[packages/bird] - up to 1.6.8

arekm arekm at pld-linux.org
Fri Nov 27 13:06:30 CET 2020


commit 97a5aa47e447775ccff43353fb3b43455b66c1bd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Nov 27 13:06:24 2020 +0100

    - up to 1.6.8

 bird.spec | 10 ++++++----
 gcc.patch | 11 +++++++++++
 2 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/bird.spec b/bird.spec
index a634f39..cc52d09 100644
--- a/bird.spec
+++ b/bird.spec
@@ -9,21 +9,22 @@
 Summary:	The BIRD Internet Routing Daemon
 Summary(pl.UTF-8):	Demon BIRD Internetowego Routingu Dynamicznego
 Name:		bird
-Version:	1.6.4
-Release:	2
+Version:	1.6.8
+Release:	1
 License:	GPL v2+
 Group:		Networking/Daemons
 Source0:	ftp://bird.network.cz/pub/bird/%{name}-%{version}.tar.gz
-# Source0-md5:	d62ec2547338e8d3dfb934b4c7b2faa4
+# Source0-md5:	abe29a927e21a3d7f8092641f06093c2
 Source1:	%{name}-ipv4.init
 Source2:	%{name}-ipv4.sysconfig
 Source3:	%{name}-ipv6.init
 Source4:	%{name}-ipv6.sysconfig
 Source5:	ftp://bird.network.cz/pub/bird/%{name}-doc-%{version}.tar.gz
-# Source5-md5:	0e09c17eaadd2f734720a3b67523d440
+# Source5-md5:	d5b69caeee629479e0261aba18d35758
 Source6:	%{name}-ipv4.service
 Source7:	%{name}-ipv6.service
 Patch0:		%{name}-allowalien.patch
+Patch1:		gcc.patch
 URL:		http://bird.network.cz/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -109,6 +110,7 @@ filtrów o dużych możliwościach.
 %prep
 %setup -q -a 5
 %{?with_alien:%patch0 -p1}
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.* tools
diff --git a/gcc.patch b/gcc.patch
new file mode 100644
index 0000000..7f1810d
--- /dev/null
+++ b/gcc.patch
@@ -0,0 +1,11 @@
+--- bird-1.6.8/sysdep/unix/krt.h~	2019-08-12 14:59:56.000000000 +0200
++++ bird-1.6.8/sysdep/unix/krt.h	2020-11-27 12:58:28.686870081 +0100
+@@ -112,7 +112,7 @@ struct kif_proto {
+   struct kif_state sys;		/* Sysdep state */
+ };
+ 
+-struct kif_proto *kif_proto;
++extern struct kif_proto *kif_proto;
+ 
+ #define KIF_CF ((struct kif_config *)p->p.cf)
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bird.git/commitdiff/97a5aa47e447775ccff43353fb3b43455b66c1bd



More information about the pld-cvs-commit mailing list