]> git.pld-linux.org Git - packages/ntp.git/blobdiff - ntp-md5.patch
- starting upgrade to 4.2.6p1
[packages/ntp.git] / ntp-md5.patch
index d3b1ae341802c96dd91bc4f679f9f016265085db..cd471c83cd99f5af24eff7aee4b72ead26a5b2ef 100644 (file)
@@ -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 @@
  #include "ntp_md5.h"
  
  /* Constants for MD5Transform routine.
+--- ntp-4.2.4p7/configure.ac.orig      2009-08-08 16:46:22.000000000 +0200
++++ ntp-4.2.4p7/configure.ac   2009-08-08 17:52:24.000000000 +0200
+@@ -427,17 +427,6 @@
+ esac
+ AC_CHECK_HEADERS(errno.h fcntl.h ieeefp.h math.h)
+-# HMS: Lame, but fast.
+-if test -f /etc/redhat-release
+-then
+-    :
+-else
+-    AC_CHECK_HEADERS(md5.h, [], [],
+-[#if HAVE_SYS_TYPES_H
+-#include <sys/types.h>
+-#endif
+-])
+-fi
+ AC_CHECK_HEADERS(memory.h netdb.h poll.h)
+ AC_CHECK_HEADERS(sched.h sgtty.h stdlib.h string.h termio.h)
+ AC_CHECK_HEADERS(termios.h timepps.h timex.h unistd.h)
This page took 0.029555 seconds and 4 git commands to generate.