Ignore:
Timestamp:
Oct 1, 2006, 10:31:51 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
edaeca5
Parents:
2f09cbe
Message:
  • sync with changes in trunk
  • lzo2 instead of lzo
  • fix tinc/vtun build
  • security update for openssh/openssl
  • update for iproute2,openvpn,openntpd, iptables and ipp, openswan
  • disable ipv6 in busybox, autoselect this feature for all ipv6 related packages
  • add better startup scripts for openssh and openntpd

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@800 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/openntpd/patches/01-adjtimex_linux.patch

    r2f09cbe rb917538  
    1 diff -urN openntpd-3.7p1.orig/client.c openntpd-3.7p1/client.c
    2 --- openntpd-3.7p1.orig/client.c        2005-03-13 13:36:38.000000000 +0100
    3 +++ openntpd-3.7p1/client.c     2006-02-23 16:27:53.686827824 +0100
    4 @@ -306,7 +306,7 @@
     1diff -Nur openntpd-3.9p1/client.c openntpd-3.9p1.patched/client.c
     2--- openntpd-3.9p1/client.c     2006-05-14 07:29:21.000000000 +0200
     3+++ openntpd-3.9p1.patched/client.c     2006-09-30 12:41:07.000000000 +0200
     4@@ -321,7 +321,7 @@
    55        priv_adjtime();
    66 
     
    1111 
    1212        return (0);
    13 diff -urN openntpd-3.7p1.orig/configure.ac openntpd-3.7p1/configure.ac
    14 --- openntpd-3.7p1.orig/configure.ac    2005-05-23 13:11:08.000000000 +0200
    15 +++ openntpd-3.7p1/configure.ac 2006-02-23 16:27:53.688827520 +0100
    16 @@ -466,6 +466,11 @@
    17         [ builtin_arc4random=$withval ]
    18  )
     13diff -Nur openntpd-3.9p1/configure.ac openntpd-3.9p1.patched/configure.ac
     14--- openntpd-3.9p1/configure.ac 2006-05-14 07:29:23.000000000 +0200
     15+++ openntpd-3.9p1.patched/configure.ac 2006-09-30 12:41:07.000000000 +0200
     16@@ -617,6 +617,11 @@
     17 fi
     18 AC_SUBST(mansubdir)
    1919 
    2020+AC_ARG_WITH(adjtimex,
     
    2626 if test "$ac_cv_func_arc4random" != "yes" && test "x$builtin_arc4random" != "xyes"; then
    2727 saved_CPPFLAGS="$CPPFLAGS"
    28 diff -urN openntpd-3.7p1.orig/defines.h openntpd-3.7p1/defines.h
    29 --- openntpd-3.7p1.orig/defines.h       2005-05-23 02:16:33.000000000 +0200
    30 +++ openntpd-3.7p1/defines.h    2006-02-23 16:27:53.688827520 +0100
     28diff -Nur openntpd-3.9p1/defines.h openntpd-3.9p1.patched/defines.h
     29--- openntpd-3.9p1/defines.h    2006-05-14 07:29:21.000000000 +0200
     30+++ openntpd-3.9p1.patched/defines.h    2006-09-30 12:41:07.000000000 +0200
    3131@@ -20,6 +20,10 @@
    3232 # define setproctitle(x)
     
    4040 # if defined(HAVE_STRUCT_SOCKADDR_SA_LEN)
    4141 #  define SA_LEN(x)    ((x)->sa_len)
    42 diff -urN openntpd-3.7p1.orig/openbsd-compat/Makefile.in openntpd-3.7p1/openbsd-compat/Makefile.in
    43 --- openntpd-3.7p1.orig/openbsd-compat/Makefile.in      2004-12-20 00:41:36.000000000 +0100
    44 +++ openntpd-3.7p1/openbsd-compat/Makefile.in   2006-02-23 16:27:53.901795144 +0100
     42diff -Nur openntpd-3.9p1/openbsd-compat/Makefile.in openntpd-3.9p1.patched/openbsd-compat/Makefile.in
     43--- openntpd-3.9p1/openbsd-compat/Makefile.in   2006-05-14 07:29:19.000000000 +0200
     44+++ openntpd-3.9p1.patched/openbsd-compat/Makefile.in   2006-09-30 12:41:07.000000000 +0200
    4545@@ -9,7 +9,7 @@
    46  OPENBSD=       asprintf.o daemon.o inet_pton.o strlcpy.o
    4746 COMPAT=                atomicio.o bsd-arc4random.o bsd-misc.o bsd-poll.o \
    48                 bsd-snprintf.o fake-rfc2553.o uidswap.o
     47                bsd-snprintf.o bsd-getifaddrs.o bsd-setresuid.o \
     48                bsd-setresgid.o fake-rfc2553.o
    4949-PORT=          port-qnx.o
    5050+PORT=          port-linux.o port-qnx.o
     
    5252 VPATH=@srcdir@
    5353 CC=@CC@
    54 diff -urN openntpd-3.7p1.orig/openbsd-compat/openbsd-compat.h openntpd-3.7p1/openbsd-compat/openbsd-compat.h
    55 --- openntpd-3.7p1.orig/openbsd-compat/openbsd-compat.h 2004-12-19 04:04:22.000000000 +0100
    56 +++ openntpd-3.7p1/openbsd-compat/openbsd-compat.h      2006-02-23 16:27:53.948788000 +0100
    57 @@ -44,6 +44,11 @@
     54diff -Nur openntpd-3.9p1/openbsd-compat/openbsd-compat.h openntpd-3.9p1.patched/openbsd-compat/openbsd-compat.h
     55--- openntpd-3.9p1/openbsd-compat/openbsd-compat.h      2006-05-14 07:29:19.000000000 +0200
     56+++ openntpd-3.9p1.patched/openbsd-compat/openbsd-compat.h      2006-09-30 12:41:07.000000000 +0200
     57@@ -46,6 +46,11 @@
    5858                 __attribute__((__format__ (printf, 2, 3)));
    5959 #endif
     
    6767 int inet_pton(int, const char *, void *);
    6868 #endif
    69 diff -urN openntpd-3.7p1.orig/openbsd-compat/port-linux.c openntpd-3.7p1/openbsd-compat/port-linux.c
    70 --- openntpd-3.7p1.orig/openbsd-compat/port-linux.c     1970-01-01 01:00:00.000000000 +0100
    71 +++ openntpd-3.7p1/openbsd-compat/port-linux.c  2006-02-23 16:27:53.996780704 +0100
     69diff -Nur openntpd-3.9p1/openbsd-compat/port-linux.c openntpd-3.9p1.patched/openbsd-compat/port-linux.c
     70--- openntpd-3.9p1/openbsd-compat/port-linux.c  1970-01-01 01:00:00.000000000 +0100
     71+++ openntpd-3.9p1.patched/openbsd-compat/port-linux.c  2006-09-30 12:41:07.000000000 +0200
    7272@@ -0,0 +1,105 @@
    7373+/* $Id$ */
Note: See TracChangeset for help on using the changeset viewer.