[>]
http://marc.info/?l=openbsd-ports-cvs&m=140940291519585&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-30 16:55:15
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/30 06:48:09
Modified files:
productivity/tryton/account: Makefile distinfo
productivity/tryton/account/pkg: PLIST
productivity/tryton/account_asset: Makefile distinfo
productivity/tryton/account_asset/pkg: PLIST
productivity/tryton/account_invoice: Makefile distinfo
productivity/tryton/account_invoice/pkg: PLIST
productivity/tryton/account_payment: Makefile distinfo
productivity/tryton/account_payment/pkg: PLIST
productivity/tryton/account_payment_sepa: Makefile distinfo
productivity/tryton/ldap_authentication: Makefile distinfo
productivity/tryton/project_invoice: Makefile distinfo
productivity/tryton/project_invoice/pkg: PLIST
productivity/tryton/stock: Makefile distinfo
productivity/tryton/stock_supply: Makefile distinfo
productivity/tryton/stock_supply/pkg: PLIST
Log message:
Update tryton modules to their latest release.
[>]
http://marc.info/?l=openbsd-cvs&m=140940676320566&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 17:55:07
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/30 07:52:22
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/etc: mi
Log message:
/etc/amd/master.sample is effectively an example file, so move it to base
but keep the current location until we know how to handle subdirs under
/etc/examples.
ok rpe@
[>]
http://marc.info/?l=openbsd-cvs&m=140941167821835&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 19:55:09
Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/30 09:14:03
Modified files:
usr.bin/openssl: apps.c apps.h
Log message:
Move the callback function pointer outside the opt union so that the option
values are useable by the function. Also provide an option type that calls
a function without consuming/passing an argument.
[>]
http://marc.info/?l=openbsd-cvs&m=140942190524357&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-30 22:55:10
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/30 12:04:52
Modified files:
usr.bin/mandoc : apropos.1 main.c man.1 mandoc.1
Log message:
Introduce a man(1) -l option as an alias for mandoc -a.
Basically, this does the same as man -l in Linux man-db.
The point is that now all functionality of the combined tool
is reachable from the man(1) command name:
apropos = man -k, whatis = man -f, mandoc = man -cl.
Originally suggested by Carsten dot Kunze at arcor dot de,
current maintainer of the Heirloom Documentation Tools.
While here, add various missing information to the usage()
and to the manuals.
[>]
http://marc.info/?l=openbsd-cvs&m=140943109726484&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-31 00:55:14
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/30 14:37:46
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
When a service is not available, return ENOENT.
Previous to this commit it was not possible to know whether a service
existed without parsing the output of 'rcctl status' which is very
expensive.
req. by armani@
ok robert@ schwarze@
[>]
http://marc.info/?l=openbsd-cvs&m=140943428527207&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-31 01:55:07
Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/30 15:30:23
Modified files:
libexec/ld.so/sparc64: rtld_machine.c
Log message:
Make the handling of PLT entries above the 32k mark thread-safe.
Also, make a comment not lie: use the V9 ISA's relative branch
immediate instruction for short (with in 2^19 words) PLT branches.
ok miod@
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140943567727475&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-31 02:55:08
Module name: ports
Changes by: jasper@cvs.openbsd.org 2014/08/30 15:54:08
Modified files:
archivers/makeself: Makefile
audio/mpegaudio: Makefile
chinese/ttfm : Makefile
devel/luapack : Makefile
devel/py-protocols: Makefile
devel/py-ruledispatch: Makefile
fonts/zh-arphicttf: Makefile
fonts/zh-bg5ps : Makefile
games/oilwar : Makefile
games/spatial : Makefile
games/xgolgo : Makefile
games/xmj : Makefile
games/xneko : Makefile
lang/ucblogo : Makefile
misc/cbb : Makefile
misc/pymissile : Makefile
net/queso : Makefile
security/antisniff: Makefile
security/cgichk: Makefile
security/l0phtcrack: Makefile
www/pecl-chroot: Makefile
Log message:
Remove MASTER_SITES=${MASTER_SITE_BACKUP} which is already taken care of by bsd.port.mk
[>]
http://marc.info/?l=openbsd-cvs&m=140944699029425&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-31 05:55:06
Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/30 19:02:51
Modified files:
gnu/lib/libiberty: Makefile.bsd-wrapper shlib_version
gnu/lib/libiberty/include: hashtab.h
Removed files:
gnu/lib/libiberty/src: oldhashtab.c
Log message:
Now that gcc 2.95 is out of the tree, get rid of the old hash table interface
it was the only user of. Bump major.
[>]
http://marc.info/?l=openbsd-cvs&m=140944705729427&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-31 05:55:07
Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/30 19:04:01
Modified files:
gnu/lib/libiberty/src: pexecute.c pexecute.txh
Log message:
Finally ``revert'' to the recent pexecute interface, now that we do not need
to support gcc 2.95. Tested on gcc 3 and gcc 4 platforms, riding on the
major bump.
[>]
http://marc.info/?l=openbsd-cvs&m=140944938129840&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-31 05:55:08
Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/30 19:42:36
Modified files:
include : unistd.h
lib/libc/gen : signal.3
lib/libc : shlib_version
lib/libc/sys : Makefile.inc accept.2 dup.2 pipe.2 recv.2
sigaction.2 socket.2 socketpair.2
sys/kern : kern_descrip.c sys_pipe.c syscalls.master
uipc_socket.c uipc_syscalls.c uipc_usrreq.c
sys/sys : domain.h socket.h un.h
Log message:
Add additional kernel interfaces for setting close-on-exec on fds
when creating them: pipe2(), dup3(), accept4(), MSG_CMSG_CLOEXEC,
SOCK_CLOEXEC. Includes SOCK_NONBLOCK support.
ok matthew@
[>]
http://marc.info/?l=openbsd-cvs&m=140945170330239&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-31 06:55:07
Module name: src
Changes by: guenther@cvs.openbsd.org 2014/08/30 20:21:18
Modified files:
include : stdlib.h
lib/libc/gen : popen.3 popen.c posix_spawn.c
posix_spawn_file_actions_addopen.3
lib/libc/stdio : Makefile.inc fdopen.c flags.c fopen.3 freopen.c
mktemp.3 mktemp.c
Log message:
Add additional userland interfaces for setting close-on-exec on fds
when creating them: mkostemp(), mkostemps(), the 'e' mode letter for
fopen(), freopen(), fdopen(), and popen(). The close-on-exec flag will
be cleared by the action created by posix_spawn_file_actions_adddup2().
Also, add support for the C11 'x' mode letter for fopen() and freopen(),
setting O_EXCL when possibly creating files.
Note: this requires kernel support for pipe2() and dup3()!
ok millert@
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140945082030041&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-31 06:55:10
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2014/08/30 20:06:36
Log message:
Import www/uget
uGet is a lightweight and full-featured Download Manager. uGet allows
you to download in multiple parallel streams for download acceleration,
put files in a Download Queue, Pause & Resume downloads, Advanced
Category Management, Browser Integration, Clipboard Monitoring, Batch
Downloads, localized into 23 Languages, and many more features.
ok juanfra@ edd@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_20140830
N ports/www/uget/Makefile
N ports/www/uget/distinfo
N ports/www/uget/pkg/PLIST
N ports/www/uget/pkg/DESCR
N ports/www/uget/pkg/README
N ports/www/uget/patches/patch-po_POTFILES_in
N ports/www/uget/patches/patch-uget-gtk_UgSetting_c
No conflicts created by this import