public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Vasik <ovasik@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: new upstream release 2.5.0, remove applied, adjust modified patches
Date: Wed, 26 Aug 2026 08:53:55 GMT	[thread overview]
Message-ID: <178773443591.1.1213639820566163978.rpms-inn-f5cc80079ffa@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : f5cc80079ffa9f2a99ba50bbfbd2743b29ec1680
Author : Ondrej Vasik <ovasik@fedoraproject.org>
Date   : 2009-06-09T14:10:42+00:00
Stats  : +64/-199 in 11 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/f5cc80079ffa9f2a99ba50bbfbd2743b29ec1680?branch=epel10.3

Log:
new upstream release 2.5.0, remove applied, adjust modified patches

---
diff --git a/.cvsignore b/.cvsignore
index 65865b3..e58889c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
 inn-faq.tar.gz
-inn-2.4.6.tar.gz
+inn-2.5.0.tar.gz

diff --git a/inn-2.4.1.headusage.patch b/inn-2.4.1.headusage.patch
deleted file mode 100644
index 708f577..0000000
--- a/inn-2.4.1.headusage.patch
+++ /dev/null
@@ -1,84 +0,0 @@
---- inn-2.4.1/configure.headusage	2004-12-13 13:09:57.000000000 +0100
-+++ inn-2.4.1/configure	2004-12-13 15:02:02.431918648 +0100
-@@ -8087,7 +8087,7 @@
- echo "configure:8231: checking for Perl linkage" >&5
-     inn_perl_core_path=`$_PATH_PERL -MConfig -e 'print $Config{archlibexp}'`
-     inn_perl_core_flags=`$_PATH_PERL -MExtUtils::Embed -e ccopts`
--    inn_perl_core_libs=`$_PATH_PERL -MExtUtils::Embed -e ldopts 2>&1 | tail -1`
-+    inn_perl_core_libs=`$_PATH_PERL -MExtUtils::Embed -e ldopts 2>&1 | tail -n 1`
-     inn_perl_core_libs=" $inn_perl_core_libs "
-     inn_perl_core_libs=`echo "$inn_perl_core_libs" | sed 's/ -lc / /'`
-     for i in $LIBS ; do
---- inn-2.4.1/faq/part7.html.headusage	2004-12-13 13:09:57.000000000 +0100
-+++ inn-2.4.1/faq/part7.html	2004-12-13 15:00:53.347421088 +0100
-@@ -1108,7 +1108,7 @@
- <PRE>	A good indicator of your performance characteristics would be how much
- </PRE>smaller is the number generated by this,
- <P>
--<PRE>   head -1 /var/news/etc/history.dir | perl -ane 'print 2 ** $F[7], "\n";'
-+<PRE>   head -n 1 /var/news/etc/history.dir | perl -ane 'print 2 ** $F[7], "\n";'
- </PRE><P>
- than the size of your history text file. If it's bigger you're OK. if it's
- smaller, then lookups for the message ids at the tail of the history text
-@@ -1252,7 +1252,7 @@
- <P>
- As noted in the inn FAQ section 7.45, you can check the size of your dbz
- hash table with the following commands:<BR>
--<PRE>        head -1 history.dir | perl -ane 'print 2 ** $F[7], "\n";'
-+<PRE>        head -n 1 history.dir | perl -ane 'print 2 ** $F[7], "\n";'
- </PRE>if the number returned is smaller than your history text file, you are
- being affected by this problem.<BR>
- <P>
---- inn-2.4.1/support/fixscript.in.headusage	2004-12-13 13:09:57.000000000 +0100
-+++ inn-2.4.1/support/fixscript.in	2004-12-13 14:59:17.620973720 +0100
-@@ -51,7 +51,7 @@
-     exit 1
- fi
- 
--interpretor=`head -1 "$input"`
-+interpretor=`head -n 1 "$input"`
- case "$interpretor" in
- */sh|*SH*)
-     path="$SHPATH"
---- inn-2.4.1/configure.in.headusage	2004-12-13 13:50:42.000000000 +0100
-+++ inn-2.4.1/configure.in	2004-12-13 15:03:03.543628256 +0100
-@@ -852,7 +852,7 @@
-     AC_MSG_CHECKING(for Perl linkage)
-     inn_perl_core_path=`$_PATH_PERL -MConfig -e 'print $Config{archlibexp}'`
-     inn_perl_core_flags=`$_PATH_PERL -MExtUtils::Embed -e ccopts`
--    inn_perl_core_libs=`$_PATH_PERL -MExtUtils::Embed -e ldopts 2>&1 | tail -1`
-+    inn_perl_core_libs=`$_PATH_PERL -MExtUtils::Embed -e ldopts 2>&1 | tail -n 1`
-     inn_perl_core_libs=" $inn_perl_core_libs "
-     inn_perl_core_libs=`echo "$inn_perl_core_libs" | sed 's/ -lc / /'`
-     for i in $LIBS ; do
---- inn-2.4.1/backends/actsyncd.in.headusage	2004-12-13 13:09:57.000000000 +0100
-+++ inn-2.4.1/backends/actsyncd.in	2004-12-13 14:56:43.813356032 +0100
-@@ -53,23 +53,23 @@
- 
- # parse config_file
- #
--host="`sed -n -e 's/^host=[ 	]*//p' $cfg | tail -1`"
-+host="`sed -n -e 's/^host=[ 	]*//p' $cfg | tail -n 1`"
- if [ -z "$host" ]; then
-     echo "$0: no host specified in $cfg" 1>&2
-     exit 3
- fi
--flags="`sed -n -e 's/^flags=[ 	]*//p' $cfg | tail -1`"
-+flags="`sed -n -e 's/^flags=[ 	]*//p' $cfg | tail -n 1`"
- if [ -z "$flags" ]; then
-     echo "$0: no flags specified in $cfg" 1>&2
-     exit 4
- fi
--ign="`sed -n -e 's/^ignore_file=[ 	]*//p' $cfg | tail -1`"
-+ign="`sed -n -e 's/^ignore_file=[ 	]*//p' $cfg | tail -n 1`"
- if [ -z "$ign" ]; then
-     echo "$0: no ignore file specified in $cfg" 1>&2
-     exit 5
- fi
--ftp="`sed   -n -e 's/^ftppath=[ 	]*//p' $cfg | tail -1`"
--spool="`sed -n -e 's/^spool=[ 	]*//p' $cfg | tail -1`"
-+ftp="`sed   -n -e 's/^ftppath=[ 	]*//p' $cfg | tail -n 1`"
-+spool="`sed -n -e 's/^spool=[ 	]*//p' $cfg | tail -n 1`"
- if [ -z "$spool" ]; then
-     spool=$SPOOL
-     #echo "$0: no spool directory specified in $cfg" 1>&2

diff --git a/inn-2.4.1.pie.patch b/inn-2.4.1.pie.patch
index 3574786..cbbcb4f 100644
--- a/inn-2.4.1.pie.patch
+++ b/inn-2.4.1.pie.patch
@@ -9,29 +9,14 @@
  sm:		sm.o           $(BOTH)   ; $(LINK) sm.o           $(STORELIBS)
  
  ovdb_init.o: ovdb_init.c
---- inn-2.4.1/innfeed/Makefile.pie	2004-12-13 13:09:57.000000000 +0100
-+++ inn-2.4.1/innfeed/Makefile	2004-12-13 15:14:45.127971224 +0100
-@@ -73,7 +73,7 @@
- 	$(FIXSCRIPT) procbatch.in
- 
- startinnfeed: startinnfeed.o $(LIBINN)
--	$(LIBLD) $(LDFLAGS) -o $@ startinnfeed.o $(LIBINN) $(LIBS)
-+	$(LIBLD) -pie $(LDFLAGS) -o $@ startinnfeed.o $(LIBINN) $(LIBS)
- 
- # Not normally built.
- innfeed-convcfg: innfeed-convcfg.in $(FIXSCRIPT)
 --- inn-2.4.1/innd/Makefile.pie	2004-12-13 13:09:57.000000000 +0100
 +++ inn-2.4.1/innd/Makefile	2004-12-13 15:16:25.808665432 +0100
-@@ -44,10 +44,10 @@
- python.o:	python.c	; $(CC) $(CFLAGS) $(PYTHONINC) -c python.c
+@@ -44,7 +44,7 @@
+ python.o:	python.c	; $(CC) $(CFLAGS) $(PYTHON_CPPFLAGS) -c python.c
  
  innd: $(OBJECTS) $(LIBSTORAGE) $(LIBHIST) $(LIBINN)
 -	$(LIBLD) $(LDFLAGS) -o $@ $(OBJECTS) $(INNDLIBS)
 +	$(LIBLD) -pie $(LDFLAGS) -o $@ $(OBJECTS) $(INNDLIBS)
  
