# HG changeset patch # User Rich Burridge # Date 1334694922 25200 # Node ID e524216b05865a36a35e009bfc49168c698f2a98 # Parent 41283dc43a0070b4a8fc864387c1c17016fd40b7 7161377 Update links to version 1.03 diff -r 41283dc43a00 -r e524216b0586 components/links/Makefile --- a/components/links/Makefile Tue Apr 17 12:16:59 2012 -0700 +++ b/components/links/Makefile Tue Apr 17 13:35:22 2012 -0700 @@ -18,26 +18,23 @@ # # CDDL HEADER END # -# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. # include ../../make-rules/shared-macros.mk COMPONENT_NAME= links -COMPONENT_VERSION= 1.00 +COMPONENT_VERSION= 1.03 +IPS_COMPONENT_VERSION= 1.0.3 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_PROJECT_URL= http://jikos.cz/~mikulas/links/ COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz -COMPONENT_ARCHIVE_HASH= sha1:b75ca797bb90c552ccb951016d1bf87e17bc2046 +COMPONENT_ARCHIVE_HASH= sha1:659b2492c97a1416855d3e0f5a5f18aed5160b8a COMPONENT_ARCHIVE_URL= http://www.jikos.cz/~mikulas/$(COMPONENT_NAME)/download/$(COMPONENT_ARCHIVE) include ../../make-rules/prep.mk include ../../make-rules/configure.mk include ../../make-rules/ips.mk -# Due to the leading zero problem with IPS versions we strip the leading -# zero and set IPS_COMPONENT_VERSION explicitly: -IPS_COMPONENT_VERSION= 1.0 - # Configure in links does not understand CC, CXX, etc. Need to generate a # new configure for it to configure and build properly. COMPONENT_PREP_ACTION= (cd $(@D) ; autoconf) diff -r 41283dc43a00 -r e524216b0586 components/links/links.license --- a/components/links/links.license Tue Apr 17 12:16:59 2012 -0700 +++ b/components/links/links.license Tue Apr 17 13:35:22 2012 -0700 @@ -1,3 +1,7 @@ +-------------- +- links 1.03 - +-------------- + Oracle elects to use only the GNU Lesser General Public License version 2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software where a choice of LGPL/GPL license versions are made available with the diff -r 41283dc43a00 -r e524216b0586 components/links/patches/html_r.c.patch --- a/components/links/patches/html_r.c.patch Tue Apr 17 12:16:59 2012 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ ---- links-1.00/html_r.c_ Mon Oct 17 03:49:38 2011 -+++ links-1.00/html_r.c Mon Oct 17 04:02:38 2011 -@@ -1292,6 +1292,7 @@ void html_interpret(struct session *ses) - struct document_options o; - struct f_data_c *fd, *cf = NULL; - /*debug("I");*/ -+ memset(&o, 0, sizeof(struct document_options)); - if (!ses->screen) { - ses->screen = mem_alloc(sizeof(struct f_data_c)); - memset(ses->screen, 0, sizeof(struct f_data_c));