Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
5da5342f
Commit
5da5342f
authored
16 years ago
by
Steven Barth
Browse files
Options
Downloads
Patches
Plain Diff
Updated Dnsmasq to 2.42 (#3498)
SVN-Revision: 11339
parent
3ab62e8a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
package/dnsmasq/Makefile
+2
-2
2 additions, 2 deletions
package/dnsmasq/Makefile
package/dnsmasq/patches/101-ipv6.patch
+4
-5
4 additions, 5 deletions
package/dnsmasq/patches/101-ipv6.patch
package/dnsmasq/patches/102-rtnetlink.patch
+4
-5
4 additions, 5 deletions
package/dnsmasq/patches/102-rtnetlink.patch
with
10 additions
and
12 deletions
package/dnsmasq/Makefile
+
2
−
2
View file @
5da5342f
...
...
@@ -9,12 +9,12 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
dnsmasq
PKG_VERSION
:=
2.4
1
PKG_VERSION
:=
2.4
2
PKG_RELEASE
:=
1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
http://thekelleys.org.uk/dnsmasq
PKG_MD5SUM
:=
b067598c3e9b91819a8be5cb59cbf90e
PKG_MD5SUM
:=
78a23a31a35b8427a8589b76c1ae3ff6
include
$(INCLUDE_DIR)/package.mk
...
...
This diff is collapsed.
Click to expand it.
package/dnsmasq/patches/101-ipv6.patch
+
4
−
5
View file @
5da5342f
Index: dnsmasq-2.40/src/config.h
===================================================================
--- dnsmasq-2.40.orig/src/config.h 2007-06-26 19:16:31.000000000 +0200
+++ dnsmasq-2.40/src/config.h 2007-06-26 19:16:31.000000000 +0200
@@ -281,8 +281,9 @@
diff -ur dnsmasq-2.42.orig/src/config.h dnsmasq-2.42/src/config.h
--- dnsmasq-2.42.orig/src/config.h 2008-06-03 16:38:25.000000000 +0200
+++ dnsmasq-2.42/src/config.h 2008-06-03 16:38:43.000000000 +0200
@@ -322,8 +322,9 @@
/* We assume that systems which don't have IPv6
headers don't have ntop and pton either */
...
...
This diff is collapsed.
Click to expand it.
package/dnsmasq/patches/102-rtnetlink.patch
+
4
−
5
View file @
5da5342f
Index: dnsmasq-2.40/src/netlink.c
===================================================================
--- dnsmasq-2.40.orig/src/netlink.c 2007-06-26 19:16:31.000000000 +0200
+++ dnsmasq-2.40/src/netlink.c 2007-06-26 19:16:31.000000000 +0200
@@ -17,6 +17,10 @@
diff -ur dnsmasq-2.42.orig/src/netlink.c dnsmasq-2.42/src/netlink.c
--- dnsmasq-2.42.orig/src/netlink.c 2008-06-03 16:38:25.000000000 +0200
+++ dnsmasq-2.42/src/netlink.c 2008-06-03 16:41:06.000000000 +0200
@@ -21,6 +21,10 @@
#include <linux/types.h>
#include <linux/netlink.h>
#include <linux/rtnetlink.h>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment