diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 16:17:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-18 16:17:03 +0000 |
commit | 50bb8bad33b36aa4ffa88d036b971abb8b5afd8b (patch) | |
tree | 7a137c9c6998c7d2debd91341156b18ccec420dc | |
parent | Releasing progress-linux version 1:0.5.48-1~progress7.99u1. (diff) | |
download | libhtp-50bb8bad33b36aa4ffa88d036b971abb8b5afd8b.tar.xz libhtp-50bb8bad33b36aa4ffa88d036b971abb8b5afd8b.zip |
Merging debian version 1:0.5.48-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/libhtp2.symbols | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a46fdaf..f7d8387 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libhtp (1:0.5.48-2) unstable; urgency=medium + + * Remove private functions strlcat/strlcpy from symbols file. + Closes: #1071324 + + -- Sascha Steinbiss <satta@debian.org> Sat, 18 May 2024 13:56:29 +0200 + libhtp (1:0.5.48-1~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/libhtp2.symbols b/debian/libhtp2.symbols index bf4b892..83f3e0b 100644 --- a/debian/libhtp2.symbols +++ b/debian/libhtp2.symbols @@ -392,5 +392,3 @@ libhtp.so.2 libhtp2 #MINVER# htp_utf8_validate_path@Base 0.5.16 htp_validate_hostname@Base 0.5.16 lzma_Alloc@Base 0.5.31 - strlcat@Base 0.5.24+1git0439eed - strlcpy@Base 0.5.24+1git0439eed |