public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: - fix array overflow / uninitialized pointer (#143592)
@ 2026-08-26  8:05 Martin Stransky
  0 siblings, 0 replies; only message in thread
From: Martin Stransky @ 2026-08-26  8:05 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10
Commit : 9eb34b0b8adfee4de7d895ee89b9dce1642f590a
Author : Martin Stransky <stransky@fedoraproject.org>
Date   : 2004-12-23T09:40:39+00:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/9eb34b0b8adfee4de7d895ee89b9dce1642f590a?branch=epel10

Log:
- fix array overflow / uninitialized pointer (#143592)

---
diff --git a/inn.spec b/inn.spec
index b139639..043b4d3 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
 Summary: The InterNetNews (INN) system, an Usenet news server.
 Name: inn
 Version: 2.4.1
-Release: 1
+Release: 2
 License: GPL
 Group: System Environment/Daemons
 Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
@@ -17,6 +17,7 @@ Patch3: inn-2.4.1.headusage.patch
 Patch4: inn-2.4.1.pie.patch
 Patch5: inn-2.4.1.diff.patch
 Patch6: inn-2.4.1.posix.patch
+Patch7: inn-2.4.1-warn.patch
 BuildRequires: db4-devel
 Prereq: /sbin/chkconfig, grep, coreutils, sed
 Requires: bash >= 2.0, inews
@@ -73,6 +74,7 @@ local news servers.
 %patch4 -p1 -b .pie
 %patch5 -p1 -b .diff
 %patch6 -p1 -b .posix
+%patch7 -p1 -b .warn
 
 perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
 perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
@@ -270,6 +272,9 @@ exit 0
 %{_mandir}/man1/inews*
 
 %changelog
+* Thu Dec 23 2004 Martin Stransky <stransky@redhat.com> 2.4.1-2
+- fix array overflow / uninitialized pointer (#143592)
+
 * Wed Dec 15 2004 Martin Stransky <stransky@redhat.com> 2.4.1-1
 - diff patch (fix obsolete version of diff parameter) #137342
 - posix/warnings patch #110825

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

only message in thread, other threads:[~2026-08-26  8:05 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:05 [rpms/inn] epel10: - fix array overflow / uninitialized pointer (#143592) Martin Stransky

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