]> git.pld-linux.org Git - packages/bird.git/commitdiff
- up to 1.6.8 auto/th/bird-1.6.8-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 27 Nov 2020 12:06:24 +0000 (13:06 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 27 Nov 2020 12:06:24 +0000 (13:06 +0100)
bird.spec
gcc.patch [new file with mode: 0644]

index a634f395a99c2edfed8e03720063aba4cea55090..cc52d09c9e6419fc8eacd88ed8ab57674e31bc35 100644 (file)
--- 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 (file)
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)
This page took 0.07497 seconds and 4 git commands to generate.