Your message dated Thu, 19 Jan 2023 23:52:01 +0000
with message-id <[email protected]>
and subject line Bug#1015517: fixed in libreswan 4.9-1
has caused the Debian Bug report #1015517,
regarding libreswan: ftbfs with LTO (link time optimization) enabled
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1015517: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015517
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libreswan
Version: 4.7-1
Severity: minor
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-lto
This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled. For a background
for LTO please see
https://wiki.debian.org/ToolChain/LTO
The goal is to enable this optimization by default in an upcoming
Debian release in dpkg-buildflags for 64bit architectures. The goal
is to get this package to build with link time optimizations, or to
explicitly disable link time optimizations for this package build.
To reproduce the build failure, enable the lto optimization in
testing/unstable by adding "optimize=+lto" to DEB_BUILD_MAINT_OPTIONS
in the debian/rules file, or if this macro is unset, just set it:
export DEB_BUILD_MAINT_OPTIONS = optimize=+lto
Please try to fix the build with lto enabled, fixing the packaging or
forwarding the issue upstream. If the issue cannot be fixed,
explicitly disallow building the package with lto by adding to your
rules file:
export DEB_BUILD_MAINT_OPTIONS = optimize=-lto
or adding that string to your existing setting of DEB_BUILD_MAINT_OPTIONS.
The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/dpkglto/libreswan_4.7-1_unstable_dpkglto.log
The last lines of the build log are at the end of this report.
[...]
-MF
../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/timecheck/check_monotime.d
\
-MP -MMD -MT check_monotime.o \
-o
../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/timecheck/check_monotime.o
\
-c /<<PKGBUILDDIR>>/testing/programs/timecheck/check_monotime.c
cc -DTimeZoneOffset=timezone -pthread -std=gnu99 -g -Werror -Wall -Wextra
-Wformat -Wformat-nonliteral -Wformat-security -Wundef -Wmissing-declarations
-Wredundant-decls -Wnested-externs -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
-fstack-protector-all -fno-strict-aliasing -fPIE -DPIE -DNSS_IPSEC_PROFILE
-DXFRM_LIFETIME_DEFAULT=30 -DUSE_IKEv1 -DKERNEL_XFRM -DUSE_XFRM_INTERFACE
-DUSE_DNSSEC -DDEFAULT_DNSSEC_ROOTKEY_FILE=\"/usr/share/dns/root.key\"
-DHAVE_LABELED_IPSEC -DLIBCURL -DUSE_LINUX_AUDIT -DUSE_SYSTEMD_WATCHDOG
-DLIBLDAP -DHAVE_NM -DUSE_PAM_AUTH -DUSE_3DES -DUSE_AES -DUSE_CAMELLIA
-DUSE_CHACHA -DUSE_DH31 -DUSE_MD5 -DUSE_SHA1 -DUSE_SHA2 -DUSE_PRF_AES_XCBC
-DUSE_NSS_KDF -DDEFAULT_RUNDIR=\"/run/pluto\" -DIPSEC_CONF=\"/etc/ipsec.conf\"
-DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_NSSDIR=\"/var/lib/ipsec/nss\"
-DIPSEC_CONFDIR=\"/etc\" -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\"
-DIPSEC_SBINDIR=\"/usr/sbin\" -DIPSEC_VARDIR=\"/var\"
-DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DIPSEC_SECRETS_FI
LE=\"/etc/ipsec.secrets\" -DFORCE_PR_ASSERT -DUSE_FORK=1 -DUSE_VFORK=0
-DUSE_DAEMON=0 -DUSE_PTHREAD_SETSCHEDPRIO=1 -DGCC_LINT -DHAVE_LIBCAP_NG \
-I.
-I../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/timecheck
-I../../../include -I/usr/include/nss -I/usr/include/nspr \
-DHERE_FILENAME=\"testing/programs/timecheck/check_realtime.c\" \
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto
-ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security \
-MF
../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/timecheck/check_realtime.d
\
-MP -MMD -MT check_realtime.o \
-o
../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/timecheck/check_realtime.o
\
-c /<<PKGBUILDDIR>>/testing/programs/timecheck/check_realtime.c
cc -DTimeZoneOffset=timezone -pthread -std=gnu99 -g -Werror -Wall -Wextra
-Wformat -Wformat-nonliteral -Wformat-security -Wundef -Wmissing-declarations
-Wredundant-decls -Wnested-externs -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
-fstack-protector-all -fno-strict-aliasing -fPIE -DPIE -DNSS_IPSEC_PROFILE
-DXFRM_LIFETIME_DEFAULT=30 -DUSE_IKEv1 -DKERNEL_XFRM -DUSE_XFRM_INTERFACE
-DUSE_DNSSEC -DDEFAULT_DNSSEC_ROOTKEY_FILE=\"/usr/share/dns/root.key\"
-DHAVE_LABELED_IPSEC -DLIBCURL -DUSE_LINUX_AUDIT -DUSE_SYSTEMD_WATCHDOG
-DLIBLDAP -DHAVE_NM -DUSE_PAM_AUTH -DUSE_3DES -DUSE_AES -DUSE_CAMELLIA
-DUSE_CHACHA -DUSE_DH31 -DUSE_MD5 -DUSE_SHA1 -DUSE_SHA2 -DUSE_PRF_AES_XCBC
-DUSE_NSS_KDF -DDEFAULT_RUNDIR=\"/run/pluto\" -DIPSEC_CONF=\"/etc/ipsec.conf\"
-DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_NSSDIR=\"/var/lib/ipsec/nss\"
-DIPSEC_CONFDIR=\"/etc\" -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\"
-DIPSEC_SBINDIR=\"/usr/sbin\" -DIPSEC_VARDIR=\"/var\"
-DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DIPSEC_SECRETS_FI
LE=\"/etc/ipsec.secrets\" -DFORCE_PR_ASSERT -DUSE_FORK=1 -DUSE_VFORK=0
-DUSE_DAEMON=0 -DUSE_PTHREAD_SETSCHEDPRIO=1 -DGCC_LINT -DHAVE_LIBCAP_NG \
-I.
-I../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/timecheck
-I../../../include -I/usr/include/nss -I/usr/include/nspr \
-DHERE_FILENAME=\"testing/programs/timecheck/check_deltatime.c\" \
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto
-ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security \
-MF
../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/timecheck/check_deltatime.d
\
-MP -MMD -MT check_deltatime.o \
-o
../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/timecheck/check_deltatime.o
\
-c /<<PKGBUILDDIR>>/testing/programs/timecheck/check_deltatime.c
cd ../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/timecheck && cc
-DTimeZoneOffset=timezone -pthread -std=gnu99 -g -Werror -Wall -Wextra -Wformat
-Wformat-nonliteral -Wformat-security -Wundef -Wmissing-declarations
-Wredundant-decls -Wnested-externs -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
-fstack-protector-all -fno-strict-aliasing -fPIE -DPIE -DNSS_IPSEC_PROFILE
-DXFRM_LIFETIME_DEFAULT=30 -DUSE_IKEv1 -DKERNEL_XFRM -DUSE_XFRM_INTERFACE
-DUSE_DNSSEC -DDEFAULT_DNSSEC_ROOTKEY_FILE=\"/usr/share/dns/root.key\"
-DHAVE_LABELED_IPSEC -DLIBCURL -DUSE_LINUX_AUDIT -DUSE_SYSTEMD_WATCHDOG
-DLIBLDAP -DHAVE_NM -DUSE_PAM_AUTH -DUSE_3DES -DUSE_AES -DUSE_CAMELLIA
-DUSE_CHACHA -DUSE_DH31 -DUSE_MD5 -DUSE_SHA1 -DUSE_SHA2 -DUSE_PRF_AES_XCBC
-DUSE_NSS_KDF -DDEFAULT_RUNDIR=\"/run/pluto\" -DIPSEC_CONF=\"/etc/ipsec.conf\"
-DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_NSSDIR=\"/var/lib/ipsec/nss\"
-DIPSEC_CONFDIR=\"/etc\" -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\"
-DIPSEC_SBINDIR=\"/usr/sbin\" -DIPSEC_VARD
IR=\"/var\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\"
-DIPSEC_SECRETS_FILE=\"/etc/ipsec.secrets\" -DFORCE_PR_ASSERT -DUSE_FORK=1
-DUSE_VFORK=0 -DUSE_DAEMON=0 -DUSE_PTHREAD_SETSCHEDPRIO=1 -DGCC_LINT
-DHAVE_LIBCAP_NG -I.
-I../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/timecheck
-I../../../include -I/usr/include/nss -I/usr/include/nspr -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects
-fstack-protector-strong -Wformat -Werror=format-security -o timecheck
timecheck.o check_monotime.o check_realtime.o check_deltatime.o
/<<PKGBUILDDIR>>/OBJ.linux.amd64.ip-10-84-234-33/lib/libswan/libswan.a
/<<PKGBUILDDIR>>/OBJ.linux.amd64.ip-10-84-234-33/lib/liblswtool/liblswtool.a
/<<PKGBUILDDIR>>/OBJ.linux.amd64.ip-10-84-234-33/lib/libswan/libswan.a -lrt
-Wl,--as-needed -Wl,-z,relro,-z,now -pie -flto=auto -ffat-lto-objects
-Wl,-z,relro
make[5]: Leaving directory '/<<PKGBUILDDIR>>/testing/programs/timecheck'
make[5]: Entering directory '/<<PKGBUILDDIR>>/testing/programs/hunkcheck'
mkdir -p ../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/hunkcheck
set -e ; \
for f in hunkcheck.o
/<<PKGBUILDDIR>>/OBJ.linux.amd64.ip-10-84-234-33/lib/libswan/libswan.a
/<<PKGBUILDDIR>>/OBJ.linux.amd64.ip-10-84-234-33/lib/liblswtool/liblswtool.a
/<<PKGBUILDDIR>>/OBJ.linux.amd64.ip-10-84-234-33/lib/libswan/libswan.a ; do \
case $f in \
*.c ) echo "-include \$(builddir)/$(basename $f .c).d # $f" ;; \
*.o ) echo "-include \$(builddir)/$(basename $f .o).d # $f" ;; \
* ) echo "# $f ignored by Makefile.dep" ;; \
esac ; \
done >
../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/hunkcheck/Makefile.depend.mk.tmp
mv
../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/hunkcheck/Makefile.depend.mk.tmp
../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/hunkcheck/Makefile.depend.mk
cc -DTimeZoneOffset=timezone -pthread -std=gnu99 -g -Werror -Wall -Wextra
-Wformat -Wformat-nonliteral -Wformat-security -Wundef -Wmissing-declarations
-Wredundant-decls -Wnested-externs -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
-fstack-protector-all -fno-strict-aliasing -fPIE -DPIE -DNSS_IPSEC_PROFILE
-DXFRM_LIFETIME_DEFAULT=30 -DUSE_IKEv1 -DKERNEL_XFRM -DUSE_XFRM_INTERFACE
-DUSE_DNSSEC -DDEFAULT_DNSSEC_ROOTKEY_FILE=\"/usr/share/dns/root.key\"
-DHAVE_LABELED_IPSEC -DLIBCURL -DUSE_LINUX_AUDIT -DUSE_SYSTEMD_WATCHDOG
-DLIBLDAP -DHAVE_NM -DUSE_PAM_AUTH -DUSE_3DES -DUSE_AES -DUSE_CAMELLIA
-DUSE_CHACHA -DUSE_DH31 -DUSE_MD5 -DUSE_SHA1 -DUSE_SHA2 -DUSE_PRF_AES_XCBC
-DUSE_NSS_KDF -DDEFAULT_RUNDIR=\"/run/pluto\" -DIPSEC_CONF=\"/etc/ipsec.conf\"
-DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_NSSDIR=\"/var/lib/ipsec/nss\"
-DIPSEC_CONFDIR=\"/etc\" -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\"
-DIPSEC_SBINDIR=\"/usr/sbin\" -DIPSEC_VARDIR=\"/var\"
-DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\" -DIPSEC_SECRETS_FI
LE=\"/etc/ipsec.secrets\" -DFORCE_PR_ASSERT -DUSE_FORK=1 -DUSE_VFORK=0
-DUSE_DAEMON=0 -DUSE_PTHREAD_SETSCHEDPRIO=1 -DGCC_LINT -DHAVE_LIBCAP_NG \
-I.
-I../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/hunkcheck
-I../../../include -I/usr/include/nss -I/usr/include/nspr \
-DHERE_FILENAME=\"testing/programs/hunkcheck/hunkcheck.c\" \
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto
-ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security \
-MF
../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/hunkcheck/hunkcheck.d
\
-MP -MMD -MT hunkcheck.o \
-o
../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/hunkcheck/hunkcheck.o
\
-c /<<PKGBUILDDIR>>/testing/programs/hunkcheck/hunkcheck.c
cd ../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/hunkcheck && cc
-DTimeZoneOffset=timezone -pthread -std=gnu99 -g -Werror -Wall -Wextra -Wformat
-Wformat-nonliteral -Wformat-security -Wundef -Wmissing-declarations
-Wredundant-decls -Wnested-externs -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
-fstack-protector-all -fno-strict-aliasing -fPIE -DPIE -DNSS_IPSEC_PROFILE
-DXFRM_LIFETIME_DEFAULT=30 -DUSE_IKEv1 -DKERNEL_XFRM -DUSE_XFRM_INTERFACE
-DUSE_DNSSEC -DDEFAULT_DNSSEC_ROOTKEY_FILE=\"/usr/share/dns/root.key\"
-DHAVE_LABELED_IPSEC -DLIBCURL -DUSE_LINUX_AUDIT -DUSE_SYSTEMD_WATCHDOG
-DLIBLDAP -DHAVE_NM -DUSE_PAM_AUTH -DUSE_3DES -DUSE_AES -DUSE_CAMELLIA
-DUSE_CHACHA -DUSE_DH31 -DUSE_MD5 -DUSE_SHA1 -DUSE_SHA2 -DUSE_PRF_AES_XCBC
-DUSE_NSS_KDF -DDEFAULT_RUNDIR=\"/run/pluto\" -DIPSEC_CONF=\"/etc/ipsec.conf\"
-DIPSEC_CONFDDIR=\"/etc/ipsec.d\" -DIPSEC_NSSDIR=\"/var/lib/ipsec/nss\"
-DIPSEC_CONFDIR=\"/etc\" -DIPSEC_EXECDIR=\"/usr/libexec/ipsec\"
-DIPSEC_SBINDIR=\"/usr/sbin\" -DIPSEC_VARD
IR=\"/var\" -DPOLICYGROUPSDIR=\"/etc/ipsec.d/policies\"
-DIPSEC_SECRETS_FILE=\"/etc/ipsec.secrets\" -DFORCE_PR_ASSERT -DUSE_FORK=1
-DUSE_VFORK=0 -DUSE_DAEMON=0 -DUSE_PTHREAD_SETSCHEDPRIO=1 -DGCC_LINT
-DHAVE_LIBCAP_NG -I.
-I../../../OBJ.linux.amd64.ip-10-84-234-33/testing/programs/hunkcheck
-I../../../include -I/usr/include/nss -I/usr/include/nspr -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects
-fstack-protector-strong -Wformat -Werror=format-security -o hunkcheck
hunkcheck.o
/<<PKGBUILDDIR>>/OBJ.linux.amd64.ip-10-84-234-33/lib/libswan/libswan.a
/<<PKGBUILDDIR>>/OBJ.linux.amd64.ip-10-84-234-33/lib/liblswtool/liblswtool.a
/<<PKGBUILDDIR>>/OBJ.linux.amd64.ip-10-84-234-33/lib/libswan/libswan.a
-Wl,--as-needed -Wl,-z,relro,-z,now -pie -flto=auto -ffat-lto-objects
-Wl,-z,relro
In function ‘memcpy’,
inlined from ‘clone_bytes’ at
../../../../lib/libswan/./lib/libswan/alloc.c:241:3,
inlined from ‘clone_bytes_as_chunk’ at
../../../../lib/libswan/./lib/libswan/chunk.c:55:9,
inlined from ‘check_shunk_clone’ at
../../../../testing/programs/hunkcheck/./testing/programs/hunkcheck/hunkcheck.c:330:15,
inlined from ‘main’ at
../../../../testing/programs/hunkcheck/./testing/programs/hunkcheck/hunkcheck.c:840:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: error:
‘__builtin_memcpy’ specified bound between 18446744073709551576 and
18446744073709551615 exceeds maximum object size 9223372036854775807
[-Werror=stringop-overflow=]
29 | return __builtin___memcpy_chk (__dest, __src, __len,
| ^
lto1: all warnings being treated as errors
make[7]: *** [/tmp/ccuFwkG5.mk:2: /tmp/ccOdmQvA.ltrans0.ltrans.o] Error 1
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[6]: *** [../../../mk/program.mk:65: hunkcheck] Error 1
make[5]: *** [../../../mk/targets.mk:82: all] Error 2
make[5]: Leaving directory '/<<PKGBUILDDIR>>/testing/programs/hunkcheck'
make[4]: *** [../../mk/targets.mk:82: recursive-all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/testing/programs'
make[3]: *** [../mk/targets.mk:82: recursive-all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/testing'
make[2]: *** [/<<PKGBUILDDIR>>/mk/targets.mk:82: recursive-all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" programs
ARCH=amd64 IPSECVERSION=4.7 PREFIX=/usr FINALLIBEXECDIR=/usr/libexec/ipsec
FINALMANDIR=/usr/share/man FINALNSSDIR=/var/lib/ipsec/nss USE_LDAP=true
USE_LIBCURL=true USE_AUTHPAM=true USE_LIBCAP_NG=true USE_LABELED_IPSEC=true
USE_LINUX_AUDIT=true USE_DH31=true USE_NSS_KDF=true USE_NSS_IPSEC_PROFILE=true
USE_NSS_AVA_COPY=false USE_DNSSEC=true
DEFAULT_DNSSEC_ROOTKEY_FILE=/usr/share/dns/root.key returned exit code 2
make[1]: *** [debian/rules:52: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: libreswan
Source-Version: 4.9-1
Done: Daniel Kahn Gillmor <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libreswan, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Daniel Kahn Gillmor <[email protected]> (supplier of updated libreswan
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 19 Jan 2023 17:41:25 -0500
Source: libreswan
Architecture: source
Version: 4.9-1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Kahn Gillmor <[email protected]>
Changed-By: Daniel Kahn Gillmor <[email protected]>
Closes: 1015517 1020736
Changes:
libreswan (4.9-1) unstable; urgency=medium
.
[ Daniel Kahn Gillmor ]
* New upstream release
- upstream fixed LTO (Closes: #1015517)
* d/upstream/signing-key.asc: update with better bindings
* Standards-Version: bump to 4.6.2 (no changes needed)
.
[ Vagrant Cascadian ]
* debian/rules: Pass OBJDIR to avoid embedding hostname. (Closes: #1020736)
.
[ Daniel Kahn Gillmor ]
* refresh patches
* d/copyright: remove reference to upstream-deleted BSDKAME code
* update lintian overrides
* d/copyright: update years to relevant years
Checksums-Sha1:
78cabebcb939c05c4b055868d5c184819d4021f3 2018 libreswan_4.9-1.dsc
12b7351ca7e6ba1ac787239e67027a4d82f02f10 3706966 libreswan_4.9.orig.tar.gz
c49020c0ad28bbc2566e79570054ebfd392b8044 862 libreswan_4.9.orig.tar.gz.asc
4bdc00eb659ca482ac1f1b8f7e99393fca7d58e9 14548 libreswan_4.9-1.debian.tar.xz
eaffad26007574ad03b7bd2f993dabc7497c666e 11218 libreswan_4.9-1_amd64.buildinfo
Checksums-Sha256:
5f19b596ae00aa89f3049836a5808c2fa30fe9e1f10a0485bbd929d8ec101da6 2018
libreswan_4.9-1.dsc
f642dcb635e909564ca8fd99ea44ab43f60723b4d76c158ed812978c45b398b9 3706966
libreswan_4.9.orig.tar.gz
db26966571a9cee1c978be016c5852f4455d414af6c9e56144724e4cc8bd8ba4 862
libreswan_4.9.orig.tar.gz.asc
878aafb095ae4caecd7b89ae7f6189f58214721744933f994edfbaf870ef1438 14548
libreswan_4.9-1.debian.tar.xz
60c3dc8b27fef3815422c1d083128babb8dc874044e0f19c4f2bda8745feaa06 11218
libreswan_4.9-1_amd64.buildinfo
Files:
416838e26557e1ffda9550e22713edfe 2018 net optional libreswan_4.9-1.dsc
584ee91ace5208db1a517b4c8e7a3971 3706966 net optional libreswan_4.9.orig.tar.gz
d9c2b9c85aa084b1789c1bfdb328ab21 862 net optional libreswan_4.9.orig.tar.gz.asc
51ba6383c1247a36242cf558fb618582 14548 net optional
libreswan_4.9-1.debian.tar.xz
de103783bb87435d4c4e1a3a4d141aff 11218 net optional
libreswan_4.9-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYIAB0WIQQttUkcnfDcj0MoY88+nXFzcd5WXAUCY8nNuAAKCRA+nXFzcd5W
XM1nAQCO9HGkwqYk6y9vQ+ElPJH/ISa+XpqlEKz7uEdnSqZw5gD+JcPRCQqxjdLw
mFEisxNN91wajg7JJddMZ08b/0rUkAM=
=IpOR
-----END PGP SIGNATURE-----
--- End Message ---