mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
confuse: update to 3.2.2.
fixes CVE-2018-14447
This commit is contained in:
parent
84154b2938
commit
97221ecc94
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'confuse'
|
# Template file for 'confuse'
|
||||||
pkgname=confuse
|
pkgname=confuse
|
||||||
version=3.2.1
|
version=3.2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --enable-static"
|
configure_args="--enable-shared --enable-static"
|
||||||
short_desc="Small configuration file parser library for C"
|
short_desc="Small configuration file parser library for C"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/martinh/libconfuse/"
|
|
||||||
license="ISC"
|
license="ISC"
|
||||||
|
homepage="https://github.com/martinh/libconfuse/"
|
||||||
|
changelog="https://github.com/martinh/libconfuse/raw/master/ChangeLog.md"
|
||||||
distfiles="https://github.com/martinh/libconfuse/releases/download/v${version}/confuse-${version}.tar.xz"
|
distfiles="https://github.com/martinh/libconfuse/releases/download/v${version}/confuse-${version}.tar.xz"
|
||||||
checksum=23c63272baf2ef4e2cbbafad2cf57de7eb81f006ec347c00b954819824add25e
|
checksum=a9240b653d02e8cfc52db48e8c4224426e528e1faa09b65e8ca08a197fad210b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue