Up to [cvs.NetBSD.org] / pkgsrc / www / w3m-img
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.33 / (download) - annotate - [select for diffs], Tue Oct 24 22:11:35 2023 UTC (5 weeks, 1 day ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.32: +2 -1
lines
Diff to previous 1.32 (colored)
*: bump for openssl 3
Revision 1.32 / (download) - annotate - [select for diffs], Thu Apr 27 13:26:19 2023 UTC (7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
w3m*: update to 0.5.3git20230121 2023-01-21 Tatsuya Kinoshita <tats@debian.org> * NEWS: Update NEWS to 0.5.3+git20230121. 2023-01-15 Tatsuya Kinoshita <tats@debian.org> * scripts/w3mman/w3mman2html.cgi.in: Add GROFF_NO_SGR=1 to w3mman2html.cgi for non-Debian groff. Bug-Debian: https://github.com/tats/w3m/pull/238 Bug-Debian: https://github.com/tats/w3m/issues/201 * scripts/w3mman/w3mman2html.cgi.in: Revert "Turn ansi escape sequences into html tags". This reverts commit 44af9271e0e984544762e2212549f134c86b4418. cf. https://github.com/tats/w3m/pull/238 2023-01-12 Tatsuya Kinoshita <tats@debian.org> * fm.h, rc.c: Do not expand config value of tmp_dir. * config.h.dist, config.h.in, configure, configure.ac, rc.c: Use faccessat for rc_dir and tmp_dir. * local.c: Allow writeLocalCookie even when no_rc_dir. * main.c, rc.c: Call wtf_init in sync_with_option. * rc.c: Avoid modifying read-only rc_dir. * fm.h, main.c, proto.h, rc.c: Make tmp_dir if not found. 2023-01-09 Tatsuya Kinoshita <tats@debian.org> * NEWS: Prepare NEWS for w3m 0.5.3+git202301XX. * doc-de/FAQ.html, doc-jp/FAQ.html, doc/FAQ.html: Remove obsolete documents. * doc-de/FAQ.html, doc-de/MANUAL.html: Wrap long lines to avoid Lintian warnings. 2023-01-07 Tatsuya Kinoshita <tats@debian.org> * file.c: Only read a first title. * file.c, fm.h: Revert "Only read title when in head". This reverts commit 0189e8aa5c4c4919a9bbc4dcbe0e521aada51e3c. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020215 2023-01-06 Tatsuya Kinoshita <tats@debian.org> * file.c: Indentation fix for HTMLtagproc1. 2023-01-06 Robert Alm Nilsson <robert@robalni.org> * file.c, fm.h: Only read title when in head. Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020215 2023-01-06 Tatsuya Kinoshita <tats@debian.org> * libwc/charset.c: Avoid locale sensitive tolower in wc_charset_to_ces. 2023-01-06 Sertaç . Yıldız <sertacyildiz@gmail.com> * libwc/charset.c: Fix charset declaration parser fails with turkish locale. Origin: https://bugzilla-attachments.redhat.com/attachment.cgi?id=160014 Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=249675 * history.c: Use st_mtime instead of st_mtim.tv_sec to compile on macos. cf. https://github.com/tats/w3m/pull/247 2023-01-06 Rene Kita <mail@rkta.de> * html.c, html.h, tagtable.tab: Recognize link targets in dfn elements. Refactor html.c. Align in html.c. Origin: https://github.com/tats/w3m/pull/259 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018696 * Makefile.in, form.c, main.c, util.c, util.h: Handle failed system calls. * display.c, display.h, file.c, form.c, main.c, proto.h, terms.h: Move declarations to appropiate header files. Origin: https://github.com/tats/w3m/pull/257 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=398989 * entity.js, etc.c, table.c, tests/allentity.expected: * tests/allentity.html: Skip soft hyphen when reading token. Fix generated HTML for entity test. Origin: https://github.com/tats/w3m/pull/256 Bug-Debian: https://github.com/tats/w3m/issues/224 Bug-Debian: https://github.com/tats/w3m/issues/258 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830173 * file.c: Check LESSOPEN to avoid undefined behaviour. Refactor lessopen_stream. Origin: https://github.com/tats/w3m/pull/254 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991608 2023-01-05 Markus Hiereth <translation@hiereth.de> * po/de.po: Update German message catalogue. Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011945#10 2023-01-05 Rene Kita <mail@rkta.de> * buffer.c: Exit with error if a new buffer can't be allocated. Origin: https://git.sr.ht/~rkta/w3m/commit/1f88544c1a009ed2088ff20973bcfffe6cbcb5de Bug-Debian: https://github.com/tats/w3m/pull/232 Bug-Debian: https://github.com/tats/w3m/pull/233 * history.c, history.h: Merge history file if it was modified after start. * history.h, proto.h: Move declarations to the appropriate header file. * history.c: Add comment to explain placement of the ifdef. * history.c, proto.h: Let loadHistory return an error code. * history.c: Use 'goto fail' to remove code duplication. Origin: https://github.com/tats/w3m/pull/247 Bug-Debian: https://github.com/tats/w3m/issues/176 2023-01-05 Alberto Fanjul <albertofanjul@gmail.com> * scripts/w3mman/w3mman2html.cgi.in: Turn ansi escape sequences into html tags. Origin: https://github.com/tats/w3m/pull/238 Bug-Debian: https://github.com/tats/w3m/issues/201 2023-01-04 Tatsuya Kinoshita <tats@debian.org> * po/de.po, po/it.po, po/ja.po, po/sv_SE.po, po/w3m.pot, po/zh_CN.po: * po/zh_TW.po: Update PO strings. * doc/MANUAL.html, doc/README.img, libwc/wc_types.h, main.c, rc.c: English fixes. cf. https://github.com/tats/w3m/pull/241 2023-01-04 Rene Kita <mail@rkta.de> * rc.c: Remove unused variable. * table.c: Remove a warning for bzero with GCC 12. * file.c: Fix potential null pointer dereference. * .github/workflows/build.yml: Don't error out on deprecated declaration warnings. Origin: https://github.com/tats/w3m/pull/255 cf. https://github.com/tats/w3m/issues/252 2023-01-04 nico <smnicolas@gmail.com> * doc/MANUAL.html, doc/w3m.1, fm.h, main.c, rc.c, terms.c: Add high-intensity colors option and cli flag. Origin: https://github.com/tats/w3m/pull/251 cf. https://github.com/tats/w3m/issues/250 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626291 2023-01-04 Trafficone <trafficone@gmail.com> * doc/README.SSL, doc/README.keymap, doc/README.menu: Translate from doc-jp. * doc/README.cookie, doc/README.func, doc/README.img, doc/README.m17n: * doc/README.passwd: Clarified wording. Minor grammar changes. Origin: https://github.com/tats/w3m/pull/241 2022-12-25 Tatsuya Kinoshita <tats@debian.org> * configure: Update configure with acinclude.m4. 2022-12-25 Sam James <sam@gentoo.org> * acinclude.m4: Fix configure tests broken with Clang 16. Origin: https://github.com/tats/w3m/pull/248 2022-12-25 Rin Okuyama <rokuyama.rk@gmail.com> * image.c, terms.c: For sixel, no need to round image size to multiple of character size. Origin: https://github.com/tats/w3m/pull/246 * image.c: Display resized image for OSC 5379 (mlterm). Origin: https://github.com/tats/w3m/pull/245 2022-12-25 Rene Kita <mail@rkta.de> * doc/README.siteconf: Say what the comment character is. Use the comment character in Examples. Origin: https://github.com/tats/w3m/pull/237 * main.c: Retry if loading of a file fails when argv_is_url. Origin: https://github.com/tats/w3m/pull/235 Bug-Debian: https://github.com/tats/w3m/issues/210 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537761 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946440 2022-12-25 NRK <nrk@disroot.org> * image.c: remove duplicate declaration. * cookie.c, entity.c, file.c, frame.c, func.c, image.c, linein.c: * mailcap.c, main.c, rc.c, rc.h, table.c, terms.c, terms.h: * w3mbookmark.c, w3mhelperpanel.c: fix all -Wmissing-prototypes warnings. * file.c, history.c, history.h, indep.c, indep.h, mailcap.c, proto.h: * rc.c, terms.c, url.c: fix some -Wstrict-prototypes warnings. Origin: https://github.com/tats/w3m/pull/234 2022-12-25 Rene Kita <mail@rkta.de> * .github/workflows/build.yml: Add GitHub Action to build source when pushing. Origin: https://github.com/tats/w3m/pull/228 2022-12-21 Tatsuya Kinoshita <tats@debian.org> * po/de.po, po/it.po, po/ja.po, po/sv_SE.po, po/w3m.pot, po/zh_CN.po: * po/zh_TW.po: Update PO strings. 2022-12-21 Rene Kita <mail@rkta.de> * etc.c, fm.h, history.c, rc.c: Add option to set directory for temporary files. Origin: https://github.com/tats/w3m/pull/219 cf. https://github.com/tats/w3m/issues/130 2022-12-21 Yash Lala <yashlala@gmail.com> * rc.c: Use `Strnew_charp()` to create `char *` instead of `strdup()`. * rc.c: refactor: Substitute some clunky code with a `strdup()`. * doc/FAQ.html, doc/MANUAL.html, doc/w3m.1, rc.c: Set `rc_dir` based on `W3M_DIR` environment variable. Origin: https://github.com/tats/w3m/pull/207 cf. https://github.com/tats/w3m/issues/130 2022-12-20 Tatsuya Kinoshita <tats@debian.org> * etc.c: Fix potential overflow in checkType. * etc.c: Fix m17n backspace handling causes out-of-bounds write in checkType. [CVE-2022-38223] Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019599 Bug-Debian: https://github.com/tats/w3m/issues/242
Revision 1.31 / (download) - annotate - [select for diffs], Thu Mar 12 18:22:55 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.30: +1 -2
lines
Diff to previous 1.30 (colored)
w3m: update to 0.5.3.20190105 Debian's w3m 0.5.3+git20190105 * bug fixes - do not use deprecated features with OpenSSL 1.1 - fix dependency for Imlib2 - fix that the mark_all_pages option works - respect the simple_preserve_space option for table cells - fix error handling for ~/.w3m/request.log and localcgi_post() * new feature - w3mman supports specifying a section number during a keyword search
Revision 1.30 / (download) - annotate - [select for diffs], Sat Jan 18 21:51:12 2020 UTC (3 years, 10 months ago) by jperkin
Branch: MAIN
Changes since 1.29: +2 -1
lines
Diff to previous 1.29 (colored)
*: Recursive revision bump for openssl 1.1.1.
Revision 1.28.6.1 / (download) - annotate - [select for diffs], Mon Nov 28 20:22:06 2016 UTC (7 years ago) by bsiegert
Branch: pkgsrc-2016Q3
Changes since 1.28: +3 -4
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Pullup ticket #5162 - requested by wiz www/w3m: security fix www/w3m-img: security fix Revisions pulled up: - www/w3m-img/Makefile 1.29 - www/w3m-img/PLIST 1.1 - www/w3m/Makefile 1.78 - www/w3m/Makefile.common 1.62-1.63 - www/w3m/PLIST 1.17 - www/w3m/distinfo 1.27-1.29 - www/w3m/options.mk 1.15 - www/w3m/patches/patch-aa deleted - www/w3m/patches/patch-ab deleted - www/w3m/patches/patch-ac deleted - www/w3m/patches/patch-ak deleted - www/w3m/patches/patch-al deleted - www/w3m/patches/patch-scripts_w3mman_w3mman2html.cgi.in deleted --- Module Name: pkgsrc Committed By: wiz Date: Sun Nov 6 19:26:35 UTC 2016 Modified Files: pkgsrc/www/w3m: Makefile Makefile.common PLIST distinfo options.mk pkgsrc/www/w3m/patches: patch-ab Log Message: Updated w3m to 0.5.3.0.20161031. Switch from dead sourceforge original to debian-maintained github version. * new features - support OSC 5379 remote imaging and sixel graphics - support SGR style mouse handler - support 32-bit color images - support FreeBSD framebuffer - support button element - support meta charset - add extbrowser4..9 - add display_borders to display 0 pixel table borders - add siteconf feature - add German translation for options setting panel - add translations for de, zh_CN and zh_TW * bug fixes - fix segfaults with malformed text - disable SSLv2 and SSLv3 by default [CVE-2014-3566] - set ssl_verify_server to 1 by default - disable RC4, export ciphers, and keys < 128 bits - use SSL_OP_NO_COMPRESSION due to "CRIME attack" [CVE-2012-4929] - use SSL_MODE_RELEASE_BUFFERS - disable USE_EGD for LibreSSL - appease gcc -Werror=format-security - option -s is now "squeeze multiple blank lines" to work as pager, and -j and -e are obsolete, so use -O{s|j|e} to specify display charset - accept single quoted meta refresh URL - assume "text" if a form input type is unknown - accept cookies by default - set use_dictcommand to 1 by default - set default_url to 1 by default - set argv_is_url to 1 by default - set alt_entity to 0 by default - fix build problems with Boehm GC 7.2, imlib2 1.4.6 and glibc 2.14 - fix parallel make failure - fix incorrect ucs_ambwidth_map - and many fixes --- Module Name: pkgsrc Committed By: wiz Date: Sun Nov 6 19:27:16 UTC 2016 Modified Files: pkgsrc/www/w3m-img: Makefile Added Files: pkgsrc/www/w3m-img: PLIST Log Message: Updated w3m-img to 0.5.3.0.20161031. Changes same as for www/w3m. --- Module Name: pkgsrc Committed By: wiz Date: Sun Nov 6 19:27:25 UTC 2016 Removed Files: pkgsrc/www/w3m/patches: patch-aa patch-ac patch-ak patch-al patch-scripts_w3mman_w3mman2html.cgi.in Log Message: Remove obsolete patches. --- Module Name: pkgsrc Committed By: wiz Date: Sun Nov 6 19:30:42 UTC 2016 Modified Files: pkgsrc/www/w3m: distinfo pkgsrc/www/w3m/patches: patch-ab Log Message: Add upstream bug report URL. --- Module Name: pkgsrc Committed By: wiz Date: Tue Nov 22 14:36:38 UTC 2016 Modified Files: pkgsrc/www/w3m: Makefile.common distinfo Log Message: Updated w3m to 0.5.3.0.20161120. Debian's w3m 0.5.3+git20161120 * bug fixes - fix multiple flaws with malformed text (stack overflow, buffer overflow, null deref, out of memory) - fix stack overflow with nested table and textarea [CVE-2016-9439] - fix suspend (^Z) behavior --- Module Name: pkgsrc Committed By: wiz Date: Tue Nov 22 15:24:43 UTC 2016 Removed Files: pkgsrc/www/w3m/patches: patch-ab Log Message: Remove integrated patch.
Revision 1.29 / (download) - annotate - [select for diffs], Sun Nov 6 19:27:16 2016 UTC (7 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.28: +3 -4
lines
Diff to previous 1.28 (colored)
Updated w3m-img to 0.5.3.0.20161031. Changes same as for www/w3m.
Revision 1.28 / (download) - annotate - [select for diffs], Sat Mar 5 11:29:40 2016 UTC (7 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Branch point for: pkgsrc-2016Q3
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Bump PKGREVISION for security/openssl ABI bump.
Revision 1.27 / (download) - annotate - [select for diffs], Wed Apr 30 14:19:42 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Bump PKGREVISION for boehm-gc default-on threads, just to be on the safe side.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Apr 21 13:25:54 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
recursive bump for boehm-gc API bump
Revision 1.25 / (download) - annotate - [select for diffs], Wed Feb 12 23:18:47 2014 UTC (9 years, 9 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Recursive PKGREVISION bump for OpenSSL API version bump.
Revision 1.24 / (download) - annotate - [select for diffs], Sat Apr 6 03:45:27 2013 UTC (10 years, 7 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Fixes: COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
Revision 1.23 / (download) - annotate - [select for diffs], Fri Apr 22 13:45:23 2011 UTC (12 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.22 / (download) - annotate - [select for diffs], Tue Apr 5 05:55:30 2011 UTC (12 years, 7 months ago) by uebayasi
Branch: MAIN
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Support single quote meta refresh. Bump revision. pkg/42400 by Ryo ONODERA, thanks.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Jan 21 23:34:14 2011 UTC (12 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.20: +1 -2
lines
Diff to previous 1.20 (colored)
Update w3m and w3m-img to 0.5.3. Some pkglint cleanup and DESCR rewording while here. XXX: I don't see what w3m-img does differently? Changes: w3m 0.5.3 - 2011-01-15 * security fix - fix vulnerabilities indicated by bugs.debian.org. - suppress sending Referer, if https:// -> http:// * new features - adapt w3mimg to native windows on MS Windows. - support xterm-incompatible terminals without gpm. - add "xhtml" to default guess. - introduce option pseudo_inlines. - add option to avoid "wrong number of dots" error in cookies. * other bug fixes - fix "important" bugs from bugs.debian.org - preserve spaces in multibyte context. - fix proxy authentication.
Revision 1.19.4.1 / (download) - annotate - [select for diffs], Sun Jul 4 07:28:54 2010 UTC (13 years, 4 months ago) by agc
Branch: pkgsrc-2010Q2
Changes since 1.19: +2 -3
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching error, and to sync with reality.
Revision 1.19.2.1 / (download) - annotate - [select for diffs], Fri Jul 2 09:22:04 2010 UTC (13 years, 5 months ago) by spz
Branch: pkgsrc-2010Q1
Changes since 1.19: +2 -3
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
Pullup ticket 3153 - requested by tron security patch Revisions pulled up: - pkgsrc/www/w3m/Makefile 1.58 - pkgsrc/www/w3m/distinfo 1.21 - pkgsrc/www/w3m-img/Makefile 1.20 Files added: pkgsrc/www/w3m/patches/patch-ac pkgsrc/www/w3m/patches/patch-ad ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Thu Jul 1 18:50:15 UTC 2010 Modified Files: pkgsrc/www/w3m: Makefile distinfo pkgsrc/www/w3m-img: Makefile Added Files: pkgsrc/www/w3m/patches: patch-ac patch-ad Log Message: Add patch by Ludwig Nussel to fix the certificate spoofing vulnerability reported in CVE-2010-2074. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/www/w3m/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/w3m/distinfo cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/w3m-img/Makefile cvs rdiff -u -r0 -r1.14 pkgsrc/www/w3m/patches/patch-ac cvs rdiff -u -r0 -r1.8 pkgsrc/www/w3m/patches/patch-ad
Revision 1.20 / (download) - annotate - [select for diffs], Thu Jul 1 18:50:15 2010 UTC (13 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.19: +2 -3
lines
Diff to previous 1.19 (colored)
Add patch by Ludwig Nussel to fix the certificate spoofing vulnerability reported in CVE-2010-2074.
Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 24 13:26:12 2010 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q1-base
Branch point for: pkgsrc-2010Q2,
pkgsrc-2010Q1
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
More PKGREVISION bumps of jpeg dependencies. Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz.
Revision 1.18 / (download) - annotate - [select for diffs], Wed Aug 19 06:17:10 2009 UTC (14 years, 3 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Bump PKGREVISION of w3m-img because the default options of w3m has been changed.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Dec 13 04:21:28 2008 UTC (14 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.16: +1 -3
lines
Diff to previous 1.16 (colored)
Modular Xorg support should not in w3m-img/Makefile. It really depend on option of w3m.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Mar 5 18:01:50 2008 UTC (15 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
+ Include termcap.buildlink3.mk instead of using ${OPSYS} to guess at the right terminal library. Bump the PKGREVISION of www/w3m and www/w3m-img to 2.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 18 05:09:54 2008 UTC (15 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
Per the process outlined in revbump(1), perform a recursive revbump on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
Revision 1.14 / (download) - annotate - [select for diffs], Sat Jun 2 02:35:44 2007 UTC (16 years, 6 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.13: +1 -2
lines
Diff to previous 1.13 (colored)
Update w3m to 0.5.2. w3m 0.5.2 - 2007-05-31 * security fix - fix format string vulnerability. * new features - support gtk2 with w3m-img. - new option for LiveHTTPHeaders-like logs. - new option to fontify <del>, <s>, <ins>, and so on. * other bug fixes - avoid errors in "configure" and "make". - '\n' handling in attributes' values of HTML tags.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 9 09:16:21 2007 UTC (16 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (colored)
Modular Xorg support.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 11 14:48:29 2006 UTC (17 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
Needs msgfmt.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:29 2006 UTC (17 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jul 30 11:32:05 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Add missing file to PLIST. Bump PKGREVISION.
Revision 1.9 / (download) - annotate - [select for diffs], Thu May 5 20:50:49 2005 UTC (18 years, 6 months ago) by kei
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
fix/improvement from Jeremy C. Reed. - honor PKG_SYSCONFDIR. - --with-termlib=ncurses is needed under linux. - specify ${MAIL_CMD}, not 'Mail' directly as mailer. bump PKGREVISION.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Dec 28 23:18:18 2004 UTC (18 years, 11 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Bump PKGREVISIONs due to libtiff update. Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 18 10:49:49 2004 UTC (19 years, 4 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
bump PKGREVISIONs for last boehm-gc update (BUILDLINKS_DEPENDS change)
Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 18 12:08:43 2004 UTC (19 years, 7 months ago) by uebayasi
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.5: +7 -6
lines
Diff to previous 1.5 (colored)
Update W3m from 0.4.0 to 0.5. Now M17N patch is merged into the main development now. Pkgsrc changes: * Simplify options. * XXX "M17N without Unicode" is broken now. This should be fixed. Other changes in W3m: w3m 0.5 - 2004-03-22 * gettextize * m17n patch merged w3m 0.4.2 - 2003-09-23 * options: -4, -6 * configuration file in $(sysconfdir)/$(package)/ * func: NEXT_VISITED, PREV_VISITED * autoconfiscate (partially) * rc: use_history w3m 0.4.1 - 2003-03-07 * fix bugs - completion segfault in lineinput - incremental search - URL pattern fix - UFhalfclose bug - allow pipe in shell command - enhance ftp directory support - linenumber in edit - fix Bug#181897 - W3M_TTY problem fixed
Revision 1.5 / (download) - annotate - [select for diffs], Fri Mar 26 02:27:58 2004 UTC (19 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
PKGREVISION bump after openssl-security-fix-update to 0.9.6m. Buildlink files: RECOMMENDED version changed to current version.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 22 04:14:38 2003 UTC (20 years, 4 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
COMMENT should start with a capital letter.
Revision 1.3 / (download) - annotate - [select for diffs], Fri May 2 11:56:47 2003 UTC (20 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Dependency bumps, needed because of devel/pth's major bump, and related dependency bumps.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 22 03:28:01 2003 UTC (20 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Remove bogus dependencies for w3m-img, and bump PKGREVISION. Noted by Takeshi Nakayama in PR 20734.
Revision 1.1.1.1.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 19:04:48 2002 UTC (21 years, 5 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1.2.1: +14 -0
lines
Diff to previous 1.1.1.1.2.1 (colored) to branchpoint 1.1.1.1 (colored) next main 1.2 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.1.1.1.2.1, Fri May 10 06:29:39 2002 UTC (21 years, 6 months ago) by jlam
Branch: buildlink2
Changes since 1.1.1.1: +0 -14
lines
FILE REMOVED
file Makefile was added on branch buildlink2 on 2002-06-23 19:04:48 +0000
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri May 10 06:29:39 2002 UTC (21 years, 6 months ago) by kei
Branch: TNF
CVS Tags: pkgviews,
pkgsrc-base,
netbsd-1-6-1,
netbsd-1-6,
buildlink2-base
Branch point for: buildlink2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
splitted w3m package into w3m and w3m-img, which disables/enables inline image support, respectively. inline image support requires glib, which is so large for such as light- weight text-based browser w3m especially on slower ports. it's based on the diffs supplied by uebayashi. This also addresses pkg/16495.
Revision 1.1 / (download) - annotate - [select for diffs], Fri May 10 06:29:39 2002 UTC (21 years, 6 months ago) by kei
Branch: MAIN
CVS Tags: pkgviews-base,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base
Initial revision