Author: glen Date: Mon Oct 2 20:03:07 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - add md5 patch to always link with openssl for MD5Update
---- Files affected: SPECS: ntp.spec (1.80 -> 1.81) ---- Diffs: ================================================================ Index: SPECS/ntp.spec diff -u SPECS/ntp.spec:1.80 SPECS/ntp.spec:1.81 --- SPECS/ntp.spec:1.80 Fri Sep 8 18:17:09 2006 +++ SPECS/ntp.spec Mon Oct 2 22:03:02 2006 @@ -5,7 +5,7 @@ Summary(pt_BR): Network Time Protocol versăo 4 Name: ntp Version: 4.2.0 -Release: 19 +Release: 19.1 License: distributable Group: Daemons Source0: ftp://ftp.udel.edu/pub/ntp/ntp4/%{name}-%{version}.tar.gz @@ -23,6 +23,7 @@ Patch2: %{name}-ipv6.patch Patch3: %{name}-openssl_check.patch Patch4: %{name}-gcc4.patch +Patch5: %{name}-md5.patch URL: http://www.ntp.org/ BuildRequires: autoconf BuildRequires: automake @@ -118,13 +119,15 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} -%configure +%configure \ + --with-crypto=openssl %{__make} @@ -210,6 +213,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.81 2006/10/02 20:03:02 glen +- add md5 patch to always link with openssl for MD5Update + Revision 1.80 2006/09/08 16:17:09 qboosh - pl for -ntptrace ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ntp.spec?r1=1.80&r2=1.81&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
