Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
2a2a2dbe
Unverified
Commit
2a2a2dbe
authored
6 years ago
by
Dan Theisen
Browse files
Options
Downloads
Patches
Plain Diff
system/unzip: [PD] fix maintainer and add tests
parent
7fb5c57c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/unzip/APKBUILD
+11
-6
11 additions, 6 deletions
system/unzip/APKBUILD
with
11 additions
and
6 deletions
system/unzip/APKBUILD
+
11
−
6
View file @
2a2a2dbe
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Dan Theisen <djt@hxx.in>
pkgname
=
unzip
pkgver
=
6.0
_pkgver
=
${
pkgver
//./
}
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Extract PKZIP-compatible .zip files"
url
=
"http://www.info-zip.org/UnZip.html"
arch
=
"all"
license
=
"custom"
subpackages
=
"
$pkgname
-doc"
options
=
"!check"
# normally ftp://ftp.info-zip.org/pub/infozip/src/$pkgname$_pkgver.zip
source
=
"https://dev.alpinelinux.org/archive/unzip/
$pkgname$_pkgver
.tgz
# normally ftp://ftp.info-zip.org/pub/infozip/src/$pkgname$_pkgver.zip
source
=
"
$pkgname
-
$pkgver
.tgz::https://distfiles.adelielinux.org/source/
$pkgname$_pkgver
.tgz
10-unzip-handle-pkware-verify.patch
20-unzip-uidgid-fix.patch
unzip-6.0-heap-overflow-infloop.patch
...
...
@@ -27,6 +27,11 @@ build() {
prefix
=
/usr generic
}
check
()
{
cd
"
$builddir
"
make
-f
unix/Makefile check
}
package
()
{
cd
"
$builddir
"
...
...
@@ -37,7 +42,7 @@ package() {
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/LICENSE
}
sha512sums
=
"0694e403ebc57b37218e00ec1a406cae5cc9c5b52b6798e0d4590840b6cdbf9ddc0d9471f67af783e960f8fa2e620394d51384257dca23d06bcd90224a80ce5d unzip
6
0.tgz
sha512sums
=
"0694e403ebc57b37218e00ec1a406cae5cc9c5b52b6798e0d4590840b6cdbf9ddc0d9471f67af783e960f8fa2e620394d51384257dca23d06bcd90224a80ce5d unzip
-6.
0.tgz
9d2914f22fb0075a2b6f72825c235f46eafd8d47b6fb6fcc8303fc69336e256b15923c002d2615bb6af733344c2315e4a8504d77bae301e10c11d4736faa2c81 10-unzip-handle-pkware-verify.patch
57699582e9056af0817dcb67f8db67e6a1ff8208c137fbebcf559429e5f12b471b75d7e1ef938e5bbb5416074a51ac7342e4ce8057f4bbdcb0bf079b8d7832af 20-unzip-uidgid-fix.patch
b1e3fac6a787828efaaef8ec7cc52e1573aea27a6f29830af37ec4ba8bcd2a6488c953ab10eee0561c78e82c7401833ef172bebee793405d93632ce788756301 unzip-6.0-heap-overflow-infloop.patch"
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