public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10: drop obsolete patch
Date: Wed, 26 Aug 2026 08:07:20 GMT [thread overview]
Message-ID: <178773164000.1.10847591242931741828.rpms-inn-6f385eac7746@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
Commit : 6f385eac774633f135986c44d6a24dcbc7596bb6
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2021-02-17T01:56:52+01:00
Stats : +1/-26 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/6f385eac774633f135986c44d6a24dcbc7596bb6?branch=epel10
Log:
drop obsolete patch
-pie is used for all programs by default now
---
diff --git a/inn-2.6.4-pie.patch b/inn-2.6.4-pie.patch
deleted file mode 100644
index e26d7b5..0000000
--- a/inn-2.6.4-pie.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -up inn-2.6.4/frontends/Makefile.pie inn-2.6.4/frontends/Makefile
---- inn-2.6.4/frontends/Makefile.pie 2021-02-14 18:22:01.069190182 +0100
-+++ inn-2.6.4/frontends/Makefile 2021-02-14 18:23:30.059845120 +0100
-@@ -88,7 +88,7 @@ ovdb_server: ovdb_server.o $(BOTH)
- $(LINKDEPS) ovdb_server.o $(STORELIBS)
- ovdb_stat: ovdb_stat.o $(BOTH)
- $(LINKDEPS) ovdb_stat.o $(STORELIBS)
--rnews: rnews.o $(BOTH) ; $(LINK) rnews.o $(STORELIBS)
-+rnews: rnews.o $(BOTH) ; $(LINK) rnews.o -pie $(STORELIBS)
- sm: sm.o $(BOTH)
- $(LINKDEPS) sm.o $(STORELIBS)
-
-diff -up inn-2.6.4/innd/Makefile.pie inn-2.6.4/innd/Makefile
---- inn-2.6.4/innd/Makefile.pie 2021-01-21 22:53:07.000000000 +0100
-+++ inn-2.6.4/innd/Makefile 2021-02-14 18:22:01.069190182 +0100
-@@ -41,7 +41,7 @@ perl.o: perl.c ; $(CC) $(CFLAGS) $(PE
- python.o: python.c ; $(CC) $(CFLAGS) $(PYTHON_CPPFLAGS) -c python.c
-
- innd: $(OBJECTS) $(LIBSTORAGE) $(LIBHIST) $(LIBINN)
-- $(LIBLD) $(LDFLAGS) -o $@ $(OBJECTS) $(INNDLIBS)
-+ $(LIBLD) -pie $(LDFLAGS) -o $@ $(OBJECTS) $(INNDLIBS)
-
- tinyleaf: tinyleaf.o $(LIBINN)
- $(LIBLD) $(LDFLAGS) -o $@ tinyleaf.o $(LIBINN) $(LIBS)
diff --git a/inn.spec b/inn.spec
index c8c3319..3eaa8c5 100644
--- a/inn.spec
+++ b/inn.spec
@@ -23,7 +23,6 @@ Source25: innd-rnews.service
Source26: innd-rnews.timer
Patch1: inn-2.6.4-rh.patch
Patch2: https://inn.eyrie.org/trac/changeset/10541?format=diff&new=10541#/inn-2.6.4-changeset-10541.patch
-Patch4: inn-2.6.4-pie.patch
BuildRequires: autoconf
BuildRequires: byacc
BuildRequires: cyrus-sasl-devel
@@ -116,7 +115,6 @@ gpgv2 --keyring %{S:3} %{S:1} %{S:0}
%setup -q -n inn-%{version}
%patch1 -p1 -b .rh
%patch2 -p3
-%patch4 -p1 -b .pie
%build
%configure \
@@ -619,6 +617,7 @@ fi
%changelog
* Tue Feb 16 2021 Dominik Mierzejewski <rpm@greysector.net> - 2.6.4-2
- backport upstream patch to fix util/inndf test on ppc64le
+- drop obsolete patch (-pie is used for all programs by default now)
* Sun Feb 14 2021 Dominik Mierzejewski <rpm@greysector.net> - 2.6.4-1
- update to 2.6.4
reply other threads:[~2026-08-26 8:07 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=178773164000.1.10847591242931741828.rpms-inn-6f385eac7746@fedoraproject.org \
--to=dominik@greysector.net \
--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