Package: getdns / 1.6.0-3.2

Metadata

Package Version Patches format
getdns 1.6.0-3.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 avoid phoning home to creativecommons.org when readi.patch | (download)

spec/index.html | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 avoid phoning home to creativecommons.org when reading docs


0002 fix typo.patch | (download)

doc/getdns_general.3.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix typo


0003 Fix install path for cmake build since we use GNUIns.patch | (download)

CMakeLists.txt | 20 10 + 10 - 0 !
getdns.pc.in | 6 3 + 3 - 0 !
getdns_ext_event.pc.in | 6 3 + 3 - 0 !
3 files changed, 16 insertions(+), 16 deletions(-)

 fix install path for cmake build since we use gnuinstalldirs

So we use install path below since cmake v3.0 [1]:
 - CMAKE_INSTALL_LIBDIR
 - CMAKE_INSTALL_INCLUDEDIR

[1] https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html

0004 Fix stubby.yml install path for debian.patch | (download)

stubby/CMakeLists.txt | 10 1 + 9 - 0 !
1 file changed, 1 insertion(+), 9 deletions(-)

 fix stubby.yml install path for debian


0005 Fix FindLibidn2 cmake.patch | (download)

cmake/modules/FindLibidn2.cmake | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix findlibidn2.cmake
0006 Fix incorrect assertion.patch | (download)

src/test/check_getdns_dict_set_bindata.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix incorrectly-written assertion breaking builds with gcc-14.
 An assertion in test code was written incorrectly in a way that would always
 succeed. This patch was independently developed to fix the Debian build but
 the bug is also fixed as part of a larger patch fixing compiler warnings
 upstream and is present in v1.7.0~rc.1 onwards. Importing the latest
 upstream release will obviate the need for this patch.