Package: dmitry / 1.3a-8

Metadata

Package Version Patches format
dmitry 1.3a-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
manpage.patch | (download)

docs/dmitry.1 | 88 30 + 58 - 0 !
1 file changed, 30 insertions(+), 58 deletions(-)

 rewrote manual page
missing prototypes.patch | (download)

src/dmitry.c | 1 1 + 0 - 0 !
src/file.c | 2 2 + 0 - 0 !
2 files changed, 3 insertions(+)

 fix building with -werror=implicit-function-declaration
arm64 fix.patch | (download)

src/includes/dmitry.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix arm64 support

CVE 2020 14931.patch | (download)

src/nwhois.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 do not let frmtdbuff overflow in nic_format_buff.
fix format string.patch | (download)

src/nwhois.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix format string bug (#3).
CVE 2017 7938 CVE 2024 31837.patch | (download)

src/dmitry.c | 9 6 + 3 - 0 !
src/iwhois.c | 4 2 + 2 - 0 !
src/mailsearch.c | 9 6 + 3 - 0 !
src/subsearch.c | 7 5 + 2 - 0 !
4 files changed, 19 insertions(+), 10 deletions(-)

 fix handling externally-controlled format strings and buffer overflows
file open return type.patch | (download)

src/includes/iwhois.h | 2 1 + 1 - 0 !
src/includes/mailsearch.h | 2 1 + 1 - 0 !
src/includes/nwhois.h | 2 1 + 1 - 0 !
src/includes/subsearch.h | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 avoid conflicting prototypes for file_open().
1000 gcc 15.patch | (download)

src/dmitry.c | 9 6 + 3 - 0 !
src/file.c | 3 3 + 0 - 0 !
src/includes/dmitry.h | 18 9 + 9 - 0 !
src/includes/dmitrybot.h | 6 3 + 3 - 0 !
src/includes/file.h | 6 3 + 3 - 0 !
src/includes/iwhois.h | 44 22 + 22 - 0 !
src/includes/mailsearch.h | 22 11 + 11 - 0 !
src/includes/netcraft.h | 26 13 + 13 - 0 !
src/includes/nwhois.h | 20 10 + 10 - 0 !
src/includes/output.h | 2 1 + 1 - 0 !
src/includes/portscan.h | 10 5 + 5 - 0 !
src/includes/subsearch.h | 24 12 + 12 - 0 !
src/includes/tcp_sock.h | 20 10 + 10 - 0 !
src/iwhois.c | 15 14 + 1 - 0 !
src/mailsearch.c | 15 10 + 5 - 0 !
src/netcraft.c | 10 8 + 2 - 0 !
src/nwhois.c | 4 4 + 0 - 0 !
src/port_sock.c | 4 2 + 2 - 0 !
src/portscan.c | 3 3 + 0 - 0 !
src/resolve.c | 2 1 + 1 - 0 !
src/subsearch.c | 13 8 + 5 - 0 !
21 files changed, 158 insertions(+), 118 deletions(-)

---