aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuka Perkov <luka.perkov@sartura.hr>2016-10-11 10:09:38 +0200
committerGitHub <noreply@github.com>2016-10-11 10:09:38 +0200
commit9d73574fd9eb9829e5d8a03813001843a210a551 (patch)
treec9d0513826d8d8f9c994c4c0421279fe39545885
parent4fd1bdc0d982ddd87b2faad6e2f3a470e5184a8c (diff)
parentc735d4e3ca1f5fb06d59ec3188a5eb572663302f (diff)
downloadmaster-187ad058-9d73574fd9eb9829e5d8a03813001843a210a551.tar.gz
master-187ad058-9d73574fd9eb9829e5d8a03813001843a210a551.tar.bz2
master-187ad058-9d73574fd9eb9829e5d8a03813001843a210a551.zip
Merge pull request #123 from sartura/master-upstream-relocation
odhcp* and omcproxy upstream relocation
-rw-r--r--package/network/ipv6/odhcp6c/Makefile6
-rw-r--r--package/network/services/odhcpd/Makefile8
-rw-r--r--package/network/services/omcproxy/Makefile6
3 files changed, 10 insertions, 10 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile
index 0dc771d374..0ab4d2c4fe 100644
--- a/package/network/ipv6/odhcp6c/Makefile
+++ b/package/network/ipv6/odhcp6c/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2012-2015 OpenWrt.org
+# Copyright (C) 2012-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcp6c
-PKG_VERSION:=2016-06-30
+PKG_VERSION:=2016-02-08
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_URL:=https://github.com/sbyx/odhcp6c.git
+PKG_SOURCE_URL:=https://github.com/openwrt/odhcp6c.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=7533a6243dc3ac5a747cf6ccbc4d0539dafd3e07
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index 9a2aaff662..a20c3f59c6 100644
--- a/package/network/services/odhcpd/Makefile
+++ b/package/network/services/odhcpd/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2013-2015 OpenWrt.org
+# Copyright (C) 2013-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcpd
-PKG_VERSION:=2015-11-19
+PKG_VERSION:=2016-10-09
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_URL:=git://github.com/openwrt/odhcpd.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=01d3f9d64486ac1daa144848944e877e7f0cb762
+PKG_SOURCE_VERSION:=801cfeea100ca7b211c9841f0fcb757b17f47860
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
PKG_LICENSE:=GPL-2.0
diff --git a/package/network/services/omcproxy/Makefile b/package/network/services/omcproxy/Makefile
index 75997fe6d6..6fa16f8aea 100644
--- a/package/network/services/omcproxy/Makefile
+++ b/package/network/services/omcproxy/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2015 OpenWrt.org
+# Copyright (C) 2015-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=omcproxy
-PKG_VERSION:=2015-08-24
+PKG_VERSION:=2015-09-15
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_URL:=https://github.com/sbyx/omcproxy.git
+PKG_SOURCE_URL:=https://github.com/openwrt/omcproxy.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=8de9fa84e018e152e45c342f10b5b5140b63e4b1
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>