Skip to content

Commit

Permalink
Upgrade openssl to 1.0.2j
Browse files Browse the repository at this point in the history
... including a security fix.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Oct 4, 2016
1 parent a08dca3 commit e1dadc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openssl/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <[email protected]>

pkgname=('openssl' 'libopenssl' 'openssl-devel')
_ver=1.0.2h
_ver=1.0.2j
# use a pacman compatible version scheme
pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
pkgrel=1
Expand All @@ -19,7 +19,7 @@ source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz"{,.asc}
'openssl-1.0.1e-cygwin64.patch'
'openssl-1.0.1e-msys2.patch'
'openssl-1.0.0-beta5-enginesdir.patch')
sha256sums=('1d4007e53aad94a5b2002fe045ee7bb0b3d98f1a47f8b2bc851dcd1c74332919'
sha256sums=('e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431'
'SKIP'
'754d6107a306311e15a1db6a1cc031b81691c8b9865e8809ac60ca6f184c957c'
'01b7d475d1aeeecdae1ca8ff90483c11f34991348418d9e98c655e1579764bb1'
Expand Down

0 comments on commit e1dadc8

Please sign in to comment.