mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
openvpn-easy-rsa: Bump to 3.2.1 release
Bump openvpn-easy-rsa to 3.2.1 release. All patch automatically refreshed. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
9dc0ee812d
commit
eb829eebc8
@@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=openvpn-easy-rsa
|
PKG_NAME:=openvpn-easy-rsa
|
||||||
|
|
||||||
PKG_VERSION:=3.1.3
|
PKG_VERSION:=3.2.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/OpenVPN/easy-rsa/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/OpenVPN/easy-rsa/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_HASH:=f2967aa598cb603dd20791002e767d0ce58e300b04c9cff1b6d6b14fedae6a80
|
PKG_HASH:=9b01dba67d811cea1b918ed1a0f146dead31beabc85b96abe4b09ffc75129099
|
||||||
|
|
||||||
# For git snapshots
|
# For git snapshots
|
||||||
#PKG_SOURCE_PROTO:=git
|
#PKG_SOURCE_PROTO:=git
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|||||||
|
|
||||||
--- a/build/build-dist.sh
|
--- a/build/build-dist.sh
|
||||||
+++ b/build/build-dist.sh
|
+++ b/build/build-dist.sh
|
||||||
@@ -86,7 +86,7 @@ stage_unix() {
|
@@ -118,7 +118,7 @@ stage_unix() {
|
||||||
|
|
||||||
# FreeBSD does not accept -i without argument in a way also acceptable by GNU sed
|
# FreeBSD does not accept -i without argument in a way also acceptable by GNU sed
|
||||||
sed -i.tmp -e "s/~VER~/$VERSION/" \
|
sed -i.tmp -e "s/~VER~/$VERSION/" \
|
||||||
@@ -19,7 +19,7 @@ Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|||||||
-e "s/~HOST~/$(hostname -s)/" \
|
-e "s/~HOST~/$(hostname -s)/" \
|
||||||
-e "s/~GITHEAD~/$(git rev-parse HEAD)/" \
|
-e "s/~GITHEAD~/$(git rev-parse HEAD)/" \
|
||||||
"$DIST_ROOT/unix/$PV/easyrsa" || die "Cannot update easyrsa version data"
|
"$DIST_ROOT/unix/$PV/easyrsa" || die "Cannot update easyrsa version data"
|
||||||
@@ -128,7 +128,7 @@ stage_win() {
|
@@ -160,7 +160,7 @@ stage_win() {
|
||||||
done
|
done
|
||||||
|
|
||||||
sed -i.tmp -e "s/~VER~/$VERSION/" \
|
sed -i.tmp -e "s/~VER~/$VERSION/" \
|
||||||
|
|||||||
Reference in New Issue
Block a user