Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/l/libreswan/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ libc.so.6:getaddrinfo
libc.so.6:getc
libc.so.6:getcwd
libc.so.6:getdtablesize
libc.so.6:getenv
libc.so.6:gethostname
libc.so.6:getifaddrs
libc.so.6:getopt_long
Expand Down
1 change: 0 additions & 1 deletion packages/l/libreswan/files/libreswan.tmpfiles

This file was deleted.

26 changes: 13 additions & 13 deletions packages/l/libreswan/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : libreswan
version : '5.3'
release : 13
release : 14
source :
- https://download.libreswan.org/libreswan-5.3.tar.gz : c1d350c3f3296fd21b9db0794e23d3f319b292f880bf8178b82ef5c6391c60c0
homepage : https://libreswan.org/
Expand All @@ -23,19 +23,19 @@ builddeps :
conflicts :
- strongswan
environment: |
export PREFIX=/usr
export USE_DNSSEC=false
export WERROR_CFLAGS=
libreswan_config=(
PREFIX=%PREFIX%
INITSYSTEM=systemd
MANDIR=%PREFIX%/share/man
PAMCONFDIR=%PREFIX%/share/defaults/etc/pam.d
PENSWARETC=%PREFIX%/share/defaults
SYSCONFDIR=%PREFIX%/share/defaults
USE_DNSSEC=false
)
build : |
%make programs
%make "${libreswan_config[@]}" programs
install : |
%make_install \
MANDIR=/usr/share/man \
SYSCONFDIR=/usr/share/defaults \
PENSWARETC=/usr/share/defaults
%make_install "${libreswan_config[@]}"
%install_license COPYING

install -D -m 00644 $pkgfiles/libreswan.tmpfiles $installdir/%libdir%/tmpfiles.d/libreswan.conf

rm -r $installdir/etc
rm -r $installdir/var
rm -rvf ${installdir}/var
11 changes: 5 additions & 6 deletions packages/l/libreswan/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
</Description>
<PartOf>network.util</PartOf>
<Files>
<Path fileType="library">/usr/lib64/tmpfiles.d/libreswan.conf</Path>
<Path fileType="library">/usr/lib/systemd/system/ipsec.service</Path>
<Path fileType="library">/usr/lib/tmpfiles.d/libreswan.conf</Path>
<Path fileType="executable">/usr/libexec/ipsec/_asn1check</Path>
<Path fileType="executable">/usr/libexec/ipsec/_dncheck</Path>
<Path fileType="executable">/usr/libexec/ipsec/_enumcheck</Path>
Expand Down Expand Up @@ -51,6 +52,7 @@
<Path fileType="executable">/usr/libexec/ipsec/showroute</Path>
<Path fileType="executable">/usr/libexec/ipsec/whack</Path>
<Path fileType="executable">/usr/sbin/ipsec</Path>
<Path fileType="data">/usr/share/defaults/etc/pam.d/pluto</Path>
<Path fileType="data">/usr/share/defaults/ipsec.conf</Path>
<Path fileType="data">/usr/share/defaults/ipsec.d/policies/block</Path>
<Path fileType="data">/usr/share/defaults/ipsec.d/policies/clear</Path>
Expand All @@ -60,9 +62,6 @@
<Path fileType="data">/usr/share/defaults/ipsec.d/policies/private-or-clear</Path>
<Path fileType="data">/usr/share/defaults/ipsec.secrets</Path>
<Path fileType="data">/usr/share/defaults/logrotate.d/libreswan</Path>
<Path fileType="data">/usr/share/defaults/pam.d/pluto</Path>
<Path fileType="data">/usr/share/defaults/sysconfig/pluto</Path>
<Path fileType="doc">/usr/share/doc/libreswan/init.d/ipsec.init</Path>
<Path fileType="doc">/usr/share/doc/libreswan/ipsec.conf-sample</Path>
<Path fileType="doc">/usr/share/doc/libreswan/ipsec.d/policies/block</Path>
<Path fileType="doc">/usr/share/doc/libreswan/ipsec.d/policies/clear</Path>
Expand Down Expand Up @@ -142,8 +141,8 @@
</Conflicts>
</Package>
<History>
<Update release="13">
<Date>2025-12-17</Date>
<Update release="14">
<Date>2025-12-20</Date>
<Version>5.3</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
Expand Down