Skip to content

Commit

Permalink
Some updates and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vipshmily committed Jul 30, 2024
1 parent 18899f7 commit e233e57
Show file tree
Hide file tree
Showing 1,713 changed files with 327,093 additions and 91,103 deletions.
6 changes: 3 additions & 3 deletions trunk/libs/libcares/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC_NAME=c-ares-1.28.1
SRC_URL=https://github.com/c-ares/c-ares/releases/download/cares-1_28_1/$(SRC_NAME).tar.gz
SRC_NAME=c-ares-1.32.3
SRC_URL=https://github.com/c-ares/c-ares/releases/download/cares-1_32_3/$(SRC_NAME).tar.gz

all: download_test extract_test config_test
$(MAKE) -j$(HOST_NCPU) -C $(SRC_NAME)/build
Expand All @@ -11,7 +11,7 @@ download_test:

extract_test:
( if [ ! -d $(SRC_NAME) ]; then \
tar xf $(SRC_NAME).tar.gz ; \
tar zxf $(SRC_NAME).tar.gz ; \
fi )

config_test:
Expand Down
Binary file removed trunk/libs/libcares/c-ares-1.28.1.tar.gz
Binary file not shown.
Binary file added trunk/libs/libcares/c-ares-1.32.3.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions trunk/libs/libcurl/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC_NAME=curl-8.8.0
SRC_URL=https://github.com/curl/curl/releases/download/curl-8_8_0/$(SRC_NAME).tar.xz
SRC_NAME=curl-8.9.0
SRC_URL=https://github.com/curl/curl/releases/download/curl-8_9_0/$(SRC_NAME).tar.xz

LDFLAGS += -Wl,-rpath-link=$(STAGEDIR)/lib

Expand Down
Binary file removed trunk/libs/libcurl/curl-8.8.0.tar.xz
Binary file not shown.
Binary file added trunk/libs/libcurl/curl-8.9.0.tar.xz
Binary file not shown.
Binary file removed trunk/libs/libflac/flac-1.4.2.tar.xz
Binary file not shown.
2 changes: 1 addition & 1 deletion trunk/libs/libncurses/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ncurses-*/
ncurses-*.tar.gz
#ncurses-*.tar.gz
4 changes: 2 additions & 2 deletions trunk/libs/libncurses/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SRC_NAME=ncurses-6.4
SRC_NAME=ncurses-6.5
SRC_URL=https://ftp.gnu.org/pub/gnu/ncurses/$(SRC_NAME).tar.gz

all: download_test extract_test config_test
Expand All @@ -11,7 +11,7 @@ download_test:

extract_test:
( if [ ! -d $(SRC_NAME) ]; then \
tar xf $(SRC_NAME).tar.gz ; \
tar zxf $(SRC_NAME).tar.gz ; \
patch -p1 -d $(SRC_NAME) < $(SRC_NAME).patch ; \
fi )

Expand Down
File renamed without changes.
Binary file added trunk/libs/libncurses/ncurses-6.5.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions trunk/libs/librtlsdr/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC_NAME=librtlsdr-2.0.1
SRC_URL=https://github.com/steve-m/librtlsdr/archive/v2.0.1.tar.gz
SRC_NAME=librtlsdr-2.0.2
SRC_URL=https://github.com/steve-m/librtlsdr/archive/v2.0.2.tar.gz

all: download_test extract_test config_test
$(MAKE) -j$(HOST_NCPU) -C $(SRC_NAME)/build
Expand Down
Binary file removed trunk/libs/librtlsdr/librtlsdr-0.6.0.zip
Binary file not shown.
Binary file removed trunk/libs/librtlsdr/librtlsdr-2.0.1.tar.gz
Binary file not shown.
Binary file added trunk/libs/librtlsdr/librtlsdr-2.0.2.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion trunk/libs/libtirpc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SRC_NAME=libtirpc-1.3.4
SRC_NAME=libtirpc-1.3.5
SRC_URL=https://downloads.sourceforge.net/libtirpc/$(SRC_NAME).tar.bz2

all: download_test extract_test config_test
Expand Down
Binary file removed trunk/libs/libtirpc/libtirpc-1.3.4.tar.bz2
Binary file not shown.
Binary file added trunk/libs/libtirpc/libtirpc-1.3.5.tar.bz2
Binary file not shown.
Binary file removed trunk/libs/libudns/udns-0.4.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions trunk/libs/libxml2/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC_NAME=libxml2-v2.12.6
SRC_URL=https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.12.6/$(SRC_NAME).tar.gz
SRC_NAME=libxml2-v2.13.3
SRC_URL=https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.13.3/$(SRC_NAME).tar.gz

