packages: ntp/ntp-md5.patch - updated for 4.2.4p7

charles charles at pld-linux.org
Tue May 19 10:52:37 CEST 2009


Author: charles                      Date: Tue May 19 08:52:37 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 4.2.4p7

---- Files affected:
packages/ntp:
   ntp-md5.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/ntp/ntp-md5.patch
diff -u packages/ntp/ntp-md5.patch:1.4 packages/ntp/ntp-md5.patch:1.5
--- packages/ntp/ntp-md5.patch:1.4	Sun May 20 19:46:42 2007
+++ packages/ntp/ntp-md5.patch	Tue May 19 10:52:32 2009
@@ -1,16 +1,13 @@
---- ntp-4.2.0/configure.ac	2006-09-13 10:51:32.253439861 +0300
-+++ ntp-4.2.0.ssl/configure.ac	2006-10-02 23:07:07.809947790 +0300
-@@ -330,8 +330,10 @@
- AC_CHECK_FUNC(openlog, , 
-   AC_CHECK_LIB(gen, openlog, , 
-   AC_CHECK_LIB(syslog, openlog, , , $libxnet -lsocket)))
-+AC_CHECK_LIB(crypto, MD5_Init, ,
- AC_CHECK_LIB(md5, MD5Init, , 
-   AC_CHECK_LIB(md, MD5Init))
-+)
+--- ntp-4.2.4p7/configure.ac.orig	2009-05-19 10:44:23.000000000 +0200
++++ ntp-4.2.4p7/configure.ac	2009-05-19 10:46:03.000000000 +0200
+@@ -366,6 +366,7 @@
+ AC_CHECK_FUNC([openlog], , 
+   AC_SEARCH_LIBS([openlog], [gen], , 
+   AC_SEARCH_LIBS([openlog], [syslog], , , [$libxnet -lsocket])))
++AC_SEARCH_LIBS([MD5_Init], [crypto])
+ AC_SEARCH_LIBS([MD5Init], [md5 md])
  AC_CHECK_FUNCS(MD5Init)
- dnl HMS: What a hack...
- AC_CHECK_HEADERS(readline/history.h readline/readline.h)
+ 
 --- ntp-4.2.0/include/ntp_md5.h	2003-07-17 13:27:16.000000000 +0300
 +++ ntp-4.2.0.ssl/include/ntp_md5.h	2006-10-02 23:15:24.871129536 +0300
 @@ -2,8 +2,15 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ntp/ntp-md5.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list