Your message dated Fri, 16 Aug 2019 13:05:53 +0000
with message-id <e1hybvv-000hhs...@fasolo.debian.org>
and subject line Bug#925770: fixed in lldpad 1.0.1+git20190520.5b9c9b3-1
has caused the Debian Bug report #925770,
regarding lldpad: ftbfs with GCC-9
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.)


-- 
925770: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925770
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lldpad
Version: 1.0.1+git20180808.4e642bd-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/lldpad_1.0.1+git20180808.4e642bd-1_unstable_gcc9.log
The last lines of the build log are at the end of this report.

To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for inline... inline
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... (cached) yes
checking for int16_t... yes
checking for int32_t... yes
checking for int8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/version.h
config.status: creating lldpad.spec
config.status: creating lldpad.pc
config.status: creating liblldp_clif.pc
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
   dh_auto_build -a
        make -j4
make[1]: Entering directory '/<<BUILDDIR>>/lldpad-1.0.1+git20180808.4e642bd'
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" 
-DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_SOCKET_H=1 -DHA
 VE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra 
-Wformat=2  -I/usr/include/libnl3 -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/lldpad-1.0.1+git20180808.4e642bd=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o lldpad.o 
lldpad.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" 
-DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_SOCKET_H=1 -DHA
 VE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra 
-Wformat=2  -I/usr/include/libnl3 -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/lldpad-1.0.1+git20180808.4e642bd=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o config.o 
config.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" 
-DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_SOCKET_H=1 -DHA
 VE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra 
-Wformat=2  -I/usr/include/libnl3 -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/lldpad-1.0.1+git20180808.4e642bd=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o lldp_dcbx_nl.o 
lldp_dcbx_nl.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" 
-DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_SOCKET_H=1 -DHA
 VE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra 
-Wformat=2  -I/usr/include/libnl3 -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/lldpad-1.0.1+git20180808.4e642bd=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o ctrl_iface.o 
ctrl_iface.c
In file included from /usr/include/string.h:494,
                 from lldp_dcbx_nl.c:29:
In function 'strncpy',
    inlined from 'get_dcb_numtcs' at lldp_dcbx_nl.c:564:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: 
