Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
easy-rsa
Commits:
6eb6da5d by Christian Hesse at 2025-06-13T07:51:34+02:00
upgpkg: 3.2.3-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = easy-rsa
pkgdesc = Simple shell based CA utility
- pkgver = 3.2.2
+ pkgver = 3.2.3
pkgrel = 1
url = https://github.com/OpenVPN/easy-rsa
arch = any
@@ -12,9 +12,9 @@ pkgbase = easy-rsa
depends = grep
backup = etc/easy-rsa/openssl-easyrsa.cnf
backup = etc/easy-rsa/vars
- source = git+https://github.com/OpenVPN/easy-rsa.git#tag=v3.2.2
+ source = git+https://github.com/OpenVPN/easy-rsa.git#tag=v3.2.3
validpgpkeys = 65FF3F24AA08E882CB444C94D731D97A606FD463
validpgpkeys = 6F4056821152F03B6B24F2FCF8489F839D7367F3
- sha256sums =
3c1855823a1142582730a5b53aac699c1d05bf09aeca0027f6e778e82738b8b4
+ sha256sums =
8d7f8f235ca0097011a235408bdc05344093902cfe489c1b89ad8ac02e98ee4b
pkgname = easy-rsa
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Thomas Bächler <[email protected]>
pkgname=easy-rsa
-pkgver=3.2.2
+pkgver=3.2.3
pkgrel=1
pkgdesc='Simple shell based CA utility'
arch=('any')
@@ -15,7 +15,7 @@ validpgpkeys=(
'65FF3F24AA08E882CB444C94D731D97A606FD463' # Josh Cepek
<[email protected]>
'6F4056821152F03B6B24F2FCF8489F839D7367F3') # Eric Crist
<[email protected]>
source=("git+https://github.com/OpenVPN/easy-rsa.git#tag=v${pkgver}")
-sha256sums=('3c1855823a1142582730a5b53aac699c1d05bf09aeca0027f6e778e82738b8b4')
+sha256sums=('8d7f8f235ca0097011a235408bdc05344093902cfe489c1b89ad8ac02e98ee4b')
prepare() {
cd easy-rsa/
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/easy-rsa/-/commit/6eb6da5d1a9e6ac2b5a2eb92e98c617b035d569e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/easy-rsa/-/commit/6eb6da5d1a9e6ac2b5a2eb92e98c617b035d569e
You're receiving this email because of your account on gitlab.archlinux.org.