Skip to content

Commit

Permalink
links: Update version from 2.2 to 2.17
Browse files Browse the repository at this point in the history
Currently, Links 2.2 from 2010 is unable to use TLSv1.2, causing a
problem when accessing the Twiki [1]. This is used by the script `fon`.

Therefore, rebuild against latest OpenSSL, and update the version while
at it.

[1]: https://twiki.molgen.mpg.de
  • Loading branch information
pmenzel committed Dec 17, 2018
1 parent f5ee9db commit 55420d8
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions links.be0
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
#!/bin/env beesh

# BEE_VERSION links-2.2-0
# BEE_VERSION links-2.17-0

PGRP=( uncategorized )

SRCURL[0]="http://links.twibright.com/download/links-2.2.tar.bz2"

PATCHES[0]="ftp://mirror.ovh.net/gentoo-distfiles/distfiles/links-2.1pre33-utf8.diff.bz2"
SRCURL[0]="http://links.twibright.com/download/links-2.17.tar.bz2"

# EXCLUDE=""

IGNORE_DATAROOTDIR=yes
IGNORE_DOCDIR=yes
IGNORE_LOCALEDIR=yes


mee_patch() {

bzcat ${F}/${PA} | patch -p1

cd intl
./gen-intl
./synclang
Expand Down

0 comments on commit 55420d8

Please sign in to comment.