pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/libpciaccess libpciaccess: update to 0.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/092ecac27c1f
branches:  trunk
changeset: 371050:092ecac27c1f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 01 18:22:20 2017 +0000

description:
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.

diffstat:

 sysutils/libpciaccess/Makefile |   5 ++---
 sysutils/libpciaccess/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 09b00d23ba04 -r 092ecac27c1f sysutils/libpciaccess/Makefile
--- a/sysutils/libpciaccess/Makefile    Wed Nov 01 18:22:18 2017 +0000
+++ b/sysutils/libpciaccess/Makefile    Wed Nov 01 18:22:20 2017 +0000
@@ -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
diff -r 09b00d23ba04 -r 092ecac27c1f sysutils/libpciaccess/distinfo
--- a/sysutils/libpciaccess/distinfo    Wed Nov 01 18:22:18 2017 +0000
+++ b/sysutils/libpciaccess/distinfo    Wed Nov 01 18:22:20 2017 +0000
@@ -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