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
07629ff3
Commit
07629ff3
authored
6 months ago
by
omni
Committed by
Natanael Copa
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
main/zfs: upgrade to 2.3.0
parent
696b2b94
No related branches found
No related tags found
2 merge requests
!79570
community/firefox-esr: upgrade to 128.7.0
,
!73096
main/zfs: upgrade to 2.3.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/zfs/APKBUILD
+3
-6
3 additions, 6 deletions
main/zfs/APKBUILD
main/zfs/alpine-bash-completion-dir.patch
+0
-10
0 additions, 10 deletions
main/zfs/alpine-bash-completion-dir.patch
with
3 additions
and
16 deletions
main/zfs/APKBUILD
+
3
−
6
View file @
07629ff3
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
zfs
pkgver
=
2.
2.7
pkgver
=
2.
3.0
pkgrel
=
0
pkgdesc
=
"Advanced filesystem and volume manager"
url
=
"https://openzfs.org"
...
...
@@ -38,9 +38,7 @@ subpackages="
py3-pyzfs-pyc
py3-pyzfs:pyzfs:noarch
"
source
=
"https://github.com/openzfs/zfs/releases/download/zfs-
$pkgver
/zfs-
$pkgver
.tar.gz
alpine-bash-completion-dir.patch
"
source
=
"https://github.com/openzfs/zfs/releases/download/zfs-
$pkgver
/zfs-
$pkgver
.tar.gz"
# secfixes:
# 2.2.1-r1:
...
...
@@ -118,6 +116,5 @@ pyzfs() {
}
sha512sums
=
"
6493faa8e31d9c042c4e8f748d32cb9243212fdf4e0341c19568b47bcf302e60beb89940b80374610b71e1dca1ca5813f3efaddbf1a2453ceabb38381165b271 zfs-2.2.7.tar.gz
91f30fe210288aa652b7cc2074d4bc994e0620f9af148c3007ef6d258e4de5ea9a9fa9813042b1c7a1e5ffb52d621f13b9c433f29ca950aef2d4dc21d9df4e20 alpine-bash-completion-dir.patch
f0bb1c6e28b325765be809dbc5d38ba294daa38b54eafd7d129cf6081fb209b200580437019faeed3614bbb0687d6583698a9282f3275905a1f5a8314a66cf0b zfs-2.3.0.tar.gz
"
This diff is collapsed.
Click to expand it.
main/zfs/alpine-bash-completion-dir.patch
deleted
100644 → 0
+
0
−
10
View file @
696b2b94
--- a/configure
+++ b/configure
@@ -100927,6 +100927,7 @@
printf "%s\n" "no" >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking default bash completion directory" >&5
printf %s "checking default bash completion directory... " >&6; }
case "$VENDOR" in
+ alpine) bashcompletiondir=/usr/share/bash-completion/completions ;;
ubuntu) bashcompletiondir=/usr/share/bash-completion/completions ;;
debian) bashcompletiondir=/usr/share/bash-completion/completions ;;
freebsd) bashcompletiondir=$sysconfdir/bash_completion.d;;
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