pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

klayout: Update to 0.27.7



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Tue Jan 18 00:49:04 2022 +0900
Changeset:	31e3e473c78112ca6f103629067b805a8b7d7ff4

Modified Files:
	klayout/Makefile
	klayout/distinfo

Log Message:
klayout: Update 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.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=31e3e473c78112ca6f103629067b805a8b7d7ff4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 klayout/Makefile | 2 +-
 klayout/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/klayout/Makefile b/klayout/Makefile
index 836928b2f2..39e549ec71 100644
--- a/klayout/Makefile
+++ b/klayout/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.38 2021/05/29 06:08:56 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/klayout/distinfo b/klayout/distinfo
index fb70b781de..2537d56282 100644
--- a/klayout/distinfo
+++ b/klayout/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.16 2021/05/29 06:08:56 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


Home | Main Index | Thread Index | Old Index