ports/contrib (3.5): [notify] faad2: 2.8.8 -> 2.9.0 security fixes: CVE-2018-19502 CVE-2018-19503 CVE-2018-19504 CVE-2018-20194 CVE-2018-20194 CVE-2018-20195 CVE-2018-20196 CVE-2018-20197 CVE-2018-20198 CVE-2018-20199 CVE-2018-20357 CVE-2018-20358 CVE-2018-20358 CVE-2018-20359 CVE-2018-20361 CVE-2018-20362 CVE-2019-15296 CVE-2019-6956
commit 495e5b9a30590ff9da28a73e3107d0f9f394be95 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Oct 27 11:49:14 2019 +1100 [notify] faad2: 2.8.8 -> 2.9.0 security fixes: CVE-2018-19502 CVE-2018-19503 CVE-2018-19504 CVE-2018-20194 CVE-2018-20194 CVE-2018-20195 CVE-2018-20196 CVE-2018-20197 CVE-2018-20198 CVE-2018-20199 CVE-2018-20357 CVE-2018-20358 CVE-2018-20358 CVE-2018-20359 CVE-2018-20361 CVE-2018-20362 CVE-2019-15296 CVE-2019-6956 diff --git a/faad2/.signature b/faad2/.signature index 9e862fc7..b21fdd04 100644 --- a/faad2/.signature +++ b/faad2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33IWVl/YxRb/HaldiJrM3MNWeoRBj9J+ZKlX7Ip6652abL1wSx9/zrptrtpxrx0kmOjomCBhX/W6DfZz9r7Z0AA= -SHA256 (Pkgfile) = e4a5c9146e24c08acbc9beba2c4269feacc746b6f5c376ddf5a5162268822ddf +RWSagIOpLGJF3/DZlBrr1xlnLxqnskKAZidKkk6B6P6EW/FVUICfDSu0r53mRmZkqBnEgHAKMqU3ziTXphpKb2XtiHqdcslQiA0= +SHA256 (Pkgfile) = b4dce1c3ce82fb482219d2f4af59a0c39ba005e501840648f66ec067aa5c4aa4 SHA256 (.footprint) = fca594c4b8c180ea14ca06a51517957272687f6007f5e88a6adb762b0798ca9b -SHA256 (faad2-2.8.8.tar.gz) = 985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d +SHA256 (faad2_2_9_0.tar.gz) = be30fbb0ea7999fe04ea7a5d5298eec15c256ddff4d5d7c584d5344fb9b0d2d4 diff --git a/faad2/Pkgfile b/faad2/Pkgfile index e726afb9..57795433 100644 --- a/faad2/Pkgfile +++ b/faad2/Pkgfile @@ -1,14 +1,16 @@ # Description: AAC audio decoding library. -# URL: https://www.audiocoding.com/ +# URL: https://www.audiocoding.com/faad2.html # Maintainer: Danny Rawlins, crux at romster dot me name=faad2 -version=2.8.8 +version=2.9.0 release=1 -source=(https://sourceforge.net/projects/faac/files/$name-src/faad2-${version%.*}.0/$name-$version.tar.gz) +source=(https://github.com/knik0/$name/archive/${version//./_}/${name}_${version//./_}.tar.gz) build() { - cd $name-$version + cd $name-${version//./_} + + autoreconf -i ./configure --prefix=/usr
participants (1)
-
crux@crux.nu