Update radsecproxy to 1.1 (#3809)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 27 Jul 2008 12:07:57 +0000 (12:07 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 27 Jul 2008 12:07:57 +0000 (12:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11957 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/radsecproxy/Makefile

index 32c7338..de72684 100644 (file)
@@ -9,14 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=radsecproxy
-PKG_VERSION:=1.0p1
+PKG_VERSION:=1.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://software.uninett.no/radsecproxy/
-PKG_MD5SUM:=d1bdfd731342eda1242ba94703165fbe
-
-PKG_BUILD_DEPENDS:= libopenssl libpthread zlib
+PKG_MD5SUM:=f7d0eaf1e9d963557affc90e61c0d1ae
 
 include $(INCLUDE_DIR)/package.mk