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
57a97e9d
Commit
57a97e9d
authored
1 year ago
by
Conrad Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
community/go-msgauth: upgrade to 0.6.7
parent
23d17714
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!55846
community/go-msgauth: upgrade to 0.6.7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/go-msgauth/APKBUILD
+8
-10
8 additions, 10 deletions
community/go-msgauth/APKBUILD
with
8 additions
and
10 deletions
community/go-msgauth/APKBUILD
+
8
−
10
View file @
57a97e9d
# Maintainer: Drew DeVault <sir@cmpwn.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname
=
go-msgauth
pkgname
=
go-msgauth
pkgver
=
0.6.
6
pkgver
=
0.6.
7
pkgrel
=
9
pkgrel
=
0
pkgdesc
=
"Go utilities for DKIM, DMARC, and Authentication-Results"
pkgdesc
=
"Go utilities for DKIM, DMARC, and Authentication-Results"
url
=
"https://github.com/emersion/go-msgauth"
url
=
"https://github.com/emersion/go-msgauth"
arch
=
"all"
arch
=
"all"
...
@@ -19,14 +19,15 @@ export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
...
@@ -19,14 +19,15 @@ export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
export
GOTMPDIR
=
"
${
GOTMPDIR
:-
"
$srcdir
"
}
"
export
GOTMPDIR
=
"
${
GOTMPDIR
:-
"
$srcdir
"
}
"
export
GOMODCACHE
=
"
${
GOMODCACHE
:-
"
$srcdir
/go"
}
"
export
GOMODCACHE
=
"
${
GOMODCACHE
:-
"
$srcdir
/go"
}
"
_bins
=
"dkim-milter dkim-verify dkim-keygen dmarc-lookup"
build
()
{
build
()
{
go mod vendor
go mod vendor
for
bin
in
dkim-milter dkim-verify dkim-keygen dmarc-lookup
local
bin
;
for
bin
in
$_bins
;
do
do
go build
\
go build
\
-trimpath
\
-trimpath
\
-mod
=
vendor
\
-mod
=
vendor
\
-ldflags
"-extldflags
$LDFLAGS
"
\
-ldflags
"-extldflags
\"
$LDFLAGS
\"
"
\
./cmd/
$bin
./cmd/
$bin
done
done
}
}
...
@@ -36,10 +37,7 @@ check() {
...
@@ -36,10 +37,7 @@ check() {
}
}
package
()
{
package
()
{
for
bin
in
dkim-milter dkim-verify dkim-keygen dmarc-lookup
install
-Dm755
$_bins
-t
"
$pkgdir
"
/usr/bin/
do
install
-Dm755
$bin
"
$pkgdir
"
/usr/bin/
$bin
done
install
-Dm755
"
$srcdir
"
/dkim-milter.initd
\
install
-Dm755
"
$srcdir
"
/dkim-milter.initd
\
"
$pkgdir
"
/etc/init.d/dkim-milter
"
$pkgdir
"
/etc/init.d/dkim-milter
...
@@ -48,7 +46,7 @@ package() {
...
@@ -48,7 +46,7 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
b6bbe954daa246dd393f38cc6cbc45e5b1c90b0eb913ced98166e0d5e92939d59b62780c2a3eb2cf94696af86b62d2a201a257e87c8c23072fdcedbe0810ac46
go-msgauth-0.6.
6
.tar.gz
321994b066881dc5aece51172d2c4480bbbe4d21d9eb109721663a15613e7071bb51b51ba14e50aff60ad00ed223fa37c0a4ebe4e9bf7a298b8f36a4b3d0ff74
go-msgauth-0.6.
7
.tar.gz
5a213a85bab469b4ee6a144eac69ab452a791886d7faaa46da1f12a9f03248eea1bf1118f637cf282e6c49c9b432c57de2651fb3f33bc3e4ad9f40dde6490aa5 dkim-milter.confd
5a213a85bab469b4ee6a144eac69ab452a791886d7faaa46da1f12a9f03248eea1bf1118f637cf282e6c49c9b432c57de2651fb3f33bc3e4ad9f40dde6490aa5 dkim-milter.confd
8483e40792067db6e9e43563cc02d1c28f4fe74d10d43722a4dbce2e4ec6a4daa391f6aa1b428e76ddddbd2a2fa07bd5080a94d8264d1fd5a30c1659726f9de2 dkim-milter.initd
8483e40792067db6e9e43563cc02d1c28f4fe74d10d43722a4dbce2e4ec6a4daa391f6aa1b428e76ddddbd2a2fa07bd5080a94d8264d1fd5a30c1659726f9de2 dkim-milter.initd
"
"
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