- Binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff, https://wiki.archlinux.org/index.php/Unofficial_user_repositories#ownstuff
- All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
Search Criteria
Package Details: android-x86-openssl 3.1.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/android-x86-openssl.git (read-only, click to copy) |
---|---|
Package Base: | android-x86-openssl |
Description: | The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (Android, x86) |
Upstream URL: | https://www.openssl.org |
Licenses: | Apache |
Conflicts: | android-openssl-x86 |
Replaces: | android-openssl-x86 |
Submitter: | Martchus |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-09 20:53 (UTC) |
Last Updated: | 2023-08-02 12:19 (UTC) |
Dependencies (4)
- android-ndk (android-ndk-10e, android-ndk-13b, android-ndk-14b, android-ndk-11c, android-ndk-16b, android-ndk-r18b, android-ndk-19, android-ndk-20b, android-ndk-r17c, android-ndk-16b-opt, android-ndk-beta)
- android-sdk (android-sdk-dummy, android-sdk-cmdline-tools-latest-dummy, android-sdk-debian, android-sdk-cmdline-tools-latest)
- android-environment (make)
- android-sdk-build-tools (android-sdk-build-tools-19, android-sdk-build-tools-19.0.1, android-sdk-build-tools-19.0.2, android-sdk-build-tools-19.0.3, android-sdk-build-tools-21, android-sdk-build-tools-21.0.1, android-sdk-build-tools-21.1, android-sdk-build-tools-21.1.2, android-sdk-build-tools-22, android-sdk-build-tools-22.0.1, android-sdk-build-tools-23, android-sdk-build-tools-23.0.2, android-sdk-build-tools-23.0.1, android-sdk-build-tools-23.0.3, android-sdk-build-tools-19.1, android-sdk-build-tools-dummy) (make)
Required by (2)
Sources (2)
Latest Comments
Martchus commented on 2021-01-29 10:08 (UTC)
tomicooler commented on 2020-04-07 08:22 (UTC)
Hi,
openssl-1.1.1d is no longer available from the openssl.org. There is a newer package 1.1.1f. Could you update it to the newer version? Thanks!
From a2a661a3017a545d526ad951649312ec29966246 Mon Sep 17 00:00:00 2001
From: Tamas Domok <domoktamas@gmail.com>
Date: Tue, 7 Apr 2020 09:51:42 +0200
Subject: [PATCH] Update to 1.1.1f
---
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index 9f8a290..b3f13af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkg_arch=x86
_android_arch=x86
_android_platform_arch=arch-x86
_pkgname=openssl
-_ver=1.1.1d
+_ver=1.1.1f
pkgname=android-$_pkg_arch-$_pkgname
# use a pacman compatible version scheme
@@ -21,7 +21,7 @@ makedepends=('android-environment' 'android-sdk-build-tools')
conflicts=("android-$_pkgname-$_android_arch")
replaces=("android-$_pkgname-$_android_arch")
source=("https://www.openssl.org/source/${_pkgname}-${_ver}.tar.gz"{,.asc})
-sha256sums=('1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2'
+sha256sums=('186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35'
'SKIP')
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'
'7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C')
--
2.26.0
Pinned Comments
Martchus commented on 2021-01-29 10:08 (UTC)