RSS
Pages: 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ... 37
[>] http://marc.info/?l=openbsd-cvs&m=140863705114481&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-21 20:55:09


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/21 10:03:50

Modified files:
usr.bin/mandoc : cgi.c

Log message:
limit CGI process execution time to make REDoS attacks less effective;
attack surface pointed out by Sebastien Marie

[>] http://marc.info/?l=openbsd-cvs&m=140863963115666&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-21 20:55:10


Module name: src
Changes by: jca@cvs.openbsd.org 2014/08/21 10:46:48

Modified files:
usr.bin/ftp : fetch.c

Log message:
Fix double free. ok guenther@

[>] http://marc.info/?l=openbsd-cvs&m=140863984015757&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-21 20:55:11


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/21 10:50:11

Modified files:
usr.sbin/sysmerge: sysmerge.sh

Log message:
Unbreak when "SRCDIR=."

reported by phessler@

[>] http://marc.info/?l=openbsd-cvs&m=140864046216023&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-21 21:55:09


Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/21 11:00:34

Modified files:
usr.sbin/syslogd: privsep.c syslogd.c

Log message:
Send and receive UDP syslog packets on the IPv6 socket.
OK henning@

[>] http://marc.info/?l=openbsd-cvs&m=140864142416532&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-21 21:55:11


Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/21 11:16:37

Modified files:
usr.sbin/syslogd: syslog.conf.5

Log message:
Document square brackets for IPv6 addresses. From FreeBSD.
OK logan@ henning@

[>] http://marc.info/?l=openbsd-ports-cvs&m=140864089916224&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-21 21:55:13


Module name: ports
Changes by: jcs@cvs.openbsd.org 2014/08/21 11:07:56

Modified files:
x11/xbanish : Makefile distinfo
x11/xbanish/pkg: PLIST

Log message:
update to xbanish-1.2

[>] http://marc.info/?l=openbsd-cvs&m=140864903719685&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-21 23:55:07


Module name: src
Changes by: chrisz@cvs.openbsd.org 2014/08/21 13:23:11

Modified files:
usr.sbin/httpd : httpd.h server_fcgi.c server_file.c
server_http.c

Log message:
Add Last-Modified: HTTP header.

OK reyk@

[>] http://marc.info/?l=openbsd-cvs&m=140865284721130&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 00:55:08


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/21 14:27:03

Modified files:
usr.bin/mandoc : mansearch.c

Log message:
Bugfix: make whatis(1) case-insensitive again.
The traditional whatis(1) was case-insensitve and it's still documented
that way, that but apparently got broken with or after the switch.

[>] http://marc.info/?l=openbsd-ports-cvs&m=140865111320444&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 00:55:11


Module name: ports
Changes by: sthen@cvs.openbsd.org 2014/08/21 13:58:07

Modified files:
comms/conserver: Makefile distinfo
comms/conserver/pkg: PLIST conserver.rc

Log message:
fix up some more things to cope with the change to running conserver as
a separate uid

[>] http://marc.info/?l=openbsd-cvs&m=140865780223044&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 01:55:06


Module name: src
Changes by: kspillner@cvs.openbsd.org 2014/08/21 15:49:37

Modified files:
sys/dev/acpi : acpidock.c

Log message:
Set the sensor's status when docking and undocking, not just its value.
With this change sensorsd(8) now correctly detects state changes when
docking and undocking.

ok mlarkin@

[>] http://marc.info/?l=openbsd-ports-cvs&m=140865446821784&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 01:55:08


Module name: ports
Changes by: chrisz@cvs.openbsd.org 2014/08/21 14:54:04

Modified files:
sysutils/findlib: Makefile
sysutils/findlib/pkg: PLIST
graphics/ocaml-camlimages: Makefile
lang/ocaml : Makefile ocaml.port.mk
Added files:
lang/ocaml/pkg : DESCR-camlp4 DESCR-graphics DESCR-labltk
DESCR-main PFRAG.dynlink-native-graphics
PFRAG.dynlink-native-main PFRAG.native-camlp4
PFRAG.native-graphics PFRAG.native-labltk
PFRAG.native-main PFRAG.shared-graphics
PFRAG.shared-labltk PFRAG.shared-main
PLIST-camlp4 PLIST-graphics PLIST-labltk
PLIST-main
Removed files:
lang/ocaml/pkg : DESCR PFRAG.dynlink-native PFRAG.native
PFRAG.shared PLIST

