diff options
Diffstat (limited to 'www/links+/patches')
| -rw-r--r-- | www/links+/patches/CVS/Entries | 3 | ||||
| -rw-r--r-- | www/links+/patches/CVS/Repository | 1 | ||||
| -rw-r--r-- | www/links+/patches/CVS/Root | 1 | ||||
| -rw-r--r-- | www/links+/patches/patch-html_c | 12 | ||||
| -rw-r--r-- | www/links+/patches/patch-https_c | 16 | ||||
| -rw-r--r-- | www/links+/patches/patch-menu_c | 14 |
6 files changed, 0 insertions, 47 deletions
diff --git a/www/links+/patches/CVS/Entries b/www/links+/patches/CVS/Entries deleted file mode 100644 index ce2d04f..0000000 --- a/www/links+/patches/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | /patch-html_c/1.17/Thu Apr 26 00:35:53 2018// | ||
| 2 | /patch-https_c/1.7/Sun Sep 23 20:12:32 2018// | ||
| 3 | D | ||
diff --git a/www/links+/patches/CVS/Repository b/www/links+/patches/CVS/Repository deleted file mode 100644 index 36011a8..0000000 --- a/www/links+/patches/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/www/links+/patches | ||
diff --git a/www/links+/patches/CVS/Root b/www/links+/patches/CVS/Root deleted file mode 100644 index 3811072..0000000 --- a/www/links+/patches/CVS/Root +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | /cvs | ||
diff --git a/www/links+/patches/patch-html_c b/www/links+/patches/patch-html_c deleted file mode 100644 index 23aeeee..0000000 --- a/www/links+/patches/patch-html_c +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | $OpenBSD: patch-html_c,v 1.17 2018/04/26 00:35:53 bcallah Exp $ | ||
| 2 | Index: html.c | ||
| 3 | --- html.c.orig | ||
| 4 | +++ html.c | ||
| 5 | @@ -1004,6 +1004,7 @@ static void html_a(unsigned char *a) | ||
| 6 | format_.target = stracpy(format_.target_base); | ||
| 7 | } | ||
| 8 | /*format_.attr ^= AT_BOLD;*/ | ||
| 9 | + format_.attr |= AT_UNDERLINE; | ||
| 10 | set_link_attr(); | ||
| 11 | } else if (!ev) kill_html_stack_item(&html_top); | ||
| 12 | if ((al = get_attr_val(a, cast_uchar "name"))) { | ||
diff --git a/www/links+/patches/patch-https_c b/www/links+/patches/patch-https_c deleted file mode 100644 index 14579d4..0000000 --- a/www/links+/patches/patch-https_c +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | $OpenBSD: patch-https_c,v 1.7 2018/09/23 20:12:32 sthen Exp $ | ||
| 2 | Index: https.c | ||
| 3 | --- https.c.orig | ||
| 4 | +++ https.c | ||
| 5 | @@ -264,6 +264,11 @@ links_ssl *getSSL(void) | ||
| 6 | RAND_write_file(cast_const_char f_randfile); | ||
| 7 | } | ||
| 8 | } | ||
| 9 | +#elif defined(HAVE_RAND_FILE_NAME) && defined(HAVE_RAND_LOAD_FILE) && defined(HAVE_RAND_WRITE_FILE) | ||
| 10 | + unsigned char f_randfile[PATH_MAX]; | ||
| 11 | + const unsigned char *f = (const unsigned char *)RAND_file_name(cast_char f_randfile, sizeof(f_randfile)); | ||
| 12 | + if (RAND_load_file(cast_const_char f_randfile, -1)) | ||
| 13 | + RAND_write_file(cast_const_char f_randfile); | ||
| 14 | #endif | ||
| 15 | |||
| 16 | #if defined(HAVE_RAND_ADD) | ||
diff --git a/www/links+/patches/patch-menu_c b/www/links+/patches/patch-menu_c deleted file mode 100644 index 2ff2787..0000000 --- a/www/links+/patches/patch-menu_c +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | Index: menu.c | ||
| 2 | --- menu.c.orig | ||
| 3 | +++ menu.c | ||
| 4 | @@ -2084,10 +2084,6 @@ static int proxy_ok_dialog(struct dialog_data *dlg, st | ||
| 5 | if (p) { | ||
| 6 | p++; | ||
| 7 | lp = strtol(cast_const_char p, &end, 10); | ||
| 8 | - if (!*end && lp == 9050) { | ||
| 9 | - proxies.only_proxies = 1; | ||
| 10 | - msg_box(term, NULL, TEXT_(T_PROXIES), AL_LEFT, TEXT_(T_TOR_MODE_ENABLED), MSG_BOX_END, NULL, 1, TEXT_(T_OK), msg_box_null, B_ENTER | B_ESC); | ||
| 11 | - } | ||
| 12 | } | ||
| 13 | } | ||
| 14 | |||
