mirror of
https://github.com/archlinux/aur.git
synced 2026-02-17 17:52:50 +01:00
back to 1.1.x, updated to 1.1.1o
This commit is contained in:
parent
9c896b4dc0
commit
d1233ea527
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mingw-w64-openssl
|
||||
pkgdesc = The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (mingw-w64)
|
||||
pkgver = 3.0.2
|
||||
pkgver = 1.1.1.o
|
||||
pkgrel = 1
|
||||
url = https://www.openssl.org
|
||||
arch = any
|
||||
|
|
@ -13,11 +13,11 @@ pkgbase = mingw-w64-openssl
|
|||
options = staticlibs
|
||||
options = !buildflags
|
||||
options = !lto
|
||||
source = https://www.openssl.org/source/openssl-3.0.2.tar.gz
|
||||
source = https://www.openssl.org/source/openssl-3.0.2.tar.gz.asc
|
||||
source = https://www.openssl.org/source/openssl-1.1.1o.tar.gz
|
||||
source = https://www.openssl.org/source/openssl-1.1.1o.tar.gz.asc
|
||||
validpgpkeys = 7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C
|
||||
validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
|
||||
sha256sums = 98e91ccead4d4756ae3c9cde5e09191a8e586d9f4d50838e7ec09d6411dfdb63
|
||||
sha256sums = 9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = mingw-w64-openssl
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Contributor: ant32 < antreimer at gmail dot com >
|
||||
# Contributor: Filip Brcic < brcha at gna dot org >
|
||||
|
||||
_pkgver=3.0.2
|
||||
_pkgver=1.1.1o
|
||||
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
|
||||
|
||||
pkgname=mingw-w64-openssl
|
||||
|
|
@ -19,7 +19,7 @@ makedepends=('mingw-w64-gcc'
|
|||
'perl')
|
||||
options=('!strip' 'staticlibs' '!buildflags' '!lto')
|
||||
source=("https://www.openssl.org/source/openssl-${_pkgver}.tar.gz"{,.asc})
|
||||
sha256sums=('98e91ccead4d4756ae3c9cde5e09191a8e586d9f4d50838e7ec09d6411dfdb63'
|
||||
sha256sums=('9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f'
|
||||
'SKIP')
|
||||
validpgpkeys=('7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C' # Richard Levitte <levitte@openssl.org>
|
||||
'8657ABB260F056B1E5190839D9C4D26D0E604491' # Matt Caswell <matt@openssl.org>
|
||||
|
|
@ -49,14 +49,14 @@ build() {
|
|||
no-ssl3-method \
|
||||
zlib-dynamic \
|
||||
"${CFLAGS}"
|
||||
make LIBDIR=lib
|
||||
make
|
||||
done
|
||||
}
|
||||
|
||||
package() {
|
||||
for _arch in ${_architectures}; do
|
||||
cd "${srcdir}/build-${_arch}"
|
||||
make -j1 DESTDIR="${pkgdir}" LIBDIR=lib install_sw
|
||||
make -j1 DESTDIR="${pkgdir}" install_sw
|
||||
install -m644 ms/applink.c "${pkgdir}/usr/${_arch}/include/openssl/"
|
||||
find "${pkgdir}/usr/${_arch}" -name '*.exe' -exec ${_arch}-strip {} \;
|
||||
find "${pkgdir}/usr/${_arch}" -name '*.dll' -exec ${_arch}-strip --strip-unneeded {} \;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue