dpkg/dpkg.patch

Thu, 04 Oct 2012 20:30:05 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Oct 2012 20:30:05 +0200
changeset 715
c10fb90893b9
parent 49
3ca9c03168f4
permissions
-rw-r--r--

Correct out of date build configuration, porting to Solaris 11 network
link infrastructure and new libpcap logic. This additionally allows for
device drivers in subdirectories of /dev. Correct packaged nmap
personalities and signatures to work out of the box. Finally, hack
arpd logic to properly close sockets and quit on TERM by repeating
signaling in the run command script. Sadly, all this fails to correct
the run time behaviour of honeyd which fails to bind to the IP layer.

michael@626 1 Index: configure
michael@626 2 --- configure.orig 2012-03-19 08:58:04.000000000 +0100
michael@626 3 +++ configure 2012-03-20 08:27:36.000000000 +0100
michael@626 4 @@ -10918,7 +10918,7 @@
michael@626 5 WFLAGS="-Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers \
michael@626 6 -Wmissing-declarations -Wmissing-format-attribute \
michael@626 7 -Wformat-security -Wpointer-arith \
michael@626 8 - -Wvla -Winit-self -Wwrite-strings -Wcast-align -Wshadow"
michael@626 9 + -Winit-self -Wwrite-strings -Wcast-align -Wshadow"
michael@626 10 WCFLAGS="-Wdeclaration-after-statement -Wnested-externs -Wbad-function-cast \
michael@626 11 -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition"
michael@626 12 # Temporarily here until #542031 gets fixed in ncurses
michael@626 13 Index: lib/dpkg/dpkg-db.h
michael@626 14 --- lib/dpkg/dpkg-db.h.orig 2012-03-19 08:56:40.000000000 +0100
michael@626 15 +++ lib/dpkg/dpkg-db.h 2012-03-20 08:27:36.000000000 +0100
michael@626 16 @@ -27,6 +27,7 @@
michael@49 17
michael@626 18 #include <stdbool.h>
michael@626 19 #include <stdio.h>
michael@626 20 +#include <stdarg.h>
michael@49 21
michael@626 22 #include <dpkg/macros.h>
michael@626 23 #include <dpkg/varbuf.h>
michael@626 24 Index: man/Makefile.in
michael@626 25 --- man/Makefile.in.orig 2012-03-19 08:58:07.000000000 +0100
michael@626 26 +++ man/Makefile.in 2012-03-20 08:27:36.000000000 +0100
michael@626 27 @@ -636,12 +636,12 @@
michael@49 28
michael@49 29
michael@626 30 # If the user has not defined it let's use the default.
michael@626 31 -LINGUAS ?= $(LINGUAS_DIST)
michael@626 32 +LINGUAS =
michael@49 33
michael@626 34 all-local: all-local-@USE_PO4A@
michael@49 35
michael@49 36 all-local-no:
michael@49 37 -all-local-yes: man.stamp
michael@49 38 +all-local-yes:
michael@49 39
michael@49 40 # FIXME: Use a stamp file until po4a supports them internally.
michael@49 41 man.stamp:

mercurial