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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Maxim Karasev
aports
Commits
db00a3ff
Commit
db00a3ff
authored
8 years ago
by
Timo Teräs
Browse files
Options
Downloads
Patches
Plain Diff
community/libreswan: revive from unmaintained, upgrade to 3.18
parent
0850e331
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/libreswan/APKBUILD
+12
-18
12 additions, 18 deletions
community/libreswan/APKBUILD
with
12 additions
and
18 deletions
unmaintained
/libreswan/APKBUILD
→
community
/libreswan/APKBUILD
+
12
−
18
View file @
db00a3ff
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libreswan
pkgname
=
libreswan
pkgver
=
3.1
1
pkgver
=
3.1
8
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"IPsec implementation for Linux"
pkgdesc
=
"IPsec implementation for Linux"
url
=
"https://libreswan.org"
url
=
"https://libreswan.org"
arch
=
"all"
arch
=
"all"
license
=
"GPLv2"
license
=
"GPLv2"
depends
=
"nss-tools iproute2"
depends
=
"nss-tools iproute2"
depends_dev
=
"gmp-dev linux-pam-dev nss-dev unbound-dev libcap-ng-dev curl-dev nspr-dev"
depends_dev
=
"gmp-dev linux-pam-dev nss-dev unbound-dev libcap-ng-dev curl-dev nspr-dev bsd-compat-headers"
makedepends
=
"
$depends_dev
bison flex coreutils bash"
provides
=
"openswan"
makedepends
=
"
$depends_dev
bison flex coreutils bash xmlto"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"https://download.libreswan.org/libreswan-
$pkgver
.tar.gz"
source
=
"https://download.libreswan.org/libreswan-
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
build
()
{
cd
"
$_builddir
"
cd
"
$builddir
"
make
INC_RCDEFAULT
=
/etc/init.d
\
make
WERROR_CFLAGS
=
""
\
INC_RCDEFAULT
=
/etc/init.d
\
INC_USRLOCAL
=
/usr
\
INC_USRLOCAL
=
/usr
\
FINALBINDIR
=
/usr/libexec/ipsec
\
FINALBINDIR
=
/usr/libexec/ipsec
\
FINALLIBEXECDIR
=
/usr/libexec/ipsec
\
FINALLIBEXECDIR
=
/usr/libexec/ipsec
\
...
@@ -33,7 +27,7 @@ build() {
...
@@ -33,7 +27,7 @@ build() {
}
}
package
()
{
package
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
make
INC_MANDIR
=
share/man
\
make
INC_MANDIR
=
share/man
\
INC_RCDEFAULT
=
/etc/init.d
\
INC_RCDEFAULT
=
/etc/init.d
\
INC_USRLOCAL
=
/usr
\
INC_USRLOCAL
=
/usr
\
...
@@ -43,6 +37,6 @@ package() {
...
@@ -43,6 +37,6 @@ package() {
FINALLIBEXECDIR
=
/usr/libexec/ipsec
\
FINALLIBEXECDIR
=
/usr/libexec/ipsec
\
install
||
return
1
install
||
return
1
}
}
md5sums
=
"
d8ffd012eb6933ff0f069334a85f81e1
libreswan-3.1
1
.tar.gz"
md5sums
=
"
600c40e0d94c61408c7b4948971d78f4
libreswan-3.1
8
.tar.gz"
sha256sums
=
"
f2837f0ab380671844359fca397357e3045137ba31fabcef5abdb1d613939fc2
libreswan-3.1
1
.tar.gz"
sha256sums
=
"
2ff61178913287567ed2736287df47e7f9a822ddcded967f3af5f03e95b5f17d
libreswan-3.1
8
.tar.gz"
sha512sums
=
"
40b91f05ca1156e33a3d6e2ee2932a65936392ae762b64bd20639bbb9a63269ae24d349f377d8b77743c84fbdfe0290bf581aa17e8634777147a5642995a1c7c
libreswan-3.1
1
.tar.gz"
sha512sums
=
"
dfc831ae82814a26cac2eb7c8bef4385d8aebb1e62c63f31e0997d49fc6bbcc6e4e2bcd0e07d5c0c1347e5eaca5f6eb1fba98395bc882ab0fddb804a524b57f8
libreswan-3.1
8
.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