- inndstart: inndstart.o $(LIBINN)
--	$(LIBLD) $(LDFLAGS) -o $@ inndstart.o $(LIBINN) $(LIBS)
-+	$(LIBLD) -pie $(LDFLAGS) -o $@ inndstart.o $(LIBINN) $(LIBS)
- 
- $(LIBINN):	; (cd ../lib ; $(MAKE))
- $(LIBSTORAGE):	; (cd ../storage ; $(MAKE))
+ tinyleaf: tinyleaf.o $(LIBINN)
+ 	$(LIBLD) $(LDFLAGS) -o $@ tinyleaf.o $(LIBINN)

diff --git a/inn-2.4.2-makedbz.patch b/inn-2.4.2-makedbz.patch
index 0eb7f15..afb7c51 100644
--- a/inn-2.4.2-makedbz.patch
+++ b/inn-2.4.2-makedbz.patch
@@ -5,14 +5,14 @@ diff -urNp inn-2.4.4-orig/site/Makefile inn-2.4.4/site/Makefile
  	chmod $(FILEMODE) $@
  $D$(PATH_HISTORY):
  	touch $@
--	chown $(NEWSUSER) $@
--	chgrp $(NEWSGROUP) $@
+-	chown $(RUNASUSER) $@
+-	chgrp $(RUNASGROUP) $@
 -	chmod $(FILEMODE) $@
--	$(PATHBIN)/makedbz -i -o
-+#	chown $(NEWSUSER) $@
-+#	chgrp $(NEWSGROUP) $@
+-	test -z "$D" && $(PATHBIN)/makedbz -i -o
++#	chown $(RUNASUSER) $@
++#	chgrp $(RUNASGROUP) $@
 +#	chmod $(FILEMODE) $@
-+#	$(PATHBIN)/makedbz -i -o
++#  test -z "$D" && $(PATHBIN)/makedbz -i -o
  
  ##  Remove files that are unchanged from the release version.
  clean:

diff --git a/inn-2.4.3-nologinshell.patch b/inn-2.4.3-nologinshell.patch
index 6bb859c..7158fa7 100644
--- a/inn-2.4.3-nologinshell.patch
+++ b/inn-2.4.3-nologinshell.patch
@@ -5,22 +5,22 @@ diff -urNp inn-2.4.3-orig/doc/man/rc.news.8 inn-2.4.3/doc/man/rc.news.8
  To start \s-1INN\s0 and leave certain error messages going to the terminal:
  .PP
  .Vb 1
--\&       su \- news \-c ~news/bin/rc.news
+-\&       su \- news \-c <pathbin in inn.conf>/rc.news
 +\&       su \-m news \-c /etc/rc.news
  .Ve
  .PP
  To run \s-1INN\s0 at startup time from appropriate system boot scripts:
  .PP
  .Vb 1
--\&       su \- news \-c ~news/bin/rc.news >/dev/console
+-\&       su \- news \-c <pathbin>/rc.news >/dev/console
 +\&       su \-m news \-c /etc/rc.news >/dev/console
  .Ve
  .PP
  To stop \s-1INN\s0 (throttling first):
  .PP
  .Vb 2
- \&       ~news/bin/ctlinnd throttle reason
--\&       su \- news \-c '~news/bin/rc.news stop'
+ \&       <pathbin>/ctlinnd throttle reason
+-\&       su \- news \-c '<pathbin>/rc.news stop'
 +\&       su \-m news \-c '/etc/rc.news stop'
  .Ve
  .SH "BUGS"
@@ -32,16 +32,16 @@ diff -urNp inn-2.4.3-orig/doc/pod/install.pod inn-2.4.3/doc/pod/install.pod
  news user and not as root.  To start INN on system boot, you therefore
  want to put something like:
  
--    su - news -c /usr/local/news/bin/rc.news
+-    su news -c <pathbin in inn.conf>/rc.news
 +    su -m news -c /etc/rc.news
  
- in the system boot scripts.  If innd is stopped or killed, you can restart
- it by running rc.news by hand as the news user.
+ in the system boot scripts.  If B<innd> is stopped or killed, you can restart
+ it by running B<rc.news> by hand as the news user.
 @@ -1497,7 +1497,7 @@ it by running rc.news by hand as the new
- The rc.news script may also be used to shut down INN, with the C<stop>
+ The B<rc.news> script may also be used to shut down INN, with the C<stop>
  option:
  
