Package: cdpr / 2.4-2

Metadata

Package Version Patches format
cdpr 2.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Spruced up Makefile.patch | (download)

Makefile | 28 25 + 3 - 0 !
1 file changed, 25 insertions(+), 3 deletions(-)

 spruced up makefile created targets to allow building of debian
 package.


0002 remove pseudo device all from list of interfaces.patch | (download)

cdpr.c | 21 14 + 7 - 0 !
1 file changed, 14 insertions(+), 7 deletions(-)

 remove pseudo-device "all" from list of interfaces the current pcap
 filter does not work with the "all" interface,
 therefore I am removing it. It should also close Debian bug #527245.


0003 comment out CFLAGS to allow dpkg buildflags to set C.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 comment out cflags to allow dpkg-buildflags to set cflags

Let dh set the CFLAGS from dpkg-buildflags for hardening.

0004 fix ftbs with ld as needed closes 632665.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix ftbs with ld --as-needed, closes #632665

Thanks Julian Taylor <jtaylor.debian@googlemail.com> for the patch!

0005 Simplify Makefile add CPPFLAGS for hardening also cl.patch | (download)

Makefile | 12 3 + 9 - 0 !
1 file changed, 3 insertions(+), 9 deletions(-)

 simplify makefile, add cppflags for hardening, also closes #901066

Use variables to simplify Makefile.

Add $(CPPFLAGS) to the compiling step to allow for hardening.

Use compiler variable $(CC) to close #901066 (cdpr FTCBFS: upstream
Makefile hard codes build architecture compiler gcc).

Thanks Helmut Grohne <helmut@subdivi.de> for the patch!