Update to elinks 0.11.2, which includes a security update:
CVE-2006-5925: smbclient command injection via smb URL metacharacters no response from MAINTAINER. ok steven@
This commit is contained in:
parent
2b1b68af63
commit
d1539b7276
@ -1,8 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2006/11/04 00:51:17 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2006/12/07 21:43:53 jasper Exp $
|
||||
|
||||
COMMENT= "full-featured text WWW browser"
|
||||
DISTNAME= elinks-0.11.1
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
DISTNAME= elinks-0.11.2
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://elinks.cz/download/
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (elinks-0.11.1.tar.bz2) = db0d62394b03938eec81b749e49dfbbc
|
||||
RMD160 (elinks-0.11.1.tar.bz2) = 2c5039a2e3d7ee3fc283d3041cac40f3c7853520
|
||||
SHA1 (elinks-0.11.1.tar.bz2) = dfa18f2745976e34ce3ee27227ce9bce81495a77
|
||||
SIZE (elinks-0.11.1.tar.bz2) = 2612791
|
||||
MD5 (elinks-0.11.2.tar.bz2) = 5a8f83afb527cf443f58b372136a81fc
|
||||
RMD160 (elinks-0.11.2.tar.bz2) = a9d938cfdfa71be282b7596e1fed5797f2efd6a5
|
||||
SHA1 (elinks-0.11.2.tar.bz2) = 47669c38e1e5ebb35015a9a9a8f9c898821bd408
|
||||
SIZE (elinks-0.11.2.tar.bz2) = 2497270
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-src_cache_dialogs_c,v 1.1 2006/01/29 15:41:00 sturm Exp $
|
||||
--- src/cache/dialogs.c.orig Sun Jan 1 11:39:36 2006
|
||||
+++ src/cache/dialogs.c Wed Jan 4 13:28:54 2006
|
||||
@@ -82,9 +82,9 @@ get_cache_entry_info(struct listbox_item
|
||||
}
|
||||
}
|
||||
|
||||
- add_format_to_string(&msg, "\n%s: %" PRId64, _("Size", term),
|
||||
+ add_format_to_string(&msg, "\n%s: %lld", _("Size", term),
|
||||
cached->length);
|
||||
- add_format_to_string(&msg, "\n%s: %" PRId64, _("Loaded size", term),
|
||||
+ add_format_to_string(&msg, "\n%s: %lld", _("Loaded size", term),
|
||||
cached->data_size);
|
||||
if (cached->content_type) {
|
||||
add_format_to_string(&msg, "\n%s: %s", _("Content type", term),
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_dialogs_document_c,v 1.1 2006/01/29 15:41:00 sturm Exp $
|
||||
--- src/dialogs/document.c.orig Wed Jan 4 13:29:51 2006
|
||||
+++ src/dialogs/document.c Wed Jan 4 13:30:05 2006
|
||||
@@ -152,7 +152,7 @@ document_info_dialog(struct session *ses
|
||||
if (cached) {
|
||||
unsigned char *a;
|
||||
|
||||
- add_format_to_string(&msg, "\n%s: %" PRId64,
|
||||
+ add_format_to_string(&msg, "\n%s: %lld",
|
||||
_("Size", term), cached->length);
|
||||
|
||||
if (cached->incomplete) {
|
Loading…
Reference in New Issue
Block a user