Browse Source

upgrading package: bird 1.1.7 -> 1.2.0

master
parent
commit
e898f0b648
  1. 20
      bird/bird.patch
  2. 7
      bird/bird.spec

20
bird/bird.patch

@ -1,7 +1,21 @@
Index: sysdep/bsd/krt-sock.c
--- sysdep/bsd/krt-sock.c.orig 2009-10-02 10:08:51 +0200
+++ sysdep/bsd/krt-sock.c 2010-01-14 20:16:03 +0100
@@ -172,8 +172,10 @@
case RTD_DEVICE:
if(i)
{
+#ifdef RTF_CLONING
if (cmd == RTM_ADD && (i->flags & IF_MULTIACCESS) != IF_MULTIACCESS) /* PTP */
msg.rtm.rtm_flags |= RTF_CLONING;
+#endif
if(!i->addr) {
log(L_ERR "KIF: interface \"%s\" has no IP addess", i->name);
Index: sysdep/unix/krt.c
--- sysdep/unix/krt.c.orig 2009-05-11 00:11:46 +0200
+++ sysdep/unix/krt.c 2009-05-27 21:55:43 +0200
@@ -645,6 +645,7 @@
--- sysdep/unix/krt.c.orig 2009-06-28 09:33:51 +0200
+++ sysdep/unix/krt.c 2010-01-14 20:15:46 +0100
@@ -701,6 +701,7 @@
return;
}
#endif

7
bird/bird.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Routing
License: GPL
Version: 1.1.7
Release: 20091221
Version: 1.2.0
Release: 20100114
# list of sources
Source0: ftp://bird.network.cz/pub/bird/bird-%{version}.tar.gz
@ -42,7 +42,7 @@ Patch0: bird.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20060823, make, flex, bison, m4, config
BuildPreReq: OpenPKG, openpkg >= 20060823, make, flex, bison, m4
PreReq: OpenPKG, openpkg >= 20060823
BuildPreReq: readline
PreReq: readline
@ -65,7 +65,6 @@ AutoReqProv: no
%prep
%setup -q
%patch -p0
%{l_prefix}/bin/config install tools
%build
# configure package

Loading…
Cancel
Save