# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=zeromq pkgver=4.3.2 pkgrel=0 pkgdesc="The ZeroMQ messaging library and tools" url="http://www.zeromq.org/" arch="all" license="LGPL-3.0-or-later with exceptions" makedepends="util-linux-dev libsodium-dev perl asciidoc xmlto autoconf automake " subpackages="libzmq-static $pkgname-dev $pkgname-doc libzmq:libs" source="https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz test-driver.patch " # secfixes: # 4.3.2-r0: # - CVE-2019-13132 # 4.3.1-r0: # - CVE-2019-6250 build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --with-libsodium make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="b6251641e884181db9e6b0b705cced7ea4038d404bdae812ff47bdd0eed12510b6af6846b85cb96898e253ccbac71eca7fe588673300ddb9c3109c973250c8e4 zeromq-4.3.2.tar.gz 64e4ae2c89469359480743beeb4f1e08976a4c52dbfd2dd33020463df78e927993319e456299682901001e0832ebed85291eea0decc1d27a58de78a6c891e660 test-driver.patch"