public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Stransky <stransky@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10: added patches
Date: Wed, 26 Aug 2026 08:05:43 GMT	[thread overview]
Message-ID: <178773154387.1.10328412071244956963.rpms-inn-79706438590d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10
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

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;

                 reply	other threads:[~2026-08-26  8:05 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=178773154387.1.10328412071244956963.rpms-inn-79706438590d@fedoraproject.org \
    --to=stransky@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