pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xscope
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 9 06:37:17 UTC 2025
Modified Files:
pkgsrc/x11/xscope: Makefile distinfo
Log Message:
xscope: update to 1.4.5.
Support for using inet_ntop() was originally added to support IPv6, and
only used for IPv6 addresses. Two decades later, this interface is
ubiquitous and OS'es have starting marking the old interfaces as deprecated,
so this release changes to use the modern interface whenever we can now.
(Note that code included from xtrans will only use the modern interfaces
when IPv6 is disabled if building against xtrans 1.6.0 or later.)
Alan Coopersmith (5):
Remove ifdefs checking for ultrix & hpux
Use closefrom() if available
InitializeFD: only define "i" if we're going to use it
if inet_ntop() is available, use it for IPv4 addresses as well
xscope 1.4.5
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xscope/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xscope/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xscope/Makefile
diff -u pkgsrc/x11/xscope/Makefile:1.8 pkgsrc/x11/xscope/Makefile:1.9
--- pkgsrc/x11/xscope/Makefile:1.8 Sun Jun 4 05:16:53 2023
+++ pkgsrc/x11/xscope/Makefile Sun Mar 9 06:37:17 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/06/04 05:16:53 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/03/09 06:37:17 wiz Exp $
-DISTNAME= xscope-1.4.4
+DISTNAME= xscope-1.4.5
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/x11/xscope/distinfo
diff -u pkgsrc/x11/xscope/distinfo:1.9 pkgsrc/x11/xscope/distinfo:1.10
--- pkgsrc/x11/xscope/distinfo:1.9 Sun Jun 4 05:16:53 2023
+++ pkgsrc/x11/xscope/distinfo Sun Mar 9 06:37:17 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/06/04 05:16:53 wiz Exp $
+$NetBSD: distinfo,v 1.10 2025/03/09 06:37:17 wiz Exp $
-BLAKE2s (xscope-1.4.4.tar.xz) = a027beae8ceb3f028dea3d831f3efcc9a058d7c173e3467a2f8a7ad9be669ce9
-SHA512 (xscope-1.4.4.tar.xz) = 3a9fe1e58fa7671a91a2364d7b50cf005c9b1aac18b958e8356d5733e0758534d0974c6b982935270f17277224d4efe9b2e4553f45fdb7b3aab0cbf059a8b843
-Size (xscope-1.4.4.tar.xz) = 202980 bytes
+BLAKE2s (xscope-1.4.5.tar.xz) = d7799ea9c5d9ef4caae3dae5fa4c8bbb946b403bcbd85c5e8d366c06d75930af
+SHA512 (xscope-1.4.5.tar.xz) = f880d25e92ebebaa41fd08e801c8766d0452d57cc6e807df83c45e5fc9dc51c2dd82efe14f2f8c011ddce3172a0130caac939953d519ef516ea6e09e1bf1f2e9
+Size (xscope-1.4.5.tar.xz) = 206412 bytes
Home |
Main Index |
Thread Index |
Old Index