[packages/inn] - updated to 2.7.2

qboosh qboosh at pld-linux.org
Sat Jun 29 20:51:33 CEST 2024


commit be937608e1865f2ca41bb621ded783d76fc4d17d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jun 29 20:39:31 2024 +0200

    - updated to 2.7.2

 inn-config.patch | 18 +++++++++---------
 inn.spec         | 10 +++++++---
 2 files changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/inn.spec b/inn.spec
index 90305f8..9ee5d59 100644
--- a/inn.spec
+++ b/inn.spec
@@ -12,12 +12,12 @@ Summary(pl.UTF-8):	INN, serwer nowinek
 Summary(pt_BR.UTF-8):	INN, InterNet News System (servidor news)
 Summary(tr.UTF-8):	INN, InterNet Haber Sistemi (haber sunucu)
 Name:		inn
-Version:	2.7.1
-Release:	2
+Version:	2.7.2
+Release:	1
 License:	distributable
 Group:		Networking/Daemons
 Source0:	ftp://ftp.isc.org/isc/inn/%{name}-%{version}.tar.gz
-# Source0-md5:	987b35e6d42cc2b94159a57f6a394c68
+# Source0-md5:	e6c5809d92870726dc0f11199adfc911
 Source1:	%{name}-default-active
 Source2:	%{name}-default-distributions
 Source3:	%{name}-default-newsgroups
@@ -525,6 +525,7 @@ sed -e 's/^\(listenonipv6\)/#\1/;s/^bindipv6address/bindaddress6/;s/^sourceipv6a
 
 %dir %{perl_vendorlib}/INN
 %{perl_vendorlib}/INN/Config.pm
+%{perl_vendorlib}/INN/ovsqlite_client.pm
 %dir %{perl_vendorlib}/INN/Utils
 %{perl_vendorlib}/INN/Utils/Shlock.pm
 
@@ -561,6 +562,7 @@ sed -e 's/^\(listenonipv6\)/#\1/;s/^bindipv6address/bindaddress6/;s/^sourceipv6a
 %attr(755,root,root) %{_bindir}/convdate
 %attr(755,root,root) %{_bindir}/ctlinnd
 %attr(755,root,root) %{_bindir}/cvtbatch
+%attr(755,root,root) %{_bindir}/delayer
 %attr(755,root,root) %{_bindir}/docheckgroups
 %attr(755,root,root) %{_bindir}/expire
 %attr(755,root,root) %{_bindir}/expireover
@@ -621,6 +623,7 @@ sed -e 's/^\(listenonipv6\)/#\1/;s/^bindipv6address/bindaddress6/;s/^sourceipv6a
 
 # MAN
 %{_mandir}/man1/convdate.1*
+%{_mandir}/man1/delayer.1*
 %{_mandir}/man1/fastrm.1*
 %{_mandir}/man1/gencancel.1*
 %{_mandir}/man1/getlist.1*
@@ -637,6 +640,7 @@ sed -e 's/^\(listenonipv6\)/#\1/;s/^bindipv6address/bindaddress6/;s/^sourceipv6a
 %{_mandir}/man1/sm.1*
 %{_mandir}/man3/INN::Config.3pm*
 %{_mandir}/man3/INN::Utils::Shlock.3pm*
+%{_mandir}/man3/INN::ovsqlite_client.3pm*
 %{_mandir}/man5/active.5*
 %{_mandir}/man5/active.times.5*
 %{_mandir}/man5/buffindexed.conf.5*
diff --git a/inn-config.patch b/inn-config.patch
index 4d06641..8d1f4f1 100644
--- a/inn-config.patch
+++ b/inn-config.patch
@@ -13,8 +13,8 @@
  
  ##  2. Meta-cyclic buffers
  ##  Format:
---- inn-2.7.1/samples/inn.conf.in.orig	2023-04-16 21:50:54.000000000 +0200
-+++ inn-2.7.1/samples/inn.conf.in	2023-08-20 19:51:47.703846915 +0200
+--- inn-2.7.2/samples/inn.conf.in.orig	2024-06-22 13:22:42.000000000 +0200
++++ inn-2.7.2/samples/inn.conf.in	2024-06-29 20:02:26.912898263 +0200
 @@ -17,11 +17,11 @@
  # See the description of the mta parameter in inn.conf(5) for useful options
  # that may be worthwhile adding to the default sendmail command.
@@ -55,15 +55,15 @@
  verifygroups:                false
  wanttrash:                   false
  wipcheck:                    5
-@@ -71,6 +71,7 @@ mergetogroups:               false
- nfswriter:                   false
+@@ -72,6 +72,7 @@ nfswriter:                   false
  overcachesize:               128
+ ovflushcount:                50
  #ovgrouppat:
 +# note: must not be changed to false if using tradspool
  storeonxref:                 true
  useoverchan:                 false
  wireformat:                  true
-@@ -78,7 +79,7 @@ xrefslave:                   false
+@@ -79,7 +80,7 @@ xrefslave:                   false
  
  # Reading
  
@@ -72,7 +72,7 @@
  articlemmap:                 true
  clienttimeout:               1800
  initialtimeout:              10
-@@ -110,8 +111,8 @@ addinjectiondate:            true
+@@ -111,8 +112,8 @@ addinjectiondate:            true
  addinjectionpostingaccount:  false
  addinjectionpostinghost:     true
  checkincludedtext:           false
@@ -83,7 +83,7 @@
  localmaxartsize:             1000000
  #moderatormailer:
  nnrpdauthsender:             false
-@@ -123,7 +124,7 @@ strippostcc:                 false
+@@ -124,7 +125,7 @@ strippostcc:                 false
  # Posting -- Exponential Backoff
  
  backoffauth:                 false
@@ -92,7 +92,7 @@
  backoffk:                    1
  backoffpostfast:             0
  backoffpostslow:             1
-@@ -160,7 +161,7 @@ innwatchspoolspace:          25000
+@@ -161,7 +162,7 @@ innwatchspoolspace:          25000
  
  # Logging
  
@@ -101,7 +101,7 @@
  htmlstatus:                  true
  incominglogfrequency:        200
  logartsize:                  true
-@@ -188,7 +189,7 @@ keepmmappedthreshold:        1024
+@@ -189,7 +190,7 @@ keepmmappedthreshold:        1024
  #maxcmdreadsize:
  maxforks:                    10
  maxlisten:                   128
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/inn.git/commitdiff/be937608e1865f2ca41bb621ded783d76fc4d17d



More information about the pld-cvs-commit mailing list