Author: blues Date: Wed Jul 27 20:58:31 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - release 5 - added security patch from Debian/Gentoo (fixes CAN-2005-1848) There is few more very useful patches in gentoo.
---- Files affected: SPECS: dhcpcd.spec (1.51 -> 1.52) ---- Diffs: ================================================================ Index: SPECS/dhcpcd.spec diff -u SPECS/dhcpcd.spec:1.51 SPECS/dhcpcd.spec:1.52 --- SPECS/dhcpcd.spec:1.51 Sat Jul 16 16:28:52 2005 +++ SPECS/dhcpcd.spec Wed Jul 27 22:58:26 2005 @@ -1,6 +1,4 @@ # $Revision$, $Date$ -# TODO -# - security http://security.gentoo.org/glsa/glsa-200507-16.xml Summary: DHCP Client Daemon Summary(de): DHCPC-Dämon Summary(es): Cliente (daemon) DHCP @@ -11,7 +9,7 @@ Name: dhcpcd %define ver 1.3.22-pl4 Version: %(echo %{ver} | tr -d - ) -Release: 4 +Release: 5 License: GPL v2 Group: Networking/Daemons Source0: http://www.phystech.com/ftp/%{name}-%{ver}.tar.gz @@ -21,6 +19,7 @@ Patch2: %{name}-noMoFakery.patch Patch3: %{name}-noNISfakery.patch Patch4: %{name}-paths_fixes.patch +Patch5: %{name}-security.patch BuildRequires: automake BuildRequires: autoconf BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -99,6 +98,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p0 %build rm -f missing @@ -135,6 +135,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.52 2005/07/27 20:58:26 blues +- release 5 - added security patch from Debian/Gentoo (fixes CAN-2005-1848) + There is few more very useful patches in gentoo. + Revision 1.51 2005/07/16 14:28:52 glen - security note ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dhcpcd.spec?r1=1.51&r2=1.52&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
