Package: ns3 / 3.31+dfsg-3

Metadata

Package Version Patches format
ns3 3.31+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no_rpath_for_mpi.diff | (download)

ns-3.31/src/mpi/wscript | 7 0 + 7 - 0 !
1 file changed, 7 deletions(-)

---
add_vnum_to_shared.diff | (download)

ns-3.31/wscript | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
waf_in_applications_is_not_link.diff | (download)

ns-3.31/src/applications/waf | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
enable_logs.diff | (download)

ns-3.31/wscript | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
fix 32bits.diff | (download)

ns-3.31/src/core/model/cairo-wideint-private.h | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 [patch] core: replace missed uses of i with cairo_i 
 There were a few places in cairo-wideint-private.h where the old I
 temporary define was still used that weren't changed to cairo_I in
 !234.
 .
 Compiling for 32-bit targets is broken right now since they use the
 cairo int64x64 implementation by default (maybe would work using the
 double backend), and even trying to use cairo on a modern 64-bit
 system with recent versions of gcc (8.1.0) and clang (10.0) I got
 compiler errors.
imagemagick_policy.diff | (download)

ns-3.31/doc/models/Makefile | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 override overly strict imagemagick security policy (#987504)
 This patch derives a more permissive ImageMagick security policy from
 the system default.
 .
 The rational is that we trust the content of the ns-3 package, so we
 don't need the overly protective restrictions used in ImageMagick by
 default.