kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / librustls
Commits:
2d5c45a2 by kpcyrd at 2024-09-20T16:26:47+02:00
upgpkg: 0.14.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,20 @@
pkgbase = librustls
pkgdesc = Use rustls from languages other than Rust
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/rustls/rustls-ffi
arch = x86_64
license = Apache-2.0
license = MIT
makedepends = cargo-c
+ makedepends = nasm
makedepends = rust
depends = gcc-libs
depends = glibc
provides = librustls.so
options = !lto
- source =
https://github.com/rustls/rustls-ffi/archive/v0.13.0/librustls-0.13.0.tar.gz
- sha256sums =
462d9069d655d433249d3d554ad5b5146a6c96c13d0f002934bd274ce6634854
- b2sums =
2629866bae83497d52dda65ead6664b522a8b46c66c57cabcc10d2dfe95237a9ec0ffee5924d0cee3d20cbb56d2deb164228b976534db4b55ea18dad4337fbf9
+ source =
https://github.com/rustls/rustls-ffi/archive/v0.14.0/librustls-0.14.0.tar.gz
+ sha256sums =
cfdee5c1fe65de6293ecb3bd69bedce227fe502adfa4ce152617e25f1543c565
+ b2sums =
189c4766e1762b777ec7a76cf4a4a5e924d5fc2f06b7b45171ced82e9916ea46e80b935b74dc2f293cd968c7aeb2125b2fe3ee085bdc49933e2daff34b04030b
pkgname = librustls
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
pkgname=librustls
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
pkgdesc="Use rustls from languages other than Rust"
arch=('x86_64')
@@ -13,13 +13,14 @@ depends=(
)
makedepends=(
cargo-c
+ nasm
rust
)
provides=('librustls.so')
options=(!lto)
source=(https://github.com/rustls/rustls-ffi/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('462d9069d655d433249d3d554ad5b5146a6c96c13d0f002934bd274ce6634854')
-b2sums=('2629866bae83497d52dda65ead6664b522a8b46c66c57cabcc10d2dfe95237a9ec0ffee5924d0cee3d20cbb56d2deb164228b976534db4b55ea18dad4337fbf9')
+sha256sums=('cfdee5c1fe65de6293ecb3bd69bedce227fe502adfa4ce152617e25f1543c565')
+b2sums=('189c4766e1762b777ec7a76cf4a4a5e924d5fc2f06b7b45171ced82e9916ea46e80b935b74dc2f293cd968c7aeb2125b2fe3ee085bdc49933e2daff34b04030b')
prepare() {
cd rustls-ffi-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/librustls/-/commit/2d5c45a2f287968148ed11807ee6c52530150eed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/librustls/-/commit/2d5c45a2f287968148ed11807ee6c52530150eed
You're receiving this email because of your account on gitlab.archlinux.org.