diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-02 00:18:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-02 00:18:33 +0200 |
commit | 7027e2c318e1f47e914015fc0f13992a4dcbb32a (patch) | |
tree | bf5b26fd82f68224dc0fc8f19f7a1fd369e45dfd /package/pptpd/Makefile | |
parent | b240ad215b66df5ca95426eb8c4fcc93924be8b7 (diff) |
update to latest upstream and fix cross-compile on Cygwin
Diffstat (limited to 'package/pptpd/Makefile')
-rw-r--r-- | package/pptpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/pptpd/Makefile b/package/pptpd/Makefile index 01e1147c0..13ea21a66 100644 --- a/package/pptpd/Makefile +++ b/package/pptpd/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= pptpd -PKG_VERSION:= 1.3.0 -PKG_RELEASE:= 9 -PKG_MD5SUM:= 75d494e881f7027f4e60b114163f6b67 +PKG_VERSION:= 1.3.4 +PKG_RELEASE:= 1 +PKG_MD5SUM:= b38df9c431041922c997c1148bedf591 PKG_DESCR:= a Point-to-Point Tunneling Protocol (PPTP) server PKG_SECTION:= net PKG_DEPENDS:= ppp kmod-crypto kmod-mppe kmod-ppp |