Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lynx: version bumped to 2.9.2 #4695

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions web/lynx/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mkdir -p /var/lib/lynx &&
OPTS+=" --libdir=/var/lib/lynx \
--enable-widec \
--enable-cgi-links \
--enable-nsl \
--enable-nsl-fork \
--enable-read-eta \
--enable-scrollbar \
--enable-gzip-help \
Expand All @@ -13,10 +13,6 @@ OPTS+=" --libdir=/var/lib/lynx \

default_config &&

if in_depends $MODULE %OSSL; then
sedit 's/.*USE_OPENSSL_INCL.*/#define USE_OPENSSL_INCL 1/' lynx_cfg.h
fi &&

default_make &&

make install-help &&
Expand Down
6 changes: 3 additions & 3 deletions web/lynx/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
MODULE=lynx
VERSION=2.9.1
VERSION=2.9.2
SOURCE=$MODULE${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}${VERSION}
SOURCE_URL=http://invisible-mirror.net/archives/lynx/tarballs/
SOURCE_VFY=sha256:a6db9b22c20df435df3757925a505531ce9a514d134742e935d71aa5c41339c5
SOURCE_VFY=sha256:7374b89936d991669e101f4e97f2c9592036e1e8cdaa7bafc259a77ab6fb07ce
WEB_SITE=http://lynx.browser.org
ENTERED=20010922
UPDATED=20240420
UPDATED=20241211
SHORT="A console-based text browser for the World Wide Web"

cat << EOF
Expand Down