[>]
http://marc.info/?l=openbsd-cvs&m=140895305128430&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-25 11:55:13
Module name: src
Changes by: doug@cvs.openbsd.org 2014/08/25 01:50:26
Modified files:
bin/systrace : systrace.c
lib/libc/gen : auth_subr.c
lib/libutil : check_expire.c
libexec/ftpd : ftpd.c monitor.c
sbin/iked : ikev2_msg.c
usr.bin/gzsig : sign.c ssh.c
usr.sbin/cron : entry.c
usr.sbin/ikectl: ikeca.c
usr.sbin/ldapd : ldapd.c
usr.sbin/pwd_mkdb: pwd_mkdb.c
usr.sbin/smtpd : smtpd.c ssl.c
Log message:
Delete secret or secret-derived data with explicit_bzero.
concept ok deraadt@
diff looks ok tedu@
[>]
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-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-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@
[>]
http://marc.info/?l=openbsd-cvs&m=140900082315628&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-26 01:55:07
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/25 15:06:46
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
rc.d scripts are shell scripts and need to be sourced in svc_get_flags().
It's the only way to get daemon_flags in case it contains line
continuation... We only need to do that for enable package scripts.
original idea from Sebastien Marie
discussed with, input from and ok schwarze@
[>]
http://marc.info/?l=openbsd-cvs&m=140900855718346&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-26 03:55:06
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/25 17:15:37
Modified files:
usr.sbin/rcctl : rcctl.sh
Log message:
Base system special services have no flags, so move the test for them
up front in add_flags(). This avoids unnecessary work, avoids setting
bogus variables, and reduces the risk of screwing up things when changing
the code. No functional change right now.
ok ajacoutot@
[>]
http://marc.info/?l=openbsd-cvs&m=140905090229738&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-26 15:55:07
Module name: src
Changes by: mikeb@cvs.openbsd.org 2014/08/26 05:01:22
Modified files:
sys/dev/pci : if_bge.c if_em.c if_ix.c
Log message:
Revert part of the if_rxr diff that incorrectly moves RX ring tail
index update code from the buf_get success path to the do it all
the time code path. Tested by millert; ok dlg, deraadt
[>]
http://marc.info/?l=openbsd-cvs&m=140905165130059&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-26 15:55:09
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/26 05:13:58
Modified files:
usr.bin/mandoc : cgi.c msec.in
Log message:
Unify console and CGI section titles, bringing them closer to groff,
is an attempt to reduce confusion for users switching between media
and between different operating systems.
Not using the groff title for section 4 is intentional,
it is just too awful ("Kernel Interfaces Manual"), and
the difference from sections 2 and 9 would be too hard to see.
Positive feedback from at least deraadt@ millert@ bluhm@ jca@.
Previously also agreed with the general direction: jmc@ Nick@.
The title for 3p was polished by bluhm@.
The existing mismatches were originally noticed by jsg@.
[>]
http://marc.info/?l=openbsd-cvs&m=140905281830455&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-26 15:55:10
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/26 05:32:57
Modified files:
regress/usr.bin/mandoc/char/N: basic.out_ascii
regress/usr.bin/mandoc/char/accent: combine.out_utf8
nocombine.out_ascii
nocombine.out_utf8
utf8only.out_utf8
regress/usr.bin/mandoc/char/bar: man.out_ascii mdoc.out_ascii
regress/usr.bin/mandoc/char/hyphen: man.out_ascii mdoc.out_ascii
regress/usr.bin/mandoc/char/space: break.out_ascii
eos-man.out_ascii
eos.out_ascii
esct-man.out_ascii
esct-mdoc.out_ascii
leading-man.out_ascii
leading-mdoc.out_ascii
multiple.out_ascii
nobreak.out_ascii
tab-man.out_ascii
tab.out_ascii
zerowidth.out_ascii
regress/usr.bin/mandoc/char/unicode: man.out_utf8 mdoc.out_utf8
regress/usr.bin/mandoc/man/B: args.out_ascii
regress/usr.bin/mandoc/man/BI: literal.out_ascii
regress/usr.bin/mandoc/man/EX: args.out_ascii nested.out_ascii
spacing.out_ascii
regress/usr.bin/mandoc/man/HP: break.out_ascii literal.out_ascii
macrotag.out_ascii
manyargs.out_ascii
spacing.out_ascii
regress/usr.bin/mandoc/man/IP: empty.out_ascii literal.out_ascii
longhead.out_ascii
manyargs.out_ascii
spacing.out_ascii width.out_ascii
regress/usr.bin/mandoc/man/PD: args.out_ascii spacing.out_ascii
regress/usr.bin/mandoc/man/PP: args.out_ascii empty.out_ascii
regress/usr.bin/mandoc/man/RS: breaking.out_ascii
broken.out_ascii empty.out_ascii
literal.out_ascii
lonelyRE.out_ascii
nested.out_ascii noRE.out_ascii
width.out_ascii
regress/usr.bin/mandoc/man/SH: broken.out_ascii
broken_eline.out_ascii
empty_before.out_ascii
noarg.out_ascii
regress/usr.bin/mandoc/man/TH: baddate.out_ascii case.out_ascii
emptydate.out_ascii
isodate.out_ascii
mdocdate.out_ascii
nobody.out_ascii
onlyyear.out_ascii
regress/usr.bin/mandoc/man/TP: badarg.out_ascii double.out_ascii
eof.out_ascii literal.out_ascii
longhead.out_ascii
macrotag.out_ascii
manyargs.out_ascii
sameline.out_ascii
width.out_ascii
regress/usr.bin/mandoc/man/TS: vspace.out_ascii
regress/usr.bin/mandoc/man/UR: args.out_ascii noUE.out_ascii
regress/usr.bin/mandoc/man/blank: afterSH.out_ascii
afterSS.out_ascii
line.out_ascii
regress/usr.bin/mandoc/man/nf: args.out_ascii dupe.out_ascii
indent.out_ascii
userdef.out_ascii vert.out_ascii
regress/usr.bin/mandoc/mdoc/Ad: font.out_ascii noarg.out_ascii
regress/usr.bin/mandoc/mdoc/An: break.out_ascii
regress/usr.bin/mandoc/mdoc/Ap: eos.out_ascii middle.out_ascii
regress/usr.bin/mandoc/mdoc/Aq: empty.out_ascii
regress/usr.bin/mandoc/mdoc/Ar: font.out_ascii punct.out_ascii
regress/usr.bin/mandoc/mdoc/At: invalid.out_ascii
regress/usr.bin/mandoc/mdoc/Bd: badargs.out_ascii
blank.out_ascii break.out_ascii
broken.out_ascii
centered.out_ascii
empty.out_ascii nested.out_ascii
offset-empty.out_ascii
spacing.out_ascii
unclosed.out_ascii
regress/usr.bin/mandoc/mdoc/Bf: badargs.out_ascii
break.out_ascii broken.out_ascii
multiargs.out_ascii
nest.out_ascii
regress/usr.bin/mandoc/mdoc/Bk: badarg.out_ascii break.out_ascii
inputlines.out_ascii
lines.out_ascii
synopsis.out_ascii
regress/usr.bin/mandoc/mdoc/Bl: badargs.out_ascii
bareIt.out_ascii
bareTa.out_ascii break.out_ascii
broken.out_ascii
bullet.out_ascii
column.out_ascii dash.out_ascii
diag.out_ascii empty.out_ascii
emptyhead.out_ascii
emptyitem.out_ascii
emptytag.out_ascii
enum.out_ascii extend.out_ascii
hang.out_ascii inset.out_ascii
item.out_ascii
multitag.out_ascii
multitype.out_ascii
nested.out_ascii noIt.out_ascii
notype.out_ascii ohang.out_ascii
tag.out_ascii unclosed.out_ascii
regress/usr.bin/mandoc/mdoc/Brq: empty.out_ascii
regress/usr.bin/mandoc/mdoc/Bx: args.out_ascii
regress/usr.bin/mandoc/mdoc/Cd: eos.out_ascii font.out_ascii
noarg.out_ascii
regress/usr.bin/mandoc/mdoc/Cm: basic.out_ascii font.out_ascii
noarg.out_ascii
regress/usr.bin/mandoc/mdoc/D1: spacing.out_ascii
regress/usr.bin/mandoc/mdoc/Dd: badarg.out_ascii dupe.out_ascii
late.out_ascii manarg.out_ascii
order.out_ascii
regress/usr.bin/mandoc/mdoc/Dl: spacing.out_ascii
regress/usr.bin/mandoc/mdoc/Dq: empty.out_ascii
regress/usr.bin/mandoc/mdoc/Dt: case.out_ascii dupe.out_ascii
nobody.out_ascii order.out_ascii
regress/usr.bin/mandoc/mdoc/Dv: font.out_ascii noarg.out_ascii
regress/usr.bin/mandoc/mdoc/Em: font.out_ascii noarg.out_ascii
regress/usr.bin/mandoc/mdoc/Eo: empty.out_ascii
obsolete.out_ascii
regress/usr.bin/mandoc/mdoc/Er: font.out_ascii noarg.out_ascii
regress/usr.bin/mandoc/mdoc/Ev: font.out_ascii noarg.out_ascii
regress/usr.bin/mandoc/mdoc/Ex: args.out_ascii noname.out_ascii
nostd.out_ascii
regress/usr.bin/mandoc/mdoc/Fd: break.out_ascii eos.out_ascii
font.out_ascii
regress/usr.bin/mandoc/mdoc/Fl: font.out_ascii
multiarg.out_ascii
noarg.out_ascii parsed.out_ascii
punct.out_ascii
regress/usr.bin/mandoc/mdoc/Fo: basic.out_ascii break.out_ascii
eos.out_ascii font.out_ascii
noarg.out_ascii
obsolete.out_ascii
section.out_ascii
regress/usr.bin/mandoc/mdoc/Ft: font.out_ascii
regress/usr.bin/mandoc/mdoc/Ic: font.out_ascii noarg.out_ascii
regress/usr.bin/mandoc/mdoc/In: break.out_ascii eos.out_ascii
font.out_ascii
regress/usr.bin/mandoc/mdoc/Lb: badargs.out_ascii
break.out_ascii eos.out_ascii
regress/usr.bin/mandoc/mdoc/Li: font.out_ascii punct.out_ascii
regress/usr.bin/mandoc/mdoc/Lk: font.out_ascii link.out_ascii
noarg.out_ascii
regress/usr.bin/mandoc/mdoc/Ms: font.out_ascii noarg.out_ascii
regress/usr.bin/mandoc/mdoc/Mt: font.out_ascii simple.out_ascii
regress/usr.bin/mandoc/mdoc/Nd: hyph.out_ascii noarg.out_ascii
regress/usr.bin/mandoc/mdoc/Nm: badNAME.out_ascii
badNAMEuse.out_ascii
break.out_ascii empty.out_ascii
emptyNAME.out_ascii
emptyNAMEuse.out_ascii
font.out_ascii long.out_ascii
punct.out_ascii
regress/usr.bin/mandoc/mdoc/No: punct.out_ascii
spacing.out_ascii
regress/usr.bin/mandoc/mdoc/Ns: position.out_ascii
punct.out_ascii
regress/usr.bin/mandoc/mdoc/Oo: punct.out_ascii
regress/usr.bin/mandoc/mdoc/Op: broken.out_ascii punct.out_ascii
regress/usr.bin/mandoc/mdoc/Os: dupe.out_ascii late.out_ascii
missing.out_ascii
regress/usr.bin/mandoc/mdoc/Ox: keep.out_ascii
regress/usr.bin/mandoc/mdoc/Pa: font.out_ascii punct.out_ascii
regress/usr.bin/mandoc/mdoc/Pf: spacing.out_ascii
regress/usr.bin/mandoc/mdoc/Pp: arg.out_ascii
regress/usr.bin/mandoc/mdoc/Qq: empty.out_ascii
regress/usr.bin/mandoc/mdoc/Rs: allch.out_ascii break.out_ascii
three_authors.out_ascii
regress/usr.bin/mandoc/mdoc/Rv: args.out_ascii noname.out_ascii
nostd.out_ascii
regress/usr.bin/mandoc/mdoc/Sh: badNAME.out_ascii
before.out_ascii
emptyNAME.out_ascii
order.out_ascii
subbefore.out_ascii
regress/usr.bin/mandoc/mdoc/Sm: badarg.out_ascii noarg.out_ascii
scope.out_ascii
spacing-No.out_ascii
spacing-Op.out_ascii
regress/usr.bin/mandoc/mdoc/Sq: empty.out_ascii
regress/usr.bin/mandoc/mdoc/St: badargs.out_ascii
regress/usr.bin/mandoc/mdoc/Sx: font.out_ascii noarg.out_ascii
regress/usr.bin/mandoc/mdoc/Sy: font.out_ascii noarg.out_ascii
regress/usr.bin/mandoc/mdoc/Tn: font.out_ascii noarg.out_ascii
regress/usr.bin/mandoc/mdoc/Ux: eos.out_ascii spacing.out_ascii
regress/usr.bin/mandoc/mdoc/Va: basic.out_ascii font.out_ascii
noarg.out_ascii
regress/usr.bin/mandoc/mdoc/Vt: child.out_ascii font.out_ascii
noarg.out_ascii
spacing.out_ascii
regress/usr.bin/mandoc/mdoc/Xr: args.out_ascii
regress/usr.bin/mandoc/mdoc/blank: comment.out_ascii
line.out_ascii list.out_ascii
regress/usr.bin/mandoc/roff/args: man.out_ascii mdoc.out_ascii
roff.out_ascii
regress/usr.bin/mandoc/roff/br: args.out_ascii
regress/usr.bin/mandoc/roff/cc: basic.out_ascii
regress/usr.bin/mandoc/roff/cond: before-Dd.out_ascii
close.out_ascii ie.out_ascii
if.out_ascii numeric.out_ascii
strcmp.out_ascii
regress/usr.bin/mandoc/roff/de: Dd.out_ascii Dd.out_ascii_opt
TH.out_ascii TH.out_ascii_opt
append.out_ascii
escname.out_ascii
indir.out_ascii
regress/usr.bin/mandoc/roff/ds: append.out_ascii
escname.out_ascii
nested.out_ascii
quoting.out_ascii
regress/usr.bin/mandoc/roff/esc: B.out_ascii c.out_ascii
f.out_ascii h.out_ascii
ignore.out_ascii
multi.out_ascii one.out_ascii
two.out_ascii w.out_ascii
z.out_ascii
regress/usr.bin/mandoc/roff/ft: badargs.out_ascii
regress/usr.bin/mandoc/roff/ig: basic.out_ascii
regress/usr.bin/mandoc/roff/it: badarg.out_ascii
double.out_ascii text.out_ascii
regress/usr.bin/mandoc/roff/ll: basic.out_ascii
regress/usr.bin/mandoc/roff/na: args.out_ascii
regress/usr.bin/mandoc/roff/nr: argc.out_ascii escname.out_ascii
eval.out_ascii int.out_ascii
predef.out_ascii rr.out_ascii
regress/usr.bin/mandoc/roff/ps: ignore.out_ascii
regress/usr.bin/mandoc/roff/rm: basic.out_ascii
regress/usr.bin/mandoc/roff/scale: horiz.out_ascii
regress/usr.bin/mandoc/roff/sp: badargs-man.out_ascii
badargs-mdoc.out_ascii
negative.out_ascii
regress/usr.bin/mandoc/roff/string: escape.out_ascii
infinite.out_ascii
name.out_ascii
zerolength.out_ascii
regress/usr.bin/mandoc/tbl: center.out_ascii numbers.out_ascii
span.out_ascii vert.out_ascii
Log message:
inevitable churn caused by the section title change
[>]
http://marc.info/?l=openbsd-cvs&m=140907526507962&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-26 21:55:10
Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/26 11:47:25
Modified files:
usr.bin : Makefile
usr.sbin : Makefile
usr.sbin/ikectl: ikeca.c
usr.sbin/pkg_add/OpenBSD: Paths.pm
Added files:
usr.bin/openssl: Makefile apps.c apps.h asn1pars.c ca.c
ciphers.c cms.c crl.c crl2p7.c dgst.c dh.c
dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c
engine.c errstr.c gendh.c gendsa.c genpkey.c
genrsa.c nseq.c ocsp.c openssl.1 openssl.c
passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c
pkeyparam.c pkeyutl.c prime.c progs.h rand.c
req.c rsa.c rsautl.c s_apps.h s_cb.c s_client.c
s_server.c s_socket.c s_time.c sess_id.c
smime.c speed.c spkac.c testdsa.h testrsa.h
timeouts.h ts.c verify.c version.c x509.c
Removed files:
usr.sbin/openssl: Makefile openssl.1
lib/libssl/src/apps: apps.c apps.h asn1pars.c ca.c ciphers.c
cms.c crl.c crl2p7.c dgst.c dh.c dhparam.c
dsa.c dsaparam.c ec.c ecparam.c enc.c
engine.c errstr.c gendh.c gendsa.c
genpkey.c genrsa.c nseq.c ocsp.c openssl.c
passwd.c pkcs12.c pkcs7.c pkcs8.c pkey.c
pkeyparam.c pkeyutl.c prime.c progs.h
rand.c req.c rsa.c rsautl.c s_apps.h s_cb.c
s_client.c s_server.c s_socket.c s_time.c
sess_id.c smime.c speed.c spkac.c testdsa.h
testrsa.h timeouts.h ts.c verify.c
version.c x509.c
Log message:
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
a system/superuser binary. At the same time, move the source code from its
current lib/libssl/src/apps location to a more appropriate home under
usr.bin/openssl.
ok deraadt@ miod@
[>]
http://marc.info/?l=openbsd-cvs&m=140907530407991&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-26 21:55:11
Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/26 11:47:44
src/regress/usr.bin/openssl
Update of /cvs/src/regress/usr.bin/openssl
In directory cvs.openbsd.org:/tmp/cvs-serv13655/openssl
Log Message:
Directory /cvs/src/regress/usr.bin/openssl added to the repository
[>]
http://marc.info/?l=openbsd-cvs&m=140907544908080&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-26 21:55:12
Module name: src
Changes by: jsing@cvs.openbsd.org 2014/08/26 11:50:07
Modified files:
regress/usr.bin: Makefile
regress/usr.sbin: Makefile
regress/lib/libcrypto/sha2: Makefile
Added files:
regress/usr.bin/openssl: Makefile README openssl.cnf
test_client.sh test_server.sh
testdsa.sh testenc.sh testrsa.sh
Removed files:
regress/usr.sbin/openssl: Makefile README openssl.cnf
test_client.sh test_server.sh
testdsa.sh testenc.sh testrsa.sh
Log message:
Update regress to follow openssl(1) move.
[>]
http://marc.info/?l=openbsd-cvs&m=140908167710676&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-26 23:55:10
Module name: src
Changes by: robert@cvs.openbsd.org 2014/08/26 13:33:48
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/etc: mi
distrib/sets/lists/man: mi
etc : Makefile changelist newsyslog.conf rc rc.conf
etc/mtree : 4.4BSD.dist
share/man/man7 : hier.7
share/man/man8 : intro.8 ssl.8
Removed files:
etc/rc.d : nginx
Log message:
usr.sbin
[>]
http://marc.info/?l=openbsd-cvs&m=140908174910713&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-26 23:55:11
Module name: src
Changes by: robert@cvs.openbsd.org 2014/08/26 13:35:34
Modified files:
usr.sbin : Makefile
Removed files:
usr.sbin/nginx : CHANGES CHANGES.ru LICENSE Makefile.bsd-wrapper
README README.OpenBSD configure
usr.sbin/nginx/auto: define endianness feature have have_headers
headers include init install make modules
nohave options sources stubs summary unix
usr.sbin/nginx/auto/cc: acc bcc ccc clang conf gcc icc msvc name
owc sunc
usr.sbin/nginx/auto/lib: conf make test
usr.sbin/nginx/auto/lib/geoip: conf
usr.sbin/nginx/auto/lib/google-perftools: conf
usr.sbin/nginx/auto/lib/libatomic: conf make
usr.sbin/nginx/auto/lib/libgd: conf
usr.sbin/nginx/auto/lib/libxslt: conf
usr.sbin/nginx/auto/lib/md5: conf make makefile.bcc
makefile.msvc makefile.owc
usr.sbin/nginx/auto/lib/openssl: conf make makefile.bcc
makefile.msvc
usr.sbin/nginx/auto/lib/pcre: conf make makefile.bcc
makefile.msvc makefile.owc
usr.sbin/nginx/auto/lib/perl: conf make
usr.sbin/nginx/auto/lib/sha1: conf make makefile.bcc
makefile.msvc makefile.owc
usr.sbin/nginx/auto/lib/zlib: conf make makefile.bcc
makefile.msvc makefile.owc
patch.zlib.h
usr.sbin/nginx/auto/os: conf darwin freebsd linux solaris win32
usr.sbin/nginx/auto/types: sizeof typedef uintptr_t value
usr.sbin/nginx/conf: fastcgi.conf fastcgi_params koi-utf koi-win
mime.types nginx.conf scgi_params
uwsgi_params win-utf
usr.sbin/nginx/contrib: README geo2nginx.pl
usr.sbin/nginx/contrib/unicode2nginx: koi-utf
unicode-to-nginx.pl
win-utf
usr.sbin/nginx/html: 50x.html index.html
usr.sbin/nginx/man: nginx.8 nginx.conf.5
usr.sbin/nginx/src/core: nginx.c nginx.h ngx_array.c ngx_array.h
ngx_buf.c ngx_buf.h ngx_conf_file.c
ngx_conf_file.h ngx_config.h
ngx_connection.c ngx_connection.h
ngx_core.h ngx_cpuinfo.c ngx_crc.h
ngx_crc32.c ngx_crc32.h ngx_crypt.c
ngx_crypt.h ngx_cycle.c ngx_cycle.h
ngx_file.c ngx_file.h ngx_hash.c
ngx_hash.h ngx_inet.c ngx_inet.h
ngx_list.c ngx_list.h ngx_log.c
ngx_log.h ngx_md5.c ngx_md5.h
ngx_murmurhash.c ngx_murmurhash.h
ngx_open_file_cache.c
ngx_open_file_cache.h
ngx_output_chain.c ngx_palloc.c
ngx_palloc.h ngx_parse.c ngx_parse.h
ngx_proxy_protocol.c
ngx_proxy_protocol.h ngx_queue.c
ngx_queue.h ngx_radix_tree.c
ngx_radix_tree.h ngx_rbtree.c
ngx_rbtree.h ngx_regex.c ngx_regex.h
ngx_resolver.c ngx_resolver.h
ngx_sha1.h ngx_shmtx.c ngx_shmtx.h
ngx_slab.c ngx_slab.h ngx_spinlock.c
ngx_string.c ngx_string.h ngx_syslog.c
ngx_syslog.h ngx_times.c ngx_times.h
usr.sbin/nginx/src/event: ngx_event.c ngx_event.h
ngx_event_accept.c
ngx_event_busy_lock.c
ngx_event_busy_lock.h
ngx_event_connect.c
ngx_event_connect.h ngx_event_mutex.c
ngx_event_openssl.c
ngx_event_openssl.h
ngx_event_openssl_stapling.c
ngx_event_pipe.c ngx_event_pipe.h
ngx_event_posted.c ngx_event_posted.h
ngx_event_timer.c ngx_event_timer.h
usr.sbin/nginx/src/event/modules: ngx_aio_module.c
ngx_devpoll_module.c
ngx_epoll_module.c
ngx_eventport_module.c
ngx_kqueue_module.c
ngx_poll_module.c
ngx_rtsig_module.c
ngx_select_module.c
ngx_win32_select_module.c
usr.sbin/nginx/src/http: ngx_http.c ngx_http.h
ngx_http_busy_lock.c
ngx_http_busy_lock.h ngx_http_cache.h
ngx_http_config.h
ngx_http_copy_filter_module.c
ngx_http_core_module.c
ngx_http_core_module.h
ngx_http_file_cache.c
ngx_http_header_filter_module.c
ngx_http_parse.c ngx_http_parse_time.c
ngx_http_postpone_filter_module.c
ngx_http_request.c ngx_http_request.h
ngx_http_request_body.c
ngx_http_script.c ngx_http_script.h
ngx_http_spdy.c ngx_http_spdy.h
ngx_http_spdy_filter_module.c
ngx_http_spdy_module.c
ngx_http_spdy_module.h
ngx_http_special_response.c
ngx_http_upstream.c ngx_http_upstream.h
ngx_http_upstream_round_robin.c
ngx_http_upstream_round_robin.h
ngx_http_variables.c
ngx_http_variables.h
ngx_http_write_filter_module.c
usr.sbin/nginx/src/http/modules: ngx_http_access_module.c
ngx_http_addition_filter_module.c
ngx_http_auth_basic_module.c
ngx_http_auth_request_module.c
ngx_http_autoindex_module.c
ngx_http_browser_module.c
ngx_http_charset_filter_module.c
ngx_http_chunked_filter_module.c
ngx_http_dav_module.c
ngx_http_degradation_module.c
ngx_http_empty_gif_module.c
ngx_http_fastcgi_module.c
ngx_http_flv_module.c
ngx_http_geo_module.c
ngx_http_geoip_module.c
ngx_http_gunzip_filter_module.c
ngx_http_gzip_filter_module.c
ngx_http_gzip_static_module.c
ngx_http_headers_filter_module.c
ngx_http_image_filter_module.c
ngx_http_index_module.c
ngx_http_limit_conn_module.c
ngx_http_limit_req_module.c
ngx_http_log_module.c
ngx_http_map_module.c
ngx_http_memcached_module.c
ngx_http_mp4_module.c
ngx_http_not_modified_filter_module.c
ngx_http_proxy_module.c
ngx_http_random_index_module.c
ngx_http_range_filter_module.c
ngx_http_realip_module.c
ngx_http_referer_module.c
ngx_http_rewrite_module.c
ngx_http_scgi_module.c
ngx_http_secure_link_module.c
ngx_http_split_clients_module.c
ngx_http_ssi_filter_module.c
ngx_http_ssi_filter_module.h
ngx_http_ssl_module.c
ngx_http_ssl_module.h
ngx_http_static_module.c
ngx_http_stub_status_module.c
ngx_http_sub_filter_module.c
ngx_http_upstream_ip_hash_module.c
ngx_http_upstream_keepalive_module.c
ngx_http_upstream_least_conn_module.c
ngx_http_userid_filter_module.c
ngx_http_uwsgi_module.c
ngx_http_xslt_filter_module.c
usr.sbin/nginx/src/http/modules/perl: Makefile.PL nginx.pm
nginx.xs
ngx_http_perl_module.c
ngx_http_perl_module.h
typemap
usr.sbin/nginx/src/mail: ngx_mail.c ngx_mail.h
ngx_mail_auth_http_module.c
ngx_mail_core_module.c
ngx_mail_handler.c
ngx_mail_imap_handler.c
ngx_mail_imap_module.c
ngx_mail_imap_module.h ngx_mail_parse.c
ngx_mail_pop3_handler.c
ngx_mail_pop3_module.c
ngx_mail_pop3_module.h
ngx_mail_proxy_module.c
ngx_mail_smtp_handler.c
ngx_mail_smtp_module.c
ngx_mail_smtp_module.h
ngx_mail_ssl_module.c
ngx_mail_ssl_module.h
usr.sbin/nginx/src/misc: ngx_cpp_test_module.cpp
ngx_google_perftools_module.c
usr.sbin/nginx/src/os/unix: ngx_aio_read.c ngx_aio_read_chain.c
ngx_aio_write.c
ngx_aio_write_chain.c ngx_alloc.c
ngx_alloc.h ngx_atomic.h
ngx_channel.c ngx_channel.h
ngx_daemon.c ngx_darwin.h
ngx_darwin_config.h
ngx_darwin_init.c
ngx_darwin_sendfile_chain.c
ngx_errno.c ngx_errno.h
ngx_file_aio_read.c ngx_files.c
ngx_files.h ngx_freebsd.h
ngx_freebsd_config.h
ngx_freebsd_init.c
ngx_freebsd_rfork_thread.c
ngx_freebsd_rfork_thread.h
ngx_freebsd_sendfile_chain.c
ngx_gcc_atomic_amd64.h
ngx_gcc_atomic_ppc.h
ngx_gcc_atomic_sparc64.h
ngx_gcc_atomic_x86.h ngx_linux.h
ngx_linux_aio_read.c
ngx_linux_config.h ngx_linux_init.c
ngx_linux_sendfile_chain.c ngx_os.h
ngx_posix_config.h ngx_posix_init.c
ngx_process.c ngx_process.h
ngx_process_cycle.c
ngx_process_cycle.h
ngx_pthread_thread.c
ngx_readv_chain.c ngx_recv.c
ngx_send.c ngx_setaffinity.c
ngx_setaffinity.h ngx_setproctitle.c
ngx_setproctitle.h ngx_shmem.c
ngx_shmem.h ngx_socket.c
ngx_socket.h ngx_solaris.h
ngx_solaris_config.h
ngx_solaris_init.c
ngx_solaris_sendfilev_chain.c
ngx_sunpro_amd64.il
ngx_sunpro_atomic_sparc64.h
ngx_sunpro_sparc64.il
ngx_sunpro_x86.il ngx_thread.h
ngx_time.c ngx_time.h ngx_udp_recv.c
ngx_user.c ngx_user.h
ngx_writev_chain.c rfork_thread.S
usr.sbin/nginx/src/pcre: LICENCE config.h pcre.h
pcre_chartables.c pcre_compile.c
pcre_exec.c pcre_fullinfo.c
pcre_globals.c pcre_internal.h
pcre_newline.c pcre_ord2utf8.c
pcre_study.c pcre_tables.c pcre_ucd.c
pcre_valid_utf8.c pcre_xclass.c ucp.h
Log message:
remove nginx from the base system in favor of OpenBSD's own httpd(8)