Skip to content

Commit

Permalink
dnstable-0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Dec 5, 2023
1 parent 5c20a3b commit 63827af
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 26 deletions.
33 changes: 18 additions & 15 deletions dnstable/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,49 +6,49 @@ querying, and merging dnstable data files.

Runtime requirements:
bash-5.2.15-3
cygwin-3.5.0-0.357.ga13b0b7aea9d
libdnstable-devel-0.13.1-1bl1
libdnstable0-0.13.1-1bl1
cygwin-3.5.0-0.499.gc0d2f3874207
libdnstable-devel-0.13.2-1bl1
libdnstable0-0.13.2-1bl1
libmtbl-devel-1.5.1-1bl1
libmtbl1-1.5.1-1bl1
libwdns1-0.11.0-1bl1
libwdns1-0.12.0-1bl1
libyajl2-2.1.0-1
pkg-config-1.9.5-1
pkg-config-2.1.0-1

Build requirements:
(besides corresponding -devel packages)
asciidoc-10.2.0-1
autoconf-15-1
automake-11-1
binutils-2.40-1
cygport-0.36.6-1
binutils-2.41-3
cygport-0.36.7-1
gcc-core-11.4.0-1
libmtbl-devel-1.5.1-1bl1
libtool-2.4.7-1
libwdns-devel-0.11.0-1bl1
libwdns-devel-0.12.0-1bl1
libyajl-devel-2.1.0-1
make-4.4.1-2

Canonical website:
https://github.com/farsightsec/dnstable

Canonical download:
https://github.com/farsightsec/dnstable/archive/refs/tags/tags/v0.13.1.tar.gz
https://github.com/farsightsec/dnstable/archive/refs/tags/tags/v0.13.2.tar.gz

-------------------------------------------

Build instructions:
1. unpack dnstable-0.13.1-X-src.tar.xz
1. unpack dnstable-0.13.2-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./dnstable-0.13.1-X.cygport all
% cygport ./dnstable-0.13.2-X.cygport all

This will create:
/usr/src/dnstable-0.13.1-X-src.tar.xz
/usr/src/dnstable-0.13.1-X.tar.xz
/usr/src/libdnstable0-0.13.1-X.tar.xz
/usr/src/libdnstable-devel-0.13.1-X.tar.xz
/usr/src/dnstable-0.13.2-X-src.tar.xz
/usr/src/dnstable-0.13.2-X.tar.xz
/usr/src/libdnstable0-0.13.2-X.tar.xz
/usr/src/libdnstable-devel-0.13.2-X.tar.xz

-------------------------------------------

Expand Down Expand Up @@ -86,6 +86,9 @@ Files included in the binary package:

Port Notes:

----- version 0.13.2-1bl1 -----
Version bump.

----- version 0.13.1-1bl1 -----
Version bump.

Expand Down
11 changes: 0 additions & 11 deletions dnstable/dnstable-0.13.1-1bl1.src.patch

This file was deleted.

File renamed without changes.
11 changes: 11 additions & 0 deletions dnstable/dnstable-0.13.2-1bl1.src.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- origsrc/dnstable-tags-v0.13.2/Makefile.am 2023-10-24 02:32:23.000000000 +0900
+++ src/dnstable-tags-v0.13.2/Makefile.am 2023-12-05 22:43:39.504544100 +0900
@@ -13,7 +13,7 @@ AM_CFLAGS = \
$(libwdns_CFLAGS) \
$(libyajl_CFLAGS)

-AM_LDFLAGS =
+AM_LDFLAGS = -no-undefined

USE_LCOV=@USE_LCOV@
LCOV=@LCOV@

0 comments on commit 63827af

Please sign in to comment.