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
0c57de04
Commit
0c57de04
authored
1 year ago
by
J0WI
Committed by
alice
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/jhead: security upgrade to 3.08
parent
a4333f4e
No related branches found
Branches containing commit
No related tags found
1 merge request
!49095
testing/jhead: security upgrade to 3.08
Pipeline
#171453
canceled
1 year ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/jhead/APKBUILD
+13
-12
13 additions, 12 deletions
testing/jhead/APKBUILD
with
13 additions
and
12 deletions
testing/jhead/APKBUILD
+
13
−
12
View file @
0c57de04
# Contributor: Richard Mortier <mort@cantab.net>
# Contributor: Richard Mortier <mort@cantab.net>
# Maintainer: Richard Mortier <mort@cantab.net>
# Maintainer: Richard Mortier <mort@cantab.net>
pkgname
=
jhead
pkgname
=
jhead
pkgver
=
3.0
6.0.1
pkgver
=
3.0
8
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"Exif Jpeg header manipulation tool"
pkgdesc
=
"Exif Jpeg header manipulation tool"
url
=
"http://www.sentex.net/~mwandel/jhead/"
url
=
"http://www.sentex.net/~mwandel/jhead/"
arch
=
"all"
arch
=
"all"
license
=
"custom"
license
=
"custom"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/Matthias-Wandel/jhead/archive/refs/tags/
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/Matthias-Wandel/jhead/archive/refs/tags/
$pkgver
.tar.gz"
options
=
"!check"
#
no test suite
options
=
"!check"
#
fixme: failing tests
# secfixes:
# secfixes:
# 3.06.0.1-r0:
# 3.06.0.1-r0:
...
@@ -20,16 +20,17 @@ build() {
...
@@ -20,16 +20,17 @@ build() {
make all
make all
}
}
package
()
{
check
()
{
install
-Dm755
jhead
"
$pkgdir
"
/usr/bin/jhead
cd
tests
./runtests
diff expected-txt results-txt
}
}
doc
()
{
package
()
{
cd
"
$builddir
"
install
-Dm755
jhead
"
$pkgdir
"
/usr/bin/jhead
gzip
-v9
jhead.1
install
-Dm644
jhead.1
-t
"
$pkgdir
"
/usr/share/man/man1/
install
-Dm644
jhead.1.gz
"
$subpkgdir
"
/usr/share/man/man1/jhead.1.gz
install
-Dm644
readme.txt
\
"
$subpkgdir
"
/usr/share/licenses/
$pkgname
/readme.txt
}
}
sha512sums
=
"7804f4bab1b07eb08ed981364b3634b1c25e0657d57651871aede640254c33f9d2307ba7c9fb3bc81eb06b71ba5d27437275a3fe53859e9e9457e37e12545db9 jhead-3.06.0.1.tar.gz"
sha512sums
=
"
eb50e487eaacf2b489ce5e76f09730c8bb0c50a0e2d7c854ebe8bd204ead8f6256e052c49c72af179dc46dd5372c1eff32ff549b947637b242dc7bbe8c7b20d5 jhead-3.08.tar.gz
"
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