]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - python-urlgrabber/python-urlgrabber.nm
prevent kernel address space leak via dmesg or /proc files
[people/pmueller/ipfire-3.x.git] / python-urlgrabber / python-urlgrabber.nm
index a7cbc7682b5280d375df12ddaca9598a6b4791a9..171c836f9d42320489a0d8b476b0b2fda9ee51ae 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = python-urlgrabber
-version    = 3.9.1
-release    = 3
+version    = 3.10.1
+release    = 1
 arch       = noarch
 thisapp    = urlgrabber-%{version}
 
@@ -20,7 +20,7 @@ description
        throttling, authentication, proxies and more.
 end
 
-source_dl  =
+source_dl  = http://urlgrabber.baseurl.org/download/
 
 build
        requires
@@ -28,6 +28,11 @@ build
                python-pycurl
        end
 
+       prepare_cmds
+               # Move everything from /usr/libexec to /usr/lib/urlgrabber.
+               find . -type f | xargs sed -i "s@libexec@lib/urlgrabber@g"
+       end
+
        build = # Nothing to do
 
        install