#1096654 freeipmi: ftbfs with GCC-15

#1096654#5
Date:
2025-02-17 17:14:07 UTC
From:
To:
[This bug is NOT targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/freeipmi_1.6.15-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html

[...]
libtool: link: ranlib .libs/libmiscutil.a
libtool: link: ( cd ".libs" && rm -f "libmiscutil.la" && ln -s "../libmiscutil.la" "libmiscutil.la" )
make[3]: Leaving directory '/build/reproducible-path/freeipmi-1.6.15/common/miscutil'
Making all in parsecommon
make[3]: Entering directory '/build/reproducible-path/freeipmi-1.6.15/common/parsecommon'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../common/portability -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libparsecommon_la-parse-common.lo `test -f 'parse-common.c' || echo './'`parse-common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../common/portability -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c parse-common.c  -fPIC -DPIC -o .libs/libparsecommon_la-parse-common.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -Wl,-z,relro -Wl,-z,now -o libparsecommon.la  libparsecommon_la-parse-common.lo
libtool: link: ar cr .libs/libparsecommon.a .libs/libparsecommon_la-parse-common.o
libtool: link: ranlib .libs/libparsecommon.a
libtool: link: ( cd ".libs" && rm -f "libparsecommon.la" && ln -s "../libparsecommon.la" "libparsecommon.la" )
make[3]: Leaving directory '/build/reproducible-path/freeipmi-1.6.15/common/parsecommon'
Making all in pingtool
make[3]: Entering directory '/build/reproducible-path/freeipmi-1.6.15/common/pingtool'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../common/portability -I../../common/toolcommon -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libpingtool_la-ping-tool-common.lo `test -f 'ping-tool-common.c' || echo './'`ping-tool-common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../common/portability -I../../common/toolcommon -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c ping-tool-common.c  -fPIC -DPIC -o .libs/libpingtool_la-ping-tool-common.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -Wl,-z,relro -Wl,-z,now -o libpingtool.la  libpingtool_la-ping-tool-common.lo
libtool: link: ar cr .libs/libpingtool.a .libs/libpingtool_la-ping-tool-common.o
libtool: link: ranlib .libs/libpingtool.a
libtool: link: ( cd ".libs" && rm -f "libpingtool.la" && ln -s "../libpingtool.la" "libpingtool.la" )
make[3]: Leaving directory '/build/reproducible-path/freeipmi-1.6.15/common/pingtool'
Making all in portability
make[3]: Entering directory '/build/reproducible-path/freeipmi-1.6.15/common/portability'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libportability_la-freeipmi-portability.lo `test -f 'freeipmi-portability.c' || echo './'`freeipmi-portability.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c freeipmi-portability.c  -fPIC -DPIC -o .libs/libportability_la-freeipmi-portability.o
/bin/bash ../../libtool  --tag=CC   --mode=link gcc  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection  -Wl,-z,relro -Wl,-z,now -o libportability.la  libportability_la-freeipmi-portability.lo
libtool: link: ar cr .libs/libportability.a .libs/libportability_la-freeipmi-portability.o
libtool: link: ranlib .libs/libportability.a
libtool: link: ( cd ".libs" && rm -f "libportability.la" && ln -s "../libportability.la" "libportability.la" )
make[3]: Leaving directory '/build/reproducible-path/freeipmi-1.6.15/common/portability'
Making all in toolcommon
make[3]: Entering directory '/build/reproducible-path/freeipmi-1.6.15/common/toolcommon'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libtoolcommon_la-pstdout.lo `test -f 'pstdout.c' || echo './'`pstdout.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libtoolcommon_la-tool-common.lo `test -f 'tool-common.c' || echo './'`tool-common.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libtoolcommon_la-tool-config-file-common.lo `test -f 'tool-config-file-common.c' || echo './'`tool-config-file-common.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libtoolcommon_la-tool-cmdline-common.lo `test -f 'tool-cmdline-common.c' || echo './'`tool-cmdline-common.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libtoolcommon_la-tool-daemon-common.lo `test -f 'tool-daemon-common.c' || echo './'`tool-daemon-common.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libtoolcommon_la-tool-event-common.lo `test -f 'tool-event-common.c' || echo './'`tool-event-common.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libtoolcommon_la-tool-hostrange-common.lo `test -f 'tool-hostrange-common.c' || echo './'`tool-hostrange-common.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libtoolcommon_la-tool-oem-common.lo `test -f 'tool-oem-common.c' || echo './'`tool-oem-common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c tool-cmdline-common.c  -fPIC -DPIC -o .libs/libtoolcommon_la-tool-cmdline-common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c pstdout.c  -fPIC -DPIC -o .libs/libtoolcommon_la-pstdout.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c tool-hostrange-common.c  -fPIC -DPIC -o .libs/libtoolcommon_la-tool-hostrange-common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c tool-daemon-common.c  -fPIC -DPIC -o .libs/libtoolcommon_la-tool-daemon-common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c tool-event-common.c  -fPIC -DPIC -o .libs/libtoolcommon_la-tool-event-common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c tool-config-file-common.c  -fPIC -DPIC -o .libs/libtoolcommon_la-tool-config-file-common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c tool-common.c  -fPIC -DPIC -o .libs/libtoolcommon_la-tool-common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c tool-oem-common.c  -fPIC -DPIC -o .libs/libtoolcommon_la-tool-oem-common.o
tool-config-file-common.c: In function '_config_file_bool':
tool-config-file-common.c:81:8: error: expected identifier or '(' before 'bool'
   81 |   int *bool;
      |        ^~~~
tool-config-file-common.c:87:8: error: expected identifier or '(' before '=' token
   87 |   bool = (int *)option_ptr;
      |        ^
tool-config-file-common.c:88:4: error: expected expression before 'bool'
   88 |   *bool = data->boolval;
      |    ^~~~
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../config  -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o libtoolcommon_la-tool-sdr-cache-common.lo `test -f 'tool-sdr-cache-common.c' || echo './'`tool-sdr-cache-common.c
make[3]: *** [Makefile:557: libtoolcommon_la-tool-config-file-common.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../config -I../../common/miscutil -I../../common/parsecommon -I../../common/portability -I../../libipmidetect -I../../libfreeipmi/include -I../../libfreeipmi/include -D_REENTRANT -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/freeipmi-1.6.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c tool-sdr-cache-common.c  -fPIC -DPIC -o .libs/libtoolcommon_la-tool-sdr-cache-common.o
make[3]: Leaving directory '/build/reproducible-path/freeipmi-1.6.15/common/toolcommon'
make[2]: *** [Makefile:445: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/freeipmi-1.6.15/common'
make[1]: *** [Makefile:611: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/freeipmi-1.6.15'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:14: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

#1096654#12
Date:
2025-09-06 09:50:11 UTC
From:
To:
Hello,

Bug #1096654 in freeipmi reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/debian/freeipmi/-/commit/39a001db9aa16e49e07a5df7286a771e71c63e6f
------------------------------------------------------------------------
d/patches: add one upstream fix

toolcommon: fix gcc15 compilation error

Closes: #1096654
------------------------------------------------------------------------

(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1096654

#1096654#19
Date:
2025-09-06 12:52:09 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
freeipmi, 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 1096654@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Fabio Fantoni <fantonifabio@tiscali.it> (supplier of updated freeipmi 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)
Format: 1.8
Date: Sat, 06 Sep 2025 13:40:16 +0200
Source: freeipmi
Architecture: source
Version: 1.6.15-2
Distribution: unstable
Urgency: medium
Maintainer: Fabio Fantoni <fantonifabio@tiscali.it>
Changed-By: Fabio Fantoni <fantonifabio@tiscali.it>
Closes: 1096654
Changes:
 freeipmi (1.6.15-2) unstable; urgency=medium
 .
   * d/patches: add one upstream fix:
     - toolcommon: fix gcc15 compilation error (Closes: #1096654)
Checksums-Sha1:
 8d88f297d6b22a575431f0a62156e46e6b38e3b6 3353 freeipmi_1.6.15-2.dsc
 12fb73f2c6f7ca3bad6f40a35d2266d3c3515340 3464927 freeipmi_1.6.15.orig.tar.gz
 da966792ec57e23ec53fd0250713f3880cbd215e 195 freeipmi_1.6.15.orig.tar.gz.asc
 58f853157fec57cc42ef7a1a5be2274f254669f2 27168 freeipmi_1.6.15-2.debian.tar.xz
 2ee60da94d7c88302a6df2cdeafaa538999a3a02 7107 freeipmi_1.6.15-2_source.buildinfo
Checksums-Sha256:
 51e0d97cea60e7dfb3d904137b423065e69bb21204052f3093198aaa44fb91dd 3353 freeipmi_1.6.15-2.dsc
 d6929c354639f5ce75b5b1897e8b366eb63625c23e5c4590a7aea034fe2b8caf 3464927 freeipmi_1.6.15.orig.tar.gz
 8908cd063893ae7598ff53491f08c7e220697c3d33dd7954e20a6e6f50a3f394 195 freeipmi_1.6.15.orig.tar.gz.asc
 2a6130fddc1a383339d86abe880051a71a77c032b1a3014b524655388e98ca26 27168 freeipmi_1.6.15-2.debian.tar.xz
 d26b20fa25718be4aa8986787c725de8a6830ea7193557155e85b20117f5d680 7107 freeipmi_1.6.15-2_source.buildinfo
Files:
 bb014fceda1f2a0435879659590589eb 3353 admin optional freeipmi_1.6.15-2.dsc
 6e1ef02a754e0aabf5f25d83c825d7c6 3464927 admin optional freeipmi_1.6.15.orig.tar.gz
 96ca03646c8b3d112a2a76ccc5188bec 195 admin optional freeipmi_1.6.15.orig.tar.gz.asc
 c0f77b8f066ea9b19cd754544eb4b09d 27168 admin optional freeipmi_1.6.15-2.debian.tar.xz
 ad4b78ad68c409fe383755906c6e7259 7107 admin optional freeipmi_1.6.15-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEELEHRfLe4S9D5+1GzaAZorpB/EB0FAmi8HfEACgkQaAZorpB/
EB2S1A/8DxyXEi/fcNweY5BZMtTR3E6Q0Gqc2fWanWr7TAQWqf3JrRO+AJnMcdH5
NZjXfKw+1nlEYxH2Ljj5C1FGp0h3Z2kHTYN3m06w/W8PJe2rwhhSWru5c6kV26AY
rsuxwZSd4NdybX5glreqI46j46HHj68+nb23Gkmv42zvmEZvvPNcX0MuzgsrYnOk
pbahJOK6iXkQ6VGxC0JxCfzmbyXMNKH0XfqUeywyZ+ymtsy+KZClG542OhktzCtC
bSaeaBA1iMvQyNb9tAYXX34GkI6fXhs86R25YqU1iMtigDpXqIrtutpFxX3YqVqQ
LJ0R0KguhwO4Ft2Z8iVpJkJ3Ji7ZH9ZT0wufy1gXtu0kDBUf7CktZYDwZCSmx+vp
Dglton0JM2zEpghMEteMDGrWxpJP6DmfBd1dNW684z8mSJT6nZ7SHf0YhVIiaY6G
sAh3+EB/JkQaCZ24CrKMtRsLyKrPEBYOMZAhZlkxHakro96BNV7wz43yfsOZF3w0
f6Gv1+DbO/osgVu12kerbUT33cGOGM71H245pziARaGQt7nEvuM8vNuUzEu7osvs
mHJFlWZjJWJj6k8o2nQ6sQK3E+39K6AfB5sLpoycbDPFBg0p5cC1DJuApN0yYWwW
Qrrb9WbueXHhiSyhURGMCq21yKDg3rQrdDpjka2d10WVi/XFZIY=
=AE+X
-----END PGP SIGNATURE-----