- 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.4.0-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-2.0 |
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: | 2024-10-22 15:26 (UTC) |
Dependencies (4)
- android-ndkAUR (android-ndk-10eAUR, android-ndk-14bAUR, android-ndk-11cAUR, android-ndk-16bAUR, android-ndk-r18bAUR, android-ndk-19AUR, android-ndk-20bAUR, android-ndk-r17cAUR, android-ndk-16b-optAUR, android-ndk-25AUR, android-ndk-betaAUR, android-ndk-26AUR)
- android-sdkAUR (android-sdk-dummyAUR, android-sdk-cmdline-tools-latest-dummyAUR, android-sdk-cmdline-tools-latestAUR)
- android-environmentAUR (make)
- android-sdk-build-toolsAUR (android-sdk-build-tools-21AUR, android-sdk-build-tools-21.0.1AUR, android-sdk-build-tools-21.1AUR, android-sdk-build-tools-21.1.2AUR, android-sdk-build-tools-22AUR, android-sdk-build-tools-22.0.1AUR, android-sdk-build-tools-23AUR, android-sdk-build-tools-23.0.2AUR, android-sdk-build-tools-23.0.1AUR, android-sdk-build-tools-23.0.3AUR, android-sdk-build-tools-19.1AUR, android-sdk-build-tools-dummyAUR) (make)
Required by (17)
- android-x86-curl
- android-x86-gnutls (optional)
- android-x86-kmod
- android-x86-libarchive
- android-x86-libevent
- android-x86-libsasl
- android-x86-libsasl-bootstrap
- android-x86-libshout
- android-x86-libssh
- android-x86-libssh2
- android-x86-libtpms
- android-x86-mariadb
- android-x86-mariadb (make)
- android-x86-postgresql
- android-x86-qt6-base
- android-x86-srt
- android-x86-tpm2-tss
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)