pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/libpciaccess



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov  1 18:22:20 UTC 2017

Modified Files:
        pkgsrc/sysutils/libpciaccess: Makefile distinfo

Log Message:
libpciaccess: update to 0.14.

This release adds support for 32-bit PCI domain IDs, which are
apparently common in virtualized environments. This support has been
tested on Linux, and probably also "just works" on FreeBSD and Solaris,
to the extent that the underlying OS supports it.

If you were allocating a struct pci_device yourself, or embedding it in
another structure, this release would be an ABI break. That said,
anyone doing this would already be violating the implicit API contract
(not to mention good taste) and we were unable to find any consumers of
this library misbehaving in this way. As a result the library's soname
does not change in this release.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/sysutils/libpciaccess/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/sysutils/libpciaccess/distinfo

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

Modified files:

Index: pkgsrc/sysutils/libpciaccess/Makefile
diff -u pkgsrc/sysutils/libpciaccess/Makefile:1.28 pkgsrc/sysutils/libpciaccess/Makefile:1.29
--- pkgsrc/sysutils/libpciaccess/Makefile:1.28  Fri Jul  7 10:13:57 2017
+++ pkgsrc/sysutils/libpciaccess/Makefile       Wed Nov  1 18:22:20 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2017/07/07 10:13:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.29 2017/11/01 18:22:20 wiz Exp $
 
-DISTNAME=      libpciaccess-0.13.5
-PKGREVISION=   1
+DISTNAME=      libpciaccess-0.14
 CATEGORIES=    sysutils x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/sysutils/libpciaccess/distinfo
diff -u pkgsrc/sysutils/libpciaccess/distinfo:1.34 pkgsrc/sysutils/libpciaccess/distinfo:1.35
--- pkgsrc/sysutils/libpciaccess/distinfo:1.34  Fri Jul  7 10:13:57 2017
+++ pkgsrc/sysutils/libpciaccess/distinfo       Wed Nov  1 18:22:20 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.34 2017/07/07 10:13:57 jperkin Exp $
+$NetBSD: distinfo,v 1.35 2017/11/01 18:22:20 wiz Exp $
 
-SHA1 (libpciaccess-0.13.5.tar.bz2) = ea98c13623e218359ca6d9af9ab9aa4780201a5b
-RMD160 (libpciaccess-0.13.5.tar.bz2) = a691b7213132d4e50a49b650524937f2a7271d0b
-SHA512 (libpciaccess-0.13.5.tar.bz2) = 4b77aa66b3429fd5f9bff0408b0624305e766bf209f3fa2a0a9024df55bf87ca68f9a5aa34f97ffe131997e0669c65cf542210cf308c0de09842424968c5a159
-Size (libpciaccess-0.13.5.tar.bz2) = 381729 bytes
+SHA1 (libpciaccess-0.14.tar.bz2) = f70a958bf4e744cb4ee93be64e9bc52ac05cdaeb
+RMD160 (libpciaccess-0.14.tar.bz2) = d095e06591cc38a2eac8cb81aa4813a42267146e
+SHA512 (libpciaccess-0.14.tar.bz2) = bf40214dfd22f2a223f7c948566e6eaa4bfed60116e71b3eb19f6fe7ab2c4546649eb0416c06d5983e476ea5e27de036936646eb5f800ea97763b6d1f1976f4b
+Size (libpciaccess-0.14.tar.bz2) = 361375 bytes
 SHA1 (patch-src_common__interface.c) = cac11689864531fa4721e09374ead730bd1691a6
 SHA1 (patch-src_solx__devfs.c) = 18bfd9899da30061199232ae2ebc5ead8d4d7a47



Home | Main Index | Thread Index | Old Index