Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
d3e88363
Unverified
Commit
d3e88363
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
testing/asuran-cli: rebuild against openssl3
parent
434d931a
No related branches found
No related tags found
1 merge request
!39304
[3.16] main/expat: security upgrade to 2.4.9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/asuran-cli/APKBUILD
+9
-5
9 additions, 5 deletions
testing/asuran-cli/APKBUILD
testing/asuran-cli/openssl3.patch
+24
-0
24 additions, 0 deletions
testing/asuran-cli/openssl3.patch
with
33 additions
and
5 deletions
testing/asuran-cli/APKBUILD
+
9
−
5
View file @
d3e88363
...
...
@@ -2,14 +2,15 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname
=
asuran-cli
pkgver
=
0.1.6
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Asuran is a new archive format and rust implementation"
url
=
"https://gitlab.com/asuran-rs/asuran"
arch
=
"all !s390x !riscv64"
license
=
"BSD-2-Clause-Patent"
# TODO: Replace openssl1.1-compat-dev with openssl-dev after upgrade
makedepends
=
"cargo openssl1.1-compat-dev"
source
=
"https://gitlab.com/asuran-rs/asuran/-/archive/v
$pkgver
/asuran-v
$pkgver
.tar.gz"
makedepends
=
"cargo openssl-dev"
source
=
"https://gitlab.com/asuran-rs/asuran/-/archive/v
$pkgver
/asuran-v
$pkgver
.tar.gz
openssl3.patch
"
builddir
=
"
$srcdir
/asuran-v
$pkgver
"
build
()
{
...
...
@@ -38,4 +39,7 @@ package() {
rm
"
$pkgdir
"
/usr/.crates2.json
}
sha512sums
=
"2345b9ad0daedc4b21707bcdae72f7678f8e8d7adb470f78088ceb88f8ca18d1661bc5126d6199d5e904b528c7b5b50e9f8c3d770b28b72fcad64c17e9b87add asuran-v0.1.6.tar.gz"
sha512sums
=
"
2345b9ad0daedc4b21707bcdae72f7678f8e8d7adb470f78088ceb88f8ca18d1661bc5126d6199d5e904b528c7b5b50e9f8c3d770b28b72fcad64c17e9b87add asuran-v0.1.6.tar.gz
d2a9d1415bf7caf95448d3068298d162359c76b27faf5ea2c62c7da9854f536bdcc7f0a3eabe95474a5f11926109978ba47a2b1aaf2dfa5d8d529c8e535457e0 openssl3.patch
"
This diff is collapsed.
Click to expand it.
testing/asuran-cli/openssl3.patch
0 → 100644
+
24
−
0
View file @
d3e88363
diff --git a/Cargo.lock b/Cargo.lock
index 37a048c..af29ddc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "aes-soft"
version = "0.4.0"
@@ -1071,9 +1073,9 @@
dependencies = [
[[package]]
name = "openssl-sys"
-version = "0.9.58"
+version = "0.9.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
+checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
dependencies = [
"autocfg",
"cc",
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment