Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Freifunk Luebeck
openwrt
Commits
cd695565
Commit
cd695565
authored
11 years ago
by
Steven Barth
Browse files
Options
Downloads
Patches
Plain Diff
odhcpd/odhcp6c: fix HMAC-MD5 in DHCPv6-Reconfigure
SVN-Revision: 39868
parent
dd7524f3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/network/ipv6/odhcp6c/Makefile
+2
-2
2 additions, 2 deletions
package/network/ipv6/odhcp6c/Makefile
package/network/services/odhcpd/Makefile
+2
-2
2 additions, 2 deletions
package/network/services/odhcpd/Makefile
with
4 additions
and
4 deletions
package/network/ipv6/odhcp6c/Makefile
+
2
−
2
View file @
cd695565
...
...
@@ -8,14 +8,14 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
odhcp6c
PKG_VERSION
:=
2014-03-
07
PKG_VERSION
:=
2014-03-
11
PKG_RELEASE
=
$(
PKG_SOURCE_VERSION
)
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_SOURCE_URL
:=
git://github.com/sbyx/odhcp6c.git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_VERSION
:=
5b98f902f616bd9b96a2128587bc6995555a43c1
PKG_SOURCE_VERSION
:=
9c7c654cb2d5ac6ac536f603cd5a9372416e91da
PKG_MAINTAINER
:=
Steven Barth <steven@midlink.org>
include
$(INCLUDE_DIR)/package.mk
...
...
This diff is collapsed.
Click to expand it.
package/network/services/odhcpd/Makefile
+
2
−
2
View file @
cd695565
...
...
@@ -8,14 +8,14 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
odhcpd
PKG_VERSION
:=
2014-0
2-24.
1
PKG_VERSION
:=
2014-0
3-1
1
PKG_RELEASE
=
$(
PKG_SOURCE_VERSION
)
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_SOURCE_URL
:=
git://github.com/sbyx/odhcpd.git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_VERSION
:=
d21af09a10de15f340b5bbd05ddf0603dae0584e
PKG_SOURCE_VERSION
:=
4b23559937ccefd2df7d020219c7962568355a12
PKG_MAINTAINER
:=
Steven Barth <steven@midlink.org>
...
...
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