pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/lagrange



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Sep 19 08:56:04 UTC 2021

Modified Files:
        pkgsrc/net/lagrange: Makefile distinfo

Log Message:
lagrange: update to 1.6.5

(v1.6.3) Input field improvements: highlight domain name in URLs, hide default Gemini scheme if narrow, selecting all text, retain focus in background. Fixed bugs: delay when splitting the view; 
initial split view background; line break modifier affecting all input fields; potential hang when aborting a connection.

(v1.6.4) UTF-8 text files can be viewed in the app regardless of file extension. Added ENABLE_RESIZE_DRAW build option. Fixed bugs: cursor positioning and text insertion around variation selectors; 
"Unknown Status Code" in Page Information; network requests getting stuck before anything is sent; possible crash when clicking on sidebar items; freeze after a network request is cancelled 
(OpenBSD); page contents not reflowing during window resize.

(v1.6.5) Audio init errors are no longer fatal. Fixed tab button appearance, cursor movement regression, right-clicking on sidebar tab buttons, crash with KMSDRM video driver, and minor text 
rendering artifacts.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/lagrange/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/lagrange/distinfo

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

Modified files:

Index: pkgsrc/net/lagrange/Makefile
diff -u pkgsrc/net/lagrange/Makefile:1.3 pkgsrc/net/lagrange/Makefile:1.4
--- pkgsrc/net/lagrange/Makefile:1.3    Wed Sep  8 21:05:16 2021
+++ pkgsrc/net/lagrange/Makefile        Sun Sep 19 08:56:04 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/09/08 21:05:16 nia Exp $
+# $NetBSD: Makefile,v 1.4 2021/09/19 08:56:04 nia Exp $
 
-DISTNAME=      lagrange-1.6.2
-PKGREVISION=   1
+DISTNAME=      lagrange-1.6.5
 CATEGORIES=    net
 MASTER_SITES=  https://git.skyjake.fi/gemini/lagrange/releases/download/v${PKGVERSION_NOREV}/
 

Index: pkgsrc/net/lagrange/distinfo
diff -u pkgsrc/net/lagrange/distinfo:1.2 pkgsrc/net/lagrange/distinfo:1.3
--- pkgsrc/net/lagrange/distinfo:1.2    Fri Aug 13 12:40:07 2021
+++ pkgsrc/net/lagrange/distinfo        Sun Sep 19 08:56:04 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2021/08/13 12:40:07 nia Exp $
+$NetBSD: distinfo,v 1.3 2021/09/19 08:56:04 nia Exp $
 
-SHA1 (lagrange-1.6.2.tar.gz) = 8172ca2768d55d8b2fe4a85da11970cb523cecdd
-RMD160 (lagrange-1.6.2.tar.gz) = 19473edd78958e353b13d8c9a09bc838513d1114
-SHA512 (lagrange-1.6.2.tar.gz) = 2f4ad3c93535e8cd8f8106bc7428d0ae00f09ee1dc37334c57bd16d685145250fcc71c4d118206cb30055cd4095f3095f0a23b944769668e6ff3ac11bd36a42f
-Size (lagrange-1.6.2.tar.gz) = 22708028 bytes
+SHA1 (lagrange-1.6.5.tar.gz) = 9acc14a116b09a123d5910a9adde22350969ac9c
+RMD160 (lagrange-1.6.5.tar.gz) = 2d50fba13de7c3975ce954b7e421729b3e18e720
+SHA512 (lagrange-1.6.5.tar.gz) = f86eac167f68221166fdb93ff26b33c070e771405a845884c3f1ccfd4c54cee6a207a21022d4e9ade48a33648ca3f5a607ac432879c6163ea494225448188e88
+Size (lagrange-1.6.5.tar.gz) = 22717536 bytes



Home | Main Index | Thread Index | Old Index