--    su - news -c '/usr/local/news/bin/rc.news stop'
+-    su news -c '<pathbin in inn.conf>/rc.news stop'
 +    su -m news -c '/etc/rc.news stop'
  
  In the F<contrib> directory of this source tree is a sample init script
@@ -53,18 +53,18 @@ diff -urNp inn-2.4.3-orig/doc/pod/rc.news.pod inn-2.4.3/doc/pod/rc.news.pod
  
  To start INN and leave certain error messages going to the terminal:
  
--       su - news -c ~news/bin/rc.news
+-       su - news -c <pathbin in inn.conf>/rc.news
 +       su -m news -c /etc/rc.news
  
  To run INN at startup time from appropriate system boot scripts:
  
--       su - news -c ~news/bin/rc.news >/dev/console
+-       su - news -c <pathbin>/rc.news >/dev/console
 +       su -m news -c /etc/rc.news >/dev/console
-   
+ 
  To stop INN (throttling first):
  
-        ~news/bin/ctlinnd throttle reason
--       su - news -c '~news/bin/rc.news stop'
+        <pathbin>/ctlinnd throttle reason
+-       su - news -c '<pathbin>/rc.news stop'
 +       su -m news -c '/etc/rc.news stop'
  
  =head1 BUGS
@@ -76,7 +76,7 @@ diff -urNp inn-2.4.3-orig/INSTALL inn-2.4.3/INSTALL
      news user and not as root.  To start INN on system boot, you therefore
      want to put something like:
  
--        su - news -c /usr/local/news/bin/rc.news
+-        su news -c <pathbin in inn.conf>/rc.news
 +        su -m news -c /etc/rc.news
  
      in the system boot scripts.  If innd is stopped or killed, you can
@@ -85,7 +85,7 @@ diff -urNp inn-2.4.3-orig/INSTALL inn-2.4.3/INSTALL
      The rc.news script may also be used to shut down INN, with the "stop"
      option:
  
--        su - news -c '/usr/local/news/bin/rc.news stop'
+-        su news -c '<pathbin in inn.conf>/rc.news stop'
 +        su -m news -c '/etc/rc.news stop'
  
      In the contrib directory of this source tree is a sample init script for

diff --git a/inn-2.4.3.rcreaderaddrinuse.patch b/inn-2.4.3.rcreaderaddrinuse.patch
deleted file mode 100644
index c5b8b3c..0000000
--- a/inn-2.4.3.rcreaderaddrinuse.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -urNp inn-2.4.3-orig/innd/rc.c inn-2.4.3/innd/rc.c
---- inn-2.4.3-orig/innd/rc.c	2008-01-16 13:18:49.000000000 +0100
-+++ inn-2.4.3/innd/rc.c	2008-01-16 13:25:48.000000000 +0100
-@@ -1907,11 +1907,11 @@ RCsetup(int i)
-     /* Set it up to wait for connections. */
-     if (listen(i, MAXLISTEN) < 0) {
- 	j = errno;
--	syslog(L_FATAL, "%s cant listen RCreader %m", LogName);
- 	/* some IPv6 systems already listening on any address will 
- 	   return EADDRINUSE when trying to listen on the IPv4 socket */
- 	if (j == EADDRINUSE)
- 	   return;
-+	syslog(L_FATAL, "%s cant listen RCreader %m", LogName);
- 	exit(1);
-     }
- 

diff --git a/inn-2.4.3.rh.patch b/inn-2.4.3.rh.patch
index 8e29323..2b1a13c 100644
--- a/inn-2.4.3.rh.patch
+++ b/inn-2.4.3.rh.patch
@@ -1,50 +1,39 @@
 --- 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@
+ RNEWSMODE	= @RNEWSMODE@
+ FILEMODE	= @FILEMODE@
  
--OWNER           = -o $(NEWSUSER) -g $(NEWSGROUP)
--ROWNER          = -o $(NEWSUSER) -g @RNEWSGRP@
+-OWNER		= -o $(RUNASUSER) -g $(RUNASGROUP)
+-ROWNER		= -o $(RUNASUSER) -g $(RNEWSGROUP)
 +OWNER           =
 +ROWNER          =
  
- INSTALL         = $(top)/support/install-sh -c
+ INSTALL		= $(top)/support/install-sh -c
  
 @@ -259,17 +259,17 @@
- ##  files like active and newsgroups that should have the same permissions as
- ##  article files.
  
