summaryrefslogtreecommitdiff
path: root/cad/gnetlist
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2009-02-01 05:20:00 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2009-02-01 05:20:00 +0000
commit99248208e18ae493e4d74acd752c61a8a96264e3 (patch)
tree29d6c12d6f7268381c51e901116c9f04efffcf47 /cad/gnetlist
parent360471cf79383641616787deec9bd1e1f38e3d19 (diff)
downloadpkgsrc-99248208e18ae493e4d74acd752c61a8a96264e3.tar.gz
Update the geda suite to 1.4.3. Changes since the last packaged
version (1.4.0) are listed below. ------------------------- Changes in this release only (since v1.4.0): Carlos Nieves Onega (1): * Fix missing %s in two strings. Patrick Bernaud (1): * Fix memory leak in gschem. Peter Clifton (2): * Fix verilog and VHDL netlist backends * Add libgeda/po/POTFILES.skip for intl/plural.c Peter TB Brett (1): * Don't crash on zero snap grid spacing [2026598] Werner Hoch (4): * Fix drawing artefact in rubbernet drawing code * update the pinnumbers if a slot attribute is deleted * o_delete_text(): only call o_attrib_slot_update() for COMPLEX objects. * libgeda: fixed EOL handling for mixed windows/linux usage ------------------------- Changes in this release only (since v1.4.1): Ales Hvezda (2): * Fixed up all icon-theme-installer files to work with non-bash * Bumped the revision on libgeda's shared library and updated versions. Carlos Nieves Onega (1): * Changed shell from bash to sh in icon-theme-installer Dan McMahill (1): * Avoid insecure temp file usage. Peter Clifton (3): * gattrib: Don't special-case ignore components with "graphical" attribute. * gattrib: Don't crash if we can't find data in the sheet. Bug #2214739 * Calculate bounds of new object when copying an embedded complex. Werner Hoch (1): * libgeda: changed object adding flag for embeded symbols [#1692626] ------------------------- Changes in this release only (since v1.4.2): Patrick Bernaud (1): * Enable promotion of attributes when adding a component from guile. Peter Clifton (7): * gschem: Ensure we invalidate the region of text's origin marker * gnetlist: Fixup systemc backend * gschem: Don't add invalid attributes to the multiattrib dialog list * gschem: Check for self-connecting COMPLEX before deleting. Fix #1912859 * gschem: Remove stretched object from stretch list if we delete it * o_move_end_rubberband(): Rework creating connectivity lists. Fix #2017356 * gschlas: Fix segfault opening file Peter TB Brett (1): * Validate calls to scm_c_eval_string(). [2105219] Werner Hoch (1): * gschem: redraw empty preview on configure events [#2159047]
Diffstat (limited to 'cad/gnetlist')
-rw-r--r--cad/gnetlist/Makefile3
-rw-r--r--cad/gnetlist/distinfo9
-rw-r--r--cad/gnetlist/patches/patch-aa76
3 files changed, 5 insertions, 83 deletions
diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile
index 5d73f1c70d3..07e763e1195 100644
--- a/cad/gnetlist/Makefile
+++ b/cad/gnetlist/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2008/11/30 23:48:00 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.47 2009/02/01 05:20:01 dmcmahill Exp $
#
DISTNAME= geda-gnetlist-${PKGVERSION}
PKGNAME= gnetlist-${PKGVERSION}
-PKGREVISION= 1
CATEGORIES= cad
MAINTAINER= dmcmahill@NetBSD.org
diff --git a/cad/gnetlist/distinfo b/cad/gnetlist/distinfo
index 9d58880db0e..b64702f9f62 100644
--- a/cad/gnetlist/distinfo
+++ b/cad/gnetlist/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.25 2008/11/30 23:48:00 dmcmahill Exp $
+$NetBSD: distinfo,v 1.26 2009/02/01 05:20:01 dmcmahill Exp $
-SHA1 (geda/geda-gnetlist-1.4.0.tar.gz) = 494e4d9f323a935f6a858138101b5bed6788ce2f
-RMD160 (geda/geda-gnetlist-1.4.0.tar.gz) = 4e2c295ae6033da05cdffd62c28c41c4a5443843
-Size (geda/geda-gnetlist-1.4.0.tar.gz) = 402250 bytes
-SHA1 (patch-aa) = ce30c3a2d6541cc1e4c8b3762bbd1076d3748eb3
+SHA1 (geda/geda-gnetlist-1.4.3.tar.gz) = 8d44d7af1875e1d1a07b6e6f7b7fb8f3dc061283
+RMD160 (geda/geda-gnetlist-1.4.3.tar.gz) = e447bec38d1bcbdda5035510ad181f261bc55a44
+Size (geda/geda-gnetlist-1.4.3.tar.gz) = 408292 bytes
diff --git a/cad/gnetlist/patches/patch-aa b/cad/gnetlist/patches/patch-aa
deleted file mode 100644
index df6d548fcd8..00000000000
--- a/cad/gnetlist/patches/patch-aa
+++ /dev/null
@@ -1,76 +0,0 @@
-$NetBSD: patch-aa,v 1.13 2008/11/30 23:48:00 dmcmahill Exp $
-
-Address privilege-escalation vulnerability (http://secunia.com/advisories/32806/)
-due to insecure temp file usage.
-
-Patch from upstream sources.
---- scripts/sch2eaglepos.sh.orig 2007-12-30 02:49:04.000000000 +0000
-+++ scripts/sch2eaglepos.sh
-@@ -1,17 +1,23 @@
--#!/bin/bash
-+#!/bin/sh
- # By Braddock Gaskill (braddock@braddock.com), August 2004. This
- # software is hereby declared to be in the public domain by Braddock
- # Gaskill, the author.
- FNAME="$1"
- if [ -z "$FNAME" ]; then
-- echo "$0 <inputfile.sch>"
-- echo "This script will read a gschem schematic and attempt to
-- extract the relative positions of the components in the schematic,
-- and generate corresponding MOVE instructions for Eagle. You will
-- likely have to adjust XOFFSET, YOFFSET, XSCAL, and YSCALE at the
-- top of the script to obtain usable positions."
-- echo "By Braddock Gaskill (braddock@braddock.com), August 2004"
-- exit -1;
-+ cat << EOF
-+
-+$0 <inputfile.sch>
-+
-+This script will read a gschem schematic and attempt to
-+extract the relative positions of the components in the schematic,
-+and generate corresponding MOVE instructions for Eagle. You will
-+likely have to adjust XOFFSET, YOFFSET, XSCAL, and YSCALE at the
-+top of the script to obtain usable positions.
-+
-+By Braddock Gaskill (braddock@braddock.com), August 2004
-+
-+EOF
-+ exit -1
- fi
- XOFFSET=40000
- YOFFSET=33000
-@@ -20,10 +26,24 @@ YOFFSET=33000
- XSCALE=9000
- YSCALE=9000
-
--TMP=/tmp/$$
--grep -B1 refdes= "$FNAME" |sed 's/=/ /' | cut -d" " -f2,3 |grep -v '^--' >/tmp/$$
-+tmpdir=/tmp/$$
-+mkdir -m 0700 -p $tmpdir
-+rc=$?
-+if test $rc -ne 0 ; then
-+ cat << EOF
-+
-+$0: ERROR -- Failed to create $tmpdir with 0700 permissions. mkdir returned $rc.
-
--3<$TMP
-+Make sure that $tmpdir does not already exist and that you have permissions to
-+create it.
-+
-+EOF
-+ exit 1
-+fi
-+tmpf=${tmpdir}/tmpf
-+grep -B1 refdes= "$FNAME" |sed 's/=/ /' | cut -d" " -f2,3 |grep -v '^--' >${tmpf}
-+
-+3<$tmpf
- while read -u 3; do
- # the directory on the client to backup
- X=`echo $REPLY | cut -d' ' -f1`
-@@ -34,4 +54,5 @@ while read -u 3; do
- Y=`echo "scale=5; ($Y - $YOFFSET) / $YSCALE" |bc`
- echo "MOVE '$PART' ($X $Y);"
- done
--rm "$TMP"
-+rm -fr "${tmpdir}"
-+