rpms/ssss/devel ssss.spec,1.1,1.2

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Wed Aug 8 18:51:41 UTC 2007


Author: pwouters

Update of /cvs/extras/rpms/ssss/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26616

Modified Files:
	ssss.spec 
Log Message:
* Wed Aug  8 2007 Paul Wouters <paul at xelerance.com> - 0.5-3
- Fixed a memset swapped argument found by davej
- Updated license field to reflect GPLv2



Index: ssss.spec
===================================================================
RCS file: /cvs/extras/rpms/ssss/devel/ssss.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ssss.spec	16 Sep 2006 06:30:59 -0000	1.1
+++ ssss.spec	8 Aug 2007 18:51:09 -0000	1.2
@@ -1,14 +1,14 @@
 Summary: Shamir's secret sharing scheme
 Name: ssss
 Version: 0.5
-Release: 2%{?dist}
-License: GPL
+Release: 3%{?dist}
+License: GPLv2
 Url:  http://point-at-infinity.org/%{name}
 Source: http://point-at-infinity.org/%{name}/%{name}-%{version}.tar.gz
 Source1: ssss.1.gz
 Group: Applications/Internet
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: gmp-devel
+BuildRequires: gmp-devel, xmlto
 
 %description
 ssss is an implementation of Shamir's secret sharing scheme.  ssss does
@@ -17,7 +17,8 @@
 
 %prep
 %setup -q 
-
+# fix transposed arguments in memset call
+sed -i 's/memset(buf, degree \/ 8 + 1, 0);/memset(buf, 0, degree \/ 8 + 1);/' ssss.c
 %build
 # Makefile target strips binary
 gcc $RPM_OPT_FLAGS -lgmp -o ssss-split ssss.c
@@ -42,6 +43,10 @@
 %doc %{_mandir}/man1/*
 
 %changelog
+* Wed Aug  8 2007 Paul Wouters <paul at xelerance.com> - 0.5-3
+- Fixed a memset swapped argument found by davej
+- Updated license field to reflect GPLv2
+
 * Thu Sep 14 2006 Paul Wouters <paul at xelerance.com> - 0.5-2
 - Fixed optflags macro call
 




More information about the fedora-extras-commits mailing list