--LI_SPRI         = $(LIBTOOL) $(INSTALL) -o root -g $(NEWSGROUP) -m 4550 -B .OLD
--LI_XPRI         = $(LIBTOOL) $(INSTALL) $(OWNER) -m 0550 -B .OLD
--LI_XPUB         = $(LIBTOOL) $(INSTALL) $(OWNER) -m 0555 -B .OLD
-+LI_SPRI         = $(LIBTOOL) $(INSTALL) -m 4750 -B .OLD
-+LI_XPRI         = $(LIBTOOL) $(INSTALL) $(OWNER) -m 0750 -B .OLD
-+LI_XPUB         = $(LIBTOOL) $(INSTALL) $(OWNER) -m 0755 -B .OLD
+ BACKUP_OPTION	= -B .OLD
  
- LI_INEWS        = $(LIBTOOL) $(INSTALL) $(OWNER) -m $(INEWSMODE) -B .OLD
- LI_RNEWS        = $(LIBTOOL) $(INSTALL) $(ROWNER) -m $(RNEWSMODE) -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)
  
- CP_RPRI         = $(INSTALL) $(OWNER) -m 0640 -B .OLD
- CP_RPUB         = $(INSTALL) $(OWNER) -m 0644 -B .OLD
--CP_XPRI         = $(INSTALL) $(OWNER) -m 0550 -B .OLD
--CP_XPUB         = $(INSTALL) $(OWNER) -m 0555 -B .OLD
-+CP_XPRI         = $(INSTALL) $(OWNER) -m 0750 -B .OLD
-+CP_XPUB         = $(INSTALL) $(OWNER) -m 0755 -B .OLD
+ LI_INEWS	= $(LIBTOOLINST) $(INSTALL) $(OWNER) -m $(INEWSMODE) $(BACKUP_OPTION)
+ LI_RNEWS	= $(LIBTOOLINST) $(INSTALL) $(ROWNER) -m $(RNEWSMODE) $(BACKUP_OPTION)
  
- CP_DATA	        = $(INSTALL) $(OWNER) -m $(FILEMODE) -B .OLD
+ 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)
  
---- inn-2.4.1/site/Makefile.old	2004-12-13 13:09:57.000000000 +0100
-+++ inn-2.4.1/site/Makefile	2004-12-13 13:35:45.459938016 +0100
-@@ -129,8 +129,6 @@
- $D$(PATH_NEWSGROUPS):	; $(CP_DATA) newsgroups.minimal $@
- $D$(PATH_ACTIVE_TIMES):
- 	touch $@
--	chown $(NEWSUSER) $@
--	chgrp $(NEWSGROUP) $@
- 	chmod $(FILEMODE) $@
- $D$(PATH_HISTORY):
- 	touch $@
+ 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 @@
@@ -69,23 +58,14 @@
 +#pathhost:               localhost
  pathnews:               @prefix@
  
- # General Settings
-@@ -73,7 +73,7 @@
- 
- allownewnews:           true
- articlemmap:            false
--clienttimeout:          600
-+clienttimeout:          1800
- initialtimeout:         10
- msgidcachesize:         10000
- nnrpdcheckart:          true
+ #runasuser:
 @@ -122,7 +122,7 @@
  
  # Monitoring
  
 -doinnwatch:             true
 +doinnwatch:             false
- innwatchbatchspace:     800
+ innwatchbatchspace:     4000
  innwatchlibspace:       25000
  innwatchloload:         1000
 @@ -157,7 +157,7 @@

diff --git a/inn-2.4.3.warn.patch b/inn-2.4.3.warn.patch
index 2062cdc..c5fce43 100644
--- a/inn-2.4.3.warn.patch
+++ b/inn-2.4.3.warn.patch
@@ -6,6 +6,6 @@
  #ifdef HAVE_SASL
 -    const char *mechusing;
 +    const char *mechusing = NULL;
-     char *inbase64;
-     int inbase64len;
      int saslresult=SASL_NOMECH;
+ 
+     sasl_interact_t *client_interact=NULL;

diff --git a/inn-2.4.5-dynlib.patch b/inn-2.4.5-dynlib.patch
index 6ebecd7..b5aeae9 100644
--- a/inn-2.4.5-dynlib.patch
+++ b/inn-2.4.5-dynlib.patch
@@ -5,8 +5,8 @@ diff -up inn-2.4.5/history/Makefile.dynlib inn-2.4.5/history/Makefile
  
  libinnhist.la: $(OBJECTS) $(LIBSTORAGE) $(LIBINN)
  	$(LIBLD) $(LDFLAGS) -o $@ $(LOBJECTS) \
