[packages/miredo] Rel 2
arekm
arekm at pld-linux.org
Fri May 8 20:49:51 CEST 2026
commit f5dbebfc2b7d49df3cd3afdb4e873cfad517e129
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri May 8 20:49:42 2026 +0200
Rel 2
miredo-tunnel-h-c23-stddef.patch | 11 +++++++++++
miredo.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/miredo.spec b/miredo.spec
index e221a96..bf3d890 100644
--- a/miredo.spec
+++ b/miredo.spec
@@ -2,13 +2,14 @@ Summary: IPv6 Tunneling daemon
Summary(pl.UTF-8): Demon do tunelowania IPv6
Name: miredo
Version: 1.2.4
-Release: 1
+Release: 2
License: BSD
Group: Networking/Daemons
Source0: http://www.remlab.net/files/miredo/archive/%{name}-%{version}.tar.bz2
# Source0-md5: 1281e7e75bddbde244cd778d99fa22d4
Source1: %{name}-server.init
Source2: %{name}-teredo.init
+Patch0: %{name}-tunnel-h-c23-stddef.patch
URL: http://www.simphalempin.com/dev/miredo/
BuildRequires: judy-devel
Requires: %{name}-common = %{version}-%{release}
@@ -92,6 +93,7 @@ Statyczne biblioteki miredo.
%prep
%setup -q
+%patch -P0 -p1
%build
%configure
diff --git a/miredo-tunnel-h-c23-stddef.patch b/miredo-tunnel-h-c23-stddef.patch
new file mode 100644
index 0000000..c252a10
--- /dev/null
+++ b/miredo-tunnel-h-c23-stddef.patch
@@ -0,0 +1,11 @@
+--- miredo-1.2.4/libteredo/tunnel.h.orig 2026-05-08 20:34:53.646503571 +0200
++++ miredo-1.2.4/libteredo/tunnel.h 2026-05-08 20:34:56.463170237 +0200
+@@ -32,6 +32,8 @@
+ # define LIBTEREDO_TUNNEL_H
+
+ # include <stdbool.h>
++# include <stddef.h>
++# include <stdint.h>
+
+ # ifdef __cplusplus
+ extern "C" {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/miredo.git/commitdiff/f5dbebfc2b7d49df3cd3afdb4e873cfad517e129
More information about the pld-cvs-commit
mailing list