Log message:
Split off camlp4, labltk and graphics from our current OCaml 4.01.
This will help when upgrading to upcoming OCaml 4.02, which will miss camlp4
and labltk.
For a smooth transision, make all OCaml ports BUILD_DEPEND on camlp4 via
MODULES=ocaml.

sysutils/findlib is the only port using -labltk.
graphics/ocaml-camlimage is the only port using -graphics.

ok avsm@

[>] http://marc.info/?l=openbsd-ports-cvs&m=140865501322008&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 01:55:10


Module name: ports
Changes by: jcs@cvs.openbsd.org 2014/08/21 15:03:10

Modified files:
x11/xbanish : Makefile distinfo

Log message:
oops, update to xbanish-1.3

[>] http://marc.info/?l=openbsd-ports-cvs&m=140865734222858&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 01:55:11


Module name: ports
Changes by: sthen@cvs.openbsd.org 2014/08/21 15:41:57

Modified files:
net/bitlbee : Makefile distinfo
Removed files:
net/bitlbee/patches: patch-configure patch-lib_misc_c
patch-otr_c

Log message:
update to bitlbee 3.2.2, from maintainer Tom Doherty (plus minor wantlib sync)

[>] http://marc.info/?l=openbsd-ports-cvs&m=140865841923258&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 02:55:08


Module name: ports
Changes by: kspillner@cvs.openbsd.org 2014/08/21 15:59:55

Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD

Log message:
Add myself (hello, OpenBSD world!).

ok many

[>] http://marc.info/?l=openbsd-ports-cvs&m=140866033523834&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 02:55:09


Module name: ports
Changes by: millert@cvs.openbsd.org 2014/08/21 16:31:49

Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD

Log message:
Update my location since I've moved.

[>] http://marc.info/?l=openbsd-ports-cvs&m=140866298124670&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 03:55:09


Module name: ports
Changes by: sthen@cvs.openbsd.org 2014/08/21 17:15:57

Modified files:
security/openssl: Makefile distinfo
security/openssl/pkg: PLIST

Log message:
security update to OpenSSL 1.0.1i

[>] http://marc.info/?l=openbsd-cvs&m=140867091426640&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 05:55:06


Module name: src
Changes by: deraadt@cvs.openbsd.org 2014/08/21 19:28:19

Modified files:
distrib/sets/lists/man: mi

Log message:
sync

[>] http://marc.info/?l=openbsd-ports-cvs&m=140867232526925&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 05:55:09


Module name: ports
Changes by: bcallah@cvs.openbsd.org 2014/08/21 19:51:42

Modified files:
games/wtf : Makefile distinfo

Log message:
Update to 20140820.

[>] http://marc.info/?l=openbsd-ports-cvs&m=140867302727096&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 06:55:09


Module name: ports
Changes by: bcallah@cvs.openbsd.org 2014/08/21 20:03:20

Modified files:
x11/sakura : Makefile distinfo

Log message:
Minor update to 3.1.5

[>] http://marc.info/?l=openbsd-ports-cvs&m=140867416927373&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 06:55:10


Module name: ports
Changes by: gsoares@cvs.openbsd.org 2014/08/21 20:22:25

Modified files:
security/stunnel: Makefile distinfo
security/stunnel/patches: patch-tools_stunnel_conf-sample_in

Log message:
update to 5.03
OK kili@

[>] http://marc.info/?l=openbsd-ports-cvs&m=140867477027490&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 06:55:11


Module name: ports
Changes by: bentley@cvs.openbsd.org 2014/08/21 20:32:26

Modified files:
games/openttd : Makefile distinfo
games/openttd/pkg: PLIST
Removed files:
games/openttd/patches: patch-src_music_extmidi_cpp

Log message:
Update to openttd-1.4.2.

Replace an unnecessary patch with a configure option. (from zhuk@)

[>] http://marc.info/?l=openbsd-ports-cvs&m=140867737227972&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 07:55:09


Module name: ports
Changes by: bcallah@cvs.openbsd.org 2014/08/21 21:15:46

Modified files:
graphics/birdfont: Makefile distinfo
graphics/birdfont/pkg: PLIST

Log message:
Update to 0.47

