libproxy ver. bump

This commit is contained in:
Rmys
2021-06-06 20:58:55 +03:00
committed by GitHub
parent e34dd7b9c2
commit 01199c184f
2 changed files with 16 additions and 8 deletions
+1
View File
@@ -10,6 +10,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
pisitools.dosed("libproxy/cmake/modules/pacrunner_mozjs.cmk", "mozjs-68", "mozjs-78")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON \
-DPERL_VENDORINSTALL=yes \
+15 -8
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Proxy configuration library</Summary>
<Description>libproxy is a library that provides automatic proxy configuration management.</Description>
<Archive sha1sum="2dc0fc31cad78ce3d7a5ceb8fa8df07010f5c13e" type="targz">https://github.com/libproxy/libproxy/archive/0.4.15.tar.gz</Archive>
<Archive sha1sum="cded2be341aa15bb1dc4ba574c0687e2ba8d59b2" type="targz">https://github.com/libproxy/libproxy/archive/0.4.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>gconf-devel</Dependency>
<Dependency>libXmu-devel</Dependency>
@@ -23,13 +23,13 @@
<Dependency>intltool</Dependency>
</BuildDependencies>
<Patches>
<Patch>libproxy-pac-modules.patch</Patch>
<Patch>libproxy-0.4.15-fix-CVE-2020-25219.patch</Patch>
<Patch>libproxy-0.4.15-fix-pac-buffer-overflow.patch</Patch>
<Patch>libproxy-0.4.15-mozjs52.patch</Patch>
<Patch>libproxy-0.4.15-mozjs60.patch</Patch>
<Patch>libproxy-0.4.17-mozjs68.patch</Patch>
<Patch>libproxy-0.4.15-mozjs-use-after-free.patch</Patch>
<!-- <Patch>libproxy-pac-modules.patch</Patch> -->
<!-- <Patch>libproxy-0.4.15-fix-CVE-2020-25219.patch</Patch> -->
<!-- <Patch>libproxy-0.4.15-fix-pac-buffer-overflow.patch</Patch> -->
<!-- <Patch>libproxy-0.4.15-mozjs52.patch</Patch> -->
<!-- <Patch>libproxy-0.4.15-mozjs60.patch</Patch> -->
<!-- <Patch>libproxy-0.4.17-mozjs68.patch</Patch> -->
<!-- <Patch>libproxy-0.4.15-mozjs-use-after-free.patch</Patch> -->
</Patches>
</Source>
@@ -109,6 +109,13 @@
</Package>
<History>
<Update release="8">
<Date>2021-06-06</Date>
<Version>0.4.17</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2021-02-25</Date>
<Version>0.4.15</Version>