Your message dated Tue, 29 Oct 2024 13:52:56 +0000
with message-id <e1t5mew-006wxk...@fasolo.debian.org>
and subject line Bug#1075269: fixed in mhash 0.9.9.9-10
has caused the Debian Bug report #1075269,
regarding mhash: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)


-- 
1075269: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075269
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mhash
Version: 0.9.9.9-9
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/mhash_0.9.9.9-9_unstable_gccexp.log
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
stdfns.c: In function ‘mutils_memcpy’:
stdfns.c:247:26: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  247 |         if ((n < 16) || ((mutils_word32)ptr1 & 0x3) || 
((mutils_word32)ptr2
      |                          ^
stdfns.c:247:57: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  247 |         if ((n < 16) || ((mutils_word32)ptr1 & 0x3) || 
((mutils_word32)ptr2
      |                                                         ^
stdfns.c: In function ‘mutils_word32nswap’:
stdfns.c:327:13: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  327 |         if ((mutils_word32)x & 0x3)
      |             ^
stdfns.c: In function ‘mutils_memmove’:
stdfns.c:382:26: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  382 |         if ((n < 16) || ((mutils_word32)dest & 0x3) || 
((mutils_word32)src & 0x3))
      |                          ^
stdfns.c:382:57: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  382 |         if ((n < 16) || ((mutils_word32)dest & 0x3) || 
((mutils_word32)src & 0x3))
      |                                                         ^
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c keygen_hex.c -o keygen_hex.o 
>/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c keygen_asis.c -o keygen_asis.o 
>/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c keygen_mcrypt.c -o keygen_mcrypt.o 
>/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c keygen.c -o keygen.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c keygen_s2k.c -o keygen_s2k.o 
>/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include/mutils  -I../include -DMHASH_ROBUST -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
adler32.lo adler32.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c crc32.c -o crc32.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include/mutils  -I../include -DMHASH_ROBUST -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
md2.lo md2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c adler32.c  -fPIC -DPIC -o 
.libs/adler32.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include/mutils  -I../include -DMHASH_ROBUST -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
md4.lo md4.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c mhash.c -o mhash.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c stdfns.c -o stdfns.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include/mutils  -I../include -DMHASH_ROBUST -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
md5.lo md5.c
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include/mutils  -I../include -DMHASH_ROBUST -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
ripemd.lo ripemd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c md2.c  -fPIC -DPIC -o .libs/md2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c md4.c  -fPIC -DPIC -o .libs/md4.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include/mutils  -I../include -DMHASH_ROBUST -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
sha1.lo sha1.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c adler32.c -o adler32.o >/dev/null 
2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c md5.c  -fPIC -DPIC -o .libs/md5.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c ripemd.c  -fPIC -DPIC -o 
.libs/ripemd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c sha1.c  -fPIC -DPIC -o .libs/sha1.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c md2.c -o md2.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include/mutils  -I../include -DMHASH_ROBUST -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
sha256_sha224.lo sha256_sha224.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c md4.c -o md4.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include/mutils  -I../include -DMHASH_ROBUST -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
sha512_sha384.lo sha512_sha384.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c sha256_sha224.c  -fPIC -DPIC -o 
.libs/sha256_sha224.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include/mutils  -I../include -DMHASH_ROBUST -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
tiger.lo tiger.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c md5.c -o md5.o >/dev/null 2>&1
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include/mutils  -I../include -DMHASH_ROBUST -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
tiger_sboxes.lo tiger_sboxes.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c sha512_sha384.c  -fPIC -DPIC -o 
.libs/sha512_sha384.o
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../include/mutils  -I../include -DMHASH_ROBUST -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c -o 
haval.lo haval.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c tiger.c  -fPIC -DPIC -o .libs/tiger.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c tiger_sboxes.c  -fPIC -DPIC -o 
.libs/tiger_sboxes.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c haval.c  -fPIC -DPIC -o .libs/haval.o
tiger.c: In function ‘tiger_final’:
tiger.c:257:30: error: initialization of ‘uint8_t *’ {aka ‘unsigned char *’} 
from incompatible pointer type ‘uint64_t *’ {aka ‘long unsigned int *’} 
[-Wincompatible-pointer-types]
  257 |         mutils_word8 *temp = temp_64bit;
      |                              ^~~~~~~~~~
make[2]: *** [Makefile:510: tiger.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c tiger_sboxes.c -o tiger_sboxes.o 
>/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c sha1.c -o sha1.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c sha256_sha224.c -o sha256_sha224.o 
>/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c sha512_sha384.c -o sha512_sha384.o 
>/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c ripemd.c -o ripemd.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include 
-DMHASH_ROBUST -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c haval.c -o haval.o >/dev/null 2>&1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[1]: *** [Makefile:479: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: mhash
Source-Version: 0.9.9.9-10
Done: Barak A. Pearlmutter <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mhash, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barak A. Pearlmutter <b...@debian.org> (supplier of updated mhash 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 28 Oct 2024 14:59:50 +0000
Source: mhash
Architecture: source
Version: 0.9.9.9-10
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter <b...@debian.org>
Changed-By: Barak A. Pearlmutter <b...@debian.org>
Closes: 777190 1048670 1075269
Changes:
 mhash (0.9.9.9-10) unstable; urgency=low
 .
   * Use secure URI in Homepage field.
   * Update standards version to 4.7.0, no changes needed.
   * Clean mhash.pc (closes: #1048670)
   * Patches:
     - mv configure.in to configure.ac and autoupdate
     - explicit pointer cast (closes: 1075269)
     - call a callback that needs to be called (closes: #777190)
Checksums-Sha1:
 8820039692915dca07978aa395eef895749be625 1906 mhash_0.9.9.9-10.dsc
 8bc24974cf2d157f124fc0eec06a2e42bd628ff1 14164 mhash_0.9.9.9-10.debian.tar.xz
 64a46637be1d5e6f58e302b8d59e9b6476db98fb 6322 mhash_0.9.9.9-10_source.buildinfo
Checksums-Sha256:
 68bf81dfb7a09525fcf6796643003a42316a508b5093c09feb052845f43586d4 1906 
mhash_0.9.9.9-10.dsc
 91efce20f169dfa49dae267d25dc5a565552d466c822cc8d721d5e1166c36a8e 14164 
mhash_0.9.9.9-10.debian.tar.xz
 0f8780c5bd74dc1329f426571aa6e7ea9e00180c61dad85eff8e959269424c33 6322 
mhash_0.9.9.9-10_source.buildinfo
Files:
 9d9c6319b47c6dba220bcda5cf117be7 1906 libs optional mhash_0.9.9.9-10.dsc
 afa9c90bfa0ca6f0a69763cc3be8154f 14164 libs optional 
mhash_0.9.9.9-10.debian.tar.xz
 c6ed90eda66a12d3bc10dbe578f496f6 6322 libs optional 
mhash_0.9.9.9-10_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEE+nZaz+JE7Dn2AefCmesepNIze4gFAmcgoVcPHGJhcEBkZWJp
YW4ub3JnAAoJEJnrHqTSM3uIYpAQAJ9R2vcrNT2QEjjcRhFX/drmE2eGcv11N2An
YIA8APYYBOyBLQu2wgZ4l2fgboi/mC7lfXwUKoUkVrP6TQGkIeEiEHhP8QyLStjo
65qDnEhiw5+wpeapDZ3sccQWnOs8zyrR47L/JFV7Q3A1jfWLPqSE4kTvdGwOP2Ez
V4kUFUvbzw5s4KK9GUBLWwbF65V30GAdAOT7RFNQsJS8k5Qqp8TxJnJ1V7ivRHQ4
oAEDATFASM5nqQvm8t5pf1GdwvxaO2mrcZUlQ53ynrhzhC0n9PYj3gZi4m47BX+q
3qD5DDFeTyPKiVPIpCoUDOg1zi0mch6N/WXHLwNt8vypbQ1L7R4udx/taXzKoxux
M4Fo/H/u1knINQUt/eyKGWVSajKwWDcll6rauEBYcfgzrtoV95BgJ1yTV+eVTB7a
DQlTPEMTzXqURczaRgYDZSoZoX3G4OVZlBwTuS/Rd6blCUdQZc0HWo2YZu1Umsbz
9G/5AZGWfXbvL3EXuVzuyuPXs+8P3iEJYrCpRaqaSmeDpsxx6fJ0Vv7yfYshTPHB
BOlfQEa361h3/2zM/EB05q7355FWKTQkHZTrbhy0XQu05O+zZL/hyw6/clvmp/uo
ro7qblxQ/hlLQmCrKkWmZMCTeh7uMpnXwZm0qDVkueoDnTvDVDj9vNEhld8k6OpL
n0Auclvi
=rhGi
-----END PGP SIGNATURE-----

Attachment: pgpArMULzwVML.pgp
Description: PGP signature


--- End Message ---

Reply via email to