[>]
http://marc.info/?l=openbsd-cvs&m=140915159801496&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-27 19:55:08
Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/27 08:59:44
Modified files:
usr.bin/openssl: apps.c apps.h rand.c
Log message:
Implement table-driven option parsing that allows an application to
specify what its valid options are and where it wants them to be stored.
This also allows for usage to be generated, almost for free, ensuring
that the options and usage are automatically kept in sync.
This will allow for a single option parsing implementation, rather than the
current one-hand-rolled-option-parsing-and-random-usage-implementation per
application.
As a starting point, port the openssl(1) rand application to the new option
parsing and usage (along with associated code clean up).
With input from doug@.
ok bcook@ doug@
[>]
http://marc.info/?l=openbsd-cvs&m=140915325802343&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-27 19:55:10
Module name: src
Changes by: kspillner@cvs.openbsd.org 2014/08/27 09:27:20
Modified files:
regress/usr.bin/diff: Makefile
Added files:
regress/usr.bin/diff: t14.1 t14.2 t15.1 t15.2
Log message:
Add regression tests for diff -uw issue reported by guenther@. Ensure the
'+' and '-' always appear in the first column of a newline in diff -uw
output, even when one file doesn't end with a newline and the other file
contains additional lines.
ok guenther@
[>]
http://marc.info/?l=openbsd-cvs&m=140916481908151&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-27 22:55:08
Module name: src
Changes by: kspillner@cvs.openbsd.org 2014/08/27 12:40:03
Modified files:
usr.sbin/pkg_add: Makefile
usr.sbin/pkg_add/OpenBSD/PackageRepository: HTTP.pm SCP.pm
Added files:
usr.sbin/pkg_add/OpenBSD/PackageRepository: Persistent.pm
Removed files:
usr.sbin/pkg_add/OpenBSD/PackageRepository: Persistant.pm
Log message:
Rename Persistant to Persistent.
sure espie@
[>]
http://marc.info/?l=openbsd-cvs&m=140918346815534&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 03:55:06
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/27 17:50:45
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Disentangle svc_default_enabled_flags() and svc_get_flags().
This saves three expensive function calls in svc_default_enabled_flags(),
two to _rc_parse_conf() and one to svc_get_flags(). No functional change.
Feedback and ok ajacoutot@.
[>]
http://marc.info/?l=openbsd-cvs&m=140918768516720&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 05:55:06
Module name: src
Changes by: bcook@cvs.openbsd.org 2014/08/27 19:00:57
Modified files:
lib/libcrypto/crypto: getentropy_linux.c
Log message:
preserve errno value on success.
If getrandom returns a temporary failure, make sure errno is not polluted when
it succeeds. Thanks to deraadt@ for pointing it out.
[>]
http://marc.info/?l=openbsd-cvs&m=140919782019069&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 07:55:06
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/27 21:49:59
Modified files:
usr.bin/mandoc : st.in
share/man/man7 : mdoc.7
Log message:
Support .St -susv1 and .St -susv4. Illumos wants to use this,
and it's illogical anyway to have -susv2 and -susv3 but not -susv4.
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140922160525977&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-28 14:55:11
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/28 04:26:21
Modified files:
devel/xdg-utils: Makefile distinfo
Added files:
devel/xdg-utils/patches: patch-scripts_xdg-email_in
patch-scripts_xdg-mime_in
patch-scripts_xdg-open_in
patch-scripts_xdg-screensaver_in
patch-scripts_xdg-utils-common_in
Removed files:
devel/xdg-utils/patches: patch-scripts_xdg-desktop-menu
patch-scripts_xdg-email
patch-scripts_xdg-icon-resource
patch-scripts_xdg-mime
patch-scripts_xdg-open
patch-scripts_xdg-screensaver
patch-scripts_xdg-settings
Log message:
Update to xdg-utils-1.1.0rc2 + fixes from upstream.
Committing now since these utilities tend to break after an update in very
subtle ways...
[>]
http://marc.info/?l=openbsd-cvs&m=140923584501517&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 18:55:13
Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/28 08:23:52
Modified files:
usr.bin/openssl: asn1pars.c ca.c crl.c crl2p7.c dh.c dhparam.c
dsa.c dsaparam.c ec.c ecparam.c genpkey.c
genrsa.c nseq.c pkcs12.c pkcs7.c pkcs8.c pkey.c
pkeyparam.c pkeyutl.c req.c rsa.c rsautl.c
sess_id.c spkac.c ts.c verify.c x509.c
Log message:
openssl_setup() calls SSL_load_error_strings(), which happens to call
ERR_load_crypto_strings() - as such, we do not need to call the same
function from most of the applications.
[>]
http://marc.info/?l=openbsd-cvs&m=140923596801608&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 18:55:15
Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/28 08:25:48
Modified files:
usr.bin/openssl: genpkey.c pkcs8.c pkey.c pkeyparam.c pkeyutl.c
rsautl.c
Log message:
OpenSSL_add_all_algorithms() is called from openssl_startup() - it does not
need to also be called from some of the applications.
[>]
http://marc.info/?l=openbsd-cvs&m=140924573006310&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 21:55:08
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2014/08/28 11:08:33
Modified files:
. : Makefile
distrib/sets : Makefile
distrib/sets/lists/xbase: mi
distrib/sets/lists/xetc: mi
Added files:
distrib/sets : makexetc
Log message:
Move xetc set to xbase like etc in base. ok and a tweak by ajacoutot@
There are still some issues, they will be fixed in tree.
[>]
http://marc.info/?l=openbsd-cvs&m=140924732007083&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 21:55:12
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2014/08/28 11:34:57
Modified files:
app/xinit : Makefile.in aclocal.m4 configure
app/xinit/launchd: Makefile.in
app/xinit/launchd/privileged_startx: Makefile.in
app/xinit/launchd/user_startx: Makefile.in
app/xinit/man : Makefile.in
Log message:
regen
[>]
http://marc.info/?l=openbsd-cvs&m=140924782007306&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-28 21:55:13
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/28 11:43:21
Modified files:
usr.sbin/sysmerge: sysmerge.8 sysmerge.sh
Log message:
Major sysmerge cleanup now that both etc and xetc sets are part of base.
Expect more changes/cleanup/... in the near future.
-S (signature) option is gone since we are not fetching sets anymore
-s and -x are gone as well for obvious reasons
Left is:
usage: sysmerge [-bdp]
I would appreciate feedback, *lots* of things have changed and there may be
side effects I missed. Consider sysmerge as WIP for the time being.
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140925258409339&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-28 23:55:10
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/28 13:02:19
Log message:
Import cups-bjnp-1.2.2.
cups-bjnp is a CUPS backend for Canon USB over IP protocol which adds
functionality to some Canon printers to connect and print over the
network.
from maintainer Julian Andrej
ok robert@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20140828
N ports/print/cups-bjnp/Makefile
N ports/print/cups-bjnp/distinfo
N ports/print/cups-bjnp/patches/patch-configure
N ports/print/cups-bjnp/patches/patch-bjnp-debug_c
N ports/print/cups-bjnp/pkg/PLIST
N ports/print/cups-bjnp/pkg/DESCR
No conflicts created by this import
[>]
http://marc.info/?l=openbsd-cvs&m=140930304723146&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-29 13:55:11
Module name: src
Changes by: blambert@cvs.openbsd.org 2014/08/29 03:03:36
Modified files:
usr.sbin/relayd: parse.y relay.c relayd.conf.5 relayd.h
Log message:
Implement consistent host hashing for relayd, based on
work done by andre@
Re-add a randomized hash seed (which had apparently
gotten inadvertently removed in the past).
Allows for multiple relayd instances to be configured
to forward traffic to the same host, falling back to
the random seed when not explicitly configured to do so.
ok reyk@
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140930952525204&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-29 14:55:10
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2014/08/29 04:51:39
Modified files:
databases/puppetdb: Makefile
databases/puppetdb/pkg: PLIST-main README-main puppetdb.rc
Log message:
Tweak puppetdb port to install multiple .ini files in the puppetdb/conf.d
configuration directory. Update the README to the according changes and
add a section about upgrading.
Feedback, testing and OK jasper@ (MAINTAINER)