George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
zeromq
Commits:
6323a40b by George Rawlinson at 2023-10-09T20:55:22+00:00
upgpkg: 4.3.5-1
* New upstream release.
* Remove upstreamed FTBFS fixes.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = zeromq
pkgdesc = Fast messaging system built on sockets. C and C++ bindings.
aka 0MQ, ZMQ.
- pkgver = 4.3.4
- pkgrel = 5
+ pkgver = 4.3.5
+ pkgrel = 1
url = http://www.zeromq.org
arch = x86_64
- license = LGPL
+ license = MPL2
makedepends = git
makedepends = cmake
makedepends = asciidoc
@@ -17,7 +17,7 @@ pkgbase = zeromq
depends = libpgm
optdepends = cppzmq: C++ binding for libzmq
provides = libzmq.so
- source =
zeromq::git+https://github.com/zeromq/libzmq#commit=4097855ddaaa65ed7b5e8cb86d143842a594eebd
+ source =
zeromq::git+https://github.com/zeromq/libzmq#commit=622fc6dde99ee172ebaa9c8628d85a7a1995a21d
source = fix-doc-install.patch
sha512sums = SKIP
sha512sums =
fcaf3e6147b9a759f8ba3cc71365d78d0b16e93c025eae4b9ebcbf4c832d09db81b61840b6c9b69bb4fbffcb8a0c7221598d866158902ff878bf150e23aa73e6
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
# Contributor: Kyle Keen <[email protected]>
pkgname=zeromq
-pkgver=4.3.4
-pkgrel=5
+pkgver=4.3.5
+pkgrel=1
pkgdesc='Fast messaging system built on sockets. C and C++ bindings. aka 0MQ,
ZMQ.'
arch=('x86_64')
url='http://www.zeromq.org'
-license=('LGPL')
+license=('MPL2')
depends=(
'glibc'
'gnutls'
@@ -24,7 +24,7 @@ makedepends=(
)
optdepends=('cppzmq: C++ binding for libzmq')
provides=('libzmq.so')
-_commit='4097855ddaaa65ed7b5e8cb86d143842a594eebd'
+_commit='622fc6dde99ee172ebaa9c8628d85a7a1995a21d'
source=(
"$pkgname::git+https://github.com/zeromq/libzmq#commit=$_commit"
'fix-doc-install.patch'
@@ -43,12 +43,6 @@ pkgver() {
prepare() {
cd "$pkgname"
- # FTBFS: undefined references (openpgm)
- git cherry-pick --no-commit 5381be6c71f2a34fea40a29c12e3f6f8dcf3bad2
-
- # FTBFS: gcc 13
- git cherry-pick --no-commit 438d5d88392baffa6c2c5e0737d9de19d6686f0d
-
# install documentation to correct directory
patch -p1 -i "$srcdir/fix-doc-install.patch"
}
@@ -93,7 +87,7 @@ check() {
--test-dir build \
--output-on-failure \
-j1 \
- -E "test_(diffserv|security_curve|zmq_poll_fd|connect_rid|heartbeats)"
+ -E
"test_(diffserv|security_curve|zmq_poll_fd|connect_rid|heartbeats|radio_dish)"
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zeromq/-/commit/6323a40bba31778909a0e052f34129645c126dd1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zeromq/-/commit/6323a40bba31778909a0e052f34129645c126dd1
You're receiving this email because of your account on gitlab.archlinux.org.