[>] http://marc.info/?l=openbsd-cvs&m=140868219928769&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 08:55:06


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/21 22:36:16

Modified files:
usr.sbin/npppd/npppd: npppd_auth.c

Log message:
remove an uneeded test
ok yasuoka@

[>] http://marc.info/?l=openbsd-ports-cvs&m=140868101728568&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 08:55:09


Module name: ports
Changes by: bentley@cvs.openbsd.org 2014/08/21 22:16:31

Log message:
Import etl-0.04.17.

ETL is a multi-platform class and template library designed to add new
datatypes and functions which combine well with the existing types and
functions from the C++ Standard Template Library (STL).

ok jca@

Status:

Vendor Tag: bentley
Release Tags: bentley_20140821

N ports/devel/etl/Makefile
N ports/devel/etl/distinfo
N ports/devel/etl/pkg/DESCR
N ports/devel/etl/pkg/PLIST

No conflicts created by this import

[>] http://marc.info/?l=openbsd-ports-cvs&m=140868105128575&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 08:55:10


Module name: ports
Changes by: bentley@cvs.openbsd.org 2014/08/21 22:17:10

Modified files:
devel : Makefile

Log message:
+etl

[>] http://marc.info/?l=openbsd-cvs&m=140868645629534&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 09:55:09


Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2014/08/21 23:47:08

Modified files:
usr.sbin : Makefile

Log message:
Enable rcctl(8).

prodded by deraadt@

[>] http://marc.info/?l=openbsd-cvs&m=140869333731260&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 11:55:09


Module name: src
Changes by: deraadt@cvs.openbsd.org 2014/08/22 01:41:48

Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/man: mi

Log message:
sync

[>] http://marc.info/?l=openbsd-ports-cvs&m=140869340031286&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 11:55:12


Module name: ports
Changes by: chrisz@cvs.openbsd.org 2014/08/22 01:42:56

Modified files:
geo/openbsd-developers/files: OpenBSD

Log message:
Add myself.

[>] http://marc.info/?l=openbsd-cvs&m=140869441531615&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 12:55:08


Module name: src
Changes by: doug@cvs.openbsd.org 2014/08/22 01:59:52

Modified files:
sbin/isakmpd : ike_phase_1.c

Log message:
fix memory leak in isakmpd

ok gerhard@ (also corrected first version)

[>] http://marc.info/?l=openbsd-cvs&m=140869509431811&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 12:55:09


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/22 02:10:38

Modified files:
etc/rc.d : nfsd

Log message:
Set the default nfsd flags to "-tun 4". Matches the comment
in rc.conf and the behaviour of the backwards compatibility
code in rc.subr for nfs_server=YES.
ok ajacoutot@

[>] http://marc.info/?l=openbsd-ports-cvs&m=140869442931621&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 12:55:12


Module name: ports
Changes by: landry@cvs.openbsd.org 2014/08/22 01:59:54

Added files:
security/openssl/patches: patch-crypto_des_Makefile

Log message:
Fix build on sparc64.

