[packages/libident] Rel 3
arekm
arekm at pld-linux.org
Sun Mar 15 02:56:55 CET 2026
commit da8b860faecd445e80dfeb18c728e92cb269cc38
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 15 02:56:44 2026 +0100
Rel 3
libident-signal-handler-type.patch | 11 +++++++++++
libident.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/libident.spec b/libident.spec
index 57ce7e9..12c89b8 100644
--- a/libident.spec
+++ b/libident.spec
@@ -2,11 +2,12 @@ Summary: LibIdent - Ident protocol client library
Summary(pl.UTF-8): LibIdent - biblioteka kliencka dla protokołu Ident
Name: libident
Version: 0.32
-Release: 2
+Release: 3
License: Public Domain
Group: Libraries
Source0: http://www.remlab.net/files/libident/%{name}-%{version}.tar.bz2
# Source0-md5: f567aaf43eb1fa60d15b87e09a7fca5d
+Patch0: %{name}-signal-handler-type.patch
BuildRequires: autoconf >= 2.57
BuildRequires: automake >= 1:1.7
BuildRequires: libtool
@@ -46,6 +47,7 @@ LibIdent - biblioteka statyczna.
%prep
%setup -q
+%patch -P0 -p1
%build
%{__libtoolize}
diff --git a/libident-signal-handler-type.patch b/libident-signal-handler-type.patch
new file mode 100644
index 0000000..b90b7e6
--- /dev/null
+++ b/libident-signal-handler-type.patch
@@ -0,0 +1,11 @@
+--- libident-0.32/id_query.c.orig 2013-04-21 18:04:16.000000000 +0200
++++ libident-0.32/id_query.c 2026-03-15 12:00:00.000000000 +0100
+@@ -34,7 +34,7 @@
+
+ int id_query (ident_t *id, int lport, int fport, struct timeval *timeout)
+ {
+- RETSIGTYPE (*old_sig)();
++ void (*old_sig)(int);
+ int res;
+ char buf[80];
+ fd_set ws;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libident.git/commitdiff/da8b860faecd445e80dfeb18c728e92cb269cc38
More information about the pld-cvs-commit
mailing list