--	    $(LIBSTORAGE) $(LIBINN) $(EXTSTORAGELIBS) $(LIBS) \
-+	    $(LIBSTORAGE) $(LIBINN) $(EXTSTORAGELIBS)  -L../lib/.libs -L../storage/.libs ${LIBS} \
+-	    $(LIBSTORAGE) $(LIBINN) $(STORAGE_LIBS) $(LIBS) \
++	    $(LIBSTORAGE) $(LIBINN) $(STORAGE_LIBS)  -L../lib/.libs -L../storage/.libs ${LIBS} \
  	    -rpath $(PATHLIB) -version-info 2:0:0
  
  libinnhist.a: $(OBJECTS)
@@ -17,8 +17,8 @@ diff -up inn-2.4.5/storage/Makefile.dynlib inn-2.4.5/storage/Makefile
  
  libstorage.la: $(OBJECTS) $(LIBINN)
  	$(LIBLD) $(LDFLAGS) -o $@ $(LOBJECTS) \
--	    $(LIBINN) $(EXTSTORAGELIBS) $(LIBS) \
-+	    $(LIBINN) $(EXTSTORAGELIBS) -L../lib/.libs ${LIBS} \
+-	    $(LIBINN) $(STORAGE_LIBS) $(LIBS) \
++	    $(LIBINN) $(STORAGE_LIBS) -L../lib/.libs ${LIBS} \
  	    -rpath $(PATHLIB) -version-info 2:0:0
  
  libstorage.a: $(OBJECTS)

diff --git a/inn.spec b/inn.spec
index ee94412..246012b 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
 Summary: The InterNetNews system, an Usenet news server
 Name: inn
-Version: 2.4.6
-Release: 2%{?dist}
+Version: 2.5.0
+Release: 1
 #see LICENSE file for details
 License: GPL+ and BSD and MIT and Public Domain
 Group: System Environment/Daemons
@@ -15,12 +15,10 @@ Source8: innd.init
 Source10: inn-faq.tar.gz
 Patch1:  inn-2.4.3.rh.patch
 Patch2: inn-2.4.1.perl.patch
-Patch3: inn-2.4.1.headusage.patch
 Patch4: inn-2.4.1.pie.patch
 Patch6: inn-2.4.1.posix.patch
 Patch7: inn-2.4.3.warn.patch
 Patch8: inn-2.4.2-makedbz.patch
-Patch9: inn-2.4.3.rcreaderaddrinuse.patch
 Patch10: inn-2.4.3-nologinshell.patch
 Patch11: inn-2.4.5-dynlib.patch
 Patch12: inn-sasl_encode64nullterm.patch
@@ -86,12 +84,10 @@ exit 0
 %setup  -q  -a 10
 %patch1 -p1 -b .rh
 %patch2 -p1 -b .perl
-%patch3 -p1 -b .headusage
 %patch4 -p1 -b .pie
 %patch6 -p1 -b .posix
 %patch7 -p1 -b .warn
 %patch8 -p1 -b .makedbz
-%patch9 -p1 -b .addrinuse
 %patch10 -p1 -b .nologin
 %patch11 -p1 -b .dynlib
 %patch12 -p1 -b .nullterm
@@ -356,6 +352,10 @@ exit 0
 %{_mandir}/man1/inews*
 
 %changelog
+* Tue Jun 09 2009 Ondrej Vasik <ovasik@redhat.com> - 2.5.0-1
+- new upstream release 2.5.0
+- remove applied and adjust modified patches
+
 * Tue May 19 2009 Ondrej Vasik <ovasik@redhat.com> - 2.4.6-2
 - reflect change in sasl_encode64 abi(null terminator) - #501452
 

diff --git a/sources b/sources
index 7d8f38a..00fbba1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 b5e6321446594749eea087c6710eefa5  inn-faq.tar.gz
-50741ff1b9c230af9109aafc7e98b1a2  inn-2.4.6.tar.gz
+be60e463b2c21286eca45e994df307b2  inn-2.5.0.tar.gz

                 reply	other threads:[~2026-08-26  8:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178773443591.1.1213639820566163978.rpms-inn-f5cc80079ffa@fedoraproject.org \
    --to=ovasik@fedoraproject.org \
    --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