'__builtin_strncpy' specified bound 16 equals destination size 
[-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" 
-DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_SOCKET_H=1 -DHA
 VE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra 
-Wformat=2  -I/usr/include/libnl3 -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/lldpad-1.0.1+git20180808.4e642bd=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o event_iface.o 
event_iface.c
gcc -DPACKAGE_NAME=\"lldpad\" -DPACKAGE_TARNAME=\"lldpad\" 
-DPACKAGE_VERSION=\"1.0.1\" -DPACKAGE_STRING=\"lldpad\ 1.0.1\" 
-DPACKAGE_BUGREPORT=\"lldp-de...@open-lldp.org\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"lldpad\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ALARM=1 -DHAVE_GETTIMEOFDAY=1 
-DHAVE_INET_NTOA=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 
-DHAVE_MKDIR=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SOCKET=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 
-DHAVE_STRNCASECMP=1 -DHAVE_STRPBRK=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 
-DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_UNAME=1 -DHAVE_ARPA_INET_H=1 
-DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_NETDB_H=1 
-DHAVE_NETINET_IN_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_SOCKET_H=1 -DHA
 VE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CHOWN=1 
-DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 
-DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -I.  -I./include -DSYSCONFDIR="\"/etc\"" 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra 
-Wformat=2  -I/usr/include/libnl3 -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/lldpad-1.0.1+git20180808.4e642bd=. 
-fstack-protector-strong -Wformat -Werror=format-security -c -o eloop.o eloop.c
In file included from /usr/include/string.h:494,
                 from event_iface.c:36:
In function 'strncpy',
    inlined from 'event_if_decode_rta' at event_iface.c:80:3,
    inlined from 'event_if_decode_nlmsg' at event_iface.c:260:4,
    inlined from 'event_if_process_recvmsg' at event_iface.c:334:2,
    inlined from 'event_iface_receive' at event_iface.c:412:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error: 
'__builtin_strncpy' specified bound 16 equals destination size 
[-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:1150: lldp_dcbx_nl.o] Error 1
make[1]: *** Waiting for unfinished jobs....
cc1: all warnings being treated as errors
make[1]: *** [Makefile:1150: event_iface.o] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/lldpad-1.0.1+git20180808.4e642bd'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:12: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: lldpad
Source-Version: 1.0.1+git20190520.5b9c9b3-1

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

Debian distribution maintenance software
pp.
Valentin Vidic <vvi...@debian.org> (supplier of updated lldpad 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: Fri, 16 Aug 2019 14:50:08 +0200
Source: lldpad
Architecture: source
Version: 1.0.1+git20190520.5b9c9b3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian FCoE Maintainers <team+f...@tracker.debian.org>
Changed-By: Valentin Vidic <vvi...@debian.org>
Closes: 925770
Changes:
 lldpad (1.0.1+git20190520.5b9c9b3-1) unstable; urgency=medium
 .
   * New upstream version 1.0.1+git20190520.5b9c9b3 (Closes: #925770)
   * Refresh patches for new upstream version
   * Update upstream homepage to github
   * Update my email address
   * Use Multi-Arch: no for lldpad-dev
   * Fix hardening warning reported by blhc
   * Update Standards-Version to 4.4.0
   * Update watch url to check github releases
   * Add Build-Depends-Package: lldpad-dev to symbols file
Checksums-Sha1:
 ea2be65b58ed6a07a272536fcb7d88313ad7905b 2319 
lldpad_1.0.1+git20190520.5b9c9b3-1.dsc
 b78827d4e0e336743bb543c27cbf1f527b313b45 433348 
lldpad_1.0.1+git20190520.5b9c9b3.orig.tar.gz
 6ce38a8cce805514f2484fffdf421482bb637cfe 9588 
lldpad_1.0.1+git20190520.5b9c9b3-1.debian.tar.xz
 491b39d462c18db97bde793b4dc27885b5f2ef1c 5380 
lldpad_1.0.1+git20190520.5b9c9b3-1_source.buildinfo
Checksums-Sha256:
 05dfdf06eee017f58b351783be521b3fc3185d026de1cdb569d9106836fe58ad 2319 
lldpad_1.0.1+git20190520.5b9c9b3-1.dsc
 5a718866aac3f77564004f13afed18ed4a89677fb4361c50793dc6c03768eb75 433348 
lldpad_1.0.1+git20190520.5b9c9b3.orig.tar.gz
 81eb0268a419271ce2df60da3ac5e36d7fcb84ad7d58487e159f401eb80584f4 9588 
lldpad_1.0.1+git20190520.5b9c9b3-1.debian.tar.xz
 308a33b5c388d9ab316958f954ef06cea5f6ff45c7591b073703de6e6a1afdca 5380 
lldpad_1.0.1+git20190520.5b9c9b3-1_source.buildinfo
Files:
 e20baa8eb64b837fa272a7765f68178b 2319 net optional 
lldpad_1.0.1+git20190520.5b9c9b3-1.dsc
 9b47331012e29455c5cdb7cbbe2b69dd 433348 net optional 
lldpad_1.0.1+git20190520.5b9c9b3.orig.tar.gz
 7ad6b5ed3fa1eadb1d1b064b9cf251a6 9588 net optional 
lldpad_1.0.1+git20190520.5b9c9b3-1.debian.tar.xz
 636835b1f5d3bea3b19d0edecec27c0d 5380 net optional 
lldpad_1.0.1+git20190520.5b9c9b3-1_source.buildinfo

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

iQJGBAEBCgAwFiEExaW53cM9k/u2PWfIMofYmpfNqHsFAl1WqKwSHHZ2aWRpY0Bk
ZWJpYW4ub3JnAAoJEDKH2JqXzah72IYQAIav92WWUPtAly4E+7BQzU4kpF7Bbrb5
RNifiVFtxybzz7wzvhcXe0PkxFZ8F1lnIEEemj1AWtzseElhyxzPEVwLTHYvEQqi
/6e6zz3aYksEbE0ALslYXXrtDxSx/7kse88PNKYNE8uUyySMOsHHj9HF2jXOJNV1
BSg4x2QiDHCjg/tcSXnGgYrwoiayBOJmelhQzx3lh8u+iBmP3eAcQAHVyPjJi88r
QrrtiVrF3VuVYNyzh3EA5mUScWQo01c0eKzNbk5sAmL4nob3+21QWAkblBWIc3Pn
xhYFPhfFnbLxlktV30ikFM/Fee2tT0Zoze9XNQ1SkVaWt0X4Mg/ywF+KkA5wXDnL
qBbXYVR05nb0E8O6nF9ESIVS1BoFXQC+TwZsZprUyrZGURztfX772uGuMExpX/Xl
0MuzAZUhFEtVkvGMqdLXTMAzrnyWBVBKi4qp8xpHU2enskP09+c8mf2k1NPERw9o
C61usSytJiDac8z9C2qDGh9NcCG4vQVNesSXk4Qmx3UE6g5w4R07kwg1sMxEPm7A
wXmjmtoHIl1u8ox4hQVg86sTw1aGH52rP8XUC6RYkwlAQ5RFMmli2gMtLmKWUXcx
SaZK0BMfuyMe32Amu87NFwf0f97On/C/XzxriFqSS9mz2tTWKFbmihLfdL5lJZPt
XFrswfttlt98
=nGHa
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to