Author: pawelz Date: Thu Sep 30 10:34:52 2010 GMT Module: packages Tag: HEAD ---- Log message: - fix potential buffer overflow. It builds now.
---- Files affected: packages/coovachilli: coovachilli.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: packages/coovachilli/coovachilli.spec diff -u packages/coovachilli/coovachilli.spec:1.5 packages/coovachilli/coovachilli.spec:1.6 --- packages/coovachilli/coovachilli.spec:1.5 Thu Sep 30 12:11:42 2010 +++ packages/coovachilli/coovachilli.spec Thu Sep 30 12:34:46 2010 @@ -7,6 +7,7 @@ Group: Applications Source0: http://ap.coova.org/chilli/coova-chilli-%{version}.tar.gz # Source0-md5: 6d942a731da07b029a1be0b58d7917d6 +Patch0: %{name}-limits.patch URL: http://coova.org/wiki/index.php/CoovaChilli BuildRequires: perl-base BuildRequires: rpmbuild(macros) >= 1.228 @@ -25,6 +26,8 @@ %prep %setup -q -n coova-chilli-%{version} +%patch0 -p1 + %build %configure %{__make} @@ -72,6 +75,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2010/09/30 10:34:46 pawelz +- fix potential buffer overflow. It builds now. + Revision 1.5 2010/09/30 10:11:42 pawelz - up to 1.2.4 - does not build: ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coovachilli/coovachilli.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
