pen: update to v0.34.0 3870/head
authorJo-Philipp Wich <jo@mein.io>
Wed, 18 Jan 2017 02:53:03 +0000 (03:53 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 18 Jan 2017 02:55:33 +0000 (03:55 +0100)
Update the pen package to upstream release v0.34.0 in order to fix the
following build error reported by the buildbot:

    ssl.o: In function `ssl_create_context':
    ssl.c:(.text+0x9c): undefined reference to `SSLv3_method'
    collect2: error: ld returned 1 exit status

Also switch from PKG_MD5SUM to PKG_HASH with SHA256 while we're at it.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
net/pen/Makefile

index c05ba96c3686574defc34af55366127871e728ce..48d622c20420780083e39bbececd4aa5c055748d 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pen
-PKG_VERSION:=0.29.0
+PKG_VERSION:=0.34.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://siag.nu/pub/pen/
-PKG_MD5SUM:=6040c43d80d62536afb4d4b1cf40c127
+PKG_HASH:=a3306bfb02619b103ff431002bb91079048bf2dd24f739bf38e373860558cd27
 
 PKG_LICENSE:=GPL-2.0+
 PKG_LICENSE_FILES:=COPYING