[packages/inn] - updated to 2.7.4
qboosh
qboosh at pld-linux.org
Mon Aug 10 21:15:17 CEST 2026
commit 526765c4284e894f676e6c2284eeea0c02bbf5de
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Aug 10 21:15:16 2026 +0200
- updated to 2.7.4
inn-PLD.patch | 15 +++++++--------
inn-asneeded.patch | 11 +++++++++++
inn.spec | 24 ++++++++++++------------
3 files changed, 30 insertions(+), 20 deletions(-)
---
diff --git a/inn.spec b/inn.spec
index 3b8ba29..c92f9d6 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.3
-Release: 2
+Version: 2.7.4
+Release: 1
License: distributable
Group: Networking/Daemons
Source0: ftp://ftp.isc.org/isc/inn/%{name}-%{version}.tar.gz
-# Source0-md5: c109f65738284c5b36d240ef7063180e
+# Source0-md5: 3eda1b2a62f1b65246971c6fa490e010
Source1: %{name}-default-active
Source2: %{name}-default-distributions
Source3: %{name}-default-newsgroups
@@ -740,18 +740,18 @@ sed -e 's/^\(listenonipv6\)/#\1/;s/^bindipv6address/bindaddress6/;s/^sourceipv6a
%files libs
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libinn.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libinn.so.9
-%attr(755,root,root) %{_libdir}/libinnhist.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libinnhist.so.3
-%attr(755,root,root) %{_libdir}/libinnstorage.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libinnstorage.so.3
+%{_libdir}/libinn.so.*.*.*
+%ghost %{_libdir}/libinn.so.9
+%{_libdir}/libinnhist.so.*.*.*
+%ghost %{_libdir}/libinnhist.so.3
+%{_libdir}/libinnstorage.so.*.*.*
+%ghost %{_libdir}/libinnstorage.so.5
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libinn.so
-%attr(755,root,root) %{_libdir}/libinnhist.so
-%attr(755,root,root) %{_libdir}/libinnstorage.so
+%{_libdir}/libinn.so
+%{_libdir}/libinnhist.so
+%{_libdir}/libinnstorage.so
%{_libdir}/libinn.la
%{_libdir}/libinnhist.la
%{_libdir}/libinnstorage.la
diff --git a/inn-PLD.patch b/inn-PLD.patch
index 705ac51..7f8d6b4 100644
--- a/inn-PLD.patch
+++ b/inn-PLD.patch
@@ -21,10 +21,9 @@ diff -urNp -x '*.orig' inn-2.6.4.org/Makefile.global.in inn-2.6.4/Makefile.globa
INSTALL = $(top)/support/install-sh -p
-diff -urNp -x '*.orig' inn-2.6.4.org/doc/man/rnews.1 inn-2.6.4/doc/man/rnews.1
---- inn-2.6.4.org/doc/man/rnews.1 2021-01-21 22:53:07.000000000 +0100
-+++ inn-2.6.4/doc/man/rnews.1 2021-09-02 23:41:48.986139529 +0200
-@@ -191,7 +191,7 @@ is more widely available, due to old pat
+--- inn-2.7.4/doc/man/rnews.1.orig 2026-06-22 22:45:33.000000000 +0200
++++ inn-2.7.4/doc/man/rnews.1 2026-08-10 19:07:23.902965738 +0200
+@@ -118,7 +118,7 @@ is more widely available, due to old pat
.PP
Otherwise, if the command is any other word and the \fB\-a\fR flag is not
given, \fBrnews\fR will try to execute a program with that name, looking
@@ -32,16 +31,16 @@ diff -urNp -x '*.orig' inn-2.6.4.org/doc/man/rnews.1 inn-2.6.4/doc/man/rnews.1
+for it in the directory /usr/lib*/news/rnews . The rest of the
batch will be fed to that program's standard input, and the standard
output from the program will be treated as if it were the original
- input to \fBrnews\fR. \s-1INN\s0 comes with three such standard batch processors:
-@@ -210,7 +210,7 @@ It invokes \fBgzip\fR and should be used
- .IP "\fB\-a\fR" 4
+ input to \fBrnews\fR. INN comes with three such standard batch processors:
+@@ -137,7 +137,7 @@ It invokes \fBgzip\fR and should be used
+ .IP \fB\-a\fR 4
.IX Item "-a"
By default, \fBrnews\fR looks for additional unpackers in the
-\&\fIrnews.libexec\fR sub-directory of \fIpathbin\fR (as set in \fIinn.conf\fR).
+/usr/lib*/news/rnews directory (as set in \fIinn.conf\fR).
If \fB\-a\fR is given, no additional batch processor will be used; only
\&\f(CW\*(C`rnews\*(C'\fR and \f(CW\*(C`cunbatch\*(C'\fR will be recognized as valid batch commands.
- .IP "\fB\-b\fR" 4
+ .IP \fB\-b\fR 4
diff -urNp -x '*.orig' inn-2.6.4.org/frontends/Makefile inn-2.6.4/frontends/Makefile
--- inn-2.6.4.org/frontends/Makefile 2021-01-21 22:53:07.000000000 +0100
+++ inn-2.6.4/frontends/Makefile 2021-09-02 23:41:48.986139529 +0200
diff --git a/inn-asneeded.patch b/inn-asneeded.patch
index 8e2708e..99ffa35 100644
--- a/inn-asneeded.patch
+++ b/inn-asneeded.patch
@@ -77,3 +77,14 @@
$(LIBLDDEPS) $(LDFLAGS) -o $@ buffindexed/buffindexed_d.$(EXTOBJ) \
- $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(STORAGE_LIBS) $(LIBS)
+ -Wl,-no-as-needed $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(STORAGE_LIBS) $(LIBS)
+--- inn-2.7.4/storage/ovsqlite/ovmethod.mk.orig 2026-06-22 22:45:33.000000000 +0200
++++ inn-2.7.4/storage/ovsqlite/ovmethod.mk 2026-08-10 21:06:56.954105983 +0200
+@@ -5,7 +5,7 @@ OVSQLITELOBJECTS = $(OVSQLITEOBJECTS:.o=
+
+ ovsqlite/ovsqlite-server: $(OVSQLITEOBJECTS) libinnstorage.$(EXTLIB)
+ $(LIBLD) $(LDFLAGS) $(SQLITE3_LDFLAGS) -o $@ $(OVSQLITELOBJECTS) \
+- $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(STORAGE_LIBS) $(SQLITE3_LIBS) \
++ -Wl,-no-as-needed $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(STORAGE_LIBS) $(SQLITE3_LIBS) \
+ $(LIBS)
+
+ ovsqlite/ovsqlite-util: ovsqlite/ovsqlite-util.in $(FIXSCRIPT)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/inn.git/commitdiff/526765c4284e894f676e6c2284eeea0c02bbf5de
More information about the pld-cvs-commit
mailing list