]> git.pld-linux.org Git - packages/coova-chilli.git/commitdiff
- fix potential buffer overflow. It builds now.
authorpawelz <pawelz@pld-linux.org>
Thu, 30 Sep 2010 10:34:46 +0000 (10:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coova-chilli.spec -> 1.6

coova-chilli.spec

index a701a8a52ae746e5521308cdbe856d0ba04a23fe..8cf9289dd08caf7aacd888bdf4da73ce4ca6a8c9 100644 (file)
@@ -6,6 +6,7 @@ License:        GPL
 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
@@ -24,6 +25,8 @@ more at http://coova.org/ and http://www.chillispot.org/.
 %prep
 %setup -q -n coova-chilli-%{version}
 
+%patch0 -p1
+
 %build
 %configure
 %{__make}
This page took 0.285791 seconds and 4 git commands to generate.