Forráskód Böngészése

Revert "Upgrade to libssl3/openssl3."

This reverts commit 5fd2eac6ebee158ea1e76c4d94aa28cbd0aba3a2.
timvisee 2 éve
szülő
commit
8d8ad7fdb3
5 módosított fájl, 7 hozzáadás és 7 törlés
  1. 3 3
      .gitlab-ci.yml
  2. 1 1
      Cargo.toml
  3. 1 1
      pkg/aur/ffsend-git/PKGBUILD
  4. 1 1
      pkg/aur/ffsend/PKGBUILD
  5. 1 1
      pkg/snap/snapcraft.yaml

+ 3 - 3
.gitlab-ci.yml

@@ -95,9 +95,9 @@ build-x86_64-linux-musl:
 
     # Build OpenSSL statically
     - apt-get install -y build-essential wget musl-tools
-    - wget https://www.openssl.org/source/openssl-3.0.8.tar.gz
-    - tar xzvf openssl-3.0.8.tar.gz
-    - cd openssl-3.0.8
+    - wget https://www.openssl.org/source/old/1.1.1/openssl-1.1.1k.tar.gz
+    - tar xzvf openssl-1.1.1k.tar.gz
+    - cd openssl-1.1.1k
     - ./config no-async -fPIC --openssldir=/usr/local/ssl --prefix=/usr/local
     - make
     - make install

+ 1 - 1
Cargo.toml

@@ -46,7 +46,7 @@ An optional password may be specified, and a default file lifetime of 1 \
 remain online forever. This provides a secure platform to share your files."""
 priority = "standard"
 license-file = ["LICENSE", "3"]
-depends = "$auto, libssl3, ca-certificates, xclip"
+depends = "$auto, libssl1.1, ca-certificates, xclip"
 maintainer-scripts = "pkg/deb"
 
 [[bin]]

+ 1 - 1
pkg/aur/ffsend-git/PKGBUILD

@@ -16,7 +16,7 @@ arch=('x86_64' 'i686')
 provides=('ffsend')
 conflicts=('ffsend')
 depends=('ca-certificates')
-makedepends=('cargo' 'cmake' 'openssl')
+makedepends=('cargo' 'cmake' 'openssl>=1.0')
 optdepends=('xclip: clipboard support')
 
 prepare() {

+ 1 - 1
pkg/aur/ffsend/PKGBUILD

@@ -14,7 +14,7 @@ source=("$url/-/archive/v$pkgver/ffsend-v$pkgver.tar.gz") # automatically set in
 sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml
 arch=('x86_64' 'i686')
 depends=('ca-certificates')
-makedepends=('cargo' 'cmake' 'openssl')
+makedepends=('cargo' 'cmake' 'openssl>=1.0')
 optdepends=('xclip: clipboard support')
 
 prepare() {

+ 1 - 1
pkg/snap/snapcraft.yaml

@@ -32,4 +32,4 @@ parts:
     plugin: rust
     build-attributes: [no-system-libraries]
     build-packages: [make, cmake, pkg-config, libssl-dev]
-    stage-packages: [libssl3, xclip]
+    stage-packages: [libssl1.0.0, xclip]