Date: Thursday, February 3, 2022 @ 17:18:23 Author: arojas Revision: 436117
Fix format-security issues (FS#73603) Modified: vde2/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-03 15:33:01 UTC (rev 436116) +++ PKGBUILD 2022-02-03 17:18:23 UTC (rev 436117) @@ -2,7 +2,7 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=vde2 pkgver=2.3.2 -pkgrel=18 +pkgrel=19 pkgdesc="Virtual Distributed Ethernet for emulators like qemu" url="https://sourceforge.net/projects/vde/" license=("GPL" "LGPL" "CUSTOM") @@ -14,7 +14,10 @@ dhcpd.conf.sample iptables.rules.sample vde-config.sample - vde-connection.sample) + vde-connection.sample + https://github.com/virtualsquare/vde-2/commit/7f7593cd.patch + https://github.com/virtualsquare/vde-2/commit/738d5149.patch + https://github.com/virtualsquare/vde-2/commit/561701bb.patch) install=vde2.install options=(!makeflags) sha256sums=('cbea9b7e03097f87a6b5e98b07890d2275848f1fe4b9fcda77b8994148bc9542' @@ -22,11 +25,18 @@ 'da0e2766dc63069da929c28126831ad5fdddcc4a04105a21217d78832c7ca1bc' '99076d7466cd99673dbe91ef83865187e7868177959b38e125df63eea957f83e' '5727c215646333c37b26388146cd3e6b3814b88d60d54051d7da99e00c0aef87' - '5139110ed6d5d1174bf12971512dac5196d9d07df46dd393d7b1cd083118fe9b') + '5139110ed6d5d1174bf12971512dac5196d9d07df46dd393d7b1cd083118fe9b' + 'a0d020f687254b12776ec18f60ce734fbc92ed4d6f5d81a1fba040d73762c2e1' + 'efad3a713b85265cd9691d8df513a1f7ebd678fc133f8efc2778b806cebf5ba1' + '66806a7f893947ab009bd1dae71d2bbb713ae837e0e12c08047c007269d4ce29') prepare() { cd $pkgname-$pkgver patch -Np1 -i ../vde_cryptcab-compile-against-openssl-1.1.0.patch +# Fix format-security build errors + patch -p2 -i ../7f7593cd.patch + patch -p2 -i ../738d5149.patch + patch -p1 -i ../561701bb.patch } build() {
