summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorIsmael Luceno2022-04-27 18:39:01 +0200
committerIsmael Luceno2022-04-27 18:39:01 +0200
commit1e4ba9387177e54711fc5ecde2003d8021ce067b (patch)
tree2fd31053ebb614e34e1d134d9aa1c7d0aefed2fb /net
parent7e67669d8e361b0e04bdcead288de5896f18beed (diff)
openvpn: Fix SOURCE_HASH (checked)
Diffstat (limited to 'net')
-rwxr-xr-xnet/openvpn/DETAILS2
-rw-r--r--net/openvpn/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/net/openvpn/DETAILS b/net/openvpn/DETAILS
index 62d4295c61..2bcdc8d4b1 100755
--- a/net/openvpn/DETAILS
+++ b/net/openvpn/DETAILS
@@ -4,7 +4,7 @@
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL=("https://build.openvpn.net/downloads/releases/$SOURCE")
- SOURCE_HASH=sha512:0bb0dda44ff757cf5249b6c047932c51073344a1d69048f210da421263a07bb5f4370f5b0c3ed4fdd6c6da2888d28fe8ee8947b59594f4c17a9ea20588852bc0
+ SOURCE_HASH=sha512:f0f0600df013431af804ace70ea86ac064917acdeaad3759b5d5eaa4a8dc3738d6da6df4c16bbb23443e3493487541cb8b10b89f9f0b40a17caa6e6fc46e0adb
WEB_SITE=https://openvpn.net
ENTERED=20040506
LICENSE[0]=https://openvpn.net/license.html
diff --git a/net/openvpn/HISTORY b/net/openvpn/HISTORY
index 6be1506fa1..edb84887c3 100644
--- a/net/openvpn/HISTORY
+++ b/net/openvpn/HISTORY
@@ -1,3 +1,6 @@
+2022-04-27 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: Fixed SOURCE_HASH, checked sig and against other distros
+
2022-03-23 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: SECURITY_PATCH++ (CVE-2022-0547)