pkgsrc/emulators/suse100_resmgr/Makefile
obache 3738b4c7b1 Bump suse100_resmgr to 1.
Update resmgr-0.9.8_SVN57.2 to resmgr-0.9.8_SVN57-2.3.

This update fixes the following security problem:

- resmgrd granted access to all usb devices if access to one one usb
  device was granted via "usb:<bus>,<dev>" notation.

- Class specific exclude rules did not match devices that set their
  class ID at interface level.

This update also fixes the following non-security bugs:

- a filedescriptor leak

- resmgrd often logged unnecessary ACL error messages

- the init script cleared /var/run/resmgr/classes even if resmgrd
  was already running
2008-09-03 09:35:43 +00:00

14 lines
380 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/09/03 09:35:43 obache Exp $
DISTNAME= suse_resmgr-${SUSE_VERSION}
PKGREVISION= 1
CATEGORIES= emulators
DISTFILES= resmgr-0.9.8_SVNr57-2.3.${SUSE_ARCH}.rpm
MAINTAINER= tonio@NetBSD.org
COMMENT= Linux compatibility package for resmgr
EMUL_MODULES.linux= base
.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"