1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00

main/s6-networking: upgrade to 2.7.1.0

This commit is contained in:
Laurent Bercot 2025-05-05 12:32:03 +02:00 committed by Celeste
parent adbca3c4b3
commit 2423ecf80a
2 changed files with 9 additions and 18 deletions

View file

@ -1,27 +1,25 @@
# Contributor: John Regan <john@jrjrtech.com>
# Maintainer: Laurent Bercot <ska-devel@skarnet.org> # Maintainer: Laurent Bercot <ska-devel@skarnet.org>
pkgname=s6-networking pkgname=s6-networking
pkgver=2.7.0.4 pkgver=2.7.1.0
pkgrel=0 pkgrel=0
pkgdesc="skarnet.org's UCSPI TCP and TLS tools, access control tools, and network time management utilities." pkgdesc="skarnet.org's UCSPI TCP and TLS tools, access control tools, and network time management utilities."
url=https://skarnet.org/software/s6-networking/ url=https://skarnet.org/software/s6-networking/
arch="all" arch="all"
license="ISC" license="ISC"
options="!check" options="!check"
_skalibs_version=2.14.3 _skalibs_version=2.14.4
_execline_version=2.9.6 _execline_version=2.9.7
_s6_version=2.13.1 _s6_version=2.13.2
_s6dns_version=2.4.0 _s6dns_version=2.4.1
_bearssl_version=0.6 _bearssl_version=0.6
makedepends=" makedepends="
skalibs-dev>=$_skalibs_version skalibs-dev>=$_skalibs_version
execline-dev>=$_execline_version execline-dev>=$_execline_version
s6-dev>=$_s6_version s6-dev>=$_s6_version
s6-dns-dev>=$_s6dns_version s6-dns-dev>=$_s6dns_version
bearssl
bearssl-dev>=$_bearssl_version" bearssl-dev>=$_bearssl_version"
subpackages="$pkgname-static $pkgname-libs $pkgname-dev $pkgname-doc" subpackages="$pkgname-static $pkgname-libs $pkgname-dev $pkgname-doc"
source="https://skarnet.org/software/s6-networking/s6-networking-$pkgver.tar.gz s6-networking.pc.in" source="https://skarnet.org/software/s6-networking/s6-networking-$pkgver.tar.gz"
build() { build() {
./configure \ ./configure \
@ -29,19 +27,18 @@ build() {
--disable-allstatic \ --disable-allstatic \
--prefix=/usr \ --prefix=/usr \
--libexecdir="/usr/lib/$pkgname" \ --libexecdir="/usr/lib/$pkgname" \
--with-pkgconfig \
--enable-pkgconfig \
--enable-ssl=bearssl --enable-ssl=bearssl
make make
} }
package() { package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
sed -e "s/@@VERSION@@/$pkgver/g; s/@@SKALIBS_VERSION@@/${_skalibs_version}/g;" "$srcdir/$pkgname.pc.in" > "$srcdir/$pkgname.pc"
install -D -m 0644 "$srcdir/$pkgname.pc" "$pkgdir/usr/lib/pkgconfig/$pkgname.pc"
mkdir -p "$pkgdir/usr/share/doc" mkdir -p "$pkgdir/usr/share/doc"
cp -a "$builddir/doc" "$pkgdir/usr/share/doc/$pkgname" cp -a "$builddir/doc" "$pkgdir/usr/share/doc/$pkgname"
} }
sha512sums=" sha512sums="
2a789cbc2f901e78fffb959fcbddf89c71de75c0d57d3fb1a927418fa8a43f71057c2b50b03e15aa45d5d7ee6521e76b697ae57eef2b7eea760ef9295314dc9b s6-networking-2.7.0.4.tar.gz 33741efa5c1908f8e7396929df08c3591e25b7c58335b331a146db17a9b7e5c00b75dd3337aa46114723969b8490fb1b6754a25357003780bdfd0a2fd8e3283c s6-networking-2.7.1.0.tar.gz
d6a17ebe194c4ffb1c402fec7589e34961b2b73cd4b380c2ffe9e7d74667d150f4c200cfc6f2e07e44eb14fbb8c51d0e1d2f39c284553472c5b4ae1137381d9f s6-networking.pc.in
" "

View file

@ -1,6 +0,0 @@
Name: s6-networking
Description: A C interface to some rfc1413 functions
URL: https://skarnet.org/software/s6-networking/
Version: @@VERSION@@
Requires.private: skalibs >= @@SKALIBS_VERSION@@
Libs: -ls6net