pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libxshmfence



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 18 17:47:18 UTC 2022

Modified Files:
        pkgsrc/x11/libxshmfence: Makefile distinfo

Log Message:
libxshmfence: update to 1.3.1.

Alan Coopersmith (6):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      libxshmfence 1.3.1

Jan Beich (2):
      alloc: prefer atomic close-on-exec without O_TMPFILE as well
      alloc: prefer SHM_ANON on FreeBSD a la memfd_create


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/libxshmfence/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/libxshmfence/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/libxshmfence/Makefile
diff -u pkgsrc/x11/libxshmfence/Makefile:1.17 pkgsrc/x11/libxshmfence/Makefile:1.18
--- pkgsrc/x11/libxshmfence/Makefile:1.17       Sun Apr 10 08:53:17 2022
+++ pkgsrc/x11/libxshmfence/Makefile    Tue Oct 18 17:47:18 2022
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2022/04/10 08:53:17 nia Exp $
+# $NetBSD: Makefile,v 1.18 2022/10/18 17:47:18 wiz Exp $
 
-DISTNAME=      libxshmfence-1.3
-PKGREVISION=   3
+DISTNAME=      libxshmfence-1.3.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/

Index: pkgsrc/x11/libxshmfence/distinfo
diff -u pkgsrc/x11/libxshmfence/distinfo:1.7 pkgsrc/x11/libxshmfence/distinfo:1.8
--- pkgsrc/x11/libxshmfence/distinfo:1.7        Tue Oct 26 11:34:10 2021
+++ pkgsrc/x11/libxshmfence/distinfo    Tue Oct 18 17:47:18 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:34:10 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/10/18 17:47:18 wiz Exp $
 
-BLAKE2s (libxshmfence-1.3.tar.bz2) = 2f28dae46900078038d3f33c92cc5e314a60cfb8aba6c13ced265440a913b6f1
-SHA512 (libxshmfence-1.3.tar.bz2) = c446e055f8fac62b9aa266132289a4cfc030282147974c45ce96d1768a98d1afb997470e58e4a68513174c404cbf373bdde2f0cd4b34abdbce1d89dd0b6fe2b7
-Size (libxshmfence-1.3.tar.bz2) = 308644 bytes
+BLAKE2s (libxshmfence-1.3.1.tar.xz) = 83569e2e0b3ca86752715a96d26b4e495e72ec9b8a01b9179663759ec7ebdbd7
+SHA512 (libxshmfence-1.3.1.tar.xz) = f0c33b97204d62dc8352e2728ce12694bdb83ccbd1fd11c19db17246cd62bcd3e675f5b5b88a4e14bda59b4174003c758c24a3d93abc4bf574fdadc3bf07da71
+Size (libxshmfence-1.3.1.tar.xz) = 257104 bytes
 SHA1 (patch-configure.ac) = 08af1a5035f7b16b0b2e6e3a9c3f008f64f861ca
 SHA1 (patch-src_Makefile.am) = cdf80a7606cbc91ddca1443cd9210a3480de5241
 SHA1 (patch-src_xshmfence__alloc.c) = 355c20c55601c4ea71306d1e10cbd632b2d7f393



Home | Main Index | Thread Index | Old Index