rpms/setarch/FC-4 .cvsignore, 1.6, 1.7 setarch.spec, 1.9, 1.10 sources, 1.6, 1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 21 08:25:44 UTC 2005


Author: jnovy

Update of /cvs/dist/rpms/setarch/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv3700

Modified Files:
	.cvsignore setarch.spec sources 
Log Message:

- fix possible segfault when parsing unknown arguments (#161975)
- print warnings when unknown arguments are passed
- add FDPIC_FUNCPTRS personality




Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/setarch/FC-4/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	4 Feb 2005 10:17:16 -0000	1.6
+++ .cvsignore	21 Jul 2005 08:25:41 -0000	1.7
@@ -1,3 +1,4 @@
 setarch-1.4.tar.gz
 setarch-1.5.tar.gz
 setarch-1.7.tar.gz
+setarch-1.8.tar.gz


Index: setarch.spec
===================================================================
RCS file: /cvs/dist/rpms/setarch/FC-4/setarch.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- setarch.spec	9 May 2005 20:52:46 -0000	1.9
+++ setarch.spec	21 Jul 2005 08:25:41 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: Personality setter
 Name: setarch
-Version: 1.7
-Release: 3
+Version: 1.8
+Release: 1.FC4
 Source0: %{name}-%{version}.tar.gz
 License: GPL
 Group: System Environment/Kernel
@@ -54,6 +54,11 @@
 %{_mandir}/man8/*.8*
 
 %changelog
+* Mon Jul 19 2005 Jindrich Novy <jnovy at redhat.com> 1.8-1.FC4
+- fix possible segfault when parsing unknown arguments (#161975)
+- print warnings when unknown arguments are passed
+- add FDPIC_FUNCPTRS personality
+
 * Mon May  9 2005 Bill Nottingham <notting at redhat.com> 1.7-3
 - don't strip binary, fixes debuginfo generation
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/setarch/FC-4/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	4 Feb 2005 10:17:16 -0000	1.6
+++ sources	21 Jul 2005 08:25:41 -0000	1.7
@@ -1 +1 @@
-6bb48ce08450526a8b24ea034bddad32  setarch-1.7.tar.gz
+dda9d220e6934dd0a9c1e3faf0829a00  setarch-1.8.tar.gz




More information about the fedora-cvs-commits mailing list