diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-11-15 19:09:43 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-11-15 19:09:43 -0800 |
commit | 2a4b6e46519920cce2619c91ddf236c6833ab12d (patch) | |
tree | ab056e4f32dd089c19dfb6935d50f14c12dcea0e /libs | |
parent | 41e0923d56ab845c34e2bdc59403bbf4a809805d (diff) |
libowfat: Update to 0.32
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libowfat/Makefile | 8 | ||||
-rw-r--r-- | libs/libowfat/patches/001-fixbuild.patch | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libs/libowfat/Makefile b/libs/libowfat/Makefile index 99eba1c25..d3618820b 100644 --- a/libs/libowfat/Makefile +++ b/libs/libowfat/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libowfat -PKG_VERSION:=0.31 +PKG_VERSION:=0.32 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://www.fefe.de/libowfat -PKG_HASH:=d1e4ac1cfccbb7dc51d77d96398e6302d229ba7538158826c84cb4254c7e8a12 +PKG_SOURCE_URL:=https://www.fefe.de/libowfat +PKG_HASH:=f4b9b3d9922dc25bc93adedf9e9ff8ddbebaf623f14c8e7a5f2301bfef7998c1 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING @@ -27,7 +27,7 @@ define Package/libowfat SECTION:=libs CATEGORY:=Libraries TITLE:=reimplemented libdjb under GPL - URL:=http://www.fefe.de/libowfat/ + URL:=https://www.fefe.de/libowfat/ endef define Build/Configure diff --git a/libs/libowfat/patches/001-fixbuild.patch b/libs/libowfat/patches/001-fixbuild.patch index 5f4f06df3..05e3f2056 100644 --- a/libs/libowfat/patches/001-fixbuild.patch +++ b/libs/libowfat/patches/001-fixbuild.patch @@ -1,6 +1,6 @@ --- a/GNUmakefile +++ b/GNUmakefile -@@ -343,6 +343,8 @@ socket_accept4.o socket_accept6.o socket +@@ -357,6 +357,8 @@ socket_accept4.o socket_accept6.o socket_connected.o socket_local4.o \ socket_local6.o socket_recv4.o socket_recv6.o socket_remote4.o \ socket_remote6.o: havesl.h @@ -9,7 +9,7 @@ dns_nd6.o fmt_xlong.o scan_xlong.o fmt_ip6_flat.o $(TEXTCODE_OBJS): haveinline.h iob_send.o scan_ip6if.o: havealloca.h -@@ -372,6 +374,6 @@ update: +@@ -386,6 +388,6 @@ update: dl -n http://www.w3.org/TR/html5/entities.json entities.h: entities.json ent |