summaryrefslogtreecommitdiff
path: root/www/links
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2000-11-26 09:09:48 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2000-11-26 09:09:48 +0000
commit03256feb310b92bd25666831294cad026f677894 (patch)
tree763815baf6d32057b7a2122b18e424053d4699c2 /www/links
parentUltra-mega-super-urgent security update which prevents several new (diff)
Update to version 0.93.
Notes
Notes: svn path=/head/; revision=35432
Diffstat (limited to 'www/links')
-rw-r--r--www/links/Makefile2
-rw-r--r--www/links/distinfo2
-rw-r--r--www/links/files/patch-aa11
3 files changed, 2 insertions, 13 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index af459effb60e..0f55c73882c7 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= links
-PORTVERSION= 0.92
+PORTVERSION= 0.93
CATEGORIES= www
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \
http://www.add.com.pl/links/download/ \
diff --git a/www/links/distinfo b/www/links/distinfo
index 4d4665877e1a..204fce47c6aa 100644
--- a/www/links/distinfo
+++ b/www/links/distinfo
@@ -1 +1 @@
-MD5 (links-0.92.tar.gz) = 376b659ef42bbb5dab79c41e366e94bf
+MD5 (links-0.93.tar.gz) = 5099692bfa996cf9ac2c14d1c964746c
diff --git a/www/links/files/patch-aa b/www/links/files/patch-aa
deleted file mode 100644
index 7170c081e528..000000000000
--- a/www/links/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- default.c.orig Thu Jun 22 10:37:36 2000
-+++ default.c Tue Sep 5 09:34:12 2000
-@@ -538,7 +538,7 @@
- }
- mem_free(w);
- if (!(w = get_word(&c))) goto err;
-- if (strlen(w) != 1 || w[0] < '0' || w[0] > '2') goto err_f;
-+ if (strlen(w) != 1 || w[0] < '0' || w[0] > '3') goto err_f;
- ts->mode = w[0] - '0';
- mem_free(w);
- if (!(w = get_word(&c))) goto err;