Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-12 | Make a note about the lynxcgi security issue in <lynx2.8.6dev.15 | adrianp | 1 | -1/+7 | |
2005-10-18 | Update to 2.8.5 patchlevel 3 for a security issue. From the ChangeLog: | fredb | 2 | -5/+8 | |
2004-10-17 (2.8.5rel.3 fixes from 2.8.6dev.14) * eliminate fixed-size buffers in LYExpandHostForURL() to guard against buffer overflow resulting from too-long domain prefix/suffix data from lynx.cfg (report by Ulf Harnhammar, CAN-2005-3120) -TD | |||||
2005-07-25 | Make sure "gzip" tool path doesn't end up in the binary. Bump package | tron | 1 | -3/+5 | |
revision because of this. | |||||
2005-05-31 | Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a | dillo | 1 | -2/+3 | |
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz. | |||||
2005-05-25 | Remove a long-standing dependency on gmake by adding ".h" to ${.SUFFIXES} | fredb | 3 | -3/+16 | |
in lynx's makefile, as discussed on the lynx-devel and netbsd-users mailing lists. Patch supplied by Klaus Klein in private email. | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 checksums. | wiz | 1 | -1/+3 | |
2005-01-21 | Fix install directory permissions (in case the mode is not configured to 755). | tv | 1 | -1/+2 | |
2004-11-30 | Forgot to change LYNX_SCREEN_LIB, this should be fixed now. | xtraeme | 2 | -5/+7 | |
2004-11-27 | Unbreak this package, use default "curses" option to match previous | xtraeme | 1 | -2/+3 | |
behaviour and fix typo. | |||||
2004-11-17 | Remove obsolete variables. You'll want to use: | xtraeme | 1 | -14/+1 | |
PKG_OPTIONS.<pkg>+= foo blah | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-08-22 | Change the way that legacy USE_* and FOO_USE_* options are converted | jlam | 1 | -23/+12 | |
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590. | |||||
2004-08-05 | Rename Makefile.options to options.mk in the packages that I maintain. | jlam | 2 | -3/+3 | |
This follows the example of the mail/dovecot package, as suggested by <schmonz>. | |||||
2004-07-30 | Convert to use bsd.options.mk. The relevant options variable to set | jlam | 2 | -54/+82 | |
for each package can be determined by invoking: make show-var VARNAME=PKG_OPTIONS_VAR The old options are still supported unless the variable named in PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf). | |||||
2004-05-16 | The distribution patch needs "-p1". It only "just works" on NetBSD without, | fredb | 1 | -1/+2 | |
because the first subdirectory matches, apparently, but GNU patch needs it. Problem pointed out and solution tested by Mark E. Perkins on tech-pkg. | |||||
2004-05-07 | whitespace nits | cjep | 1 | -2/+2 | |
2004-05-06 | Update to 2.5.8.2, from Stefan Krueger in PR 25478. Ok'd by fredb, | wiz | 3 | -16/+24 | |
the maintainer. Sort PLIST. Changes: * correct ifdef in LYgetattrs() to ensure that getattrs() is used only if the configure script actually found it (report/patch by Paul Gilmartin). * correct LYcommandList() to allocate data passed to HTList_addObject(), since LYRemoveFromCloset() may free it (report by FLWM) -TD * add a null-pointer check to parameter of HTQuoteParameter(), fixes bug introduced in 2.8.5pre.4 (report by FLWM) -TD * correct units shown by HTReadProgress() for very low rates - bug from 2.8.5pre.3 changes (report by PG) -TD * update current-version in README -LP | |||||
2004-03-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 1 | -1/+2 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-03-11 | GNU gettext-lib version < 0.11.x expects escaped characters in a way | ben | 3 | -9/+20 | |
incompatible with newer versions of gettext-lib. Detect gettext-lib version and work around bug when necessary. | |||||
2004-03-11 | Add RCS tag to patch-aa to silence pkglint. | ben | 2 | -2/+4 | |
2004-03-07 | Regenerate (patch-aa). | jdc | 1 | -2/+2 | |
2004-03-07 | Allow this to use curses' use_default_color(). | jdc | 1 | -8/+7 | |
2004-03-03 | Fix Chinese PO file. | ben | 2 | -5/+8 | |
2004-03-03 | Changes 2.8.5: | adam | 6 | -111/+79 | |
* file-upload supported * support for bzip2 compression * performance improved * improved SSL support * improvements to color-style * better interaction with user * improved cookie support | |||||
2004-02-26 | "lynx" now lives at isc.org (per Jim Spath, private mail). | fredb | 1 | -2/+2 | |
2004-02-13 | Use curses.buildlink3.mk if LYNX_SCREEN_LIB == "curses" instead of | jlam | 1 | -11/+12 | |
unconditionally including ncurses/buildlink3.mk. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2004-01-05 | bl3ify | jlam | 1 | -10/+12 | |
2003-11-12 | Fix bug in a makefile which breaks the build under NetBSD-current. | tron | 2 | -1/+15 | |
2003-11-12 | PKGREVISION++ after openssl update. | jschauma | 1 | -2/+2 | |
2003-09-29 | fix include of ncurses/buildlink2.mk again | grant | 1 | -2/+2 | |
2003-09-28 | Back out last change related to moving ncurses/buildlink2.mk to | jlam | 1 | -2/+2 | |
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future. | |||||
2003-09-27 | move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides | grant | 1 | -3/+3 | |
support for base system curses/ncurses as well as ncurses itself. suggested by wiz. | |||||
2003-09-14 | Allow this to compile on Irix by not enabling nls on that platform. | jschauma | 1 | -4/+7 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -1/+2 | |
2003-05-28 | add a missing file | grant | 1 | -1/+2 | |
2003-04-27 | Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale... | cjep | 1 | -11/+11 | |
2003-04-27 | USE_PKGLOCALEDIR. | cjep | 2 | -12/+13 | |
2003-04-01 | Include ncurses/buildlink2.mk so that operating systems which don't have | jschauma | 1 | -1/+2 | |
curses can build this, too. (Makes this build under Linux, for example.) | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2002-11-25 | pull in http://lynx.isc.org/current/lynx2.8.4rel.1d.patch.gz. | itojun | 3 | -28/+6 | |
* correct inverted logic of restrictions table which made "-restrict=default" provide incorrect values for several items. This was broken in 2.8.4dev.19 (reported by Jeff Long <long@ukans.edu> and RobertM <robm@bob.bofh.org>) -TD * correct check for calling endwin() to allow for curses implementations without newterm (report/patch by Brett Lymn). | |||||
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 3 | -11/+12 | |
have been converted to USE_BUILDLINK2. | |||||
2002-08-20 | This patch fixes the problem with lynx not resetting the tty settings | blymn | 1 | -0/+23 | |
on exit on 1.5.3 machines. This closes PR 15621. | |||||
2002-08-20 | Added patch that fixes PR 15621. | blymn | 1 | -1/+2 | |
2002-08-19 | Update to lynx2.8.4rel.1c, here known as 2.8.4.1.3: | fredb | 2 | -6/+9 | |
* escape blanks and other non-7bit graphic characters in startfile and similar addresses to guard against interpreting the address as multiple lines during a GET, etc (report by Ulf Harnhammar <ulfh@Update.UU.SE>) -TD | |||||
2002-03-26 | add PATCH_DIST_STRIP=-p1 to please linux's patch. Tested to still work with ↵ | abs | 1 | -1/+2 | |
NetBSD | |||||
2001-12-31 | Make sure we don't install the CHANGES.orig left-over. | fredb | 1 | -1/+4 | |