Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
Dnsmasq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Dnsmasq
Commits
30e4a944
Commit
30e4a944
authored
Feb 16, 2018
by
Simon Kelley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debian package: add dnsmasq-base-lua binary package.
parent
232a8f35
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
165 additions
and
113 deletions
+165
-113
.gitignore
.gitignore
+2
-3
debian/changelog
debian/changelog
+4
-3
debian/control
debian/control
+13
-0
debian/rules
debian/rules
+146
-107
No files found.
.gitignore
View file @
30e4a944
...
@@ -7,9 +7,8 @@ src/.copts_*
...
@@ -7,9 +7,8 @@ src/.copts_*
contrib/lease-tools/dhcp_lease_time
contrib/lease-tools/dhcp_lease_time
contrib/lease-tools/dhcp_release
contrib/lease-tools/dhcp_release
contrib/lease-tools/dhcp_release6
contrib/lease-tools/dhcp_release6
debian/base/
debian/daemon/
debian/files
debian/files
debian/substvars
debian/substvars
debian/utils-substvars
debian/utils-substvars
debian/utils/
debian/trees/
debian/build/
debian/changelog
View file @
30e4a944
...
@@ -4,13 +4,14 @@ dnsmasq (2.79-1) unstable; urgency=low
...
@@ -4,13 +4,14 @@ dnsmasq (2.79-1) unstable; urgency=low
* Fix trust-anchor regex in init script. (closes: #884347)
* Fix trust-anchor regex in init script. (closes: #884347)
* Fix exit code for dhcp_release6 (closes: #833596)
* Fix exit code for dhcp_release6 (closes: #833596)
* Add project homepage to control file. (closes: #887764)
* Add project homepage to control file. (closes: #887764)
* New binary package dnsmasq-base-lua, includes Lua support.
-- Simon Kelley <simon@thekelleys.org.uk>
Thu, 8 Feb 2018 21:27
:22 +0000
-- Simon Kelley <simon@thekelleys.org.uk>
Fri, 16 Feb 2018 19:54
:22 +0000
dnsmasq (2.78-3) unstable; urgency=high
dnsmasq (2.78-3) unstable; urgency=high
* Make failure of pidfile chown a warning. (closes: #889857)
* Make failure of pidfile chown a warning. (closes: #889857)
-- Simon Kelley <simon@thekelleys.org.uk> Thu, 8 Feb 2018 21:26:30 +0000
-- Simon Kelley <simon@thekelleys.org.uk> Thu, 8 Feb 2018 21:26:30 +0000
dnsmasq (2.78-2) unstable; urgency=high
dnsmasq (2.78-2) unstable; urgency=high
...
@@ -23,7 +24,7 @@ dnsmasq (2.78-1) unstable; urgency=high
...
@@ -23,7 +24,7 @@ dnsmasq (2.78-1) unstable; urgency=high
* New upstream.
* New upstream.
Security fixes for CVE-2017-13704 (closes: #877102)
Security fixes for CVE-2017-13704 (closes: #877102)
Security fixes for CVE-2017-14491 - CVE-2017-14496 inclusive.
Security fixes for CVE-2017-14491 - CVE-2017-14496 inclusive.
-- Simon Kelley <simon@thekelleys.org.uk> Sun, 29 Sep 2017 21:34:00 +0000
-- Simon Kelley <simon@thekelleys.org.uk> Sun, 29 Sep 2017 21:34:00 +0000
...
...
debian/control
View file @
30e4a944
...
@@ -35,6 +35,19 @@ Description: Small caching DNS proxy and DHCP/TFTP server
...
@@ -35,6 +35,19 @@ Description: Small caching DNS proxy and DHCP/TFTP server
not the infrastructure required to run it as a system daemon. For
not the infrastructure required to run it as a system daemon. For
that, install the dnsmasq package.
that, install the dnsmasq package.
Package: dnsmasq-base-lua
Architecture: any
Depends: adduser, ${shlibs:Depends}
Breaks: dnsmasq (<< 2.63-1~)
Replaces: dnsmasq (<< 2.63-1~)
Recommends: dns-root-data
Provides: dnsmasq-base
Description: Small caching DNS proxy and DHCP/TFTP server
This package contains the dnsmasq executable and documentation, but
not the infrastructure required to run it as a system daemon. For
that, install the dnsmasq package. This package is an alternative
to dnsmasq-base which includes the LUA interpreter.
Package: dnsmasq-utils
Package: dnsmasq-utils
Architecture: linux-any
Architecture: linux-any
Depends: ${shlibs:Depends}
Depends: ${shlibs:Depends}
...
...
debian/rules
View file @
30e4a944
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment