summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-17 21:21:04 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-17 21:21:04 +0000
commit345e9c1484e59437fd647ac77ffbd0f6f136d7cf (patch)
treedc915565dd2b729d6ca14b2ea21653eb84d1bfa6
parent93c8438a6c3958844afedd9483a90a81425afcfd (diff)
downloadpackages-345e9c1484e59437fd647ac77ffbd0f6f136d7cf.tar.gz
packages-345e9c1484e59437fd647ac77ffbd0f6f136d7cf.tar.bz2
packages-345e9c1484e59437fd647ac77ffbd0f6f136d7cf.tar.xz
packages-345e9c1484e59437fd647ac77ffbd0f6f136d7cf.zip
user/libxdmcp: bump to 1.1.3
-rw-r--r--user/libxdmcp/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/user/libxdmcp/APKBUILD b/user/libxdmcp/APKBUILD
index 3c7c41fe7..85ba59d65 100644
--- a/user/libxdmcp/APKBUILD
+++ b/user/libxdmcp/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libxdmcp
-pkgver=1.1.2
-pkgrel=5
+pkgver=1.1.3
+pkgrel=0
pkgdesc="X11 Display Manager Control Protocol library"
url="https://www.X.Org/"
arch="all"
license="MIT"
-depends=
+depends=""
makedepends="xorgproto-dev libbsd-dev util-macros xmlto"
subpackages="$pkgname-dev $pkgname-doc"
source="https://www.X.Org/releases/individual/lib/libXdmcp-$pkgver.tar.bz2"
@@ -15,8 +15,8 @@ builddir="$srcdir/libXdmcp-$pkgver"
# secfixes:
# 1.1.2-r3:
# - CVE-2017-2625
+
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -26,13 +26,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make -j1 DESTDIR="$pkgdir" install
}
-sha512sums="f96005934b8bc752059106f8caf7df0574f5ef3c7a83bd797497b56ca556a7ff4dc1d28195e421259e82ea027b5c738094add3ec107a22544c9070725d8d46bb libXdmcp-1.1.2.tar.bz2"
+sha512sums="cb1d4650f97d66e73acd2465ec7d757b9b797cce2f85e301860a44997a461837eea845ec9bd5b639ec5ca34c804f8bdd870697a5ce3f4e270b687c9ef74f25ec libXdmcp-1.1.3.tar.bz2"