devel/libusb1: fix homepage, link PRs
1. drop www from homepage (SSL_ERROR_BAD_CERT_DOMAIN) 2. link to two PRs
This commit is contained in:
parent
e12ca49d31
commit
ee94970a59
@ -1,17 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2020/08/05 11:35:16 stsp Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2020/08/05 13:59:36 tb Exp $
|
||||
|
||||
COMMENT = library for USB device access from userspace
|
||||
|
||||
VERSION = 1.0.23
|
||||
DISTNAME = libusb-${VERSION}
|
||||
PKGNAME = libusb1-${VERSION}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
SHARED_LIBS += usb-1.0 1.2 # 2.0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://www.libusb.info
|
||||
HOMEPAGE = https://libusb.info
|
||||
|
||||
# LGPL 2.1
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
@ -1,10 +1,12 @@
|
||||
$OpenBSD: patch-libusb_os_openbsd_usb_c,v 1.9 2020/08/05 11:35:16 stsp Exp $
|
||||
$OpenBSD: patch-libusb_os_openbsd_usb_c,v 1.10 2020/08/05 13:59:36 tb Exp $
|
||||
|
||||
Export port number, fix github #314.
|
||||
https://github.com/libusb/libusb/pull/764
|
||||
|
||||
Fix an OpenBSD backend bug where an existing open file descriptor is
|
||||
overwritten if a libusb user attempts to open the same ugen(4) device
|
||||
multiple times. This was observed with sane-backends and broke scanning.
|
||||
https://github.com/libusb/libusb/pull/763
|
||||
|
||||
Index: libusb/os/openbsd_usb.c
|
||||
--- libusb/os/openbsd_usb.c.orig
|
||||
|
Loading…
x
Reference in New Issue
Block a user