summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-01-24 22:34:07 +0000
committermef <mef@pkgsrc.org>2022-01-24 22:34:07 +0000
commitdaf7937f8bbd7391b07e2f4a8fc65c6d3cb796c1 (patch)
treebf41705c3b8eeaf00c1bfb0e90e08c062eb9cd0f /cad
parent3c4d112834e7abffe0942d928574af73bf6a456d (diff)
downloadpkgsrc-daf7937f8bbd7391b07e2f4a8fc65c6d3cb796c1.tar.gz
(cad/klayout) Updated 0.27.5 to 0.27.7
0.27.7 (2022-01-12): * Bugfix: %GITHUB%/issues/969 PCell error (infinite recursion) 0.27.6 (2022-01-04): * Enhancement: %GITHUB%/issues/963 Display snapped position in main window * Bugfix: %GITHUB%/issues/960 Cap values range now shown in netlist browser * Bugfix: %GITHUB%/issues/954 Fixed a device extraction glitch * Bugfix: %GITHUB%/issues/951 Internal error fixed when deleting the cell you're sitting at Side effect: copy & paste of cells is correctly disabled now in viewer mode * Bugfix: %GITHUB%/issues/942 Technology file routing suffix string typo * Bugfix: %GITHUB%/issues/946 Python: __file__ returns quoted path string * Bugfix: DRC check for equal width now returns more consistent results Previously, a check like "layer.drc(width == something)" was not flagging all candidates correctly. * Enhancement: A PCell can request "lazy evaluation" now This means that a parameter change needs to be committed in the UI before it is being taken. This way, slow PCell evaluation will not make the application stall. To add this feature, reimplement "wants_lazy_evaluation" in the PCell class to return "true". * Enhancement: "lvs_data" is a global function now in LVS scripts * Bugfix: less liberal evaluation of expressions in string to numeric conversion This will fix a potential vulnerability which allows someone to sneak in expression code through malicious configuration, technology or layer properties files.
Diffstat (limited to 'cad')
-rw-r--r--cad/klayout/Makefile4
-rw-r--r--cad/klayout/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index a9138fc127e..477ad5cef9a 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2021/12/12 03:14:41 mef Exp $
+# $NetBSD: Makefile,v 1.45 2022/01/24 22:34:07 mef Exp $
-DISTNAME= klayout-0.27.5
+DISTNAME= klayout-0.27.7
CATEGORIES= cad
MASTER_SITES= http://www.klayout.org/downloads/source/
diff --git a/cad/klayout/distinfo b/cad/klayout/distinfo
index 5c669414260..9b85d670596 100644
--- a/cad/klayout/distinfo
+++ b/cad/klayout/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2021/12/12 03:14:41 mef Exp $
+$NetBSD: distinfo,v 1.21 2022/01/24 22:34:07 mef Exp $
-BLAKE2s (klayout-0.27.5.tar.gz) = e26b0e46234375a1de10917893fb6c491741fa1dc54cba317006d24e8360273e
-SHA512 (klayout-0.27.5.tar.gz) = 6ca323d9f9250493149b767fd8fd8c82f30eb723c1c1e3c77a5a5b782303d92199cd76cc4a91f025ea94e1adaff53c9fb4c0f302ae28510a388613c5547ae871
-Size (klayout-0.27.5.tar.gz) = 57330651 bytes
+BLAKE2s (klayout-0.27.7.tar.gz) = 067e6dc06dd32d6b6f6b3930de071f9ee9f43ed0a95955106a33d952f19ae8a4
+SHA512 (klayout-0.27.7.tar.gz) = f4b4f3f2216307df5dca3b9c9c4eee5b45e5811a3307f36d3ad759d33beb8cd83880485284492583b891ee8bbf2866cae0ce87b5c5971478d8ad8daad315bb09
+Size (klayout-0.27.7.tar.gz) = 57348398 bytes
SHA1 (patch-config_Makefile.conf.freebsd-32-gcc-release) = 0eaac4f5bd5441976f6113f37b1643653f4fdea4
SHA1 (patch-config_Makefile.conf.netbsd-32-gcc-release) = b18e6708a2b40c69275bb6c285ddebb49e9808bb
SHA1 (patch-src_lay_lay_layApplication.cc) = fa42542213519e8c04820ab08ce5c1385bf8b860