OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 28-Apr-2009 20:10:48 Branch: HEAD Handle: 2009042819104800 Modified files: openpkg-src/bird bird.patch bird.spec Log: upgrading package: bird 1.0.11 -> 1.0.14 Summary: Revision Changes Path 1.3 +22 -12 openpkg-src/bird/bird.patch 1.17 +2 -2 openpkg-src/bird/bird.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/bird/bird.patch ============================================================================ $ cvs diff -u -r1.2 -r1.3 bird.patch --- openpkg-src/bird/bird.patch 24 Jan 2005 13:53:43 -0000 1.2 +++ openpkg-src/bird/bird.patch 28 Apr 2009 18:10:48 -0000 1.3 @@ -1,18 +1,28 @@ -Index: conf/Makefile ---- conf/Makefile.orig 2000-03-13 00:04:04 +0100 -+++ conf/Makefile 2005-01-24 14:52:40 +0100 -@@ -24,6 +24,6 @@ - $(M4) -P $(conf-src)/gen_commands.m4 $(srcdir)/client/cmds.m4 $(conf-fragments) | sort >commands.h +Index: sysdep/unix/io.c +--- sysdep/unix/io.c.orig 2009-04-28 11:51:54 +0200 ++++ sysdep/unix/io.c 2009-04-28 19:25:59 +0200 +@@ -743,6 +743,7 @@ + static int + sk_set_md5_auth_int(sock *s, sockaddr *sa, char *passwd) + { ++#ifdef TCP_MD5SIG + struct tcp_md5sig md5; - cf-lex.c: cf-lex.l -- $(FLEX) $(FLEX_DEBUG) -sB8 -ocf-lex.c -Pcf_ cf-lex.l -+ $(FLEX) $(FLEX_DEBUG) -s -B -8 -ocf-lex.c -Pcf_ cf-lex.l + memset(&md5, 0, sizeof(md5)); +@@ -773,6 +774,9 @@ + } + + return rv; ++#else ++ return 0; ++#endif + } - depend: keywords.h commands.h cf-parse.tab.c cf-lex.c + /** Index: sysdep/unix/krt.c ---- sysdep/unix/krt.c.orig 2004-06-07 18:51:23 +0200 -+++ sysdep/unix/krt.c 2005-01-24 14:51:23 +0100 -@@ -639,6 +639,7 @@ +--- sysdep/unix/krt.c.orig 2009-04-28 11:51:54 +0200 ++++ sysdep/unix/krt.c 2009-04-28 19:11:57 +0200 +@@ -645,6 +645,7 @@ return; } #endif @@ . patch -p0 <<'@@ .' Index: openpkg-src/bird/bird.spec ============================================================================ $ cvs diff -u -r1.16 -r1.17 bird.spec --- openpkg-src/bird/bird.spec 18 Apr 2009 13:08:58 -0000 1.16 +++ openpkg-src/bird/bird.spec 28 Apr 2009 18:10:48 -0000 1.17 @@ -31,8 +31,8 @@ Class: EVAL Group: Routing License: GPL -Version: 1.0.11 -Release: 20080101 +Version: 1.0.14 +Release: 20090428 # list of sources Source0: ftp://bird.network.cz/pub/bird/bird-%{version}.tar.gz @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org