Package: ns2 / 2.35+dfsg-9

Metadata

Package Version Patches format
ns2 2.35+dfsg-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 install indep utils.diff.patch | (download)

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

 install-indep-utils.diff


0002 tclcl header move.patch.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
configure | 3 2 + 1 - 0 !
indep-utils/cmu-scen-gen/setdest/Makefile.in | 2 1 + 1 - 0 !
packmime/packmime_OL.h | 2 1 + 1 - 0 !
tools/queue-monitor.h | 14 0 + 14 - 0 !
5 files changed, 5 insertions(+), 18 deletions(-)

 tclcl-header-move.patch


0003 fix gcc 4.7 ftbfs.patch.patch | (download)

linkstate/ls.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix-gcc-4.7-ftbfs.patch


0004 correct paths in examples.patch | (download)

tcl/ex/asym/asym-test-2.tcl | 2 1 + 1 - 0 !
tcl/ex/tcp-fs/drop.awk | 2 1 + 1 - 0 !
tcl/ex/tcp-fs/inst-thruput.awk | 2 1 + 1 - 0 !
tcl/ex/tcp-fs/process.awk | 2 1 + 1 - 0 !
tcl/ex/tcp-fs/resptime.awk | 2 1 + 1 - 0 !
tcl/ex/tcp-fs/run-fs-asym.tcl | 2 1 + 1 - 0 !
tcl/ex/tcp-fs/run.tcl | 2 1 + 1 - 0 !
tcl/ex/tcp-fs/thruput.awk | 2 1 + 1 - 0 !
tcl/session/scaling-tree.tcl | 2 1 + 1 - 0 !
9 files changed, 9 insertions(+), 9 deletions(-)

 correct paths in examples


0005 fix for multiarch tcltk.patch | (download)

conf/configure.in.tcl | 1 1 + 0 - 0 !
conf/configure.in.tk | 4 3 + 1 - 0 !
configure | 5 4 + 1 - 0 !
3 files changed, 8 insertions(+), 2 deletions(-)

---
0006 hack for tcl8.6.patch | (download)

configure | 1 1 + 0 - 0 !
configure.in | 3 3 + 0 - 0 !
pushback/ident-tree.h | 2 1 + 1 - 0 !
webcache/pagepool.cc | 2 1 + 1 - 0 !
4 files changed, 6 insertions(+), 2 deletions(-)

---
0007 fix build with gcc6.patch | (download)

bitmap/play.xbm | 2 1 + 1 - 0 !
mdart/mdart_adp.cc | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix build with gcc-6
0008 fix build with gcc11.patch | (download)

tcp/tcp-fack.cc | 2 1 + 1 - 0 !
tcp/tcp-fs.cc | 6 3 + 3 - 0 !
tcp/tcp-linux.cc | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 fix build with gcc-11
0009 fix build with gcc14.patch | (download)

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

 fix build with gcc-14
 Using GCC-14, and without this patch, the compiler may not find the
 correct type of RANDOM_RETURN_TYPE from the system, which may result
 in a compilation failure.
0010 rootless.patch | (download)

indep-utils/cmu-scen-gen/setdest/Makefile.in | 4 2 + 2 - 0 !
indep-utils/webtrace-conv/dec/Makefile.in | 2 1 + 1 - 0 !
indep-utils/webtrace-conv/epa/Makefile.in | 2 1 + 1 - 0 !
indep-utils/webtrace-conv/nlanr/Makefile.in | 2 1 + 1 - 0 !
indep-utils/webtrace-conv/ucb/Makefile.in | 2 1 + 1 - 0 !
5 files changed, 6 insertions(+), 6 deletions(-)

---
0011 remove check makefile newer.patch | (download)

Makefile.in | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

 remove the modification time check between makefile.in and makefile
 As Makefile.in has patches applied in the build process, it will fail without
 this patch in a second build.
0012 check makeflags in distclean recursive.patch | (download)

Makefile.in | 11 10 + 1 - 0 !
1 file changed, 10 insertions(+), 1 deletion(-)

 check makeflags before running `rm` in distclean-recursive
 Debhelper command dh_auto_clean run "make -s -n (dry-run opt) distclean"
 before running "make distclean". Without this patch, when the first make
 runs, some Makefiles will be removed, and then when running the second make,
 some compiled files will not be removed, causing a failure in the build
 process.
0013 add placeholders to flags.patch | (download)

Makefile.in | 1 1 + 0 - 0 !
indep-utils/cmu-scen-gen/setdest/Makefile.in | 9 6 + 3 - 0 !
indep-utils/webtrace-conv/dec/Makefile.in | 6 4 + 2 - 0 !
indep-utils/webtrace-conv/epa/Makefile.in | 6 4 + 2 - 0 !
indep-utils/webtrace-conv/nlanr/Makefile.in | 6 4 + 2 - 0 !
indep-utils/webtrace-conv/ucb/Makefile.in | 6 4 + 2 - 0 !
6 files changed, 23 insertions(+), 11 deletions(-)

 add placeholders to cflags and ldflags flags for hardening