SOURCES: links-content_encoding.patch, links-gzip_fallback.patch -...
witekfl
witekfl at pld-linux.org
Sun Jul 9 13:30:58 CEST 2006
Author: witekfl Date: Sun Jul 9 11:30:57 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 1.0pre16
---- Files affected:
SOURCES:
links-content_encoding.patch (1.5 -> 1.6) , links-gzip_fallback.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/links-content_encoding.patch
diff -u SOURCES/links-content_encoding.patch:1.5 SOURCES/links-content_encoding.patch:1.6
--- SOURCES/links-content_encoding.patch:1.5 Thu Apr 22 23:42:52 2004
+++ SOURCES/links-content_encoding.patch Sun Jul 9 13:30:52 2006
@@ -4,8 +4,8 @@
EXTRA_DIST=$(man_MANS) Unicode/* intl/* config2.h Makefile.gen BUGS TODO SITES mailcap.pl wipe-out-ssl wipe-out-ssl.awk
bin_PROGRAMS=links
--links_SOURCES=af_unix.c beos.c bfu.c bookmarks.c cache.c charsets.c connect.c cookies.c default.c dns.c error.c file.c finger.c ftp.c html.c html_r.c html_tbl.c http.c https.c kbd.c kbdbind.c language.c mailto.c main.c menu.c os_dep.c sched.c select.c session.c smb.c terminal.c types.c url.c view.c win32.c links.h os_dep.h os_depx.h setup.h codepage.h language.h codepage.inc entity.inc uni_7b.inc language.inc rebuild rebuild.cmd
-+links_SOURCES=af_unix.c beos.c bfu.c bookmarks.c cache.c charsets.c compress.c connect.c cookies.c default.c dns.c error.c file.c finger.c ftp.c html.c html_r.c html_tbl.c http.c https.c kbd.c kbdbind.c language.c mailto.c main.c menu.c os_dep.c sched.c select.c session.c smb.c terminal.c types.c url.c view.c win32.c links.h os_dep.h os_depx.h setup.h codepage.h language.h codepage.inc entity.inc uni_7b.inc language.inc rebuild rebuild.cmd
+-links_SOURCES=af_unix.c beos.c bfu.c bookmarks.c cache.c charsets.c connect.c cookies.c default.c dns.c error.c file.c finger.c ftp.c html.c html_r.c html_tbl.c http.c https.c kbd.c kbdbind.c language.c mailto.c main.c menu.c os_dep.c sched.c select.c session.c smb.c terminal.c types.c url.c view.c win32.c links.h os_dep.h os_depx.h setup.h codepage.h language.h codepage.inc entity.inc uni_7b.inc language.inc upcase.inc rebuild rebuild.cmd
++links_SOURCES=af_unix.c beos.c bfu.c bookmarks.c cache.c charsets.c compress.c connect.c cookies.c default.c dns.c error.c file.c finger.c ftp.c html.c html_r.c html_tbl.c http.c https.c kbd.c kbdbind.c language.c mailto.c main.c menu.c os_dep.c sched.c select.c session.c smb.c terminal.c types.c url.c view.c win32.c links.h os_dep.h os_depx.h setup.h codepage.h language.h codepage.inc entity.inc uni_7b.inc language.inc upcase.inc rebuild rebuild.cmd
datadir = $(prefix)/@DATADIRNAME@
LIBS = @LIBS@
================================================================
Index: SOURCES/links-gzip_fallback.patch
diff -u SOURCES/links-gzip_fallback.patch:1.3 SOURCES/links-gzip_fallback.patch:1.4
--- SOURCES/links-gzip_fallback.patch:1.3 Sat Nov 6 00:07:12 2004
+++ SOURCES/links-gzip_fallback.patch Sun Jul 9 13:30:52 2006
@@ -37,7 +37,7 @@
if (stt.st_size > MAXINT) {
+ mem_free(name);
close(h);
- setcstate(c, S_OUT_OF_MEM); abort_connection(c);
+ setcstate(c, S_LARGE_FILE); abort_connection(c);
return;
}
+#ifdef HAVE_ZLIB_H
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/links-content_encoding.patch?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/SOURCES/links-gzip_fallback.patch?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list