Skip to content

Commit

Permalink
net-vpn/strongswan: Bump v.5.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 11, 2023
1 parent 10eb29e commit 301955b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/atoms/server/net-vpn/strongswan/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ prelude:
emerge -j ${JOBS} --nodeps {{ ( index .Values.labels "emerge.packages" ) }}
{{- end }}
- eval 'rm -rf /pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage
--dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages"
) }}
--dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages" ) }}
- rm -v /var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true
package_dir: /pkgdir/{{ .Values.name }}
excludes:
Expand Down
9 changes: 5 additions & 4 deletions packages/atoms/server/net-vpn/strongswan/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: strongswan
version: 5.9.9
version: 5.9.10
category: net-vpn
use_flags:
- -gcrypt
Expand All @@ -8,14 +8,16 @@ use_flags:
- -selinux
- -sqlite
- -strongswan_plugins_unbound
- -systemd
- caps
- curl
- gmp
- networkmanager
- openssl
- pam
requires:
- name: glib
version: '>=0'
category: dev-libs-2
- name: gmp
version: '>=0'
category: dev-libs
Expand Down Expand Up @@ -46,7 +48,6 @@ uri:
- https://www.strongswan.org/
license: GPL-2 RSA DES
labels:
BDEPEND: virtual/pkgconfig
DEPEND: dev-libs/glib:2 gmp? ( >=dev-libs/gmp-4.1.5:= ) gcrypt? ( dev-libs/libgcrypt:=
) caps? ( sys-libs/libcap ) curl? ( net-misc/curl ) ldap? ( net-nds/openldap:=
) openssl? ( >=dev-libs/openssl-0.9.8:=[-bindist(-)] ) mysql? ( dev-db/mysql-connector-c:=
Expand Down Expand Up @@ -74,4 +75,4 @@ labels:
kit: net-kit
original.package.name: net-vpn/strongswan
original.package.slot: "0"
original.package.version: 5.9.9
original.package.version: 5.9.10

0 comments on commit 301955b

Please sign in to comment.