$(WGET) http://github.com/zeux/pugixml/releases/download/v$(PUGIXML_VER)/pugixml-$(PUGIXML_VER).tar.gz
$(ARCHIVE)/rtmpdump-git-$(LIBRTMP_GIT).tar.bz2:
- get-git-archive.sh http://git.webhop.me/pub/rtmpdump.git $(LIBRTMP_GIT) $(notdir $@) $(ARCHIVE)
+ get-git-archive.sh https://git.ffmpeg.org/rtmpdump.git $(LIBRTMP_GIT) $(notdir $@) $(ARCHIVE)
$(ARCHIVE)/parted-$(PARTED_VER).tar.xz:
$(WGET) https://ftp.gnu.org/gnu/parted/parted-$(PARTED_VER).tar.xz
--disable-rtsp \
--disable-dict \
--disable-ldap \
+ --disable-ldaps \
--disable-curldebug \
--disable-static \
--disable-imap \
--disable-ntlm-wb \
--disable-ares \
--without-libidn2 \
+ --without-winidn \
+ --without-libpsl \
+ --without-zstd \
--with-ca-bundle=/$(CA_BUNDLE_DIR)/$(CA_BUNDLE) \
--with-random=/dev/urandom \
--with-ssl=$(TARGETPREFIX) \
GIFLIB_VER=5.2.1
# curl; command line tool for transferring data with URL syntax
-LIBCURL_VER = 8.5.0
+LIBCURL_VER = 8.6.0
# e2fsprogs; filesystem utilities for use with the ext[x] filesystem
E2FSPROGS_VER = 1.44.5
# rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported,
# including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.
#LIBRTMP_VER = 2.4_p20131018
-LIBRTMP_GIT = master
+LIBRTMP_GIT = 6f6bb13
# This library is minimum, easy-to-use, C implementation for xml file parsing
LIBROXML_VER = 3.0.2