Author: qboosh Date: Sun Dec 31 19:16:21 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added signal patch to avoid using signal wrapper from libroken by other apps - removed obsolete glob hack, already redefined to rk_glob* in sources - release 6
---- Files affected: SPECS: heimdal.spec (1.129 -> 1.130) ---- Diffs: ================================================================ Index: SPECS/heimdal.spec diff -u SPECS/heimdal.spec:1.129 SPECS/heimdal.spec:1.130 --- SPECS/heimdal.spec:1.129 Sat Nov 25 14:22:28 2006 +++ SPECS/heimdal.spec Sun Dec 31 20:16:16 2006 @@ -7,7 +7,7 @@ Summary(pl): Implementacja Heimdal systemu Kerberos V5 Name: heimdal Version: 0.7.2 -Release: 5 +Release: 6 License: Free Group: Networking Source0: ftp://ftp.pdc.kth.se/pub/heimdal/src/%{name}-%{version}.tar.gz @@ -34,6 +34,7 @@ Patch9: %{name}-db4.patch Patch10: %{name}-libadd.patch Patch11: ftp://ftp.pdc.kth.se/pub/heimdal/src/heimdal-0.7.2-setuid-patch.txt +PAtch12: %{name}-signal.patch URL: http://www.pdc.kth.se/heimdal/ BuildRequires: autoconf BuildRequires: automake @@ -292,6 +293,7 @@ %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 %build rm -f acinclude.m4 @@ -299,9 +301,6 @@ %{__aclocal} -I cf %{__autoconf} %{__automake} -# glibc glob() has no support to GLOB_QUOTE and GLOB_LIMIT/GLOB_MAXPATH -# rename internal libroken glob/globfree -export CPPFLAGS="-Dglob=heimdal_glob -Dglobfree=heimdal_globfree" %configure \ --enable-shared \ --enable-static \ @@ -572,6 +571,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.130 2006/12/31 19:16:16 qboosh +- added signal patch to avoid using signal wrapper from libroken by other apps +- removed obsolete glob hack, already redefined to rk_glob* in sources +- release 6 + Revision 1.129 2006/11/25 13:22:28 arekm - rel 5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/heimdal.spec?r1=1.129&r2=1.130&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
