SPECS: perl.spec - getgrent fails with out of memory if /etc/group...

adamg adamg at pld-linux.org
Wed Nov 2 23:51:54 CET 2005


Author: adamg                        Date: Wed Nov  2 22:51:54 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- getgrent fails with out of memory if /etc/group contains line longer
  than 3000 chars.

---- Files affected:
SPECS:
   perl.spec (1.320 -> 1.321) 

---- Diffs:

================================================================
Index: SPECS/perl.spec
diff -u SPECS/perl.spec:1.320 SPECS/perl.spec:1.321
--- SPECS/perl.spec:1.320	Sat Jul 30 12:04:02 2005
+++ SPECS/perl.spec	Wed Nov  2 23:51:49 2005
@@ -70,6 +70,7 @@
 Patch6:		%{name}-test-noproc.patch
 Patch7:		%{name}_585-microperl_uconfig.patch
 Patch8:		%{name}_587-Pod_Usage_version.patch
+Patch9:		%{name}-getgrent.patch
 URL:		http://dev.perl.org/perl5/
 # required for proper Provides generation (older are not supported by spec)
 BuildRequires:	rpm-build >= 4.3-0.20040107.4
@@ -618,6 +619,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 sh Configure \
@@ -1448,6 +1450,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.321  2005/11/02 22:51:49  adamg
+- getgrent fails with out of memory if /etc/group contains line longer
+  than 3000 chars.
+
 Revision 1.320  2005/07/30 10:04:02  qboosh
 - -base Conflicts:: perl < 1:5.8.0 (file conflicts with perl from Ra)
 - release 5
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl.spec?r1=1.320&r2=1.321&f=u




More information about the pld-cvs-commit mailing list