diff --git a/lang/lua-sha2/Makefile b/lang/lua-sha2/Makefile index 6a82334e76..a6b8b6b94f 100644 --- a/lang/lua-sha2/Makefile +++ b/lang/lua-sha2/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_URL:=https://code.google.com/p/sha2/ +PKG_SOURCE_URL:=https://github.com/lgierth/lua-sha2.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=02bd4bfdc806 PKG_LICENSE:=MIT diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 924db85b4b..6fc938059d 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.5.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://mirrors.ibiblio.org/apache/apr/ +PKG_SOURCE_URL:=https://archive.apache.org/dist/apr/ PKG_MD5SUM:=4e9769f3349fe11fc0a5e1b224c236aa PKG_MAINTAINER:=Thomas Heil PKG_LICENSE:=Apache License diff --git a/libs/libdnet/Makefile b/libs/libdnet/Makefile index 08d3e20b37..b0980cefd3 100644 --- a/libs/libdnet/Makefile +++ b/libs/libdnet/Makefile @@ -11,9 +11,9 @@ PKG_NAME:=libdnet PKG_VERSION:=1.12 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://libdnet.googlecode.com/files/ -PKG_MD5SUM:=9253ef6de1b5e28e9c9a62b882e44cc9 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://github.com/dugsong/libdnet/archive +PKG_MD5SUM:=d2f1b72eac2a1070959667e9e61dcf20 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -21,6 +21,8 @@ PKG_INSTALL:=1 PKG_LICENSE:=BSD PKG_MAINTAINER:=Luka Perkov +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION) + include $(INCLUDE_DIR)/package.mk define Package/libdnet diff --git a/libs/libesmtp/Makefile b/libs/libesmtp/Makefile index fa402c6608..256d96399c 100644 --- a/libs/libesmtp/Makefile +++ b/libs/libesmtp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2015 OpenWrt.org +# Copyright (C) 2008-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,14 +9,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libesmtp PKG_VERSION:=1.0.6 -PKG_RELEASE:=2 -PKG_MD5SUM:=c4fedc999b6c3820296b0eb92cc2e252 +PKG_RELEASE:=3 PKG_MAINTAINER:=Othmar Truniger PKG_LICENSE:=LGPL-2.0+ PKG_LICENSE_FILES:=COPYING -PKG_SOURCE_URL:=http://www.stafford.uklinux.net/libesmtp +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=https://github.com/tru7/libesmtp.git +PKG_SOURCE_VERSION=10e9a6df9f76da610941addf71b9a3cbf94f2e9f +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_PARALLEL:=1 @@ -28,13 +30,10 @@ define Package/libesmtp SECTION:=libs CATEGORY:=Libraries TITLE:=A Library for Posting Electronic Mail - URL:=http://www.stafford.uklinux.net/libesmtp/ - DEPENDS:=+libpthread + URL:=https://github.com/tru7/libesmtp.git + DEPENDS:=+libpthread +libopenssl endef -CONFIGURE_ARGS += \ - --without-openssl - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/libesmtp-config $(1)/usr/bin/ diff --git a/libs/libuv/Makefile b/libs/libuv/Makefile index c191c0eaaa..95d4cef1e2 100644 --- a/libs/libuv/Makefile +++ b/libs/libuv/Makefile @@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Luka Perkov PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://dist.libuv.org/dist/v$(PKG_VERSION)/ +PKG_SOURCE_URL:=https://dist.libuv.org/dist/v$(PKG_VERSION)/ PKG_MD5SUM:=654bf6783ac7fc10435c84ec86720a6e PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 72b99b6273..935394daf7 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -15,9 +15,9 @@ PKG_LICENSE:=PostgreSQL PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=\ - http://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v$(PKG_VERSION) \ - http://ftp.be.postgresql.org/postgresql/source/v$(PKG_VERSION) \ - ftp://ftp-archives.postgresql.org/pub/source/v$(PKG_VERSION) + https://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \ + http://ftp.postgresql.org/pub/source/v$(PKG_VERSION) \ + ftp://ftp.postgresql.org/pub/source/v$(PKG_VERSION) PKG_MD5SUM:=1fe952c44ed26d7e6a335cf991a9c1c6 PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 diff --git a/multimedia/oggfwd/Makefile b/multimedia/oggfwd/Makefile index 8caf7f1acb..3aac82ba0a 100644 --- a/multimedia/oggfwd/Makefile +++ b/multimedia/oggfwd/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=20150412 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=git://r-w-x.org/oggfwd.git +PKG_SOURCE_URL:=https://r-w-x.org/oggfwd.git PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) diff --git a/net/apache/Makefile b/net/apache/Makefile index f5de16377e..1ea1dd0782 100644 --- a/net/apache/Makefile +++ b/net/apache/Makefile @@ -16,7 +16,8 @@ PKG_LICENSE:=Apache License PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://mirrors.ibiblio.org/apache/httpd/ \ - http://apache.imsam.info/httpd/ + http://apache.imsam.info/httpd/ \ + https://archive.apache.org/dist/httpd/ PKG_MD5SUM:=6c10e15835ab214464228a9beb7afba8 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION) diff --git a/net/netperf/Makefile b/net/netperf/Makefile index fd824ba7cf..da16ee33bb 100644 --- a/net/netperf/Makefile +++ b/net/netperf/Makefile @@ -13,8 +13,12 @@ PKG_RELEASE:=1 PKG_LICENSE:=Custom PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=ftp://ftp.netperf.org/netperf/ -PKG_MD5SUM:=ad1c5342d61f297c417a93133aeba65a +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_URL:=https://github.com/HewlettPackard/netperf.git +PKG_SOURCE_PROTO:=git +PKG_SOURCE_VERSION:=f46c031 + +#PKG_MD5SUM:=ad1c5342d61f297c417a93133aeba65a include $(INCLUDE_DIR)/package.mk diff --git a/net/snort/Makefile b/net/snort/Makefile index 33f8b6d5e9..c8c7a1afff 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.9.7.2 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://www.snort.org/downloads/snort/ \ +PKG_SOURCE_URL:=https://www.snort.org/downloads/archive/snort/ \ @SF/$(PKG_NAME) PKG_MD5SUM:=b01e9964827394c39194a0147bc15705 diff --git a/net/sslh/Makefile b/net/sslh/Makefile index e7f1c0e6bb..f626b2e36a 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -11,9 +11,11 @@ PKG_NAME:=sslh PKG_VERSION:=v1.17 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://rutschle.net/tech/ -PKG_MD5SUM:=1fc3ada4bafaca5a9786cc1431f48ed4 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_URL:=https://github.com/yrutschle/sslh.git +PKG_SOURCE_PROTO:=git +PKG_SOURCE_VERSION:=3550cbe PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING diff --git a/utils/stm32flash/Makefile b/utils/stm32flash/Makefile index c1f6b9b748..f22e725d75 100644 --- a/utils/stm32flash/Makefile +++ b/utils/stm32flash/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=0.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://releases.stm32flash.googlecode.com/git +PKG_SOURCE_URL:=@SF/stm32flash PKG_MD5SUM:=ec9b5c8bae67f9a489786546d088bd14 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_MAINTAINER:=Christian Pointner