Package: ns3 / 3.47-1

Metadata

Package Version Patches format
ns3 3.47-1 3.0 (quilt)

Patch series

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

build-support/custom-modules/ns3-module-macros.cmake | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
imagemagick_policy.diff | (download)

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 package, so we don't
 need the overly protective restrictions used in ImageMagick by default.
0005 Ensure that the version cache is not accidentally ig.patch | (download)

build-support/custom-modules/ns3-versioning.cmake | 13 0 + 13 - 0 !
1 file changed, 13 deletions(-)

 ensure that the version cache is not accidentally ignored

Upstream attempts to build up version information using git. It seems
that this information can take precedence over the manually filled
cache, so don't do this.

no rpath | (download)

build-support/custom-modules/ns3-cmake-package.cmake | 13 0 + 13 - 0 !
1 file changed, 13 deletions(-)

 remove any rpath manipulation
 There is no need for this, as explained in the custom-library-search-path lintian tag.
 These manipulation are particularly useless as they add standard paths
 to the rpath. The only potential effect is to mess with multilib
 system-wide settings
By: Martin Quinson