pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/cdrtools-devel
Module name: wip
Committed by: thomasklausner
Date: Fri Feb 10 17:22:27 UTC 2006
Modified Files:
wip/cdrtools-devel: Makefile distinfo
Log Message:
Update to 2.01.01a06:
All:
- Better support for BeOS/Zeta in the makefile system
- Support for armv5teb-linux-cc was added to the makefile system
-
If you like all users to be able to call cdrecord root-less, you need
Solaris 10 or newer.
Edit the file /etc/security/exec_attr and add:
All:solaris:cmd:::/opt/schily/bin/cdrecord:
privs=file_dac_read,sys_devices,proc_lock_memory,proc_priocntl,net_privaddr
All:solaris:cmd:::/opt/schily/bin/readcd:
privs=file_dac_read,sys_devices,net_privaddr
All:solaris:cmd:::/opt/schily/bin/cdda2wav:
privs=file_dac_read,sys_devices,proc_priocntl,net_privaddr
If you like to allow only specific user to use cdrecord,
use something like:
CD RW:solaris:cmd:::/opt/schily/bin/cdrecord:
privs=file_dac_read,sys_devices,proc_lock_memory,proc_priocntl,net_privaddr
Also edit /etc/security/prof_attr
CD RW:::CD-R/RW Recording Authorizations:auths=solaris.device.cdrw
instead and make the users members of the profile "CD RW"
by adding a line like:
joerg::::profiles=CD RW
into /etc/user_attr
Note that you either need to call cdrecord via "pfexec cdrecord ....."
or by using a profile aware shell (e.g. /usr/bin/pfksh)
Libscg:
- BeOS/Zeta libscg low level adoption code fixed.
The code now is passing a "scgcheck" test.
Cdrecord:
- Adjust some timeouts to prevent that the drive buffer of
newer Pioneer DVD writers empties when writing high speed DVD
media.
- Support for BeOS/Zeta shared memory was added
- New tag CDR_MAXFIFOSIZE= in /etc/default/cdrecord allows to
limit the size of the FIFO cdrecord is using. This helps the
sysadmin to prevent other people from locking up the system.
Readcd:
- Support for BeOS/Zeta shared memory was added
- -scanbus behavior corrected
Scgcheck:
- Fixed DMA overrun test. BeOS/Zeta did pass the test but
scgcheck did complain before.
Scgskeleton:
- -scanbus behavior corrected
Btcflash:
- -scanbus behavior corrected
- man page added
Mkisofs (By Jörg Schilling and James Pearson j.pearson%ge.ucl.ac.uk@localhost):
- try to work around a GCC trigraph problem
- man pages for diag commands added
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/cdrtools-devel/distinfo
cvs -z3 rdiff -u -r1.3 -r1.4 wip/cdrtools-devel/Makefile
To view a diff of this commit:
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/cdrtools-devel/distinfo?r1=1.1.1.1&r2=1.2
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/cdrtools-devel/Makefile?r1=1.3&r2=1.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index