[>]
http://marc.info/?l=openbsd-cvs&m=140895367128631&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 12:55:10
Module name: src
Changes by: doug@cvs.openbsd.org 2014/08/25 02:00:48
Modified files:
sbin/isakmpd : ike_auth.c
Log message:
Fix a few fd leaks in isakmpd.
The latter close is from a sweep of the tree looking for fdopen problems.
While reviewing the patch, gerhard@ fixed another leak.
ok gerhard@
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140895366528629&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-25 12:55:13
Module name: ports
Changes by: jasper@cvs.openbsd.org 2014/08/25 02:00:37
Modified files:
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/3/patches:
patch-lib_puppet_provider_service_openbsd_rb
Removed files:
sysutils/ruby-puppet/3/patches: patch-lib_puppet_type_service_rb
Log message:
rewrite the service provider to use rcctl, shrinking the code by about 75% percent..
.while retaining some of the puppet-intrinsic quirks where a service won't
be restarted if the flags change. that's still under investigation.
this does however now allow for valid resources that would previously fail:
service { 'multicast_host': enable => true}
or
service { 'ipsec': enable => true}
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140896064831116&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-25 14:55:09
Module name: ports
Changes by: tobiasu@cvs.openbsd.org 2014/08/25 03:57:04
Modified files:
lang/gcc/4.9 : Makefile
lang/gcc/4.9/patches: patch-gcc_config_gcc
patch-libgcc_config_host
Added files:
lang/gcc/4.9/patches: patch-gcc_config_sparc_openbsd_h
patch-libatomic_configure_tgt
Log message:
Add sparc backend to gcc 4.9.1
Build time: 3.5 days @ 150MHz
I do take 200MHz HyperSPARC and memory donations :-)
OK pascal@
[>]
http://marc.info/?l=openbsd-cvs&m=140896645300652&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 15:55:08
Module name: src
Changes by: jca@cvs.openbsd.org 2014/08/25 05:33:55
Modified files:
usr.bin/ftp : fetch.c
Log message:
When using a proxy for an https connection, validate the cert hostname
against the target hostname, not the proxy hostname. Issue reported by
dlg@, fix by Alex Wilson on tech@, tweaks by me.
No reply from tech@
[>]
http://marc.info/?l=openbsd-cvs&m=140897098402448&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 16:55:09
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2014/08/25 06:49:19
Modified files:
app/cwm : calmwm.h client.c conf.c cwm.1 cwmrc.5 group.c
kbfunc.c xutil.c
Log message:
Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any
client to 'stick' to all desktops (ewmh speak) or groups - this
currently has the same affect as setting a client's group to 'nogroup',
with the exception that the client can also be in a group, so when
un-sticking, the client will go back to its original group/desktop.
[>]
http://marc.info/?l=openbsd-cvs&m=140897526404246&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 18:55:08
Module name: src
Changes by: florian@cvs.openbsd.org 2014/08/25 08:00:34
Modified files:
sys/net : if.c
sys/netinet6 : in6.c in6_ifattach.c in6_var.h nd6.c nd6.h
nd6_rtr.c
Log message:
Move sending of router solicitations to the kernel; receiving and
processing of router advertisements was already in the kernel.
With this rtsol{,d}(8) is no longer necessary.
The kernel starts sending solicitations with
or
inet6 autoconf
in /etc/hostname.$IF.
input stsp@
much help & OK mpi@
tweaks & OK bluhm@
[>]
http://marc.info/?l=openbsd-cvs&m=140897682305041&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 18:55:09
Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/25 08:26:25
Modified files:
sys/dev/pci : if_ix.c ixgbe_phy.c ixgbe_type.h ixgbe_x540.c
Log message:
We have never limited the definition of "supported SPF modules"
to the vendor/make whitelist maintained by Intel so there's no
reason to start doing it now.
When syncing the driver to the FreeBSD codebase I have decided
to take this chunk as is but it appears that it breaks cheap
chinese SFP+ fiber optics modules that we all love. And while
there's still a lot of places where we check for the vendor
OUI, most of these checks are not necessary.
Issue reported and fix tested by Tony Sarendal. Thanks!
[>]
http://marc.info/?l=openbsd-cvs&m=140897689605069&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 18:55:10
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/25 08:27:54
Modified files:
etc/examples : httpd.conf
usr.sbin/httpd : httpd.conf.5 parse.y
Added files:
share/misc : mime.types
Log message:
Add a generic system-wide /usr/share/misc/mime.types file that can be
included in httpd.conf. httpd(8) now supports both mime.types
flavours with or without semicolon at the end of the line (nginx- or
apache-style).
Discussed with many, with input from halex@
OK halex@
[>]
http://marc.info/?l=openbsd-cvs&m=140897697205102&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 18:55:12
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/25 08:29:18
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Simplify rm_from_pkg_scripts(); minus ten lines; no functional change;
ok ajacoutot@.
For non-trivial automated text editing in sh(1), thou shalt use sed(1).
[>]
http://marc.info/?l=openbsd-cvs&m=140897710205181&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 18:55:14
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2014/08/25 08:31:22
Modified files:
app/cwm : calmwm.h group.c xutil.c
Log message:
Since the flatting out of sc->group_names is only for setting
NET_DESKTOP_NAMES, merge the helper into xu_ewmh_net_desktop_names,
where we actually set the property.
[>]
http://marc.info/?l=openbsd-cvs&m=140897776405546&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 18:55:17
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/25 08:42:23
Modified files:
sbin/isakmpd : dh.c dh.h
Log message:
Sync dh.[ch] from iked. The files are identical, so any change in
either iked or isakmpd should be synced to the other daemon. The
previous changes from iked include: plug two memory leaks, verify EC
points and add the Brainpool curves. All tests in
regress/sbin/isakmpd/dh passed OKAY.
ok markus@ mikeb@
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140897569504458&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-25 18:55:21
Module name: ports
Changes by: jasper@cvs.openbsd.org 2014/08/25 08:07:49
Modified files:
net/telepathy/telepathy-glib: Makefile
net/telepathy/telepathy-haze: Makefile
net/telepathy/telepathy-idle: Makefile
net/telepathy/telepathy-logger: Makefile
net/telepathy/telepathy-qt: Makefile
Log message:
- zap pointless homepage
- sort, shuffle, whitespace
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140898004406679&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-25 19:55:13
Module name: ports
Changes by: chrisz@cvs.openbsd.org 2014/08/25 09:20:19
Modified files:
sysutils/findlib: Makefile distinfo
sysutils/findlib/pkg: PFRAG.native PLIST
Added files:
sysutils/findlib/patches: patch-src_bytes_Makefile
sysutils/findlib/pkg: PFRAG.dynlink-native
Removed files:
sysutils/findlib/patches: patch-Makefile patch-configure
patch-src_findlib_Makefile
Log message:
Upgrade findlib to 1.5.2.
* Don't use MODULES = lang/ocaml, because with 4.02 we will
need to build findlib without camlp4, which will depend
on findlib.
* Remove patches accepted upstream.
* Add one patch from upstream to fix building without
ocamlfind in path yet and respecting PREFIX.
OK avsm@
[>]
http://marc.info/?l=openbsd-cvs&m=140898934811091&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 22:55:08
Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/25 11:55:27
Modified files:
regress/usr.sbin/syslogd: Client.pm Server.pm args-socket.pl
funcs.pl
Added files:
regress/usr.sbin/syslogd: args-client-udp6-nodns.pl
args-client-udp6.pl args-localhost.pl
args-maxhostlen.pl
args-maxloghostlen.pl
args-maxportlen.pl args-server-udp4.pl
args-server-udp6.pl
Log message:
Add tests for syslogd sending and receiving over IPv6 sockets.
[>]
http://marc.info/?l=openbsd-cvs&m=140898994911380&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 22:55:09
Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/25 12:05:30
Modified files:
usr.sbin/syslogd: privsep.c syslogd.c ttymsg.c
Log message:
Fix the gcc compiler warnings "comparison between signed and
unsigned". Some checks got stricter. The (size_t) cast is only
done, if the argument is not negative.
OK henning@
[>]
http://marc.info/?l=openbsd-cvs&m=140899077311689&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 22:55:11
Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/25 12:19:18
Modified files:
usr.sbin/syslogd: privsep.c syslogd.c syslogd.h
Log message:
Allow to restrict syslogd to a protocol family with -4 and -6 command
line switches. If the log server is an FQDN, DNS chooses wether
to take the IPv4 or IPv6 route. Allow to prefix the log host with
udp4:// or udp6:// to choose a protocol.
OK henning@
[>]
http://marc.info/?l=openbsd-cvs&m=140899265212306&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 22:55:12
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/25 12:50:22
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Cope with some weird rc.conf.local file like "foobar" in pkg_scripts
while "foobar_flags" is set to "NO"...
Reparse deamon_flags at the end of add_flags() since they may have been
modified by the function.
[>]
http://marc.info/?l=openbsd-cvs&m=140899422912962&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 23:55:12
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2014/08/25 13:16:37
Modified files:
distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7
md.aviion md.hppa md.i386 md.landisk
md.loongson md.luna88k md.macppc
md.octeon md.sgi md.socppc md.sparc
md.sparc64 md.zaurus mi
distrib/sets/lists/xetc: md.alpha md.amd64 md.armish md.armv7
md.aviion md.hppa md.i386 md.landisk
md.loongson md.luna88k md.macppc
md.octeon md.sgi md.socppc md.sparc
md.sparc64 md.zaurus
Log message:
sync
[>]
http://marc.info/?l=openbsd-cvs&m=140899455813101&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 23:55:16
Module name: src
Changes by: reyk@cvs.openbsd.org 2014/08/25 13:22:20
Added files:
regress/sbin/iked: Makefile
regress/sbin/iked/dh: Makefile dhtest.c
Log message:
Inspired by the previous brainpool addition, copy isakmpd's dh test to
iked. Both daemons share the same dh implementation, but this makes
it easier to test iked directly.
[>]
http://marc.info/?l=openbsd-cvs&m=140899516713273&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 23:55:17
Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/25 13:32:29
Added files:
regress/usr.sbin/syslogd: args-localhost-only4.pl
args-localhost-only6.pl
args-localhost-proto-udp4.pl
args-localhost-proto-udp6.pl
args-only4.pl args-only6.pl
args-proto-invalid.pl
args-proto-udp.pl
args-proto-udp4-host6.pl
args-proto-udp4-only6.pl
args-proto-udp4.pl
args-proto-udp6-host4.pl
args-proto-udp6-only4.pl
args-proto-udp6.pl
Log message:
Add tests where the IP address family has been chosen by -4 or -6
command line switch and udp4:// or udp6:// loghost prefix.
[>]
http://marc.info/?l=openbsd-cvs&m=140899796614450&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-26 00:55:10
Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/25 14:19:14
Modified files:
usr.sbin/syslogd: privsep.c
Log message:
Call check_tty_name() and check_log_name() with the string size and
don't access memory beyond. Make sure that the complete string
"/dev/null" can be copied.
OK henning@