Debian Bug report logs -
#829500
undefined reference to `capng_have_capability'
Reported by: Hannes von Haugwitz <hannes@vonhaugwitz.com>
Date: Sun, 3 Jul 2016 21:21:02 UTC
Severity: important
Found in versions audit/1:2.6.3-1, audit/1:2.6.1-1
Fixed in version audit/1:2.6.5-1
Done: Laurent Bigonville <bigon@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Laurent Bigonville <bigon@debian.org>:
Bug#829500; Package libaudit-dev.
(Sun, 03 Jul 2016 21:21:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Hannes von Haugwitz <hannes@vonhaugwitz.com>:
New Bug report received and forwarded. Copy sent to Laurent Bigonville <bigon@debian.org>.
(Sun, 03 Jul 2016 21:21:05 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Package: libaudit-dev
Version: 1:2.6.1-1
Severity: important
Dear Maintainer,
AIDE fails to build from source with libaudit-dev 1:2.6.1-1, due to
"undefined reference to `capng_have_capability'":
[...]
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libaudit.a(libaudit.o): In function `audit_is_enabled':
(.text+0x740): undefined reference to `capng_have_capability'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libaudit.a(libaudit.o): In function `audit_can_control':
(.text+0x273b): undefined reference to `capng_have_capability'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libaudit.a(libaudit.o): In function `audit_can_write':
(.text+0x274b): undefined reference to `capng_have_capability'
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libaudit.a(libaudit.o): In function `audit_can_read':
(.text+0x275b): undefined reference to `capng_have_capability'
collect2: error: ld returned 1 exit status
Makefile:586: recipe for target 'aide' failed
make[3]: *** [aide] Error 1
make[3]: Leaving directory '/build/aide-0.16~b1/aide'
Makefile:434: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/build/aide-0.16~b1/aide'
dh_auto_build: make -j1 returned exit code 2
debian/rules:33: recipe for target 'override_dh_auto_build-arch' failed
make[1]: *** [override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/build/aide-0.16~b1'
debian/rules:25: recipe for target 'build' failed
make: *** [build] Error 2
The full build log is attached.
Best regards
Hannes
[aide_0.16~b1-1_amd64.build.gz (application/gzip, attachment)]
Information forwarded
to debian-bugs-dist@lists.debian.org:
Bug#829500; Package libaudit-dev.
(Mon, 04 Jul 2016 11:33:07 GMT) (full text, mbox, link).
Acknowledgement sent
to Laurent Bigonville <bigon@debian.org>:
Extra info received and forwarded to list.
(Mon, 04 Jul 2016 11:33:07 GMT) (full text, mbox, link).
Message #10 received at 829500@bugs.debian.org (full text, mbox, reply):
clone -1
reassign -1 src:aide 0.16~b1-1
severity -1 serious
thanks
On Sun, 3 Jul 2016 23:17:43 +0200 Hannes von Haugwitz
<hannes@vonhaugwitz.com> wrote:
> Dear Maintainer,
>
> AIDE fails to build from source with libaudit-dev 1:2.6.1-1, due to
> "undefined reference to `capng_have_capability'":
>
> [...]
>
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libaudit.a(libaudit.o):
In function `audit_is_enabled':
> (.text+0x740): undefined reference to `capng_have_capability'
>
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libaudit.a(libaudit.o):
In function `audit_can_control':
> (.text+0x273b): undefined reference to `capng_have_capability'
>
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libaudit.a(libaudit.o):
In function `audit_can_write':
> (.text+0x274b): undefined reference to `capng_have_capability'
>
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libaudit.a(libaudit.o):
In function `audit_can_read':
> (.text+0x275b): undefined reference to `capng_have_capability'
> collect2: error: ld returned 1 exit status
> Makefile:586: recipe for target 'aide' failed
> make[3]: *** [aide] Error 1
> make[3]: Leaving directory '/build/aide-0.16~b1/aide'
> Makefile:434: recipe for target 'all' failed
> make[2]: *** [all] Error 2
> make[2]: Leaving directory '/build/aide-0.16~b1/aide'
> dh_auto_build: make -j1 returned exit code 2
> debian/rules:33: recipe for target 'override_dh_auto_build-arch' failed
> make[1]: *** [override_dh_auto_build-arch] Error 2
> make[1]: Leaving directory '/build/aide-0.16~b1'
> debian/rules:25: recipe for target 'build' failed
> make: *** [build] Error 2
There are actually 2 issues here:
1) libaudit.pc file doesn't have a dependency against libcap-ng
(something like Requires.private: libcap-ng) and this needs to be added.
2) The aide configure files doesn't use the pkg-config file at all to
guess the needed flags for audit. So the flags need to be added to
AUDITLIB variable (or the configure should be changed to use pkg-config)
Bug 829500 cloned as bug 829575
Request was from Laurent Bigonville <bigon@debian.org>
to control@bugs.debian.org.
(Mon, 04 Jul 2016 11:39:07 GMT) (full text, mbox, link).
Added tag(s) pending.
Request was from Laurent Bigonville <bigon@debian.org>
to control@bugs.debian.org.
(Tue, 05 Jul 2016 20:33:10 GMT) (full text, mbox, link).
Reply sent
to Laurent Bigonville <bigon@debian.org>:
You have taken responsibility.
(Tue, 05 Jul 2016 22:27:26 GMT) (full text, mbox, link).
Notification sent
to Hannes von Haugwitz <hannes@vonhaugwitz.com>:
Bug acknowledged by developer.
(Tue, 05 Jul 2016 22:27:26 GMT) (full text, mbox, link).
Message #19 received at 829500-close@bugs.debian.org (full text, mbox, reply):
Source: audit
Source-Version: 1:2.6.3-1
We believe that the bug you reported is fixed in the latest version of
audit, 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 829500@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laurent Bigonville <bigon@debian.org> (supplier of updated audit 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 ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 05 Jul 2016 22:31:27 +0200
Source: audit
Binary: auditd libauparse0 libauparse-dev libaudit1 libaudit-common libaudit-dev python-audit python3-audit golang-redhat-audit-dev audispd-plugins
Architecture: source amd64 all
Version: 1:2.6.3-1
Distribution: unstable
Urgency: medium
Maintainer: Laurent Bigonville <bigon@debian.org>
Changed-By: Laurent Bigonville <bigon@debian.org>
Description:
audispd-plugins - Plugins for the audit event dispatcher
auditd - User space tools for security auditing
golang-redhat-audit-dev - Go client bindings for the libaudit library
libaudit-common - Dynamic library for security auditing - common files
libaudit-dev - Header files and static library for security auditing
libaudit1 - Dynamic library for security auditing
libauparse-dev - Header files and static library for the libauparse0 library
libauparse0 - Dynamic library for parsing security auditing
python-audit - Python bindings for security auditing
python3-audit - Python3 bindings for security auditing
Closes: 829500 829677
Changes:
audit (1:2.6.3-1) unstable; urgency=medium
.
* New upstream release
- Save and restore libcap-ng state when doing a capability check (Closes:
#829677)
- Add explicit dependency against libcap-ng-dev (Closes: #829500)
* debian/auditd.lintian-overrides: Add override for permissions of the
/etc/audit/audit-stop.rules file
* debian/auditd.default, debian/auditd.init: Merge AUDITD_CLEAN_STOP and
AUDITD_STOP_DISABLE together and use the new upstream rules file
(/etc/audit/audit-stop.rules) to clean the rules when stopping the daemon.
Checksums-Sha1:
66b02ba4adfbd8dbd2c01d654d12ea26cc91bea2 2289 audit_2.6.3-1.dsc
9fece60a449cb5dd21261bd256e90d60775d9db8 1076954 audit_2.6.3.orig.tar.gz
00ffc2172cf35149f4f7918efea154712aeedae0 17520 audit_2.6.3-1.debian.tar.xz
abaa46f5ae6e41ef0dbced4e8c3ff5512e18facc 111632 audispd-plugins-dbgsym_2.6.3-1_amd64.deb
8bef1e308ffab4ceb20a9b679eecc6032e1235c8 66080 audispd-plugins_2.6.3-1_amd64.deb
550ec5d5320d5689a991c317f0f213d9834fb253 448420 auditd-dbgsym_2.6.3-1_amd64.deb
d154072e5ac57a63a403c7c25ae41c5124a33e4e 203462 auditd_2.6.3-1_amd64.deb
6607947287093a0c25812d2729e4ada2d9031ee6 16728 golang-redhat-audit-dev_2.6.3-1_all.deb
1fd02695941b49e2b360b7eab111aa7a30819743 16768 libaudit-common_2.6.3-1_all.deb
06bd2dc8d1fa9ba44bf2f93f1fa67ca085306d84 79420 libaudit-dev_2.6.3-1_amd64.deb
4a074ef9bcc395fd6f762c9ed947d853b236eec6 53656 libaudit1-dbgsym_2.6.3-1_amd64.deb
62bb76d804715ff4e886a500a4b6995fe74f65bf 49576 libaudit1_2.6.3-1_amd64.deb
28aac8b0975e54e18727699818ee98d7f17da764 81558 libauparse-dev_2.6.3-1_amd64.deb
844f4bef66483b8ece6528adf9dc1550a651a08d 104294 libauparse0-dbgsym_2.6.3-1_amd64.deb
821e01657368ec74b43defcf797add6fbf13bc82 52134 libauparse0_2.6.3-1_amd64.deb
5b35cda8d998e87f1fb65a6cb2ef149eb6a7b652 180878 python-audit-dbgsym_2.6.3-1_amd64.deb
f64ff5c1da702fe74664364cc444f5f635778d0e 78876 python-audit_2.6.3-1_amd64.deb
9c6b9ffc83608f3835741b02892789c22b18a534 181440 python3-audit-dbgsym_2.6.3-1_amd64.deb
0f314401f6b236fa4a245d9bda30fabef312d141 77424 python3-audit_2.6.3-1_amd64.deb
Checksums-Sha256:
20f8be35c6392ad2f167547f5dd716cbf4979dbfc222f7ca5b3347a4820004b7 2289 audit_2.6.3-1.dsc
016a101d6f8f5608ff90355b49adeb2848990ab2fdbb0933c3e09ac8c95db1d9 1076954 audit_2.6.3.orig.tar.gz
255522c2bef4a0331184ae3f2adbdc413b1fb3e224e5406574321c18159d2cf9 17520 audit_2.6.3-1.debian.tar.xz
e645d638d509cf0412239c1303549007b1817430931da61ce30dd85c33fb89d9 111632 audispd-plugins-dbgsym_2.6.3-1_amd64.deb
6e44d06c11d44c6826a18b4679f2a68e062738ca59960a24a125ddb098e97576 66080 audispd-plugins_2.6.3-1_amd64.deb
78d5bc76d79c97b6967bea98989a16fa6f365cf6fd56efccc4d590ffe634188f 448420 auditd-dbgsym_2.6.3-1_amd64.deb
61bc5caae903edeb7b658e43282ccacce8cebe28ebf3f9f489b11df63f481376 203462 auditd_2.6.3-1_amd64.deb
e08afe54c6154ef75b53b689cfdc101f4f5bddf0367234f36fa8d670bc5e18ec 16728 golang-redhat-audit-dev_2.6.3-1_all.deb
790e3416f1c14a495dad4e3964383921c2088906c2cbd34a2fcc2ba743028160 16768 libaudit-common_2.6.3-1_all.deb
d8df9f511b30c86e1dfc1d67a88acd9eb1c3bef75c433253c70fe63a8b1f2fae 79420 libaudit-dev_2.6.3-1_amd64.deb
b0322c57c9a4c8f2f9efaa18346d77637612aedfe462a91a54ebfa6cfba3c2bc 53656 libaudit1-dbgsym_2.6.3-1_amd64.deb
b7048567af08b939f7286cecd2286c236e1a003814210fb0b99c9d7b09a6b6ba 49576 libaudit1_2.6.3-1_amd64.deb
d4b4e5c0df25dce597eb6e61360cc30c8a9c5d9efcc897f4397f9801648629aa 81558 libauparse-dev_2.6.3-1_amd64.deb
5a818cab1b08014d536586a1288385b365f29345c905d9f6e654a1497b734a45 104294 libauparse0-dbgsym_2.6.3-1_amd64.deb
e962cb06aa8bde63711c16880815f77fab9c80aca1323e7a62bc7a8155969289 52134 libauparse0_2.6.3-1_amd64.deb
4c73d79c93c0c1fd30899ae6d4d4886dbeea2045840eaf413e662eca473210e1 180878 python-audit-dbgsym_2.6.3-1_amd64.deb
dce3da8d45e5bab4b0b678c03d1d7831a5803b62c4d189e4f535d9f8e8ef3379 78876 python-audit_2.6.3-1_amd64.deb
36109de5637fdd272510a2a2fb24f8854791f711d6082f714b0b7195113b503c 181440 python3-audit-dbgsym_2.6.3-1_amd64.deb
47c98de2085ab5b892c3f0e030af85dce48e6f015a24db715841d13bd2533df5 77424 python3-audit_2.6.3-1_amd64.deb
Files:
bea44936dfb61bc9b9635ec68b7ce494 2289 libs extra audit_2.6.3-1.dsc
67915d38c8a7f70c499d46777611e84e 1076954 libs extra audit_2.6.3.orig.tar.gz
e41163c960a12ebe8682b65076d8b70f 17520 libs extra audit_2.6.3-1.debian.tar.xz
f3876155dbb4dba819da7de4115eeb7c 111632 debug extra audispd-plugins-dbgsym_2.6.3-1_amd64.deb
11005da564feba0f0819fe1080e1abdf 66080 admin extra audispd-plugins_2.6.3-1_amd64.deb
2b394eb9f5130db1bfe9e98577f19f26 448420 debug extra auditd-dbgsym_2.6.3-1_amd64.deb
76a42b158953aaf7b7b468feb107de2c 203462 admin extra auditd_2.6.3-1_amd64.deb
5c93f4d4fc16f6463d508cc76f9774fa 16728 devel extra golang-redhat-audit-dev_2.6.3-1_all.deb
795c2d956710bc587ce5d5829e7974ad 16768 libs optional libaudit-common_2.6.3-1_all.deb
d8c74e7622f993435ecb0a563aa89930 79420 libdevel extra libaudit-dev_2.6.3-1_amd64.deb
cdaad7833f2bdbd01f217104f6896eef 53656 debug extra libaudit1-dbgsym_2.6.3-1_amd64.deb
1512d4986a8cfa65551d9448a579098c 49576 libs optional libaudit1_2.6.3-1_amd64.deb
33c6311fcfe2dbbc999790cbf4e4e334 81558 libdevel extra libauparse-dev_2.6.3-1_amd64.deb
536c4295ab78134a07e0c98fcf34e924 104294 debug extra libauparse0-dbgsym_2.6.3-1_amd64.deb
ec4154a0d8b9ba06bf2ee01cc3c2936e 52134 libs optional libauparse0_2.6.3-1_amd64.deb
3dac65b1909381fafa7b6111d41c421e 180878 debug extra python-audit-dbgsym_2.6.3-1_amd64.deb
1734ab8273cf7e62b02c2f7c68493354 78876 python extra python-audit_2.6.3-1_amd64.deb
27c075e498f75ed80187b96e0bb63d1f 181440 debug extra python3-audit-dbgsym_2.6.3-1_amd64.deb
b1e3bcb4ce72422c444b68a12cf21647 77424 python extra python3-audit_2.6.3-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCAAGBQJXfBttAAoJEB/FiR66sEPVDtEH/i1MNbKcwXcSTGJOIraZTekq
5rfMk1G+VpqtFImvnUw035VLyjx02PLOA2bsLzFi/HpfpTzAZOowo0kEXkcykF6n
kaRScAUW1y2+k5LsrFekN4rWhxsXuWQvahDzOJ5C6QG7DgMWO1XxAEpWWPqw+rEe
2AGyXcBUTTIu0+2f7zahnDk3dDZS1l/H0CsOXd1PLaBMwhzhyqqDZU9y330spLbs
Btlo42ZodrtDXvFkt8aQKXS+5B50pFJ09PTZKGKsoqD8KUv9iUp7JRAY0exNoFCY
MDud5VjtlUteeI8Kb+VXESnOpdJ5z9iuGCvfRlDg8CBbpSb0BK0f79f0BbnoLoQ=
=aYu5
-----END PGP SIGNATURE-----
Information forwarded
to debian-bugs-dist@lists.debian.org, Laurent Bigonville <bigon@debian.org>:
Bug#829500; Package libaudit-dev.
(Sat, 09 Jul 2016 12:27:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Hannes von Haugwitz <hannes@vonhaugwitz.com>:
Extra info received and forwarded to list. Copy sent to Laurent Bigonville <bigon@debian.org>.
(Sat, 09 Jul 2016 12:27:04 GMT) (full text, mbox, link).
Message #24 received at 829500@bugs.debian.org (full text, mbox, reply):
reopen 829500
found 829500 1:2.6.3-1
thanks
Hi,
unfortunately the last upload didn't fix the issue due to wrong order of
Libs and Libs.private keywords in audit.pc.
Currently the pkg-config returns the link flags in wrong order:
$ pkg-config --static --libs audit
-lcap-ng -laudit
leading to the same errors as before.
With Libs and Libs.private lines swapped the order is correct:
$ pkg-config --static --libs audit
-laudit -lcap-ng
Best regards
Hannes
Bug reopened
Request was from Hannes von Haugwitz <hannes@vonhaugwitz.com>
to control@bugs.debian.org.
(Sat, 09 Jul 2016 12:27:06 GMT) (full text, mbox, link).
No longer marked as fixed in versions audit/1:2.6.3-1.
Request was from Hannes von Haugwitz <hannes@vonhaugwitz.com>
to control@bugs.debian.org.
(Sat, 09 Jul 2016 12:27:07 GMT) (full text, mbox, link).
Marked as found in versions audit/1:2.6.3-1.
Request was from Hannes von Haugwitz <hannes@vonhaugwitz.com>
to control@bugs.debian.org.
(Sat, 09 Jul 2016 12:27:08 GMT) (full text, mbox, link).
Added tag(s) pending.
Request was from Laurent Bigonville <bigon@debian.org>
to control@bugs.debian.org.
(Tue, 12 Jul 2016 15:21:06 GMT) (full text, mbox, link).
Reply sent
to Laurent Bigonville <bigon@debian.org>:
You have taken responsibility.
(Fri, 15 Jul 2016 10:09:12 GMT) (full text, mbox, link).
Notification sent
to Hannes von Haugwitz <hannes@vonhaugwitz.com>:
Bug acknowledged by developer.
(Fri, 15 Jul 2016 10:09:12 GMT) (full text, mbox, link).
Message #37 received at 829500-close@bugs.debian.org (full text, mbox, reply):
Source: audit
Source-Version: 1:2.6.5-1
We believe that the bug you reported is fixed in the latest version of
audit, 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 829500@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Laurent Bigonville <bigon@debian.org> (supplier of updated audit 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 ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 15 Jul 2016 11:25:41 +0200
Source: audit
Binary: auditd libauparse0 libauparse-dev libaudit1 libaudit-common libaudit-dev python-audit python3-audit golang-redhat-audit-dev audispd-plugins
Architecture: source amd64 all
Version: 1:2.6.5-1
Distribution: unstable
Urgency: medium
Maintainer: Laurent Bigonville <bigon@debian.org>
Changed-By: Laurent Bigonville <bigon@debian.org>
Description:
audispd-plugins - Plugins for the audit event dispatcher
auditd - User space tools for security auditing
golang-redhat-audit-dev - Go client bindings for the libaudit library
libaudit-common - Dynamic library for security auditing - common files
libaudit-dev - Header files and static library for security auditing
libaudit1 - Dynamic library for security auditing
libauparse-dev - Header files and static library for the libauparse0 library
libauparse0 - Dynamic library for parsing security auditing
python-audit - Python bindings for security auditing
python3-audit - Python3 bindings for security auditing
Closes: 829500 830244
Changes:
audit (1:2.6.5-1) unstable; urgency=medium
.
[ Laurent Bigonville ]
* New upstream release
- Fix crash when starting the daemon (Closes: #830244)
- Fix linking order between libaudit and libcap-ng (Closes: #829500)
* debian/copyright: Add myself to the copyright file
.
[ Nicolas Braud-Santoni ]
* debian/copyright: Make a DEP5-compliant, parseable file
Checksums-Sha1:
5b5ea82f05a1b2b55c3553eac41fc820c1f7a1dc 2289 audit_2.6.5-1.dsc
5b14b50733d6d9d11467d88933f2d2ef10f7b19e 1078910 audit_2.6.5.orig.tar.gz
9779d7ddaa9e4e4171f3d10130ebb4b487996bb7 17944 audit_2.6.5-1.debian.tar.xz
314bdd854d171da3bd4e5885036acf2ef568a95d 111672 audispd-plugins-dbgsym_2.6.5-1_amd64.deb
9002696af3cc43e3a8369cccec941a27f2a5425e 67018 audispd-plugins_2.6.5-1_amd64.deb
1a564ff2ab36b7915b4f26c1b26bb649b5156524 448858 auditd-dbgsym_2.6.5-1_amd64.deb
03c6a61cff6f64acc0213145448cb6bd2d13a5c3 203800 auditd_2.6.5-1_amd64.deb
2a4ec6ead554952f20eb4ed03daf4ea5bccd88cd 17440 golang-redhat-audit-dev_2.6.5-1_all.deb
e20ae5fc413d3738959068285289f3f227fde59c 17508 libaudit-common_2.6.5-1_all.deb
d53a74012bdf4c93f741ca0677a31d826ae0c020 79594 libaudit-dev_2.6.5-1_amd64.deb
112afcaedd50c151d1d6ff55f996f2fafedec4a3 53638 libaudit1-dbgsym_2.6.5-1_amd64.deb
e37e303ca7f856e80d54fbaac69777b289bf318c 50390 libaudit1_2.6.5-1_amd64.deb
2362f403c8292e3cc72d18f6e5873e073d3e29f3 82976 libauparse-dev_2.6.5-1_amd64.deb
a51046ae928e0d8d9836757b70e533e2170f11ed 104268 libauparse0-dbgsym_2.6.5-1_amd64.deb
aded96c5c0f954540a710607f613d58b781f94d9 52904 libauparse0_2.6.5-1_amd64.deb
3a963c0423393ae120b07bfa88d2b8bc88f1412a 181342 python-audit-dbgsym_2.6.5-1_amd64.deb
bcd1c5f9026fa98a1f7358c5a02aaff2bed47380 79700 python-audit_2.6.5-1_amd64.deb
0389c8b45524db9fe2a892e889790d90dd487543 181692 python3-audit-dbgsym_2.6.5-1_amd64.deb
377635d28463eb4fe511e716d4e6b793eff2c1e2 78206 python3-audit_2.6.5-1_amd64.deb
Checksums-Sha256:
aa3aa93311ad2904839de6688b5a66a16515d5420f305a7389ba401afd6871eb 2289 audit_2.6.5-1.dsc
d99339a63fc6efaaee89efe7fa0e0c395f661392a4ae5056b2c9d10c67ca63a1 1078910 audit_2.6.5.orig.tar.gz
6c0abb96fcd66a54756d35123c60d88f63cd2e2ab9147d162fd76e9d6ef18c9b 17944 audit_2.6.5-1.debian.tar.xz
92e99743d23df2088e96998afa3bcf87dab589a2ff32b7d9f3bf65255b0f8d78 111672 audispd-plugins-dbgsym_2.6.5-1_amd64.deb
9004d050d18ec2ee271513869434799a657770f300e0d64944509abca862d8d5 67018 audispd-plugins_2.6.5-1_amd64.deb
c7130e0973e5ec3561d63a8c057a4a3dc56f4e8c39826326a12414c9249cd4ba 448858 auditd-dbgsym_2.6.5-1_amd64.deb
f89309261be93f847b135fb795084d6a4d1c6954766e262383349ec10f2d70a2 203800 auditd_2.6.5-1_amd64.deb
cf6db663edb46f5d6a9009821760cd6245de4f4284ce7b807ddb9fd1a991b5c2 17440 golang-redhat-audit-dev_2.6.5-1_all.deb
46ba22d0ad7638ebfb94ae008afecadffb801f014e482d4c468bffe4c5b7e447 17508 libaudit-common_2.6.5-1_all.deb
107341e75f7a46c079c64c94caccdeb6ed97981b77fccfdb829348363ccc87a4 79594 libaudit-dev_2.6.5-1_amd64.deb
1f93fab11896b7be62b348d2199c42920238b941945e158b53c3a869f47e5887 53638 libaudit1-dbgsym_2.6.5-1_amd64.deb
934b8fad6b4b641bfd15c42975d85ce0ee2f4f64e20e5c3a14959cc9d517bb29 50390 libaudit1_2.6.5-1_amd64.deb
5b09f2a14afe041d3819e150b576e82f57f6bb14d59279aa006cc0836a48449e 82976 libauparse-dev_2.6.5-1_amd64.deb
87663768c9846292646d4d05b5e1644e278001f8d0cd00a2ea05d98add70abf7 104268 libauparse0-dbgsym_2.6.5-1_amd64.deb
9b88ed2418b0d34b368d892df5cb8337ec886026de09ac948077013fa44a740c 52904 libauparse0_2.6.5-1_amd64.deb
a485c7c9ae55877b3643ed9da74a1f289c8e6016ca92fac9b4c3e7c95a34c311 181342 python-audit-dbgsym_2.6.5-1_amd64.deb
f2c29c7f6dfb502b7781a99c1227e808e899a7e7a30d8a352a6dbf5a618c1eb3 79700 python-audit_2.6.5-1_amd64.deb
9fed37775206194043847cd31ee608bca5fa257f25295c5bcce7936c7c61d590 181692 python3-audit-dbgsym_2.6.5-1_amd64.deb
d04713f79a5e538da6e6291d9c090f2cc501a102161c34512e6381105dbd2975 78206 python3-audit_2.6.5-1_amd64.deb
Files:
f0f8b4b61bd4fc52cdcc0c7586fbc844 2289 libs extra audit_2.6.5-1.dsc
8afcef84744d5f43206a33eacb83c104 1078910 libs extra audit_2.6.5.orig.tar.gz
f4ce1045a9d73950667c92a728335d4d 17944 libs extra audit_2.6.5-1.debian.tar.xz
eacae2af4128224340f3153d39eeeb0c 111672 debug extra audispd-plugins-dbgsym_2.6.5-1_amd64.deb
c5d4ed1e72edda43727d3db3591083a3 67018 admin extra audispd-plugins_2.6.5-1_amd64.deb
910edefa51a74a8202d25be7200bee43 448858 debug extra auditd-dbgsym_2.6.5-1_amd64.deb
51c07bd84151e8230511bd890de495ed 203800 admin extra auditd_2.6.5-1_amd64.deb
40c184f4b95d04f8e8636ec1ff9ce34c 17440 devel extra golang-redhat-audit-dev_2.6.5-1_all.deb
776ba763295ad79a8bf768cb7c86ddcd 17508 libs optional libaudit-common_2.6.5-1_all.deb
0d9548557978bc395f73159e6373477e 79594 libdevel extra libaudit-dev_2.6.5-1_amd64.deb
db8678e77a99b94cf56a7a7f8f11f6c7 53638 debug extra libaudit1-dbgsym_2.6.5-1_amd64.deb
8a0429ed61755a0757d4f7b94ab2c087 50390 libs optional libaudit1_2.6.5-1_amd64.deb
d2192dfcf2c45b3522b3cc80d3e22fe7 82976 libdevel extra libauparse-dev_2.6.5-1_amd64.deb
d1c2235f574955718fca63d380adaa0a 104268 debug extra libauparse0-dbgsym_2.6.5-1_amd64.deb
a2eb885af41de4eab15ae5f5cb680cd9 52904 libs optional libauparse0_2.6.5-1_amd64.deb
128deffb3c70bb9e93a38c6582764346 181342 debug extra python-audit-dbgsym_2.6.5-1_amd64.deb
de21228236abfe5aedd487365499c857 79700 python extra python-audit_2.6.5-1_amd64.deb
eae315e2060a5d3657d85c89dd07759b 181692 debug extra python3-audit-dbgsym_2.6.5-1_amd64.deb
f8f8da3f721621fe92f5e2eb24e56cbb 78206 python extra python3-audit_2.6.5-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCAAGBQJXiK2dAAoJEB/FiR66sEPVteYH/1iBEJ0xbNW6uHwXZK0Gh7lA
0/Zha9QW4seTx5E4SeTajZ22zGKelEvx674J9Hed9eDrwSNS5szM7UMGD+lITVGo
Usby+f/QGZdhkt+TC4RVtJJPBU5jtO65343CZASV2NGh2+t+ATR6tGMzgIyI6NGx
S673qC+wp4CcsvWPl27PxNA+kSRdI6zxidfbI/pRsL1lHOjavKwipo/0t5NqBuwR
I/fBK+6IssyEVs57uXxwwOZylSl8hvhYXN66fumfiSp1obfsTX4Is4tQlTtRbQGN
6Nh++QZOjhZChCH64KU7B9Mz1JDdh54FIME2MFllogZLM1aKnGU0bZu1VtlHh0s=
=GBQv
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sat, 13 Aug 2016 07:25:12 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 08:51:51 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.