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.3: - fix array overflow / uninitialized pointer (#143592)
Date: Wed, 26 Aug 2026 08:53:33 GMT [thread overview]
Message-ID: <178773441304.1.1212252873657458987.rpms-inn-9eb34b0b8adf@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
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.3
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
reply other threads:[~2026-08-26 8:53 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=178773441304.1.1212252873657458987.rpms-inn-9eb34b0b8adf@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