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:   pin
Date:           Thu Aug  8 17:30:39 UTC 2024

Modified Files:
        pkgsrc/net/lagrange: Makefile distinfo

Log Message:
net/lagrange: update to 1.17.6

v1.17.6

 - Fixed memory leak: fetched pages were not always released from memory
   (reference miscount).
 - Fixed minor memory leak in list widgets.
 - Gopher: Autodetect Gemtext files based on file extension.
 - Updated UI translations.

v1.17.5

 - Fixed a few small memory leaks.
 - Fixed unnecessary copying of data while waiting for an audio buffer to become
   playable.
 - Gopher: Detect audio media type from file extension with the s item type
   (it's not always WAV).
 - Content that uses charset=utf-8 is checked for validity. If the encoding is
   invalid, the content is instead decoded as CP437 (if it has ANSI escapes;
   possibly it's ASCII art) or just Latin-1.
 - Remove ANSI escapes from window titles.
 - Modified rule for when 'text/plain' is assumed to actually be 'text/gemini'
   based on the file extension.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/lagrange/Makefile
cvs rdiff -u -r1.7 -r1.8 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.20 pkgsrc/net/lagrange/Makefile:1.21
--- pkgsrc/net/lagrange/Makefile:1.20   Sat Apr  6 08:06:30 2024
+++ pkgsrc/net/lagrange/Makefile        Thu Aug  8 17:30:39 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/04/06 08:06:30 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/08/08 17:30:39 pin Exp $
 
-DISTNAME=      lagrange-1.17.4
-PKGREVISION=   2
+DISTNAME=      lagrange-1.17.6
 CATEGORIES=    net
 MASTER_SITES=  https://git.skyjake.fi/gemini/lagrange/releases/download/v${PKGVERSION_NOREV}/
 
@@ -20,7 +19,7 @@ DEPENDS+=     zip-[0-9]*:../../archivers/zip
 .include "options.mk"
 .include "../../converters/fribidi/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../fonts/harfbuzz/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"

Index: pkgsrc/net/lagrange/distinfo
diff -u pkgsrc/net/lagrange/distinfo:1.7 pkgsrc/net/lagrange/distinfo:1.8
--- pkgsrc/net/lagrange/distinfo:1.7    Wed Nov 22 07:32:25 2023
+++ pkgsrc/net/lagrange/distinfo        Thu Aug  8 17:30:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/11/22 07:32:25 yhardy Exp $
+$NetBSD: distinfo,v 1.8 2024/08/08 17:30:39 pin Exp $
 
-BLAKE2s (lagrange-1.17.4.tar.gz) = d566151644f02c9909aa0790de26be9f75ada6acbe94c3dc60453b2654a76da9
-SHA512 (lagrange-1.17.4.tar.gz) = 772c19b7507de6f86c2d46479f625b132e1a3f97d1efd6fbdf9ad6c74d30b3f17626b0953ff0f3d79af2e457ef2c47f486316a19f4f014aae5807466ad6044d3
-Size (lagrange-1.17.4.tar.gz) = 10209579 bytes
+BLAKE2s (lagrange-1.17.6.tar.gz) = 568f4821e862df1e5b62250b6f729661a9edb68eb6c5ecbda9f34f246b2da483
+SHA512 (lagrange-1.17.6.tar.gz) = d5f03d995557c676b9b540315c1cfb636f72382928d98a3e6f8d516295658a656a253fdc05327fe78b5a7d30121677a257e4fbfa0bcaa6b4bc2cf9ef617d8f32
+Size (lagrange-1.17.6.tar.gz) = 10212490 bytes



Home | Main Index | Thread Index | Old Index