public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jochen Schmitt <Jochen@herr-schmitt.de>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: New upstream release
Date: Wed, 26 Aug 2026 08:54:38 GMT [thread overview]
Message-ID: <178773447853.1.1638594489320986237.rpms-inn-c5b4d158e551@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : c5b4d158e551e79cc09b89f58463ce5b3a8a1631
Author : Jochen Schmitt <Jochen@herr-schmitt.de>
Date : 2015-04-21T18:22:11+02:00
Stats : +96/-180 in 8 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/c5b4d158e551e79cc09b89f58463ce5b3a8a1631?branch=epel10.3
Log:
New upstream release
---
diff --git a/.gitignore b/.gitignore
index e7c5a5c..70e5a37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ inn-2.5.2.tar.gz
inn-faq.tar.gz
/inn-2.5.3.tar.gz
/inn-2.5.4.tar.gz
+/inn-2.6.0rc1.tar.gz
diff --git a/inn-2.4.3.rh.patch b/inn-2.4.3.rh.patch
deleted file mode 100644
index 94fd673..0000000
--- a/inn-2.4.3.rh.patch
+++ /dev/null
@@ -1,79 +0,0 @@
---- inn-2.4.1/Makefile.global.in.old 2004-12-13 13:09:57.000000000 +0100
-+++ inn-2.4.1/Makefile.global.in 2004-12-13 13:57:18.826316440 +0100
-@@ -241,8 +241,8 @@
- RNEWSMODE = @RNEWSMODE@
- FILEMODE = @FILEMODE@
-
--OWNER = -o $(RUNASUSER) -g $(RUNASGROUP)
--ROWNER = -o $(RUNASUSER) -g $(RNEWSGROUP)
-+OWNER =
-+ROWNER =
-
- INSTALL = $(top)/support/install-sh -c
-
-@@ -259,17 +259,17 @@
-
- BACKUP_OPTION = -B .OLD
-
--LI_SPRI = $(LIBTOOLINST) $(INSTALL) -o root -g $(RUNASGROUP) -m 4550 $(BACKUP_OPTION)
--LI_XPRI = $(LIBTOOLINST) $(INSTALL) $(OWNER) -m 0550 $(BACKUP_OPTION)
--LI_XPUB = $(LIBTOOLINST) $(INSTALL) $(OWNER) -m 0555 $(BACKUP_OPTION)
-+LI_SPRI = $(LIBTOOLINST) $(INSTALL) -o root -g $(RUNASGROUP) -m 4750 $(BACKUP_OPTION)
-+LI_XPRI = $(LIBTOOLINST) $(INSTALL) $(OWNER) -m 0750 $(BACKUP_OPTION)
-+LI_XPUB = $(LIBTOOLINST) $(INSTALL) $(OWNER) -m 0755 $(BACKUP_OPTION)
-
- LI_INEWS = $(LIBTOOLINST) $(INSTALL) $(OWNER) -m $(INEWSMODE) $(BACKUP_OPTION)
- LI_RNEWS = $(LIBTOOLINST) $(INSTALL) $(ROWNER) -m $(RNEWSMODE) $(BACKUP_OPTION)
-
- CP_RPRI = $(INSTALL) $(OWNER) -m 0640 $(BACKUP_OPTION)
- CP_RPUB = $(INSTALL) $(OWNER) -m 0644 $(BACKUP_OPTION)
--CP_XPRI = $(INSTALL) $(OWNER) -m 0550 $(BACKUP_OPTION)
--CP_XPUB = $(INSTALL) $(OWNER) -m 0555 $(BACKUP_OPTION)
-+CP_XPRI = $(INSTALL) $(OWNER) -m 0750 $(BACKUP_OPTION)
-+CP_XPUB = $(INSTALL) $(OWNER) -m 0755 $(BACKUP_OPTION)
-
- CP_DATA = $(INSTALL) $(OWNER) -m $(FILEMODE) $(BACKUP_OPTION)
- CP_MAN = $(INSTALL) $(OWNER) -m 0444
---- inn-2.4.1/Makefile.old 2004-12-13 13:09:57.000000000 +0100
-+++ inn-2.4.1/Makefile 2004-12-13 14:29:56.625685696 +0100
-@@ -91,9 +91,9 @@
- directories:
- @chmod +x support/install-sh
- for D in $(INSTDIRS) ; do \
-- support/install-sh $(OWNER) -m 0755 -d $(D)$$D ; \
-+ support/install-sh $(OWNER) -m 0755 -d $(DESTDIR)/$$D ; \
- done
-- support/install-sh $(OWNER) -m 0750 -d $(D)$(PATHRUN)
-+ support/install-sh $(OWNER) -m 0750 -d $(DESTDIR)/$(PATHRUN)
-
- update:
- @chmod +x support/install-sh
---- inn-2.4.1/samples/inn.conf.in.old 2004-12-13 13:09:57.000000000 +0100
-+++ inn-2.4.1/samples/inn.conf.in 2004-12-13 13:31:12.475437968 +0100
-@@ -21,7 +21,7 @@
- organization: "A poorly-installed InterNetNews site"
- ovmethod: tradindexed
- hismethod: hisv6
--pathhost: @HOSTNAME@
-+#pathhost: localhost
- pathnews: @prefix@
-
- #runasuser:
-@@ -122,7 +122,7 @@
-
- # Monitoring
-
--doinnwatch: true
-+doinnwatch: false
- innwatchbatchspace: 4000
- innwatchlibspace: 25000
- innwatchloload: 1000
-@@ -157,7 +157,7 @@
- keepmmappedthreshold: 1024
- #maxcmdreadsize:
- maxforks: 10
--nicekids: 4
-+nicekids: 0
- nicenewnews: 0
- nicennrpd: 0
- pauseretrytime: 300
diff --git a/inn-2.5.4-doc.patch b/inn-2.5.4-doc.patch
deleted file mode 100644
index 0798372..0000000
--- a/inn-2.5.4-doc.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-diff -up inn-2.5.4/doc/man/rc.news.8.nologin inn-2.5.4/doc/man/rc.news.8
---- inn-2.5.4/doc/man/rc.news.8.nologin 2014-07-15 16:43:15.740639916 +0200
-+++ inn-2.5.4/doc/man/rc.news.8 2014-07-15 17:06:18.214533242 +0200
-@@ -177,20 +177,20 @@ is recommended to throttle the server fi
- To start \s-1INN\s0 and leave certain error messages going to the terminal:
- .PP
- .Vb 1
--\& su \- news \-s /bin/sh \-c <pathbin in inn.conf>/rc.news
-+\& su \- news \-s /bin/sh \-c /usr/libexec/news/rc.news
- .Ve
- .PP
- To run \s-1INN\s0 at startup time from appropriate system boot scripts:
- .PP
- .Vb 1
--\& su \- news \-s /bin/sh \-c <pathbin>/rc.news >/dev/console
-+\& su \- news \-s /bin/sh \-c /usr/libexec/news/rc.news >/dev/console
- .Ve
- .PP
- To stop \s-1INN\s0 (throttling first):
- .PP
- .Vb 2
--\& <pathbin>/ctlinnd throttle reason
--\& su \- news \-s /bin/sh \-c \*(Aq<pathbin>/rc.news stop\*(Aq
-+\& /usr/libexec/news/ctlind throttle reason
-+\& su \- news \-s /bin/sh \-c \*(Aq/usr/libexec/news/rc.news stop\*(Aq
- .Ve
- .SH "BUGS"
- .IX Header "BUGS"
-diff -up inn-2.5.4/doc/pod/install.pod.nologin inn-2.5.4/doc/pod/install.pod
-diff -up inn-2.5.4/doc/pod/rc.news.pod.nologin inn-2.5.4/doc/pod/rc.news.pod
---- inn-2.5.4/doc/pod/rc.news.pod.nologin 2014-07-15 16:43:15.742639849 +0200
-+++ inn-2.5.4/doc/pod/rc.news.pod 2014-07-15 17:09:19.267569754 +0200
-@@ -67,16 +67,16 @@ is recommended to throttle the server fi
-
- To start INN and leave certain error messages going to the terminal:
-
-- su - news -s /bin/sh -c <pathbin in inn.conf>/rc.news
-+ su - news -s /bin/sh -c /usr/libexec/news/rc.news
-
- To run INN at startup time from appropriate system boot scripts:
-
-- su - news -s /bin/sh -c <pathbin>/rc.news >/dev/console
-+ su - news -s /bin/sh -c /usr/libexec/news/rc.news >/dev/console
-
- To stop INN (throttling first):
-
-- <pathbin>/ctlinnd throttle reason
-- su - news -s /bin/sh -c '<pathbin>/rc.news stop'
-+ /usr/libexec/news/ctlinnd throttle reason
-+ su - news -s /bin/sh -c '</usr/libexec/news/rc.news stop'
-
- =head1 BUGS
-
diff --git a/inn-2.6.0-doc.patch b/inn-2.6.0-doc.patch
new file mode 100644
index 0000000..5ce0716
--- /dev/null
+++ b/inn-2.6.0-doc.patch
@@ -0,0 +1,23 @@
+diff -up inn-2.6.0rc1/doc/man/rc.news.8.docx inn-2.6.0rc1/doc/man/rc.news.8
+diff -up inn-2.6.0rc1/doc/pod/rc.news.pod.docx inn-2.6.0rc1/doc/pod/rc.news.pod
+--- inn-2.6.0rc1/doc/pod/rc.news.pod.docx 2015-04-21 17:04:50.175906904 +0200
++++ inn-2.6.0rc1/doc/pod/rc.news.pod 2015-04-21 17:09:53.873888991 +0200
+@@ -76,15 +76,15 @@ If the first argument is C<stop>, B<rc.n
+
+ To start INN and leave certain error messages going to the terminal:
+
+- su news -s /bin/sh -c <pathbin in inn.conf>/rc.news
++ su news -s /bin/sh -c /usr/libexec/news/rc.news
+
+ To run INN at startup time from appropriate system boot scripts:
+
+- su news -s /bin/sh -c <pathbin>/rc.news >> <pathlog>/rc.news 2>&1
++ su news -s /bin/sh -c /usr/libexec/news>/rc.news >> <pathlog>/rc.news 2>&1
+
+ To stop INN:
+
+- su news -s /bin/sh -c '<pathbin>/rc.news stop'
++ su news -s /bin/sh -c '/usr/libexec/news/rc.news'
+
+ =head1 BUGS
+
diff --git a/inn-2.6.0-rh.patch b/inn-2.6.0-rh.patch
new file mode 100644
index 0000000..10b87d1
--- /dev/null
+++ b/inn-2.6.0-rh.patch
@@ -0,0 +1,59 @@
+diff -up inn-2.6.0rc1/Makefile.global.in.rh inn-2.6.0rc1/Makefile.global.in
+--- inn-2.6.0rc1/Makefile.global.in.rh 2015-03-25 21:36:36.000000000 +0100
++++ inn-2.6.0rc1/Makefile.global.in 2015-04-21 16:36:11.228008292 +0200
+@@ -305,8 +305,8 @@ INEWSMODE = @INEWSMODE@
+ RNEWSMODE = @RNEWSMODE@
+ FILEMODE = @FILEMODE@
+
+-OWNER = -o $(RUNASUSER) -g $(RUNASGROUP)
+-ROWNER = -o $(RUNASUSER) -g $(RNEWSGROUP)
++OWNER =
++ROWNER =
+
+ INSTALL = $(top)/support/install-sh -c
+
+diff -up inn-2.6.0rc1/Makefile.rh inn-2.6.0rc1/Makefile
+--- inn-2.6.0rc1/Makefile.rh 2015-03-25 21:36:36.000000000 +0100
++++ inn-2.6.0rc1/Makefile 2015-04-21 16:36:11.228008292 +0200
+@@ -102,9 +102,9 @@ install: directories
+ directories:
+ @chmod +x support/install-sh
+ for D in $(INSTDIRS) ; do \
+- support/install-sh $(OWNER) -m 0755 -d $(D)$$D ; \
++ support/install-sh $(OWNER) -m 0755 -d $(DESTDIR)/$$D ; \
+ done
+- support/install-sh $(OWNER) -m 0750 -d $(D)$(PATHRUN)
++ support/install-sh $(OWNER) -m 0750 -d $(DESTDIR)/$(PATHRUN)
+
+ update:
+ @chmod +x support/install-sh
+diff -up inn-2.6.0rc1/samples/inn.conf.in.rh inn-2.6.0rc1/samples/inn.conf.in
+--- inn-2.6.0rc1/samples/inn.conf.in.rh 2015-03-25 21:36:36.000000000 +0100
++++ inn-2.6.0rc1/samples/inn.conf.in 2015-04-21 16:36:11.229008292 +0200
+@@ -21,7 +21,7 @@ mta: "@SENDMAIL@
+ organization: "A poorly-installed InterNetNews site"
+ ovmethod: tradindexed
+ hismethod: hisv6
+-pathhost: @HOSTNAME@
++#pathhost: localhost
+ pathnews: @prefix@
+
+ #runasuser:
+@@ -147,7 +147,7 @@ backofftrigger: 10000
+
+ # Monitoring
+
+-doinnwatch: true
++doinnwatch: false
+ innwatchbatchspace: 4000
+ innwatchlibspace: 25000
+ innwatchloload: 1000
+@@ -186,7 +186,7 @@ icdsynccount: 10
+ keepmmappedthreshold: 1024
+ #maxcmdreadsize:
+ maxforks: 10
+-nicekids: 4
++nicekids: 0
+ nicenewnews: 0
+ nicennrpd: 0
+ pauseretrytime: 300
diff --git a/inn-shared.patch b/inn-shared.patch
deleted file mode 100644
index 07cbaa4..0000000
--- a/inn-shared.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -up inn-2.5.1/storage/buffindexed/ovmethod.mk.shared inn-2.5.1/storage/buffindexed/ovmethod.mk
---- inn-2.5.1/storage/buffindexed/ovmethod.mk.shared 2009-12-01 16:50:37.174811272 +0100
-+++ inn-2.5.1/storage/buffindexed/ovmethod.mk 2009-12-01 16:53:24.914809560 +0100
-@@ -1,8 +1,8 @@
- # This rule requires a compiler that supports -o with -c. Since it's normally
- # used by developers, that should be acceptable.
--buffindexed/buffindexed_d.o: buffindexed/buffindexed.c
-- $(CC) $(CFLAGS) -DBUFF_DEBUG -c -o $@ buffindexed/buffindexed.c
-+buffindexed/buffindexed_d.$(EXTOBJ): buffindexed/buffindexed.c
-+ $(LIBCC) $(CFLAGS) -DBUFF_DEBUG -c -o $@ buffindexed/buffindexed.c
-
--buffindexed/buffindexed_d: buffindexed/buffindexed_d.o libstorage.$(EXTLIB) $(LIBHIST)
-- $(LIBLD) $(LDFLAGS) -o $@ buffindexed/buffindexed_d.o \
-+buffindexed/buffindexed_d: buffindexed/buffindexed_d.$(EXTOBJ) libstorage.$(EXTLIB) $(LIBHIST)
-+ $(LIBLD) $(LDFLAGS) -o $@ buffindexed/buffindexed_d.$(EXTOBJ) \
- $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(STORAGE_LIBS) $(LIBS)
-diff -up inn-2.5.1/storage/tradindexed/ovmethod.mk.shared inn-2.5.1/storage/tradindexed/ovmethod.mk
---- inn-2.5.1/storage/tradindexed/ovmethod.mk.shared 2009-12-01 16:53:35.644811390 +0100
-+++ inn-2.5.1/storage/tradindexed/ovmethod.mk 2009-12-01 16:53:59.964810001 +0100
-@@ -1,6 +1,6 @@
--tradindexed/tdx-util.o: tradindexed/tdx-util.c
-- $(CC) $(CFLAGS) -c -o $@ tradindexed/tdx-util.c
-+tradindexed/tdx-util.$(EXTOBJ): tradindexed/tdx-util.c
-+ $(LIBCC) $(CFLAGS) -c -o $@ tradindexed/tdx-util.c
-
--tradindexed/tdx-util: tradindexed/tdx-util.o libstorage.$(EXTLIB) $(LIBHIST)
-- $(LIBLD) $(LDFLAGS) -o $@ tradindexed/tdx-util.o \
-+tradindexed/tdx-util: tradindexed/tdx-util.$(EXTOBJ) libstorage.$(EXTLIB) $(LIBHIST)
-+ $(LIBLD) $(LDFLAGS) -o $@ tradindexed/tdx-util.$(EXTOBJ) \
- $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(STORAGE_LIBS) $(LIBS)
diff --git a/inn.spec b/inn.spec
index 06c33c3..8b269f6 100644
--- a/inn.spec
+++ b/inn.spec
@@ -2,13 +2,13 @@
Summary: The InterNetNews system, an Usenet news server
Name: inn
-Version: 2.5.4
-Release: 3%{?dist}
+Version: 2.6.0
+Release: 0.rc1%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
URL: https://www.isc.org/software/INN/
-Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
+Source0: ftp://ftp.isc.org/isc/inn/testing/inn-%{version}rc1.tar.gz
Source2: inn-default-distributions
Source10: inn-faq.tar.gz
Source20: innd.service
@@ -18,15 +18,13 @@ Source23: innd-nntpsend.service
Source24: innd-nntpsend.timer
Source25: innd-rnews.service
Source26: innd-rnews.timer
-Patch1: inn-2.4.3.rh.patch
-Patch4: inn-2.5.1.pie.patch
+Patch1: inn-2.6.0-rh.patch
Patch6: inn-2.5.2.posix.patch
Patch7: inn-2.4.3.warn.patch
Patch8: inn-2.4.2-makedbz.patch
-Patch10: inn-2.5.4-doc.patch
+Patch10: inn-2.6.0-doc.patch
Patch13: inn-2.5.0-chown.patch
Patch14: inn-redhat_build.patch
-Patch15: inn-shared.patch
patch17: inn-2.5.2-pconf.patch
Patch19: inn-2.5.4-docrun.patch
BuildRequires: python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel perl
@@ -99,18 +97,17 @@ useradd -r -u 9 -g news -d /etc/news \
exit 0
%prep
-%setup -q
+%setup -q -n inn-%{version}rc1
%patch1 -p1 -b .rh
-%patch4 -p1 -b .pie
%patch6 -p1 -b .posix
%patch7 -p1 -b .warn
%patch8 -p1 -b .makedbz
%patch10 -p1 -b .docx
%patch13 -p1 -b .chown
%patch14 -p1 -b .redhat_build
-%patch15 -p1 -b .shared
+
%patch17 -p1 -b .pfix
-%patch19 -p1 -b .docrun
+# %patch19 -p1 -b .docrun
perl -pi -e 's/su news/su -m news/' ./INSTALL
perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
@@ -464,11 +461,7 @@ fi
%{filterdir}/nnrpd_dynamic.py*
%define authdir %{_libexecdir}/news/auth
-%define passwddir %{authdir}/passwd
-%dir %{authdir}
-%dir %{passwddir}
-%{passwddir}/radius
-%{passwddir}/ckpasswd
+%{authdir}/
%define resolvdir %{authdir}/resolv
%dir %{resolvdir}
@@ -553,6 +546,9 @@ fi
%{_mandir}/man1/inews*
%changelog
+* Tue Apr 21 2015 Jochen Schmitt <Jochen herr-schmitt de> - 2.6.0-0.rc1
+- New upstream release
+
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.5.4-3
- Perl 5.20 rebuild
diff --git a/sources b/sources
index 4847fd6..42f7b59 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-ad9f77a1c84c668ccd268792721a2215 inn-2.5.4.tar.gz
-6c0a3600167940e6c0f5771ede22648b inn-faq.tar.gz
+4c53092aa2517f4805924b22f8874a43 inn-2.6.0rc1.tar.gz
next reply other threads:[~2026-08-26 8:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-26 8:54 Jochen Schmitt [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-08-26 8:54 [rpms/inn] epel10.3: New upstream release Jochen Schmitt
2026-08-26 8:54 Jochen Schmitt
2026-08-26 8:54 Jochen Schmitt
2026-08-26 8:54 Nikola Pajkovsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178773447853.1.1638594489320986237.rpms-inn-c5b4d158e551@fedoraproject.org \
--to=jochen@herr-schmitt.de \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox