aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/libiconv-full
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-06-28 00:46:33 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-07-03 20:25:38 +0200
commit353d3eafb64e06164e6b8dbfa1976659c79e04be (patch)
treefbb1581f9d7ca064d21185570fbc5311458f8bec /package/libs/libiconv-full
parent8b9e806160118eb115ea26a1fbf381801185bdb6 (diff)
downloadupstream-353d3eafb64e06164e6b8dbfa1976659c79e04be.tar.gz
upstream-353d3eafb64e06164e6b8dbfa1976659c79e04be.tar.bz2
upstream-353d3eafb64e06164e6b8dbfa1976659c79e04be.zip
libiconv-full: update to 1.17
Release Notes: - The libiconv library is now licensed under the LGPL version 2.1, instead of the LGPL version 2.0. The iconv program continues to be licensed under GPL version 3. - Added converters for many single-byte EBCDIC encodings: IBM-{037, 273,277,278,280,282,284,285,297,423,424,425,500,838,870,871,875}, IBM-{880,905,924,1025,1026,1047,1097,1112,1122,1123,1130,1132,1137, 1140}, IBM-{1141,1142,1143,1144,1145,1146,1147,1148,1149,1153,1154, 1155,1156,1157}, IBM-{1158,1160,1164,1165,1166,4971,12712,16804}. They are available through the configure option '--enable-extra-encodings'. Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package/libs/libiconv-full')
-rw-r--r--package/libs/libiconv-full/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/libiconv-full/Makefile b/package/libs/libiconv-full/Makefile
index e4f925a1ae..2f052aa3ed 100644
--- a/package/libs/libiconv-full/Makefile
+++ b/package/libs/libiconv-full/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libiconv-full
-PKG_VERSION:=1.16
+PKG_VERSION:=1.17
PKG_RELEASE:=1
PKG_SOURCE:=libiconv-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/libiconv
-PKG_HASH:=e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04
+PKG_HASH:=8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313
PKG_BUILD_DIR:=$(BUILD_DIR)/libiconv-$(PKG_VERSION)
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>