all: download_test extract_test config_test
$(MAKE) -j$(HOST_NCPU) -C $(SRC_NAME)
Expand Down
Binary file removed trunk/libs/libxml2/libxml2-v2.12.6.tar.gz
Binary file not shown.
Binary file added trunk/libs/libxml2/libxml2-v2.13.3.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions trunk/libs/mbedtls/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SRC_NAME=mbedtls-2.28.7
SRC_URL=https://github.com/Mbed-TLS/mbedtls/archive/v2.28.7.tar.gz
SRC_NAME=mbedtls-2.28.8
SRC_URL=https://github.com/Mbed-TLS/mbedtls/archive/v2.28.8.tar.gz

all: download_test extract_test config_test
$(MAKE) -j$(HOST_NCPU) -C $(SRC_NAME)/build
Expand Down
Binary file removed trunk/libs/mbedtls/mbedtls-2.28.6.tar.gz
Binary file not shown.
Binary file removed trunk/libs/mbedtls/mbedtls-2.28.7.tar.gz
Binary file not shown.
Binary file added trunk/libs/mbedtls/mbedtls-2.28.8.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion trunk/libs/readline/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SRC_NAME=readline-8.2
SRC_NAME=readline-8.3-alpha
SRC_URL=http://ftp.gnu.org/gnu/readline/$(SRC_NAME).tar.gz

all: download_test extract_test config_test
Expand Down
42 changes: 0 additions & 42 deletions trunk/libs/readline/readline-8.2.patch

This file was deleted.

Binary file removed trunk/libs/readline/readline-8.2.tar.gz
Binary file not shown.
42 changes: 42 additions & 0 deletions trunk/libs/readline/readline-8.3-alpha.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
READLINE PATCH REPORT
=====================

Readline-Release: 8.3
Patch-ID: readline82-001

Bug-Reported-by: Kan-Ru Chen <koster@debian.org>
Bug-Reference-ID:
Bug-Reference-URL: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021109

Bug-Description:

Starting a readline application with an invalid locale specification for
LC_ALL/LANG/LC_CTYPE can cause it crash on the first call to readline.

Patch (apply with `patch -p0'):

*** ../readline-8.3-patched/nls.c 2022-08-15 09:38:51.000000000 -0400
--- nls.c 2022-10-05 09:23:22.000000000 -0400
***************
*** 142,145 ****
--- 142,149 ----
lspec = "";
ret = setlocale (LC_CTYPE, lspec); /* ok, since it does not change locale */
+ if (ret == 0 || *ret == 0)
+ ret = setlocale (LC_CTYPE, (char *)NULL);
+ if (ret == 0 || *ret == 0)
+ ret = RL_DEFAULT_LOCALE;
#else
ret = (lspec == 0 || *lspec == 0) ? RL_DEFAULT_LOCALE : lspec;

*** ../readline-8.3/patchlevel 2013-11-15 08:11:11.000000000 -0500
--- patchlevel 2014-03-21 08:28:40.000000000 -0400
***************
*** 1,3 ****
# Do not edit -- exists only for use by patch

! 0
--- 1,3 ----
# Do not edit -- exists only for use by patch

! 1
Binary file added trunk/libs/readline/readline-8.3-alpha.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions trunk/tools/lzma/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SRC_NAME=lzma1900
SRC_NAME=lzma2407

all:
make -j$(HOST_NCPU) -C $(SRC_NAME)/CPP/7zip/Bundles/LzmaCon -f makefile.gcc ;\
cp $(SRC_NAME)/CPP/7zip/Bundles/LzmaCon/lzma ./lzma
cp $(SRC_NAME)/CPP/7zip/Bundles/LzmaCon/_o/lzma ./lzma

clean:
make -C $(SRC_NAME)/CPP/7zip/Bundles/LzmaCon -f makefile.gcc clean
rm -f lzma
rm -f lzma
100 changes: 0 additions & 100 deletions trunk/tools/lzma/lzma1900/Asm/arm/7zCrcOpt.asm

This file was deleted.

Loading

0 comments on commit e233e57

Please sign in to comment.