Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (96da6cfd579eb879ccc235cc962ee6aa25815a96)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (96da6cfd579eb879ccc235cc962ee6aa25815a96)
  • Date: Mon, 23 Oct 2017 20:00:57 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

net/dnsmasq/DEPENDS | 1 +
net/dnsmasq/HISTORY | 7 +++++++
net/dnsmasq/PRE_BUILD | 10 ----------
3 files changed, 8 insertions(+), 10 deletions(-)

New commits:
commit 96da6cfd579eb879ccc235cc962ee6aa25815a96
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

dnsmasq: Depends on gmp

Remove PRE_BUILD, seems to break functionality
When using any 'dhcp-' options (e.g. dhcp-range), I get this error:
dnsmasq: unsupported option (check that dnsmasq was compiled with
DHCP/TFTP/DNSSEC/DBus support) at line 157 of /etc/dnsmasq.conf
ALL of those settings were enabled at build-time

diff --git a/net/dnsmasq/DEPENDS b/net/dnsmasq/DEPENDS
index a337688..7f706ce 100755
--- a/net/dnsmasq/DEPENDS
+++ b/net/dnsmasq/DEPENDS
@@ -1,4 +1,5 @@
depends gawk &&
+depends gmp &&
depends pkgconfig &&
optional_depends dbus "-DHAVE_DBUS" "" "DBus configuration support" &&
optional_depends gettext "" "" "for i18n support" &&
diff --git a/net/dnsmasq/HISTORY b/net/dnsmasq/HISTORY
index 432e6aa..168858c 100644
--- a/net/dnsmasq/HISTORY
+++ b/net/dnsmasq/HISTORY
@@ -1,3 +1,10 @@
+2017-10-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on gmp
+ * PRE_BUILD: Removes, seems to break functionality
+ When using any 'dhcp-' options (e.g. dhcp-range), I get this error:
+ dnsmasq: unsupported option (check that dnsmasq was compiled with
DHCP/TFTP/DNSSEC/DBus support) at line 157 of /etc/dnsmasq.conf
+ ALL of those settings were enabled at build-time.
+
2017-10-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.78
SECURITY_PATCH++ fixes muliple CVE
diff --git a/net/dnsmasq/PRE_BUILD b/net/dnsmasq/PRE_BUILD
deleted file mode 100755
index 55b77a2..0000000
--- a/net/dnsmasq/PRE_BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-# relevant flags are set by the Makefile, so delete duplicates
-sed -i \
- -e '/#define HAVE_DBUS/D' \
- -e '/#define HAVE_DHCP/D' \
- -e '/#define HAVE_TFTP/D' \
- -e '/#define HAVE_SCRIPT/D' \
- src/config.h



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (96da6cfd579eb879ccc235cc962ee6aa25815a96), Eric Sandall, 10/23/2017

Archive powered by MHonArc 2.6.24.

Top of Page