In the 'you didnt think openssl was that insane' series, it tries to use
m4 -B 8192 to generate some sparc asm from an m4 file.
Unsurprisingly, our m4 doesn't support -B, it's not even in gm4's manpage,
and gm4 info page says this about -B :
These options are present for compatibility with System V `m4', but
do nothing in this implementation. They may disappear in future
releases, and issue a warning to that effect.

I'm glad openssl can be built with System V m4..

[>] http://marc.info/?l=openbsd-ports-cvs&m=140869537931901&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 12:55:13


Module name: ports
Changes by: jasper@cvs.openbsd.org 2014/08/22 02:15:55

Modified files:
lang/ruby/2.0 : Makefile

Log message:
add alpha/hppa to list of arches for no_ri_docs instead of marking it
broken. sebastia@ confirms ruby works good enough for puppet on these arches.
the underlying problem in miniruby still needs to be addressed though.

ok jeremy@

[>] http://marc.info/?l=openbsd-ports-cvs&m=140869899700616&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 13:55:11


Module name: ports
Changes by: sthen@cvs.openbsd.org 2014/08/22 03:16:05

Modified files:
devel/jdk/1.7 : Makefile distinfo
devel/jdk/1.7/pkg: PLIST-jre PLIST-main

Log message:
Update to Java 7u65, including some security fixes.
Committing on behalf of kurt@

[>] http://marc.info/?l=openbsd-ports-cvs&m=140870308101802&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 14:55:09


Module name: ports
Changes by: chrisz@cvs.openbsd.org 2014/08/22 04:24:16

Modified files:
geo/openbsd-developers: Makefile

Log message:
Also do a revision bump as noted by stsp@ thanks!

[>] http://marc.info/?l=openbsd-ports-cvs&m=140871013504006&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 16:55:08


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/22 06:21:47

ports/sysutils/salt/files

Update of /cvs/ports/sysutils/salt/files
In directory cvs.openbsd.org:/tmp/cvs-serv22428/files

Log Message:
Directory /cvs/ports/sysutils/salt/files added to the repository

[>] http://marc.info/?l=openbsd-ports-cvs&m=140871015404009&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 16:55:09


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/22 06:22:09

Modified files:
sysutils/salt : Makefile
sysutils/salt/patches: patch-salt_modules_openbsdservice_py
sysutils/salt/pkg: PLIST
Added files:
sysutils/salt/files: openbsdrcctl.py

Log message:
Implement full service management using rcctl(8).

[>] http://marc.info/?l=openbsd-ports-cvs&m=140871120704346&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 16:55:10


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/22 06:39:41

Modified files:
x11/gnome/tracker: Makefile distinfo
x11/gnome/tracker/patches: patch-configure_ac
patch-src_tracker-extract_tracker-extract-gstreamer_c
patch-src_tracker-extract_tracker-extract-mp3_c
patch-src_tracker-extract_tracker-main_c
x11/gnome/tracker/pkg: PLIST
Removed files:
x11/gnome/tracker/patches: patch-data_tracker-miner_pc_in

Log message:
Update to meta-tracker-1.0.3.

[>] syslogd(8) Now IPv6-Capable **
obsd.info.14
undeadly.org(obsdave,1) — All
2014-08-22 17:55:06


http://undeadly.org/cgi?action=article&sid=20140822133925

Contributed by tbert on Fri Aug 22 09:14:22 2014 (GMT)
from the they're altogether ooky, the address family dept.

With the [penultimate](http://marc.info/?l=openbsd-cvs&m=140864046216023&w=2) in a series of commits, Alexander Bluhm (bluhm@) has added IPv6 support to [syslogd(8)](http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/syslogd.8?query=syslogd):

>
>
> CVSROOT: /cvs
> Module name: src
> Changes by: bluhm@cvs.openbsd.org 2014/08/21 11:00:34
>
> Modified files:
> usr.sbin/syslogd: privsep.c syslogd.c
>
> Log message:
> Send and receive UDP syslog packets on the IPv6 socket.
> OK henning@
>

[>] http://marc.info/?l=openbsd-ports-cvs&m=140871392105436&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 17:55:10


Module name: ports
Changes by: jturner@cvs.openbsd.org 2014/08/22 07:24:56

Modified files:
www/youtube-dl : Makefile distinfo
www/youtube-dl/pkg: PLIST

Log message:
Update to latest youtube-dl 2014.08.22.2. This fixes the vimeo extractor
and brings some new ones in.

ok pirofti@

[>] BSDNow Episode 051: Engineering Nginx **
obsd.info.14
undeadly.org(obsdave,1) — All
2014-08-22 18:55:06


http://undeadly.org/cgi?action=article&sid=20140822142648

Contributed by tbert on Fri Aug 22 13:48:24 2014 (GMT)
from the missed the ngineering pun dept.

This week the [hosts](http://www.bsdnow.tv/) set up SSL on nginx and an interview about the FreeBSD community and utilisation in the commercial server space, along with the week's BSD-world odds and ends.

**[** [Video](http://www.podtrac.com/pts/redirect.mp4/201406.jb-dl.cdn.scaleengine.net/bsdnow/2014/bsd-0051-432p.mp4) **|** [HD Video](http://www.podtrac.com/pts/redirect.mp4/201406.jb-dl.cdn.scaleengine.net/bsdnow/2014/bsd-0051.mp4) **|** [MP3 Audio](http://www.podtrac.com/pts/redirect.mp3/traffic.libsyn.com/jnite/bsd-0051.mp3) **|** [OGG Audio](http://www.podtrac.com/pts/redirect.ogg/traffic.libsyn.com/jnite/bsd-0051.ogg) **|** [Torrent](http://bitlove.org/jupiterbroadcasting/bsdnowhd) **]**

[>] http://marc.info/?l=openbsd-ports-cvs&m=140871783407177&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 18:55:10


Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2014/08/22 08:30:08

Modified files:
sysutils/salt : Makefile
sysutils/salt/files: openbsdrcctl.py

Log message:
Implement enabled/disabled.

[>] http://marc.info/?l=openbsd-cvs&m=140872260809191&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 19:55:07


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/22 09:49:45

Modified files:
usr.bin/mandoc : man.cgi.8

Log message:
typo; noticed by jmc@ some time ago

[>] http://marc.info/?l=openbsd-cvs&m=140872407409837&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 20:55:09


Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/22 10:14:11

Modified files:
usr.sbin/syslogd: syslogd.c

Log message:
Instead of getting a nasty error message from privsep
"syslogd: priv_getaddrinfo: overflow attempt in hostname"
check the host and port length when parsing the config.
OK henning@

[>] http://marc.info/?l=openbsd-cvs&m=140872499010124&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 20:55:10


Module name: src
Changes by: tedu@cvs.openbsd.org 2014/08/22 10:29:27

Removed files:
usr.bin/signify: ge25519.c

Log message:
don't need this file, only the mod version

[>] http://marc.info/?l=openbsd-ports-cvs&m=140872699110954&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 21:55:10


Module name: ports
Changes by: landry@cvs.openbsd.org 2014/08/22 11:02:46

Modified files:
mail/geary : Makefile distinfo

Log message:
Bugfix update to geary 0.6.2, reminded by aja@

[>] http://marc.info/?l=openbsd-ports-cvs&m=140873303813267&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 22:55:11


Module name: ports
Changes by: jasper@cvs.openbsd.org 2014/08/22 12:43:32

Modified files:
devel/ruby-hub : Makefile distinfo

Log message:
update to hub-1.12.2

[>] http://marc.info/?l=openbsd-cvs&m=140873425913660&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 23:55:07


Module name: xenocara
Changes by: okan@cvs.openbsd.org 2014/08/22 13:04:01

Modified files:
app/cwm : group.c mousefunc.c search.c xutil.c

Log message:
Fix nogroup regression, where nogroup became an actual group - the
symantics between cwm groups and ewmh got in the way. Ensure a client
that wants to be in nogroup stays in nogroup (thus stays in view), even
when (re)reading NET_WM_DESKTOP. Paritially reverts patchset 644
(2014-02-07 13:09 PST) which deals with a NULL cc->group. All to be
revisited when NET_WM_STATE_STICKY hits cwm.

Reported by many; testing and ok phessler.

[>] http://marc.info/?l=openbsd-cvs&m=140873518514033&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 23:55:08


Module name: src
Changes by: deraadt@cvs.openbsd.org 2014/08/22 13:19:25

Modified files:
etc : Makefile changelist group master.passwd rc
rc.conf
etc/mail : aliases
etc/mtree : 4.4BSD.dist
Removed files:
etc/bind : db.localhost db.loopback db.loopback6.arpa
named-dual.conf named-simple.conf root.hint
etc/rc.d : named
etc/systrace : usr_sbin_named

Log message:
disable use of bind in base; in the base use nsd/unbound instead.
a proper & complete bind port will show up.
discussed with many for years

[>] http://marc.info/?l=openbsd-cvs&m=140873573614282&w=2
obsd.info.14
openbsd-cvs(obsdave,2) — All
2014-08-22 23:55:10


Module name: src
Changes by: brad@cvs.openbsd.org 2014/08/22 13:28:25

Modified files:
usr.sbin/bind : Makefile.bsd-wrapper Makefile.in configure
configure.in
usr.sbin/bind/bin: Makefile.in

Log message:
Strip the BIND code down to just building and installing dig, host and nslookup.

[>] http://marc.info/?l=openbsd-ports-cvs&m=140873514714020&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-22 23:55:12


Module name: ports
Changes by: sthen@cvs.openbsd.org 2014/08/22 13:18:44

Modified files:
infrastructure/db: user.list

Log message:
reserve uid for bind

Pages: 1 ... 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ... 37