public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10.3: added patches
@ 2026-08-26  8:53 Martin Stransky
  0 siblings, 0 replies; only message in thread
From: Martin Stransky @ 2026-08-26  8:53 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : 79706438590d77ced28a4c2bef4625c6b8fb32cd
Author : Martin Stransky <stransky@fedoraproject.org>
Date   : 2006-03-27T12:47:04+00:00
Stats  : +110/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/79706438590d77ced28a4c2bef4625c6b8fb32cd?branch=epel10.3

Log:
added patches

---
diff --git a/inn-2.4.3.rh.patch b/inn-2.4.3.rh.patch
new file mode 100644
index 0000000..8f5f42e
--- /dev/null
+++ b/inn-2.4.3.rh.patch
@@ -0,0 +1,99 @@
+--- 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 $(NEWSUSER) -g $(NEWSGROUP)
+-ROWNER          = -o $(NEWSUSER) -g @RNEWSGRP@
++OWNER           =
++ROWNER          =
+ 
+ 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
+ 
+ LI_INEWS        = $(LIBTOOL) $(INSTALL) $(OWNER) -m $(INEWSMODE) -B .OLD
+ LI_RNEWS        = $(LIBTOOL) $(INSTALL) $(ROWNER) -m $(RNEWSMODE) -B .OLD
+ 
+ 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
+ 
+ CP_DATA	        = $(INSTALL) $(OWNER) -m $(FILEMODE) -B .OLD
+ 
+--- 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) $@
+ 
+ ##  Remove files that are unchanged from the release version.
+--- 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@
+ 
+ # General Settings
+@@ -73,7 +73,7 @@
+ 
+ allownewnews:           true
+ articlemmap:            false
+-clienttimeout:          600
++clienttimeout:          1800
+ initialtimeout:         10
+ msgidcachesize:         10000
+ nnrpdcheckart:          true
+@@ -122,7 +122,7 @@
+ 
+ # Monitoring
+ 
+-doinnwatch:             true
++doinnwatch:             false
+ innwatchbatchspace:     800
+ 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.4.3.warn.patch b/inn-2.4.3.warn.patch
new file mode 100644
index 0000000..2062cdc
--- /dev/null
+++ b/inn-2.4.3.warn.patch
@@ -0,0 +1,11 @@
+--- inn-2.4.3/innfeed/imap_connection.c.warn	2006-03-20 05:14:57.000000000 +0100
++++ inn-2.4.3/innfeed/imap_connection.c	2006-03-27 12:07:20.000000000 +0200
+@@ -2452,7 +2452,7 @@
+     char *p;
+ 
+ #ifdef HAVE_SASL
+-    const char *mechusing;
++    const char *mechusing = NULL;
+     char *inbase64;
+     int inbase64len;
+     int saslresult=SASL_NOMECH;

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-26  8:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26  8:53 [rpms/inn] epel10.3: added patches Martin Stransky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox