CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/02/28 12:35:45
Modified files:
. : 53.html
Log message:
re-add
accidentally zapped with the '...' I removed; from Alexey Suslikov
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/02/28 14:00:53
Modified files:
sbin/dhclient : kroute.c
Log message:
Try 10 times to obtain the routing table via sysctl(), and if it
can't be done just abandon attempt to clean up the routing and arp
tables and carry on. Code adapted from itojun's route6d.c.
May address problem reported on misc@ by Marc Peters.
Best we can do for now.
ok claudio@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/02/28 14:23:30
Modified files:
de : 53.html
fr : arc.html donations.html index.html want.html
openssh/fr : donations.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/01 14:06:04
Modified files:
sys/conf : GENERIC newvers.sh
Log message:
Antici
pation: back to -current
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/01 14:16:35
Modified files:
include : limits.h
Log message:
Add _POSIX_CLOCKRES_MIN and _POSIX2_CHARCLASS_NAME_MAX per POSIX 1003.1-2008
ports build tested by espie@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/01 14:19:42
Modified files:
include : unistd.h
lib/libc/gen : confstr.3 confstr.c
Log message:
Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* defines
to and confstr(3) per POSIX 1003.1-2008
Change confstr(_CS_PATH) to operate directly instead of calling sysctl(3)
ports build tested by espie@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/01 16:04:02
Modified files:
. : vax-simh.html
Log message:
bring back the old network setup method for SIMH as an alternative for
people who cannot bridge; todd reminded me that wireless devices can't be
used with the bridge-based method.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/01 22:33:41
Modified files:
usr.bin/getconf: getconf.1 getconf.c
Log message:
Bring getconf(1) substantially up to spec with POSIX 1003.1-2008,
adding 155 new names as well as support for the -v option.
Also, add support for non-standard -L and -l options for listing
the known names. (Contrast with the Solaris/Linux -a option, whose
output is inconsistent and can't be reliably parsed.)
ports build tested by espie@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/01 23:56:16
Modified files:
sys/dev/pci : ichiic.c
Log message:
match on EP80579, works fine on a machine I have
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/02 00:02:07
Modified files:
sys/arch/amd64/amd64: machdep.c
Log message:
The last use of the int $80 syscall entry was in 5.1, so we no longer
need to reserve it
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/02 00:02:31
Modified files:
lib/libc/gen : confstr.3
Log message:
zap end of line whitespace;
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/02 00:05:18
Modified files:
sys/kern : kern_fork.c syscalls.master
sys/sys : unistd.h
Log message:
No longer need the 5.1 version of the __tfork syscall
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/02 00:06:00
Modified files:
sys/sys : syscall.h syscallargs.h
sys/kern : init_sysent.c syscalls.c
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/02 00:08:22
Modified files:
usr.bin/getconf: getconf.1
Log message:
missing newline;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/02 00:11:19
Modified files:
sbin/dhclient : dhclient.conf.5
Log message:
rework some text that ken thought ambiguous; ok krw
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/02 00:12:15
Modified files:
usr.bin/units : units.lib
Log message:
update currency exchange rates;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/02 00:18:17
Modified files:
usr.bin/getconf: getconf.c
Log message:
sort options, and avoid line wrap, in usage(); ok guenther
CVSROOT: /cvs
Module name: www
Changes by: espie@cvs.openbsd.org 2013/03/02 01:29:44
Modified files:
faq : faq15.html
Log message:
clearer directive for pkg_locate.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 02:07:37
Modified files:
usr.bin/passwd : pwd_check.c
Log message:
When using an external password quality check program, do not run the
patterns checks which may contradict the rules set by the external
helper.
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 02:11:15
Modified files:
usr.sbin/sysmerge: sysmerge.sh
Log message:
Always compare aliases(5) at the end of the sysmerge(8) run after all
files have already been merged. This is needed in the case where the
syntax of smtpd.conf changed to prevent newaliases(8) from failing.
issue reported by todd@
ok sthen@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 03:13:44
Modified files:
fr : events.html mac68k.html mvme68k.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 03:42:14
Modified files:
. : want.html
Log message:
My Tadpole hard drive is dying, I could use a "new" one.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/02 04:08:38
Modified files:
sys/arch/amd64/amd64: conf.c
Log message:
Properly conditionalize adding wscons to the list of consoles on
NWSDISPLAY.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:21:10
Modified files:
net/libsocialweb: Makefile
Log message:
- add missing build dependency, spotted by several
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:21:26
Modified files:
sysutils/augeas: Makefile
Log message:
- fix MASTER_SITES
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:22:28
Modified files:
lang/coffeescript: Makefile distinfo
Log message:
- update to coffeescript-1.5.0
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/02 05:25:55
Modified files:
sys/dev : softraid_raid0.c softraid_concat.c
Log message:
Unbreak softraid compilation with debug enabled.
Prompted by Dmitry Bogdan.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:27:42
Modified files:
www/gtkhtml4 : Makefile distinfo
Log message:
- update to gtkhtml4- 4.6.4
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:28:14
Modified files:
sbin/pfctl : parse.y
Log message:
When a PF rule contains 'set tos' *followed by* a scrub option, the tos
value is changed to 0x00. Left-over from the previous implementation where
set-tos was part of "scrub". Problem reported by Jason Mader, ok henning
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:28:26
Modified files:
devel/libvirt-glib: Makefile distinfo
devel/libvirt-glib/pkg: PLIST
Log message:
- update to libvirt-glib-0.1.5
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:29:09
Modified files:
graphics/node-canvas: Makefile distinfo
graphics/node-canvas/patches: patch-binding_gyp
graphics/node-canvas/pkg: PLIST
Log message:
- update to node-canvas-1.0.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:30:10
Modified files:
textproc/py-pygments: Makefile distinfo
textproc/py-pygments/pkg: PLIST
Log message:
- update py-pygments to 1.6
- reset maintainer as per djm@'s request
ok djm@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:31:35
Modified files:
net/apache-activemq: Makefile distinfo
net/apache-activemq/pkg: PLIST
Log message:
- update to apache-activemq-5.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:32:11
Modified files:
graphics/clutter/clutter-gst: Makefile distinfo
Log message:
- update to clutter-gst-2.0.2.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:33:01
Modified files:
devel/apache-ant: Makefile distinfo
devel/apache-ant/patches: patch-bin_ant patch-bin_runant_pl
devel/apache-ant/pkg: DESCR PLIST
Log message:
- update to apache-ant-1.8.4
tested in a bulk by landry@
ok kurt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:33:57
Modified files:
devel/maven : Makefile distinfo
devel/maven/pkg: PLIST
Log message:
- update to apache-maven-3.0.5
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:35:01
Modified files:
devel/maven : Makefile
devel/maven/pkg: PLIST
Log message:
- add $V to SUBST_VARS to minimize future diffs.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:36:36
Modified files:
devel/p5-Error : Makefile distinfo
Log message:
update to p5-Error 0.17019
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:38:46
Modified files:
games/alephone/scenarios: Makefile.inc
Log message:
Make alephone scenarios BUILD_DEPENDS on alephone. It's not technically
required but scenarios are useless without the game and very big, so this
saves excessively large files being uncompressed/recompressed and shipped
out to mirrors on arch where the game won't run anyway. ok phessler
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:39:56
Modified files:
mail/isync : Makefile distinfo
Log message:
SECURITY update to isync 1.0.6
CVE-2013-0289 - does not verify hostnames from SSL certificates
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:41:56
Modified files:
net/icinga/web : Makefile distinfo
net/icinga/web/pkg: PLIST
Log message:
icinga-web 1.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:42:03
Modified files:
x11/gnome/mutter: Makefile
Log message:
disable -Werror which breaks at least hppa/mips64/sparc64
ok landry@ aja@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:42:33
Modified files:
net/icinga/core: Makefile
net/icinga/core/patches: patch-cgi_Makefile_in
Log message:
zap -no-pie stuff no longer needed for static bins.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:42:39
Modified files:
lang/jimtcl : Makefile
Log message:
- update HOMEPAGE
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/02 05:45:19
Modified files:
databases/postgresql-jdbc: Makefile
devel/eclipse/sdk: Makefile
geo/jeoip : Makefile
java/jBCrypt : Makefile
Log message:
for ports built from source, bump the MODJAVA_VER from 1.5 to 1.6.
as discussed with/ok kurt@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:47:50
Modified files:
www/py-django : Makefile distinfo
www/py-django/pkg: PLIST
Log message:
SECURITY update; py-Django 1.4.5
https://www.djangoproject.com/weblog/2013/feb/19/security/
- Host header poisoning: an attacker could cause Django to generate
and display URLs that link to arbitrary domains.
- Formset denial-of-service: an attacker can abuse Django's tracking
of the number of forms in a formset to cause a denial-of-service attack.
- XML attacks: Django's serialization framework was vulnerable to
attacks via XML entity expansion and external references.
- Data leakage via admin history log: Django's admin interface could
expose supposedly-hidden information via its history log.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/02 05:48:39
Modified files:
www/racktables : Makefile distinfo
www/racktables/pkg: PLIST
Log message:
update racktables to 0.20.3
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/02 05:50:01
Modified files:
sys/dev : softraid_aoe.c softraid_concat.c
softraid_crypto.c softraid_raid0.c
softraid_raid1.c softraid_raid6.c
softraid_raidp.c
Log message:
sr_alloc_resources() and sr_free_resources() can never be called without
a valid struct sr_discipline. Remove redundant NULL pointer checks.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 06:03:17
Modified files:
audio/abcde : distinfo
editors/vim-spell: distinfo
games/eduke32 : distinfo
Log message:
clean-up extra entries which are actually not checked
(necessary for a DISTFILES/SUPDISTFILES check to help porters)
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 06:08:50
Modified files:
infrastructure/mk: bsd.port.mk pkgpath.mk
Log message:
minor tweaks:
- make sure PKGDIR exists prior to making READMES, allows using update-plist
before creating DESCR and stuff
- list-distinfo target, to allow dpb to fetch stuff non locally eventually
- zap addsum
- check that all files in distinfo are actually accounted for in DISTFILES
and SUPDISTFILES
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:48:32
Modified files:
x11/gtk+2 : Makefile distinfo
x11/gtk+2/patches: patch-gtk_Makefile_in
Log message:
Update to gtk+2-2.24.16.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:49:16
Modified files:
x11/gtk+3 : Makefile
x11/gtk+3/pkg : PLIST-main
Log message:
Remove XXX; regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:50:07
Modified files:
print/foomatic-db: Makefile
print/foomatic-db/pkg: PLIST
Log message:
Do not register share/foomatic/ in PLIST.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:50:38
Modified files:
print/foomatic-db-engine: Makefile
print/foomatic-db-engine/pkg: PLIST
Log message:
This package is the one owning the share/foomatic/ directory.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:51:30
Modified files:
print/foo2zjs : Makefile distinfo
print/foo2zjs/patches: patch-Makefile patch-getweb_in
print/foo2zjs/pkg: PLIST
Log message:
Update to foo2zjs-20130220.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:51:59
Modified files:
misc/shared-mime-info: Makefile distinfo
misc/shared-mime-info/pkg: PLIST
Log message:
Update to shared-mime-info-1.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:52:29
Modified files:
graphics/shared-color-targets: Makefile distinfo
graphics/shared-color-targets/pkg: PLIST
Log message:
Update to shared-color-targets-0.1.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:54:52
Modified files:
sysutils/bacula: Makefile
sysutils/bacula/patches:
patch-examples_autochangers_chio-changer-openbsd
Log message:
Implement "listall" for the autochanger chio(1) script; has been committed
upstream already.
ok sthen@ merdely@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:55:56
Modified files:
security/p11-kit: Makefile
security/p11-kit/pkg: PLIST
Log message:
No need to @sample pkcs11.conf.example.
spotted by sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:59:20
Modified files:
databases/ruby-hiera: Makefile
databases/ruby-hiera/files: hiera.yaml
databases/ruby-hiera/pkg: DESCR PLIST
Log message:
Fix this port:
* depend on ruby18 and do not let the ruby module handles FLAVORs
* enable regression tests
* fix path to the default hiera database; and create its directory
* install the yaml configuration file for the cli under SYSCONFDIR
* configure hiera.yaml the same way it is done in the hiera tarball
distributed by puppetlabs
* tweak DESCR
* take MAINTAINER
Hiera now works out of the box with Puppet.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 06:59:59
Modified files:
x11/gnome/themes-standard: Makefile distinfo
x11/gnome/themes-standard/pkg: PLIST
Log message:
Update to gnome-themes-standard-3.6.5.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:01:42
Modified files:
net/ocsync : Makefile distinfo
Log message:
Update to ocsync-0.70.4.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:02:36
Modified files:
x11/gnome/caribou: Makefile distinfo
x11/gnome/caribou/pkg: PLIST
Log message:
Update to caribou-0.4.8.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:03:34
Modified files:
x11/gnome/keyring: Makefile distinfo
Log message:
Update to gnome-keyring-3.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:05:36
Modified files:
devel/ptlib : Makefile distinfo
devel/ptlib/patches: patch-make_lib_mak
Log message:
Update to ptlib-2.10.10.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:05:59
Modified files:
net/opal : Makefile distinfo
net/opal/patches: patch-Makefile_in patch-configure
patch-plugins_video_H_264_h264-x264_cxx
Log message:
Update to opal-3.10.10.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:06:24
Modified files:
net/h323plus : Makefile distinfo
net/h323plus/patches: patch-Makefile_in
patch-include_openh323buildopts_h_in
Log message:
Update to h323plus-1.25.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:06:45
Modified files:
x11/gnome/ekiga: Makefile distinfo
Log message:
Update to ekiga-4.0.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:07:22
Modified files:
security/gnutls: Makefile distinfo
security/gnutls/pkg: PLIST
Log message:
Update to gnutls-3.1.9.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:08:06
Modified files:
x11/gnome/nautilus-open-terminal: Makefile distinfo
x11/gnome/nautilus-open-terminal/pkg: PLIST
Log message:
Update to nautilus-open-terminal-0.20.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:08:48
Modified files:
textproc/asciidoc: Makefile distinfo
textproc/asciidoc/pkg: PLIST
Log message:
Update to asciidoc-8.6.8.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:09:55
Modified files:
productivity/tryton/trytond: distinfo
Log message:
Update to trytond-2.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:10:16
Modified files:
productivity/tryton: Makefile.inc
Log message:
Bump default MODPY_EGG_VERSION to 2.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:10:30
Modified files:
productivity/tryton/tryton: Makefile distinfo
Log message:
Update to tryton-2.6.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:10:46
Modified files:
productivity/tryton/account_invoice: distinfo
Log message:
Update to trytond-module-account_invoice-2.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:11:04
Modified files:
productivity/tryton/currency: Makefile distinfo
productivity/tryton/currency/pkg: PLIST
Log message:
Update to trytond-module-currency-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:11:22
Modified files:
productivity/tryton/account: Makefile distinfo
Log message:
Update to trytond-module-account-2.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:11:39
Modified files:
productivity/tryton/account_stock_anglo_saxon: Makefile distinfo
Log message:
Update to trytond-module-account_stock_anglo_saxon-2.6.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:11:54
Modified files:
productivity/tryton/analytic_invoice: Makefile distinfo
Log message:
Update to trytond-module-analytic_invoice-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:12:07
Modified files:
productivity/tryton/analytic_purchase: Makefile distinfo
Log message:
Update to trytond-module-analytic_purchase-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:12:20
Modified files:
productivity/tryton/analytic_sale: Makefile distinfo
Log message:
Update to trytond-module-analytic_sale-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:12:39
Modified files:
productivity/tryton/calendar_todo: Makefile distinfo
Log message:
Update to trytond-module-calendar_todo-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:12:55
Modified files:
productivity/tryton/company: Makefile distinfo
Log message:
Update to trytond-module-company-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:13:10
Modified files:
productivity/tryton/production: Makefile distinfo
Log message:
Update to trytond-module-production-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:13:28
Modified files:
productivity/tryton/purchase: Makefile distinfo
Log message:
Update to trytond-module-purchase-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:13:43
Modified files:
productivity/tryton/sale: Makefile distinfo
Log message:
Update to trytond-module-sale-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:13:57
Modified files:
productivity/tryton/stock_supply_production: Makefile distinfo
Log message:
Update to trytond-module-stock_supply_production-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:14:14
Modified files:
productivity/tryton/dashboard: Makefile distinfo
Log message:
Update to trytond-module-dashboard-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:14:28
Modified files:
productivity/tryton/purchase_invoice_line_standalone: Makefile
distinfo
Log message:
Update to trytond-module-purchase_invoice_line_standalone-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:14:44
Modified files:
productivity/tryton/sale_opportunity: Makefile distinfo
Log message:
Update to trytond-module-sale_opportunity-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:14:58
Modified files:
productivity/tryton/stock: Makefile distinfo
Log message:
Update to trytond-module-stock-2.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:15:36
Modified files:
productivity/tryton/account_be: Makefile
productivity/tryton/account_de_skr03: Makefile
productivity/tryton/account_fr: Makefile
productivity/tryton/account_invoice_history: Makefile
productivity/tryton/account_invoice_line_standalone: Makefile
productivity/tryton/account_product: Makefile
productivity/tryton/account_statement: Makefile
productivity/tryton/analytic_account: Makefile
productivity/tryton/calendar: Makefile
productivity/tryton/calendar_classification: Makefile
productivity/tryton/calendar_scheduling: Makefile
productivity/tryton/carrier: Makefile
productivity/tryton/carrier_percentage: Makefile
productivity/tryton/carrier_weight: Makefile
productivity/tryton/company_work_time: Makefile
productivity/tryton/country: Makefile
productivity/tryton/google_maps: Makefile
productivity/tryton/ldap_authentication: Makefile
productivity/tryton/ldap_connection: Makefile
productivity/tryton/party: Makefile
productivity/tryton/party_siret: Makefile
productivity/tryton/party_vcarddav: Makefile
productivity/tryton/product: Makefile
productivity/tryton/product_cost_fifo: Makefile
productivity/tryton/product_cost_history: Makefile
productivity/tryton/product_measurements: Makefile
productivity/tryton/product_price_list: Makefile
productivity/tryton/project: Makefile
productivity/tryton/project_plan: Makefile
productivity/tryton/project_revenue: Makefile
productivity/tryton/purchase_shipment_cost: Makefile
productivity/tryton/sale_price_list: Makefile
productivity/tryton/sale_shipment_cost: Makefile
productivity/tryton/stock_forecast: Makefile
productivity/tryton/stock_inventory_location: Makefile
productivity/tryton/stock_location_sequence: Makefile
productivity/tryton/stock_lot: Makefile
productivity/tryton/stock_product_location: Makefile
productivity/tryton/stock_split: Makefile
productivity/tryton/stock_supply: Makefile
productivity/tryton/stock_supply_day: Makefile
productivity/tryton/stock_supply_forecast: Makefile
productivity/tryton/timesheet: Makefile
Log message:
Set MODPY_EGG_VERSION according to the wanted version.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:16:43
Modified files:
net : Makefile
Log message:
Hook up ifstat,snmp.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:17:43
Modified files:
mail/poppassd : Makefile
mail/poppassd/files: poppassd.8
mail/poppassd/pkg: DESCR PLIST
Log message:
poppassd -> pop3pw
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/02 07:18:45
Modified files:
sysutils/openpoppassd: Makefile
sysutils/openpoppassd/patches: patch-openpoppassd_8
Log message:
poppassd -> pop3pw
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 10:05:47
Removed files:
devel/haddock : distinfo
Log message:
forgot that one: zap it for now, since it's no longer used
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/02 10:06:49
Modified files:
sysutils/parallel: Makefile distinfo
Log message:
update to parallel-20130222
ok ajacoutot@ sthen@ pascal@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: okan@cvs.openbsd.org 2013/03/02 10:33:49
Modified files:
textproc/p5-XML-Smart: Makefile distinfo
textproc/p5-XML-Smart/pkg: PLIST
Log message:
- update to 1.76
- add REGRESS_DEPENDS
- remove USE_GROFF
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/02 12:40:08
Modified files:
lib/libc/stdio : vfprintf.c
Log message:
Fix the combination of 'j' format flag and the XPG "$" modifier.
ok deraadt@ kettenis@ millert@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/02 13:47:28
Modified files:
mail/postfix/stable: Makefile distinfo
mail/postfix/stable/patches: patch-conf_master_cf
Log message:
Update to Postfix 2.10.0.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/02 13:48:04
Modified files:
mail/postfix/snapshot: Makefile distinfo
Log message:
Update to Postfix 2.11-20130211.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/02 13:55:58
Modified files:
audio/audacious: Makefile distinfo
Log message:
Update to Audacious 3.3.4.
ok dcoppa@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/02 13:57:01
Modified files:
audio/audacious-plugins: Makefile distinfo
Log message:
Update to Audacious-plugins 3.3.4.
ok dcoppa@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/02 14:53:05
Modified files:
. : 53.html
Log message:
a couple of minor pf things
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/02 15:42:48
Modified files:
sys/arch/sh/include: profile.h
Log message:
Prefer a pc-relative relocation to mcount(); gets rid of the last TEXTREL
relocation in libc.so. From NetBSD.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/02 15:44:47
Modified files:
sys/arch/sh/sh : pmap.c
Log message:
When stealing an ASID, pass sh_tlb_invalid_asid() the involved ASID
instead of -1.
ok and prod from miod@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/02 15:53:10
Modified files:
etc/etc.alpha : sysctl.conf
Log message:
Add a commented out machdep.led_blink entry for DEC 3k systems.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/02 15:54:29
Modified files:
sys/arch/alpha/pci: sio_pic.c
Log message:
Replace magic numbers with more meaningful (1 << interrupt#) constructs.
No functional change.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/02 15:57:31
Modified files:
sys/dev/usb : ohci.c
Log message:
Decide whether to use polling or not only upon `sc_bus.use_polling', regardless
of the value of `cold'. This is similar to what the other hci drivers do, and
has not caused any regressions on the few systems this has been tested on.
Commited now to have a change to expose ohci-specific regressions (if any).
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/02 16:07:55
Modified files:
sys/uvm : uvm_page.c
Log message:
Simplify uvm_pagealloc() to only need one atomic operation on the page flags
instead of two, building upon the knowledge of the state uvm_pagealloc_pg()
leaves the uvm_page in.
ok mpi@
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/02 16:37:06
Modified files:
. : want.html
Log message:
I could use some disk drive caddies for the T5120/5220/5140/5240-series
machines (with disks in them, or empty), in Calgary.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/02 17:35:14
Modified files:
sys/netinet6 : in6.c nd6_nbr.c
Log message:
Make sure that IPv6 source address selection only chooses a CARP
address if the interface is in master state. Disable duplicate
address detection on CARP interfaces as the peer may have the same
addresses.
Test and OK sthen@ florian@ benno@ camield@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 17:40:42
Modified files:
infrastructure/lib/DPB: PortInfo.pm
Log message:
stub_name has one single word, in case this ends up in the log.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 17:42:40
Modified files:
infrastructure/lib/DPB/Job: Port.pm
Log message:
prevent waiting for non-existing package during multi-package builds that
have packages that can't be installed due to missing run-depends.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 17:49:14
Modified files:
infrastructure/lib/DPB: Core.pm
Log message:
prevent going to debugger on exit in children.
allow LOGSIZE to set -s in the host file.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 17:50:00
Modified files:
infrastructure/lib/DPB: Signature.pm
Log message:
allow signatures to contain .a libraries, so that vax sig isn't empty.
(this is the tested version....)
problem noticed by sebastia@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 17:50:15
Modified files:
infrastructure/lib/DPB: Vars.pm
Log message:
don't go to debugger either
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/02 17:51:57
Modified files:
infrastructure/bin: dpb
Log message:
tweak the carp stuff to not recurse into itself, so that compile errors
show up correctly again.
split start_cores into a read_config/start_cores part, so that read_config
can happen right after handle_options, and so that we can put more options
in the hosts file (to be done)
CVSROOT: /cvs
Module name: ports
Changes by: krw@cvs.openbsd.org 2013/03/02 20:18:47
Modified files:
lang/sbcl : Makefile distinfo
Log message:
Update to 1.1.5.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/03 01:12:05
Modified files:
net/bro : Makefile
Log message:
Properly disable gtk-doc, otherwise it's picked as a hidden dep during
build.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/03 04:11:08
Modified files:
infrastructure/bin: dpb
infrastructure/lib/DPB: BasePkgPath.pm Core.pm
Log message:
rework INFO/DIE/WARN handler to display some info in a non-opaque way.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/03 05:29:44
Modified files:
net/iperf : Makefile
net/iperf/patches: patch-src_Reporter_c
Added files:
net/iperf/patches: patch-configure_ac patch-src_stdio_c
Log message:
- fix an off-by-one in iperf triggering a segfault with (insanely) high
bandwidths, seen when investigating some bug where a too-high bandwidth
was reported.
- patch configure to not remove the -g flag from CFLAGS
ok lteo@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/03 05:33:18
Modified files:
www/py-django : Tag: OPENBSD_5_2 Makefile distinfo
www/py-django/pkg: Tag: OPENBSD_5_2 PLIST
Log message:
MFC py-django SECURITY update to 1.4.5, reminded by maintainer.
https://www.djangoproject.com/weblog/2013/feb/19/security/
- Host header poisoning: an attacker could cause Django to generate
and display URLs that link to arbitrary domains.
- Formset denial-of-service: an attacker can abuse Django's tracking
of the number of forms in a formset to cause a denial-of-service attack.
- XML attacks: Django's serialization framework was vulnerable to
attacks via XML entity expansion and external references.
- Data leakage via admin history log: Django's admin interface could
expose supposedly-hidden information via its history log.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/03 05:53:21
Modified files:
sysutils/bacula/patches:
patch-examples_autochangers_chio-changer-openbsd
Log message:
Redo the autochanger patch to not include CVS tag which breaks 'make patch'
reported by krw@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/03 08:14:25
Modified files:
games/manaplus : Makefile distinfo
games/manaplus/pkg: PLIST
Log message:
Update games/manaplus to 1.3.2.17
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/03 08:36:55
Modified files:
www/dillo : Makefile
Log message:
Change my email to my openbsd email to match the other ports I maintain.
Bump REVISION.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/03 10:34:15
Modified files:
www/mozilla-firefox: Makefile distinfo
www/mozilla-firefox/patches:
patch-browser_app_profile_firefox_js
patch-gfx_thebes_gfxPlatform_cpp
patch-js_src_configure_in
patch-security_manager_pki_resources_content_exceptionDialog_js
patch-toolkit_components_downloads_nsDownloadManager_cpp
patch-toolkit_library_Makefile_in
patch-toolkit_mozapps_installer_packager_mk
www/firefox-i18n: Makefile.inc distinfo
Removed files:
www/mozilla-firefox/patches:
patch-toolkit_system_gnome_nsGIOService_cpp
patch-toolkit_xre_nsXREDirProvider_cpp
patch-xpcom_io_nsAppFileLocationProvider_cpp
Log message:
Update to firefox 19.0.1.
- see http://www.mozilla.org/en-US/firefox/19.0/releasenotes/
- fixes MFSA 2013-21->28
- provides a builtin pdf viewer (pdf.js)
- remove patch-toolkit_system_gnome_nsGIOService_cpp (#805202), firefox
now properly links with gio instead of dlopening it
- remove patch-toolkit_xre_nsXREDirProvider_cpp and
patch-xpcom_io_nsAppFileLocationProvider_cpp, merged upstream (#803955)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/03 10:39:15
Modified files:
www/seamonkey : Makefile distinfo
www/seamonkey/patches: patch-mozilla_gfx_thebes_gfxPlatform_cpp
patch-mozilla_js_src_configure_in
patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js
patch-mozilla_toolkit_components_downloads_nsDownloadManager_cpp
patch-mozilla_toolkit_library_Makefile_in
patch-mozilla_toolkit_mozapps_installer_packager_mk
www/seamonkey/pkg: PLIST-enigmail
www/seamonkey-i18n: Makefile.inc distinfo
Removed files:
www/seamonkey/patches:
patch-mozilla_toolkit_system_gnome_nsGIOService_cpp
patch-mozilla_toolkit_xre_nsXREDirProvider_cpp
patch-mozilla_xpcom_io_nsAppFileLocationProvider_cpp
Log message:
Update to seamonkey 2.16 / enigmail 1.5.1
- see http://www.seamonkey-project.org/releases/seamonkey2.16/
- fixes MFSA 2013-21->28
- provides a builtin pdf viewer (pdf.js)
- remove patch-mozilla_toolkit_system_gnome_nsGIOService_cpp (#805202), firefox
now properly links with gio instead of dlopening it
- remove patch-mozilla_toolkit_xre_nsXREDirProvider_cpp and
patch-mozilla_xpcom_io_nsAppFileLocationProvider_cpp, merged upstream (#803955)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/03 10:40:56
Modified files:
devel/libgsf : Makefile distinfo
devel/libgsf/pkg: PLIST
Removed files:
devel/libgsf/pkg: PFRAG.shared
Log message:
Update to libgsf-1.14.26.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/03 10:41:16
Modified files:
mail/mozilla-thunderbird: Makefile distinfo
mail/mozilla-thunderbird/patches:
patch-mail_installer_Makefile_in
mail/thunderbird-i18n: Makefile.inc distinfo
Log message:
Bugfix update to thunderbird 17.0.3 / enigmail 1.5.1.
- Fixes MFSA 2013-21,24,25,26,27 & 28
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/03 10:42:24
Modified files:
devel/libgee : Makefile distinfo
devel/libgee/pkg: PLIST
Removed files:
devel/libgee/pkg: PFRAG.shared
Log message:
Update to libgee-0.8.4.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/03 10:43:15
Modified files:
x11/gtk-vnc : Makefile distinfo
x11/gtk-vnc/patches: patch-configure
x11/gtk-vnc/pkg: PLIST
Removed files:
x11/gtk-vnc/pkg: PFRAG.shared
Log message:
Update to gtk-vnc-0.5.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/03 10:43:49
Modified files:
x11/dbus-glib : Makefile distinfo
Removed files:
x11/dbus-glib/patches: patch-dbus_dbus-gproxy_c
Log message:
Update to dbus-glib-0.100.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/03 10:44:43
Modified files:
mail/gmime : Makefile distinfo
mail/gmime/pkg : PLIST-main PLIST-mono
Removed files:
mail/gmime/pkg : PFRAG.shared-main
Log message:
Update to gmime-2.6.15.
Re-enable the mono FLAVOR since lang/mono now builds reliably.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/03 12:11:34
Modified files:
bin/ksh : lex.c lex.h
bin/ksh/tests : unclass2.t
Log message:
Fix quoting in word part of ${var+word} (and similar) when entire thing
is quoted or in a here-doc.
Patch from Alexander Polakov (plhk (at) sdf.org).
ok mpi@ jung@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/03 14:28:15
Modified files:
net/arp-scan : Makefile distinfo
Log message:
update to a more recent OUI list
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/03 14:29:51
Modified files:
net/arpwatch : Makefile distinfo
Log message:
update to a more recent OUI list
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/03 15:37:07
Modified files:
multimedia/minidlna: Makefile
multimedia/minidlna/patches: patch-icons_c
Log message:
Use a picture of Puffy in the icons for MiniDLNA. (note that the artwork
is copyright, permission for use in this port granted by deraadt@).
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/03 15:37:58
Modified files:
sys/uvm : uvm_page.c
Log message:
Use local vm_physseg pointers instead of compting vm_physmem[index] gazillions
of times. No function change but makes the code a bit smaller.
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/03/03 17:29:56
Modified files:
usr.sbin/dhcrelay: dhcrelay.c
Log message:
typo in comment
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/03 17:41:54
Modified files:
sys/scsi : scsiconf.h
sys/dev/ic : isp_openbsd.c isp_openbsd.h gdt_common.c
gdtvar.h
Log message:
replace the LIST_ENTRY in scsi_xfer with a SIMPLEQ_ENTRY. the things that
use it want something they can add to the end of they do horrible things
to be able to do that with the LIST_ENTRY.
this makes those horrible things a bit less horrible, and makes it easier
to use lists of scsi_xfers in other things.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/03 18:33:18
Modified files:
sys/dev/pci : if_bge.c
Log message:
fix format string issue when printing an error our on bge's with APE and
more than 4 pci functions.
pointed out by masanobu saitoh
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/03 18:50:01
Modified files:
lib/libc/stdio : printf.3 stdio.3
Log message:
Update STANDARDS section as appropriate for C99.
ok guenther@
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/03/03 21:23:18
Modified files:
net/snort : Makefile
net/snort/pkg : README
Log message:
Update pkg/README to change the Snort ruleset download URL from HTTP to
HTTPS to protect the oinkcode from being exposed (suggested by David
Hill).
Also add a note that registered users without a paid subscription are
only allowed to download the official Snort ruleset once every 15
minutes (suggested by Adam Jeanguenat). This restriction is not obvious
on the snort.org site, so I think this note would be helpful to users.
OK Markus Lude (maintainer), sthen@
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/03/03 21:30:35
Modified files:
net/oinkmaster : Makefile
net/oinkmaster/patches: patch-oinkmaster_conf
patch-oinkmaster_pl
Log message:
Update oinkmaster.conf to use HTTPS for the sample snort.org URLs to
protect the oinkcode from being exposed. Also update the Snort version
in the URLs to 2.9.4.0 to match the current version of our Snort port.
Tweak the regexp that oinkmaster uses to validate HTTPS URLs so that it
won't treat a bad URL that starts with httpsssss:// as valid (this
regexp tweak was jointly worked on by me and maintainer).
regexp feedback zhuk@
OK Markus Lude (maintainer), earlier version OK sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpointel@cvs.openbsd.org 2013/03/03 23:13:35
Modified files:
www/py-tornado : Makefile distinfo
Log message:
Update tornao to 2.4.1.
Changelog: http://www.tornadoweb.org/documentation/releases/v2.4.1.html
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 00:24:53
Modified files:
usr.sbin/user : user.c
Log message:
When locking/unlocking an account, never touch passwords that are "*"
or 13*. Also make sure to never endup with an empty password.
cluebat and ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/04 00:37:47
Modified files:
security/py-paramiko: Makefile distinfo
security/py-paramiko/pkg: PLIST
Log message:
- update py-paramiko to 1.10.0
- regen PLIST
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/04 01:41:32
Modified files:
usr.sbin/relayd: parse.y relayd.h
Log message:
sync yyerror() with bgpd; use vlog() to log parser errors so they show in
logs if they occur when reloading. ok benno@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/04 01:44:11
Modified files:
sysutils/cyphertite: Makefile distinfo
Log message:
- update cyphertite to 1.5.1
from David Hill (maintainer)
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/04 02:55:31
Modified files:
. : i386.html amd64.html
Log message:
SMP is not a "new feature" any more
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 03:52:42
Modified files:
x11/gnome/caribou: Makefile distinfo
Log message:
Bugfix update to caribou-0.4.9.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 04:34:51
Modified files:
sysutils/nut : Makefile
www/tinyproxy : Makefile
x11/i3status : Makefile
Log message:
no need for any quirkyness for a2x.py since the recent asciidoc update
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/03/04 04:54:13
Modified files:
usr.sbin/ldomctl: config.c parse.y
Log message:
- check parser's return value and exit if parsing failed
- a duplicate domain name is a syntax error
tweaked diff from @jasper; ok kettenis@ jasper@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/04 06:06:59
Modified files:
sys/dev/usb : usbdevs
Log message:
Add ID for a USB/Ethernet device known as HG20F9, which "borrows" linksys'
vendor id. Tweaked from a submission by Chuck Guzis, ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/04 06:07:30
Modified files:
sys/dev/usb : usbdevs.h usbdevs_data.h
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/04 06:08:06
Modified files:
sys/dev/usb : if_axe.c
Log message:
Add HG20F9 usb ethernet, from Chuck Guzis, ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 06:46:24
Modified files:
x11/gnome/baker: Makefile
x11/gnome/baker/pkg: DESCR
Log message:
Tweak DESCR.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/04 06:47:14
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
sync with reality, only sha256 checksums are generated for distinfo.
prompted by a mail on ports@ by rogier krieger
ok landry@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/04 07:00:31
Modified files:
usr.sbin/snmpd : pf.c snmpd.h
Log message:
Fix compiler warnings about casts discarding const qualifiers and
comparison between signed and unsigned. No binary change.
OK reyk@ joel@ gerhard@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 07:13:23
Modified files:
x11/gnome/mutter: Makefile distinfo
Log message:
- update to mutter-3.6.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 07:15:31
Modified files:
x11/gnome/online-accounts: Makefile distinfo
Log message:
SECURITY UPDATE of gnome-online-accounts to 3.6.3, addressing CVE-2013-0240 and CVE-2013-1799
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/04 07:23:35
Modified files:
sys/netinet6 : in6.c in6_var.h
Log message:
When deleting an IPv6 interface address, also remove the prefix and
the cloning route.
bug report and test Florian Riehm; original fix sperreault@; OK claudio@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/03/04 07:29:24
Modified files:
lang/node : Makefile distinfo
lang/node/pkg : PLIST
Log message:
upgrade to 0.8.21
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/04 07:42:25
Modified files:
sys/netinet6 : frag6.c icmp6.c in6.c in6_ifattach.c in6_pcb.c
in6_src.c ip6_input.c ip6_output.c nd6_nbr.c
nd6_rtr.c raw_ip6.c
Log message:
Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro.
No binary change.
OK claudio@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/04 08:39:31
Modified files:
net/openconnect: Makefile distinfo
Removed files:
net/openconnect/patches: patch-http_c
Log message:
update to openconnect 4.08, rolling in a security fix which we previously
had as a patch, plus a couple of additional bug fixes.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 08:48:42
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/pkg: activemq.rc
Log message:
Repair rc script which could never have worked...
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/04 08:54:33
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
i missed a list of ciphers that rogier krieger didn't miss. thanks.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 08:56:13
Modified files:
net/openfire : Makefile
net/openfire/pkg: openfire.rc
Log message:
Explicitely set path to javaPathHelper; we do not want to rely whether
LOCALBASE/bin is in the PATH or not and this is consistent with what
other java rc scripts do.
prodded by Marc Peters
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 10:12:59
Modified files:
x11/gtk+2 : Makefile distinfo
Log message:
Minote update to gtk+2-2.24.17.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/04 10:45:46
Modified files:
mail/zarafa/webapp: Makefile distinfo
mail/zarafa/webapp/patches: patch-etc_zarafa_webapp_config_php
mail/zarafa/webapp/pkg: PLIST
Log message:
update to 1.3.1
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/04 10:48:22
Modified files:
devel/pcre : Makefile distinfo
devel/pcre/pkg : PLIST
Log message:
update to 8.32
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 11:07:06
Modified files:
x11/gnome/shell: Makefile distinfo
Log message:
- update to gnome-shell-3.6.3.1
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/04 11:39:07
Modified files:
lang/ruby : ruby.port.mk
Log message:
Add -f to rm and mv calls, allowing some gems being worked on to build,
Those gems contain files with 444 rights.
okayed by jeremy@ during lock.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 11:49:29
Modified files:
net/telepathy/telepathy-gabble: Makefile distinfo
net/telepathy/telepathy-gabble/pkg: PLIST
Log message:
SECURITY UPDATE to telepathy-gabble 0.16.5, addresses
CVE-2013-1769: remotely-triggered NULL pointer dereference in telepathy-gabble
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 11:53:54
Modified files:
x11/gnome/libsecret: Makefile distinfo
x11/gnome/libsecret/pkg: PLIST
Removed files:
x11/gnome/libsecret/pkg: PFRAG.shared
Log message:
Bugfix update to libsecret-0.14.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 11:54:56
Modified files:
net/telepathy/telepathy-gabble: Tag: OPENBSD_5_2 Makefile
Added files:
net/telepathy/telepathy-gabble/patches: Tag: OPENBSD_5_2
patch-lib_ext_wocky_wocky_wocky-caps-hash_c
patch-lib_ext_wocky_wocky_wocky-data-form_c
Log message:
SECURITY FIX for CVE-2013-1769: remotely-triggered NULL pointer dereference in telepathy-gabble
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/04 12:54:57
Modified files:
astro/stellarium: Makefile distinfo
astro/stellarium/pkg: PLIST
Log message:
Update astro/stellarium to 0.12.0
ok aja@ (MAINTAINER)
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/03/04 13:28:56
Modified files:
. : loongson.html
Log message:
Chinese and English should be capitalized.
CVSROOT: /cvs
Module name: ports
Changes by: eric@cvs.openbsd.org 2013/03/04 13:40:19
Modified files:
graphics/cairo : Makefile distinfo
graphics/cairo/patches: patch-util_cairo-fdr_Makefile_in
patch-util_cairo-trace_Makefile_in
Log message:
update to cairo 1.12.14
prodded by Brad
ok aja@ naddy@
CVSROOT: /cvs
Module name: www
Changes by: bluhm@cvs.openbsd.org 2013/03/04 14:49:57
Modified files:
. : 53.html
Log message:
ftp(1) mput -r
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/04 14:50:07
Modified files:
graphics/p5-Image-ExifTool: Makefile distinfo
Log message:
- update p5-Image-ExifTool to 9.13
from maintainer patrick keshishian
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/04 14:52:36
Modified files:
sys/dev/pci : vga_pci.c
Log message:
Reorder code such that wsdisplay(4) attaches after drm(4).
Preparation for framebuffer console support on amd64/i386.
tested by many
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/03/04 16:44:39
Modified files:
devel/fossil : Makefile distinfo
devel/fossil/patches: patch-src_main_mk
devel/fossil/pkg: PLIST
Log message:
Update fossil to 1.25.
Allow static FLAVOR to coincide with default package and install to
/var/www.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/03/04 16:47:13
Modified files:
devel : Makefile
Log message:
fossil,static
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/04 17:13:53
Modified files:
education/anki : Makefile distinfo
education/anki/pkg: PLIST
Log message:
update to anki 2.0.8.
ajacoutot@ ok before release.
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/03/04 18:35:06
Modified files:
. : index.html
Log message:
Add OpenIKED to list of associated projects.
"I'm fine with that" beck@ "no objections here" krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/04 23:57:28
Modified files:
devel/libgee06 : Makefile distinfo
devel/libgee06/pkg: PLIST
Removed files:
devel/libgee06/pkg: PFRAG.shared
Log message:
Bugfix update to libgee06-0.6.8.
=> fix a memleak
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/05 00:07:17
Modified files:
devel/libgee : Makefile distinfo
Log message:
Update to libgee-0.8.5.
=> fix a memleak
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/05 00:38:57
Modified files:
sbin/restore : restore.8
Log message:
add a few words to the -r description to avoid ambiguity;
issue noted by Ronald F. Guilmette, freebsd docs/176648
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/05 00:57:31
Modified files:
graphics/colord-gtk: Makefile distinfo
graphics/colord-gtk/patches: patch-configure
graphics/colord-gtk/pkg: PLIST
Removed files:
graphics/colord-gtk/pkg: PFRAG.shared
Log message:
Update to colord-gtk-0.1.24.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/05 01:01:32
Modified files:
math/ecm : Makefile distinfo
math/ecm/pkg : PLIST
Removed files:
math/ecm/pkg : PFRAG.shared
Log message:
- update ecm to 6.4.4
- update PLIST
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/03/05 01:02:35
Modified files:
www/netsurf : Makefile.inc
www/netsurf/browser: Makefile
www/netsurf/hubbub: Makefile
www/netsurf/libcss: Makefile
www/netsurf/libnsbmp: Makefile
www/netsurf/libnsgif: Makefile
www/netsurf/libparserutils: Makefile
www/netsurf/libwapcaplet: Makefile
Log message:
Take maintainership of NetSurf.
ok landry@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/05 01:16:41
Modified files:
de : 53.html
faq/de : faq15.html
faq/nl : faq15.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/05 01:26:06
Modified files:
math/ntl : Makefile distinfo
math/ntl/patches: patch-src_GF2EX_c patch-src_VERSION_INFO
math/ntl/pkg : PLIST
Removed files:
math/ntl/pkg : PFRAG.shared
Log message:
- update ntl to 6.0.0
- update patches
- bump SHARED_LIBS
- update PLIST
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/05 01:49:33
Modified files:
textproc/py-polib: Makefile distinfo
Log message:
- update py-polib to 1.0.3
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/05 02:09:57
Modified files:
security/ruby-openid: Makefile distinfo
security/ruby-openid/pkg: PLIST
Log message:
Security update of ruby-openid to 2.2.2, addresses CVE-2013-1812,
ruby-openid Gem Denial of Service Vulnerability
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/05 02:53:20
Modified files:
security/p11-kit: Makefile distinfo
security/p11-kit/pkg: PFRAG.shared PLIST
Log message:
Update to p11-kit-0.16.0.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/05 03:24:00
Modified files:
sys/dev : softraid.c softraidvar.h
Log message:
Track attached softraid disciplines via a queue. This prevents the need to
scan the sparse SCSI targets array and simplifies code. Disciplines are
now also shutdown in reverse attach order, making manually stacked softraid
volumes somewhat more practical.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/05 03:26:58
Modified files:
devel/gconf2 : Makefile
Log message:
add cruft to knock out the -polkit package on arch where spidermonkey fails
ok aja@ and landry noticed I was missing some arches from the list
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/05 03:27:38
Modified files:
devel/spidermonkey: Makefile
Log message:
add note about devel/gconf2
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/03/05 05:55:07
Modified files:
share/man/man4 : sk.4
Log message:
Allied Telesis AT-2916T
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/05 06:06:27
Modified files:
sysutils/libvirt: Makefile distinfo
sysutils/libvirt/patches: patch-src_Makefile_in
patch-src_rpc_virnetsocket_c
sysutils/libvirt/pkg: PLIST
Log message:
- update to libvirt-1.0.2
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/05 06:35:27
Modified files:
usr.bin/touch : touch.1
Log message:
Mention that if you use a space as the separator in the argument
for the -d option you should quote the argument. Based on a diff
from jmc@. OK jmc@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/05 06:42:13
Modified files:
emulators/stella: Makefile distinfo
Log message:
- update stella to 3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/03/05 07:10:40
Modified files:
security/stunnel: Makefile distinfo
Log message:
Security UPDATE to 4.55; Fix CVE-2013-1762
full changelog at:
https://www.stunnel.org/sdf_ChangeLog.html
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: sobrado@cvs.openbsd.org 2013/03/05 07:51:00
Modified files:
sbin/iked : iked.conf.5
Log message:
fix program name used in AUTHORS section.
ok mikeb@
CVSROOT: /cvs
Module name: src
Changes by: sobrado@cvs.openbsd.org 2013/03/05 07:52:02
Modified files:
etc : iked.conf
Log message:
comment out example code.
ok mikeb@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/05 09:09:10
Modified files:
usr.bin/whois : whois.1 whois.c
Log message:
let whois -P do a query against peeringdb. ok deraadt phessler, feedback jmc
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/03/05 10:19:06
Modified files:
lib/libc/stdio : scanf.3
Log message:
tweak wording of scanf return value; prompted by Jan Stary; ok jmc@
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/05 11:41:28
Modified files:
. : 53.html
Log message:
more numbers
CVSROOT: /cvs
Module name: src
Changes by: sobrado@cvs.openbsd.org 2013/03/05 12:16:01
Modified files:
sbin/iked : iked.conf.5
Log message:
cross referencing the manual page is better.
change suggested and ok'd by jmc@
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/05 13:16:09
Modified files:
usr.bin/ssh : sshconnect2.c
Log message:
reset pubkey order on partial success; ok djm@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/05 13:40:53
Modified files:
app/rgb : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing rgb.c showrgb.c
app/rgb/man : Makefile.in rgb.man
Log message:
Update to rgb 1.0.5.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/05 14:01:57
Modified files:
app/xev : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing xev.c
app/xev/man : Makefile.in xev.man
Log message:
Update to xev 1.2.1
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/05 14:03:36
Modified files:
app/sessreg : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing sessreg.c sessreg.h
app/sessreg/man: Makefile.in sessreg.man
Log message:
Update to sessreg 1.0.8
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/05 14:11:08
Modified files:
. : MODULES 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/05 16:09:23
Modified files:
sbin/ifconfig : ifconfig.8
Log message:
802.1x enterprise is actually supported but requires external software, so
update the manual. Pointed out by mlarkin@, ok mlarkin@ brad@ matthieu@
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/03/05 20:58:02
Modified files:
. : plus.html
Log message:
plus.html Feb 24-28, ok jj@. The last entry for 5.3 changes.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/03/05 22:04:40
Modified files:
productivity/ledger: Makefile
Log message:
Update webpage (old one reports 404) and license marker.
ok Sergey Bronnikov (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/05 23:54:14
Modified files:
usr.bin/mandoc : mandoc.1
Log message:
legancy -> legacy; From: Chris Hettrick
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/06 00:09:03
Modified files:
de : 53.html amd64.html i386.html index.html
loongson.html
nl : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/06 00:28:02
Modified files:
devel/p5-Clone : Makefile distinfo
devel/p5-Clone/patches: patch-Makefile_PL
Log message:
- update p5-Clone to 0.34
- remove USE_GROFF
- update patches
from David Hill, ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/03/06 00:42:54
Modified files:
lang/cython : Makefile distinfo
lang/cython/pkg: PLIST
Log message:
Update to cython-0.18.
ok benoit@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/06 00:47:44
Modified files:
devel/p5-Params-Util: Makefile distinfo
Log message:
- update p5-Params-Util to 1.07
- remove USE_GROFF
from David Hill, tested by kevlo@
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/03/06 01:34:05
Modified files:
sys/kern : subr_hibernate.c
Log message:
Fix a bad comparison when calculating the size of the hibernate signature
block
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/06 01:51:00
Modified files:
www/zurmo : Makefile distinfo
www/zurmo/pkg : PLIST README
Log message:
Update to zurmo-1.1.20.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/06 04:25:30
Modified files:
devel/p5-Try-Tiny: Makefile distinfo
Log message:
- update p5-Try-Tiny to 0.12
- remove USE_GROFF
from David Hill, ok Cesare Gargano (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/03/06 06:12:47
Modified files:
devel/maven : Makefile
devel/maven/files: mvn
devel/maven/patches: patch-bin_mvn
devel/maven/pkg: PLIST
Log message:
- Fix javaPathHelper use
- Use unversioned install directory
okay jasper@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/06 07:46:37
Modified files:
math/py-sympy : Makefile distinfo
math/py-sympy/patches: patch-setup_py
math/py-sympy/pkg: PLIST
Log message:
- update py-sympy to 0.7.2
- regen PLIST
ok Wen Heping (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/03/06 08:09:29
Modified files:
sysutils/p5-Proc-Wait3: Makefile distinfo
Log message:
update to 0.04
From David Hill, looks ok Abel Abraham Camarillo Ojeda (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/06 08:12:05
Modified files:
mail/fdm : Makefile distinfo
mail/fdm/pkg : PLIST
Removed files:
mail/fdm/patches: patch-db-tdb_c patch-deliver-smtp_c
patch-fdm_h
Log message:
- update fdm to 1.7
- update patches and PLIST
- add pre-build
from Sergey Bronnikov, ok nicm@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/06 08:15:33
Modified files:
www/zurmo : distinfo
Log message:
Upstream rerolled at tarball.
spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/06 08:43:23
Modified files:
usr.sbin/ospfd : printconf.c
Log message:
When dumping config, just print "passive" for passive interfaces rather
than showing hello timers/keys. ok florian@
CVSROOT: /cvs
Module name: ports
Changes by: okan@cvs.openbsd.org 2013/03/06 10:20:53
Modified files:
devel/p5-Parallel-ForkManager: Makefile distinfo
devel/p5-Parallel-ForkManager/pkg: PLIST
Log message:
update to 1.02
ok gsoares@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/06 11:25:13
Modified files:
games/manaplus : Makefile distinfo
games/manaplus/pkg: PLIST
Log message:
Update games/manaplus to 1.3.3.3
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/06 11:34:58
Modified files:
net/icinga/core: Makefile
net/icinga/core/pkg: PLIST-main
Log message:
Change @sample for archives directory as its place was changed somewhere
around 1.5.0.
okay sthen@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/06 12:21:08
Modified files:
gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t: 10_hash.t
gnu/usr.bin/perl: hv.c patchlevel.h
gnu/usr.bin/perl/t/op: hash.t
Log message:
Apply patch from RedHat to address CVE-2013-1667, perl: DoS in rehashing code
For more information please refer to: http://code.activestate.com/lists/perl5-porters/191311/
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/06 12:23:52
Modified files:
gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t: Tag: OPENBSD_5_2
10_hash.t
gnu/usr.bin/perl: Tag: OPENBSD_5_2 hv.c patchlevel.h
gnu/usr.bin/perl/t/op: Tag: OPENBSD_5_2 hash.t
Log message:
Apply patch from RedHat to address CVE-2013-1667, perl: DoS in rehashing code
For more information please refer to: http://code.activestate.com/lists/perl5-porters/191311/
ok millert@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/06 13:37:56
Modified files:
audio/mscore : Makefile distinfo
audio/mscore/pkg: PLIST
Log message:
Update audio/mscore to 1.3
Add DISTNAME to SUBST_VARS to make less PLIST churn for subsequent updates.
ok landry@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/06 14:36:57
Modified files:
usr.sbin/ospf6d: parse.y
usr.sbin/ospfd : parse.y
Log message:
sync yyerror() with version in bgpd so that it logs to syslog when daemonized.
ok florian@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/06 14:42:40
Modified files:
usr.sbin/snmpd : parse.y snmpd.h
usr.sbin/dvmrpd: parse.y
usr.sbin/ifstated: ifstated.h parse.y
usr.sbin/ldpd : parse.y
usr.sbin/ripd : parse.y
usr.sbin/smtpd : parse.y smtpd.h
usr.sbin/ypldap: parse.y ypldap.h
Log message:
as done in ospf{,6}d/relayd, sync yyerror in various other daemons with
that from bgpd, so that it logs to syslog when daemonized.
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2013/03/06 15:26:15
Modified files:
sys/uvm : uvm_page.c
Log message:
Account for the size of the allocation when defending the pagedaemon reserve.
Spotted by oga@nicotinebsd.org, with help from dhill@. Fix by me.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/03/06 16:35:23
Modified files:
usr.bin/ssh : session.c
Log message:
fatal() when ChrootDirectory specified by running without root privileges;
ok markus@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/03/06 16:36:53
Modified files:
usr.bin/ssh : readconf.c
Log message:
g/c unused variable (-Wunused)
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/03/06 17:20:00
Modified files:
usr.bin/ssh : auth2-pubkey.c monitor.c
Log message:
reconstruct the original username that was sent by the client, which may
have included a style (e.g. "root:skey") when checking public key
signatures. Fixes public key and hostbased auth when the client specified
a style; ok markus@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/03/06 17:20:34
Modified files:
regress/usr.bin/ssh: proxy-connect.sh
Log message:
repeat test with a style appended to the username
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/06 18:03:57
Modified files:
sys/dev/ic : rtl81x9.c
sys/dev/pci : if_rl_pci.c
sys/dev/cardbus: if_rl_cardbus.c
Log message:
Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only
the 8129 PCI id is a 8129, everything else is a 8139.
Allows the D-Link DFE-520TX board to work and would ensure proper determination
of the chipset for at least the 8138 based boards (PCI/CardBus).
Tested by kirby@
Ok kirby@ sthen@ chris@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/06 18:05:28
Modified files:
sys/dev/cardbus: if_rl_cardbus.c
Log message:
Sort the CardBus ids.
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/03/06 18:26:54
Modified files:
sys/arch/amd64/amd64: hibernate_machdep.c
sys/arch/i386/i386: hibernate_machdep.c
sys/kern : subr_hibernate.c
Log message:
Reword some wrong comments and some improperly formatted comments and add
information about piglet memory layout. No functional changes.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/06 20:19:38
Modified files:
sys/arch/macppc/macppc: cpu.c
Log message:
Use switch statement for determining when to configure the L2 cache.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/06 22:55:30
Modified files:
sys/dev/ic : xl.c
Log message:
XL_DMACTL is a 32bit register, use the 32bit write macro.
From FreeBSD
ok chris@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/06 23:00:18
Modified files:
lib/libc/gen : confstr.c
Log message:
Oops: confstr()'s return value should include the NUL in its count
Problem pointed out by Andres Perera (andres.p (at) zoho.com)
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/06 23:13:31
Modified files:
sys/dev/pci : if_sk.c if_skvar.h
Log message:
Rewrite the receive filter handling code and cleanup the ioctl bits.
ok chris@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/06 23:19:07
Modified files:
sys/dev/pci : if_sis.c
Log message:
Correct the delay when programming the short cable fix. It should be
100us, not 100ms.
From FreeBSD
ok chris@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/07 00:32:14
Modified files:
sysutils/ansible: Makefile distinfo
sysutils/ansible/pkg: PLIST
Log message:
update to ansible 1.0
ok sthen@ ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/07 00:53:47
Modified files:
databases/evolution-data-server: Makefile distinfo
Removed files:
databases/evolution-data-server/patches:
patch-addressbook_backends_ldap_e-book-backend-ldap_c
patch-libedataserver_e-gdbus-templates_c
patch-libedataserverui_e-name-selector_c
Log message:
- update to evolution-data-server-3.6.4
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 01:18:20
Modified files:
databases/evolution-data-server: Makefile
Added files:
databases/evolution-data-server/patches:
patch-addressbook_backends_ldap_e-book-backend-ldap_c
Log message:
Re-add patch that was removed by mistake in previous.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/07 01:54:53
Modified files:
usr.bin/getconf: getconf.c
Log message:
Remove a couple duplicates entries that snuck in.
Per POSIX, if confstr() returns zero without setting errno ("no
defined value") then print "undefined\n".
Don't include a pointless number in the error messasge if confstr() fails.
Above pointed out by Andres Perera (andres.p (at) zoho.com)
Orgranize the CONFSTR code like the SYSCONF and PATHCONF cases.
Don't test for confstr() returning (size_t)-1, as that's not special.
Delete lint comments and unnecessary casts.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 01:56:00
Modified files:
mail/evolution : Makefile distinfo
Removed files:
mail/evolution/patches: patch-em-format_e-mail-formatter_h
patch-mail_e-mail-backend_c
patch-mail_e-mail-display_c
patch-mail_e-mail-request_c
patch-mail_importers_pine-importer_c
patch-modules_mail_e-mail-attachment-handler_c
patch-modules_mail_e-mail-shell-view_c
patch-modules_prefer-plain_e-mail-parser-prefer-plain_c
patch-plugins_mail-to-task_mail-to-task_c
Log message:
Update to evolution-3.6.4.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/07 02:03:16
Modified files:
sys/net : if.c if.h route.c rtsock.c
sys/netinet : if_ether.c in.c
sys/netinet6 : in6.c in6_ifattach.c nd6.c nd6_nbr.c
Log message:
Remove the IFAFREE() macro, the ifafree() function it was calling already
check for the reference counter.
ok mikeb@, miod@, pelikan@, kettenis@, krw@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/07 02:32:22
Modified files:
devel/mspdebug : Makefile distinfo
Log message:
- update to mspdebug-0.21
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 02:38:18
Modified files:
mail/evolution-ews: Makefile distinfo
Log message:
Update to evolution-ews-3.6.4.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/07 02:40:19
Modified files:
sys/net : if.c if.h
sys/netinet6 : nd6_rtr.c
Log message:
Remove unused ifa_ifwithaf() function.
ok mikeb@, miod@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/07 03:18:01
Modified files:
lang/railo : Makefile distinfo
lang/railo/pkg : PLIST
Log message:
update to Railo 4.0.3.006
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/07 03:37:42
Modified files:
devel/msp430/gcc: Makefile
Log message:
- drop unneeded CONFIGURE_ENV and some CONFIGURE_ARGS
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/07 04:13:55
Modified files:
usr.sbin/cron : do_command.c
Log message:
Allow a '+' in the MAILTO email adress; from Constantine A. Murenin
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/07 04:20:26
Modified files:
sys/dev/pci : if_vr.c
Log message:
remove spurious semicolon at end of if statement in vr_watchdog.
from oga@bitrig, ok dtucker
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/07 06:19:54
Modified files:
share/man/man8 : ssl.8
Log message:
Add ECDSA instructions to ssl(8), with this and DSA's method now generating
a CSR first, then a self-signed cert as a separate step, using the -days and
-sha256 options in the example. Syncs with style used for RSA here/faq and
saves hair pulling if you actually want a CSR and don't notice the "-x509".
Tweaks from jmc@, stsp and jung like the separate use of -days.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/07 06:23:27
Modified files:
sbin/dhclient : kroute.c
Log message:
Refactor code around route label creation and checking to make it easier
to read. No functional change.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/07 08:40:01
Modified files:
net/ngircd : Makefile distinfo
Removed files:
net/ngircd/patches: patch-src_ngircd_channel_c
Log message:
Update to ngircd 20.2. Changes at http://ngircd.barton.de/doc/ChangeLog.
This includes the security fix committed before release that went in p1.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/07 09:54:28
Modified files:
usr.bin/cdio : cddb.c
Log message:
fix atrocious code, do socket -> FILE* conversion correctly, with proper
error handling.
okay millert@, otto@
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/03/07 10:41:38
Modified files:
www/owncloud : Makefile
www/owncloud/pkg: README
Log message:
Fix typos in README for www/owncloud. ok ajacoutot
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/03/07 11:12:32
Modified files:
lib/libc/citrus: citrus_none.c
Log message:
Fix return value of wcrtomb() in single-byte locales if the s argument is NULL.
wcrtomb() must pretend to store one byte (NUL-terminator) in this case.
Patch by Vladimir Tamara Patino. ok guenther
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 11:59:35
Modified files:
net/isc-dhcp : Makefile distinfo
net/isc-dhcp/patches: patch-client_Makefile_in
patch-server_dhcpd_c
Log message:
Update to isc-dhcp 4.2.5.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/07 12:27:25
Modified files:
usr.bin/ssh : auth.h auth2-chall.c auth2.c monitor.c
sshd_config.5
Log message:
add submethod support to AuthenticationMethods; ok and freedback djm@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/07 12:30:53
Modified files:
sys/dev/pci : if_bge.c
Log message:
Correct the location of a DELAY() that was mismerged from FreeBSD in rev 1.319
within the ifmedia update function. It is supposed to come after the BGE_MAC_MODE
register write.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/03/07 14:26:28
Modified files:
usr.sbin/bgpd : bgpd.c bgpd.h control.c log.h session.c
session.h
Log message:
Implements a few missing bits for better templates support:
- on config reload also adjust the cloned neighbors so that they get the
config changes as well.
- clean up sessions that are 1h idle but in state active (instead of down)
- add bits to allow bgpctl to destroy cloned neighbors
Tested by sthen@ some time ago, OK phessler@
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/03/07 14:28:34
Modified files:
usr.sbin/bgpctl: bgpctl.8 bgpctl.c parser.c parser.h
Log message:
Implement a bgpctl nei foo destroy that will remove the specified cloned
neighbor. The neighbor must be set down before calling this function.
OK phessler
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/07 14:35:19
Modified files:
sys/dev/pci : if_bge.c
Log message:
Add the PCI ids for the BCM57762 and BCM57766 chipsets.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/03/07 16:39:14
Modified files:
sys/dev/usb : usbdevs
Log message:
add phidgets 2x2
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/03/07 16:39:56
Modified files:
sys/dev/usb : usbdevs.h usbdevs_data.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/03/07 16:43:14
Modified files:
sys/dev/usb : usb_quirks.c
Log message:
add a quirk for phidgets to attach as ugen instead of uhid
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/07 16:51:49
Modified files:
www/firefox-i18n: Makefile.inc distinfo
www/mozilla-firefox: Makefile distinfo
Log message:
Security update to firefox 19.0.2.
Fixes MFSA-2013-29 / CVE-2013-0787 / bug #848644 (vupen @ pwn2own)
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 17:58:26
Modified files:
www/gnash : Makefile
www/gnash/pkg : PLIST
Added files:
www/gnash/patches: patch-libmedia_ffmpeg_AudioDecoderFfmpeg_cpp
patch-libmedia_ffmpeg_MediaParserFfmpeg_cpp
patch-libmedia_ffmpeg_MediaParserFfmpeg_h
patch-libmedia_ffmpeg_VideoDecoderFfmpeg_cpp
Log message:
Switch back to the FFmpeg media backend and add some patches from
upstream to allow building with newer FFmpeg API.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 17:59:08
Added files:
www/gnash/patches: patch-libmedia_ffmpeg_ffmpegHeaders_h
Log message:
Switch back to the FFmpeg media backend and add some patches from
upstream to allow building with newer FFmpeg API.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:03:09
Modified files:
net/pidgin : Makefile distinfo
net/pidgin/patches: patch-configure_ac
patch-libpurple_plugins_ssl_Makefile_in
patch-libpurple_protocols_jabber_Makefile_in
patch-libpurple_protocols_oscar_Makefile_in
patch-libpurple_protocols_yahoo_Makefile_in
patch-pidgin_Makefile_in
patch-pidgin_gtkdialogs_c
net/pidgin/pkg : PLIST-libpurple
Removed files:
net/pidgin/patches: patch-finch_libgnt_Makefile_am
patch-finch_libgnt_Makefile_in
Log message:
Update to Pidgin 2.10.7. Fixes 3 security issues and some crashing bugs,
as well as other bug fixes. CVE-2013-0271, CVE-2013-0272, CVE-2013-0273,
CVE-2013-0274
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:21:38
Modified files:
devel/boost : Makefile distinfo
devel/boost/patches: patch-Jamroot
patch-boost_archive_iterators_remove_whitespace_hpp
patch-boost_asio_detail_pipe_select_interrupter_hpp
patch-boost_asio_detail_socket_ops_hpp
patch-boost_detail_endian_hpp
patch-boost_throw_exception_hpp
patch-libs_filesystem_src_operations_cpp
patch-tools_build_v2_tools_gcc_jam
devel/boost/pkg: PLIST
Added files:
devel/boost/patches: patch-boost_archive_basic_archive_hpp
patch-boost_interprocess_detail_workaround_hpp
Removed files:
devel/boost/patches: patch-boost_function_function_template_hpp
patch-boost_interprocess_detail_transform_iterator_hpp
patch-boost_math_tools_config_hpp
patch-boost_wave_token_ids_hpp
patch-libs_random_random_device_cpp
Log message:
Update to boost 1.53.0.
Mostly from Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:24:44
Modified files:
graphics/aqsis : Makefile distinfo
graphics/aqsis/patches: patch-CMakeLists_txt
graphics/aqsis/pkg: PLIST
Log message:
Update to aqsis 1.8.2. Tied to the Boost update.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:25:44
Modified files:
audio/ardour : Makefile
audio/ardour/patches: patch-gtk2_ardour_SConscript
Log message:
Update for newer Boost.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:26:55
Modified files:
math/cgal : Makefile distinfo
Log message:
Update to CGAL 4.1. Tied to the Boost update.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:27:41
Added files:
math/cgal/patches: patch-CMakeLists_txt
Log message:
Update to CGAL 4.1. Tied to the Boost update.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:30:37
Modified files:
graphics/enblend-enfuse: Makefile
Added files:
graphics/enblend-enfuse/patches: patch-configure_in
Log message:
Update for newer Boost.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:31:25
Modified files:
games/frogatto : Makefile distinfo
Added files:
games/frogatto/patches: patch-src_server_cpp
Log message:
Update for newer Boost.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:32:25
Modified files:
multimedia/mkvtoolnix: Makefile distinfo
Added files:
multimedia/mkvtoolnix/patches:
patch-src_common_mm_multi_file_io_cpp
Log message:
Update for newer Boost.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:34:19
Modified files:
graphics/opencsg: Makefile distinfo
graphics/opencsg/patches: patch-src_src_pro
Log message:
Update opencsg to 1.3.2.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:36:59
Modified files:
cad/openscad : Makefile distinfo
cad/openscad/patches: patch-boost_pri
cad/openscad/pkg: PLIST
Log message:
Update to openscad 2013.01. Tied to the Boost update.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:38:00
Modified files:
x11/pinot : Makefile
Log message:
Update for newer Boost.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:40:16
Modified files:
games/pokerth : Makefile distinfo
games/pokerth/pkg: PLIST
Log message:
Update to pokerth 1.0. Tied to the Boost update.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/07 18:40:53
Added files:
games/pokerth/patches: patch-src_net_common_ircthread_cpp
Log message:
Update to pokerth 1.0. Tied to the Boost update.
From Amit Kulkarni.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: djm@cvs.openbsd.org 2013/03/07 19:04:37
Modified files:
devel/py-babel : Makefile
devel/py-dateutil: Makefile
devel/py-editdist: Makefile
devel/py-fpconst: Makefile
devel/py-html5lib: Makefile
devel/py-radix : Makefile
devel/py-setuptools: Makefile
devel/py-tz : Makefile
devel/pybugz : Makefile
graphics/p5-Chart: Makefile
math/py-numpy : Makefile
net/p5-flowd : Makefile
net/pfflowd : Makefile
net/putty : Makefile
net/py-flowd : Makefile
productivity/googlecl: Makefile
textproc/p5-PatchReader: Makefile
www/py-jinja2 : Makefile
www/py-zine : Makefile
Log message:
drop MAINTAINERship of my ports. I simply don't have time to give them
the attention they deserve
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/03/07 19:21:43
Modified files:
sys/dev/usb : usb_quirks.c
Log message:
backout previous phidgets quirk
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/03/07 23:32:58
Modified files:
usr.bin/ssh : ssh.c
Log message:
allow "ssh -f none ..." ok markus@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:38:08
Modified files:
sysutils/ruby-facter: Makefile
sysutils/ruby-facter/pkg: PLIST
Added files:
sysutils/ruby-facter/patches: patch-lib_facter_kernelrelease_rb
Log message:
Fix HOMEPAGE/MASTER_SITES.
No need for USE_GROFF.
Fix exampledir.
Fix kernelrelease fact to return info about the release along its
version (e.g. 5.3-beta).
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:39:05
Modified files:
x11/gnome/gcr : Makefile
x11/gnome/gcr/pkg: PFRAG.shared PLIST
Added files:
x11/gnome/gcr/patches: patch-gcr_Makefile_am
patch-gcr_gcr-base_symbols
Removed files:
x11/gnome/gcr/patches: patch-gcr_gcr-memory_c
Log message:
Don't export duplicate secmem symbols (from upstream).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:41:03
Modified files:
mail/kpoppassd : Makefile
mail/kpoppassd/pkg: PLIST UNMESSAGE
Added files:
mail/kpoppassd/pkg: README
Removed files:
mail/kpoppassd/pkg: MESSAGE
Log message:
Add NO_REGRESS.
MESSAGE -> README and tweak (poppassd -> pop3pw).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:42:09
Modified files:
mail/dkim-milter: Makefile
mail/dkim-milter/pkg: PLIST
Added files:
mail/dkim-milter/pkg: README
Removed files:
mail/dkim-milter/pkg: MESSAGE
Log message:
Move huge MESSAGE to a README.
ok jakob@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:44:18
Modified files:
graphics/sane-backends: Makefile
graphics/sane-backends/pkg: PFRAG.shared PLIST
Added files:
graphics/sane-backends/patches: patch-backend_kodakaio_c
Log message:
Fix pnm corruption due to error being sent to stdout.
from Jeremie Courreges-Anglas, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:51:46
Modified files:
print/hplip : Makefile distinfo
print/hplip/patches: patch-Makefile_in patch-base_g_py
patch-base_pkit_py patch-base_queues_py
patch-base_utils_py patch-check_py
patch-installer_core_install_py
patch-installer_dcheck_py
patch-io_hpmud_musb_c patch-prnt_cups_py
patch-prnt_hpcups_HPCupsFilter_cpp
patch-prnt_hpijs_hpcupsfax_cpp
patch-prnt_hpijs_hpijs_cpp patch-scan_py
patch-setup_py patch-ui4_devmgr5_py
patch-ui4_nodevicesdialog_py
patch-ui_devmgr4_py
patch-ui_nodevicesform_py
print/hplip/pkg: PLIST-gui PLIST-hpijs PLIST-main README-hpcups
Added files:
print/hplip/patches: patch-base_password_py
patch-base_services_py patch-common_utils_c
patch-installer_pluginhandler_py
Removed files:
print/hplip/patches: patch-ui_setupform_py
Log message:
Update to hplip-3.13.2.
Some parts of the tools are still somewhat WIP; however, thanks to a
donation from linuxfund.org this has been successfully tested on a HP
OfficeJet 7500 e910, using STP discovery over WiFi with automatic PPD
generation. Scanning, printing, cartridge information... working.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:56:54
Removed files:
www/timetrex : Makefile distinfo
www/timetrex/patches: patch-classes_adodb_adodb_inc_php
patch-classes_cache_lite_Hashed_Cache_Lite_php
patch-templates_install_SystemSettings_tpl
patch-timetrex_ini_php-example_linux
www/timetrex/pkg: DESCR PLIST README
Log message:
Remove timetrex. It's not possible to patch this port since there are
some checksum checks in the installer and it's becoming a maintenance
nightmare. People wanting to use it are better of downloading the
tarball directly and use the official installer/updater.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:57:11
Modified files:
www : Makefile
Log message:
-timetrex
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:58:38
Modified files:
graphics/colord: Makefile distinfo
graphics/colord/patches: patch-configure patch-src_Makefile_in
patch-src_cd-main_c
patch-src_cd-profile-store_c
patch-src_cd-profile_c
graphics/colord/pkg: PFRAG.shared PLIST
Added files:
graphics/colord/patches: patch-configure_ac
patch-contrib_session-helper_cd-main_c
patch-lib_Makefile_am
patch-m4_intltool_m4
patch-src_Makefile_am
patch-src_cd-sensor_c
patch-src_cd-sensor_h
Removed files:
graphics/colord/patches: patch-etc_colord_conf_in
Log message:
Update to colord-0.1.30.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:59:42
Removed files:
graphics/shared-color-profiles: Makefile distinfo
graphics/shared-color-profiles/pkg: DESCR-extra DESCR-main
PLIST-extra PLIST-main
Log message:
Remove shared-color-profiles which is now part of colord.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/07 23:59:59
Modified files:
graphics : Makefile
Log message:
-shared-color-profiles
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 00:00:39
Modified files:
x11/gnome/color-manager: Makefile
Log message:
Remove dependency on shared-color-profiles.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 00:01:51
Modified files:
graphics/colord-gtk: Makefile
graphics/simple-scan: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/settings-daemon: Makefile
x11/gtk+3 : Makefile
Log message:
Sync WANTLIB after colord update.
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/03/08 00:09:19
Modified files:
. : 53.html
Log message:
small style nit
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 00:09:34
Modified files:
net/gssdp : Makefile distinfo
net/gssdp/pkg : PLIST
Removed files:
net/gssdp/pkg : PFRAG.shared
Log message:
- update to gssdp-0.14.2
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/08 00:54:31
Modified files:
graphics/jhead : Makefile distinfo
graphics/jhead/patches: patch-jhead_c patch-makefile
Log message:
- update jhead to 2.97
- update patches
ok okan@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/08 00:56:17
Modified files:
usr.bin/touch : touch.1
Log message:
use Li for the T/Z specifiers;
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 02:07:33
Modified files:
infrastructure/db: user.list
Log message:
Reserve GDI for security/cvechecker.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/08 02:10:37
Modified files:
x11/xfce4/xfdesktop: Makefile distinfo
x11/xfce4/xfdesktop/pkg: PLIST
Log message:
Bugfix update to xfdesktop 4.10.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 02:13:36
Modified files:
devel/py-dateutil: Makefile
devel/py-tz : Makefile
www/py-jinja2 : Makefile
Log message:
frantisek holop takesover maintainership.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/08 02:50:27
Log message:
import audio/libsoxr, ok landry@
The SoX Resampler library `libsoxr' performs one-dimensional sample-rate
conversion -- it may be used, for example, to resample PCM-encoded audio.
For higher-dimensional resampling, such as for visual-image processing, you
should look elsewhere.
It aims to give fast and very high quality results for any constant
(rational or irrational) resampling ratio. Phase-response, preserved
bandwidth, aliasing, and rejection level parameters are all configurable;
alternatively, simple `preset' configurations may be selected. An
experimental, variable-rate resampling mode of operation is also included.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130308
N ports/audio/libsoxr/Makefile
N ports/audio/libsoxr/distinfo
N ports/audio/libsoxr/pkg/PLIST
N ports/audio/libsoxr/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/08 02:50:56
Modified files:
audio : Makefile
Log message:
+libsoxr
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 02:54:49
Log message:
Import cvechecker-3.2.
The goal of cvechecker is to report about possible vulnerabilities on
your system, by scanning the installed software and matching the results
with the CVE database.
<...>
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130308
N ports/security/cvechecker/distinfo
N ports/security/cvechecker/Makefile
N ports/security/cvechecker/patches/patch-src_cvecheck_c
N ports/security/cvechecker/pkg/PLIST
N ports/security/cvechecker/pkg/README
N ports/security/cvechecker/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 02:55:59
Modified files:
security : Makefile
Log message:
+cvechecker
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 02:57:33
Modified files:
security : Makefile
Log message:
Move ocaml-cryptokit where it belongs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 02:58:40
Log message:
Import whatweb-0.4.7.
WhatWeb identifies websites. It's goal is to answer the question, "What
is that Website?". WhatWeb recognises web technologies including content
management systems (CMS), blogging platforms, statistic/analytics
packages, JavaScript libraries, web servers, and embedded devices.
WhatWeb has over 900 plugins, each to recognise something different.
WhatWeb also identifies version numbers, email addresses, account ID's,
web framework modules, SQL errors, and more.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130308
N ports/net/whatweb/distinfo
N ports/net/whatweb/Makefile
N ports/net/whatweb/pkg/PLIST
N ports/net/whatweb/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 02:59:16
Modified files:
net : Makefile
Log message:
+whatweb
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:04:01
Modified files:
databases/sqlports/files: Var.pm
Log message:
buglet fix
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:05:31
Modified files:
databases/sqlports: Makefile
databases/sqlports/files: Info.pm
Log message:
remove PERMIT_DISTFILES_CDROM from the table
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:06:13
Modified files:
infrastructure/templates: Makefile.template
infrastructure/mk: bsd.port.mk
Log message:
bye bye PERMIT_DISTFILES_CDROM
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/08 03:11:55
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
zap PERMIT_DISTFILES_CDROM
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:21:21
Modified files:
sysutils/ruby-puppet-lint: Makefile
Log message:
This does not need puppet to run.
ok jasper@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:23:13
Modified files:
x11/i3status : Makefile distinfo
x11/i3status/patches: patch-Makefile patch-i3status_conf
Removed files:
x11/i3status/patches: patch-i3status_c patch-include_i3status_h
patch-man_i3status_man
patch-src_print_battery_info_c
patch-src_print_cpu_temperature_c
patch-src_print_eth_info_c
patch-src_print_volume_c
patch-src_print_wireless_info_c
Log message:
- update to i3status-2.7
* all functional patches have been committed upstream.
tested by and ok rpe@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:24:00
Modified files:
lang/clojure : Makefile
Added files:
lang/clojure/files: clj_completions.clj
Log message:
add a maintainer target to generate the completions with.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:24:47
Modified files:
lang/jimtcl : Makefile distinfo
lang/jimtcl/patches: patch-Makefile_in
patch-autosetup_cc-shared_tcl
lang/jimtcl/pkg: PLIST
Log message:
- update to jimtcl-0.73
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:25:34
Modified files:
java/jna : Makefile distinfo
java/jna/pkg : PLIST
Added files:
java/jna/patches: patch-build_xml
Removed files:
java/jna/patches: patch-jnalib_build_xml
Log message:
- update to jna-3.5.1
ok kurt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:25:58
Modified files:
devel/commons-io: Makefile distinfo
Added files:
devel/commons-io/patches: patch-build_xml
Log message:
- update to commons-io-2.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:26:26
Modified files:
devel/lua-lgi : Makefile distinfo
devel/lua-lgi/patches: patch-lgi_Makefile patch-tests_Makefile
devel/lua-lgi/pkg: PLIST
Removed files:
devel/lua-lgi/patches: patch-lgi_core_c
patch-lgi_override_Gtk_lua
patch-samples_gtk-demo_demo-uimanager_lua
patch-samples_gtkhello_lua
Log message:
- update to lgi-0.7.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:27:05
Modified files:
devel/py-clint : Makefile
devel/py-clint/pkg: PLIST
Log message:
- install some files into a proper location instead of directly in ${PREFIX}
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:33:28
Modified files:
net/zeromq : Makefile distinfo
net/zeromq/patches: patch-configure
net/zeromq/pkg : PLIST
Added files:
net/zeromq/patches: patch-src_ipc_listener_cpp
patch-src_tcp_listener_cpp
Log message:
- update to zeromq-3.2.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:34:18
Modified files:
net/py-zmq : Makefile distinfo
net/py-zmq/pkg : PLIST
Log message:
- update to py-zmq-13.0.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:35:15
Modified files:
www/mongrel2 : Makefile distinfo
www/mongrel2/patches: patch-Makefile patch-src_polarssl_net_c
www/mongrel2/pkg: PLIST
Added files:
www/mongrel2/patches: patch-tools_procer_Makefile
Log message:
- update to mongrel2-1.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:35:40
Modified files:
devel/spice-protocol: Makefile distinfo
Log message:
- update to spice-protocol-0.12.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:36:06
Modified files:
x11/virt-viewer: Makefile distinfo
x11/virt-viewer/pkg: PLIST
Added files:
x11/virt-viewer/patches: patch-data_remote-viewer_desktop_in
Removed files:
x11/virt-viewer/patches: patch-src_remote-viewer_desktop
patch-src_virt-viewer-session-spice_c
Log message:
- update to virt-viewer-0.5.5
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:36:23
Modified files:
x11/spice-gtk : Makefile distinfo
Removed files:
x11/spice-gtk/patches: patch-gtk_channel-display_c
Log message:
- update to spice-gtk-0.18
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:37:03
Modified files:
net/vnstat : Makefile
net/vnstat/pkg : PLIST
Log message:
- install vnstat.cgi
ok pea@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:37:38
Modified files:
productivity/davical: Makefile
productivity/davical/pkg: README
Log message:
Add a "PHP configuration" section to the README.
ok landry@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:38:01
Modified files:
productivity/radicale: Makefile distinfo
productivity/radicale/patches: patch-radicale_config_py
productivity/radicale/pkg: PLIST
Log message:
- update to radicale-0.7.1
ok maintainer
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:38:41
Log message:
import ruby-indentation-0.0.7
Library of extensions to Ruby's Array and String classes that allow
indentation manipulation of Strings and Arrays of Strings.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/ruby-indentation/distinfo
N ports/devel/ruby-indentation/Makefile
N ports/devel/ruby-indentation/pkg/DESCR
N ports/devel/ruby-indentation/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:40:08
Modified files:
devel/maven : Makefile
Log message:
Poisoned variable REVISON is already set...
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/08 03:40:23
Modified files:
sysutils/ruby-puppet: Makefile distinfo
sysutils/ruby-puppet/pkg: PLIST
Removed files:
sysutils/ruby-puppet/patches: patch-conf_auth_conf
patch-examples_etc_puppet_puppet_conf
patch-lib_puppet_provider_package_openbsd_rb
Log message:
update to 3.1.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:40:41
Modified files:
devel : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:41:26
Modified files:
devel/ruby-ffi : Makefile distinfo
devel/ruby-ffi/patches: patch-ext_ffi_c_Platform_c
patch-ext_ffi_c_libffi_bsd_mk
devel/ruby-ffi/pkg: PLIST
Log message:
- update to ruby-ffi-1.2.0
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:41:58
Modified files:
devel/ruby-gir_ffi: Makefile distinfo
devel/ruby-gir_ffi/pkg: PLIST
Log message:
- update to ruby-gir_ffi-0.5.0
* now works with ruby 1.9 too
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:42:02
Modified files:
infrastructure/lib/DPB: Fetch.pm
Log message:
flesh out trace info for distfiles
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:43:04
Modified files:
devel : Makefile
Log message:
hookup ruby18 flavor of ruby-gir_ffi
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:43:52
Log message:
import silverstripe-3.0.5
SilverStripe CMS is an open source web content management system used by
governments, businesses, and non-profit organisations around the world.
It is a power tool for professional web development teams, and web
content authors rave about how easy it is to use.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/www/silverstripe/distinfo
N ports/www/silverstripe/Makefile
N ports/www/silverstripe/pkg/PLIST
N ports/www/silverstripe/pkg/DESCR
N ports/www/silverstripe/pkg/README
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:44:24
Modified files:
www : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:45:27
Log message:
import baikal-0.2.4
Baikal offers ubiquitous and synchronized access to your calendars and
address books over CalDAV and CardDAV. Baikal implements the current
IETF recommendation drafts of these industry standards for centralized
calendar and address book collections.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/productivity/baikal/distinfo
N ports/productivity/baikal/Makefile
N ports/productivity/baikal/pkg/PLIST
N ports/productivity/baikal/pkg/README
N ports/productivity/baikal/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:45:45
Modified files:
sysutils/ruby-puppet: Makefile
Log message:
Better HOMEPAGE/MASTER_SITES.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:45:57
Modified files:
productivity : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:54:41
Log message:
dependency of p5-Dancer: simplest way to deploy a Dancer application,
especially for development purposes.
Status:
Vendor Tag: espie
Release Tags: ports
N ports/www/p5-HTTP-Server-Simple-PSGI/distinfo
N ports/www/p5-HTTP-Server-Simple-PSGI/Makefile
N ports/www/p5-HTTP-Server-Simple-PSGI/pkg/PLIST
N ports/www/p5-HTTP-Server-Simple-PSGI/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:55:00
Log message:
import erl-pooler-0.0.2
The pooler application allows you to manage pools of OTP behaviors such as
gen_servers, gen_fsms, or supervisors, and provide consumers with exclusive
access to pool members using pooler:take_member.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-pooler/Makefile
N ports/devel/erl-pooler/distinfo
N ports/devel/erl-pooler/pkg/DESCR
N ports/devel/erl-pooler/pkg/PLIST
N ports/devel/erl-pooler/patches/patch-src_pooler_app_src
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:55:52
Log message:
Dancer is a simple perl web application framework.
contrary to catalyst, it comes with simple defaults,
and it has very few dependencies
(okay landry@, previous port as well)
Status:
Vendor Tag: espie
Release Tags: ports
N ports/www/p5-Dancer/distinfo
N ports/www/p5-Dancer/Makefile
N ports/www/p5-Dancer/pkg/PLIST
N ports/www/p5-Dancer/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:55:59
Log message:
import erl-Emysql-0.2.14
This is an Erlang MySQL driver, based on a rewrite at Electronic Arts.
Easy to use, strong connection pooling, prepared statements & stored
procedures. Optimized for a central node architecture and OLTP.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/databases/erl-Emysql/Makefile
N ports/databases/erl-Emysql/distinfo
N ports/databases/erl-Emysql/pkg/PLIST
N ports/databases/erl-Emysql/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:06
ports/sysutils/ruby-puppet/2
Update of /cvs/ports/sysutils/ruby-puppet/2
In directory cvs.openbsd.org:/tmp/cvs-serv13851/2
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/2 added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:07
ports/sysutils/ruby-puppet/3
Update of /cvs/ports/sysutils/ruby-puppet/3
In directory cvs.openbsd.org:/tmp/cvs-serv13851/3
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/3 added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:56:30
Log message:
import erl-epgsql-1.4.1
erl-epgsql is the Erlang PostgreSQL database client.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/databases/erl-epgsql/distinfo
N ports/databases/erl-epgsql/Makefile
N ports/databases/erl-epgsql/pkg/DESCR
N ports/databases/erl-epgsql/pkg/PLIST
N ports/databases/erl-epgsql/patches/patch-Makefile
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:34
ports/sysutils/ruby-puppet/2/patches
Update of /cvs/ports/sysutils/ruby-puppet/2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv28310/2/patches
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/2/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:36
ports/sysutils/ruby-puppet/2/pkg
Update of /cvs/ports/sysutils/ruby-puppet/2/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv28310/2/pkg
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/2/pkg added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:37
ports/sysutils/ruby-puppet/3/files
Update of /cvs/ports/sysutils/ruby-puppet/3/files
In directory cvs.openbsd.org:/tmp/cvs-serv28310/3/files
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/3/files added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:38
ports/sysutils/ruby-puppet/3/patches
Update of /cvs/ports/sysutils/ruby-puppet/3/patches
In directory cvs.openbsd.org:/tmp/cvs-serv28310/3/patches
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/3/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 03:56:39
ports/sysutils/ruby-puppet/3/pkg
Update of /cvs/ports/sysutils/ruby-puppet/3/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv28310/3/pkg
Log Message:
Directory /cvs/ports/sysutils/ruby-puppet/3/pkg added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:56:57
Log message:
import erl-sqerl-0.0.1
General purpose RDBMS abstraction layer for Erlang.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/databases/erl-sqerl/distinfo
N ports/databases/erl-sqerl/Makefile
N ports/databases/erl-sqerl/pkg/PLIST
N ports/databases/erl-sqerl/pkg/DESCR
N ports/databases/erl-sqerl/patches/patch-rebar_config
N ports/databases/erl-sqerl/patches/patch-src_sqerl_mysql_client_erl
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:57:42
Modified files:
devel : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 03:57:55
Modified files:
www : Makefile
Log message:
+p5-Dancer and friend
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 03:58:28
Modified files:
databases : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/08 04:09:13
Modified files:
infrastructure/templates: network.conf.template
Log message:
download.berlios.de never did go away in the end, so remove my partial
mirror and zap download2.berlios.de which no longer exists.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 04:18:00
Modified files:
. : INDEX
Log message:
byebye PERMIT_DISTFILES_CDROM
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/08 04:28:56
Modified files:
graphics/ufraw : Makefile distinfo
Removed files:
graphics/ufraw/patches: patch-Makefile_in patch-configure
Log message:
update to ufraw 0.19.1
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/08 04:34:18
Log message:
Import FPC.
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal
compiler. It is available for different processors: Intel x86,
Amd64/x86_64, PowerPC, PowerPC64, Sparc, ARM. The discontinued 1.0
version also supports the Motorola 680x0. The following operating
systems are supported: Linux, FreeBSD, Haiku, Mac OS X/Darwin, DOS,
Win32, Win64, WinCE, OS/2, Netware (libc and classic) and MorphOS.
Thanks to pierre at freepascal dot org for taking care of the patches
and to aja@ for mirroring the bootstrap.
tweaks and ok jasper@ sthen@
Status:
Vendor Tag: pascal
Release Tags: pascal_20130803
N ports/lang/fpc/Makefile
N ports/lang/fpc/distinfo
N ports/lang/fpc/pkg/DESCR
N ports/lang/fpc/pkg/PFRAG.amd64
N ports/lang/fpc/pkg/PFRAG.i386
N ports/lang/fpc/pkg/PLIST
N ports/lang/fpc/patches/patch-Makefile
N ports/lang/fpc/patches/patch-fpcsrc_compiler_systems_t_bsd_pas
N ports/lang/fpc/patches/patch-fpcsrc_rtl_bsd_ossysc_inc
N ports/lang/fpc/patches/patch-fpcsrc_rtl_openbsd_i386_cprt0_as
N ports/lang/fpc/patches/patch-fpcsrc_rtl_openbsd_i386_prt0_as
N ports/lang/fpc/patches/patch-fpcsrc_rtl_openbsd_sysnr_inc
N ports/lang/fpc/patches/patch-fpcsrc_rtl_openbsd_x86_64_cprt0_as
N ports/lang/fpc/patches/patch-fpcsrc_rtl_openbsd_x86_64_gprt0_as
N ports/lang/fpc/patches/patch-fpcsrc_rtl_openbsd_x86_64_prt0_as
N ports/lang/fpc/patches/patch-install_man_Makefile
N ports/lang/fpc/patches/patch-install_man_man1_fpc_1
N ports/lang/fpc/patches/patch-install_man_man1_ppdep_1
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/08 04:35:15
Modified files:
lang : Makefile
Log message:
+ fpc
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:52:42
Log message:
import erl-automeck
erl-automeck streamlines setting up and using meck-based mocks.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-automeck/Makefile
N ports/devel/erl-automeck/distinfo
N ports/devel/erl-automeck/pkg/PLIST
N ports/devel/erl-automeck/pkg/DESCR
N ports/devel/erl-automeck/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:53:05
Log message:
import erl-bear
erl-bear is a set of statistics functions for Erlang.
Currently bear is focused on use inside the Folsom Erlang metrics
library but all of these functions are generic and useful in other
situations.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-bear/Makefile
N ports/devel/erl-bear/distinfo
N ports/devel/erl-bear/pkg/PLIST
N ports/devel/erl-bear/pkg/DESCR
N ports/devel/erl-bear/patches/patch-src_bear_app_src
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:53:27
Log message:
import erl-depsolver
Depsolver is a dependency solver package for erlang. You supply it with a list
of versioned objects that are in the world and then you can solve for
different version constraints.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-depsolver/distinfo
N ports/devel/erl-depsolver/Makefile
N ports/devel/erl-depsolver/pkg/DESCR
N ports/devel/erl-depsolver/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:53:57
Log message:
import erl-ej
The ej module makes it easier to work with Erlang terms representing
JSON in the format returned by jiffy, mochijson2, or ejson. You can use
ej:get/2 to walk an object and return a particular value, ej:set/3 to
update a value within an object, or ej:delete/2 to remove a value from
an object.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-ej/Makefile
N ports/devel/erl-ej/distinfo
N ports/devel/erl-ej/pkg/PLIST
N ports/devel/erl-ej/pkg/DESCR
N ports/devel/erl-ej/patches/patch-src_ej_app_src
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:54:39
Log message:
import erl-ejson
Decode and encode JSON into/from Erlang terms using Elang NIF library if
available.. This the module used in CouchDB project ported a standalone
module with rebar support.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-ejson/Makefile
N ports/devel/erl-ejson/distinfo
N ports/devel/erl-ejson/pkg/PLIST
N ports/devel/erl-ejson/pkg/DESCR
N ports/devel/erl-ejson/pkg/PFRAG.shared
N ports/devel/erl-ejson/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:55:49
Log message:
import erl-eper
erl-eper is a loose collection of Erlang Performance related tools.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-eper/Makefile
N ports/devel/erl-eper/distinfo
N ports/devel/erl-eper/pkg/PLIST
N ports/devel/erl-eper/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:57:12
Log message:
import erl-fast_log
erl-fast_log is a logging library used for Chef.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-fast_log/Makefile
N ports/devel/erl-fast_log/distinfo
N ports/devel/erl-fast_log/pkg/PLIST
N ports/devel/erl-fast_log/pkg/DESCR
N ports/devel/erl-fast_log/patches/patch-src_fast_log_app_src
N ports/devel/erl-fast_log/patches/patch-Makefile
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:57:32
Log message:
import erl-folsom
Folsom is an Erlang based metrics system inspired by Coda Hale's
metrics. The metrics API's purpose is to collect realtime metrics from
your Erlang applications and publish them via Erlang APIs and output
plugins. folsom is not a persistent store. There are 6 types of metrics:
counters, gauges, histograms (and timers), histories, meter_readers and
meters. Metrics can be created, read and updated via the folsom_metrics
module.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-folsom/Makefile
N ports/devel/erl-folsom/distinfo
N ports/devel/erl-folsom/pkg/PLIST
N ports/devel/erl-folsom/pkg/DESCR
N ports/devel/erl-folsom/patches/patch-src_folsom_app_src
N ports/devel/erl-folsom/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:57:54
Log message:
import erl-gen_server2
gen_server2 provides an enhanced and improved version of the
Erlang/OTP distribution's gen_server.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-gen_server2/Makefile
N ports/devel/erl-gen_server2/distinfo
N ports/devel/erl-gen_server2/pkg/PLIST
N ports/devel/erl-gen_server2/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:58:15
Log message:
import erl-jiffy
Jiffy is a JSON parser as a NIF. This is a complete rewrite of the work
I did in EEP0018 that was based on Yajl. This new version is a hand
crafted state machine that does its best to be as quick and efficient as
possible while not placing any constraints on the parsed JSON.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-jiffy/Makefile
N ports/devel/erl-jiffy/distinfo
N ports/devel/erl-jiffy/patches/patch-src_jiffy_app_src
N ports/devel/erl-jiffy/patches/patch-Makefile
N ports/devel/erl-jiffy/pkg/PLIST
N ports/devel/erl-jiffy/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:58:42
Log message:
import erl-meck
With meck you can easily mock modules in Erlang. You can also perform
some basic validations on the mocked modules, such as making sure no
unexpected exceptions occurred or looking at the call history.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-meck/Makefile
N ports/devel/erl-meck/distinfo
N ports/devel/erl-meck/pkg/PLIST
N ports/devel/erl-meck/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 04:59:20
Log message:
import erl-mixer
erl-mixer allows to mix in functions from other modules.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/devel/erl-mixer/Makefile
N ports/devel/erl-mixer/distinfo
N ports/devel/erl-mixer/
N ports/devel/erl-mixer/pkg/DESCR
N ports/devel/erl-mixer/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:01:22
Log message:
import erl-couchbeam
couchbeam is a simple erlang CouchDB framework. couchbeam provides you a
full featured and easy client to access and manage multiple couchdb
Nodes.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/databases/erl-couchbeam/Makefile
N ports/databases/erl-couchbeam/distinfo
N ports/databases/erl-couchbeam/pkg/PLIST
N ports/databases/erl-couchbeam/pkg/DESCR
N ports/databases/erl-couchbeam/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:02:38
Log message:
import erl-amqp_client
This is a stripped down distribution of the rabbitmq-erlang-client for
use as a rebar dep.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/net/erl-amqp_client/Makefile
N ports/net/erl-amqp_client/distinfo
N ports/net/erl-amqp_client/pkg/PLIST
N ports/net/erl-amqp_client/pkg/DESCR
N ports/net/erl-amqp_client/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:03:04
Log message:
import erl-gen_bunny
erl-gen_bunny is a RabbitMQ client library for erlang whose primary goal is
to be easy to use. Especially for simple publisher and consumer
applications.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/net/erl-gen_bunny/Makefile
N ports/net/erl-gen_bunny/distinfo
N ports/net/erl-gen_bunny/pkg/PLIST
N ports/net/erl-gen_bunny/pkg/DESCR
N ports/net/erl-gen_bunny/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:03:28
Log message:
import erl-ibrowse
erl-ibrowse is a HTTP client written in Erlang. Featuring:
- RFC2616 compliant
- Supports GET, POST, OPTIONS, HEAD, PUT, DELETE, TRACE, MKCOL,
PROPFIND, PROPPATCH, LOCK, UNLOCK, MOVE and COPY
- Understands HTTP/0.9, HTTP/1.0 and HTTP/1.1
- Understands chunked encoding
- Can generate requests using Chunked Transfer-Encoding
- Pools of connections to each webserver
- Pipelining support
- Download to file
- Asynchronous requests. Responses are streamed to a process
- and much more
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/net/erl-ibrowse/Makefile
N ports/net/erl-ibrowse/distinfo
N ports/net/erl-ibrowse/pkg/PLIST
N ports/net/erl-ibrowse/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:03:56
Log message:
import erl-mini_s3
erl-mini_s3, is a simple s3 client API for Erlang.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/net/erl-mini_s3/Makefile
N ports/net/erl-mini_s3/distinfo
N ports/net/erl-mini_s3/pkg/DESCR
N ports/net/erl-mini_s3/pkg/PLIST
N ports/net/erl-mini_s3/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:04:49
Modified files:
net/erl-gen_bunny/pkg: DESCR
Log message:
tweak DESCR, no bump as it's not yet hooked up.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:05:16
Log message:
import erl-rabbit_common
This is a stripped down distribution of the rabbitmq-server code
required by the rabbitmq-erlang-client for use as a rebar dep.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/net/erl-rabbit_common/Makefile
N ports/net/erl-rabbit_common/distinfo
N ports/net/erl-rabbit_common/pkg/PLIST
N ports/net/erl-rabbit_common/pkg/DESCR
N ports/net/erl-rabbit_common/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:06:44
Log message:
import erl-bcrypt
erl-bcrypt is a wrapper around the OpenBSD Blowfish password hashing
algorithm, as described in "A Future-Adaptable Password Scheme" by Niels
Provos and David Mazieres.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/security/erl-bcrypt/Makefile
N ports/security/erl-bcrypt/distinfo
N ports/security/erl-bcrypt/pkg/PLIST
N ports/security/erl-bcrypt/pkg/DESCR
N ports/security/erl-bcrypt/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:07:09
Log message:
import erl-oauth
Erlang OAuth implementation.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/security/erl-oauth/Makefile
N ports/security/erl-oauth/distinfo
N ports/security/erl-oauth/pkg/DESCR
N ports/security/erl-oauth/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:07:42
Modified files:
security : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:07:47
Modified files:
net : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:08:09
Modified files:
devel : Makefile
databases : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:08:49
Log message:
import erl-lager
Lager is a logging framework for Erlang. Its purpose is to provide a
more traditional way to perform logging in an erlang application that
plays nicely with traditional UNIX logging tools like logrotate and
syslog.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/sysutils/erl-lager/Makefile
N ports/sysutils/erl-lager/distinfo
N ports/sysutils/erl-lager/pkg/PLIST
N ports/sysutils/erl-lager/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:09:13
Log message:
import erl-stats_hero
The stats_hero application can help you instrument your Erlang
application with metrics that will be reported to estatsd and browsable
in Graphite.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/sysutils/erl-stats_hero/Makefile
N ports/sysutils/erl-stats_hero/distinfo
N ports/sysutils/erl-stats_hero/pkg/PLIST
N ports/sysutils/erl-stats_hero/pkg/DESCR
N ports/sysutils/erl-stats_hero/patches/patch-src_stats_hero_app_src
N ports/sysutils/erl-stats_hero/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:10:00
Modified files:
sysutils : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:10:48
Log message:
import erl-edown
Edown is an EDoc extension for generating GitHub-flavored Markdown.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/textproc/erl-edown/Makefile
N ports/textproc/erl-edown/distinfo
N ports/textproc/erl-edown/pkg/DESCR
N ports/textproc/erl-edown/pkg/PLIST
N ports/textproc/erl-edown/patches/patch-src_edown_app_src
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:11:06
Log message:
import erl-neotoma
Neotoma is a packrat parser-generator for Erlang for Parsing Expression
Grammars (PEGs). It consists of a parsing-combinator library with
memoization routines, a parser for PEGs, and a utility to generate
parsers from PEGs. It is inspired by treetop, a Ruby library with
similar aims, and parsec, the parser-combinator library for Haskell.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/textproc/erl-neotoma/Makefile
N ports/textproc/erl-neotoma/distinfo
N ports/textproc/erl-neotoma/pkg/PLIST
N ports/textproc/erl-neotoma/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 05:12:03
Log message:
perl debug tool: when your program dies/warns, always show carp longmess
okay sthen@
Status:
Vendor Tag: espie
Release Tags: ports
N ports/devel/p5-Carp-Always/distinfo
N ports/devel/p5-Carp-Always/Makefile
N ports/devel/p5-Carp-Always/pkg/PLIST
N ports/devel/p5-Carp-Always/pkg/DESCR
N ports/devel/p5-Carp-Always/patches/patch-lib_Carp_Always_pm
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:12:09
Modified files:
textproc : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:12:42
Log message:
import erl-mochiweb
MochiWeb is an Erlang library for building lightweight HTTP servers.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/www/erl-mochiweb/Makefile
N ports/www/erl-mochiweb/distinfo
N ports/www/erl-mochiweb/pkg/PLIST
N ports/www/erl-mochiweb/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:13:48
Log message:
import erl-webmachine
Webmachine is an application layer that adds HTTP semantic awareness on
top of the excellent bit-pushing and HTTP syntax-management provided by
mochiweb, and provides a simple and clean way to connect that to your
application's behavior.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130803
N ports/www/erl-webmachine/Makefile
N ports/www/erl-webmachine/distinfo
N ports/www/erl-webmachine/pkg/PLIST
N ports/www/erl-webmachine/pkg/DESCR
N ports/www/erl-webmachine/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 05:14:54
Modified files:
devel : Makefile
Log message:
+p5-Carp-Always
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:15:20
Modified files:
www : Makefile
Log message:
uncomment chromium again which espie committed by mistake...unless he's conspiring with landry.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/08 05:17:38
Modified files:
www : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/08 05:25:15
Modified files:
sbin/dhclient : kroute.c
Log message:
Consolidate parsing of rtm address lists. Use RTAX_GATEWAY entry
to get ARP sockaddr_dl info, rather than re-parsing manually.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 06:38:25
Modified files:
net/twirssi : Makefile distinfo
net/twirssi/pkg: PLIST
Added files:
net/twirssi/pkg: README
Removed files:
net/twirssi/pkg: MESSAGE
Log message:
Update to twirssi-2.5.1.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/08 07:25:07
Modified files:
www/midori : Makefile distinfo
www/midori/patches: patch-wscript
Removed files:
www/midori/patches: patch-midori_midori-locationaction_c
Log message:
Update to midori 0.4.8.
If you encounter SIGBUS upon entering the prefs, get in touch with me.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 08:50:19
Modified files:
faq/fr : faq10.html faq12.html faq3.html faq6.html
faq8.html faq9.html index.html
fr : amd64.html crypto.html i386.html index.html
loongson.html mail.html users.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 09:12:48
Modified files:
sysutils/ruby-puppet: Makefile
Added files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/2: Makefile distinfo
sysutils/ruby-puppet/2/patches: patch-conf_auth_conf
patch-examples_etc_puppet_fileserver_conf
patch-examples_etc_puppet_tagmail_conf
patch-install_rb
patch-lib_puppet_defaults_rb
patch-lib_puppet_indirector_ldap_rb
patch-lib_puppet_indirector_node_ldap_rb
patch-lib_puppet_indirector_yaml_rb
patch-lib_puppet_provider_package_openbsd_rb
patch-lib_puppet_provider_service_openbsd_rb
patch-lib_puppet_provider_user_useradd_rb
patch-lib_puppet_reference_configuration_rb
patch-lib_puppet_util_run_mode_rb
sysutils/ruby-puppet/2/pkg: DESCR PLIST puppetd.rc
puppetmasterd.rc
sysutils/ruby-puppet/3: Makefile distinfo
sysutils/ruby-puppet/3/files: puppet.conf
sysutils/ruby-puppet/3/patches: patch-conf_fileserver_conf
patch-conf_tagmail_conf
patch-install_rb
patch-lib_puppet_defaults_rb
patch-lib_puppet_indirector_ldap_rb
patch-lib_puppet_indirector_node_ldap_rb
patch-lib_puppet_provider_service_openbsd_rb
patch-lib_puppet_provider_user_useradd_rb
patch-lib_puppet_reference_configuration_rb
patch-lib_puppet_util_run_mode_rb
sysutils/ruby-puppet/3/pkg: DESCR PLIST puppetd.rc
puppetmasterd.rc
Removed files:
sysutils/ruby-puppet: distinfo
sysutils/ruby-puppet/patches: patch-conf_fileserver_conf
patch-conf_tagmail_conf
patch-install_rb
patch-lib_puppet_defaults_rb
patch-lib_puppet_indirector_ldap_rb
patch-lib_puppet_indirector_node_ldap_rb
patch-lib_puppet_provider_service_openbsd_rb
patch-lib_puppet_provider_user_useradd_rb
patch-lib_puppet_reference_configuration_rb
patch-lib_puppet_util_run_mode_rb
sysutils/ruby-puppet/pkg: DESCR PLIST puppetd.rc
puppetmasterd.rc
Log message:
Split ruby-puppet:
* move the current port to ruby-puppet/3
* add a new puppet-2.7.X port under ruby-puppet/2
This allows us to ship with 2 different versions of Puppet. Since the
Enterprise version is still running 2.7, we want to have a matching
client because running puppet3 against a puppet2 server is highly
discouraged and will mostly no work correctly.
ok jasper@, robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 09:14:22
Modified files:
sysutils/ruby-puppet/files: puppet.conf
Removed files:
sysutils/ruby-puppet/3/files: puppet.conf
Log message:
Add a common FILESDIR.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 09:15:33
Modified files:
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/3: Makefile
Removed files:
sysutils/ruby-puppet/2/patches:
patch-lib_puppet_indirector_ldap_rb
patch-lib_puppet_indirector_node_ldap_rb
sysutils/ruby-puppet/3/patches:
patch-lib_puppet_indirector_ldap_rb
patch-lib_puppet_indirector_node_ldap_rb
Log message:
Remove the ldap patches which aren't needed anymore.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 09:19:15
Modified files:
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/2/patches:
patch-examples_etc_puppet_fileserver_conf
patch-lib_puppet_provider_service_openbsd_rb
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/3/patches: patch-conf_fileserver_conf
patch-conf_tagmail_conf
patch-lib_puppet_provider_service_openbsd_rb
Log message:
Start services with '-f' since they may not be enabled in rc.conf.local(5).
Implement a restart command for the service provider and use '-f' as well.
No need to specify a 'stop' common, our rc.d(8) is generic enough.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/08 09:24:39
Modified files:
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/2/patches:
patch-examples_etc_puppet_fileserver_conf
Log message:
Remove CVS ID so that patch applies properly.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/08 11:12:38
Modified files:
x11/qt4 : Makefile
Added files:
x11/qt4/patches: patch-src_network_ssl_qsslsocket_cpp
Log message:
Add /etc/ssl to the list of directories containing "system" CA certs,
allowing Qt4 (and thus KDE4) programs to use /etc/ssl/cert.pem.
okay @espie
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/08 11:26:54
Modified files:
sys/arch/alpha/pci: lca_dma.c
Log message:
Always initialize the direct DMA window, instead of relying upon SRM to do so;
many LCA-based systems apparently don't. From NetBSD.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/08 11:29:33
Modified files:
sys/arch/alpha/isa: isa_machdep.h
sys/arch/alpha/pci: sio.c sio_pic.c
Log message:
Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function.
Allows pcic to attach and correctly pick a suitable interrupt on Multia.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/08 11:33:21
Modified files:
math/galculator: Makefile distinfo
math/galculator/pkg: PLIST
Log message:
update to 2.1: bug fixes, add Turkish translation
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/08 11:35:46
Modified files:
sys/dev/isa : i82365_isasubr.c
Log message:
In pcic_intr_find(), pass a correct device name to isa_intr_establish(), so
that we can get reasonable debug or panic messages when things go wrong.
CVSROOT: /cvs
Module name: src
Changes by: chl@cvs.openbsd.org 2013/03/08 12:11:52
Modified files:
usr.sbin/smtpd : stat_backend.c stat_ramstat.c table_ldap.c
Log message:
Add missing $OpenBSD$ RCS tags
ok gilles@
CVSROOT: /cvs
Module name: www
Changes by: chl@cvs.openbsd.org 2013/03/08 12:13:46
Modified files:
opensmtpd : portable.html
Log message:
Adds Gentoo ebuild and portable description link.
ok gilles@
CVSROOT: /cvs
Module name: www
Changes by: tobias@cvs.openbsd.org 2013/03/08 13:26:02
Modified files:
. : events.html
Log message:
unified style and fixed typos
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/08 14:17:52
src/regress/bin/ln
Update of /cvs/src/regress/bin/ln
In directory cvs.openbsd.org:/tmp/cvs-serv30270/ln
Log Message:
Directory /cvs/src/regress/bin/ln added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/08 17:09:15
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
simplify PERMIT_*:
- if PERMIT_PACKAGE_CDROM == Yes, have
PERMIT_PACKAGE_FTP and PERMIT_DISTFILES_FTP default to Yes
- if PERMIT_PACKAGE_FTP == Yes, have
PERMIT_DISTFILES_FTP default to Yes.
okay sthen@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/08 17:11:38
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
document simpler logic
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/08 19:10:47
Modified files:
sys/arch/alpha/alpha: cpuconf.c
sys/arch/alpha/conf: GENERIC files.alpha
Added files:
sys/arch/alpha/pci: pci_alphabook1.c pci_alphabook1.h
sys/arch/alpha/alpha: dec_alphabook1.c
Log message:
First steps towards alphabook1 support; from netbsd
miod did not disagree.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/08 19:19:21
Modified files:
sys/arch/hppa/conf: RAMDISK
sys/arch/hppa64/conf: RAMDISK
Log message:
turn off debug features we do not need
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/08 19:27:07
Modified files:
sys/net : pfkeyv2.h
Log message:
normalize structure definitions
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/08 23:38:30
Modified files:
databases : Makefile
Removed files:
databases/py-elixir: Makefile distinfo
databases/py-elixir/patches: patch-tests_test_options_py
databases/py-elixir/pkg: DESCR PLIST
Log message:
Remove py-elixir, it has not been maintained in ages and nothing uses it.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/09 02:03:48
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
fix target name
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/09 02:31:12
Modified files:
multimedia/x264: Makefile distinfo
multimedia/x264/patches: patch-configure
multimedia/x264/pkg: DESCR PLIST
Removed files:
multimedia/x264/pkg: PFRAG.shared
Log message:
Update to x 264 20130302.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/09 02:32:03
Modified files:
x11/vlc : Makefile
x11/vlc/patches: patch-configure_ac
Added files:
x11/vlc/patches: patch-modules_codec_avcodec_audio_c
patch-modules_codec_avcodec_avcodec_h
patch-modules_codec_avcodec_encoder_c
Log message:
Sync up the FFmpeg backend with upstream to bring in some
bug fixes.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/09 02:34:15
Modified files:
sys/dev/pci : if_ste.c if_stereg.h
Log message:
Rewrite the receive filter handling code and cleanup the ioctl bits.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/09 02:38:52
Modified files:
databases/ruby-hiera: Makefile
databases/ruby-hiera/pkg: PLIST
Log message:
/var/db/hiera/ is a directory, not a file.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 04:18:14
Modified files:
graphics/darktable: Makefile distinfo
graphics/darktable/patches:
patch-cmake_modules_FindFLICKCURL_cmake
patch-src_common_darktable_c
graphics/darktable/pkg: PLIST
Removed files:
graphics/darktable/patches: patch-data_CMakeLists_txt
patch-src_common_darktable_h
patch-src_iop_watermark_c
patch-tools_create_preferences_sh_in
Log message:
update darktable to 1.13 but mark it BROKEN for now as it frequently
triggers the strict mutex_unlock checks from rthread_sync 1.34, causing it
to abort.
rolls in some patches applied upstream thanks to Pascal de Bruijn.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 04:20:32
Modified files:
graphics/darktable: Makefile
Log message:
new PERMIT stuff.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/09 04:33:25
Modified files:
sys/dev/adb : adb_subr.c
sys/arch/macppc/dev: adb.c adbvar.h
Log message:
Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSD
via Daniel Dickman.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/09 06:33:48
Log message:
Import shrip.
shrip is an application for ripping and encoding DVD into AVI/OGM
files.
shrip:
* transcodes from DVD or files
* outputs ogm, avi, matroska or mp4 files
* provides a lot of codecs (ogg vorbis, mp3, pcm, ac3, aac, dts,
xvid, lavc, x264, theora)
* calculates video bitrate for a given filesize
* calculates cropping parameters and scaling factors
* uses maximum quality codec switches
* supports subtitles extraction
* rips contiguous chapters
ok landry@
Status:
Vendor Tag: pascal
Release Tags: pascal_20130903
N ports/multimedia/shrip/Makefile
N ports/multimedia/shrip/distinfo
N ports/multimedia/shrip/patches/patch-shrip_conf
N ports/multimedia/shrip/patches/patch-src_shrip_1
N ports/multimedia/shrip/pkg/DESCR
N ports/multimedia/shrip/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/09 06:34:42
Modified files:
multimedia : Makefile
Log message:
+shrip
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 06:35:10
Log message:
Import fontconfig 2.10.91 in a separate directory
to make room for a BSD make build system.
Status:
Vendor Tag: fontconfig
Release Tags: v2_10_91
N xenocara/dist/fontconfig/config.h.in
N xenocara/dist/fontconfig/AUTHORS
N xenocara/dist/fontconfig/aclocal.m4
N xenocara/dist/fontconfig/COPYING
N xenocara/dist/fontconfig/install-sh
N xenocara/dist/fontconfig/fontconfig.spec.in
N xenocara/dist/fontconfig/ChangeLog
N xenocara/dist/fontconfig/fontconfig.pc.in
N xenocara/dist/fontconfig/depcomp
N xenocara/dist/fontconfig/NEWS
N xenocara/dist/fontconfig/config.guess
N xenocara/dist/fontconfig/config-fixups.h
N xenocara/dist/fontconfig/missing
N xenocara/dist/fontconfig/fontconfig.spec
N xenocara/dist/fontconfig/fontconfig-zip.in
N xenocara/dist/fontconfig/configure
N xenocara/dist/fontconfig/fonts.conf.in
N xenocara/dist/fontconfig/Tools.mk
N xenocara/dist/fontconfig/config.sub
N xenocara/dist/fontconfig/INSTALL
N xenocara/dist/fontconfig/configure.ac
N xenocara/dist/fontconfig/fonts.dtd
N xenocara/dist/fontconfig/README
N xenocara/dist/fontconfig/Makefile.in
N xenocara/dist/fontconfig/ltmain.sh
N xenocara/dist/fontconfig/Makefile.am
N xenocara/dist/fontconfig/fc-query/Makefile.in
N xenocara/dist/fontconfig/fc-query/Makefile.am
N xenocara/dist/fontconfig/fc-query/fc-query.sgml
N xenocara/dist/fontconfig/fc-query/fc-query.1
N xenocara/dist/fontconfig/fc-query/fc-query.c
N xenocara/dist/fontconfig/fc-cat/fc-cat.sgml
N xenocara/dist/fontconfig/fc-cat/fc-cat.1
N xenocara/dist/fontconfig/fc-cat/Makefile.in
N xenocara/dist/fontconfig/fc-cat/Makefile.am
N xenocara/dist/fontconfig/fc-cat/fc-cat.c
N xenocara/dist/fontconfig/fc-pattern/Makefile.in
N xenocara/dist/fontconfig/fc-pattern/Makefile.am
N xenocara/dist/fontconfig/fc-pattern/fc-pattern.1
N xenocara/dist/fontconfig/fc-pattern/fc-pattern.sgml
N xenocara/dist/fontconfig/fc-pattern/fc-pattern.c
N xenocara/dist/fontconfig/test/8x16.pcf
N xenocara/dist/fontconfig/test/out.expected
N xenocara/dist/fontconfig/test/fonts.conf.in
N xenocara/dist/fontconfig/test/Makefile.in
N xenocara/dist/fontconfig/test/4x6.pcf
N xenocara/dist/fontconfig/test/run-test.sh
N xenocara/dist/fontconfig/test/Makefile.am
N xenocara/dist/fontconfig/test/test-pthread.c
N xenocara/dist/fontconfig/conf.d/60-latin.conf
N xenocara/dist/fontconfig/conf.d/10-autohint.conf
N xenocara/dist/fontconfig/conf.d/70-no-bitmaps.conf
N xenocara/dist/fontconfig/conf.d/10-unhinted.conf
N xenocara/dist/fontconfig/conf.d/65-fonts-persian.conf
N xenocara/dist/fontconfig/conf.d/45-latin.conf
N xenocara/dist/fontconfig/conf.d/10-sub-pixel-vrgb.conf
N xenocara/dist/fontconfig/conf.d/49-sansserif.conf
N xenocara/dist/fontconfig/conf.d/30-urw-aliases.conf
N xenocara/dist/fontconfig/conf.d/10-scale-bitmap-fonts.conf
N xenocara/dist/fontconfig/conf.d/10-sub-pixel-rgb.conf
N xenocara/dist/fontconfig/conf.d/50-user.conf
N xenocara/dist/fontconfig/conf.d/80-delicious.conf
N xenocara/dist/fontconfig/conf.d/11-lcdfilter-legacy.conf
N xenocara/dist/fontconfig/conf.d/11-lcdfilter-light.conf
N xenocara/dist/fontconfig/conf.d/10-sub-pixel-bgr.conf
N xenocara/dist/fontconfig/conf.d/70-yes-bitmaps.conf
N xenocara/dist/fontconfig/conf.d/51-local.conf
N xenocara/dist/fontconfig/conf.d/10-sub-pixel-vbgr.conf
N xenocara/dist/fontconfig/conf.d/25-unhint-nonlatin.conf
N xenocara/dist/fontconfig/conf.d/Makefile.in
N xenocara/dist/fontconfig/conf.d/65-nonlatin.conf
N xenocara/dist/fontconfig/conf.d/65-khmer.conf
N xenocara/dist/fontconfig/conf.d/README
N xenocara/dist/fontconfig/conf.d/20-unhint-small-vera.conf
N xenocara/dist/fontconfig/conf.d/11-lcdfilter-default.conf
N xenocara/dist/fontconfig/conf.d/69-unifont.conf
N xenocara/dist/fontconfig/conf.d/90-synthetic.conf
N xenocara/dist/fontconfig/conf.d/40-nonlatin.conf
N xenocara/dist/fontconfig/conf.d/10-no-sub-pixel.conf
N xenocara/dist/fontconfig/conf.d/30-metric-aliases.conf
N xenocara/dist/fontconfig/conf.d/Makefile.am
N xenocara/dist/fontconfig/fc-lang/aa.orth
N xenocara/dist/fontconfig/fc-lang/ro.orth
N xenocara/dist/fontconfig/fc-lang/cu.orth
N xenocara/dist/fontconfig/fc-lang/fur.orth
N xenocara/dist/fontconfig/fc-lang/li.orth
N xenocara/dist/fontconfig/fc-lang/jv.orth
N xenocara/dist/fontconfig/fc-lang/sg.orth
N xenocara/dist/fontconfig/fc-lang/lez.orth
N xenocara/dist/fontconfig/fc-lang/csb.orth
N xenocara/dist/fontconfig/fc-lang/lt.orth
N xenocara/dist/fontconfig/fc-lang/ch.orth
N xenocara/dist/fontconfig/fc-lang/sel.orth
N xenocara/dist/fontconfig/fc-lang/lah.orth
N xenocara/dist/fontconfig/fc-lang/ny.orth
N xenocara/dist/fontconfig/fc-lang/fo.orth
N xenocara/dist/fontconfig/fc-lang/is.orth
N xenocara/dist/fontconfig/fc-lang/en.orth
N xenocara/dist/fontconfig/fc-lang/tt.orth
N xenocara/dist/fontconfig/fc-lang/nqo.orth
N xenocara/dist/fontconfig/fc-lang/es.orth
N xenocara/dist/fontconfig/fc-lang/fr.orth
N xenocara/dist/fontconfig/fc-lang/Makefile.am
N xenocara/dist/fontconfig/fc-lang/sc.orth
N xenocara/dist/fontconfig/fc-lang/zh_cn.orth
N xenocara/dist/fontconfig/fc-lang/vot.orth
N xenocara/dist/fontconfig/fc-lang/chr.orth
N xenocara/dist/fontconfig/fc-lang/so.orth
N xenocara/dist/fontconfig/fc-lang/kv.orth
N xenocara/dist/fontconfig/fc-lang/te.orth
N xenocara/dist/fontconfig/fc-lang/mi.orth
N xenocara/dist/fontconfig/fc-lang/mt.orth
N xenocara/dist/fontconfig/fc-lang/fc-lang.c
N xenocara/dist/fontconfig/fc-lang/gv.orth
N xenocara/dist/fontconfig/fc-lang/sid.orth
N xenocara/dist/fontconfig/fc-lang/kk.orth
N xenocara/dist/fontconfig/fc-lang/sr.orth
N xenocara/dist/fontconfig/fc-lang/byn.orth
N xenocara/dist/fontconfig/fc-lang/la.orth
N xenocara/dist/fontconfig/fc-lang/bh.orth
N xenocara/dist/fontconfig/fc-lang/kr.orth
N xenocara/dist/fontconfig/fc-lang/ta.orth
N xenocara/dist/fontconfig/fc-lang/ber_dz.orth
N xenocara/dist/fontconfig/fc-lang/zh_mo.orth
N xenocara/dist/fontconfig/fc-lang/nl.orth
N xenocara/dist/fontconfig/fc-lang/yi.orth
N xenocara/dist/fontconfig/fc-lang/sk.orth
N xenocara/dist/fontconfig/fc-lang/syr.orth
N xenocara/dist/fontconfig/fc-lang/sv.orth
N xenocara/dist/fontconfig/fc-lang/fil.orth
N xenocara/dist/fontconfig/fc-lang/tig.orth
N xenocara/dist/fontconfig/fc-lang/am.orth
N xenocara/dist/fontconfig/fc-lang/zu.orth
N xenocara/dist/fontconfig/fc-lang/cy.orth
N xenocara/dist/fontconfig/fc-lang/ko.orth
N xenocara/dist/fontconfig/fc-lang/pap_an.orth
N xenocara/dist/fontconfig/fc-lang/sn.orth
N xenocara/dist/fontconfig/fc-lang/sms.orth
N xenocara/dist/fontconfig/fc-lang/ca.orth
N xenocara/dist/fontconfig/fc-lang/kw.orth
N xenocara/dist/fontconfig/fc-lang/mh.orth
N xenocara/dist/fontconfig/fc-lang/nds.orth
N xenocara/dist/fontconfig/fc-lang/kab.orth
N xenocara/dist/fontconfig/fc-lang/Makefile.in
N xenocara/dist/fontconfig/fc-lang/kj.orth
N xenocara/dist/fontconfig/fc-lang/kok.orth
N xenocara/dist/fontconfig/fc-lang/brx.orth
N xenocara/dist/fontconfig/fc-lang/ty.orth
N xenocara/dist/fontconfig/fc-lang/smn.orth
N xenocara/dist/fontconfig/fc-lang/ber_ma.orth
N xenocara/dist/fontconfig/fc-lang/ss.orth
N xenocara/dist/fontconfig/fc-lang/dv.orth
N xenocara/dist/fontconfig/fc-lang/bi.orth
N xenocara/dist/fontconfig/fc-lang/ce.orth
N xenocara/dist/fontconfig/fc-lang/gn.orth
N xenocara/dist/fontconfig/fc-lang/ks.orth
N xenocara/dist/fontconfig/fc-lang/yap.orth
N xenocara/dist/fontconfig/fc-lang/ig.orth
N xenocara/dist/fontconfig/fc-lang/ml.orth
N xenocara/dist/fontconfig/fc-lang/az_az.orth
N xenocara/dist/fontconfig/fc-lang/wa.orth
N xenocara/dist/fontconfig/fc-lang/hr.orth
N xenocara/dist/fontconfig/fc-lang/ho.orth
N xenocara/dist/fontconfig/fc-lang/sw.orth
N xenocara/dist/fontconfig/fc-lang/ps_af.orth
N xenocara/dist/fontconfig/fc-lang/bm.orth
N xenocara/dist/fontconfig/fc-lang/ff.orth
N xenocara/dist/fontconfig/fc-lang/pap_aw.orth
N xenocara/dist/fontconfig/fc-lang/nso.orth
N xenocara/dist/fontconfig/fc-lang/vi.orth
N xenocara/dist/fontconfig/fc-lang/kn.orth
N xenocara/dist/fontconfig/fc-lang/smj.orth
N xenocara/dist/fontconfig/fc-lang/ti_et.orth
N xenocara/dist/fontconfig/fc-lang/rn.orth
N xenocara/dist/fontconfig/fc-lang/ve.orth
N xenocara/dist/fontconfig/fc-lang/sco.orth
N xenocara/dist/fontconfig/fc-lang/ba.orth
N xenocara/dist/fontconfig/fc-lang/fj.orth
N xenocara/dist/fontconfig/fc-lang/na.orth
N xenocara/dist/fontconfig/fc-lang/hsb.orth
N xenocara/dist/fontconfig/fc-lang/gez.orth
N xenocara/dist/fontconfig/fc-lang/ku_tr.orth
N xenocara/dist/fontconfig/fc-lang/hne.orth
N xenocara/dist/fontconfig/fc-lang/tl.orth
N xenocara/dist/fontconfig/fc-lang/ik.orth
N xenocara/dist/fontconfig/fc-lang/zh_tw.orth
N xenocara/dist/fontconfig/fc-lang/dz.orth
N xenocara/dist/fontconfig/fc-lang/be.orth
N xenocara/dist/fontconfig/fc-lang/eo.orth
N xenocara/dist/fontconfig/fc-lang/my.orth
N xenocara/dist/fontconfig/fc-lang/xh.orth
N xenocara/dist/fontconfig/fc-lang/om.orth
N xenocara/dist/fontconfig/fc-lang/pa_pk.orth
N xenocara/dist/fontconfig/fc-lang/th.orth
N xenocara/dist/fontconfig/fc-lang/za.orth
N xenocara/dist/fontconfig/fc-lang/io.orth
N xenocara/dist/fontconfig/fc-lang/rw.orth
N xenocara/dist/fontconfig/fc-lang/ay.orth
N xenocara/dist/fontconfig/fc-lang/fclang.tmpl.h
N xenocara/dist/fontconfig/fc-lang/ne.orth
N xenocara/dist/fontconfig/fc-lang/ku_iq.orth
N xenocara/dist/fontconfig/fc-lang/hz.orth
N xenocara/dist/fontconfig/fc-lang/ht.orth
N xenocara/dist/fontconfig/fc-lang/wen.orth
N xenocara/dist/fontconfig/fc-lang/kwm.orth
N xenocara/dist/fontconfig/fc-lang/sl.orth
N xenocara/dist/fontconfig/fc-lang/ia.orth
N xenocara/dist/fontconfig/fc-lang/ti_er.orth
N xenocara/dist/fontconfig/fc-lang/gu.orth
N xenocara/dist/fontconfig/fc-lang/oc.orth
N xenocara/dist/fontconfig/fc-lang/zh_hk.orth
N xenocara/dist/fontconfig/fc-lang/vo.orth
N xenocara/dist/fontconfig/fc-lang/nv.orth
N xenocara/dist/fontconfig/fc-lang/sq.orth
N xenocara/dist/fontconfig/fc-lang/lb.orth
N xenocara/dist/fontconfig/fc-lang/hi.orth
N xenocara/dist/fontconfig/fc-lang/ie.orth
N xenocara/dist/fontconfig/fc-lang/tyv.orth
N xenocara/dist/fontconfig/fc-lang/as.orth
N xenocara/dist/fontconfig/fc-lang/sah.orth
N xenocara/dist/fontconfig/fc-lang/haw.orth
N xenocara/dist/fontconfig/fc-lang/gl.orth
N xenocara/dist/fontconfig/fc-lang/ota.orth
N xenocara/dist/fontconfig/fc-lang/sh.orth
N xenocara/dist/fontconfig/fc-lang/no.orth
N xenocara/dist/fontconfig/fc-lang/ku_am.orth
N xenocara/dist/fontconfig/fc-lang/fy.orth
N xenocara/dist/fontconfig/fc-lang/br.orth
N xenocara/dist/fontconfig/fc-lang/bo.orth
N xenocara/dist/fontconfig/fc-lang/nr.orth
N xenocara/dist/fontconfig/fc-lang/su.orth
N xenocara/dist/fontconfig/fc-lang/pt.orth
N xenocara/dist/fontconfig/fc-lang/kl.orth
N xenocara/dist/fontconfig/fc-lang/ee.orth
N xenocara/dist/fontconfig/fc-lang/an.orth
N xenocara/dist/fontconfig/fc-lang/ms.orth
N xenocara/dist/fontconfig/fc-lang/ts.orth
N xenocara/dist/fontconfig/fc-lang/cv.orth
N xenocara/dist/fontconfig/fc-lang/it.orth
N xenocara/dist/fontconfig/fc-lang/ab.orth
N xenocara/dist/fontconfig/fc-lang/doi.orth
N xenocara/dist/fontconfig/fc-lang/ha.orth
N xenocara/dist/fontconfig/fc-lang/da.orth
N xenocara/dist/fontconfig/fc-lang/ast.orth
N xenocara/dist/fontconfig/fc-lang/sd.orth
N xenocara/dist/fontconfig/fc-lang/wo.orth
N xenocara/dist/fontconfig/fc-lang/mai.orth
N xenocara/dist/fontconfig/fc-lang/mn_cn.orth
N xenocara/dist/fontconfig/fc-lang/et.orth
N xenocara/dist/fontconfig/fc-lang/ii.orth
N xenocara/dist/fontconfig/fc-lang/tn.orth
N xenocara/dist/fontconfig/fc-lang/bg.orth
N xenocara/dist/fontconfig/fc-lang/ln.orth
N xenocara/dist/fontconfig/fc-lang/he.orth
N xenocara/dist/fontconfig/fc-lang/tw.orth
N xenocara/dist/fontconfig/fc-lang/bin.orth
N xenocara/dist/fontconfig/fc-lang/af.orth
N xenocara/dist/fontconfig/fc-lang/ru.orth
N xenocara/dist/fontconfig/fc-lang/pa.orth
N xenocara/dist/fontconfig/fc-lang/gd.orth
N xenocara/dist/fontconfig/fc-lang/co.orth
N xenocara/dist/fontconfig/fc-lang/or.orth
N xenocara/dist/fontconfig/fc-lang/ky.orth
N xenocara/dist/fontconfig/fc-lang/de.orth
N xenocara/dist/fontconfig/fc-lang/bua.orth
N xenocara/dist/fontconfig/fc-lang/fclang.h
N xenocara/dist/fontconfig/fc-lang/ps_pk.orth
N xenocara/dist/fontconfig/fc-lang/ng.orth
N xenocara/dist/fontconfig/fc-lang/tr.orth
N xenocara/dist/fontconfig/fc-lang/ka.orth
N xenocara/dist/fontconfig/fc-lang/rm.orth
N xenocara/dist/fontconfig/fc-lang/crh.orth
N xenocara/dist/fontconfig/fc-lang/iu.orth
N xenocara/dist/fontconfig/fc-lang/mni.orth
N xenocara/dist/fontconfig/fc-lang/fi.orth
N xenocara/dist/fontconfig/fc-lang/kum.orth
N xenocara/dist/fontconfig/fc-lang/ug.orth
N xenocara/dist/fontconfig/fc-lang/fat.orth
N xenocara/dist/fontconfig/fc-lang/lv.orth
N xenocara/dist/fontconfig/fc-lang/se.orth
N xenocara/dist/fontconfig/fc-lang/wal.orth
N xenocara/dist/fontconfig/fc-lang/nb.orth
N xenocara/dist/fontconfig/fc-lang/uz.orth
N xenocara/dist/fontconfig/fc-lang/eu.orth
N xenocara/dist/fontconfig/fc-lang/ga.orth
N xenocara/dist/fontconfig/fc-lang/zh_sg.orth
N xenocara/dist/fontconfig/fc-lang/to.orth
N xenocara/dist/fontconfig/fc-lang/lo.orth
N xenocara/dist/fontconfig/fc-lang/sma.orth
N xenocara/dist/fontconfig/fc-lang/cs.orth
N xenocara/dist/fontconfig/fc-lang/el.orth
N xenocara/dist/fontconfig/fc-lang/mg.orth
N xenocara/dist/fontconfig/fc-lang/os.orth
N xenocara/dist/fontconfig/fc-lang/tk.orth
N xenocara/dist/fontconfig/fc-lang/hy.orth
N xenocara/dist/fontconfig/fc-lang/sa.orth
N xenocara/dist/fontconfig/fc-lang/ku_ir.orth
N xenocara/dist/fontconfig/fc-lang/qu.orth
N xenocara/dist/fontconfig/fc-lang/sm.orth
N xenocara/dist/fontconfig/fc-lang/hu.orth
N xenocara/dist/fontconfig/fc-lang/ur.orth
N xenocara/dist/fontconfig/fc-lang/yo.orth
N xenocara/dist/fontconfig/fc-lang/ja.orth
N xenocara/dist/fontconfig/fc-lang/av.orth
N xenocara/dist/fontconfig/fc-lang/mk.orth
N xenocara/dist/fontconfig/fc-lang/tg.orth
N xenocara/dist/fontconfig/fc-lang/pl.orth
N xenocara/dist/fontconfig/fc-lang/mn_mn.orth
N xenocara/dist/fontconfig/fc-lang/ki.orth
N xenocara/dist/fontconfig/fc-lang/kaa.orth
N xenocara/dist/fontconfig/fc-lang/ak.orth
N xenocara/dist/fontconfig/fc-lang/shs.orth
N xenocara/dist/fontconfig/fc-lang/fa.orth
N xenocara/dist/fontconfig/fc-lang/chm.orth
N xenocara/dist/fontconfig/fc-lang/ar.orth
N xenocara/dist/fontconfig/fc-lang/mo.orth
N xenocara/dist/fontconfig/fc-lang/id.orth
N xenocara/dist/fontconfig/fc-lang/si.orth
N xenocara/dist/fontconfig/fc-lang/bho.orth
N xenocara/dist/fontconfig/fc-lang/bs.orth
N xenocara/dist/fontconfig/fc-lang/nn.orth
N xenocara/dist/fontconfig/fc-lang/az_ir.orth
N xenocara/dist/fontconfig/fc-lang/bn.orth
N xenocara/dist/fontconfig/fc-lang/uk.orth
N xenocara/dist/fontconfig/fc-lang/lg.orth
N xenocara/dist/fontconfig/fc-lang/st.orth
N xenocara/dist/fontconfig/fc-lang/sat.orth
N xenocara/dist/fontconfig/fc-lang/km.orth
N xenocara/dist/fontconfig/fc-lang/mr.orth
N xenocara/dist/fontconfig/fc-match/fc-match.1
N xenocara/dist/fontconfig/fc-match/fc-match.sgml
N xenocara/dist/fontconfig/fc-match/Makefile.am
N xenocara/dist/fontconfig/fc-match/Makefile.in
N xenocara/dist/fontconfig/fc-match/fc-match.c
N xenocara/dist/fontconfig/doc/fcpattern.sgml
N xenocara/dist/fontconfig/doc/FcConfigAppFontClear.3
N xenocara/dist/fontconfig/doc/FcPatternAdd-Type.3
N xenocara/dist/fontconfig/doc/FcObjectSetAdd.3
N xenocara/dist/fontconfig/doc/confdir.sgml.in
N xenocara/dist/fontconfig/doc/FcAtomicLock.3
N xenocara/dist/fontconfig/doc/FcCharSetMerge.3
N xenocara/dist/fontconfig/doc/fclangset.fncs
N xenocara/dist/fontconfig/doc/FcStrListCreate.3
N xenocara/dist/fontconfig/doc/FcFreeTypeCharSet.3
N xenocara/dist/fontconfig/doc/FcPatternAddWeak.3
N xenocara/dist/fontconfig/doc/FcConfigAppFontAddDir.3
N xenocara/dist/fontconfig/doc/FcValueDestroy.3
N xenocara/dist/fontconfig/doc/FcStrListNext.3
N xenocara/dist/fontconfig/doc/FcStrSetDestroy.3
N xenocara/dist/fontconfig/doc/fcformat.fncs
N xenocara/dist/fontconfig/doc/FcPatternAdd.3
N xenocara/dist/fontconfig/doc/fcfile.sgml
N xenocara/dist/fontconfig/doc/fcatomic.sgml
N xenocara/dist/fontconfig/doc/FcInitReinitialize.3
N xenocara/dist/fontconfig/doc/FcBlanksCreate.3
N xenocara/dist/fontconfig/doc/FcCharSetHasChar.3
N xenocara/dist/fontconfig/doc/FcObjectSetBuild.3
N xenocara/dist/fontconfig/doc/FcCharSetNew.3
N xenocara/dist/fontconfig/doc/FcConfigSetRescanInterval.3
N xenocara/dist/fontconfig/doc/FcAtomicOrigFile.3
N xenocara/dist/fontconfig/doc/FcFreeTypeCharSetAndSpacing.3
N xenocara/dist/fontconfig/doc/fcconstant.sgml
N xenocara/dist/fontconfig/doc/fccharset.sgml
N xenocara/dist/fontconfig/doc/FcFontRenderPrepare.3
N xenocara/dist/fontconfig/doc/fcfreetype.sgml
N xenocara/dist/fontconfig/doc/fcvalue.fncs
N xenocara/dist/fontconfig/doc/fcconfig.fncs
N xenocara/dist/fontconfig/doc/FcStrCopy.3
N xenocara/dist/fontconfig/doc/fcinit.fncs
N xenocara/dist/fontconfig/doc/fcobjecttype.fncs
N xenocara/dist/fontconfig/doc/FcFontList.3
N xenocara/dist/fontconfig/doc/FcCharSetSubtract.3
N xenocara/dist/fontconfig/doc/FcLangSetContains.3
N xenocara/dist/fontconfig/doc/FcNameUnregisterConstants.3
N xenocara/dist/fontconfig/doc/FcFontSetList.3
N xenocara/dist/fontconfig/doc/edit-sgml.c
N xenocara/dist/fontconfig/doc/fcfontset.fncs
N xenocara/dist/fontconfig/doc/FcStrSetMember.3
N xenocara/dist/fontconfig/doc/FcFreeTypeQueryFace.3
N xenocara/dist/fontconfig/doc/FcLangSetCopy.3
N xenocara/dist/fontconfig/doc/FcCacheDir.3
N xenocara/dist/fontconfig/doc/FcCharSetNextPage.3
N xenocara/dist/fontconfig/doc/FcMatrixInit.3
N xenocara/dist/fontconfig/doc/FcConfigDestroy.3
N xenocara/dist/fontconfig/doc/FcStrSetEqual.3
N xenocara/dist/fontconfig/doc/FcUtf8Len.3
N xenocara/dist/fontconfig/doc/FcConfigGetBlanks.3
N xenocara/dist/fontconfig/doc/FcNameConstant.3
N xenocara/dist/fontconfig/doc/FcAtomicReplaceOrig.3
N xenocara/dist/fontconfig/doc/FcFontMatch.3
N xenocara/dist/fontconfig/doc/FcLangSetUnion.3
N xenocara/dist/fontconfig/doc/fcstring.sgml
N xenocara/dist/fontconfig/doc/fcstrset.sgml
N xenocara/dist/fontconfig/doc/fontconfig-devel.txt
N xenocara/dist/fontconfig/doc/fontconfig-devel.sgml
N xenocara/dist/fontconfig/doc/FcInit.3
N xenocara/dist/fontconfig/doc/FcGetDefaultLangs.3
N xenocara/dist/fontconfig/doc/FcDirCacheValid.3
N xenocara/dist/fontconfig/doc/FcConfigReference.3
N xenocara/dist/fontconfig/doc/FcStrPlus.3
N xenocara/dist/fontconfig/doc/FcCharSetUnion.3
N xenocara/dist/fontconfig/doc/FcNameGetConstant.3
N xenocara/dist/fontconfig/doc/FcCharSetFirstPage.3
N xenocara/dist/fontconfig/doc/FcAtomicUnlock.3
N xenocara/dist/fontconfig/doc/FcFontSetAdd.3
N xenocara/dist/fontconfig/doc/FcLangSetCreate.3
N xenocara/dist/fontconfig/doc/FcValueEqual.3
N xenocara/dist/fontconfig/doc/FcIsLower.3
N xenocara/dist/fontconfig/doc/FcConfigBuildFonts.3
N xenocara/dist/fontconfig/doc/FcConfigAppFontAddFile.3
N xenocara/dist/fontconfig/doc/FcLangSetHasLang.3
N xenocara/dist/fontconfig/doc/FcCacheNumSubdir.3
N xenocara/dist/fontconfig/doc/fcblanks.sgml
N xenocara/dist/fontconfig/doc/FcCacheSubdir.3
N xenocara/dist/fontconfig/doc/fcmatrix.sgml
N xenocara/dist/fontconfig/doc/FcCacheCopySet.3
N xenocara/dist/fontconfig/doc/FcPatternDuplicate.3
N xenocara/dist/fontconfig/doc/FcStrSetCreate.3
N xenocara/dist/fontconfig/doc/FcConfigUptoDate.3
N xenocara/dist/fontconfig/doc/FcStrCmpIgnoreCase.3
N xenocara/dist/fontconfig/doc/FcToLower.3
N xenocara/dist/fontconfig/doc/FcPatternFormat.3
N xenocara/dist/fontconfig/doc/FcMatrixShear.3
N xenocara/dist/fontconfig/doc/fontconfig-user.pdf
N xenocara/dist/fontconfig/doc/FcFontSetCreate.3
N xenocara/dist/fontconfig/doc/FcLangSetHash.3
N xenocara/dist/fontconfig/doc/FcLangSetAdd.3
N xenocara/dist/fontconfig/doc/fccache.fncs
N xenocara/dist/fontconfig/doc/FcPatternDestroy.3
N xenocara/dist/fontconfig/doc/FcGetLangs.3
N xenocara/dist/fontconfig/doc/FcValueSave.3
N xenocara/dist/fontconfig/doc/FcStrBasename.3
N xenocara/dist/fontconfig/doc/FcFreeTypeCharIndex.3
N xenocara/dist/fontconfig/doc/FcStrSetAdd.3
N xenocara/dist/fontconfig/doc/FcPatternFilter.3
N xenocara/dist/fontconfig/doc/FcConfigGetConfigFiles.3
N xenocara/dist/fontconfig/doc/FcCharSetCoverage.3
N xenocara/dist/fontconfig/doc/version.sgml.in
N xenocara/dist/fontconfig/doc/FcPatternPrint.3
N xenocara/dist/fontconfig/doc/FcConfigSubstituteWithPat.3
N xenocara/dist/fontconfig/doc/FcFontSetPrint.3
N xenocara/dist/fontconfig/doc/FcStrFree.3
N xenocara/dist/fontconfig/doc/fcdircache.sgml
N xenocara/dist/fontconfig/doc/FcDirSave.3
N xenocara/dist/fontconfig/doc/FcStrSetAddFilename.3
N xenocara/dist/fontconfig/doc/FcGetVersion.3
N xenocara/dist/fontconfig/doc/fcobjectset.fncs
N xenocara/dist/fontconfig/doc/FcPatternEqualSubset.3
N xenocara/dist/fontconfig/doc/FcStrStrIgnoreCase.3
N xenocara/dist/fontconfig/doc/FcPatternGet.3
N xenocara/dist/fontconfig/doc/FcConfigCreate.3
N xenocara/dist/fontconfig/doc/FcObjectSetCreate.3
N xenocara/dist/fontconfig/doc/FcCharSetCreate.3
N xenocara/dist/fontconfig/doc/FcLangNormalize.3
N xenocara/dist/fontconfig/doc/FcConfigGetCacheDirs.3
N xenocara/dist/fontconfig/doc/fontconfig-user.sgml
N xenocara/dist/fontconfig/doc/FcDirCacheLoadFile.3
N xenocara/dist/fontconfig/doc/FcNameRegisterObjectTypes.3
N xenocara/dist/fontconfig/doc/FcNameGetObjectType.3
N xenocara/dist/fontconfig/doc/FcFileIsDir.3
N xenocara/dist/fontconfig/doc/fcfontset.sgml
N xenocara/dist/fontconfig/doc/FcMatrixCopy.3
N xenocara/dist/fontconfig/doc/FcConfigFilename.3
N xenocara/dist/fontconfig/doc/FcConfigGetFontDirs.3
N xenocara/dist/fontconfig/doc/FcDirCacheLoad.3
N xenocara/dist/fontconfig/doc/FcCharSetAddChar.3
N xenocara/dist/fontconfig/doc/FcCharSetIntersectCount.3
N xenocara/dist/fontconfig/doc/FcConfigGetRescanInterval.3
N xenocara/dist/fontconfig/doc/FcInitLoadConfig.3
N xenocara/dist/fontconfig/doc/fcobjecttype.sgml
N xenocara/dist/fontconfig/doc/FcStrCopyFilename.3
N xenocara/dist/fontconfig/doc/fontconfig-user.html
N xenocara/dist/fontconfig/doc/fcvalue.sgml
N xenocara/dist/fontconfig/doc/fcconfig.sgml
N xenocara/dist/fontconfig/doc/fcinit.sgml
N xenocara/dist/fontconfig/doc/FcLangGetCharSet.3
N xenocara/dist/fontconfig/doc/FcConfigGetConfigDirs.3
N xenocara/dist/fontconfig/doc/FcCharSetIsSubset.3
N xenocara/dist/fontconfig/doc/FcUtf8ToUcs4.3
N xenocara/dist/fontconfig/doc/fcfreetype.fncs
N xenocara/dist/fontconfig/doc/FcFontSetSort.3
N xenocara/dist/fontconfig/doc/fcconstant.fncs
N xenocara/dist/fontconfig/doc/fccharset.fncs
N xenocara/dist/fontconfig/doc/fcfile.fncs
N xenocara/dist/fontconfig/doc/FcCharSetSubtractCount.3
N xenocara/dist/fontconfig/doc/FcStrSetDel.3
N xenocara/dist/fontconfig/doc/Makefile.in
N xenocara/dist/fontconfig/doc/FcConfigGetCurrent.3
N xenocara/dist/fontconfig/doc/FcCharSetDelChar.3
N xenocara/dist/fontconfig/doc/FcConfigHome.3
N xenocara/dist/fontconfig/doc/fcatomic.fncs
N xenocara/dist/fontconfig/doc/FcAtomicCreate.3
N xenocara/dist/fontconfig/doc/FcLangSetDestroy.3
N xenocara/dist/fontconfig/doc/fcformat.sgml
N xenocara/dist/fontconfig/doc/FcCharSetIntersect.3
N xenocara/dist/fontconfig/doc/FcFontSort.3
N xenocara/dist/fontconfig/doc/func.sgml
N xenocara/dist/fontconfig/doc/FcLangSetDel.3
N xenocara/dist/fontconfig/doc/FcInitLoadConfigAndFonts.3
N xenocara/dist/fontconfig/doc/FcBlanksAdd.3
N xenocara/dist/fontconfig/doc/FcPatternGet-Type.3
N xenocara/dist/fontconfig/doc/FcConfigEnableHome.3
N xenocara/dist/fontconfig/doc/FcFontSetMatch.3
N xenocara/dist/fontconfig/doc/FcPatternHash.3
N xenocara/dist/fontconfig/doc/FcUtf16Len.3
N xenocara/dist/fontconfig/doc/FcStrDirname.3
N xenocara/dist/fontconfig/doc/FcCharSetCount.3
N xenocara/dist/fontconfig/doc/FcStrCmp.3
N xenocara/dist/fontconfig/doc/fclangset.sgml
N xenocara/dist/fontconfig/doc/FcDefaultSubstitute.3
N xenocara/dist/fontconfig/doc/FcIsUpper.3
N xenocara/dist/fontconfig/doc/fcpattern.fncs
N xenocara/dist/fontconfig/doc/FcMatrixEqual.3
N xenocara/dist/fontconfig/doc/FcNameRegisterConstants.3
N xenocara/dist/fontconfig/doc/FcCacheCreateTagFile.3
N xenocara/dist/fontconfig/doc/FcLangSetCompare.3
N xenocara/dist/fontconfig/doc/fcobjectset.sgml
N xenocara/dist/fontconfig/doc/FcDirCacheUnlink.3
N xenocara/dist/fontconfig/doc/FcStrDowncase.3
N xenocara/dist/fontconfig/doc/FcFontSetDestroy.3
N xenocara/dist/fontconfig/doc/fontconfig-devel.pdf
N xenocara/dist/fontconfig/doc/FcAtomicDeleteNew.3
N xenocara/dist/fontconfig/doc/FcValuePrint.3
N xenocara/dist/fontconfig/doc/FcPatternReference.3
N xenocara/dist/fontconfig/doc/FcUcs4ToUtf8.3
N xenocara/dist/fontconfig/doc/FcMatrixMultiply.3
N xenocara/dist/fontconfig/doc/check-missing-doc
N xenocara/dist/fontconfig/doc/fcdircache.fncs
N xenocara/dist/fontconfig/doc/FcLangSetEqual.3
N xenocara/dist/fontconfig/doc/FcConfigSubstitute.3
N xenocara/dist/fontconfig/doc/FcObjectSetDestroy.3
N xenocara/dist/fontconfig/doc/FcDirCacheClean.3
N xenocara/dist/fontconfig/doc/FcStrStr.3
N xenocara/dist/fontconfig/doc/FcCharSetCopy.3
N xenocara/dist/fontconfig/doc/FcCharSetDestroy.3
N xenocara/dist/fontconfig/doc/FcConfigGetCache.3
N xenocara/dist/fontconfig/doc/FcDirCacheRead.3
N xenocara/dist/fontconfig/doc/FcPatternDel.3
N xenocara/dist/fontconfig/doc/FcDirScan.3
N xenocara/dist/fontconfig/doc/fccache.sgml
N xenocara/dist/fontconfig/doc/FcCharSetEqual.3
N xenocara/dist/fontconfig/doc/FcNameUnparse.3
N xenocara/dist/fontconfig/doc/FcConfigSetCurrent.3
N xenocara/dist/fontconfig/doc/FcPatternCreate.3
N xenocara/dist/fontconfig/doc/FcUtf16ToUcs4.3
N xenocara/dist/fontconfig/doc/FcFontSetSortDestroy.3
N xenocara/dist/fontconfig/doc/FcStrListDone.3
N xenocara/dist/fontconfig/doc/FcMatrixScale.3
N xenocara/dist/fontconfig/doc/fontconfig-user.txt
N xenocara/dist/fontconfig/doc/FcFileScan.3
N xenocara/dist/fontconfig/doc/fcmatrix.fncs
N xenocara/dist/fontconfig/doc/FcMatrixRotate.3
N xenocara/dist/fontconfig/doc/fcblanks.fncs
N xenocara/dist/fontconfig/doc/FcCacheNumFont.3
N xenocara/dist/fontconfig/doc/FcConfigGetFonts.3
N xenocara/dist/fontconfig/doc/FcFreeTypeQuery.3
N xenocara/dist/fontconfig/doc/fonts-conf.5
N xenocara/dist/fontconfig/doc/FcConfigParseAndLoad.3
N xenocara/dist/fontconfig/doc/FcDirCacheUnload.3
N xenocara/dist/fontconfig/doc/FcNameParse.3
N xenocara/dist/fontconfig/doc/FcPatternBuild.3
N xenocara/dist/fontconfig/doc/FcBlanksDestroy.3
N xenocara/dist/fontconfig/doc/FcAtomicNewFile.3
N xenocara/dist/fontconfig/doc/FcLangSetSubtract.3
N xenocara/dist/fontconfig/doc/FcPatternEqual.3
N xenocara/dist/fontconfig/doc/FcBlanksIsMember.3
N xenocara/dist/fontconfig/doc/FcNameUnregisterObjectTypes.3
N xenocara/dist/fontconfig/doc/fcstrset.fncs
N xenocara/dist/fontconfig/doc/FcFini.3
N xenocara/dist/fontconfig/doc/Makefile.am
N xenocara/dist/fontconfig/doc/fcstring.fncs
N xenocara/dist/fontconfig/doc/FcPatternRemove.3
N xenocara/dist/fontconfig/doc/FcInitBringUptoDate.3
N xenocara/dist/fontconfig/doc/FcAtomicDestroy.3
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetcopy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternformat.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatterndel.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternprint.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigfilename.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnamegetobjecttype.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcislower.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetunion.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcblankscreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomicorigfile.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetequal.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcutf8toucs4.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetdel.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsethash.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetrescaninterval.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcobjectsetadd.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrbasename.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternfilter.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/ln12.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdirscan.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccachecopyset.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcutf16toucs4.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfreetypecharindex.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/x19.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetadd.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetmerge.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetblanks.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcutf16len.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomicnewfile.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternaddweak.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternequal.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetcompare.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigparseandload.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcisupper.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcobjectsetcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomiclock.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrlistnext.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetfonts.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcvalueequal.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontmatch.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsethaslang.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcblanksismember.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetsubtractcount.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangnormalize.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetintersectcount.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetcoverage.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircacheread.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircachevalid.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrlistdone.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomicdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetmatch.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiguptodate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrfree.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircacheunlink.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetaddfilename.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcvalueprint.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnamegetconstant.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircacheloadfile.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetconfigfiles.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcobjectsetdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetnextpage.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcgetdefaultlangs.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfileisdir.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetmember.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/t1.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircacheload.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternbuild.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameconstant.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcutf8len.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetintersect.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetcachedirs.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontlist.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrstrignorecase.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomicdeletenew.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameunparse.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrdowncase.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfighome.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigreference.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameunregisterobjecttypes.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternequalsubset.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfreetypecharset.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/x31.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrcmpignorecase.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfini.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetcopy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetcache.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcinitbringuptodate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetsort.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfreetypecharsetandspacing.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatterndestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclanggetcharset.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcinit.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetprint.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternget.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcobjectsetbuild.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomicunlock.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetdel.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigsetrescaninterval.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccachedir.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternhash.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetlist.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcinitreinitialize.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrcopyfilename.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetdelchar.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetadd.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcucs4toutf8.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternadd.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomiccreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetfontdirs.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameunregisterconstants.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixinit.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrcmp.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetequal.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrcopy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircacheunload.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigbuildfonts.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfreetypequery.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdircacheclean.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/x102.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatterncreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcinitloadconfigandfonts.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetnew.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetcount.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigsubstitute.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfreetypequeryface.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternduplicate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternget-type.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcgetlangs.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrplus.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetadd.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixrotate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternadd-type.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixequal.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsort.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigsetcurrent.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccachenumsubdir.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetconfigdirs.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigsubstitutewithpat.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcgetversion.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsethaschar.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrdirname.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetaddchar.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigenablehome.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdefaultsubstitute.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcdirsave.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixscale.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixcopy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fctolower.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetunion.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetequal.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccachenumfont.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontrenderprepare.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigappfontclear.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcvaluesave.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccachecreatetagfile.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetissubset.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixmultiply.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfilescan.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetsubtract.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccharsetfirstpage.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcvaluedestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigappfontaddfile.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fccachesubdir.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrlistcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfiggetcurrent.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrsetcreate.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcstrstr.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetsubtract.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetcontains.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameregisterconstants.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcatomicreplaceorig.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternremove.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcblanksdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameparse.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetsortdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcfontsetdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcmatrixshear.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fclangsetdestroy.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcblanksadd.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcconfigappfontadddir.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcnameregisterobjecttypes.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcpatternreference.html
N xenocara/dist/fontconfig/doc/fontconfig-devel/fcinitloadconfig.html
N xenocara/dist/fontconfig/fc-case/fc-case.c
N xenocara/dist/fontconfig/fc-case/fccase.tmpl.h
N xenocara/dist/fontconfig/fc-case/CaseFolding.txt
N xenocara/dist/fontconfig/fc-case/Makefile.am
N xenocara/dist/fontconfig/fc-case/fccase.h
N xenocara/dist/fontconfig/fc-case/Makefile.in
N xenocara/dist/fontconfig/fc-scan/fc-scan.c
N xenocara/dist/fontconfig/fc-scan/Makefile.in
N xenocara/dist/fontconfig/fc-scan/fc-scan.1
N xenocara/dist/fontconfig/fc-scan/fc-scan.sgml
N xenocara/dist/fontconfig/fc-scan/Makefile.am
N xenocara/dist/fontconfig/fc-list/fc-list.1
N xenocara/dist/fontconfig/fc-list/fc-list.sgml
N xenocara/dist/fontconfig/fc-list/Makefile.in
N xenocara/dist/fontconfig/fc-list/Makefile.am
N xenocara/dist/fontconfig/fc-list/fc-list.c
N xenocara/dist/fontconfig/fc-glyphname/fcglyphname.h
N xenocara/dist/fontconfig/fc-glyphname/fcglyphname.tmpl.h
N xenocara/dist/fontconfig/fc-glyphname/Makefile.am
N xenocara/dist/fontconfig/fc-glyphname/zapfdingbats.txt
N xenocara/dist/fontconfig/fc-glyphname/Makefile.in
N xenocara/dist/fontconfig/fc-glyphname/fc-glyphname.c
N xenocara/dist/fontconfig/src/fcmatch.c
N xenocara/dist/fontconfig/src/fcarch.c
N xenocara/dist/fontconfig/src/fcfreetype.c
N xenocara/dist/fontconfig/src/fcstdint.h
N xenocara/dist/fontconfig/src/fcint.h
N xenocara/dist/fontconfig/src/makealias
N xenocara/dist/fontconfig/src/Makefile.am
N xenocara/dist/fontconfig/src/ftglue.h
N xenocara/dist/fontconfig/src/fcformat.c
N xenocara/dist/fontconfig/src/fccfg.c
N xenocara/dist/fontconfig/src/fcfs.c
N xenocara/dist/fontconfig/src/fccompat.c
N xenocara/dist/fontconfig/src/fclang.c
N xenocara/dist/fontconfig/src/fcserialize.c
N xenocara/dist/fontconfig/src/fclist.c
N xenocara/dist/fontconfig/src/Makefile.in
N xenocara/dist/fontconfig/src/fcobjshash.gperf
N xenocara/dist/fontconfig/src/fcobjs.c
N xenocara/dist/fontconfig/src/fcmatrix.c
N xenocara/dist/fontconfig/src/fcdbg.c
N xenocara/dist/fontconfig/src/fcatomic.c
N xenocara/dist/fontconfig/src/fcmutex.h
N xenocara/dist/fontconfig/src/fcblanks.c
N xenocara/dist/fontconfig/src/fcdir.c
N xenocara/dist/fontconfig/src/fccache.c
N xenocara/dist/fontconfig/src/fcinit.c
N xenocara/dist/fontconfig/src/fcpat.c
N xenocara/dist/fontconfig/src/ftglue.c
N xenocara/dist/fontconfig/src/fcobjshash.h
N xenocara/dist/fontconfig/src/fcstat.c
N xenocara/dist/fontconfig/src/fcarch.h
N xenocara/dist/fontconfig/src/fcwindows.h
N xenocara/dist/fontconfig/src/fcdeprecate.h
N xenocara/dist/fontconfig/src/fcatomic.h
N xenocara/dist/fontconfig/src/fcxml.c
N xenocara/dist/fontconfig/src/fcname.c
N xenocara/dist/fontconfig/src/fcobjshash.gperf.h
N xenocara/dist/fontconfig/src/fcstr.c
N xenocara/dist/fontconfig/src/fcobjs.h
N xenocara/dist/fontconfig/src/fccharset.c
N xenocara/dist/fontconfig/src/fcftint.h
N xenocara/dist/fontconfig/src/fcdefault.c
N xenocara/dist/fontconfig/fc-cache/fc-cache.1
N xenocara/dist/fontconfig/fc-cache/Makefile.in
N xenocara/dist/fontconfig/fc-cache/Makefile.am
N xenocara/dist/fontconfig/fc-cache/fc-cache.sgml
N xenocara/dist/fontconfig/fc-cache/fc-cache.c
N xenocara/dist/fontconfig/fc-validate/Makefile.am
N xenocara/dist/fontconfig/fc-validate/fc-validate.sgml
N xenocara/dist/fontconfig/fc-validate/fc-validate.1
N xenocara/dist/fontconfig/fc-validate/Makefile.in
N xenocara/dist/fontconfig/fc-validate/fc-validate.c
N xenocara/dist/fontconfig/fontconfig/fontconfig.h
N xenocara/dist/fontconfig/fontconfig/fcprivate.h
N xenocara/dist/fontconfig/fontconfig/Makefile.am
N xenocara/dist/fontconfig/fontconfig/fcfreetype.h
N xenocara/dist/fontconfig/fontconfig/Makefile.in
N xenocara/dist/fontconfig/m4/libtool.m4
N xenocara/dist/fontconfig/m4/ax_cc_for_build.m4
N xenocara/dist/fontconfig/m4/ax_pthread.m4
N xenocara/dist/fontconfig/m4/lt~obsolete.m4
N xenocara/dist/fontconfig/m4/ltversion.m4
N xenocara/dist/fontconfig/m4/ltoptions.m4
N xenocara/dist/fontconfig/m4/ax_create_stdint_h.m4
N xenocara/dist/fontconfig/m4/ltsugar.m4
No conflicts created by this import
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 06:58:47
Modified files:
dist/fontconfig/fc-cache: fc-cache.1 fc-cache.c fc-cache.sgml
Log message:
fc-cache] Add '-c' option fc-cache to chroot on startup
before (re)building the font cache. Useful for builds with
$DESTDIR set, to prepare a binary distribution.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 06:59:48
Added files:
dist/fontconfig/conf.d: 31-nonmst.conf
Log message:
Add a substitution from fonts that map to ugly bitmapped ones
Maps to DejaVu fonts. Most of the work done by martynas@
and deraadt@, with inputs and tests from naddy@, todd@
and lots of others.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:00:31
Added files:
dist/fontconfig/conf.d: 30-lucida-aliases.conf
Log message:
New config file providing replacement for Lucida fonts.
Replace ugly bitmapped fonts by Luxi or DejaVu TrueType fonts,
Provide aliases for commonly found Lucida family fonts (Lucida,
Lucida Grande, Lucida Sans Unicode).
Prodded by a submission by Tobias Ulmer. Ok mpi@.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:01:04
Modified files:
dist/fontconfig/src: fccompat.c
Log message:
Add missing fcntl(..., F_DUPFD_CLOEXEC) argument.
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/09 07:05:36
Modified files:
shells/zoidberg: Makefile distinfo
shells/zoidberg/pkg: PLIST
Removed files:
shells/zoidberg/patches: patch-b_ModuleBuildZoid_pm
Log message:
Update to 0.981, ok benoit@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:14:35
Modified files:
dist/fontconfig/conf.d: 10-autohint.conf 10-no-sub-pixel.conf
10-sub-pixel-bgr.conf
10-sub-pixel-rgb.conf
10-sub-pixel-vbgr.conf
10-sub-pixel-vrgb.conf 10-unhinted.conf
11-lcdfilter-default.conf
11-lcdfilter-legacy.conf
11-lcdfilter-light.conf
Log message:
MFC: Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
Move the target of recipes to the "pattern" from the "font". This is
to ensure the targeted objects is updated by them prior to
FcDefaultSubstitute() so that it can adds the default values properly.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:21:18
xenocara/lib/fontconfig/common
Update of /cvs/xenocara/lib/fontconfig/common
In directory cvs.openbsd.org:/tmp/cvs-serv14049/common
Log Message:
Directory /cvs/xenocara/lib/fontconfig/common added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:21:19
xenocara/lib/fontconfig/fc-pattern
Update of /cvs/xenocara/lib/fontconfig/fc-pattern
In directory cvs.openbsd.org:/tmp/cvs-serv14049/fc-pattern
Log Message:
Directory /cvs/xenocara/lib/fontconfig/fc-pattern added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:21:20
xenocara/lib/fontconfig/fc-validate
Update of /cvs/xenocara/lib/fontconfig/fc-validate
In directory cvs.openbsd.org:/tmp/cvs-serv14049/fc-validate
Log Message:
Directory /cvs/xenocara/lib/fontconfig/fc-validate added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:21:21
xenocara/lib/fontconfig/pc
Update of /cvs/xenocara/lib/fontconfig/pc
In directory cvs.openbsd.org:/tmp/cvs-serv14049/pc
Log Message:
Directory /cvs/xenocara/lib/fontconfig/pc added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 07:28:16
Modified files:
devel/py-tz : Makefile distinfo
Log message:
update to py-tz 2012j, from maintainer frantisek holop
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:31:36
Modified files:
lib : Makefile
Log message:
Build pthread-stubs before fontconfig. Needed for fontconfig 2.10.91
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:34:46
Added files:
lib/fontconfig : Makefile Makefile.inc
lib/fontconfig/common: config.h fcalias.h fcaliastail.h
lib/fontconfig/conf.d: Makefile
lib/fontconfig/doc: Makefile
lib/fontconfig/fc-arch: Makefile
lib/fontconfig/fc-cache: Makefile
lib/fontconfig/fc-case: Makefile
lib/fontconfig/fc-cat: Makefile
lib/fontconfig/fc-glyphname: Makefile
lib/fontconfig/fc-lang: Makefile
lib/fontconfig/fc-list: Makefile
lib/fontconfig/fc-match: Makefile
lib/fontconfig/fc-pattern: Makefile
lib/fontconfig/fc-query: Makefile
lib/fontconfig/fc-scan: Makefile
lib/fontconfig/fc-validate: Makefile
lib/fontconfig/fontconfig: Makefile
lib/fontconfig/pc: Makefile
lib/fontconfig/src: Makefile fcobjshash.h fcstdint.h
shlib_version
Removed files:
lib/fontconfig : AUTHORS COPYING ChangeLog INSTALL Makefile.am
Makefile.bsd-wrapper Makefile.in NEWS README
acinclude.m4 aclocal.m4 autogen.sh config.guess
config.h.in config.sub configure configure.in
depcomp fontconfig-zip.in fontconfig.pc.in
fontconfig.spec.in fonts.conf.in fonts.dtd
install-sh ltmain.sh missing
lib/fontconfig/conf.d: 10-autohint.conf 10-no-sub-pixel.conf
10-sub-pixel-bgr.conf
10-sub-pixel-rgb.conf
10-sub-pixel-vbgr.conf
10-sub-pixel-vrgb.conf 10-unhinted.conf
20-fix-globaladvance.conf
20-unhint-small-vera.conf
25-unhint-nonlatin.conf
30-lucida-aliases.conf
30-metric-aliases.conf
30-urw-aliases.conf 31-nonmst.conf
40-nonlatin.conf 45-latin.conf
49-sansserif.conf 50-user.conf
51-local.conf 60-latin.conf
65-fonts-persian.conf 65-khmer.conf
65-nonlatin.conf 69-unifont.conf
70-no-bitmaps.conf 70-yes-bitmaps.conf
80-delicious.conf 90-synthetic.conf
Makefile.am Makefile.in README
lib/fontconfig/doc: FcAtomicCreate.3 FcAtomicDeleteNew.3
FcAtomicDestroy.3 FcAtomicLock.3
FcAtomicNewFile.3 FcAtomicOrigFile.3
FcAtomicReplaceOrig.3 FcAtomicUnlock.3
FcBlanksAdd.3 FcBlanksCreate.3
FcBlanksDestroy.3 FcBlanksIsMember.3
FcCacheCopySet.3 FcCacheDir.3
FcCacheNumFont.3 FcCacheNumSubdir.3
FcCacheSubdir.3 FcCharSetAddChar.3
FcCharSetCopy.3 FcCharSetCount.3
FcCharSetCoverage.3 FcCharSetCreate.3
FcCharSetDestroy.3 FcCharSetEqual.3
FcCharSetFirstPage.3 FcCharSetHasChar.3
FcCharSetIntersect.3
FcCharSetIntersectCount.3
FcCharSetIsSubset.3 FcCharSetMerge.3
FcCharSetNew.3 FcCharSetNextPage.3
FcCharSetSubtract.3 FcCharSetSubtractCount.3
FcCharSetUnion.3 FcConfigAppFontAddDir.3
FcConfigAppFontAddFile.3
FcConfigAppFontClear.3 FcConfigBuildFonts.3
FcConfigCreate.3 FcConfigDestroy.3
FcConfigEnableHome.3 FcConfigFilename.3
FcConfigGetBlanks.3 FcConfigGetCache.3
FcConfigGetCacheDirs.3
FcConfigGetConfigDirs.3
FcConfigGetConfigFiles.3
FcConfigGetCurrent.3 FcConfigGetFontDirs.3
FcConfigGetFonts.3
FcConfigGetRescanInterval.3 FcConfigHome.3
FcConfigParseAndLoad.3 FcConfigReference.3
FcConfigSetCurrent.3
FcConfigSetRescanInterval.3
FcConfigSubstitute.3
FcConfigSubstituteWithPat.3
FcConfigUptoDate.3 FcDefaultSubstitute.3
FcDirCacheLoad.3 FcDirCacheLoadFile.3
FcDirCacheRead.3 FcDirCacheUnlink.3
FcDirCacheUnload.3 FcDirCacheValid.3
FcDirSave.3 FcDirScan.3 FcFileIsDir.3
FcFileScan.3 FcFini.3 FcFontList.3
FcFontMatch.3 FcFontRenderPrepare.3
FcFontSetAdd.3 FcFontSetCreate.3
FcFontSetDestroy.3 FcFontSetList.3
FcFontSetMatch.3 FcFontSetPrint.3
FcFontSetSort.3 FcFontSetSortDestroy.3
FcFontSort.3 FcFreeTypeCharIndex.3
FcFreeTypeCharSet.3
FcFreeTypeCharSetAndSpacing.3
FcFreeTypeQuery.3 FcFreeTypeQueryFace.3
FcGetLangs.3 FcGetVersion.3 FcInit.3
FcInitBringUptoDate.3 FcInitLoadConfig.3
FcInitLoadConfigAndFonts.3
FcInitReinitialize.3 FcIsLower.3 FcIsUpper.3
FcLangGetCharSet.3 FcLangSetAdd.3
FcLangSetCompare.3 FcLangSetContains.3
FcLangSetCopy.3 FcLangSetCreate.3
FcLangSetDestroy.3 FcLangSetEqual.3
FcLangSetGetLangs.3 FcLangSetHasLang.3
FcLangSetHash.3 FcMatrixCopy.3
FcMatrixEqual.3 FcMatrixInit.3
FcMatrixMultiply.3 FcMatrixRotate.3
FcMatrixScale.3 FcMatrixShear.3
FcNameConstant.3 FcNameGetConstant.3
FcNameGetObjectType.3 FcNameParse.3
FcNameRegisterConstants.3
FcNameRegisterObjectTypes.3 FcNameUnparse.3
FcNameUnregisterConstants.3
FcNameUnregisterObjectTypes.3
FcObjectSetAdd.3 FcObjectSetBuild.3
FcObjectSetCreate.3 FcObjectSetDestroy.3
FcPatternAdd-Type.3 FcPatternAdd.3
FcPatternAddWeak.3 FcPatternBuild.3
FcPatternCreate.3 FcPatternDel.3
FcPatternDestroy.3 FcPatternDuplicate.3
FcPatternEqual.3 FcPatternEqualSubset.3
FcPatternFilter.3 FcPatternFormat.3
FcPatternGet-Type.3 FcPatternGet.3
FcPatternHash.3 FcPatternPrint.3
FcPatternReference.3 FcPatternRemove.3
FcStrBasename.3 FcStrCmp.3
FcStrCmpIgnoreCase.3 FcStrCopy.3
FcStrCopyFilename.3 FcStrDirname.3
FcStrDowncase.3 FcStrFree.3
FcStrListCreate.3 FcStrListDone.3
FcStrListNext.3 FcStrPlus.3 FcStrSetAdd.3
FcStrSetAddFilename.3 FcStrSetCreate.3
FcStrSetDel.3 FcStrSetDestroy.3
FcStrSetEqual.3 FcStrSetMember.3 FcStrStr.3
FcStrStrIgnoreCase.3 FcToLower.3
FcUcs4ToUtf8.3 FcUtf16Len.3 FcUtf16ToUcs4.3
FcUtf8Len.3 FcUtf8ToUcs4.3 FcValueDestroy.3
FcValueEqual.3 FcValuePrint.3 FcValueSave.3
Makefile.am Makefile.in check-missing-doc
confdir.sgml.in edit-sgml.c fcatomic.fncs
fcblanks.fncs fccache.fncs fccharset.fncs
fcconfig.fncs fcconstant.fncs
fcdircache.fncs fcfile.fncs fcfontset.fncs
fcformat.fncs fcfreetype.fncs fcinit.fncs
fclangset.fncs fcmatrix.fncs
fcobjectset.fncs fcobjecttype.fncs
fcpattern.fncs fcstring.fncs fcstrset.fncs
fcvalue.fncs fontconfig-devel.pdf
fontconfig-devel.sgml fontconfig-devel.txt
fontconfig-user.html fontconfig-user.pdf
fontconfig-user.sgml fontconfig-user.txt
fonts-conf.5 func.sgml version.sgml.in
lib/fontconfig/doc/fontconfig-devel: fcatomiccreate.html
fcatomicdeletenew.html
fcatomicdestroy.html
fcatomiclock.html
fcatomicnewfile.html
fcatomicorigfile.html
fcatomicreplaceorig.html
fcatomicunlock.html
fcblanksadd.html
fcblankscreate.html
fcblanksdestroy.html
fcblanksismember.html
fccachecopyset.html
fccachedir.html
fccachenumfont.html
fccachenumsubdir.html
fccachesubdir.html
fccharsetaddchar.html
fccharsetcopy.html
fccharsetcount.html
fccharsetcoverage.html
fccharsetcreate.html
fccharsetdestroy.html
fccharsetequal.html
fccharsetfirstpage.html
fccharsethaschar.html
fccharsetintersect.html
fccharsetintersectcount.html
fccharsetissubset.html
fccharsetmerge.html
fccharsetnew.html
fccharsetnextpage.html
fccharsetsubtract.html
fccharsetsubtractcount.html
fccharsetunion.html
fcconfigappfontadddir.html
fcconfigappfontaddfile.html
fcconfigappfontclear.html
fcconfigbuildfonts.html
fcconfigcreate.html
fcconfigdestroy.html
fcconfigenablehome.html
fcconfigfilename.html
fcconfiggetblanks.html
fcconfiggetcache.html
fcconfiggetcachedirs.html
fcconfiggetconfigdirs.html
fcconfiggetconfigfiles.html
fcconfiggetcurrent.html
fcconfiggetfontdirs.html
fcconfiggetfonts.html
fcconfiggetrescaninterval.html
fcconfighome.html
fcconfigparseandload.html
fcconfigreference.html
fcconfigsetcurrent.html
fcconfigsetrescaninterval.html
fcconfigsubstitute.html
fcconfigsubstitutewithpat.html
fcconfiguptodate.html
fcdefaultsubstitute.html
fcdircacheload.html
fcdircacheloadfile.html
fcdircacheread.html
fcdircacheunlink.html
fcdircacheunload.html
fcdircachevalid.html
fcdirsave.html
fcdirscan.html
fcfileisdir.html
fcfilescan.html fcfini.html
fcfontlist.html
fcfontmatch.html
fcfontrenderprepare.html
fcfontsetadd.html
fcfontsetcreate.html
fcfontsetdestroy.html
fcfontsetlist.html
fcfontsetmatch.html
fcfontsetprint.html
fcfontsetsort.html
fcfontsetsortdestroy.html
fcfontsort.html
fcfreetypecharindex.html
fcfreetypecharset.html
fcfreetypecharsetandspacing.html
fcfreetypequery.html
fcfreetypequeryface.html
fcgetlangs.html
fcgetversion.html
fcinit.html
fcinitbringuptodate.html
fcinitloadconfig.html
fcinitloadconfigandfonts.html
fcinitreinitialize.html
fcislower.html
fcisupper.html
fclanggetcharset.html
fclangsetadd.html
fclangsetcompare.html
fclangsetcontains.html
fclangsetcopy.html
fclangsetcreate.html
fclangsetdestroy.html
fclangsetequal.html
fclangsetgetlangs.html
fclangsethash.html
fclangsethaslang.html
fcmatrixcopy.html
fcmatrixequal.html
fcmatrixinit.html
fcmatrixmultiply.html
fcmatrixrotate.html
fcmatrixscale.html
fcmatrixshear.html
fcnameconstant.html
fcnamegetconstant.html
fcnamegetobjecttype.html
fcnameparse.html
fcnameregisterconstants.html
fcnameregisterobjecttypes.html
fcnameunparse.html
fcnameunregisterconstants.html
fcnameunregisterobjecttypes.html
fcobjectsetadd.html
fcobjectsetbuild.html
fcobjectsetcreate.html
fcobjectsetdestroy.html
fcpatternadd-type.html
fcpatternadd.html
fcpatternaddweak.html
fcpatternbuild.html
fcpatterncreate.html
fcpatterndel.html
fcpatterndestroy.html
fcpatternduplicate.html
fcpatternequal.html
fcpatternequalsubset.html
fcpatternfilter.html
fcpatternformat.html
fcpatternget-type.html
fcpatternget.html
fcpatternhash.html
fcpatternprint.html
fcpatternreference.html
fcpatternremove.html
fcstrbasename.html
fcstrcmp.html
fcstrcmpignorecase.html
fcstrcopy.html
fcstrcopyfilename.html
fcstrdirname.html
fcstrdowncase.html
fcstrfree.html
fcstrlistcreate.html
fcstrlistdone.html
fcstrlistnext.html
fcstrplus.html
fcstrsetadd.html
fcstrsetaddfilename.html
fcstrsetcreate.html
fcstrsetdel.html
fcstrsetdestroy.html
fcstrsetequal.html
fcstrsetmember.html
fcstrstr.html
fcstrstrignorecase.html
fctolower.html
fcucs4toutf8.html
fcutf16len.html
fcutf16toucs4.html
fcutf8len.html
fcutf8toucs4.html
fcvaluedestroy.html
fcvalueequal.html
fcvalueprint.html
fcvaluesave.html ln12.html
t1.html x102.html x19.html
x31.html
lib/fontconfig/fc-arch: Makefile.am Makefile.in fc-arch.c
fcarch.tmpl.h
lib/fontconfig/fc-cache: Makefile.am Makefile.in fc-cache.1
fc-cache.c fc-cache.sgml
lib/fontconfig/fc-case: CaseFolding.txt Makefile.am Makefile.in
fc-case.c fccase.tmpl.h
lib/fontconfig/fc-cat: Makefile.am Makefile.in fc-cat.1 fc-cat.c
fc-cat.sgml
lib/fontconfig/fc-glyphname: Makefile.am Makefile.in
fc-glyphname.c fcglyphname.tmpl.h
zapfdingbats.txt
lib/fontconfig/fc-lang: Makefile.am Makefile.in aa.orth ab.orth
af.orth ak.orth am.orth an.orth ar.orth
as.orth ast.orth av.orth ay.orth
az_az.orth az_ir.orth ba.orth be.orth
ber_dz.orth ber_ma.orth bg.orth bh.orth
bho.orth bi.orth bin.orth bm.orth
bn.orth bo.orth br.orth bs.orth bua.orth
byn.orth ca.orth ce.orth ch.orth
chm.orth chr.orth co.orth crh.orth
cs.orth csb.orth cu.orth cv.orth cy.orth
da.orth de.orth dv.orth dz.orth ee.orth
el.orth en.orth eo.orth es.orth et.orth
eu.orth fa.orth fat.orth fc-lang.c
fclang.tmpl.h ff.orth fi.orth fil.orth
fj.orth fo.orth fr.orth fur.orth fy.orth
ga.orth gd.orth gez.orth gl.orth gn.orth
gu.orth gv.orth ha.orth haw.orth he.orth
hi.orth hne.orth ho.orth hr.orth
hsb.orth ht.orth hu.orth hy.orth hz.orth
ia.orth id.orth ie.orth ig.orth ii.orth
ik.orth io.orth is.orth it.orth iu.orth
ja.orth jv.orth ka.orth kaa.orth
kab.orth ki.orth kj.orth kk.orth kl.orth
km.orth kn.orth ko.orth kok.orth kr.orth
ks.orth ku_am.orth ku_iq.orth ku_ir.orth
ku_tr.orth kum.orth kv.orth kw.orth
kwm.orth ky.orth la.orth lah.orth
lb.orth lez.orth lg.orth li.orth ln.orth
lo.orth lt.orth lv.orth mai.orth mg.orth
mh.orth mi.orth mk.orth ml.orth
mn_cn.orth mn_mn.orth mo.orth mr.orth
ms.orth mt.orth my.orth na.orth nb.orth
nds.orth ne.orth ng.orth nl.orth nn.orth
no.orth nr.orth nso.orth nv.orth ny.orth
oc.orth om.orth or.orth os.orth ota.orth
pa.orth pa_pk.orth pap_an.orth
pap_aw.orth pl.orth ps_af.orth
ps_pk.orth pt.orth qu.orth rm.orth
rn.orth ro.orth ru.orth rw.orth sa.orth
sah.orth sc.orth sco.orth sd.orth
se.orth sel.orth sg.orth sh.orth
shs.orth si.orth sid.orth sk.orth
sl.orth sm.orth sma.orth smj.orth
smn.orth sms.orth sn.orth so.orth
sq.orth sr.orth ss.orth st.orth su.orth
sv.orth sw.orth syr.orth ta.orth te.orth
tg.orth th.orth ti_er.orth ti_et.orth
tig.orth tk.orth tl.orth tn.orth to.orth
tr.orth ts.orth tt.orth tw.orth ty.orth
tyv.orth ug.orth uk.orth ur.orth uz.orth
ve.orth vi.orth vo.orth vot.orth wa.orth
wal.orth wen.orth wo.orth xh.orth
yap.orth yi.orth yo.orth za.orth
zh_cn.orth zh_hk.orth zh_mo.orth
zh_sg.orth zh_tw.orth zu.orth
lib/fontconfig/fc-list: Makefile.am Makefile.in fc-list.1
fc-list.c fc-list.sgml
lib/fontconfig/fc-match: Makefile.am Makefile.in fc-match.1
fc-match.c fc-match.sgml
lib/fontconfig/fc-query: Makefile.am Makefile.in fc-query.1
fc-query.c fc-query.sgml
lib/fontconfig/fc-scan: Makefile.am Makefile.in fc-scan.1
fc-scan.c fc-scan.sgml
lib/fontconfig/fontconfig: Makefile.am Makefile.in fcfreetype.h
fcprivate.h fontconfig.h
lib/fontconfig/src: Makefile.am Makefile.in fcatomic.c
fcblanks.c fccache.c fccfg.c fccharset.c
fcdbg.c fcdefault.c fcdeprecate.h fcdir.c
fcformat.c fcfreetype.c fcfs.c fcftint.h
fcinit.c fcint.h fclang.c fclist.c fcmatch.c
fcmatrix.c fcname.c fcpat.c fcserialize.c
fcstr.c fcxml.c ftglue.c ftglue.h makealias
lib/fontconfig/test: 4x6.pcf 8x16.pcf Makefile.am Makefile.in
fonts.conf.in out.expected run-test.sh
Log message:
Update to fontconfig 2.10.91 + a few local fixes.
Move to a new BSD make based build system since fontconfig's build
system has become too dependant on GNU make.
Requested by ajacoutot@, tested by many back in january.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/09 07:43:06
Modified files:
usr.sbin/relayd: relay.c relay_http.c relayd.h
Log message:
Enable TCP socket splicing for HTTP persistent connection and chunked
transfer encoding. This speeds up relayd for more protocol modes
by zero-copy TCP forwarding.
OK reyk@ benno@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:45:39
Modified files:
app/xterm : INSTALL Imakefile MANIFEST Makefile button.c
charproc.c configure.in ctlseqs.ms ctlseqs.txt
fontutils.c input.c koi8rxterm.man linedata.c
main.c menu.c minstall.in misc.c precompose.c
print.c ptydata.c ptyx.h resize.c resize.man
screen.c scrollbar.c trace.c trace.h util.c
uxterm.man version.h wcwidth.c xstrings.c
xstrings.h xterm.h xterm.log.html xterm.man
xterm_io.h xtermcfg.hin
app/xterm/package: xterm.spec
app/xterm/package/debian: changelog rules
app/xterm/package/freebsd: Makefile
app/xterm/resize: Makefile
Added files:
app/xterm : version.c
Removed files:
app/xterm : os2main.c proto.h
Log message:
Update to xterm 291. Tested by many.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:50:14
Modified files:
. : 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:55:05
xenocara/app/bdftopcf/man
Update of /cvs/xenocara/app/bdftopcf/man
In directory cvs.openbsd.org:/tmp/cvs-serv19293/man
Log Message:
Directory /cvs/xenocara/app/bdftopcf/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:57:25
Modified files:
app/bdftopcf : ChangeLog Makefile.am Makefile.in aclocal.m4
bdftopcf.c config.guess config.h.in config.sub
configure configure.ac depcomp install-sh
missing
Added files:
app/bdftopcf/man: Makefile.am Makefile.in bdftopcf.man
Removed files:
app/bdftopcf : bdftopcf.man
Log message:
Update to bdftopcf 1.0.4
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:58:48
xenocara/app/beforelight/man
Update of /cvs/xenocara/app/beforelight/man
In directory cvs.openbsd.org:/tmp/cvs-serv13374/man
Log Message:
Directory /cvs/xenocara/app/beforelight/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 07:59:44
Modified files:
app/beforelight: ChangeLog Makefile.am Makefile.in README
aclocal.m4 b4light.c config.guess config.h.in
config.sub configure configure.ac depcomp
install-sh missing
Added files:
app/beforelight/man: Makefile.am Makefile.in beforelight.man
Removed files:
app/beforelight: beforelight.man
Log message:
Update to beforelight 1.0.5
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:00:40
xenocara/app/ico/man
Update of /cvs/xenocara/app/ico/man
In directory cvs.openbsd.org:/tmp/cvs-serv30569/man
Log Message:
Directory /cvs/xenocara/app/ico/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:01:35
Modified files:
app/ico : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp ico.c install-sh missing
Added files:
app/ico/man : Makefile.am Makefile.in ico.man
Log message:
Update to ico 1.0.4
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:03:48
xenocara/app/xcalc/man
Update of /cvs/xenocara/app/xcalc/man
In directory cvs.openbsd.org:/tmp/cvs-serv5987/man
Log Message:
Directory /cvs/xenocara/app/xcalc/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:04:54
Modified files:
app/xcalc : ChangeLog Makefile.am Makefile.in aclocal.m4
actions.c config.guess config.h.in config.sub
configure configure.ac depcomp install-sh
math.c missing xcalc.c
app/xcalc/app-defaults: XCalc
Added files:
app/xcalc/man : Makefile.am Makefile.in xcalc.man
Removed files:
app/xcalc : autogen.sh xcalc.man
Log message:
Upate to xcalc 1.0.5
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:05:57
xenocara/app/xfsinfo/man
Update of /cvs/xenocara/app/xfsinfo/man
In directory cvs.openbsd.org:/tmp/cvs-serv16921/man
Log Message:
Directory /cvs/xenocara/app/xfsinfo/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:07:58
Modified files:
app/xfsinfo : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh missing
mkinstalldirs xfsinfo.c
Added files:
app/xfsinfo/man: Makefile.am Makefile.in xfsinfo.man
Removed files:
app/xfsinfo : xfsinfo.man
Log message:
Update to xfsinfo 1.0.4
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:11:28
xenocara/app/xkbutils/man
Update of /cvs/xenocara/app/xkbutils/man
In directory cvs.openbsd.org:/tmp/cvs-serv25779/man
Log Message:
Directory /cvs/xenocara/app/xkbutils/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:13:30
Modified files:
app/xkbutils : ChangeLog LED.c LED.h LEDP.h Makefile.am
Makefile.in aclocal.m4 config.guess config.h.in
config.sub configure configure.ac depcomp
install-sh missing utils.c utils.h xkbbell.c
xkbvleds.c xkbwatch.c
Added files:
app/xkbutils : compile
app/xkbutils/man: Makefile.am Makefile.in xkbbell.man
xkbvleds.man xkbwatch.man
Removed files:
app/xkbutils : xkbbell.man xkbvleds.man xkbwatch.man
Log message:
Update to xkbutils 1.0.4
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:15:22
xenocara/app/xsetroot/man
Update of /cvs/xenocara/app/xsetroot/man
In directory cvs.openbsd.org:/tmp/cvs-serv31480/man
Log Message:
Directory /cvs/xenocara/app/xsetroot/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:16:15
Modified files:
app/xsetroot : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh missing
xsetroot.c
Added files:
app/xsetroot/man: Makefile.am Makefile.in xsetroot.man
Removed files:
app/xsetroot : xsetroot.man
Log message:
Update to xsetroot 1.1.1
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:18:53
Modified files:
devel/p5-Test-Pod: Makefile distinfo
Log message:
update to Test::Pod 1.46, from dhill
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:20:01
Modified files:
devel/p5-Test-Taint: Makefile distinfo
Log message:
update to Test::Taint 1.06, from dhill
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:20:20
xenocara/app/xstdcmap/man
Update of /cvs/xenocara/app/xstdcmap/man
In directory cvs.openbsd.org:/tmp/cvs-serv7252/man
Log Message:
Directory /cvs/xenocara/app/xstdcmap/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:20:56
Modified files:
app/xstdcmap : COPYING ChangeLog INSTALL Makefile.am
Makefile.in README aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing mkinstalldirs
xstdcmap.c
Added files:
app/xstdcmap/man: Makefile.am Makefile.in xstdcmap.man
Removed files:
app/xstdcmap : xstdcmap.man
Log message:
Update to xstdcmap 1.0.3
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:23:24
Modified files:
textproc/p5-Text-CSV_XS: Makefile distinfo
Log message:
update to Text::CSV_XS 0.95, from dhill (maintainer)
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:24:02
xenocara/app/xvidtune/man
Update of /cvs/xenocara/app/xvidtune/man
In directory cvs.openbsd.org:/tmp/cvs-serv29796/man
Log Message:
Directory /cvs/xenocara/app/xvidtune/man added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/09 08:24:15
Modified files:
net/py-snmp : Makefile distinfo
net/py-snmp/pkg: PLIST
Log message:
- update py-snmp to 4.2.4
- update PLIST and PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:24:25
Modified files:
devel/p5-Test-Fatal: Makefile distinfo
Log message:
update to Test::Fatal 0.10, from dhill
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:24:46
Modified files:
app/xvidtune : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh missing
mkinstalldirs xvidtune.c
Added files:
app/xvidtune/man: Makefile.am Makefile.in xvidtune.man
Removed files:
app/xvidtune : xvidtune.man
Log message:
Update to xvidtune 1.0.3
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/09 08:25:28
Modified files:
devel/harfbuzz : Makefile distinfo
devel/harfbuzz/pkg: PLIST
Added files:
devel/harfbuzz/patches: patch-src_check-symbols_sh
Removed files:
devel/harfbuzz/patches: patch-src_check-exported-symbols_sh
patch-src_check-internal-symbols_sh
devel/harfbuzz/pkg: PFRAG.shared
Log message:
Update to harfbuzz-0.9.13.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:25:30
Modified files:
mail/p5-Email-Address: Makefile distinfo
Log message:
update to Email::Address 1.898, from dhill, maintainer timeout
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:27:04
xenocara/app/xvinfo/man
Update of /cvs/xenocara/app/xvinfo/man
In directory cvs.openbsd.org:/tmp/cvs-serv16741/man
Log Message:
Directory /cvs/xenocara/app/xvinfo/man added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/09 08:27:47
Modified files:
devel/pango : Makefile distinfo
Log message:
Update to pango-1.32.6.
-> requires fontconfig>=8
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 08:28:07
Modified files:
app/xvinfo : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh missing
xvinfo.c
Added files:
app/xvinfo/man : Makefile.am Makefile.in xvinfo.man
Removed files:
app/xvinfo : xvinfo.man
Log message:
Update to xvinfo 1.1.2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:29:38
Modified files:
net/p5-Net-CIDR: Makefile distinfo
Log message:
update to Net::CIDR 0.17, from dhill
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/09 08:30:50
Modified files:
www/p5-HTML-Scrubber: Makefile distinfo
Log message:
update to HTML::Scrubber 0.09, from dhill, ok maintainer
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/09 08:35:43
Modified files:
graphics/jhead : Makefile
Log message:
- take maintainership
- update PERMIT_*
- bump REVISION
ok okan@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/09 09:02:24
Log message:
Import NetPGP.
NetPGP is a standards-compliant library and suite of utilities
providing digital signature and verification functionality, as well
as data encryption and decryption, using RSA and DSA/Elgamal keys.
Several double frees found by bentley@, already committed upstream.
ok benoit@
Status:
Vendor Tag: pascal
Release Tags: pascal_20130903
N ports/security/netpgp/Makefile
N ports/security/netpgp/distinfo
N ports/security/netpgp/patches/patch-src_lib_crypto_c
N ports/security/netpgp/patches/patch-src_lib_misc_c
N ports/security/netpgp/patches/patch-src_lib_netpgp_c
N ports/security/netpgp/patches/patch-src_lib_ssh2pgp_c
N ports/security/netpgp/pkg/DESCR
N ports/security/netpgp/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/09 09:03:02
Modified files:
security : Makefile
Log message:
+netpgp
CVSROOT: /cvs
Module name: www
Changes by: phessler@cvs.openbsd.org 2013/03/09 09:11:27
Modified files:
. : events.html
Log message:
add information for AsiaBSDCon 2013 and BSDCan 2013
reminded by theo
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 09:21:50
xenocara/app/xsm/man
Update of /cvs/xenocara/app/xsm/man
In directory cvs.openbsd.org:/tmp/cvs-serv2177/man
Log Message:
Directory /cvs/xenocara/app/xsm/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 09:22:38
Modified files:
app/xsm : ChangeLog Makefile.am Makefile.in aclocal.m4
auth.c choose.c config.guess config.h.in
config.sub configure configure.ac depcomp
info.c install-sh lock.c misc.c missing popup.c
popup.h printhex.c remote.c restart.c save.c
saveutil.c saveutil.h signals.c xsm.c xsm.h
Added files:
app/xsm/man : Makefile.am Makefile.in xsm.man
Removed files:
app/xsm : xsm.man
Log message:
Upate to xsm 1.0.3
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 09:34:37
Modified files:
lib/libXrandr : AUTHORS COPYING ChangeLog Makefile.am
Makefile.bsd-wrapper Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh ltmain.sh
missing
lib/libXrandr/include/X11/extensions: Xrandr.h
lib/libXrandr/man: Makefile.in
lib/libXrandr/src: Makefile.am Makefile.in Xrandr.c Xrandrint.h
XrrConfig.c XrrCrtc.c XrrMode.c XrrOutput.c
XrrProperty.c XrrScreen.c
Added files:
lib/libXrandr/src: XrrProvider.c XrrProviderProperty.c
Log message:
Update to libXrandr 1.4.0
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 09:35:16
Modified files:
app/xrandr : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh keystone.5c missing xrandr.c
app/xrandr/man : Makefile.in xrandr.man
Log message:
Update to xrandr 1.4.0
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 09:39:02
Removed files:
app/ico : ico.man
Log message:
Remove moved file
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/09 09:42:37
Modified files:
. : MODULES
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/09 09:48:55
Modified files:
sys/arch/alpha/conf: files.alpha
Log message:
remove unneccessary needs-flag
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/09 09:51:30
Modified files:
sys/net : pfkeyv2.c pfkeyv2_convert.c
Log message:
re-arrange the pre-accounting of the objects in the buffer so it
is clearer; ok sthen
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/09 10:09:57
Modified files:
base/xenocara/lib/fontconfig: Makefile
Log message:
new dep (see matthieu@'s commit)
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/09 10:17:12
Modified files:
sys/dev/ic : re.c
Log message:
Calculating the IP header checksum on Realtek 8168 is broken if the
packet has IP options. Disable IP checksum offloading for the
affected revisions.
From FreeBSD; OK sthen@ brad@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/09 10:25:25
Modified files:
distrib/alpha : Makefile
distrib/alpha/floppyC: Makefile
etc/etc.alpha : Makefile.inc
sys/arch/alpha/compile: .cvsignore
Added files:
sys/arch/alpha/conf: RAMDISKC
Log message:
RAMDISKC wil be needed for alphabook1
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/09 10:40:57
Modified files:
libexec/identd : identd.8 identd.c
Log message:
Code has not fallen back to "nobody" in a very long time;
jca at wxcvbn.org
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/09 10:43:51
Modified files:
www/seamonkey : Makefile distinfo
www/seamonkey-i18n: Makefile.inc distinfo
Log message:
Security update to seamonkey 2.16.1, chasing firefox 19.0.2.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/09 10:57:00
Modified files:
sys/dev/ic : gem.c gemvar.h
Log message:
Always use the internal PHY on Apple variants, from FreeBSD. This unbreaks
gem(4) on some PowerMac G5.
tested by kirby@, ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/09 12:27:48
Modified files:
usr.bin : Makefile
usr.bin/cu : cu.1
Log message:
Add new cu to the build and disable tip. Also bump "first appeared in"
to .Ox 5.4 in cu.1.
New cu is a libevent-based implementation of the useful features of the
old tip/cu, plus a few new things like basic xmodem support.
ok deraadt
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/09 12:59:04
Modified files:
devel/proj : Makefile distinfo
devel/proj/pkg : PLIST
Removed files:
devel/proj/pkg : PFRAG.shared
Log message:
Update to proj 4.8.0, based on a diff from Amit Kulkarni.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/09 13:18:47
Modified files:
geo/geos : Makefile distinfo
geo/geos/pkg : PLIST
Removed files:
geo/geos/pkg : PFRAG.shared
Log message:
Update to geos 3.3.8, based on a diff from Amit Kulkarni
Rest MAINTAINER after discussing it with him
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/09 13:48:13
Modified files:
gnu/usr.bin/binutils-2.17: configure configure.in
Log message:
Do not recurse into gprof/ and etc/ on OpenBSD. The former is provided
elsewhere, and the latter only installs useless documentation about how
configure scripts waste your time and resources, and the awfully ugly GNU
coding standards which waste whitespace.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/09 13:49:38
Modified files:
gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc
Log message:
Bring back got and plt padding sections and special symbols from our changes
to binutils 2.15. Do not preserve brain cells. Do not collect $20,000.
Do not pass go. Do not keep your sanity.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/09 14:05:29
Modified files:
lib/libc/sys : write.2
Log message:
Describe interaction between write and O_APPEND.
Pointed out by Sachidananda on tech
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/03/09 14:08:37
Modified files:
usr.bin/gzsig : gzsig.1 sign.c verify.c
Log message:
Mention -v in manpage and usage.
With input from jmc.
ok jmc
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/03/09 14:55:56
Modified files:
app/cwm : search.c
Log message:
replace handrolled for loop with TAILQ_FOREACH; from andres.p@zoho.com
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/09 14:59:02
Modified files:
devel/ruby-ffi/pkg: PLIST
Log message:
update-plist replaced lines in PLIST with variable when it shouldn't.
Ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/09 15:36:25
Modified files:
usr.bin/gzsig : gzsig.1
Log message:
flesh out previous a wee bit more;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/09 15:36:44
Modified files:
usr.bin/gzsig : sign.c verify.c
Log message:
Usage -> usage;
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/09 15:55:25
Modified files:
graphics/pngcrush: Makefile distinfo
Log message:
- update pngcrush to 1.7.52
- update PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/09 16:09:20
Added files:
devel/geotiff/patches: patch-configure patch-geotiff_proj4_c
Log message:
Unbreak after proj update by backporting upstream r1907.
Rule of thumb: never assume a diff sent by Amit Kulkarni has been properly
tested.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/09 18:35:33
Modified files:
games/pokerth/patches: patch-src_net_common_ircthread_cpp
Log message:
Adjust to fix the build with in tree libircclient.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/10 00:02:54
Modified files:
share/man/man4 : run.4
Log message:
a small cheap adapter, keebox w150nu
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 01:11:05
Modified files:
print/foo2zjs : Makefile distinfo
print/foo2zjs/patches: patch-Makefile patch-getweb_in
print/foo2zjs/pkg: PLIST
Log message:
Update to foo2zjs-20130306.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 01:17:53
Modified files:
print/cups-filters: Makefile distinfo
print/cups-filters/pkg: PLIST
Added files:
print/cups-filters/patches: patch-utils_cups-browsed_c
Removed files:
print/cups-filters/patches:
patch-filter_pdftoopvp_OPVPOutputDev_cxx
patch-filter_pdftoopvp_oprs_OPRS_cxx
Log message:
Update to cups-filters-1.0.30.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 01:36:58
Modified files:
print/foo2zjs : Makefile
Log message:
Remove bogus pre-configure line.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 01:39:42
Modified files:
net/p5-Net-Twitter: Makefile distinfo
net/p5-Net-Twitter/pkg: PLIST
Log message:
Update to p5-Net-Twitter-4.00003.
maintainer timeout
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/10 01:49:47
Modified files:
devel/proj : Makefile
Log message:
Bump the major, two headers have been removed in previous....
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/10 01:50:42
Modified files:
. : Makefile.cross
share/mk : bsd.own.mk
Log message:
Allow the PIE/NOPIE variables in bsd.own.mk to be overriden. Force proper
values in Makefile.cross to make sure binutils are built with the proper
PIE_DEFAULT value for the target.
ok millert@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/10 03:05:12
Modified files:
sys/dev : softraid.c softraidvar.h
Log message:
Rename sc_dis to sc_targets, since it is an array of targets that also
happen to be softraid disciplines.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 03:05:48
Log message:
Import graphite2-1.2.1.
Graphite is a package that can be used to create "smart fonts" capable
of displaying writing systems with various complex behaviors. A smart
font contains not only letter shapes but also additional instructions
indicating how to combine and position the letters in complex ways.
<...>
ok landry@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130310
N ports/graphics/graphite2/distinfo
N ports/graphics/graphite2/Makefile
N ports/graphics/graphite2/pkg/PLIST
N ports/graphics/graphite2/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 03:06:19
Modified files:
graphics : Makefile
Log message:
+graphite2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 03:06:46
Modified files:
devel/harfbuzz : Makefile
devel/harfbuzz/pkg: PLIST
Log message:
Add graphite2 support.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 03:07:12
Modified files:
devel/pango : Makefile
Log message:
Fix depends after recent graphite2 import.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 03:42:32
Added files:
converters/wv2/patches: patch-cmake_FindLIBGSF_cmake
Log message:
fix after libgsf update, just trust pkg-config and don't play games
with the output wrt include dirs
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/10 03:51:22
Added files:
geo/qlandkarte/patches: patch-src_CGarminRoute_h
patch-src_CProjEckII_cpp
patch-src_CProjMercDynamic_cpp
patch-src_CProjMerc_cpp
patch-src_CProjUTM_cpp
patch-src_GeoMath_h
patch-src_IProjection_h
Log message:
Unbreak after proj update, by manually porting it to proj_api.h.
This project is dead upstream anyway, and people should switch to QLandKarteGT.
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/03/10 04:34:33
Modified files:
usr.bin/gzsig : sign.c util.c util.h
Log message:
Prevent race condition by using already opened file descriptors.
Properly presume owner/mode of gzip file.
with input by and ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/03/10 04:36:57
Modified files:
usr.bin/gzsig : sign.c util.c util.h verify.c
Log message:
Prevent endless loop on input error.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/10 04:56:50
Modified files:
emulators/sdlmame: Makefile distinfo
emulators/sdlmame/patches: patch-src_emu_machine_netlist_h
patch-src_osd_sdl_sdl_mak
Log message:
update to sdlmame 0.148u1.
bcallah@ ok.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/10 04:57:51
Modified files:
www/py-flask : Makefile
www/py-flask/pkg: PLIST
Log message:
build and install the html doc. bump.
benoit@ ok.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/10 04:59:42
Modified files:
www/py-werkzeug: Makefile
www/py-werkzeug/pkg: PLIST
Log message:
don't install the source files from docs. bump.
benoit@ ok.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/10 05:26:34
Modified files:
sys/arch/macppc/dev: adb.c
Log message:
Do not try to scan the ADB bus for devices if the device-tree does not
contain an adb node. This workaround is required by some PowerBooks
without ADB bus to prevent their PMU from shutting down the machine.
Tweaked from a submission by Daniel Dickman.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 05:33:23
Modified files:
audio/mscore/patches: patch-mscore_CMakeLists_txt
Added files:
audio/mscore/patches: patch-mscore_al_dsp_cpp
Log message:
fix build on i386.
regen patch, fuzz in line numbers is never good
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 06:17:34
Modified files:
devel/goffice : Makefile distinfo
devel/goffice/pkg: PLIST
Added files:
devel/goffice/patches: patch-goffice_math_go-cspline_h
Log message:
Update to goffice-0.10.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/10 06:17:58
Modified files:
math/gnumeric : Makefile distinfo
math/gnumeric/patches: patch-src_gnm-so-path_c
math/gnumeric/pkg: PLIST
Log message:
Update to gnumeric-1.12.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 06:32:54
Modified files:
net/erl-ibrowse: Makefile
Log message:
add missing build/run dependencies; spotted by landry@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/10 06:45:09
Modified files:
security/ophcrack: Makefile distinfo
Log message:
- update ophcrack to 3.4.1
- update WANTLIB, MODULES and PERMIT_*
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/03/10 07:15:49
Modified files:
sys/net : if_loop.c
Log message:
Switch to ANSI C prototypes. Diff by somebody else which I no longer remember.
No binary change.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/10 07:40:28
Modified files:
sys/dev/wscons : wsdisplay.c
Log message:
Make it possible to call wsdisplay_cnattach() to override an already attached
wsdisplay console later in the boot process. Needed for upcoming KMS changes
where on i386/amd64 we will switch from vga text mode to a framebuffer console
when the KMS drm driver attaches.
ok miod@, mpi@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 07:59:40
Added files:
x11/kde/office3/patches:
patch-filters_kword_msword_graphicshandler_cpp
Log message:
fix after antoine's gsf update
(you really don't want to look at the fix)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/10 09:02:07
Modified files:
devel/p5-FreezeThaw: Makefile distinfo
Log message:
- update p5-FreezeThaw to 0.5001
- remove USE_GROFF
- update PERMIT_*
from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/10 09:25:37
Modified files:
x11/xfce4/xfdesktop: Makefile distinfo
Log message:
Bugfix update to xfdesktop 4.10.2.
Fixes https://bugzilla.xfce.org/show_bug.cgi?id=9892 (regression
introduced in 4.10.1)
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/03/10 09:27:06
Modified files:
devel/p5-Devel-NYTProf: Makefile distinfo
Log message:
update p5-Devel-NYTProf to 4.25
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/10 09:32:35
Modified files:
textproc/highlight: Makefile distinfo
textproc/highlight/patches: patch-src_makefile
textproc/highlight/pkg: PLIST
Log message:
- update highlight to 3.13
- update PERMIT_*
- update PLIST
- update patches
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 11:40:52
Modified files:
net/erl-mini_s3: Makefile
devel/erl-meck : Makefile
devel/erl-depsolver: Makefile
Log message:
sprinkle some rebar dependencies; spotted by rpe@/nigel@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/10 11:55:54
Modified files:
usr.bin : Makefile
usr.bin/tip : Makefile
Log message:
Put tip back but without the hardlink to cu for now, ok deraadt
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 12:17:42
Modified files:
databases/erl-Emysql: Makefile
databases/erl-epgsql: Makefile
databases/erl-sqerl: Makefile
devel/erl-pooler: Makefile
Log message:
- drop PERMIT_DISTFILES_CDROM
- fix license marker
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/10 12:25:34
Modified files:
devel/erl-fast_log: Makefile
Log message:
- fix COMMENT
- bump REVISION
- add devel/rebar as BUILD_DEPENDS
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 12:51:26
Removed files:
devel/erl-mixer:
Log message:
remove a CTRL-v with an identity crisis that snuck in...
spotted by rpe@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/10 13:07:40
Modified files:
sys/arch/alpha/conf: RAMDISKC
Log message:
this ramdisk is just for one machine
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:16:16
Added files:
lang/erlang : erlang.port.mk
Log message:
add a module primarily for erlang modules
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:18:28
Modified files:
databases/erl-Emysql: Makefile
databases/erl-Emysql/pkg: PLIST
Log message:
switch to erlang.port.mk and sync PLIST as the module uses VERSION instead of V.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:20:06
Modified files:
databases/erl-couchbeam: Makefile
databases/erl-epgsql: Makefile
databases/erl-sqerl: Makefile
devel/erl-automeck: Makefile
devel/erl-bear : Makefile
devel/erl-depsolver: Makefile
devel/erl-ej : Makefile
devel/erl-ejson: Makefile
devel/erl-eper : Makefile
devel/erl-fast_log: Makefile
devel/erl-folsom: Makefile
devel/erl-gen_server2: Makefile
devel/erl-jiffy: Makefile
devel/erl-meck : Makefile
devel/erl-mixer: Makefile
devel/erl-pooler: Makefile
net/erl-amqp_client: Makefile
net/erl-gen_bunny: Makefile
net/erl-ibrowse: Makefile
net/erl-mini_s3: Makefile
net/erl-rabbit_common: Makefile
security/erl-bcrypt: Makefile
security/erl-oauth: Makefile
sysutils/erl-lager: Makefile
sysutils/erl-stats_hero: Makefile
textproc/erl-edown: Makefile
textproc/erl-neotoma: Makefile
www/erl-mochiweb: Makefile
www/erl-webmachine: Makefile
Log message:
switch to the erlang module, so more stuff may be factored into the module, but
it's a good start.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:35:03
Modified files:
lang/erlang : erlang.port.mk
Log message:
if no CONFIGURE_STYLE was set, then assume "rebar"
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:35:27
Modified files:
databases/erl-Emysql: Makefile
databases/erl-couchbeam: Makefile
databases/erl-epgsql: Makefile
databases/erl-sqerl: Makefile
devel/erl-automeck: Makefile
devel/erl-bear : Makefile
devel/erl-depsolver: Makefile
devel/erl-ej : Makefile
devel/erl-ejson: Makefile
devel/erl-eper : Makefile
devel/erl-fast_log: Makefile
devel/erl-folsom: Makefile
devel/erl-gen_server2: Makefile
devel/erl-jiffy: Makefile
devel/erl-meck : Makefile
devel/erl-mixer: Makefile
devel/erl-pooler: Makefile
net/erl-amqp_client: Makefile
net/erl-gen_bunny: Makefile
net/erl-ibrowse: Makefile
net/erl-mini_s3: Makefile
net/erl-rabbit_common: Makefile
security/erl-bcrypt: Makefile
security/erl-oauth: Makefile
sysutils/erl-lager: Makefile
sysutils/erl-stats_hero: Makefile
textproc/erl-edown: Makefile
textproc/erl-neotoma: Makefile
www/erl-mochiweb: Makefile
Log message:
- remove now unneeded CONFIGURE_STYLE
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:45:14
Modified files:
databases/erl-couchbeam: Makefile
Log message:
simplify deps
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/10 13:45:55
Modified files:
devel/p5-MLDBM : Makefile distinfo
Log message:
- update p5-MLDBM to 2.05
- update PERMIT_* and RUN_DEPENDS
from David Hill, minor tweaks by me.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:52:56
Modified files:
lang/erlang : erlang.port.mk
Log message:
must use $$ for the per-build target to work.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 13:57:39
Modified files:
devel/erl-ejson/patches: patch-rebar_config
Removed files:
databases/erl-couchbeam/patches: patch-rebar_config
databases/erl-sqerl/patches: patch-rebar_config
devel/erl-automeck/patches: patch-rebar_config
devel/erl-folsom/patches: patch-rebar_config
net/erl-amqp_client/patches: patch-rebar_config
net/erl-gen_bunny/patches: patch-rebar_config
net/erl-mini_s3/patches: patch-rebar_config
net/erl-rabbit_common/patches: patch-rebar_config
sysutils/erl-stats_hero/patches: patch-rebar_config
www/erl-webmachine/patches: patch-rebar_config
Log message:
- drop now unneeded patches which patched away the {deps} blocks of rebar.config.
rebar wants to download missing dependencies on the fly, but that won't work out
too good in the ports tree, so erlang.port.mk now removes those dependency declaration
sections.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/10 14:01:43
Modified files:
share/man/man5 : port-modules.5
Log message:
add placeholder for lang/erlang
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 14:11:41
Modified files:
devel/erl-bear : Makefile
devel/erl-eper : Makefile
devel/erl-folsom: Makefile
devel/erl-gen_server2: Makefile
net/erl-amqp_client: Makefile
net/erl-rabbit_common: Makefile
Log message:
- use REBAR_BIN where applicable
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/10 14:26:05
Modified files:
sysutils/p5-Puppet-Tidy: Makefile distinfo
Log message:
- update to Puppet-Tidy-0.3
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/10 15:06:23
Modified files:
gnu/usr.bin : Makefile
gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper
gnu/usr.bin/binutils: Makefile.bsd-wrapper
Log message:
Let platforms configured to use binutils 2.17 still recurse into the binutils
2.15 directory, but only to build gdb.
ok deraadt@ espie@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/10 15:07:24
Modified files:
gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper
Log message:
Sync to ../binutils/Makefile.bsd-wrapper rev. 1.75:
eplace a comment asking for a particular order to build stuff in
by actual make rules to enforce that order.
While here, correct the MANDIR which must no more contain "cat".
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/03/10 15:28:26
Modified files:
usr.sbin/ftp-proxy: ftp-proxy.c
Log message:
reserve a filedescriptor on accept() for subsequent connect() call, as
done in relayd.
ok sthen, deraadt
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/10 15:51:49
Modified files:
usr.bin/sudo : sudo.c
Log message:
Remove obsolete code that used to change the mode of sudoers from
the old (pre-1.6) default.
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/03/10 15:54:46
Modified files:
sys/dev/pci : virtio.c if_vio.c
Log message:
if_vio: Add some more debug output if VIRTIO_DEBUG is defined
Add GuestCSum feature string
virtio: Make some printfs depend on VIRTIO_DEBUG
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/03/10 15:56:11
Modified files:
sys/dev/pci : virtiovar.h virtio_pci.c
Log message:
Move sc_ih to virtio_pci_softc, it is not used outside of virtio_pci
and is really a transport-specific thing.
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/10 15:57:04
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
bump the copyright, and accept "2012" for netbsd; with the exception of
one change (coming next), syncs mdoclint to netbsd -r1.17;
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/03/10 15:58:02
Modified files:
sys/dev/pci : virtiovar.h virtio_pci.c virtio.c
Log message:
Rename write_queue_address -> setup_queue
For transports supporting several interrupts, this function needs to
setup per-queue interrupts in addition of setting the queue address.
No logic change.
OK jasper@
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/10 16:23:34
Modified files:
. : events.html
Log message:
typo
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 16:27:15
Modified files:
infrastructure/mk: bsd.port.mk pkgpath.mk
Log message:
rename REGRESS -> TEST
shorter, less ambiguous (as discussed with some porters)
there will be a sweep to fix all regress.
keep "make regress" as an alias for "make test".
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/10 16:27:41
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
document REGRESS -> TEST
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 16:28:05
Modified files:
archivers/arc : Makefile
archivers/bzip : Makefile
archivers/bzip2: Makefile
archivers/cabextract: Makefile
archivers/deco : Makefile
archivers/fastjar: Makefile
archivers/freeze: Makefile
archivers/gcpio: Makefile
archivers/gshar+gunshar: Makefile
archivers/gtar : Makefile
archivers/ha : Makefile
archivers/hs-zlib: Makefile
archivers/hs-zlib-bindings: Makefile
archivers/hs-zlib-enum: Makefile
archivers/lha : Makefile
archivers/libarchive: Makefile
archivers/libmspack: Makefile
archivers/libshrink: Makefile
archivers/libtar: Makefile
archivers/libzip: Makefile
archivers/luazlib: Makefile
archivers/lxsplit: Makefile
archivers/lzo : Makefile
archivers/lzo2 : Makefile
archivers/lzop : Makefile
archivers/macutil: Makefile
archivers/makeself: Makefile
archivers/nulib: Makefile
archivers/p5-Archive-Zip: Makefile
archivers/p5-Compress-Bzip2: Makefile
archivers/p5-Compress-LZO: Makefile
archivers/p5-POE-Filter-Zlib: Makefile
archivers/p5-PerlIO-gzip: Makefile
archivers/p7zip: Makefile
archivers/par1cmdline: Makefile
archivers/par2cmdline: Makefile
archivers/pecl-lzf: Makefile
archivers/pecl-rar: Makefile
archivers/py-lzo: Makefile
archivers/ripole: Makefile
archivers/ruby-archive-tar-minitar: Makefile
archivers/rzip : Makefile
archivers/star : Makefile
archivers/ucl : Makefile
archivers/unace: Makefile
archivers/unarj: Makefile
archivers/unrar: Makefile
archivers/unshield: Makefile
archivers/unzip: Makefile
archivers/xz : Makefile
archivers/zip : Makefile
archivers/zipios: Makefile
archivers/zoo : Makefile
archivers/zziplib: Makefile
astro/celestia : Makefile
astro/dgpsip : Makefile
astro/gcal : Makefile
astro/jday : Makefile
astro/libnova : Makefile
astro/luna : Makefile
astro/phoon : Makefile
astro/py-metar : Makefile
astro/sattrack : Makefile
astro/stellarium: Makefile
astro/sunclock : Makefile
astro/wmglobe : Makefile
astro/wmmoonclock: Makefile
astro/wmspaceweather: Makefile
astro/wmsun : Makefile
astro/xearth : Makefile
astro/xephem : Makefile
astro/xphoon : Makefile
astro/xworld : Makefile
Log message:
regress -> test
PERMIT_* cleanup
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 16:55:06
Modified files:
audio/abcde : Makefile
audio/ac3dec : Makefile
audio/akode : Makefile
audio/alac_decoder: Makefile
audio/amarok : Makefile
audio/aqualung : Makefile
audio/ardour : Makefile
audio/ascd : Makefile
audio/aubio : Makefile
audio/aucatctl : Makefile
audio/audacious: Makefile
audio/audacious-plugins: Makefile
audio/audacity : Makefile
audio/aumix : Makefile
audio/bladeenc : Makefile
audio/bmp : Makefile
audio/bonk : Makefile
audio/calf : Makefile
audio/caps-plugins: Makefile
audio/cd-discid: Makefile
audio/cdparanoia: Makefile
audio/celt : Makefile
audio/celt051 : Makefile
audio/chromaprint: Makefile
audio/clementine: Makefile
audio/cmixer : Makefile
audio/cmt : Makefile
audio/cmu-sphinx3: Makefile
audio/cmu-sphinxbase: Makefile
audio/cmus : Makefile
audio/cplay : Makefile
audio/cuetools : Makefile
audio/daapd : Makefile
audio/deadbeef : Makefile
audio/disc-cover: Makefile
audio/dumb : Makefile
audio/easytag : Makefile
audio/esound : Makefile
audio/espeak : Makefile
audio/exaile : Makefile
audio/faac : Makefile
audio/faad : Makefile
audio/festival/arctic: Makefile.inc
audio/festival/core: Makefile
audio/festival/festlex: Makefile.inc
audio/festival/festlex/festlex_OALD: Makefile
audio/festival/festvox: Makefile.inc
audio/festival/festvox/festvox_don: Makefile
audio/festival/festvox/festvox_ellpc11k: Makefile
audio/festival/festvox/festvox_rablpc16k: Makefile
audio/festival/ogi: Makefile.inc
audio/flac : Makefile
audio/flite : Makefile
audio/fluidsynth: Makefile
audio/fookebox : Makefile
audio/freealut : Makefile
audio/gimmix : Makefile
audio/gmpc : Makefile
audio/gmpc-libnotify: Makefile
audio/gmpc-plugins: Makefile
audio/gnomad2 : Makefile
audio/gogo : Makefile
audio/gqmpeg : Makefile
audio/grip : Makefile
audio/gsm : Makefile
audio/gtkpod : Makefile
audio/herrie : Makefile
audio/hgd : Makefile
audio/hs-libmpd: Makefile
audio/hydrogen : Makefile
audio/id3ed : Makefile
audio/id3lib : Makefile
audio/jack : Makefile
audio/ksmp3play: Makefile
audio/ladspa : Makefile
audio/lame : Makefile
audio/last.fm : Makefile
audio/liba52 : Makefile
audio/libao : Makefile
audio/libcanberra: Makefile
audio/libcdaudio: Makefile
audio/libcddb : Makefile
audio/libcdio : Makefile
audio/libcue : Makefile
audio/libdca : Makefile
audio/libgpod : Makefile
audio/libid3tag: Makefile
audio/liblastfm: Makefile
audio/liblo : Makefile
audio/libmad : Makefile
audio/libmikmod: Makefile
audio/libmodplug: Makefile
audio/libmp3splt: Makefile
audio/libmpd : Makefile
audio/libmpdclient: Makefile
audio/libmusicbrainz: Makefile
audio/libmusicbrainz5: Makefile
audio/libnjb : Makefile
audio/libofa : Makefile
audio/libogg : Makefile
audio/libsamplerate: Makefile
audio/libsidplay: Makefile
audio/libsndfile: Makefile
audio/libsoxr : Makefile
audio/libvorbis: Makefile
audio/libworkman: Makefile
audio/lmms : Makefile
audio/mac : Makefile
audio/madplay : Makefile
audio/mcp-plugins: Makefile
audio/metronome: Makefile
audio/midish : Makefile
audio/mikmod : Makefile
audio/milkytracker: Makefile
audio/mixer.app: Makefile
audio/mkplaylist: Makefile
audio/mono-taglib: Makefile
audio/morseplayer: Makefile
audio/mp3blaster: Makefile
audio/mp3cddb : Makefile
audio/mp3cut : Makefile
audio/mp3encode: Makefile
audio/mp3gain : Makefile
audio/mp3info : Makefile
audio/mp3splt : Makefile
audio/mp3splt-gtk: Makefile
audio/mp3wrap : Makefile
audio/mpc : Makefile
audio/mpd : Makefile
audio/mpd-add-similar: Makefile
audio/mpdBrowser: Makefile
audio/mpegaudio: Makefile
audio/mpg123 : Makefile
audio/mpg321 : Makefile
audio/mscore : Makefile
audio/mt-daapd : Makefile
audio/multimux : Makefile
audio/musepack : Makefile
audio/nap : Makefile
audio/ncmpc : Makefile
audio/ncmpcpp : Makefile
audio/normalize: Makefile
audio/nosefart : Makefile
audio/nspmod : Makefile
audio/oggtag : Makefile
audio/openal : Makefile
audio/opencore-amr: Makefile
audio/opennap : Makefile
audio/opus : Makefile
audio/opus-tools: Makefile
audio/p5-Audio-CD: Makefile
audio/p5-Audio-FLAC-Header: Makefile
audio/p5-Audio-M4P: Makefile
audio/p5-Audio-MPD: Makefile
audio/p5-Audio-MPD-Common: Makefile
audio/p5-Audio-Musepack: Makefile
audio/p5-Audio-Scan: Makefile
audio/p5-Audio-Scrobbler: Makefile
audio/p5-Audio-WMA: Makefile
audio/p5-CDDB-File: Makefile
audio/p5-CDDB_get: Makefile
audio/p5-MP3-ID3v1Tag: Makefile
audio/p5-MP3-Info: Makefile
audio/p5-MP3-Tag: Makefile
audio/p5-MP4-Info: Makefile
audio/p5-MPEG-Audio-Frame: Makefile
audio/p5-Music-Audioscrobbler-MPD: Makefile
audio/p5-Music-Audioscrobbler-Submit: Makefile
audio/p5-Ogg-Vorbis-Header: Makefile
audio/p5-Ogg-Vorbis-Header-PurePerl: Makefile
audio/p5-POE-Component-Client-MPD: Makefile
audio/p5-cddb : Makefile
audio/p5-gnupod: Makefile
audio/p5-libvorbis: Makefile
audio/pacpl : Makefile
audio/pianobar : Makefile
audio/picard : Makefile
audio/pms : Makefile
audio/portaudio-svn: Makefile
audio/pulseaudio: Makefile
audio/py-ao : Makefile
audio/py-audio : Makefile
audio/py-cddb : Makefile
audio/py-eyed3 : Makefile
audio/py-id3 : Makefile
audio/py-last : Makefile
audio/py-mpd : Makefile
audio/py-mutagen: Makefile
audio/py-ogg : Makefile
audio/py-tagger: Makefile
audio/py-tagpy : Makefile
audio/py-vorbis: Makefile
audio/py-xmms : Makefile
audio/pykaraoke: Makefile
audio/pympd : Makefile
audio/rhythmbox: Makefile
audio/rioutil : Makefile
audio/rplay : Makefile
audio/rsynth : Makefile
audio/rtunes : Makefile
audio/ruby-id3lib: Makefile
audio/ruby-vorbis_comment: Makefile
audio/scmpc : Makefile
audio/shell-fm : Makefile
audio/shntool : Makefile
audio/shorten : Makefile
audio/sidplay : Makefile
audio/snack : Makefile
audio/sonata : Makefile
audio/sound-theme-freedesktop: Makefile
audio/soundconverter: Makefile
audio/soundtouch: Makefile
audio/soundtracker: Makefile
audio/sox : Makefile
audio/speech-dispatcher: Makefile
audio/speex : Makefile
audio/squeezecenter: Makefile
audio/streamripper: Makefile
audio/swh-plugins: Makefile
audio/taglib : Makefile
audio/tagtool : Makefile
audio/tap-plugins: Makefile
audio/teknap : Makefile
audio/tempest : Makefile
audio/timidity : Makefile
audio/toolame : Makefile
audio/tracker : Makefile
audio/tremor : Makefile
audio/tremor-tools: Makefile
audio/twolame : Makefile
audio/umurmur : Makefile
audio/vagalume : Makefile
audio/vamp-plugin-sdk: Makefile
audio/vlorb : Makefile
audio/vorbis-tools: Makefile
audio/vorbisgain: Makefile
audio/wavpack : Makefile
audio/wmix : Makefile
audio/wmmixer : Makefile
audio/wmmp : Makefile
audio/wmmp3 : Makefile
audio/wmtune : Makefile
audio/xcd : Makefile
audio/xcdplayer: Makefile
audio/xhippo : Makefile
audio/xmcd : Makefile
audio/xmix : Makefile
audio/xmmix : Makefile
audio/xmms : Makefile
audio/xmms-bonk: Makefile
audio/xmms-flac: Makefile
audio/xmms-fmradio: Makefile
audio/xmms-mad : Makefile
audio/xmms-shn : Makefile
audio/xmms-sid : Makefile
audio/xmms-speex: Makefile
audio/xmms-tremor: Makefile
audio/xmms-wavpack: Makefile
audio/xmms-xf86audio: Makefile
audio/xmms2 : Makefile
audio/xmms2-scrobbler: Makefile
audio/xmmsctrl : Makefile
audio/xmp : Makefile
audio/zeya : Makefile
Log message:
PERMIT/REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 17:04:45
Modified files:
benchmarks/blogbench: Makefile
benchmarks/bonnie: Makefile
benchmarks/bonnie++: Makefile
benchmarks/bytebench: Makefile
benchmarks/httperf: Makefile
benchmarks/iozone: Makefile
benchmarks/lmbench: Makefile
benchmarks/netperf: Makefile
benchmarks/netpipe: Makefile
benchmarks/netstrain: Makefile
benchmarks/pear-Benchmark: Makefile
benchmarks/randread: Makefile
benchmarks/siege: Makefile
benchmarks/smtp-benchmark: Makefile
benchmarks/sysbench: Makefile
benchmarks/tcpblast: Makefile
benchmarks/tsung: Makefile
benchmarks/ubench: Makefile
benchmarks/xengine: Makefile
biology/AcePerl: Makefile
biology/bioperl: Makefile
biology/emboss : Makefile
biology/nutdb : Makefile
biology/p5-Bio-ASN1-EntrezGene: Makefile
biology/py-biopython: Makefile
books/AsteriskGuide: Makefile
books/AsteriskTFOT: Makefile
books/JLS : Makefile
books/JVMS : Makefile
books/autobook : Makefile
books/clisp-hyperspec: Makefile
books/cvs-guide: Makefile
books/diveintopython: Makefile
books/docbook-guide: Makefile
books/grokking-the-gimp: Makefile
books/haskell-report: Makefile
books/mason-book: Makefile
books/svnbook : Makefile
books/thinking-forth: Makefile
books/vol3ol : Makefile
books/vol6a : Makefile
books/wndw : Makefile
cad/chipmunk : Makefile
cad/fritzing : Makefile
cad/geda-gaf : Makefile
cad/gerbv : Makefile
cad/gnucap : Makefile
cad/gtkwave : Makefile
cad/kicad : Makefile
cad/kicad-library: Makefile
cad/klogic : Makefile
cad/necpp : Makefile
cad/ngspice : Makefile
cad/openscad : Makefile
cad/pcb : Makefile
cad/qcad : Makefile
cad/qucs : Makefile
cad/spice : Makefile
cad/xcircuit : Makefile
cad/xnecview : Makefile
cad/xtrkcad : Makefile
Log message:
PERMIT/ REGRESS->TEST sweep
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/03/10 17:32:53
Modified files:
usr.sbin/relayd: check_icmp.c hce.c log.c pfe.c relay.c
relay_http.c relay_udp.c relayd.c relayd.h
usr.sbin/relayctl: relayctl.c
Log message:
This diff changes relayd to use the monotonic clock instead of
gettimeofday(). It was also bugging me for some time to have all
these checks of gettimeofday()'s return value: it should not fail. So
this diff introduces a void getmonotime(struct timeval *tv) that calls
clock_gettime(CLOCK_MONOTONIC, &ts) and converts the output to a
struct timeval that can be used with the existing code and the
timeval-specific timer functions (timerclear, timersub, ...). It does
not return a status but calls fatal() on error-that-should-not-happen.
ok sthen@ chris@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/10 19:12:40
Modified files:
sys/dev/pci : if_bge.c
Log message:
flush writes to BGE_MI_COMM by doing a read straight after. helps avoid
"APE lock request failed!" errors with HP 331T (5719) and 332T (5720)
cards.
found and fixed by masanobu saitoh
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 19:13:36
Modified files:
audio/audacious: Makefile
audio/libmodplug: Makefile
Log message:
thinko
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 19:30:28
Modified files:
chinese/c2t : Makefile
chinese/cconv : Makefile
chinese/cless : Makefile
chinese/crxvt : Makefile
chinese/hc : Makefile
chinese/libchewing: Makefile
chinese/libtabe: Makefile
chinese/lunar : Makefile
chinese/py-zhCodecs: Makefile
chinese/ttfm : Makefile
comms/amtterm : Makefile
comms/birda : Makefile
comms/bottlerocket: Makefile
comms/c3270 : Makefile
comms/colrdx : Makefile
comms/conserver: Makefile
comms/dfu-util : Makefile
comms/efax : Makefile
comms/flipit : Makefile
comms/gmfsk : Makefile
comms/gnokii : Makefile
comms/gpsk31 : Makefile
comms/hamlib : Makefile
comms/hylafax : Makefile
comms/jpilot : Makefile
comms/kermit : Makefile
comms/lcdproc : Makefile
comms/lrzsz : Makefile
comms/mgetty+sendfax: Makefile
comms/minicom : Makefile
comms/obexftp : Makefile
comms/openobex : Makefile
comms/owx : Makefile
comms/p5-Device-Gsm: Makefile
comms/p5-Device-Modem: Makefile
comms/p5-Device-SerialPort: Makefile
comms/p5-SendPage: Makefile
comms/picocom : Makefile
comms/pilot-link: Makefile
comms/qpage : Makefile
comms/scmxx : Makefile
comms/seyon : Makefile
comms/smstools : Makefile
comms/spisniffer: Makefile
comms/sredird : Makefile
comms/tkhylafax: Makefile
comms/tlf : Makefile
comms/wy60 : Makefile
comms/x3270 : Makefile
comms/xastir : Makefile
comms/xcept : Makefile
comms/xdx : Makefile
comms/xlog : Makefile
comms/zmtx-zmrx: Makefile
converters/base64: Makefile
converters/btoa: Makefile
converters/d1489: Makefile
converters/dos2unix: Makefile
converters/enca: Makefile
converters/html2text: Makefile
converters/html2wml: Makefile
converters/ish : Makefile
converters/libdvdcss: Makefile
converters/libiconv: Makefile
converters/libpst: Makefile
converters/libunistring: Makefile
converters/luastruct: Makefile
converters/mimepp: Makefile
converters/mpack: Makefile
converters/p5-Calendar-Simple: Makefile
converters/p5-Catalyst-Plugin-Charsets-Japanese: Makefile
converters/p5-Catalyst-View-JSON: Makefile
converters/p5-Convert-ASCII-Armour: Makefile
converters/p5-Convert-ASN1: Makefile
converters/p5-Convert-BER: Makefile
converters/p5-Convert-Base32: Makefile
converters/p5-Convert-BinHex: Makefile
converters/p5-Convert-Binary-C: Makefile
converters/p5-Convert-Color: Makefile
converters/p5-Convert-PEM: Makefile
converters/p5-Convert-TNEF: Makefile
converters/p5-Convert-UU: Makefile
converters/p5-Convert-UUlib: Makefile
converters/p5-Date-Tolkien-Shire: Makefile
converters/p5-DateManip: Makefile
converters/p5-Encode-IMAPUTF7: Makefile
converters/p5-Finance-Currency-Convert-XE: Makefile
converters/p5-JSON: Makefile
converters/p5-JSON-Any: Makefile
converters/p5-JSON-DWIW: Makefile
converters/p5-JSON-XS: Makefile
converters/p5-JSON-XS-VersionOneAndTwo: Makefile
converters/p5-Jcode: Makefile
converters/p5-MARC-Record: Makefile
converters/p5-Net-IDN-Encode: Makefile
converters/p5-Net-IDN-Nameprep: Makefile
converters/p5-Text-Iconv: Makefile
converters/p5-Unicode-LineBreak: Makefile
converters/p5-Unicode-Map: Makefile
converters/p5-Unicode-Map8: Makefile
converters/p5-Unicode-MapUTF8: Makefile
converters/p5-Unicode-String: Makefile
converters/p5-Unicode-Stringprep: Makefile
converters/pflogx: Makefile
converters/ppmtoTbmp: Makefile
converters/py-cjkcodecs: Makefile
converters/py-iconvcodec: Makefile
converters/qprint: Makefile
converters/recode: Makefile
converters/ripmime: Makefile
converters/rpm2cpio: Makefile
converters/ruby-json: Makefile
converters/ruby-multi_json: Makefile
converters/trans: Makefile
converters/wv : Makefile
converters/wv2 : Makefile
converters/xlhtml: Makefile
converters/xmltoman: Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 19:41:41
Modified files:
chinese/crxvt : Makefile
Log message:
over-eager
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/10 20:52:09
Modified files:
databases/apache-couchdb: Makefile
databases/architect: Makefile
databases/db : Makefile.inc
databases/dbh : Makefile
databases/dbic++: Makefile
databases/directoryassistant: Makefile
databases/erl-Emysql: Makefile
databases/erl-couchbeam: Makefile
databases/erl-epgsql: Makefile
databases/erl-sqerl: Makefile
databases/evolution-data-server: Makefile
databases/freetds: Makefile
databases/gdbm : Makefile
databases/gnats: Makefile
databases/gq : Makefile
databases/hs-HDBC: Makefile
databases/hs-HDBC-mysql: Makefile
databases/hs-HDBC-postgresql: Makefile
databases/hs-HDBC-sqlite3: Makefile
databases/hs-hackage-db: Makefile
databases/hs-postgresql-libpq: Makefile
databases/hs-postgresql-simple: Makefile
databases/hs-redis: Makefile
databases/iodbc: Makefile
databases/jxplorer: Makefile
databases/keximdb: Makefile
databases/kyotocabinet: Makefile
databases/lbdb : Makefile
databases/leveldb: Makefile
databases/libdbi: Makefile
databases/libdbi-drivers: Makefile
databases/libpqxx: Makefile
databases/luadbi: Makefile
databases/luasqlite3: Makefile
databases/luma : Makefile
databases/mdbtools/snapshot: Makefile
databases/mongodb: Makefile
databases/mysql: Makefile
databases/mysql-zrm: Makefile
databases/mysql2pgsql: Makefile
databases/mysqlcc: Makefile
databases/mytop: Makefile
databases/node-pg: Makefile
databases/node-sqlite3: Makefile
databases/ocaml-postgresql: Makefile
databases/ocaml-sqlite3: Makefile
databases/openldap: Makefile
databases/openldap23: Makefile
databases/p5-AnyEvent-CouchDB: Makefile
databases/p5-AsciiDB-TagFile: Makefile
databases/p5-BerkeleyDB: Makefile
databases/p5-CGI-Application-Plugin-DBH: Makefile
databases/p5-Catalyst-Controller-Rose: Makefile
databases/p5-Catalyst-Model-CDBI: Makefile
databases/p5-Catalyst-Model-DBI: Makefile
databases/p5-Catalyst-Model-DBIC-Schema: Makefile
databases/p5-Catalyst-Model-DBIDM: Makefile
databases/p5-Catalyst-Model-RDBO: Makefile
databases/p5-Class-DBI: Makefile
databases/p5-Class-DBI-AbstractSearch: Makefile
databases/p5-Class-DBI-AsForm: Makefile
databases/p5-Class-DBI-FromCGI: Makefile
databases/p5-Class-DBI-FromForm: Makefile
databases/p5-Class-DBI-Loader: Makefile
databases/p5-Class-DBI-Loader-Relationship: Makefile
databases/p5-Class-DBI-Pager: Makefile
databases/p5-Class-DBI-Plugin-RetrieveAll: Makefile
databases/p5-Class-DBI-Plugin-Type: Makefile
databases/p5-Class-DBI-SQLite: Makefile
databases/p5-Class-DBI-mysql: Makefile
databases/p5-CouchDB-View: Makefile
databases/p5-DBD-CSV: Makefile
databases/p5-DBD-Chart: Makefile
databases/p5-DBD-LDAP: Makefile
databases/p5-DBD-Mock: Makefile
databases/p5-DBD-Pg: Makefile
databases/p5-DBD-SQLite: Makefile
databases/p5-DBD-SQLite2: Makefile
databases/p5-DBD-Sybase: Makefile
databases/p5-DBD-mysql: Makefile
databases/p5-DBD-mysqlPP: Makefile
databases/p5-DBI: Makefile
databases/p5-DBI-Shell: Makefile
databases/p5-DBICx-TestDatabase: Makefile
databases/p5-DBIx-Class: Makefile
databases/p5-DBIx-Class-Cursor-Cached: Makefile
databases/p5-DBIx-Class-DynamicDefault: Makefile
databases/p5-DBIx-Class-HTMLWidget: Makefile
databases/p5-DBIx-Class-IntrospectableM2M: Makefile
databases/p5-DBIx-Class-Schema-Loader: Makefile
databases/p5-DBIx-Class-TimeStamp: Makefile
databases/p5-DBIx-Class-UUIDColumns: Makefile
databases/p5-DBIx-Class-Validation: Makefile
databases/p5-DBIx-ContextualFetch: Makefile
databases/p5-DBIx-DBSchema: Makefile
databases/p5-DBIx-DWIW: Makefile
databases/p5-DBIx-DataModel: Makefile
databases/p5-DBIx-Migration: Makefile
databases/p5-DBIx-SearchBuilder: Makefile
databases/p5-DBIx-XHTML_Table: Makefile
databases/p5-DBM-Deep: Makefile
databases/p5-Data-Page: Makefile
databases/p5-Data-Pageset: Makefile
databases/p5-Data-RandomPerson: Makefile
databases/p5-GDBM_File: Makefile
databases/p5-Ima-DBI: Makefile
databases/p5-Jifty-DBI: Makefile
databases/p5-Palm: Makefile
databases/p5-Redis: Makefile
databases/p5-Rose-DB: Makefile
databases/p5-Rose-DB-Object: Makefile
databases/p5-Rose-DateTime: Makefile
databases/p5-Rose-Object: Makefile
databases/p5-SQL-Abstract: Makefile
databases/p5-SQL-Abstract-Limit: Makefile
databases/p5-SQL-ReservedWords: Makefile
databases/p5-SQL-Statement: Makefile
databases/p5-SQL-Translator: Makefile
databases/p5-Search-Xapian: Makefile
databases/p5-Sort-SQL: Makefile
databases/p5-Tangram: Makefile
databases/p5-Tie-DBI: Makefile
databases/p5-ldap: Makefile
databases/p5-pgsql: Makefile
databases/p5-sybperl: Makefile
databases/pear-DB: Makefile
databases/pear-DB_DataObject: Makefile
databases/pear-MDB2: Makefile
databases/pear-MDB2-mysql: Makefile
databases/pear-MDB2-mysqli: Makefile
databases/pear-MDB2-pgsql: Makefile
databases/pear-MDB2-sqlite: Makefile
databases/percona-toolkit: Makefile
databases/pg-toolbox: Makefile
databases/pg_top: Makefile
databases/pgadmin3: Makefile
databases/pgbouncer: Makefile
databases/pgfouine: Makefile
databases/pgloader: Makefile
databases/pgpool: Makefile
databases/pgtcl: Makefile
databases/pgworksheet: Makefile
databases/pkglocatedb: Makefile
databases/ports-readmes: Makefile
databases/postgresql: Makefile
databases/postgresql-jdbc: Makefile
databases/postgresql-odbc: Makefile
databases/postgresql-pllua: Makefile
databases/postgresql-plv8: Makefile
databases/postgresql_autodoc: Makefile
databases/py-axiom: Makefile
databases/py-carbon: Makefile
databases/py-cdb: Makefile
databases/py-couchdb: Makefile
databases/py-ldap: Makefile
databases/py-mysql: Makefile
databases/py-odbc: Makefile
databases/py-pgsql: Makefile
databases/py-psycopg2: Makefile
databases/py-pygresql: Makefile
databases/py-redis: Makefile
databases/py-sqlalchemy: Makefile
databases/py-sqlalchemy-migrate: Makefile
databases/py-sqlite: Makefile
databases/py-sqlite2: Makefile
databases/py-sqlobject: Makefile
databases/py-storm: Makefile
databases/py-sybase: Makefile
databases/py-whisper: Makefile
databases/qdbm : Makefile
databases/qt3-sqlite3-plugin: Makefile
databases/redis: Makefile
databases/riak : Makefile
databases/ruby-amalgalite: Makefile
databases/ruby-bdb: Makefile
databases/ruby-couchrest: Makefile
databases/ruby-data_objects: Makefile
databases/ruby-datamapper: Makefile.inc
databases/ruby-datamapper/aggregates: Makefile
databases/ruby-datamapper/constraints: Makefile
databases/ruby-datamapper/core: Makefile
databases/ruby-datamapper/data_mapper: Makefile
databases/ruby-datamapper/migrations: Makefile
databases/ruby-datamapper/serializer: Makefile
databases/ruby-datamapper/sweatshop: Makefile
databases/ruby-datamapper/timestamps: Makefile
databases/ruby-datamapper/transactions: Makefile
databases/ruby-datamapper/types: Makefile
databases/ruby-datamapper/validations: Makefile
databases/ruby-do_mysql: Makefile
databases/ruby-do_postgres: Makefile
databases/ruby-do_sqlite3: Makefile
databases/ruby-hiera: Makefile
databases/ruby-jdbc-h2: Makefile
databases/ruby-jdbc-mysql: Makefile
databases/ruby-jdbc-postgres: Makefile
databases/ruby-jdbc-sqlite3: Makefile
databases/ruby-kirbybase: Makefile
databases/ruby-ldap: Makefile
databases/ruby-mysql: Makefile
databases/ruby-mysql2: Makefile
databases/ruby-mysqlplus: Makefile
databases/ruby-pg: Makefile
databases/ruby-postgres: Makefile
databases/ruby-redis: Makefile
databases/ruby-redis-namespace: Makefile
databases/ruby-resque: Makefile
databases/ruby-sequel: Makefile
databases/ruby-sequel_pg: Makefile
databases/ruby-sqlite3: Makefile
databases/ruby-swift: Makefile
databases/ruby-tiny_tds: Makefile
databases/ruby-validatable: Makefile
databases/sharedance: Makefile
databases/skytools: Makefile
databases/soprano: Makefile
databases/sqlite: Makefile
databases/sqlite3: Makefile
databases/sqlitebrowser: Makefile
databases/sqliteman: Makefile
databases/sqlports: Makefile
databases/sqsh : Makefile
databases/strigi: Makefile
databases/tdb : Makefile
databases/tdbc : Makefile
databases/tdbc-sqlite3: Makefile
databases/tinycdb: Makefile
databases/xapian-core: Makefile
databases/xmysql: Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: www
Changes by: matthieu@cvs.openbsd.org 2013/03/11 01:11:22
Modified files:
faq : current.html
Log message:
Fontconfig update
CVSROOT: /cvs
Module name: www
Changes by: matthieu@cvs.openbsd.org 2013/03/11 02:15:19
Modified files:
faq : current.html
Log message:
More precise fontconfig upgrade instructions.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 02:19:38
Modified files:
devel/goffice : Makefile
Added files:
devel/goffice/patches: patch-goffice_math_go-cspline_c
patch-goffice_math_go-regression_c
Removed files:
devel/goffice/patches: patch-goffice_math_go-cspline_h
Log message:
Fix reversed conditionals for LONG_DOUBLE (upstream).
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 02:56:46
Modified files:
de : 53.html events.html
faq/fr : current.html faq15.html
fr : want.html
opensmtpd/de : portable.html
opensmtpd/nl : portable.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/11 03:15:15
Modified files:
net/py-GeoIP : Makefile
net/py-GeoIP/pkg: PLIST
Log message:
- unbreak HOMEPAGE
- update PERMIT_* and REGRESS->TEST
- regen PLIST
- bump REVISION
CVSROOT: /cvs
Module name: src
Changes by: giovanni@cvs.openbsd.org 2013/03/11 03:28:02
Modified files:
usr.sbin/npppd/pptp: pptpd.c
Log message:
do not start npppd if a pptp tunnel is configured but the gre protocol is not
enabled.
ok yasuoka@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 03:37:03
Added files:
x11/gnome/alacarte/patches: patch-Alacarte_MainWindow_py
patch-Alacarte_MenuEditor_py
x11/gnome/alacarte/pkg: DESCR PLIST
Log message:
Resurrect alacarte now that's it's being maintained again and update to
alacarte-3.6.1.
(manually addings the dirs and not importing since the hierarchy exists
in CVS)
Alacarte is a menu editor for GNOME using the freedesktop.org menu
specification.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 03:37:16
Added files:
x11/gnome/alacarte: Makefile distinfo
Log message:
Missing...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 03:37:44
Modified files:
x11/gnome : Makefile
Log message:
+alacarte
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 03:38:04
Modified files:
meta/gnome : Makefile
Log message:
Depend on x11/gnome/alacarte.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/11 03:44:05
Modified files:
www/piwik : Makefile distinfo
www/piwik/pkg : PLIST
Log message:
Update to 1.11.1 and zap PERMIT_* lines.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/11 03:46:13
Modified files:
www/phpmyadmin : Makefile distinfo
www/phpmyadmin/pkg: PLIST
Log message:
Bugfix update to 3.5.7
remove PERMIT_* lines
ok kevlo@ on a previous diff
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/11 03:49:04
Modified files:
databases/percona-toolkit: Makefile distinfo
databases/percona-toolkit/patches: patch-Makefile_PL
patch-bin_pt-mysql-summary
patch-bin_pt-summary
Log message:
Bugfix update to 2.1.9
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 04:48:55
Modified files:
chinese/hc : Makefile
Log message:
oops
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 04:50:32
Modified files:
devel/ElectricFence: Makefile
devel/ORBit2 : Makefile
devel/acpica : Makefile
devel/ald : Makefile
devel/alex : Makefile
devel/apache-ant: Makefile
devel/apr : Makefile
devel/apr-util : Makefile
devel/arduino : Makefile
devel/argp-standalone: Makefile
devel/argtable : Makefile
devel/arm-elf : Makefile.inc
devel/arm-elf/gcc: Makefile
devel/arm-elf/gdb: Makefile
devel/asm6 : Makefile
devel/asp2php : Makefile
devel/astyle : Makefile
devel/atk : Makefile
devel/atk2mm : Makefile
devel/atlas : Makefile
devel/autoconf : Makefile.inc
devel/autoconf/2.13: Makefile
devel/autoconf/2.52: Makefile
devel/autoconf/2.54: Makefile
devel/autoconf/2.56: Makefile
devel/autoconf/2.57: Makefile
devel/autoconf/2.58: Makefile
devel/autoconf/2.62: Makefile
devel/autoconf/2.63: Makefile
devel/autoconf/2.64: Makefile
devel/autoconf/2.65: Makefile
devel/autoconf/2.67: Makefile
devel/autoconf/2.68: Makefile
devel/autoconf/2.69: Makefile
devel/autogen : Makefile
devel/automake : Makefile.inc
devel/automake/1.10: Makefile
devel/automake/1.11: Makefile
devel/automake/1.12: Makefile
devel/automake/1.13: Makefile
devel/automake/1.4: Makefile
devel/automake/1.8: Makefile
devel/automake/1.9: Makefile
devel/automoc : Makefile
devel/avr/binutils: Makefile
devel/avr/gcc : Makefile
devel/avr/gdb : Makefile
devel/avr/libc : Makefile
devel/avrdude : Makefile
devel/beediff : Makefile
devel/bison : Makefile
devel/blame : Makefile
devel/boehm-gc : Makefile
devel/boost : Makefile
devel/bouml : Makefile
devel/bpython : Makefile
devel/bustle : Makefile
devel/bzr : Makefile
devel/bzr-svn : Makefile
devel/c2hs : Makefile
devel/cabal-install: Makefile
devel/catalyst : Makefile
devel/catalyst-tutorial: Makefile
devel/ccache : Makefile
devel/ccrtp : Makefile
devel/cdk : Makefile
devel/cflow : Makefile
devel/check : Makefile
devel/chmlib : Makefile
devel/cil : Makefile
devel/cln : Makefile
devel/cmake : Makefile cmake.port.mk
devel/cmockery : Makefile
devel/coccigrep: Makefile
devel/coccinelle: Makefile
devel/codeblocks: Makefile
devel/codeworker: Makefile
devel/commoncpp: Makefile
devel/commons-io: Makefile
devel/cook : Makefile
devel/coxpcall : Makefile
devel/cppcheck : Makefile
devel/cpphs : Makefile
devel/cppunit : Makefile
devel/cryptopp : Makefile
devel/cscope : Makefile
devel/ctm : Makefile
devel/cunit : Makefile
devel/cutils : Makefile
devel/cvs20hg : Makefile
devel/cvs2cl : Makefile
devel/cvs2svn : Makefile
devel/cvsgraph : Makefile
devel/cvslock : Makefile
devel/cvsplot : Makefile
devel/cvsps : Makefile
devel/cvstrac : Makefile
devel/cvsutils : Makefile
devel/cvsweb : Makefile
devel/cxxtools : Makefile
devel/darcs : Makefile
devel/dbus-sharp: Makefile
devel/dbus-sharp-glib: Makefile
devel/dconf : Makefile
devel/ddd : Makefile
devel/dejagnu : Makefile
devel/desktop-file-utils: Makefile
devel/dfu-programmer: Makefile
devel/dissy : Makefile
devel/doc++ : Makefile
devel/dotconf : Makefile
devel/doxygen : Makefile
devel/droplet : Makefile
devel/dtc : Makefile
devel/eclipse/plugins: Makefile.inc
devel/eclipse/plugins/emf: Makefile
devel/eclipse/plugins/epic: Makefile
devel/eclipse/plugins/findbugs: Makefile
devel/eclipse/plugins/gef: Makefile
devel/eclipse/plugins/ivyde: Makefile
devel/eclipse/plugins/py-dev: Makefile
devel/eclipse/plugins/rdt: Makefile
devel/eclipse/plugins/struts-console: Makefile
devel/eclipse/plugins/subclipse: Makefile
devel/eclipse/plugins/uml2: Makefile
devel/eclipse/plugins/wtp: Makefile
devel/eclipse/sdk: Makefile
devel/ectags : Makefile
devel/emacs-haskell: Makefile
devel/erl-automeck: Makefile
devel/erl-bear : Makefile
devel/erl-depsolver: Makefile
devel/erl-ej : Makefile
devel/erl-ejson: Makefile
devel/erl-eper : Makefile
devel/erl-fast_log: Makefile
devel/erl-folsom: Makefile
devel/erl-gen_server2: Makefile
devel/erl-jiffy: Makefile
devel/erl-meck : Makefile
devel/erl-mixer: Makefile
devel/erl-pooler: Makefile
devel/ethos : Makefile
devel/fasm : Makefile
devel/ffcall : Makefile
devel/flatzebra: Makefile
devel/flawfinder: Makefile
devel/flex : Makefile
devel/fossil : Makefile
devel/fox : Makefile
devel/fribidi : Makefile
devel/gconf-editor: Makefile
devel/gconf2 : Makefile
devel/gdb : Makefile
devel/geany : Makefile
devel/geotiff : Makefile
devel/gettext : Makefile
devel/gflags : Makefile
devel/giblib : Makefile
devel/giggle : Makefile
devel/gindent : Makefile
devel/git : Makefile
devel/git-cola : Makefile
devel/glade : Makefile
devel/glade3 : Makefile
devel/glib : Makefile
devel/glib2 : Makefile
devel/glib2mm : Makefile
devel/glog : Makefile
devel/glpk : Makefile
devel/gmake : Makefile
devel/gmc4cc : Makefile
devel/gmp : Makefile
devel/gobject-introspection: Makefile
devel/goffice : Makefile
devel/goffice08: Makefile
devel/goopy : Makefile
devel/gperf : Makefile
devel/gputils : Makefile
devel/grcs : Makefile
devel/gsettings-desktop-schemas: Makefile
devel/gsl : Makefile
devel/gtest : Makefile
devel/gtk2hs-buildtools: Makefile
devel/gtkparasite: Makefile
devel/guichan : Makefile
devel/guilib : Makefile
devel/gyp : Makefile
devel/haddock : Makefile
devel/happy : Makefile
devel/harfbuzz : Makefile
devel/hasktags : Makefile
devel/help2man : Makefile
devel/hmake : Makefile
devel/hs-ConfigFile: Makefile
devel/hs-FindBin: Makefile
devel/hs-HUnit : Makefile
devel/hs-HsSyck: Makefile
devel/hs-List : Makefile
devel/hs-ListLike: Makefile
devel/hs-MetaObject: Makefile
devel/hs-MissingH: Makefile
devel/hs-MonadCatchIO-mtl: Makefile
devel/hs-MonadCatchIO-transformers: Makefile
devel/hs-OneTuple: Makefile
devel/hs-PSQueue: Makefile
devel/hs-QuickAnnotate: Makefile
devel/hs-QuickCheck: Makefile
devel/hs-abstract-deque: Makefile
devel/hs-abstract-par: Makefile
devel/hs-aeson : Makefile
devel/hs-ansi-terminal: Makefile
devel/hs-ansi-wl-pprint: Makefile
devel/hs-async : Makefile
devel/hs-atom : Makefile
devel/hs-base-unicode-symbols: Makefile
devel/hs-base16-bytestring: Makefile
devel/hs-base64-bytestring: Makefile
devel/hs-bimap : Makefile
devel/hs-binary: Makefile
devel/hs-blaze-builder: Makefile
devel/hs-blaze-builder-conduit: Makefile
devel/hs-blaze-builder-enumerator: Makefile
devel/hs-blaze-textual: Makefile
devel/hs-bytestring-mmap: Makefile
devel/hs-case-insensitive: Makefile
devel/hs-cereal: Makefile
devel/hs-cmdargs: Makefile
devel/hs-cmdlib: Makefile
devel/hs-comonad: Makefile
devel/hs-comonad-transformers: Makefile
devel/hs-concurrent-extra: Makefile
devel/hs-conduit: Makefile
devel/hs-configurator: Makefile
devel/hs-constraints: Makefile
devel/hs-contravariant: Makefile
devel/hs-control-timeout: Makefile
devel/hs-convertible: Makefile
devel/hs-data-default: Makefile
devel/hs-data-hash: Makefile
devel/hs-data-lens: Makefile
devel/hs-data-lens-template: Makefile
devel/hs-dataenc: Makefile
devel/hs-directory-tree: Makefile
devel/hs-distributive: Makefile
devel/hs-dlist : Makefile
devel/hs-enumerator: Makefile
devel/hs-failure: Makefile
devel/hs-fgl : Makefile
devel/hs-ghc-mtl: Makefile
devel/hs-ghc-paths: Makefile
devel/hs-gio : Makefile
devel/hs-glade : Makefile
devel/hs-glib : Makefile
devel/hs-hashable: Makefile
devel/hs-hashed-storage: Makefile
devel/hs-haskeline: Makefile
devel/hs-hint : Makefile
devel/hs-hlint : Makefile
devel/hs-hood : Makefile
devel/hs-hoogle: Makefile
devel/hs-hslogger: Makefile
devel/hs-iteratee: Makefile
devel/hs-language-c: Makefile
devel/hs-largeword: Makefile
devel/hs-lifted-base: Makefile
devel/hs-logict: Makefile
devel/hs-mmap : Makefile
devel/hs-monad-control: Makefile
devel/hs-monad-par: Makefile
devel/hs-monad-par-extras: Makefile
devel/hs-monads-fd: Makefile
devel/hs-monads-tf: Makefile
devel/hs-mtl : Makefile
devel/hs-murmur-hash: Makefile
devel/hs-network: Makefile
devel/hs-network-conduit: Makefile
devel/hs-newtype: Makefile
devel/hs-pango : Makefile
devel/hs-parallel: Makefile
devel/hs-parsec: Makefile
devel/hs-patch-combinators: Makefile
devel/hs-primitive: Makefile
devel/hs-pugs-DrIFT: Makefile
devel/hs-pugs-compat: Makefile
devel/hs-random: Makefile
devel/hs-readline: Makefile
devel/hs-regex-base: Makefile
devel/hs-regex-compat: Makefile
devel/hs-regex-pcre-builtin: Makefile
devel/hs-regex-posix: Makefile
devel/hs-resourcet: Makefile
devel/hs-safe : Makefile
devel/hs-semigroupoids: Makefile
devel/hs-semigroups: Makefile
devel/hs-sendfile: Makefile
devel/hs-shellish: Makefile
devel/hs-simple-sendfile: Makefile
devel/hs-split : Makefile
devel/hs-stm : Makefile
devel/hs-strict: Makefile
devel/hs-stringtable-atom: Makefile
devel/hs-syb : Makefile
devel/hs-tagged: Makefile
devel/hs-tar : Makefile
devel/hs-terminfo: Makefile
devel/hs-test-framework: Makefile
devel/hs-test-framework-hunit: Makefile
devel/hs-test-framework-quickcheck2: Makefile
devel/hs-text : Makefile
devel/hs-transformers: Makefile
devel/hs-transformers-base: Makefile
devel/hs-tuple : Makefile
devel/hs-type-level: Makefile
devel/hs-unbounded-delays: Makefile
devel/hs-uniplate: Makefile
devel/hs-unix-compat: Makefile
devel/hs-unordered-containers: Makefile
devel/hs-vault : Makefile
devel/hs-vector: Makefile
devel/hs-vector-algorithms: Makefile
devel/hs-void : Makefile
devel/hscolour : Makefile
devel/hudson : Makefile
devel/hyena : Makefile
devel/id-utils : Makefile
devel/imake : Makefile
devel/imake-cf : Makefile
devel/iniparser: Makefile
devel/intellij : Makefile
devel/ipython : Makefile
devel/iso-codes: Makefile
devel/itcl : Makefile
devel/ivy : Makefile
devel/jakarta-servletapi: Makefile
devel/jam : Makefile
devel/jdk/1.6 : Makefile
devel/jdk/1.7 : Makefile
devel/jenkins : Makefile
devel/json-c : Makefile
devel/json-glib: Makefile
devel/kdbg : Makefile
devel/kdiff3 : Makefile
devel/lam : Makefile
devel/legit : Makefile
devel/leiningen: Makefile
devel/libIDL : Makefile
devel/libJudy : Makefile
devel/libast : Makefile
devel/libaudiofile: Makefile
devel/libavl : Makefile
devel/libbio : Makefile
devel/libclog : Makefile
devel/libconfig: Makefile
devel/libconfuse: Makefile
devel/libdaemon: Makefile
devel/libdisorder: Makefile
devel/libdockapp: Makefile
devel/libdshconfig: Makefile
devel/libdvdread: Makefile
devel/libee : Makefile
devel/libelf : Makefile
devel/libestr : Makefile
devel/libev : Makefile
devel/libevent2: Makefile
devel/libeventextra: Makefile
devel/libexecinfo: Makefile
devel/libexude : Makefile
devel/libf2c : Makefile
devel/libf2c-old: Makefile
devel/libffi : Makefile
devel/libfmt : Makefile
devel/libftdi : Makefile
devel/libgdata : Makefile
devel/libgee : Makefile
devel/libgee06 : Makefile
devel/libgit2 : Makefile.inc
devel/libgit2/libgit2: Makefile
devel/libgit2/py-git2: Makefile
devel/libglade2: Makefile
devel/libglademm: Makefile
devel/libgsf : Makefile
devel/libgtop2 : Makefile
devel/libguess : Makefile
devel/libhid : Makefile
devel/libidn : Makefile
devel/libio : Makefile
devel/libivykis: Makefile
devel/libixp : Makefile
devel/liblouis : Makefile
devel/libmagic : Makefile
devel/libmemcached: Makefile
devel/libmpc : Makefile
devel/libmtp : Makefile
devel/libnotify: Makefile
devel/libofx : Makefile
devel/liboil : Makefile
devel/liboop : Makefile
devel/libopensync: Makefile
devel/libpeas : Makefile
devel/libplist : Makefile
devel/libproplist: Makefile
devel/libregexp9: Makefile
devel/libsigc++-2: Makefile
devel/libsigsegv: Makefile
devel/libslang : Makefile
devel/libsoup : Makefile
devel/libspectrum: Makefile
devel/libstdc++-man: Makefile
devel/libtalloc: Makefile
devel/libtool : Makefile
devel/libunicode: Makefile
devel/libunique: Makefile
devel/libunique3: Makefile
devel/libusb-compat: Makefile
devel/libusb1 : Makefile
devel/libutf : Makefile
devel/libvirt-glib: Makefile
devel/libvmime : Makefile
devel/libvstr : Makefile
devel/libwnck : Makefile
devel/libwnck3 : Makefile
devel/libxsvf : Makefile
devel/libyajl : Makefile
devel/libyaml : Makefile
devel/libyubikey: Makefile
devel/llvm : Makefile
devel/log4c : Makefile
devel/log4cplus: Makefile
devel/lpc21isp : Makefile
devel/lpeg : Makefile
devel/lua-cjson: Makefile
devel/lua-cmsgpack: Makefile
devel/lua-lgi : Makefile
devel/luaalarm : Makefile
devel/luabitop : Makefile
devel/luacopas : Makefile
devel/luadoc : Makefile
devel/luaevent : Makefile
devel/luafs : Makefile
devel/luapack : Makefile
devel/luaposix : Makefile
devel/luaprofiler: Makefile
devel/luarexlib: Makefile
devel/luarings : Makefile
devel/luastdlib: Makefile
devel/m4 : Makefile
devel/maven : Makefile
devel/mcs : Makefile
devel/mentry : Makefile
devel/mercurial: Makefile
devel/metaauto : Makefile
devel/mico : Makefile
devel/mingw : Makefile
devel/mk : Makefile
devel/mm : Makefile
devel/mono-addins: Makefile
devel/mono-gdata: Makefile
devel/mono-notify: Makefile
devel/monodevelop: Makefile
devel/monotone : Makefile
devel/mowgli : Makefile
devel/mpfr : Makefile
devel/msp430 : Makefile.inc
devel/msp430/binutils: Makefile
devel/mspdebug : Makefile
devel/mysql++ : Makefile
devel/nagelfar : Makefile
devel/naken430asm: Makefile
devel/nant : Makefile
devel/nasm : Makefile
devel/netbeans : Makefile
devel/newt : Makefile
devel/node-expresso: Makefile
devel/node-fibers: Makefile
devel/node-generic-pool: Makefile
devel/node-gir : Makefile
devel/node-mnm : Makefile
devel/npth : Makefile
devel/nspr : Makefile
devel/ocaml-batteries: Makefile
devel/ocaml-calendar: Makefile
devel/ocaml-camomile: Makefile
devel/ocaml-curses: Makefile
devel/ocaml-extlib: Makefile
devel/ocaml-lambda-term: Makefile
devel/ocaml-lwt: Makefile
devel/ocaml-mlgmp: Makefile
devel/ocaml-net: Makefile
devel/ocaml-pcre: Makefile
devel/ocaml-react: Makefile
devel/ocaml-zed: Makefile
devel/ode : Makefile
devel/ois : Makefile
devel/omake : Makefile
devel/opencm : Makefile
devel/openmpi : Makefile
devel/openocd : Makefile
devel/ophis : Makefile
devel/orc : Makefile
devel/ounit : Makefile
devel/p5-Acme-Damn: Makefile
devel/p5-Algorithm-Annotate: Makefile
devel/p5-Algorithm-C3: Makefile
devel/p5-Algorithm-CurveFit: Makefile
devel/p5-Algorithm-Dependency: Makefile
devel/p5-Algorithm-Diff: Makefile
devel/p5-Algorithm-IncludeExclude: Makefile
devel/p5-Algorithm-MarkovChain: Makefile
devel/p5-Algorithm-Munkres: Makefile
devel/p5-Algorithm-Permute: Makefile
devel/p5-Alien-wxWidgets: Makefile
devel/p5-Any-Moose: Makefile
devel/p5-AnyEvent: Makefile
devel/p5-AnyEvent-HTTP: Makefile
devel/p5-App-CLI: Makefile
devel/p5-App-Info: Makefile
devel/p5-AppConfig: Makefile
devel/p5-AppConfig-Std: Makefile
devel/p5-Array-Compare: Makefile
devel/p5-Array-Diff: Makefile
devel/p5-Array-RefElem: Makefile
devel/p5-Array-Window: Makefile
devel/p5-AutoXS-Header: Makefile
devel/p5-B-Deobfuscate: Makefile
devel/p5-B-Graph: Makefile
devel/p5-B-Hooks-EndOfScope: Makefile
devel/p5-B-Hooks-OP-Check: Makefile
devel/p5-B-Keywords: Makefile
devel/p5-B-Utils: Makefile
devel/p5-BFD : Makefile
devel/p5-BSD-Resource: Makefile
devel/p5-BSD-arc4random: Makefile
devel/p5-BSD-stat: Makefile
devel/p5-Benchmark-Timer: Makefile
devel/p5-Best : Makefile
devel/p5-Bit-Vector-Minimal: Makefile
devel/p5-C-Scan: Makefile
devel/p5-CLASS : Makefile
devel/p5-Cache-Cache: Makefile
devel/p5-Cache-FastMmap: Makefile
devel/p5-Cache-Memcached: Makefile
devel/p5-Cache-Mmap: Makefile
devel/p5-Cache-Simple-TimedExpiry: Makefile
devel/p5-Carp-Always: Makefile
devel/p5-Carp-Assert: Makefile
devel/p5-Carp-Assert-More: Makefile
devel/p5-Carp-Clan: Makefile
devel/p5-Carp-Datum: Makefile
devel/p5-Catalyst-Manual: Makefile
devel/p5-Catalyst-Plugin-C3: Makefile
devel/p5-Catalyst-Plugin-StackTrace: Makefile
devel/p5-Class-Accessor: Makefile
devel/p5-Class-Accessor-Chained: Makefile
devel/p5-Class-Accessor-Grouped: Makefile
devel/p5-Class-Accessor-Lite: Makefile
devel/p5-Class-AutoClass: Makefile
devel/p5-Class-Autouse: Makefile
devel/p5-Class-Base: Makefile
devel/p5-Class-C3: Makefile
devel/p5-Class-C3-Adopt-NEXT: Makefile
devel/p5-Class-C3-Componentised: Makefile
devel/p5-Class-C3-XS: Makefile
devel/p5-Class-Classless: Makefile
devel/p5-Class-Container: Makefile
devel/p5-Class-Data-Accessor: Makefile
devel/p5-Class-Data-Inheritable: Makefile
devel/p5-Class-Date: Makefile
devel/p5-Class-Default: Makefile
devel/p5-Class-ErrorHandler: Makefile
devel/p5-Class-Factory: Makefile
devel/p5-Class-Factory-Util: Makefile
devel/p5-Class-Generate: Makefile
devel/p5-Class-Gomor: Makefile
devel/p5-Class-Handle: Makefile
devel/p5-Class-ISA: Makefile
devel/p5-Class-Inner: Makefile
devel/p5-Class-InsideOut: Makefile
devel/p5-Class-Inspector: Makefile
devel/p5-Class-Load: Makefile
devel/p5-Class-Loader: Makefile
devel/p5-Class-MOP: Makefile
devel/p5-Class-MakeMethods: Makefile
devel/p5-Class-Meta: Makefile
devel/p5-Class-Meta-Express: Makefile
devel/p5-Class-MethodMaker: Makefile
devel/p5-Class-MethodMapper: Makefile
devel/p5-Class-Multimethods: Makefile
devel/p5-Class-ReturnValue: Makefile
devel/p5-Class-Singleton: Makefile
devel/p5-Class-Std: Makefile
devel/p5-Class-Std-Fast: Makefile
devel/p5-Class-Std-Utils: Makefile
devel/p5-Class-Throwable: Makefile
devel/p5-Class-Trigger: Makefile
devel/p5-Class-Unload: Makefile
devel/p5-Class-Virtual: Makefile
devel/p5-Class-WhiteHole: Makefile
devel/p5-Class-XPath: Makefile
devel/p5-Class-XSAccessor: Makefile
devel/p5-Clone : Makefile
devel/p5-Config-Any: Makefile
devel/p5-Config-Auto: Makefile
devel/p5-Config-General: Makefile
devel/p5-Config-Grammar: Makefile
devel/p5-Config-IniFiles: Makefile
devel/p5-Config-Options: Makefile
devel/p5-Config-Simple: Makefile
devel/p5-Config-Std: Makefile
devel/p5-Config-Tiny: Makefile
devel/p5-Context-Preserve: Makefile
devel/p5-Coro : Makefile
devel/p5-Curses: Makefile
devel/p5-Curses-UI: Makefile
devel/p5-Curses-Widgets: Makefile
devel/p5-Data-Alias: Makefile
devel/p5-Data-Buffer: Makefile
devel/p5-Data-Compare: Makefile
devel/p5-Data-Dump: Makefile
devel/p5-Data-Dump-Streamer: Makefile
devel/p5-Data-Dumper-Concise: Makefile
devel/p5-Data-Dumper-Simple: Makefile
devel/p5-Data-Flow: Makefile
devel/p5-Data-FormValidator: Makefile
devel/p5-Data-HexDump: Makefile
devel/p5-Data-Hierarchy: Makefile
devel/p5-Data-ICal: Makefile
devel/p5-Data-ICal-TimeZone: Makefile
devel/p5-Data-Lazy: Makefile
devel/p5-Data-OptList: Makefile
devel/p5-Data-Random: Makefile
devel/p5-Data-ShowTable: Makefile
devel/p5-Data-Stag: Makefile
devel/p5-Data-Structure-Util: Makefile
devel/p5-Data-Types: Makefile
devel/p5-Data-UUID: Makefile
devel/p5-Data-VString: Makefile
devel/p5-Data-Validate: Makefile
devel/p5-Data-Validate-Struct: Makefile
devel/p5-Data-Visitor: Makefile
devel/p5-Date-Calc: Makefile
devel/p5-Date-Handler: Makefile
devel/p5-Date-ICal: Makefile
devel/p5-Date-Leapyear: Makefile
devel/p5-Date-Simple: Makefile
devel/p5-DateTime: Makefile
devel/p5-DateTime-Calendar-Mayan: Makefile
devel/p5-DateTime-Cron-Simple: Makefile
devel/p5-DateTime-Event-ICal: Makefile
devel/p5-DateTime-Event-Recurrence: Makefile
devel/p5-DateTime-Format-Builder: Makefile
devel/p5-DateTime-Format-HTTP: Makefile
devel/p5-DateTime-Format-ICal: Makefile
devel/p5-DateTime-Format-ISO8601: Makefile
devel/p5-DateTime-Format-Mail: Makefile
devel/p5-DateTime-Format-MySQL: Makefile
devel/p5-DateTime-Format-Natural: Makefile
devel/p5-DateTime-Format-Pg: Makefile
devel/p5-DateTime-Format-SQLite: Makefile
devel/p5-DateTime-Format-Strptime: Makefile
devel/p5-DateTime-Format-W3CDTF: Makefile
devel/p5-DateTime-Locale: Makefile
devel/p5-DateTime-Precise: Makefile
devel/p5-DateTime-Set: Makefile
devel/p5-DateTime-TimeZone: Makefile
devel/p5-Declare-Constraints-Simple: Makefile
devel/p5-Devel-Caller: Makefile
devel/p5-Devel-Cover: Makefile
devel/p5-Devel-Cycle: Makefile
devel/p5-Devel-Declare: Makefile
devel/p5-Devel-FastProf: Makefile
devel/p5-Devel-GlobalDestruction: Makefile
devel/p5-Devel-Leak: Makefile
devel/p5-Devel-NYTProf: Makefile
devel/p5-Devel-PartialDump: Makefile
devel/p5-Devel-SawAmpersand: Makefile
devel/p5-Devel-Size: Makefile
devel/p5-Devel-Size-Report: Makefile
devel/p5-Devel-SmallProf: Makefile
devel/p5-Devel-StackTrace: Makefile
devel/p5-Devel-StackTrace-AsHTML: Makefile
devel/p5-Devel-Symdump: Makefile
devel/p5-Devel-Trace: Makefile
devel/p5-Devel-TraceUse: Makefile
devel/p5-Devel-ebug: Makefile
devel/p5-Devel-ptkdb: Makefile
devel/p5-Device-USB: Makefile
devel/p5-Directory-Scratch: Makefile
devel/p5-Dist-CheckConflicts: Makefile
devel/p5-EV : Makefile
devel/p5-Env-PS1: Makefile
devel/p5-Error : Makefile
devel/p5-Event : Makefile
devel/p5-Event-ExecFlow: Makefile
devel/p5-Event-Lib: Makefile
devel/p5-Exception-Class: Makefile
devel/p5-Expect: Makefile
devel/p5-Expect-Simple: Makefile
devel/p5-Exporter-Lite: Makefile
devel/p5-Exporter-Tidy: Makefile
devel/p5-ExtUtils-CChecker: Makefile
devel/p5-ExtUtils-Depends: Makefile
devel/p5-ExtUtils-PkgConfig: Makefile
devel/p5-ExtUtils-XSBuilder: Makefile
devel/p5-ExtUtils-XSpp: Makefile
devel/p5-File-Attributes: Makefile
devel/p5-File-Attributes-Recursive: Makefile
devel/p5-File-BOM: Makefile
devel/p5-File-BaseDir: Makefile
devel/p5-File-ChangeNotify: Makefile
devel/p5-File-Copy-Recursive: Makefile
devel/p5-File-CreationTime: Makefile
devel/p5-File-DesktopEntry: Makefile
devel/p5-File-DirCompare: Makefile
devel/p5-File-Find-Rule: Makefile
devel/p5-File-Find-Rule-Filesys-Virtual: Makefile
devel/p5-File-Find-Rule-Perl: Makefile
devel/p5-File-Finder: Makefile
devel/p5-File-Flat: Makefile
devel/p5-File-FnMatch: Makefile
devel/p5-File-HomeDir: Makefile
devel/p5-File-MimeInfo: Makefile
devel/p5-File-Modified: Makefile
devel/p5-File-NCopy: Makefile
devel/p5-File-Next: Makefile
devel/p5-File-Path-Expand: Makefile
devel/p5-File-ReadBackwards: Makefile
devel/p5-File-Remove: Makefile
devel/p5-File-RsyncP: Makefile
devel/p5-File-ShareDir: Makefile
devel/p5-File-Slurp: Makefile
devel/p5-File-Sync: Makefile
devel/p5-File-Tail: Makefile
devel/p5-File-Tempdir: Makefile
devel/p5-File-Touch: Makefile
devel/p5-File-Type: Makefile
devel/p5-File-chdir: Makefile
devel/p5-FileHandle-Unget: Makefile
devel/p5-Filter-Template: Makefile
devel/p5-FormValidator-Simple: Makefile
devel/p5-Fortran-Format: Makefile
devel/p5-Getargs-Long: Makefile
devel/p5-Getopt-ArgvFile: Makefile
devel/p5-Getopt-Euclid: Makefile
devel/p5-Getopt-Long-Descriptive: Makefile
devel/p5-Getopt-Simple: Makefile
devel/p5-Git-Repository: Makefile
devel/p5-Glib2 : Makefile
devel/p5-Graph : Makefile
devel/p5-Guard : Makefile
devel/p5-Hash-AutoHash: Makefile
devel/p5-Hash-AutoHash-Args: Makefile
devel/p5-Hash-Flatten: Makefile
devel/p5-Hash-Merge: Makefile
devel/p5-Hash-MultiValue: Makefile
devel/p5-Hash-NoRef: Makefile
devel/p5-Hash-Util-FieldHash-Compat: Makefile
devel/p5-Heap : Makefile
devel/p5-Hook-LexWrap: Makefile
devel/p5-I18N-LangTags: Makefile
devel/p5-IO-All: Makefile
devel/p5-IO-Capture: Makefile
devel/p5-IO-CaptureOutput: Makefile
devel/p5-IO-Digest: Makefile
devel/p5-IO-KQueue: Makefile
devel/p5-IO-Lambda: Makefile
devel/p5-IO-LockedFile: Makefile
devel/p5-IO-Multiplex: Makefile
devel/p5-IO-Pager: Makefile
devel/p5-IO-String: Makefile
devel/p5-IO-Tee: Makefile
devel/p5-IO-Tty: Makefile
devel/p5-IO-stringy: Makefile
devel/p5-IPC-Run: Makefile
devel/p5-IPC-Run-SafeHandles: Makefile
devel/p5-IPC-Run3: Makefile
devel/p5-IPC-ShareLite: Makefile
devel/p5-IPC-Shareable: Makefile
devel/p5-Inline: Makefile
devel/p5-Internals: Makefile
devel/p5-Iterator: Makefile
devel/p5-Iterator-Util: Makefile
devel/p5-Lchown: Makefile
devel/p5-List-Cycle: Makefile
devel/p5-List-MoreUtils: Makefile
devel/p5-Locale-Hebrew: Makefile
devel/p5-Locale-Maketext-Fuzzy: Makefile
devel/p5-Locale-Maketext-Gettext: Makefile
devel/p5-Locale-Maketext-Lexicon: Makefile
devel/p5-Locale-PGettext: Makefile
devel/p5-Locale-US: Makefile
devel/p5-Locale-gettext: Makefile
devel/p5-LockFile-Simple: Makefile
devel/p5-Log-Agent: Makefile
devel/p5-Log-Any: Makefile
devel/p5-Log-Dispatch: Makefile
devel/p5-Log-Dispatch-Binlog: Makefile
devel/p5-Log-Dispatch-Config: Makefile
devel/p5-Log-Dispatch-Config-TestLog: Makefile
devel/p5-Log-Dispatch-FileRotate: Makefile
devel/p5-Log-Log4perl: Makefile
devel/p5-Log-Trace: Makefile
devel/p5-MLDBM-Sync: Makefile
devel/p5-MRO-Compat: Makefile
devel/p5-Memoize-ExpireLRU: Makefile
devel/p5-Module-Find: Makefile
devel/p5-Module-Install: Makefile
devel/p5-Module-Manifest: Makefile
devel/p5-Module-Pluggable-Fast: Makefile
devel/p5-Module-Refresh: Makefile
devel/p5-Module-Runtime: Makefile
devel/p5-Module-ScanDeps: Makefile
devel/p5-Module-Starter: Makefile
devel/p5-Module-Starter-Plugin-CGIApp: Makefile
devel/p5-Module-Versions-Report: Makefile
devel/p5-Module-Which: Makefile
devel/p5-Moose : Makefile
devel/p5-MooseX-Aliases: Makefile
devel/p5-MooseX-AttributeHelpers: Makefile
devel/p5-MooseX-Clone: Makefile
devel/p5-MooseX-ConfigFromFile: Makefile
devel/p5-MooseX-Daemonize: Makefile
devel/p5-MooseX-Declare: Makefile
devel/p5-MooseX-Emulate-Class-Accessor-Fast: Makefile
devel/p5-MooseX-Getopt: Makefile
devel/p5-MooseX-Has-Sugar: Makefile
devel/p5-MooseX-LazyRequire: Makefile
devel/p5-MooseX-Log-Log4perl: Makefile
devel/p5-MooseX-LogDispatch: Makefile
devel/p5-MooseX-MarkAsMethods: Makefile
devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion: Makefile
devel/p5-MooseX-Method-Signatures: Makefile
devel/p5-MooseX-MethodAttributes: Makefile
devel/p5-MooseX-MultiInitArg: Makefile
devel/p5-MooseX-NonMoose: Makefile
devel/p5-MooseX-POE: Makefile
devel/p5-MooseX-Params-Validate: Makefile
devel/p5-MooseX-Role-Parameterized: Makefile
devel/p5-MooseX-Role-WithOverloading: Makefile
devel/p5-MooseX-SemiAffordanceAccessor: Makefile
devel/p5-MooseX-Traits: Makefile
devel/p5-MooseX-Traits-Pluggable: Makefile
devel/p5-MooseX-Types: Makefile
devel/p5-MooseX-Types-Common: Makefile
devel/p5-MooseX-Types-DateTime: Makefile
devel/p5-MooseX-Types-LoadableClass: Makefile
devel/p5-MooseX-Types-Path-Class: Makefile
devel/p5-MooseX-Types-Structured: Makefile
devel/p5-Mouse : Makefile
devel/p5-MouseX-Types: Makefile
devel/p5-Net-Server: Makefile
devel/p5-Number-Compare: Makefile
devel/p5-Number-Compare-Date: Makefile
devel/p5-OLE-Storage_Lite: Makefile
devel/p5-Object-Declare: Makefile
devel/p5-Object-Pluggable: Makefile
devel/p5-Object-Realize: Makefile
devel/p5-Object-Signature: Makefile
devel/p5-PAR : Makefile
devel/p5-PAR-Dist: Makefile
devel/p5-POE : Makefile
devel/p5-POE-API-Peek: Makefile
devel/p5-POE-Component-IKC: Makefile
devel/p5-POE-Component-Pluggable: Makefile
devel/p5-POE-Component-PubSub: Makefile
devel/p5-POE-Component-Supervisor: Makefile
devel/p5-POE-Component-Syndicator: Makefile
devel/p5-POE-Loop-Event: Makefile
devel/p5-POE-Loop-Tk: Makefile
devel/p5-POE-Test-Loops: Makefile
devel/p5-POE-XS-Queue-Array: Makefile
devel/p5-Package-DeprecationManager: Makefile
devel/p5-Package-Generator: Makefile
devel/p5-Package-Stash: Makefile
devel/p5-Package-Stash-XS: Makefile
devel/p5-PadWalker: Makefile
devel/p5-Pango : Makefile
devel/p5-Parallel-ForkManager: Makefile
devel/p5-Parallel-Forker: Makefile
devel/p5-Parallel-Prefork: Makefile
devel/p5-Params-CallbackRequest: Makefile
devel/p5-Params-Classify: Makefile
devel/p5-Params-Coerce: Makefile
devel/p5-Params-Util: Makefile
devel/p5-Params-Validate: Makefile
devel/p5-Paranoid: Makefile
devel/p5-Parse-Method-Signatures: Makefile
devel/p5-Parse-PlainConfig: Makefile
devel/p5-Parse-RecDescent: Makefile
devel/p5-Path-Class: Makefile
devel/p5-Perl-Critic: Makefile
devel/p5-Perl6-Junction: Makefile
devel/p5-PerlIO-eol: Makefile
devel/p5-PerlIO-via-Bzip2: Makefile
devel/p5-PerlIO-via-dynamic: Makefile
devel/p5-PerlIO-via-symlink: Makefile
devel/p5-Pod-Coverage: Makefile
devel/p5-Pod-ToDemo: Makefile
devel/p5-Probe-Perl: Makefile
devel/p5-Proc-Background: Makefile
devel/p5-Proc-Daemon: Makefile
devel/p5-Proc-PID-File: Makefile
devel/p5-Proc-Simple: Makefile
devel/p5-Rcs : Makefile
devel/p5-Readonly: Makefile
devel/p5-Readonly-XS: Makefile
devel/p5-Regexp-Copy: Makefile
devel/p5-Regexp-IPv6: Makefile
devel/p5-Regexp-Shellish: Makefile
devel/p5-Return-Value: Makefile
devel/p5-SDL : Makefile
devel/p5-SUPER : Makefile
devel/p5-SVN-Dump: Makefile
devel/p5-SVN-Mirror: Makefile
devel/p5-SVN-Notify: Makefile
devel/p5-SVN-Simple: Makefile
devel/p5-SVN-Web: Makefile
devel/p5-Safe-Hole: Makefile
devel/p5-Safe-World: Makefile
devel/p5-Scalar-Defer: Makefile
devel/p5-Scope-Guard: Makefile
devel/p5-Scope-Upper: Makefile
devel/p5-Set-Infinite: Makefile
devel/p5-Set-IntRange: Makefile
devel/p5-Set-Object: Makefile
devel/p5-Set-Scalar: Makefile
devel/p5-Shell-Command: Makefile
devel/p5-Slay-Makefile: Makefile
devel/p5-Slay-Makefile-Gress: Makefile
devel/p5-Slay-Maker: Makefile
devel/p5-Smart-Comments: Makefile
devel/p5-Sort-Key: Makefile
devel/p5-Spiffy: Makefile
devel/p5-String-CRC32: Makefile
devel/p5-String-Format: Makefile
devel/p5-String-Scanf: Makefile
devel/p5-String-Truncate: Makefile
devel/p5-Sub-Exporter: Makefile
devel/p5-Sub-Identify: Makefile
devel/p5-Sub-Install: Makefile
devel/p5-Sub-Lambda: Makefile
devel/p5-Sub-Name: Makefile
devel/p5-Sub-Override: Makefile
devel/p5-Sub-Uplevel: Makefile
devel/p5-Switch: Makefile
devel/p5-Sys-SigAction: Makefile
devel/p5-System-Command: Makefile
devel/p5-TAP-Harness-Archive: Makefile
devel/p5-TAP-Harness-Multiple: Makefile
devel/p5-TAP-Parser: Makefile
devel/p5-Taint-Runtime: Makefile
devel/p5-Task-Weaken: Makefile
devel/p5-Term-Encoding: Makefile
devel/p5-Term-ProgressBar: Makefile
devel/p5-Term-Prompt: Makefile
devel/p5-Term-ReadKey: Makefile
devel/p5-Term-ReadLine-Gnu: Makefile
devel/p5-Term-ReadLine-Perl: Makefile
devel/p5-Term-ReadLine-Zoid: Makefile
devel/p5-Term-ReadPassword: Makefile
devel/p5-Term-Screen: Makefile
devel/p5-Term-ScreenColor: Makefile
devel/p5-Term-Shell: Makefile
devel/p5-Term-Size: Makefile
devel/p5-Test-Assertions: Makefile
devel/p5-Test-Base: Makefile
devel/p5-Test-CheckManifest: Makefile
devel/p5-Test-Class: Makefile
devel/p5-Test-ClassAPI: Makefile
devel/p5-Test-Cmd: Makefile
devel/p5-Test-Corpus-Audio-MPD: Makefile
devel/p5-Test-Deep: Makefile
devel/p5-Test-Differences: Makefile
devel/p5-Test-DistManifest: Makefile
devel/p5-Test-Distribution: Makefile
devel/p5-Test-Exception: Makefile
devel/p5-Test-Expect: Makefile
devel/p5-Test-File: Makefile
devel/p5-Test-File-Contents: Makefile
devel/p5-Test-Group: Makefile
devel/p5-Test-HTML-Tidy: Makefile
devel/p5-Test-Inline: Makefile
devel/p5-Test-Inter: Makefile
devel/p5-Test-JSON: Makefile
devel/p5-Test-LeakTrace: Makefile
devel/p5-Test-LongString: Makefile
devel/p5-Test-Manifest: Makefile
devel/p5-Test-Memory-Cycle: Makefile
devel/p5-Test-MockModule: Makefile
devel/p5-Test-MockObject: Makefile
devel/p5-Test-MockTime: Makefile
devel/p5-Test-NoTabs: Makefile
devel/p5-Test-NoWarnings: Makefile
devel/p5-Test-Object: Makefile
devel/p5-Test-Output: Makefile
devel/p5-Test-POE-Server-TCP: Makefile
devel/p5-Test-Perl-Critic: Makefile
devel/p5-Test-Pod-Coverage: Makefile
devel/p5-Test-Reporter: Makefile
devel/p5-Test-Requires: Makefile
devel/p5-Test-Script: Makefile
devel/p5-Test-SharedFork: Makefile
devel/p5-Test-Spelling: Makefile
devel/p5-Test-Strict: Makefile
devel/p5-Test-SubCalls: Makefile
devel/p5-Test-TempDir: Makefile
devel/p5-Test-Tester: Makefile
devel/p5-Test-Trap: Makefile
devel/p5-Test-URI: Makefile
devel/p5-Test-Unit: Makefile
devel/p5-Test-WWW-Mechanize: Makefile
devel/p5-Test-WWW-Mechanize-Catalyst: Makefile
devel/p5-Test-Warn: Makefile
devel/p5-Test-Weaken: Makefile
devel/p5-Test-YAML-Valid: Makefile
devel/p5-Test-use-ok: Makefile
devel/p5-Text-FixEOL: Makefile
devel/p5-Text-vFile-asData: Makefile
devel/p5-Throwable: Makefile
devel/p5-Tie-Array-Sorted: Makefile
devel/p5-Tie-CPHash: Makefile
devel/p5-Tie-Cache: Makefile
devel/p5-Tie-Cache-LRU: Makefile
devel/p5-Tie-Cache-LRU-Expires: Makefile
devel/p5-Tie-Hash-Indexed: Makefile
devel/p5-Tie-Hash-MultiValue: Makefile
devel/p5-Tie-IxHash: Makefile
devel/p5-Tie-LLHash: Makefile
devel/p5-Tie-RegexpHash: Makefile
devel/p5-Tie-ToObject: Makefile
devel/p5-Time-Clock: Makefile
devel/p5-Time-Duration: Makefile
devel/p5-Time-Duration-Parse: Makefile
devel/p5-Time-Format: Makefile
devel/p5-Time-Period: Makefile
devel/p5-Time-Piece-MySQL: Makefile
devel/p5-Time-Progress: Makefile
devel/p5-Time-TimeDate: Makefile
devel/p5-Time-Warp: Makefile
devel/p5-Time-modules: Makefile
devel/p5-Tree-DAG_Node: Makefile
devel/p5-Tree-Simple: Makefile
devel/p5-Tree-Simple-View: Makefile
devel/p5-Tree-Simple-VisitorFactory: Makefile
devel/p5-Try-Tiny: Makefile
devel/p5-UUID-Tiny: Makefile
devel/p5-Universal-can: Makefile
devel/p5-Universal-exports: Makefile
devel/p5-Universal-isa: Makefile
devel/p5-Universal-moniker: Makefile
devel/p5-Universal-require: Makefile
devel/p5-VCP-autrijus: Makefile
devel/p5-Variable-Magic: Makefile
devel/p5-Want : Makefile
devel/p5-WeakRef: Makefile
devel/p5-YAML : Makefile
devel/p5-YAML-Perl: Makefile
devel/p5-YAML-Shell: Makefile
devel/p5-YAML-Syck: Makefile
devel/p5-YAML-Tiny: Makefile
devel/p5-YAML-XS: Makefile
devel/p5-accessors: Makefile
devel/p5-aliased: Makefile
devel/p5-boolean: Makefile
devel/p5-capitalization: Makefile
devel/p5-common-sense: Makefile
devel/p5-enum : Makefile
devel/p5-libintl: Makefile
devel/p5-namespace-autoclean: Makefile
devel/p5-namespace-clean: Makefile
devel/p5-prefork: Makefile
devel/pango : Makefile
devel/pangomm : Makefile
devel/pangox-compat: Makefile
devel/pccts : Makefile
devel/pcre : Makefile
devel/pcre++ : Makefile
devel/pear-Cache: Makefile
devel/pear-Config: Makefile
devel/pear-Console-Table: Makefile
devel/pear-Date: Makefile
devel/pear-Date-Holidays: Makefile.inc
devel/pear-Log : Makefile
devel/pear-PHPUnit2: Makefile
devel/pear-System-Command: Makefile
devel/pear-Validate: Makefile
devel/pep8 : Makefile
devel/perltidy : Makefile
devel/physfs : Makefile
devel/pkgconfig: Makefile
devel/plib : Makefile
devel/poedit : Makefile
devel/popt : Makefile
devel/protobuf : Makefile
devel/protobuf-c: Makefile
devel/pscan : Makefile
devel/pth : Makefile
devel/ptlib : Makefile
devel/py-Checker: Makefile
devel/py-SOAPpy: Makefile
devel/py-addons: Makefile
devel/py-altgraph: Makefile
devel/py-asn1 : Makefile
devel/py-async : Makefile
devel/py-babel : Makefile
devel/py-blinker: Makefile
devel/py-buildbot: Makefile
devel/py-buildslave: Makefile
devel/py-bytecodeassembler: Makefile
devel/py-cheetah: Makefile
devel/py-clint : Makefile
devel/py-configobj: Makefile
devel/py-country: Makefile
devel/py-coverage: Makefile
devel/py-dateutil: Makefile
devel/py-decorator: Makefile
devel/py-decoratortools: Makefile
devel/py-distribute: Makefile
devel/py-distutils-extra: Makefile
devel/py-dtopt : Makefile
devel/py-dulwich: Makefile
devel/py-editdist: Makefile
devel/py-elftools: Makefile
devel/py-epsilon: Makefile
devel/py-extremes: Makefile
devel/py-fpconst: Makefile
devel/py-gdata : Makefile
devel/py-gevent: Makefile
devel/py-gitdb : Makefile
devel/py-gitpython: Makefile
devel/py-gobject: Makefile
devel/py-gobject3: Makefile
devel/py-greenlet: Makefile
devel/py-guppy : Makefile
devel/py-hg-git: Makefile
devel/py-html5lib: Makefile
devel/py-iniparse: Makefile
devel/py-isodate: Makefile
devel/py-jsonrpclib: Makefile
devel/py-kid : Makefile
devel/py-liblarch: Makefile
devel/py-liblarch_gtk: Makefile
devel/py-logilab-astng: Makefile
devel/py-logilab-common: Makefile
devel/py-minimock: Makefile
devel/py-mock : Makefile
devel/py-modulegraph: Makefile
devel/py-monthdelta: Makefile
devel/py-mox : Makefile
devel/py-mxDateTime: Makefile
devel/py-newt-syrup: Makefile
devel/py-nose : Makefile
devel/py-notify: Makefile
devel/py-openbsd: Makefile
devel/py-optik : Makefile
devel/py-orbit : Makefile
devel/py-parsing: Makefile
devel/py-peak-rules: Makefile
devel/py-pexpect: Makefile
devel/py-pip : Makefile
devel/py-prioritized_methods: Makefile
devel/py-progressbar: Makefile
devel/py-protocols: Makefile
devel/py-psyco : Makefile
devel/py-py : Makefile
devel/py-pyprof2calltree: Makefile
devel/py-pyro : Makefile
devel/py-radix : Makefile
devel/py-rcsparse: Makefile
devel/py-ruledispatch: Makefile
devel/py-serial: Makefile
devel/py-setproctitle: Makefile
devel/py-setuptools: Makefile
devel/py-silc : Makefile
devel/py-simplejson: Makefile
devel/py-sip : Makefile
devel/py-smmap : Makefile
devel/py-subvertpy: Makefile
devel/py-suds : Makefile
devel/py-symboltype: Makefile
devel/py-test : Makefile
devel/py-testtools: Makefile
devel/py-tpg : Makefile
devel/py-turbocheetah: Makefile
devel/py-turbojson: Makefile
devel/py-turbokid: Makefile
devel/py-twisted: Makefile.inc
devel/py-twisted/conch: Makefile
devel/py-twisted/lore: Makefile
devel/py-twisted/mail: Makefile
devel/py-twisted/names: Makefile
devel/py-twisted/news: Makefile
devel/py-twisted/pair: Makefile
devel/py-twisted/runner: Makefile
devel/py-twisted/web: Makefile
devel/py-twisted/web2: Makefile
devel/py-twisted/words: Makefile
devel/py-tz : Makefile
devel/py-unit : Makefile
devel/py-urwid : Makefile
devel/py-virtualenv: Makefile
devel/py-wbem : Makefile
devel/py-wsgiutils: Makefile
devel/py-xdg : Makefile
devel/py-xmlrunner: Makefile
devel/py-zopeinterface: Makefile
devel/py-zopetesting: Makefile
devel/pybugz : Makefile
devel/pyflakes : Makefile
devel/pygame : Makefile
devel/pylint : Makefile
devel/pyrex : Makefile
devel/pysvn : Makefile
devel/pyusb : Makefile
devel/qgit : Makefile
devel/qjson : Makefile
devel/qt-creator: Makefile
devel/qt4-eventsview: Makefile
devel/quirks : Makefile
devel/radare2 : Makefile.inc
devel/ragel : Makefile
devel/rapidsvn : Makefile
devel/rats : Makefile
devel/re2c : Makefile
devel/readline : Makefile
devel/rebar : Makefile
devel/remake : Makefile
devel/ruby-abstract: Makefile
devel/ruby-arrayfields: Makefile
devel/ruby-bacon: Makefile
devel/ruby-bundler: Makefile
devel/ruby-cicphash: Makefile
devel/ruby-clio: Makefile
devel/ruby-color-tools: Makefile
devel/ruby-columnize: Makefile
devel/ruby-cucumber: Makefile
devel/ruby-daemon_controller: Makefile
devel/ruby-daemons: Makefile
devel/ruby-debug: Makefile
devel/ruby-debug-base: Makefile
devel/ruby-diff-lcs: Makefile
devel/ruby-echoe: Makefile
devel/ruby-extlib: Makefile
devel/ruby-fastthread: Makefile
devel/ruby-ffi : Makefile
devel/ruby-ffi-inliner: Makefile
devel/ruby-flexmock: Makefile
devel/ruby-gem_plugin: Makefile
devel/ruby-gems: Makefile
devel/ruby-gettext: Makefile
devel/ruby-gir_ffi: Makefile
devel/ruby-git : Makefile
devel/ruby-highline: Makefile
devel/ruby-hoe : Makefile
devel/ruby-home_run: Makefile
devel/ruby-i18n: Makefile
devel/ruby-indentation: Makefile
devel/ruby-isolate: Makefile
devel/ruby-jeweler: Makefile
devel/ruby-json_pure: Makefile
devel/ruby-kgio: Makefile
devel/ruby-linecache: Makefile
devel/ruby-locale: Makefile
devel/ruby-minitest: Makefile
devel/ruby-mocha: Makefile
devel/ruby-mspec: Makefile
devel/ruby-narray: Makefile
devel/ruby-ncurses: Makefile
devel/ruby-needle: Makefile
devel/ruby-ole : Makefile
devel/ruby-open4: Makefile
devel/ruby-parsetree: Makefile
devel/ruby-polyglot: Makefile
devel/ruby-prof: Makefile
devel/ruby-rake: Makefile
devel/ruby-rake-compiler: Makefile
devel/ruby-rb-gsl: Makefile
devel/ruby-rcov: Makefile
devel/ruby-rdoc: Makefile
devel/ruby-ref : Makefile
devel/ruby-rspec: Makefile.inc
devel/ruby-rspec/1: Makefile
devel/ruby-ruby2ruby: Makefile
devel/ruby-ruby_parser: Makefile
devel/ruby-rubyforge: Makefile
devel/ruby-rubyinline: Makefile
devel/ruby-sexp_processor: Makefile
devel/ruby-stringex: Makefile
devel/ruby-subset_sum: Makefile
devel/ruby-systemtimer: Makefile
devel/ruby-systemu: Makefile
devel/ruby-term-ansicolor: Makefile
devel/ruby-therubyracer: Makefile
devel/ruby-tilt: Makefile
devel/ruby-transaction-simple: Makefile
devel/ruby-trollop: Makefile
devel/ruby-uuidtools: Makefile
devel/ruby-yajl: Makefile
devel/ruby-zentest: Makefile
devel/scons : Makefile
devel/sdcc : Makefile
devel/sdl : Makefile
devel/sdl-gfx : Makefile
devel/sdl-image: Makefile
devel/sdl-mixer: Makefile
devel/sdl-net : Makefile
devel/sdl-pango: Makefile
devel/sdl-sound: Makefile
devel/sdl-ttf : Makefile
devel/sdlmm : Makefile
devel/sfio : Makefile
devel/shapelib : Makefile
devel/shtool : Makefile
devel/silc-toolkit: Makefile
devel/simulavr : Makefile
devel/slib : Makefile
devel/slib-guile: Makefile
devel/smarty : Makefile
devel/smpeg : Makefile
devel/sparsehash: Makefile
devel/spe : Makefile
devel/spice-protocol: Makefile
devel/spidermonkey: Makefile
devel/splint : Makefile
devel/srecord : Makefile
devel/startup-notification: Makefile
devel/stfl : Makefile
devel/stm32loader: Makefile
devel/stp : Makefile
devel/subversion: Makefile
devel/svk : Makefile
devel/swig : Makefile
devel/t1lib : Makefile
devel/tclap : Makefile
devel/tclcl : Makefile
devel/tcllib : Makefile
devel/tclthread: Makefile
devel/teensyloader: Makefile
devel/tig : Makefile
devel/tkcvs : Makefile
devel/tkdiff : Makefile
devel/tklib : Makefile
devel/tla : Makefile
devel/tmake : Makefile
devel/tortoisehg: Makefile
devel/ucpp : Makefile
devel/udis86 : Makefile
devel/uisp : Makefile
devel/uthash : Makefile
devel/uuid : Makefile
devel/vanessa : Makefile.inc
devel/varconf : Makefile
devel/vim-taglist: Makefile
devel/vtags : Makefile
devel/vtcl : Makefile
devel/vte : Makefile
devel/vte3 : Makefile
devel/waf : Makefile
devel/wcb : Makefile
devel/xdg-user-dirs: Makefile
devel/xdg-utils: Makefile
devel/xmake : Makefile
devel/xulrunner: Makefile.inc
devel/yaml-cpp : Makefile
devel/yasm : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:02:50
Modified files:
editors/abiword: Makefile
editors/axe : Makefile
editors/beav : Makefile
editors/beaver : Makefile
editors/bvi : Makefile
editors/cooledit: Makefile
editors/dhex : Makefile
editors/ee : Makefile
editors/elvis : Makefile
editors/emacs : Makefile
editors/emacs21: Makefile
editors/focuswriter: Makefile
editors/fte : Makefile
editors/ged : Makefile
editors/gummi : Makefile
editors/hexcurse: Makefile
editors/hexedit: Makefile
editors/hnb : Makefile
editors/ht : Makefile
editors/jed : Makefile
editors/joe : Makefile
editors/jove : Makefile
editors/kile : Makefile
editors/kxmleditor: Makefile
editors/ldapvi : Makefile
editors/leafpad: Makefile
editors/libreoffice: Makefile
editors/nano : Makefile
editors/nedit : Makefile
editors/nvi : Makefile
editors/nvi-m17n: Makefile
editors/py-qscintilla: Makefile
editors/qscintilla: Makefile
editors/scintilla: Makefile
editors/scite : Makefile
editors/subtitleeditor: Makefile
editors/tea : Makefile
editors/teaqt : Makefile
editors/ted : Makefile
editors/texmaker: Makefile
editors/texworks: Makefile
editors/traditional-vi: Makefile
editors/uemacs : Makefile
editors/vim : Makefile
editors/vim-spell: Makefile.inc
editors/xemacs21: Makefile.inc
editors/xemacs21-sumo: Makefile
editors/xinha : Makefile
editors/xwpe : Makefile
editors/zile : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:06:05
Modified files:
education/algotutor: Makefile
education/anki : Makefile
education/drgeo: Makefile
education/drgeo-doc: Makefile
education/dvorak7min: Makefile
education/edict: Makefile
education/epte : Makefile
education/gamgi: Makefile
education/gtypist: Makefile
education/verbiste: Makefile
emulators/BasiliskII: Makefile
emulators/bochs: Makefile
emulators/coldfire: Makefile
emulators/desmume: Makefile
emulators/dgen-sdl: Makefile
emulators/dosbox: Makefile
emulators/dynagen: Makefile
emulators/dynamips: Makefile
emulators/fceux: Makefile
emulators/fedora: Makefile.inc
emulators/frodo: Makefile
emulators/fs-uae: Makefile
emulators/fuse : Makefile
emulators/fuse-utils: Makefile
emulators/gambatte: Makefile
emulators/gns3 : Makefile
emulators/gnusim8085: Makefile
emulators/gxemul: Makefile
emulators/ines : Makefile
emulators/mastergear: Makefile
emulators/mednafen: Makefile
emulators/mupen64plus: Makefile.inc
emulators/mupen64plus/audio-sdl: Makefile
emulators/mupen64plus/core: Makefile
emulators/mupen64plus/input-sdl: Makefile
emulators/mupen64plus/rsp-hle: Makefile
emulators/mupen64plus/rsp-z64: Makefile
emulators/mupen64plus/ui-console: Makefile
emulators/mupen64plus/video-arachnoid: Makefile
emulators/mupen64plus/video-glide64: Makefile
emulators/mupen64plus/video-rice: Makefile
emulators/mupen64plus/video-z64: Makefile
emulators/nestopia: Makefile
emulators/openmsx: Makefile
emulators/pcsxr: Makefile
emulators/qemu : Makefile
emulators/redhat: Makefile.inc
emulators/redhat/libc5: Makefile
emulators/sdlmame: Makefile
emulators/sdlmess: Makefile
emulators/simh : Makefile
emulators/snes9x: Makefile
emulators/spectemu: Makefile
emulators/spim : Makefile
emulators/stella: Makefile
emulators/uae : Makefile
emulators/vbam : Makefile
emulators/vgb : Makefile
emulators/x48 : Makefile
emulators/xcopilot: Makefile
emulators/xhomer: Makefile
emulators/yabause: Makefile
emulators/zsnes: Makefile
fonts/acrofonts: Makefile
fonts/adobe-source-code-pro: Makefile
fonts/adobe-source-sans-pro: Makefile
fonts/anonymous-pro: Makefile
fonts/arabeyes-ttf: Makefile
fonts/artwiz-aleczapka: Makefile
fonts/cantarell-fonts: Makefile
fonts/dina-fonts: Makefile
fonts/droid-fonts: Makefile
fonts/ecoliercourt-fonts: Makefile
fonts/farsi-bfonts-ttf: Makefile
fonts/farsifonts-ttf: Makefile
fonts/freefarsi-ttf: Makefile
fonts/freefont-ttf: Makefile
fonts/freefonts: Makefile
fonts/gohufont : Makefile
fonts/inconsolata-font: Makefile
fonts/intlfonts: Makefile
fonts/ja-funetfonts: Makefile
fonts/ja-kanjistrokeorders-ttf: Makefile
fonts/ja-mplus-ttf: Makefile
fonts/ja-sazanami-ttf: Makefile
fonts/jmk-fonts: Makefile
fonts/ko-baekmuk-fonts: Makefile
fonts/ko-baekmuk-ttf: Makefile
fonts/ko-hanterm-fonts: Makefile
fonts/league-fonts: Makefile
fonts/liberation-fonts: Makefile
fonts/linuxlibertine-fonts-otf: Makefile
fonts/linuxlibertine-fonts-ttf: Makefile
fonts/lohit-fonts: Makefile
fonts/mftrace : Makefile
fonts/msttcorefonts: Makefile
fonts/pkfonts : Makefile
fonts/roboto-fonts: Makefile
fonts/ru-pscyr : Makefile
fonts/ru-ptsans: Makefile
fonts/spranq-ecofont-ttf: Makefile
fonts/terminus-font: Makefile
fonts/ubuntu-fonts: Makefile
fonts/un-fonts : Makefile.inc
fonts/zh-arphicttf: Makefile
fonts/zh-bg5pdf: Makefile
fonts/zh-bg5ps : Makefile
fonts/zh-kcfonts: Makefile
fonts/zh-taipeifonts: Makefile
fonts/zh-wqy-bitmapfont: Makefile
fonts/zh-wqy-zenhei-ttf: Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:07:43
Modified files:
games/abuse : Makefile
games/adom : Makefile
games/afternoonstalker: Makefile
games/agm : Makefile
games/alephone/alephone: Makefile
games/alephone/scenarios: Makefile.inc
games/alephone/scenarios/evil: Makefile
games/alephone/scenarios/marathon: Makefile
games/alephone/scenarios/marathon2: Makefile
games/alephone/scenarios/marathoninfinity: Makefile
games/alephone/scenarios/red: Makefile
games/alephone/weland: Makefile
games/allegro : Makefile
games/amoebax : Makefile
games/amph : Makefile
games/an : Makefile
games/angband : Makefile
games/angrydd : Makefile
games/armagetronad: Makefile
games/atomix : Makefile
games/barrage : Makefile
games/bass : Makefile
games/batrachians: Makefile
games/belooted : Makefile
games/beret : Makefile
games/blobby : Makefile
games/blobwars : Makefile
games/bomberclone: Makefile
games/boswars : Makefile
games/braincurses: Makefile
games/burgerspace: Makefile
games/bzflag : Makefile
games/capitan-sevilla: Makefile
games/castle-combat: Makefile
games/cgoban : Makefile
games/childsplay: Makefile
games/childsplay-plugins: Makefile
games/chocolate-doom: Makefile
games/chroma : Makefile
games/chroma-enigma: Makefile
games/chromium-bsu: Makefile
games/circuit : Makefile
games/clines : Makefile
games/clonekeen: Makefile
games/cmatrix : Makefile
games/connect4 : Makefile
games/corewars : Makefile
games/cosmosmash: Makefile
games/cowsay : Makefile
games/crack-attack: Makefile
games/crimson : Makefile
games/crossfire-client: Makefile
games/csmash : Makefile
games/defendguin: Makefile
games/doomdata/doom1: Makefile
games/doomdata/doom2: Makefile
games/doomdata/shareware: Makefile
games/dopewars : Makefile
games/duke3ddata: Makefile
games/dungeon : Makefile
games/dungeon-crawl: Makefile
games/eboard : Makefile
games/eboard-extras: Makefile
games/eduke32 : Makefile
games/egoboo : Makefile
games/einstein : Makefile
games/eliot : Makefile
games/enigma : Makefile
games/extremetuxracer: Makefile
games/f1spirit : Makefile
games/falconseye: Makefile
games/fire : Makefile
games/flare : Makefile
games/foobillard: Makefile
games/forcedattack: Makefile
games/fotaq : Makefile
games/freeciv : Makefile
games/freedroid: Makefile
games/freedroidrpg: Makefile
games/fretsonfire: Makefile
games/frogatto : Makefile
games/frotz : Makefile
games/frozen-bubble: Makefile
games/gamine : Makefile
games/gargoyle : Makefile
games/gbrainy : Makefile
games/gcompris : Makefile
games/gemdropx : Makefile
games/glsfcave : Makefile
games/glutton : Makefile
games/gnome-mastermind: Makefile
games/gnuchess : Makefile
games/gnugo : Makefile
games/gnushogi : Makefile
games/gottcode : Makefile.inc
games/grhino : Makefile
games/gtetrinet: Makefile
games/gtkballs : Makefile
games/hackdata : Makefile
games/heroes : Makefile
games/hex-a-hop: Makefile
games/icebreaker: Makefile
games/ivan : Makefile
games/jag : Makefile
games/jbrickshooter: Makefile
games/kbilliards: Makefile
games/kobodeluxe: Makefile
games/komi : Makefile
games/kslide : Makefile
games/late : Makefile
games/lbreakout2: Makefile
games/lgeneral : Makefile
games/life : Makefile
games/lincity : Makefile
games/lincity-ng: Makefile
games/londonlaw: Makefile
games/lostpixels: Makefile
games/love : Makefile
games/maelstrom: Makefile
games/manaplus : Makefile
games/meandmyshadow: Makefile
games/megaglest: Makefile.inc
games/micropolis: Makefile
games/minetest : Makefile
games/mirrormagic: Makefile
games/mnemosyne: Makefile
games/monadius : Makefile
games/moon-buggy: Makefile
games/moonlander: Makefile
games/moria : Makefile
games/naev : Makefile.inc
games/nethack : Makefile
games/netris : Makefile
games/neverball: Makefile
games/newvox : Makefile
games/numptyphysics: Makefile
games/oilwar : Makefile
games/omega : Makefile
games/oolite : Makefile
games/openarena: Makefile
games/opensonic: Makefile
games/openttd : Makefile
games/openxcom : Makefile
games/pacman-arena: Makefile
games/pathological: Makefile
games/pingus : Makefile
games/pioneers : Makefile
games/pokerth : Makefile
games/prboom : Makefile
games/puzzles : Makefile
games/qgo : Makefile
games/qstat : Makefile
games/quake : Makefile
games/quake2 : Makefile
games/renpy : Makefile
games/rftg : Makefile
games/ri-li : Makefile
games/roadfighter: Makefile
games/rocksndiamonds: Makefile
games/scorched3d: Makefile
games/scummvm : Makefile
games/scummvm-tools: Makefile
games/sdlroids : Makefile
games/sdlzombies: Makefile
games/singularity: Makefile
games/ski : Makefile
games/sl : Makefile
games/slash : Makefile
games/slash-em : Makefile
games/snipe2d : Makefile
games/spacehulk: Makefile
games/spatial : Makefile
games/speyes : Makefile
games/spider : Makefile
games/starlanes: Makefile
games/stone-soup: Makefile
games/sudognu : Makefile
games/sudoku : Makefile
games/sudoku-solver: Makefile
games/supertuxkart: Makefile
games/taxipilot: Makefile
games/teeworlds: Makefile
games/tetrinetx: Makefile
games/toppler : Makefile
games/tornado : Makefile
games/tutris : Makefile
games/tuxkart : Makefile
games/tuxpaint : Makefile
games/tuxpaint-config: Makefile
games/tuxpaint-stamps: Makefile
games/ufoai : Makefile.inc
games/ufoai/base: Makefile
games/ufoai/data: Makefile
games/uqm : Makefile
games/vectoroids: Makefile
games/vitetris : Makefile
games/vodovod : Makefile
games/wanderer : Makefile
games/warmux : Makefile
games/warzone2100: Makefile
games/wesnoth : Makefile
games/widelands: Makefile
games/wmminichess: Makefile
games/wmtictactoe: Makefile
games/wordwarvi: Makefile
games/wtf : Makefile
games/xasteroids: Makefile
games/xbat : Makefile
games/xbattle : Makefile
games/xbill : Makefile
games/xbl : Makefile
games/xblast : Makefile
games/xboard : Makefile
games/xboing : Makefile
games/xbomber : Makefile
games/xbreaky : Makefile
games/xbubble : Makefile
games/xchomp : Makefile
games/xcowsay : Makefile
games/xcubes : Makefile
games/xdeblock : Makefile
games/xdino : Makefile
games/xevil : Makefile
games/xgolgo : Makefile
games/xinvaders: Makefile
games/xjewel : Makefile
games/xjig : Makefile
games/xkobo : Makefile
games/xlife : Makefile
games/xmahjongg: Makefile
games/xmine : Makefile
games/xminehunter: Makefile
games/xminesweep: Makefile
games/xmj : Makefile
games/xmoto : Makefile
games/xmris : Makefile
games/xneko : Makefile
games/xonix : Makefile
games/xpat2 : Makefile
games/xpilot : Makefile
games/xripple : Makefile
games/xroach : Makefile
games/xscavenger: Makefile
games/xscorch : Makefile
games/xscrabble: Makefile
games/xskat : Makefile
games/xsoldier : Makefile
games/xteddy : Makefile
games/xwelltris: Makefile
games/xzip : Makefile
games/zangband : Makefile
games/zaz : Makefile
games/zoom : Makefile
games/ztrack : Makefile
geo/emerillon : Makefile
geo/foxtrotgps : Makefile
geo/garmindev : Makefile
geo/gdal : Makefile
geo/geoclue : Makefile
geo/globe : Makefile
geo/gmapcatcher: Makefile
geo/gpsbabel : Makefile
geo/gpstk : Makefile
geo/gpx-viewer : Makefile
geo/jeoip : Makefile
geo/josm : Makefile
geo/libchamplain: Makefile
geo/mapserver : Makefile
geo/memphis : Makefile
geo/merkaartor : Makefile
geo/openbsd-developers: Makefile
geo/osm-gps-map: Makefile
geo/osm2go : Makefile
geo/p5-GPS-PRN : Makefile
geo/p5-Geo-Coder-US: Makefile
geo/p5-Geo-Constants: Makefile
geo/p5-Geo-Coordinates-UTM: Makefile
geo/p5-Geo-Coordinates-UTM-XS: Makefile
geo/p5-Geo-Ellipsoids: Makefile
geo/p5-Geo-Fips55: Makefile
geo/p5-Geo-Forward: Makefile
geo/p5-Geo-Functions: Makefile
geo/p5-Geo-Inverse: Makefile
geo/p5-Geo-METAR: Makefile
geo/p5-Geo-StreetAddress-US: Makefile
geo/p5-Geo-TigerLine: Makefile
geo/p5-Geography-Countries: Makefile
geo/postgis : Makefile
geo/py-proj : Makefile
geo/qgis : Makefile
geo/qlandkarte : Makefile
geo/qlandkartegt: Makefile
geo/ruby-findmyiphone: Makefile
geo/tilecache : Makefile
geo/viking : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:10:56
Modified files:
graphics/DevIL : Makefile
graphics/GraphicsMagick: Makefile
graphics/ImageMagick: Makefile
graphics/aalib : Makefile
graphics/agg : Makefile
graphics/allegropng: Makefile
graphics/amide : Makefile
graphics/animorph: Makefile
graphics/aqsis : Makefile
graphics/argyll: Makefile
graphics/asymptote: Makefile
graphics/autopano-sift-c: Makefile
graphics/babl : Makefile
graphics/barcode: Makefile
graphics/blender: Makefile
graphics/cadubi: Makefile
graphics/cairo : Makefile
graphics/cairomm: Makefile
graphics/cal3d : Makefile
graphics/cfdg : Makefile
graphics/clutter: Makefile.inc
graphics/clutter/cogl: Makefile
graphics/clutter/core: Makefile
graphics/colord: Makefile
graphics/colord-gtk: Makefile
graphics/colorexplorer: Makefile
graphics/comix : Makefile
graphics/compface: Makefile
graphics/cqcam : Makefile
graphics/ctl : Makefile
graphics/dcmtk : Makefile
graphics/dcraw : Makefile
graphics/dia : Makefile
graphics/digikam: Makefile
graphics/digikam-doc: Makefile
graphics/discwrapper: Makefile
graphics/djview4: Makefile
graphics/djvulibre: Makefile
graphics/dmtx-utils: Makefile
graphics/dpic : Makefile
graphics/dumpmpeg: Makefile
graphics/dvdrip: Makefile
graphics/enblend-enfuse: Makefile
graphics/enjoympeg: Makefile
graphics/evince: Makefile
graphics/exiftran: Makefile
graphics/exiv2 : Makefile
graphics/feh : Makefile
graphics/ffmpeg: Makefile
graphics/ffmpegthumbnailer: Makefile
graphics/flash : Makefile
graphics/freeglut: Makefile
graphics/freeimage: Makefile
graphics/fswebcam: Makefile
graphics/ftgl : Makefile
graphics/fxtv : Makefile
graphics/fyre : Makefile
graphics/gd : Makefile
graphics/gdk-pixbuf2: Makefile
graphics/geeqie: Makefile
graphics/gegl : Makefile
graphics/geomview: Makefile
graphics/gfract: Makefile
graphics/gif2png: Makefile
graphics/gifsicle: Makefile
graphics/giftrans: Makefile
graphics/gimp/liquid-rescale: Makefile
graphics/gimp/stable: Makefile
graphics/gle : Makefile
graphics/glew : Makefile
graphics/glpng : Makefile
graphics/gmt : Makefile
graphics/gnofract4d: Makefile
graphics/gocr : Makefile
graphics/goocanvas: Makefile
graphics/goocanvas2: Makefile
graphics/goocanvasmm2: Makefile
graphics/gphoto2: Makefile
graphics/gpicview: Makefile
graphics/gracula: Makefile
graphics/grap : Makefile
graphics/graphite2: Makefile
graphics/gthumb: Makefile
graphics/gtkam : Makefile
graphics/gtkimageview: Makefile
graphics/gwenview: Makefile
graphics/gwenview-i18n: Makefile
graphics/hs-GLUT: Makefile
graphics/hs-OpenGL: Makefile
graphics/hs-cairo: Makefile
graphics/hugin : Makefile
graphics/ilmbase: Makefile
graphics/imlib : Makefile
graphics/imlib2: Makefile
graphics/indexpage: Makefile
graphics/inkscape: Makefile
graphics/ipe : Makefile
graphics/iview : Makefile
graphics/jasper: Makefile
graphics/jbig2dec: Makefile
graphics/jbigkit: Makefile
graphics/jhead : Makefile
graphics/jpeg : Makefile
graphics/jpeg2ps: Makefile
graphics/jpegpixi: Makefile
graphics/k3dsurf: Makefile
graphics/kimdaba: Makefile
graphics/kipi-plugins: Makefile
graphics/l2p : Makefile
graphics/lasem : Makefile
graphics/lcms : Makefile
graphics/lcms2 : Makefile
graphics/lensfun: Makefile
graphics/leptonica: Makefile
graphics/libart: Makefile
graphics/libcaca: Makefile
graphics/libdivxdecore: Makefile
graphics/libdmtx: Makefile
graphics/libdvbpsi: Makefile
graphics/libexif: Makefile
graphics/libexif-gtk: Makefile
graphics/libgexiv2: Makefile
graphics/libgphoto2: Makefile
graphics/libiptcdata: Makefile
graphics/libkdcraw: Makefile
graphics/libkexif: Makefile
graphics/libkexiv2: Makefile
graphics/libkipi: Makefile
graphics/liblqr: Makefile
graphics/libmng: Makefile
graphics/libmpeg2: Makefile
graphics/libpano13: Makefile
graphics/libqrencode: Makefile
graphics/libraw: Makefile
graphics/libungif: Makefile
graphics/libvidcap: Makefile
graphics/libwebp: Makefile
graphics/libwmf: Makefile
graphics/libxmi: Makefile
graphics/lsys : Makefile
graphics/luagd : Makefile
graphics/luvcview: Makefile
graphics/makehuman: Makefile
graphics/mandelbulber: Makefile
graphics/mapivi: Makefile
graphics/mapnik: Makefile
graphics/mhgui : Makefile
graphics/mirage: Makefile
graphics/molden: Makefile
graphics/mpeg-lib: Makefile
graphics/mpeg_encode: Makefile
graphics/mpeg_play: Makefile
graphics/mplex : Makefile
graphics/mscgen: Makefile
graphics/netpbm: Makefile
graphics/node-canvas: Makefile
graphics/ocaml-camlimages: Makefile
graphics/ocrad : Makefile
graphics/opencsg: Makefile
graphics/opencv: Makefile
graphics/openexr: Makefile
graphics/openexr-ctl: Makefile
graphics/openexr-viewers: Makefile
graphics/openimageio: Makefile
graphics/openjpeg: Makefile
graphics/p5-Cairo: Makefile
graphics/p5-Captcha-reCAPTCHA: Makefile
graphics/p5-Chart: Makefile
graphics/p5-Color-Calc: Makefile
graphics/p5-GD : Makefile
graphics/p5-GD-Barcode: Makefile
graphics/p5-GD-Graph: Makefile
graphics/p5-GD-Graph3d: Makefile
graphics/p5-GD-SVG: Makefile
graphics/p5-GD-SecurityImage: Makefile
graphics/p5-GD-TextUtil: Makefile
graphics/p5-Graphics-ColorNames: Makefile
graphics/p5-Graphics-ColorNames-WWW: Makefile
graphics/p5-Image-BioChrome: Makefile
graphics/p5-Image-EXIF: Makefile
graphics/p5-Image-ExifTool: Makefile
graphics/p5-Image-Imlib2: Makefile
graphics/p5-Image-Info: Makefile
graphics/p5-Image-MetaData-JPEG: Makefile
graphics/p5-Image-Scale: Makefile
graphics/p5-Image-Size: Makefile
graphics/p5-Imager: Makefile
graphics/p5-Imager-QRCode: Makefile
graphics/p5-SVG: Makefile
graphics/p5-SVG-Graph: Makefile
graphics/pdfmod: Makefile
graphics/pecl-imagick: Makefile
graphics/pigment: Makefile
graphics/png : Makefile
graphics/png2ico: Makefile
graphics/pngcrush: Makefile
graphics/potrace: Makefile
graphics/povray: Makefile
graphics/pstoedit: Makefile
graphics/py-Imaging: Makefile
graphics/py-Pillow: Makefile
graphics/py-cairo: Makefile
graphics/py-dot: Makefile
graphics/py-gd : Makefile
graphics/py-graphics: Makefile
graphics/py-matplotlib: Makefile
graphics/py-opengl: Makefile
graphics/py-pigment: Makefile
graphics/py-pyx: Makefile
graphics/py3-cairo: Makefile
graphics/pycha : Makefile
graphics/qiv : Makefile
graphics/quesoglc: Makefile
graphics/rawstudio: Makefile
graphics/rawtherapee: Makefile
graphics/ruby-color: Makefile
graphics/ruby-gruff: Makefile
graphics/ruby-mini_magick: Makefile
graphics/ruby-rmagick: Makefile
graphics/s10sh : Makefile
graphics/sane-backends: Makefile
graphics/sane-frontends: Makefile
graphics/scratch: Makefile
graphics/scrot : Makefile
graphics/shared-color-targets: Makefile
graphics/shotwell: Makefile
graphics/simple-scan: Makefile
graphics/sketch: Makefile
graphics/smpeg-xmms: Makefile
graphics/swfdec: Makefile
graphics/sxiv : Makefile
graphics/synaesthesia: Makefile
graphics/tesseract: Makefile
graphics/tgif : Makefile
graphics/tiff : Makefile
graphics/tiff2png: Makefile
graphics/tkimg : Makefile
graphics/tkpng : Makefile
graphics/ufraw : Makefile
graphics/vcdimager: Makefile
graphics/vid : Makefile
graphics/videod: Makefile
graphics/viewnior: Makefile
graphics/wmgrabimage: Makefile
graphics/wmicons: Makefile
graphics/wmphoto: Makefile
graphics/xanim : Makefile
graphics/xaos : Makefile
graphics/xbmbrowser: Makefile
graphics/xfig : Makefile
graphics/xmedcon: Makefile
graphics/xmms-kj: Makefile
graphics/xoris : Makefile
graphics/xpaint: Makefile
graphics/xsane : Makefile
graphics/xv : Makefile
graphics/xzgv : Makefile
graphics/zbar : Makefile
graphics/zint : Makefile
graphics/zxing : Makefile
Log message:
PERMIT_* / REGRESS -> TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:12:34
Modified files:
inputmethods/anthy: Makefile
inputmethods/ibus: Makefile
inputmethods/ibus-anthy: Makefile
inputmethods/ibus-skk: Makefile
inputmethods/libskk: Makefile
inputmethods/libtomoe-gtk: Makefile
inputmethods/scim: Makefile
inputmethods/scim-anthy: Makefile
inputmethods/scim-chewing: Makefile
inputmethods/scim-fcitx: Makefile
inputmethods/scim-hangul: Makefile
inputmethods/scim-pinyin: Makefile
inputmethods/scim-qtimm: Makefile
inputmethods/scim-tables: Makefile
inputmethods/tomoe: Makefile
inputmethods/uim: Makefile
inputmethods/uim-chewing: Makefile
inputmethods/uim-tomoe-gtk: Makefile
japanese/Wnn : Makefile
japanese/canna : Makefile
japanese/groff : Makefile
japanese/gwaei : Makefile
japanese/jvim : Makefile
japanese/kakasi: Makefile
japanese/kanatest: Makefile
japanese/kanjipad: Makefile
japanese/kanjips: Makefile
japanese/kasumi: Makefile
japanese/kbanner: Makefile
japanese/kinput2: Makefile
japanese/kterm : Makefile
japanese/less : Makefile
japanese/mecab : Makefile
japanese/nkf : Makefile
japanese/onew : Makefile
japanese/p5-Text-Kakasi: Makefile
japanese/skk-jisyo: Makefile
java/asm : Makefile
java/jBCrypt : Makefile
java/java-getopt: Makefile
java/javaPathHelper: Makefile
java/jlint : Makefile
java/jna : Makefile
java/junit : Makefile
korean/hanterm-xf: Makefile
korean/libhangul: Makefile
Log message:
PERMIT_* / REGRESS -> TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:20:29
Modified files:
lang/STk : Makefile
lang/antlr3 : Makefile
lang/arena : Makefile
lang/boo : Makefile
lang/chicken : Makefile
lang/classpath : Makefile
lang/clisp : Makefile
lang/clojure : Makefile
lang/coffeescript: Makefile
lang/cython : Makefile
lang/datalog : Makefile
lang/eagle : Makefile
lang/ecl : Makefile
lang/elixir : Makefile
lang/eltclsh : Makefile
lang/erlang : Makefile erlang.port.mk
lang/expect : Makefile
lang/ezm3 : Makefile
lang/feldspar : Makefile.inc
lang/fpc : Makefile
lang/freehdl : Makefile
lang/g77 : Makefile
lang/g77-old : Makefile
lang/gambit : Makefile
lang/gawk : Makefile
lang/gcc : Makefile.inc
lang/gcc/4.2 : Makefile
lang/gcc/4.6 : Makefile
lang/gcc/4.7 : Makefile
lang/gforth : Makefile
lang/gfortran : Makefile
lang/ghc : Makefile ghc.port.mk
lang/go : Makefile
lang/gprolog : Makefile
lang/guile : Makefile
lang/hs-HsParrot: Makefile
lang/hs-haskell-src: Makefile
lang/hs-haskell-src-exts: Makefile
lang/hs-syntactic: Makefile
lang/hugs : Makefile
lang/icon/book : Makefile
lang/icon/devel-book: Makefile
lang/icon/interp: Makefile
lang/icon/lib : Makefile
lang/intel2gas : Makefile
lang/io : Makefile
lang/iverilog : Makefile
lang/jamvm : Makefile
lang/jikes : Makefile
lang/jimtcl : Makefile
lang/jruby : Makefile
lang/kawa : Makefile
lang/librep : Makefile
lang/libv8 : Makefile
lang/lua : Makefile.inc lua.port.mk
lang/luajit : Makefile
lang/mawk : Makefile
lang/mono : Makefile
lang/mono-basic: Makefile
lang/myhdl : Makefile
lang/nbfc : Makefile
lang/newlisp : Makefile
lang/nhc98 : Makefile
lang/node : Makefile node.port.mk
lang/nqp : Makefile
lang/obc : Makefile
lang/ocaml : Makefile ocaml.port.mk
lang/ocamlduce : Makefile
lang/onyx : Makefile
lang/oo2c : Makefile
lang/open-cobol: Makefile
lang/otcl : Makefile
lang/parrot : Makefile
lang/pcc : Makefile
lang/petite-chez: Makefile
lang/pfe : Makefile
lang/php : Makefile.inc
lang/php/pecl : pecl.port.mk
lang/processing: Makefile
lang/pugs : Makefile
lang/python : Makefile.inc python.port.mk
lang/railo : Makefile
lang/rakudo : Makefile
lang/rubinius : Makefile
lang/ruby : Makefile.inc ruby.port.mk
lang/ruby/1.8 : Makefile
lang/ruby/1.9 : Makefile
lang/sbcl : Makefile
lang/scala : Makefile
lang/scheme-report: Makefile
lang/scheme48 : Makefile
lang/scm : Makefile
lang/smlnj : Makefile
lang/spidermonkey: Makefile
lang/squeak : Makefile.inc
lang/swi-prolog: Makefile
lang/tcl/8.4 : Makefile
lang/tcl/8.5 : Makefile
lang/tcl/8.6 : Makefile
lang/tcltutor : Makefile
lang/tinyscheme: Makefile
lang/ucblogo : Makefile
lang/unicon : Makefile
lang/vala : Makefile
lang/verilator : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:23:59
Modified files:
mail/abook : Makefile
mail/adcomplain: Makefile
mail/akpop3d : Makefile
mail/altermime : Makefile
mail/amavisd-new: Makefile
mail/archivemail: Makefile
mail/archiveopteryx: Makefile
mail/asmail : Makefile
mail/avenger : Makefile
mail/bmf : Makefile
mail/bogofilter: Makefile
mail/bulk_mailer: Makefile
mail/clamnailer: Makefile
mail/clamsmtp : Makefile
mail/claws-mail: Makefile
mail/claws-mail-attremover: Makefile
mail/claws-mail-htmlviewer: Makefile
mail/claws-mail-notification: Makefile
mail/claws-mail-rssyl: Makefile
mail/claws-mail-vcalendar: Makefile
mail/cmail : Makefile
mail/courier-authlib: Makefile
mail/courier-imap: Makefile
mail/cucipop : Makefile
mail/cue : Makefile
mail/cyrus-imapd: Makefile
mail/dkim-milter: Makefile
mail/dovecot : Makefile
mail/dovecot-antispam: Makefile
mail/dovecot-pigeonhole: Makefile
mail/drac : Makefile
mail/dspam : Makefile
mail/elm : Makefile
mail/evolution : Makefile
mail/evolution-ews: Makefile
mail/evolution-rss: Makefile
mail/exim : Makefile
mail/exmh2 : Makefile
mail/extsmail : Makefile
mail/faces : Makefile
mail/fdm : Makefile
mail/femail : Makefile
mail/fetchmail : Makefile
mail/geary : Makefile
mail/getmail : Makefile
mail/gmime : Makefile
mail/grepmail : Makefile
mail/greyscanner: Makefile
mail/hashcash : Makefile
mail/hypermail : Makefile
mail/imapfilter: Makefile
mail/imapproxy : Makefile
mail/imapsync : Makefile
mail/isync : Makefile
mail/kbiff : Makefile
mail/kpoppassd : Makefile
mail/ldapvacation: Makefile
mail/libetpan : Makefile
mail/libspf2 : Makefile
mail/mailcrypt : Makefile
mail/maildrop : Makefile
mail/mailgraph : Makefile
mail/mailman : Makefile
mail/mailscanner: Makefile
mail/mairix : Makefile
mail/majordomo : Makefile
mail/mboxgrep : Makefile
mail/metamail : Makefile
mail/mew : Makefile
mail/milter-checkrcpt: Makefile
mail/milter-greylist: Makefile
mail/milter-regex: Makefile
mail/milter-spamd: Makefile
mail/mimedefang: Makefile
mail/mini_sendmail: Makefile
mail/mixmaster : Makefile
mail/mlmmj : Makefile
mail/movemail : Makefile
mail/mozilla-thunderbird: Makefile
mail/msmtp : Makefile
mail/mutt : Makefile.inc
mail/nail : Makefile
mail/nmh : Makefile
mail/nmzmail : Makefile
mail/offlineimap: Makefile
mail/openwebmail: Makefile
mail/osbf-lua : Makefile
mail/p5-Catalyst-Plugin-Email: Makefile
mail/p5-Email-Abstract: Makefile
mail/p5-Email-Date: Makefile
mail/p5-Email-Date-Format: Makefile
mail/p5-Email-Filter: Makefile
mail/p5-Email-Folder: Makefile
mail/p5-Email-FolderType: Makefile
mail/p5-Email-LocalDelivery: Makefile
mail/p5-Email-MIME: Makefile
mail/p5-Email-MIME-Attachment-Stripper: Makefile
mail/p5-Email-MIME-ContentType: Makefile
mail/p5-Email-MIME-Encodings: Makefile
mail/p5-Email-MessageID: Makefile
mail/p5-Email-Reply: Makefile
mail/p5-Email-Send: Makefile
mail/p5-Email-Sender: Makefile
mail/p5-Email-Simple: Makefile
mail/p5-Email-Valid: Makefile
mail/p5-Email-Valid-Loose: Makefile
mail/p5-FuzzyOcr: Makefile
mail/p5-GMail-IMAPD: Makefile
mail/p5-GetLive: Makefile
mail/p5-Log-Procmail: Makefile
mail/p5-MIME-Base32: Makefile
mail/p5-MIME-Charset: Makefile
mail/p5-MIME-EncWords: Makefile
mail/p5-MIME-Lite: Makefile
mail/p5-MIME-Lite-HTML: Makefile
mail/p5-MIME-Types: Makefile
mail/p5-MIME-tools: Makefile
mail/p5-Mail-Alias: Makefile
mail/p5-Mail-Audit: Makefile
mail/p5-Mail-Box: Makefile
mail/p5-Mail-DKIM: Makefile
mail/p5-Mail-GnuPG: Makefile
mail/p5-Mail-IMAPClient: Makefile
mail/p5-Mail-IMAPTalk: Makefile
mail/p5-Mail-Mbox-MessageParser: Makefile
mail/p5-Mail-POP3Client: Makefile
mail/p5-Mail-SPF: Makefile
mail/p5-Mail-SPF-Iterator: Makefile
mail/p5-Mail-SPF-Query: Makefile
mail/p5-Mail-SPF-Test: Makefile
mail/p5-Mail-Sender: Makefile
mail/p5-Mail-SpamAssassin: Makefile
mail/p5-Mail-Tools: Makefile
mail/p5-Mail-Webmail-Gmail: Makefile
mail/p5-SMTP-Server: Makefile
mail/pear-Mail : Makefile
mail/pear-Mail-Mime: Makefile
mail/pear-Mail-mimeDecode: Makefile
mail/pear-Mime-Type: Makefile
mail/pecl-mailparse: Makefile
mail/perdition : Makefile
mail/pflogsumm : Makefile
mail/pgpsendmail: Makefile
mail/pine-pgp-filters: Makefile
mail/popclient : Makefile
mail/poppassd : Makefile
mail/poppy : Makefile
mail/postfix : Makefile.inc
mail/postgrey : Makefile
mail/prepop : Makefile
mail/procmail : Makefile
mail/py-authres: Makefile
mail/py-milter : Makefile
mail/py-policyd-spf: Makefile
mail/py-spf : Makefile
mail/pyzor : Makefile
mail/razor-agents: Makefile
mail/rcube-sieverules: Makefile
mail/re-alpine : Makefile
mail/relaydb : Makefile
mail/roundcubemail: Makefile
mail/ruby-mail : Makefile
mail/ruby-mailfactory: Makefile
mail/ruby-mime : Makefile
mail/ruby-mime-types: Makefile
mail/sieve-connect: Makefile
mail/signify : Makefile
mail/sma : Makefile
mail/smsmail : Makefile
mail/smtp-vilter: Makefile
mail/smtpclient: Makefile
mail/solid-pop3d: Makefile
mail/spambayes : Makefile
mail/sqlgrey : Makefile
mail/swaks : Makefile
mail/sylpheed : Makefile
mail/sympa : Makefile
mail/teapop : Makefile
mail/thunderbird-i18n: Makefile.inc
mail/tkrat : Makefile
mail/tmda : Makefile
mail/tnef : Makefile
mail/vrfy : Makefile
mail/wmbiff : Makefile
mail/wmmail : Makefile
mail/wmmultipop3: Makefile
mail/wmpop3 : Makefile
mail/xfaces : Makefile
mail/xlbiff : Makefile
mail/z-push : Makefile
mail/zarafa : Makefile.inc
mail/zarafa/webapp: Makefile
math/R : Makefile
math/aamath : Makefile
math/abs : Makefile
math/amd : Makefile
math/arpack : Makefile
math/blas : Makefile
math/calc : Makefile
math/calcoo : Makefile
math/camd : Makefile
math/cblas : Makefile
math/ccolamd : Makefile
math/cfitsio : Makefile
math/cgal : Makefile
math/colamd : Makefile
math/coq : Makefile
math/ecm : Makefile
math/eigen : Makefile
math/eigen2 : Makefile
math/fann : Makefile
math/fftw : Makefile
math/fftw3 : Makefile
math/foma : Makefile
math/freemat : Makefile
math/galculator: Makefile
math/geogebra : Makefile
math/ginac : Makefile
math/gnumeric : Makefile
math/gnuplot : Makefile
math/grace : Makefile
math/graphviz : Makefile
math/grpn : Makefile
math/hc : Makefile
math/hexcalc : Makefile
math/hoc : Makefile
math/jacal : Makefile
math/kst : Makefile
math/lapack : Makefile
math/libneural : Makefile
math/logic2cnf : Makefile
math/lpsolve : Makefile.inc
math/lpsolve/core: Makefile
math/lpsolve/python: Makefile
math/lrs : Makefile
math/maple : Makefile
math/maple-share: Makefile
math/mathomatic: Makefile
math/matio : Makefile
math/maxima : Makefile
math/mcl : Makefile
math/mcsim : Makefile
math/minisat : Makefile
math/moo : Makefile
math/netcdf : Makefile
math/ntl : Makefile
math/octave : Makefile
math/openfst : Makefile
math/p5-AI-FANN: Makefile
math/p5-AI-NeuralNet-BackProp: Makefile
math/p5-AI-NeuralNet-Kohonen: Makefile
math/p5-AI-NeuralNet-Kohonen-Visual: Makefile
math/p5-AI-NeuralNet-Mesh: Makefile
math/p5-AI-Perceptron: Makefile
math/p5-Algorithm-Combinatorics: Makefile
math/p5-Algorithm-NaiveBayes: Makefile
math/p5-Bit-Vector: Makefile
math/p5-Chart-Math-Axis: Makefile
math/p5-Data-PowerSet: Makefile
math/p5-GraphViz: Makefile
math/p5-Math-Base36: Makefile
math/p5-Math-Base85: Makefile
math/p5-Math-Bezier: Makefile
math/p5-Math-BigInt-GMP: Makefile
math/p5-Math-Calc-Units: Makefile
math/p5-Math-Derivative: Makefile
math/p5-Math-FFT: Makefile
math/p5-Math-Fibonacci: Makefile
math/p5-Math-Fibonacci-Phi: Makefile
math/p5-Math-GMP: Makefile
math/p5-Math-MatrixReal: Makefile
math/p5-Math-Pari: Makefile
math/p5-Math-Random-ISAAC: Makefile
math/p5-Math-Round: Makefile
math/p5-Math-Spline: Makefile
math/p5-Math-Symbolic: Makefile
math/p5-Math-SymbolicX-ParserExtensionFactory: Makefile
math/p5-Math-VecStat: Makefile
math/p5-Set-IntSpan: Makefile
math/p5-Statistics-Contingency: Makefile
math/p5-Statistics-Descriptive: Makefile
math/pari : Makefile
math/plplot : Makefile
math/prover9 : Makefile.inc
math/prover9/ladr: Makefile
math/prover9/p9m4: Makefile
math/py-Numeric: Makefile
math/py-gnuplot: Makefile
math/py-numpy : Makefile
math/py-probstat: Makefile
math/py-scipy : Makefile
math/py-sympy : Makefile
math/qhull : Makefile
math/qrupdate : Makefile
math/qtoctave : Makefile
math/sc : Makefile
math/udunits : Makefile
math/ufconfig : Makefile
math/umfpack : Makefile
math/wcalc : Makefile
math/wmcalc : Makefile
math/wxMaxima : Makefile
math/xspread : Makefile
math/yorick : Makefile
misc/WordGenerator: Makefile
misc/amanda : Makefile
misc/astrolog : Makefile
misc/bible-kjv : Makefile
misc/brltty : Makefile
misc/bsdiff : Makefile
misc/buffer : Makefile
misc/cbb : Makefile
misc/ccze : Makefile
misc/cdrdao : Makefile
misc/clex : Makefile
misc/cmdpack : Makefile
misc/deco : Makefile
misc/delay : Makefile
misc/dialog : Makefile
misc/digitemp : Makefile
misc/dnetc : Makefile
misc/dtach : Makefile
misc/dtcltiny : Makefile
misc/dvtm : Makefile
misc/ent : Makefile
misc/fasd : Makefile
misc/figlet : Makefile
misc/findutils : Makefile
misc/ftdi-eeprom: Makefile
misc/garmin-utils: Makefile
misc/geekcode : Makefile
misc/gnugetopt : Makefile
misc/gnuwatch : Makefile
misc/gone : Makefile
misc/gpsd : Makefile
misc/gramps : Makefile
misc/gtk3mm-documentation: Makefile
misc/gutenpy : Makefile
misc/hfsplus : Makefile
misc/impress : Makefile
misc/jive : Makefile
misc/ktimeclock: Makefile
misc/lfm : Makefile
misc/lifelines : Makefile
misc/logjam : Makefile
misc/magicpoint: Makefile
misc/mc : Makefile
misc/memcached : Makefile
misc/memchan : Makefile
misc/migrationtools: Makefile
misc/mmv : Makefile
misc/most : Makefile
misc/mshell : Makefile
misc/nyancat : Makefile
misc/omconsole : Makefile
misc/openbabel : Makefile
misc/p5-Acme-LOLCAT: Makefile
misc/p5-CreditCard: Makefile
misc/p5-File-LibMagic: Makefile
misc/p5-File-MMagic: Makefile
misc/p5-File-MMagic-XS: Makefile
misc/p5-File-Rotate-Backup: Makefile
misc/p5-Finance-Bank-DE-DTA-Create: Makefile
misc/p5-Finance-IIF: Makefile
misc/p5-Finance-Quote: Makefile
misc/p5-Finance-QuoteHist: Makefile
misc/p5-I18N-Charset: Makefile
misc/p5-Lingua-Romana-Perligata: Makefile
misc/p5-Spreadsheet-ParseExcel: Makefile
misc/p5-Spreadsheet-WriteExcel: Makefile
misc/p5-Term-Animation: Makefile
misc/p5-Umph-Prompt: Makefile
misc/p5-User : Makefile
misc/p5-User-Identity: Makefile
misc/pdmenu : Makefile
misc/pfm : Makefile
misc/plan : Makefile
misc/py-imdb : Makefile
misc/py-memcached: Makefile
misc/pymissile : Makefile
misc/randtype : Makefile
misc/redshift : Makefile
misc/remind : Makefile
misc/rlwrap : Makefile
misc/rocrail : Makefile
misc/rpm : Makefile
misc/ruby-spreadsheet: Makefile
misc/screen : Makefile
misc/shared-desktop-ontologies: Makefile
misc/shared-mime-info: Makefile
misc/spdrs60 : Makefile
misc/splitvt : Makefile
misc/srcpd : Makefile
misc/supercat : Makefile
misc/teseq : Makefile
misc/tkcron : Makefile
misc/tkinfo : Makefile
misc/tkman : Makefile
misc/tpp : Makefile
misc/tpwireless: Makefile
misc/ttyrec : Makefile
misc/uniutils : Makefile
misc/viz : Makefile
misc/vmware-vncpasswd: Makefile
misc/vttest : Makefile
misc/wmmand : Makefile
misc/wmtimer : Makefile
misc/wordnet : Makefile
misc/xcdroast : Makefile
misc/xd : Makefile
misc/xgas : Makefile
misc/xkcd-viewer: Makefile
misc/xless : Makefile
misc/xnc : Makefile
misc/xtar : Makefile
misc/xtimer : Makefile
misc/ytree : Makefile
misc/zzuf : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:35:59
Modified files:
multimedia/atomicparsley: Makefile
multimedia/audiopreview: Makefile
multimedia/avidemux: Makefile
multimedia/avinfo: Makefile
multimedia/ccextractor: Makefile
multimedia/coherence: Makefile
multimedia/devede: Makefile
multimedia/dvdauthor: Makefile
multimedia/dvdbackup: Makefile
multimedia/dvdstyler: Makefile
multimedia/ffmpeg-php: Makefile
multimedia/ffmpeg2theora: Makefile
multimedia/get_flash_videos: Makefile
multimedia/get_iplayer: Makefile
multimedia/gstreamer-0.10: Makefile.inc
multimedia/gstreamer-0.10/plugins-ugly: Makefile
multimedia/gstreamer-0.10/py-gstreamer: Makefile
multimedia/gstreamer1: Makefile.inc
multimedia/gstreamer1/plugins-ugly: Makefile
multimedia/hdhomerun: Makefile
multimedia/k3b : Makefile
multimedia/kaffeine: Makefile
multimedia/kguitar: Makefile
multimedia/libaacs: Makefile
multimedia/libass: Makefile
multimedia/libbluray: Makefile
multimedia/libdv: Makefile
multimedia/libdvdnav: Makefile
multimedia/libmatroska: Makefile
multimedia/libmms: Makefile
multimedia/libmp4v2: Makefile
multimedia/libquicktime: Makefile
multimedia/libtheora: Makefile
multimedia/libvpx: Makefile
multimedia/lives: Makefile
multimedia/lsdvd: Makefile
multimedia/mediatomb: Makefile
multimedia/ming: Makefile
multimedia/minidlna: Makefile
multimedia/mjpegtools: Makefile
multimedia/mkvtoolnix: Makefile
multimedia/moovida: Makefile.inc
multimedia/mpgtx: Makefile
multimedia/oggconvert: Makefile
multimedia/oggz: Makefile
multimedia/ogmrip: Makefile
multimedia/ogmtools: Makefile
multimedia/p5-AMF-Connection: Makefile
multimedia/p5-Data-AMF: Makefile
multimedia/p5-Storable-AMF: Makefile
multimedia/phonon: Makefile
multimedia/recordmydesktop: Makefile.inc
multimedia/regionset: Makefile
multimedia/schroedinger: Makefile
multimedia/shrip: Makefile
multimedia/streamdvd: Makefile
multimedia/subrip: Makefile
multimedia/subtitleripper: Makefile
multimedia/swfmill: Makefile
multimedia/swftools: Makefile
multimedia/transcode: Makefile
multimedia/vitunes: Makefile
multimedia/x264: Makefile
multimedia/xine-lib: Makefile
multimedia/xine-ui: Makefile
multimedia/xvidcore: Makefile
multimedia/yle-dl: Makefile
net/BitTorrent : Makefile
net/GeoIP : Makefile
net/adns : Makefile
net/adsuck : Makefile
net/aget : Makefile
net/aggregate : Makefile
net/aguri : Makefile
net/aiccu : Makefile
net/aimsniff : Makefile
net/aircontrol : Makefile
net/amsn : Makefile
net/amule : Makefile
net/angst : Makefile
net/ap-utils : Makefile
net/apache-activemq: Makefile
net/archie : Makefile
net/argus : Makefile
net/argus-clients: Makefile
net/arm : Makefile
net/arp-scan : Makefile
net/arpcatch : Makefile
net/arpd : Makefile
net/arping : Makefile
net/arpwatch : Makefile
net/avahi : Makefile
net/axel : Makefile
net/balance : Makefile
net/bindgraph : Makefile
net/bing : Makefile
net/bird : Makefile
net/bitlbee : Makefile
net/bnc : Makefile
net/bro : Makefile
net/btpd : Makefile
net/bwm-ng : Makefile
net/cadaver : Makefile
net/castget : Makefile
net/centerim : Makefile
net/cftp : Makefile
net/charm : Makefile
net/cjc : Makefile
net/climm : Makefile
net/clive : Makefile
net/clog : Makefile
net/cnupm : Makefile
net/coccinella : Makefile
net/courtney : Makefile
net/crawl : Makefile
net/csup : Makefile
net/ctrace : Makefile
net/curl : Makefile
net/cvsup : Makefile
net/cvsync : Makefile
net/daq : Makefile
net/darkstat : Makefile
net/dclib : Makefile
net/ddclient : Makefile
net/dhcping : Makefile
net/dictd : Makefile
net/dlint : Makefile
net/dnscrypt-proxy: Makefile
net/dnsfilter : Makefile
net/dnsmasq : Makefile
net/dnsreflector: Makefile
net/dnstop : Makefile
net/dnstracer : Makefile
net/doc : Makefile
net/dsocks : Makefile
net/dxpc : Makefile
net/dysnomia : Makefile
net/echoping : Makefile
net/ejabberd : Makefile
net/ekg : Makefile
net/emesene : Makefile
net/enet : Makefile
net/epic4 : Makefile
net/erl-amqp_client: Makefile
net/erl-gen_bunny: Makefile
net/erl-ibrowse: Makefile
net/erl-mini_s3: Makefile
net/erl-rabbit_common: Makefile
net/etherape : Makefile
net/ettercap : Makefile
net/ez-ipupdate: Makefile
net/ezstream : Makefile
net/farstream : Makefile
net/filezilla : Makefile
net/firewalk : Makefile
net/flickcurl : Makefile
net/flow-tools : Makefile
net/flowd : Makefile
net/flvstreamer: Makefile
net/fmirror : Makefile
net/fpdns : Makefile
net/fping : Makefile
net/freeradius : Makefile
net/freetalk : Makefile
net/ftpcopy : Makefile
net/ftpsesame : Makefile
net/gajim : Makefile
net/glib2-networking: Makefile
net/gloox : Makefile
net/gmudix : Makefile
net/gnaughty : Makefile
net/gnugk : Makefile
net/gopher : Makefile
net/gophernicus: Makefile
net/gotthard : Makefile
net/gpodder : Makefile
net/grake : Makefile
net/gssdp : Makefile
net/gtk-gnutella: Makefile
net/gupnp : Makefile.inc
net/gupnp/dlna : Makefile
net/gupnp/ui : Makefile
net/h323plus : Makefile
net/haproxy : Makefile
net/honeyd : Makefile
net/hping : Makefile
net/hpodder : Makefile
net/hs-HTTP : Makefile
net/hs-curl : Makefile
net/hs-hostname: Makefile
net/httptunnel : Makefile
net/icb : Makefile
net/icbirc : Makefile
net/icecast : Makefile
net/ices : Makefile
net/ices2 : Makefile
net/icinga : Makefile.inc
net/icinga/core: Makefile
net/icinga/web : Makefile
net/icli : Makefile
net/icmpinfo : Makefile
net/ifmcstat : Makefile
net/ifstat : Makefile
net/iftop : Makefile
net/igmpproxy : Makefile
net/ii : Makefile
net/ike-scan : Makefile
net/inadyn : Makefile
net/iodine : Makefile
net/ipaudit : Makefile
net/ipcad : Makefile
net/ipcalc : Makefile
net/ipcheck : Makefile
net/iperf : Makefile
net/ipfm : Makefile
net/ipfreely : Makefile
net/iplog : Makefile
net/ipsvd : Makefile
net/ipv6calc : Makefile
net/irc : Makefile
net/ircII : Makefile
net/ircd-hybrid: Makefile
net/ircd-ratbox: Makefile
net/irssi : Makefile
net/irssi-icb : Makefile
net/irssi-silc : Makefile
net/irssi-xmpp : Makefile
net/isc-bind : Makefile
net/isc-dhcp : Makefile
net/jabberd : Makefile
net/jftpgw : Makefile
net/jnettop : Makefile
net/kismet : Makefile
net/kissd : Makefile
net/ktorrent : Makefile
net/ladvd : Makefile
net/ldistfp : Makefile
net/ldns : Makefile.inc
net/lftp : Makefile
net/libbgpdump : Makefile
net/libcares : Makefile
net/libdnet : Makefile
net/libdnsres : Makefile
net/libepc : Makefile
net/libgadu : Makefile
net/libircclient: Makefile
net/libnet : Makefile.inc
net/libnice : Makefile
net/libnids : Makefile
net/liboauth : Makefile
net/libpcapnav : Makefile
net/libproxy : Makefile
net/librest : Makefile
net/librsync : Makefile
net/libshout : Makefile
net/libsmi : Makefile
net/libsocialweb: Makefile
net/libst : Makefile
net/libtorrent : Makefile
net/libupnp : Makefile
net/livemedia : Makefile
net/loudmouth : Makefile
net/luasocket : Makefile
net/maclookup : Makefile
net/maradns : Makefile
net/maradns-deadwood: Makefile
net/mbrowse : Makefile
net/mcabber : Makefile
net/meanwhile : Makefile
net/microblog-purple: Makefile
net/minbif : Makefile
net/miniupnp : Makefile.inc
net/mirmon : Makefile
net/mirror : Makefile
net/mktorrent : Makefile
net/mldonkey/stable: Makefile
net/mon : Makefile.inc
net/mon/server : Makefile
net/mono-zeroconf: Makefile
net/mrtd : Makefile
net/mrtg : Makefile
net/mtr : Makefile
net/mudix : Makefile
net/munin : Makefile
net/mutella : Makefile
net/mygpoclient: Makefile
net/nagios/check_bioctl: Makefile
net/nagios/check_email_delivery: Makefile
net/nagios/check_esxi_hardware: Makefile
net/nagios/check_hw_sensors: Makefile
net/nagios/check_mssql_health: Makefile
net/nagios/check_openbgpd: Makefile
net/nagios/check_postgres: Makefile
net/nagios/check_sip: Makefile
net/nagios/cnagios: Makefile
net/nagios/nagios: Makefile
net/nagios/nrpe: Makefile
net/nagios/nsca: Makefile
net/nagios/p5-Nagios-Plugin: Makefile
net/nagios/plugins: Makefile
net/nam : Makefile
net/natpmpd : Makefile
net/nbtscan : Makefile
net/ncftp : Makefile
net/nedi : Makefile
net/nemesis : Makefile
net/neon : Makefile
net/nepenthes : Makefile
net/nepim : Makefile
net/net-snmp : Makefile
net/netatalk : Makefile
net/netbsd-iscsi-target: Makefile
net/netfwd : Makefile
net/netpipes : Makefile
net/netrate : Makefile
net/netsed : Makefile
net/nfdump : Makefile
net/nfsen : Makefile
net/ngircd : Makefile
net/ngrep : Makefile
net/nicotine : Makefile
net/nload : Makefile
net/nmap : Makefile
net/no-ip : Makefile
net/ns : Makefile
net/nslint : Makefile
net/nsping : Makefile
net/nssl : Makefile
net/ntop : Makefile
net/ntp : Makefile
net/nylon : Makefile
net/ocsync : Makefile
net/oggfwd : Makefile
net/oidentd : Makefile
net/oinkmaster : Makefile
net/olsrd : Makefile
net/onioncat : Makefile
net/opal : Makefile
net/openafs : Makefile
net/openconnect: Makefile
net/openfire : Makefile
net/openmdns : Makefile
net/openvmps : Makefile
net/openvpn : Makefile
net/openvpn-auth-ldap: Makefile
net/openvpn_bsdauth: Makefile
net/osrtspproxy: Makefile
net/owamp : Makefile
net/p5-BSD-Socket-Splice: Makefile
net/p5-Bot-BasicBot: Makefile
net/p5-Business-PayPal: Makefile
net/p5-Business-PayPal-API: Makefile
net/p5-Business-PayPal-IPN: Makefile
net/p5-Chatbot-Eliza: Makefile
net/p5-DNS-ZoneParse: Makefile
net/p5-Danga-Socket: Makefile
net/p5-Event-RPC: Makefile
net/p5-Filesys-Virtual-DAAP: Makefile
net/p5-GRID-Machine: Makefile
net/p5-Geo-IP : Makefile
net/p5-IO-Interface: Makefile
net/p5-IO-Socket-INET6: Makefile
net/p5-IO-Socket-Multicast: Makefile
net/p5-IO-Socket-Socks: Makefile
net/p5-IP-Country: Makefile
net/p5-IRC-Utils: Makefile
net/p5-Net-Amazon: Makefile
net/p5-Net-BGP : Makefile
net/p5-Net-CIDR-Lite: Makefile
net/p5-Net-DAAP-Client: Makefile
net/p5-Net-DAAP-DMAP: Makefile
net/p5-Net-DAV-Server: Makefile
net/p5-Net-DBus: Makefile
net/p5-Net-DHCP: Makefile
net/p5-Net-DNS : Makefile
net/p5-Net-DNS-DynDNS: Makefile
net/p5-Net-DNS-Resolver-Programmable: Makefile
net/p5-Net-DNS-SEC: Makefile
net/p5-Net-Daemon: Makefile
net/p5-Net-Dict: Makefile
net/p5-Net-Domain-TLD: Makefile
net/p5-Net-FTP-AutoReconnect: Makefile
net/p5-Net-FTP-Recursive: Makefile
net/p5-Net-FTPSSL: Makefile
net/p5-Net-FTPServer: Makefile
net/p5-Net-Frame: Makefile
net/p5-Net-Frame-Dump: Makefile
net/p5-Net-Frame-Layer-ICMPv6: Makefile
net/p5-Net-Frame-Layer-IPv6: Makefile
net/p5-Net-GPSD: Makefile
net/p5-Net-Google: Makefile
net/p5-Net-ICQ2000: Makefile
net/p5-Net-ICal: Makefile
net/p5-Net-IMP : Makefile
net/p5-Net-INET6Glue: Makefile
net/p5-Net-IP : Makefile
net/p5-Net-IPTrie: Makefile
net/p5-Net-IPv4Addr: Makefile
net/p5-Net-IPv6Addr: Makefile
net/p5-Net-IRC : Makefile
net/p5-Net-Inspect: Makefile
net/p5-Net-Jabber: Makefile
net/p5-Net-MySQL: Makefile
net/p5-Net-NTP : Makefile
net/p5-Net-Netmask: Makefile
net/p5-Net-OAuth: Makefile
net/p5-Net-OpenSSH: Makefile
net/p5-Net-PH : Makefile
net/p5-Net-ParseWhois: Makefile
net/p5-Net-Patricia: Makefile
net/p5-Net-Pcap: Makefile
net/p5-Net-Pcap-Reassemble: Makefile
net/p5-Net-PcapWriter: Makefile
net/p5-Net-Ping-External: Makefile
net/p5-Net-Radius: Makefile
net/p5-Net-RawIP: Makefile
net/p5-Net-SFTP: Makefile
net/p5-Net-SFTP-Foreign: Makefile
net/p5-Net-SMTP-SSL: Makefile
net/p5-Net-SMTP-TLS-ButMaintained: Makefile
net/p5-Net-SMTP_auth: Makefile
net/p5-Net-SNMP: Makefile
net/p5-Net-SNPP: Makefile
net/p5-Net-SSH-Expect: Makefile
net/p5-Net-SSH-Perl: Makefile
net/p5-Net-SSH2: Makefile
net/p5-Net-Server-SS-PreFork: Makefile
net/p5-Net-Snort-Parser: Makefile
net/p5-Net-Subnets: Makefile
net/p5-Net-TCLink: Makefile
net/p5-Net-TFTP: Makefile
net/p5-Net-Telnet: Makefile
net/p5-Net-Telnet-Cisco: Makefile
net/p5-Net-Traceroute: Makefile
net/p5-Net-Twitter: Makefile
net/p5-Net-UPnP: Makefile
net/p5-Net-Wake: Makefile
net/p5-Net-Whois: Makefile
net/p5-Net-Whois-RIPE: Makefile
net/p5-Net-Whois-Raw: Makefile
net/p5-Net-XMPP: Makefile
net/p5-Net-XWhois: Makefile
net/p5-Net-Z3950-Zoom: Makefile
net/p5-Net-eBay: Makefile
net/p5-NetAddr-IP: Makefile
net/p5-NetPacket: Makefile
net/p5-Nmap-Parser: Makefile
net/p5-Nmap-Scanner: Makefile
net/p5-OSPF-LSDB: Makefile
net/p5-POE-Component-Client-DNS: Makefile
net/p5-POE-Component-Client-HTTP: Makefile
net/p5-POE-Component-Client-Keepalive: Makefile
net/p5-POE-Component-IRC: Makefile
net/p5-POE-Component-IRC-Plugin-RSS-Headlines: Makefile
net/p5-POE-Component-Jabber: Makefile
net/p5-POE-Component-Pcap: Makefile
net/p5-POE-Component-Resolver: Makefile
net/p5-POE-Component-Server-FTP: Makefile
net/p5-POE-Filter-IRCD: Makefile
net/p5-PlRPC : Makefile
net/p5-RPC-XML : Makefile
net/p5-Regexp-Common-net-CIDR: Makefile
net/p5-SNMP-BridgeQuery: Makefile
net/p5-SNMP-Info: Makefile
net/p5-SNMP_Session: Makefile
net/p5-Server-Starter: Makefile
net/p5-Socket-GetAddrInfo: Makefile
net/p5-Socket6 : Makefile
net/p5-Sys-Hostname-Long: Makefile
net/p5-Test-TCP: Makefile
net/p5-Validate-Net: Makefile
net/p5-XML-RPC : Makefile
net/p5-flowd : Makefile
net/packit : Makefile
net/papyon : Makefile
net/pavuk : Makefile
net/pcapdiff : Makefile
net/pcapmerge : Makefile
net/pchar : Makefile
net/pdnsd : Makefile
net/pear-HTTP : Makefile
net/pear-HTTP-Request: Makefile
net/pear-Net-DNS: Makefile
net/pear-Net-IMAP: Makefile
net/pear-Net-IPv4: Makefile
net/pear-Net-IPv6: Makefile
net/pear-Net-LDAP: Makefile
net/pear-Net-LDAP2: Makefile
net/pear-Net-SMTP: Makefile
net/pear-Net-Socket: Makefile
net/pear-Net-URL: Makefile
net/pear-Net-URL-Mapper: Makefile
net/pear-Net-URL2: Makefile
net/pear-Services-Weather: Makefile
net/pear-Services-oEmbed: Makefile
net/pebrot : Makefile
net/pen : Makefile
net/pfflowd : Makefile
net/pfstat : Makefile
net/php-weathermap: Makefile
net/pidgin : Makefile
net/pidgin-facebookchat: Makefile
net/pidgin-icb : Makefile
net/pidgin-sipe: Makefile
net/pidgin-tlen: Makefile
net/pktstat : Makefile
net/plushs : Makefile
net/pmacct : Makefile
net/poco : Makefile
net/poink : Makefile
net/pop3gwd : Makefile
net/poptop : Makefile
net/pork : Makefile
net/powerdns : Makefile
net/pptp : Makefile
net/prosody : Makefile
net/proxy-suite: Makefile
net/psi : Makefile
net/ptpd : Makefile
net/pure-ftpd : Makefile
net/putty : Makefile
net/py-GeoIP : Makefile
net/py-IP : Makefile
net/py-adns : Makefile
net/py-boto : Makefile
net/py-curl : Makefile
net/py-dns : Makefile
net/py-dnspython: Makefile
net/py-dpkt : Makefile
net/py-flowd : Makefile
net/py-flowtools: Makefile
net/py-ftpdlib : Makefile
net/py-impacket: Makefile
net/py-irclib : Makefile
net/py-libpcap : Makefile
net/py-medusa : Makefile
net/py-nmap : Makefile
net/py-pcapy : Makefile
net/py-pcs : Makefile
net/py-smbc : Makefile
net/py-snmp : Makefile
net/py-twitter : Makefile
net/py-xmpp : Makefile
net/py-xmpppy : Makefile
net/py-zmq : Makefile
net/py-zsi : Makefile
net/qsynergy : Makefile
net/quagga : Makefile
net/queryperf : Makefile
net/queso : Makefile
net/quirc : Makefile
net/quvi : Makefile.inc
net/rabbitmq : Makefile
net/radiusd-cistron: Makefile
net/radiusd-lucent: Makefile
net/rbldnsd : Makefile
net/rrdtool : Makefile
net/rsnapshot : Makefile
net/rsync : Makefile
net/rtg : Makefile
net/rtmpdump : Makefile
net/rtorrent : Makefile
net/ruby-amqp : Makefile
net/ruby-bunny : Makefile
net/ruby-eventmachine: Makefile
net/ruby-minion: Makefile
net/ruby-net-dns: Makefile
net/ruby-net-scp: Makefile
net/ruby-net-sftp: Makefile
net/ruby-net-ssh: Makefile
net/ruby-net-ssh-gateway: Makefile
net/ruby-nmap-parser: Makefile
net/ruby-pcap : Makefile
net/ruby-pcaprub-msf: Makefile
net/ruby-rrdtool: Makefile
net/ruby-snmp : Makefile
net/ruby-stomp : Makefile
net/ruby-xmpp4r: Makefile
net/samba : Makefile
net/scamper : Makefile
net/scapy : Makefile
net/sendxmpp : Makefile
net/sharity-light: Makefile
net/si : Makefile
net/sic : Makefile
net/silc-client: Makefile
net/silc-server: Makefile
net/sing : Makefile
net/sipcalc : Makefile
net/sipsak : Makefile
net/sirc : Makefile
net/slurm : Makefile
net/smokeping : Makefile
net/snmptt : Makefile
net/snort : Makefile
net/socat : Makefile
net/softflowd : Makefile
net/spectrum : Makefile
net/spectrum-tools: Makefile
net/ssldump : Makefile
net/sslh : Makefile
net/sslsniffer : Makefile
net/ssvnc : Makefile
net/supybot : Makefile
net/synergy : Makefile
net/tacacs+ : Makefile
net/tcl-snmptools: Makefile
net/tclcurl : Makefile
net/tcludp : Makefile
net/tcpcat : Makefile
net/tcpdpriv : Makefile
net/tcpflow : Makefile
net/tcpreen : Makefile
net/tcpreplay : Makefile
net/tcpshow : Makefile
net/tcpslice : Makefile
net/tcpstat : Makefile
net/tcptrace : Makefile
net/tcptraceroute: Makefile
net/telepathy : Makefile.inc
net/telepathy/folks: Makefile
net/telepathy/telepathy-idle: Makefile
net/telepathy/telepathy-logger: Makefile
net/telepathy/telepathy-pinocchio: Makefile
net/telepathy/telepathy-salut: Makefile
net/telepathy/telepathy-spec: Makefile
net/thcrut : Makefile
net/tintin++ : Makefile
net/tinyfugue : Makefile
net/tircd : Makefile
net/tircproxy : Makefile
net/tkirc : Makefile
net/tn5250 : Makefile
net/tor : Makefile
net/torsocks : Makefile
net/totd : Makefile
net/trafd : Makefile
net/trafshow : Makefile
net/transmission: Makefile
net/trickle : Makefile
net/ttcp : Makefile
net/ttg : Makefile
net/twirssi : Makefile
net/twitux : Makefile
net/ucspi-unix : Makefile
net/udns : Makefile
net/udptunnel : Makefile
net/unbound : Makefile
net/unison : Makefile.inc
net/unworkable : Makefile
net/ushare : Makefile
net/uucp : Makefile
net/valknut : Makefile
net/vicq : Makefile
net/vncsnapshot: Makefile
net/vnstat : Makefile
net/vsftpd : Makefile
net/walker : Makefile
net/weechat : Makefile
net/weex : Makefile
net/wget : Makefile
net/whatweb : Makefile
net/wide-dhcp : Makefile
net/wide-dhcpv6: Makefile
net/winexe : Makefile
net/wmifinfo : Makefile
net/wmnet : Makefile
net/wmnetload : Makefile
net/wmwave : Makefile
net/wol : Makefile
net/xarchie : Makefile
net/xchat : Makefile
net/xl2tpd : Makefile
net/xmlrpc-c : Makefile
net/xmlrpc-epi : Makefile
net/xorp : Makefile
net/xprobe : Makefile
net/yafc : Makefile
net/yaz : Makefile
net/yersinia : Makefile
net/ysmv7 : Makefile
net/yt : Makefile
net/ytalk : Makefile
net/zabbix : Makefile
net/zenirc : Makefile
net/zeromq : Makefile
net/ziproxy : Makefile
net/znc : Makefile
net/zsync : Makefile
news/aub : Makefile
news/hellanzb : Makefile
news/leafnode : Makefile
news/newsfetch : Makefile
news/nn : Makefile
news/p5-Gateway: Makefile
news/p5-News-Article: Makefile
news/p5-News-Newsrc: Makefile
news/pan : Makefile
news/plor : Makefile
news/py-yenc : Makefile
news/sabnzbd : Makefile
news/sickbeard : Makefile
news/slrn : Makefile
news/tin : Makefile
news/trn : Makefile
news/ubh : Makefile
news/yencode : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:37:55
Modified files:
plan9/9libs : Makefile
plan9/9menu : Makefile
plan9/9wm : Makefile
plan9/drawterm : Makefile
plan9/larswm : Makefile
plan9/plan9port: Makefile
plan9/rc : Makefile
plan9/sam : Makefile
plan9/tcs : Makefile
plan9/u9fs : Makefile
plan9/w9wm : Makefile
plan9/wily : Makefile
print/a2ps : Makefile
print/acroread : Makefile
print/afm : Makefile
print/apsfilter: Makefile
print/apvlv : Makefile
print/auctex : Makefile
print/bibview : Makefile
print/cups : Makefile
print/cups-filters: Makefile
print/cups-pdf : Makefile
print/cups-pk-helper: Makefile
print/detex : Makefile
print/dvi2tty : Makefile
print/enscript : Makefile
print/epdfview : Makefile
print/foiltex : Makefile
print/fontforge: Makefile
print/foo2zjs : Makefile
print/foomatic-db: Makefile
print/foomatic-db-engine: Makefile
print/foomatic-filters: Makefile
print/freetype : Makefile
print/ghostscript/gnu: Makefile
print/ghostscript/gnu-fonts: Makefile
print/ghostview: Makefile
print/gtklp : Makefile
print/gutenprint: Makefile
print/gv : Makefile
print/hplip : Makefile
print/htmldoc : Makefile
print/ijs : Makefile
print/l2a : Makefile
print/latex-mk : Makefile
print/libXp : Makefile
print/libpaper : Makefile
print/libspectre: Makefile
print/lilypond : Makefile
print/lilypond-test-baseline: Makefile
print/lout : Makefile
print/lss : Makefile
print/lyx : Makefile
print/mpage : Makefile
print/openclipart: Makefile
print/p5-PostScript-MailLabels: Makefile
print/pdflib : Makefile
print/pdfshuffler: Makefile
print/poppler : Makefile
print/poppler-data: Makefile
print/ps2eps : Makefile
print/pscal : Makefile
print/psdim : Makefile
print/psutils : Makefile
print/ptouch-driver: Makefile
print/py-cups : Makefile
print/py-poppler: Makefile
print/py-relatorio: Makefile
print/py-reportlab/plugins: Makefile.inc
print/py-reportlab/plugins/renderPM: Makefile
print/py-reportlab/reportlab: Makefile
print/qpdf : Makefile
print/scribus : Makefile
print/splix : Makefile
print/system-config-printer: Makefile
print/t1utils : Makefile
print/texlive : Makefile.inc
print/texlive/base: Makefile
print/texlive/texmf: Makefile
print/transfig : Makefile
print/unpaper : Makefile
print/xournal : Makefile
print/xprintproto: Makefile
productivity/baikal: Makefile
productivity/bruce: Makefile
productivity/calcurse: Makefile
productivity/davical: Makefile
productivity/deskzilla: Makefile
productivity/devtodo: Makefile
productivity/entomologist: Makefile
productivity/fet: Makefile
productivity/glabels: Makefile
productivity/gnucash: Makefile
productivity/googlecl: Makefile
productivity/grisbi: Makefile
productivity/gtg: Makefile
productivity/homebank: Makefile
productivity/impressive: Makefile
productivity/ledger: Makefile
productivity/libqzeitgeist: Makefile
productivity/libzeitgeist: Makefile
productivity/osmo: Makefile
productivity/palm2ical: Makefile
productivity/projectlibre: Makefile
productivity/qhacc: Makefile
productivity/radicale: Makefile
productivity/rednotebook: Makefile
productivity/rubrica2: Makefile
productivity/siag: Makefile
productivity/slideml: Makefile
productivity/sunbird: Makefile
productivity/taskjuggler: Makefile
productivity/taskwarrior: Makefile
productivity/tdl: Makefile
productivity/thinkingrock: Makefile
productivity/tryton: Makefile.inc
productivity/vym: Makefile
productivity/when: Makefile
productivity/workrave: Makefile
productivity/wyrd: Makefile
productivity/xinvest: Makefile
productivity/xquote: Makefile
productivity/yokadi: Makefile
productivity/zeitgeist: Makefile
productivity/zim: Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:41:34
Modified files:
security/ADMfzap: Makefile
security/ADMsmb: Makefile
security/ADMsnmp: Makefile
security/aescrypt: Makefile
security/aide : Makefile
security/aircrack-ng: Makefile
security/amap : Makefile
security/antisniff: Makefile
security/apg : Makefile
security/arirang: Makefile
security/assl : Makefile
security/bfbtester: Makefile
security/botan : Makefile
security/bounix: Makefile
security/bsd-airtools: Makefile
security/bunny : Makefile
security/ccid : Makefile
security/ccrypt: Makefile
security/cfs : Makefile
security/cgichk: Makefile
security/chntpw: Makefile
security/chrootuid: Makefile
security/clamav: Makefile
security/clamav-unofficial-sigs: Makefile
security/clusterssh: Makefile
security/corkscrew: Makefile
security/cracklib: Makefile
security/cryptcat: Makefile
security/ctunnel: Makefile
security/cvechecker: Makefile
security/cyrus-sasl2: Makefile
security/dante : Makefile
security/despoof: Makefile
security/dsniff: Makefile
security/erl-bcrypt: Makefile
security/erl-oauth: Makefile
security/fcrackzip: Makefile
security/fragroute: Makefile
security/fragrouter: Makefile
security/fwbuilder: Makefile
security/gnupg : Makefile
security/gnupg2: Makefile
security/gnutls: Makefile
security/gpa : Makefile
security/gpgme : Makefile
security/gringotts: Makefile
security/hatchet: Makefile
security/hlfl : Makefile
security/hs-asn1-data: Makefile
security/hs-certificate: Makefile
security/hs-cprng-aes: Makefile
security/hs-crypto: Makefile
security/hs-crypto-api: Makefile
security/hs-cryptocipher: Makefile
security/hs-cryptohash: Makefile
security/hs-entropy: Makefile
security/hs-mwc-random: Makefile
security/hs-pwstore-fast: Makefile
security/hs-skein: Makefile
security/hs-tls: Makefile
security/hydra : Makefile
security/ikeman: Makefile
security/integrit: Makefile
security/ipguard: Makefile
security/isic : Makefile
security/its4 : Makefile
security/jailkit: Makefile
security/john : Makefile
security/kc : Makefile
security/kedpm : Makefile
security/keepassx: Makefile
security/keychain: Makefile
security/klaxon: Makefile
security/l0phtcrack: Makefile
security/libassuan: Makefile
security/libfprint: Makefile
security/libgcrypt: Makefile
security/libgpg-error: Makefile
security/libgringotts: Makefile
security/libgsasl: Makefile
security/libident: Makefile
security/libksba: Makefile
security/libmcrypt: Makefile
security/libnettle: Makefile
security/libnipper: Makefile
security/libotr: Makefile
security/libperseus: Makefile
security/libpwquality: Makefile
security/libsrtp: Makefile
security/libssh: Makefile
security/libssh2: Makefile
security/libtasn1: Makefile
security/logsentry: Makefile
security/logsurfer: Makefile
security/luacrypto: Makefile
security/luasec: Makefile
security/lxnb : Makefile
security/mcrypt: Makefile
security/metasploit: Makefile
security/mhash : Makefile
security/nbaudit: Makefile
security/nessus: Makefile.inc
security/netpgp: Makefile
security/nfsshell: Makefile
security/nikto : Makefile
security/nipper: Makefile
security/node-bcrypt: Makefile
security/nss : Makefile
security/oath-toolkit: Makefile
security/ocaml-cryptokit: Makefile
security/ocaml-ssl: Makefile
security/onesixtyone: Makefile
security/opencdk: Makefile
security/openct: Makefile
security/openpam: Makefile
security/opensc: Makefile
security/ophcrack: Makefile
security/otpcalc: Makefile
security/outguess: Makefile
security/p0f : Makefile
security/p11-kit: Makefile
security/p5-Authen-Htpasswd: Makefile
security/p5-Authen-Krb5-Simple: Makefile
security/p5-Authen-NTLM: Makefile
security/p5-Authen-Radius: Makefile
security/p5-Authen-SASL: Makefile
security/p5-Catalyst-Authentication-Store-DBI: Makefile
security/p5-Catalyst-Authentication-Store-DBIx-Class: Makefile
security/p5-Catalyst-Plugin-Authentication: Makefile
security/p5-Catalyst-Plugin-Authentication-Store-DBIC: Makefile
security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd:
Makefile
security/p5-Catalyst-Plugin-Authorization-ACL: Makefile
security/p5-Catalyst-Plugin-Authorization-Roles: Makefile
security/p5-Crypt-Blowfish: Makefile
security/p5-Crypt-Blowfish_PP: Makefile
security/p5-Crypt-CBC: Makefile
security/p5-Crypt-CipherSaber: Makefile
security/p5-Crypt-DES: Makefile
security/p5-Crypt-DES-EDE3: Makefile
security/p5-Crypt-DH: Makefile
security/p5-Crypt-DSA: Makefile
security/p5-Crypt-GpgME: Makefile
security/p5-Crypt-OpenSSL-Bignum: Makefile
security/p5-Crypt-OpenSSL-DSA: Makefile
security/p5-Crypt-OpenSSL-RSA: Makefile
security/p5-Crypt-OpenSSL-Random: Makefile
security/p5-Crypt-PasswdMD5: Makefile
security/p5-Crypt-Primes: Makefile
security/p5-Crypt-RC4: Makefile
security/p5-Crypt-RC5: Makefile
security/p5-Crypt-RSA: Makefile
security/p5-Crypt-Random: Makefile
security/p5-Crypt-Rijndael: Makefile
security/p5-Crypt-SSLeay: Makefile
security/p5-Crypt-SaltedHash: Makefile
security/p5-Crypt-Serpent: Makefile
security/p5-Crypt-SmbHash: Makefile
security/p5-Crypt-TripleDES: Makefile
security/p5-Crypt-Twofish: Makefile
security/p5-Digest-BubbleBabble: Makefile
security/p5-Digest-HMAC: Makefile
security/p5-Digest-MD2: Makefile
security/p5-Digest-MD4: Makefile
security/p5-Digest-MD5-M4p: Makefile
security/p5-Digest-Nilsimsa: Makefile
security/p5-Digest-SHA1: Makefile
security/p5-Digest-Skein: Makefile
security/p5-GPG: Makefile
security/p5-GSSAPI: Makefile
security/p5-GnuPG: Makefile
security/p5-GnuPG-Interface: Makefile
security/p5-IO-Socket-SSL: Makefile
security/p5-MD5: Makefile
security/p5-Module-Signature: Makefile
security/p5-Net-SSLGlue: Makefile
security/p5-Net_SSLeay: Makefile
security/p5-PGP-Sign: Makefile
security/p5-POE-Component-SSLify: Makefile
security/p5-Text-Password-Pronounceable: Makefile
security/p5-Tie-EncryptedHash: Makefile
security/parse : Makefile
security/passwdqc: Makefile
security/password-gorilla: Makefile
security/pcsc-lite: Makefile
security/pdfcrack: Makefile
security/pear-Auth: Makefile
security/pear-Auth-HTTP: Makefile
security/pear-Auth-SASL: Makefile
security/pgp : Makefile
security/pgp5 : Makefile
security/pgpdump: Makefile
security/pidgin-otr: Makefile
security/pinentry: Makefile
security/portscanner: Makefile
security/portsentry: Makefile
security/ppgen : Makefile
security/pwgen : Makefile
security/pwsafe: Makefile
security/py-Rijndael: Makefile
security/py-crack: Makefile
security/py-cryptkit: Makefile
security/py-crypto: Makefile
security/py-gnupg: Makefile
security/py-openssl: Makefile
security/py-paramiko: Makefile
security/py-pykpass: Makefile
security/py-sslwrapper: Makefile
security/qca : Makefile
security/qca-ossl: Makefile
security/qca-tls: Makefile
security/qca2 : Makefile
security/radiusniff: Makefile
security/rarcrack: Makefile
security/rdp : Makefile
security/ruby-bcrypt: Makefile
security/ruby-ezcrypto: Makefile
security/ruby-openid: Makefile
security/ruby-yadis: Makefile
security/samdump2: Makefile
security/samhain: Makefile
security/scanlogd: Makefile
security/scanssh: Makefile
security/scrypt: Makefile
security/sentinel: Makefile
security/shash : Makefile
security/siphon: Makefile
security/slurpie: Makefile
security/smbsniff: Makefile
security/smtpscan: Makefile
security/smurflog: Makefile
security/snort2pf: Makefile
security/spiped: Makefile
security/ssh-askpass-fullscreen: Makefile
security/ssh-ldap-helper: Makefile
security/sshguard: Makefile
security/sslscan: Makefile
security/stegdetect: Makefile
security/steghide: Makefile
security/strobe: Makefile
security/stunnel: Makefile
security/swatch: Makefile
security/tcltls: Makefile
security/tempwatch: Makefile
security/towitoko: Makefile
security/vomit : Makefile
security/vpnc : Makefile
security/wpa_supplicant: Makefile
security/xca : Makefile
security/xmlsec: Makefile
security/yubikey-personalization-gui: Makefile
security/yubiserve: Makefile
security/zebedee: Makefile
security/zkt : Makefile
shells/bash : Makefile
shells/es : Makefile
shells/ksh93 : Makefile
shells/nsh : Makefile
shells/osh : Makefile
shells/perlsh : Makefile
shells/sash : Makefile
shells/scsh : Makefile
shells/tcsh : Makefile
shells/zoidberg: Makefile
shells/zsh : Makefile
sysutils/LPRng : Makefile
sysutils/accountsservice: Makefile
sysutils/anacron: Makefile
sysutils/ansible: Makefile
sysutils/apachetop: Makefile
sysutils/apc-upsd: Makefile
sysutils/apcd : Makefile
sysutils/apcupsd: Makefile
sysutils/augeas: Makefile
sysutils/autossh: Makefile
sysutils/backintime: Makefile.inc
sysutils/backuppc: Makefile
sysutils/bacula: Makefile
sysutils/bchunk: Makefile
sysutils/bubblemon-dockapp: Makefile
sysutils/cdrtools: Makefile
sysutils/cfengine: Makefile
sysutils/checkbashisms: Makefile
sysutils/clusterit: Makefile
sysutils/collectd: Makefile
sysutils/colorls: Makefile
sysutils/colortail: Makefile
sysutils/conky : Makefile
sysutils/consolekit: Makefile
sysutils/coreutils: Makefile
sysutils/crashme: Makefile
sysutils/cyphertite: Makefile
sysutils/d-feet: Makefile
sysutils/dcfldd: Makefile
sysutils/dcled : Makefile
sysutils/ddrescue: Makefile
sysutils/deja-dup: Makefile
sysutils/dellflash: Makefile
sysutils/detox : Makefile
sysutils/dfc : Makefile
sysutils/diskrescue: Makefile
sysutils/dmassage: Makefile
sysutils/dmidecode: Makefile
sysutils/downtimed: Makefile
sysutils/dsh : Makefile
sysutils/dtpstree: Makefile
sysutils/duplicity: Makefile
sysutils/dvd+rw-tools: Makefile
sysutils/dwdiff: Makefile
sysutils/e2fsprogs: Makefile
sysutils/entr : Makefile
sysutils/erl-lager: Makefile
sysutils/erl-stats_hero: Makefile
sysutils/eventlog: Makefile
sysutils/faubackup: Makefile
sysutils/fdupes: Makefile
sysutils/filelight: Makefile
sysutils/findlib: Makefile
sysutils/firmware: Makefile.inc
sysutils/firmware/athn: Makefile
sysutils/firmware/rsu: Makefile
sysutils/firmware/ulpt: Makefile
sysutils/flock : Makefile
sysutils/freedt: Makefile
sysutils/freeipmi: Makefile
sysutils/fsstress: Makefile
sysutils/gamin : Makefile
sysutils/ggrep : Makefile
sysutils/gkrellm/gkrellm: Makefile
sysutils/gkrellm/plugins: Makefile.inc
sysutils/gkrellm/plugins/bgchg: Makefile
sysutils/glastree: Makefile
sysutils/god : Makefile
sysutils/gource: Makefile
sysutils/gpioflicker: Makefile
sysutils/grub : Makefile
sysutils/gsmartcontrol: Makefile
sysutils/hot-babe: Makefile
sysutils/hotplug-diskmount: Makefile
sysutils/idled : Makefile
sysutils/iogen : Makefile
sysutils/ipmitool: Makefile
sysutils/knutclient: Makefile
sysutils/krename: Makefile
sysutils/ktsuss: Makefile
sysutils/librelp: Makefile
sysutils/libretto-config: Makefile
sysutils/libstatgrab: Makefile
sysutils/libvirt: Makefile
sysutils/logfmon: Makefile
sysutils/login_fingerprint: Makefile
sysutils/login_ldap: Makefile
sysutils/login_oath: Makefile
sysutils/logpp : Makefile
sysutils/logstalgia: Makefile
sysutils/logtail: Makefile
sysutils/lsof : Makefile
sysutils/luastatgrab: Makefile
sysutils/mac-robber: Makefile
sysutils/mcollective: Makefile
sysutils/memtest86+: Makefile
sysutils/memtester: Makefile
sysutils/mencal: Makefile
sysutils/modlogan: Makefile
sysutils/monit : Makefile
sysutils/monitord: Makefile
sysutils/moreutils: Makefile
sysutils/mtools: Makefile
sysutils/multitail: Makefile
sysutils/multitime: Makefile
sysutils/ncdu : Makefile
sysutils/ndesk-dbus: Makefile
sysutils/ndesk-dbus-glib: Makefile
sysutils/node-always: Makefile
sysutils/node-daemon: Makefile
sysutils/node-syslog: Makefile
sysutils/notification-daemon: Makefile
sysutils/ns4 : Makefile
sysutils/nut : Makefile
sysutils/openpoppassd: Makefile
sysutils/p5-Capture-Tiny: Makefile
sysutils/p5-File-Monitor: Makefile
sysutils/p5-File-NFSLock: Makefile
sysutils/p5-File-Which: Makefile
sysutils/p5-Filesys-Df: Makefile
sysutils/p5-Filesys-DiskSpace: Makefile
sysutils/p5-Filesys-Notify-Simple: Makefile
sysutils/p5-Filesys-Virtual: Makefile
sysutils/p5-Filesys-Virtual-Plain: Makefile
sysutils/p5-Parse-DMIDecode: Makefile
sysutils/p5-Proc-ProcessTable: Makefile
sysutils/p5-Proc-Queue: Makefile
sysutils/p5-Proc-Wait3: Makefile
sysutils/p5-Puppet-Tidy: Makefile
sysutils/p5-Quota: Makefile
sysutils/p5-Schedule-At: Makefile
sysutils/p5-Set-Crontab: Makefile
sysutils/p5-Sys-Syscall: Makefile
sysutils/p5-Sys-Virt: Makefile
sysutils/p5-UPS-Nut: Makefile
sysutils/p5-Unix-PID: Makefile
sysutils/p5-Unix-Statgrab: Makefile
sysutils/p5-Unix-Syslog: Makefile
sysutils/parallel: Makefile
sysutils/pciutils: Makefile
sysutils/pecl-fileinfo: Makefile
sysutils/pftop : Makefile
sysutils/pkg_mgr: Makefile
sysutils/polkit: Makefile
sysutils/pscpug: Makefile
sysutils/pstree: Makefile
sysutils/pv : Makefile
sysutils/py-cef: Makefile
sysutils/py-daemon: Makefile
sysutils/py-lockfile: Makefile
sysutils/py-metlog: Makefile
sysutils/radiusreport: Makefile
sysutils/radmind: Makefile
sysutils/rancid: Makefile
sysutils/ranger: Makefile
sysutils/rdiff-backup: Makefile
sysutils/resmon: Makefile
sysutils/rpl : Makefile
sysutils/rsyslog: Makefile
sysutils/rtty : Makefile
sysutils/ruby-augeas: Makefile
sysutils/ruby-capistrano: Makefile
sysutils/ruby-directory_watcher: Makefile
sysutils/ruby-facter: Makefile
sysutils/ruby-libvirt: Makefile
sysutils/ruby-posix-spawn: Makefile
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet-lint: Makefile
sysutils/ruby-vlad: Makefile
sysutils/runit : Makefile
sysutils/safecat: Makefile
sysutils/sdd : Makefile
sysutils/sec : Makefile
sysutils/setquota: Makefile
sysutils/shelldap: Makefile
sysutils/shmux : Makefile
sysutils/shunt : Makefile
sysutils/skill : Makefile
sysutils/sleuthkit: Makefile
sysutils/smartmontools: Makefile
sysutils/smbldap-tools: Makefile
sysutils/snapdl: Makefile
sysutils/socket: Makefile
sysutils/socklog: Makefile
sysutils/stan : Makefile
sysutils/stow : Makefile
sysutils/stress: Makefile
sysutils/superscript: Makefile
sysutils/supuner: Makefile
sysutils/symon : Makefile
sysutils/sysgen: Makefile
sysutils/syslog-ng: Makefile
sysutils/tabled: Makefile
sysutils/tarsnap: Makefile
sysutils/tcplist: Makefile
sysutils/tentakel: Makefile
sysutils/testdisk: Makefile
sysutils/tkdvd : Makefile
sysutils/toprump: Makefile
sysutils/torture: Makefile
sysutils/tpb : Makefile
sysutils/tphdisk: Makefile
sysutils/tree : Makefile
sysutils/upower: Makefile
sysutils/upsd : Makefile
sysutils/usbutil: Makefile
sysutils/usbutils: Makefile
sysutils/vifm : Makefile
sysutils/vmwh : Makefile
sysutils/wdsetup: Makefile
sysutils/whowatch: Makefile
sysutils/wmapm : Makefile
sysutils/wmcb : Makefile
sysutils/wmcube: Makefile
sysutils/wmmon : Makefile
sysutils/wmwlmon: Makefile
sysutils/xbatt : Makefile
sysutils/xbattbar: Makefile
sysutils/xjobs : Makefile
sysutils/xps : Makefile
sysutils/xstatbar: Makefile
sysutils/xuvmstat: Makefile
sysutils/ykpers: Makefile
sysutils/zap : Makefile
telephony/asterisk: Makefile
telephony/asterisk-g729: Makefile
telephony/asterisk-openbsd-moh: Makefile
telephony/asterisk-sounds: asterisk-sounds.port.mk
telephony/asterisk-sounds/core-sounds: Makefile.inc
telephony/asterisk-sounds/extra-sounds: Makefile.inc
telephony/asterisk-sounds/moh-opsound: Makefile
telephony/astmanproxy: Makefile
telephony/fobbit: Makefile
telephony/gsutil: Makefile
telephony/iaxclient: Makefile
telephony/iaxmodem: Makefile
telephony/kamailio: Makefile
telephony/libosip2: Makefile
telephony/p5-Net-SIP: Makefile
telephony/p5-asterisk: Makefile
telephony/pjsua: Makefile
telephony/siproxd: Makefile
telephony/sofia-sip: Makefile
telephony/spandsp: Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:42:47
Modified files:
textproc/TclXML: Makefile
textproc/agrep : Makefile
textproc/antiword: Makefile
textproc/arabica: Makefile
textproc/asciidoc: Makefile
textproc/aspell/core: Makefile
textproc/aspell/dicts: Makefile.inc
textproc/aspell/dicts/eo: Makefile
textproc/aspell/dicts/ru: Makefile
textproc/bibelot: Makefile
textproc/boust : Makefile
textproc/c2html: Makefile
textproc/calibre: Makefile
textproc/catdoc: Makefile
textproc/catfish: Makefile
textproc/chmsee: Makefile
textproc/clo++ : Makefile
textproc/cloc : Makefile
textproc/clucene: Makefile
textproc/dblatex: Makefile
textproc/diction: Makefile
textproc/diffstat: Makefile
textproc/discount: Makefile
textproc/docbook: Makefile
textproc/docbook-dsssl: Makefile
textproc/docbook-to-man: Makefile
textproc/docbook-xsl: Makefile
textproc/docbook2x: Makefile
textproc/docx2txt: Makefile
textproc/ebook-tools: Makefile
textproc/enchant: Makefile
textproc/erl-edown: Makefile
textproc/erl-neotoma: Makefile
textproc/eruby : Makefile
textproc/exempi: Makefile
textproc/fcbanner: Makefile
textproc/filepp: Makefile
textproc/gdiff : Makefile
textproc/glimpse: Makefile
textproc/gnuvd : Makefile
textproc/gonzui: Makefile
textproc/groff : Makefile
textproc/gsed : Makefile
textproc/gtk-doc: Makefile
textproc/gtkspell: Makefile
textproc/gtkspell3: Makefile
textproc/gtranslator: Makefile
textproc/hevea : Makefile
textproc/hgrep : Makefile
textproc/highlight: Makefile
textproc/hs-HaXml: Makefile
textproc/hs-attoparsec: Makefile
textproc/hs-attoparsec-enumerator: Makefile
textproc/hs-attoparsec-iteratee: Makefile
textproc/hs-blaze-html: Makefile
textproc/hs-blaze-markup: Makefile
textproc/hs-bytestring-nums: Makefile
textproc/hs-bytestring-show: Makefile
textproc/hs-heist: Makefile
textproc/hs-hexpat: Makefile
textproc/hs-libxml-sax: Makefile
textproc/hs-polyparse: Makefile
textproc/hs-tagsoup: Makefile
textproc/hs-xml: Makefile
textproc/hs-xml-types: Makefile
textproc/hs-xmlhtml: Makefile
textproc/html : Makefile
textproc/hunspell: Makefile
textproc/hyperestraier: Makefile
textproc/icu4c : Makefile
textproc/idiff : Makefile
textproc/iksemel: Makefile
textproc/info2html: Makefile
textproc/intltool: Makefile
textproc/isearch: Makefile
textproc/iso12083: Makefile
textproc/iso8879: Makefile
textproc/ispell: Makefile
textproc/itstool: Makefile
textproc/latex2html: Makefile
textproc/latexmk: Makefile
textproc/lgrind: Makefile
textproc/libebml: Makefile
textproc/libical: Makefile
textproc/liblrdf: Makefile
textproc/libnxml: Makefile
textproc/libtextcat: Makefile
textproc/libtranslate: Makefile
textproc/libwbxml: Makefile
textproc/libwpd: Makefile
textproc/libxml: Makefile
textproc/libxml++: Makefile
textproc/libxmlsd: Makefile
textproc/libxslt: Makefile
textproc/linuxdoc: Makefile
textproc/lq-sp : Makefile
textproc/luaexpat: Makefile
textproc/makefaq: Makefile
textproc/markdown: Makefile
textproc/meld : Makefile
textproc/mgdiff: Makefile
textproc/mozilla-dicts: Makefile
textproc/mupdf : Makefile
textproc/mxml : Makefile
textproc/namazu: Makefile
textproc/naturaldocs: Makefile
textproc/ocaml-csv: Makefile
textproc/ocaml-rss: Makefile
textproc/ocaml-text: Makefile
textproc/ocaml-xml-light: Makefile
textproc/ocaml-xmlm: Makefile
textproc/odt2txt: Makefile
textproc/oniguruma: Makefile
textproc/openjade: Makefile
textproc/opensp: Makefile
textproc/ots : Makefile
textproc/p5-Blatte: Makefile
textproc/p5-CGI-FastTemplate: Makefile
textproc/p5-Catalyst-Plugin-Markdown: Makefile
textproc/p5-Catalyst-Plugin-Textile: Makefile
textproc/p5-Catalyst-Plugin-Unicode: Makefile
textproc/p5-Catalyst-View-TT: Makefile
textproc/p5-Catalyst-View-TT-ForceUTF8: Makefile
textproc/p5-Catalyst-View-TT-FunctionGenerator: Makefile
textproc/p5-Catalyst-View-XSLT: Makefile
textproc/p5-Email-Find: Makefile
textproc/p5-Encode-Detect: Makefile
textproc/p5-Font-AFM: Makefile
textproc/p5-Font-TTF: Makefile
textproc/p5-HTML-Summary: Makefile
textproc/p5-LaTeX-Driver: Makefile
textproc/p5-LaTeX-Encode: Makefile
textproc/p5-LaTeX-Pod: Makefile
textproc/p5-LaTeX-TOM: Makefile
textproc/p5-LibXML-Common: Makefile
textproc/p5-Libxml: Makefile
textproc/p5-Lingua-EN-Fathom: Makefile
textproc/p5-Lingua-EN-Inflect: Makefile
textproc/p5-Lingua-EN-Inflect-Number: Makefile
textproc/p5-Lingua-EN-Inflect-Phrase: Makefile
textproc/p5-Lingua-EN-Sentence: Makefile
textproc/p5-Lingua-EN-Summarize: Makefile
textproc/p5-Lingua-EN-Syllable: Makefile
textproc/p5-Lingua-EN-Tagger: Makefile
textproc/p5-Lingua-PT-Stemmer: Makefile
textproc/p5-Lingua-Stem: Makefile
textproc/p5-Lingua-Stem-Fr: Makefile
textproc/p5-Lingua-Stem-It: Makefile
textproc/p5-Lingua-Stem-Ru: Makefile
textproc/p5-Lingua-Stem-Snowball-Da: Makefile
textproc/p5-Lingua-Stem-Snowball-No: Makefile
textproc/p5-Lingua-Stem-Snowball-Se: Makefile
textproc/p5-Lingua-Treebank: Makefile
textproc/p5-List-UtilsBy: Makefile
textproc/p5-MojoX-Renderer-TT: Makefile
textproc/p5-Number-Format: Makefile
textproc/p5-Object-MultiType: Makefile
textproc/p5-PDF-API2: Makefile
textproc/p5-PDF-API2-Simple: Makefile
textproc/p5-PDF-Reuse: Makefile
textproc/p5-PDF-Table: Makefile
textproc/p5-POE-Filter-XML: Makefile
textproc/p5-PPI: Makefile
textproc/p5-PPI-HTML: Makefile
textproc/p5-PPIx-Regexp: Makefile
textproc/p5-PPIx-Utilities: Makefile
textproc/p5-PatchReader: Makefile
textproc/p5-Pod-POM: Makefile
textproc/p5-Pod-Spell: Makefile
textproc/p5-Pod-Tests: Makefile
textproc/p5-RSS-Parser-Lite: Makefile
textproc/p5-Regexp-Assemble: Makefile
textproc/p5-Regexp-Common: Makefile
textproc/p5-Regexp-DefaultFlags: Makefile
textproc/p5-SWISH-API: Makefile
textproc/p5-Search-QueryParser: Makefile
textproc/p5-Sort-Versions: Makefile
textproc/p5-String-Approx: Makefile
textproc/p5-String-CamelCase: Makefile
textproc/p5-String-Koremutake: Makefile
textproc/p5-String-Random: Makefile
textproc/p5-String-RewritePrefix: Makefile
textproc/p5-String-ShellQuote: Makefile
textproc/p5-String-Similarity: Makefile
textproc/p5-String-ToIdentifier-EN: Makefile
textproc/p5-Syntax-Highlight-HTML: Makefile
textproc/p5-Syntax-Highlight-Mason: Makefile
textproc/p5-Syntax-Highlight-Perl: Makefile
textproc/p5-Template: Makefile
textproc/p5-Template-Plugin-Class: Makefile
textproc/p5-Template-Plugin-GD: Makefile
textproc/p5-Template-Plugin-Markdown: Makefile
textproc/p5-Template-Plugin-Number-Format: Makefile
textproc/p5-Template-Provider-Encoding: Makefile
textproc/p5-Template-Timer: Makefile
textproc/p5-Text-ASCIIMathML: Makefile
textproc/p5-Text-Affixes: Makefile
textproc/p5-Text-Aligner: Makefile
textproc/p5-Text-Aspell: Makefile
textproc/p5-Text-Autoformat: Makefile
textproc/p5-Text-CSV: Makefile
textproc/p5-Text-Diff: Makefile
textproc/p5-Text-Diff-HTML: Makefile
textproc/p5-Text-DoubleMetaphone: Makefile
textproc/p5-Text-Format: Makefile
textproc/p5-Text-German: Makefile
textproc/p5-Text-Glob: Makefile
textproc/p5-Text-LevenshteinXS: Makefile
textproc/p5-Text-Markdown: Makefile
textproc/p5-Text-MultiMarkdown: Makefile
textproc/p5-Text-PDF: Makefile
textproc/p5-Text-Quoted: Makefile
textproc/p5-Text-RecordParser: Makefile
textproc/p5-Text-Reform: Makefile
textproc/p5-Text-Restructured: Makefile
textproc/p5-Text-SimpleTable: Makefile
textproc/p5-Text-Table: Makefile
textproc/p5-Text-TabularDisplay: Makefile
textproc/p5-Text-Tags: Makefile
textproc/p5-Text-Template: Makefile
textproc/p5-Text-Textile: Makefile
textproc/p5-Text-Thread: Makefile
textproc/p5-Text-Tmpl: Makefile
textproc/p5-Text-Unidecode: Makefile
textproc/p5-Text-WikiFormat: Makefile
textproc/p5-Text-WordDiff: Makefile
textproc/p5-Text-Wrapper: Makefile
textproc/p5-WML-Card: Makefile
textproc/p5-XML-AutoWriter: Makefile
textproc/p5-XML-Checker: Makefile
textproc/p5-XML-DOM: Makefile
textproc/p5-XML-DOM-XPath: Makefile
textproc/p5-XML-Dumper: Makefile
textproc/p5-XML-Elemental: Makefile
textproc/p5-XML-Filter-BufferText: Makefile
textproc/p5-XML-Filter-ExceptionLocator: Makefile
textproc/p5-XML-Generator: Makefile
textproc/p5-XML-LibXML: Makefile
textproc/p5-XML-LibXSLT: Makefile
textproc/p5-XML-Literal: Makefile
textproc/p5-XML-NamespaceSupport: Makefile
textproc/p5-XML-Parser: Makefile
textproc/p5-XML-RAI: Makefile
textproc/p5-XML-RSS: Makefile
textproc/p5-XML-RSS-LibXML: Makefile
textproc/p5-XML-RSS-Parser: Makefile
textproc/p5-XML-RSS-Timing: Makefile
textproc/p5-XML-RSS-TimingBot: Makefile
textproc/p5-XML-RSSLite: Makefile
textproc/p5-XML-RegExp: Makefile
textproc/p5-XML-SAX: Makefile
textproc/p5-XML-SAX-Expat: Makefile
textproc/p5-XML-SAX-Expat-Incremental: Makefile
textproc/p5-XML-SAX-ExpatXS: Makefile
textproc/p5-XML-SAX-Writer: Makefile
textproc/p5-XML-Sablotron: Makefile
textproc/p5-XML-Simple: Makefile
textproc/p5-XML-Smart: Makefile
textproc/p5-XML-Stream: Makefile
textproc/p5-XML-TreePP: Makefile
textproc/p5-XML-Twig: Makefile
textproc/p5-XML-Validator-Schema: Makefile
textproc/p5-XML-Writer: Makefile
textproc/p5-XML-XPath: Makefile
textproc/p5-XML-XPathEngine: Makefile
textproc/p5-XML-XSLT: Makefile
textproc/p5-XML-XSPF: Makefile
textproc/p5-ack: Makefile
textproc/p5-sdf: Makefile
textproc/p5-tkispell: Makefile
textproc/palm-bookmarks: Makefile
textproc/par : Makefile
textproc/pdftk : Makefile
textproc/pear-File: Makefile
textproc/pear-File-Find: Makefile
textproc/pear-XML-Parser: Makefile
textproc/pear-XML-RSS: Makefile
textproc/pear-XML-Serializer: Makefile
textproc/pear-XML-Tree: Makefile
textproc/pear-XML-Util: Makefile
textproc/pilot_makedoc: Makefile
textproc/pinfo : Makefile
textproc/py-Chart: Makefile
textproc/py-HappyDoc: Makefile
textproc/py-MarkupSafe: Makefile
textproc/py-chardet: Makefile
textproc/py-cssutils: Makefile
textproc/py-docutils: Makefile
textproc/py-enchant: Makefile
textproc/py-epydoc: Makefile
textproc/py-feedparser: Makefile
textproc/py-jaxml: Makefile
textproc/py-lxml: Makefile
textproc/py-nltk: Makefile
textproc/py-pdf: Makefile
textproc/py-polib: Makefile
textproc/py-prettytable: Makefile
textproc/py-pygments: Makefile
textproc/py-rdflib: Makefile
textproc/py-rtf: Makefile
textproc/py-sphinx: Makefile
textproc/py-vatnumber: Makefile
textproc/py-vobject: Makefile
textproc/py-xml: Makefile
textproc/py-xmldiff: Makefile
textproc/py-yaml: Makefile
textproc/raptor: Makefile
textproc/rarian: Makefile
textproc/rasqal: Makefile
textproc/redland: Makefile
textproc/redland-bindings: Makefile
textproc/rman : Makefile
textproc/rubber: Makefile
textproc/ruby-ascii85: Makefile
textproc/ruby-builder: Makefile
textproc/ruby-classifier: Makefile
textproc/ruby-fast-stemmer: Makefile
textproc/ruby-fastercsv: Makefile
textproc/ruby-fastri: Makefile
textproc/ruby-haml: Makefile
textproc/ruby-hpricot: Makefile
textproc/ruby-htmlentities: Makefile
textproc/ruby-hyperestraier: Makefile
textproc/ruby-icalendar: Makefile
textproc/ruby-kramdown: Makefile
textproc/ruby-liquid: Makefile
textproc/ruby-markaby: Makefile
textproc/ruby-maruku: Makefile
textproc/ruby-mustache: Makefile
textproc/ruby-nokogiri: Makefile
textproc/ruby-pdf-reader: Makefile
textproc/ruby-pygments.rb: Makefile
textproc/ruby-randexp: Makefile
textproc/ruby-rdiscount: Makefile
textproc/ruby-redcarpet: Makefile
textproc/ruby-redcloth: Makefile
textproc/ruby-rexical: Makefile
textproc/ruby-ronn: Makefile
textproc/ruby-rss: Makefile
textproc/ruby-rtex: Makefile
textproc/ruby-syntax: Makefile
textproc/ruby-templater: Makefile
textproc/ruby-treetop: Makefile
textproc/ruby-yard: Makefile
textproc/rxp : Makefile
textproc/sablotron: Makefile
textproc/sgmlformat: Makefile
textproc/sim : Makefile
textproc/source-highlight: Makefile
textproc/sp : Makefile
textproc/sphinx: Makefile
textproc/spiff : Makefile
textproc/stringtemplate: Makefile
textproc/svndumptool: Makefile
textproc/swish-e: Makefile
textproc/tcpdf : Makefile
textproc/texi2html: Makefile
textproc/tinyxml: Makefile
textproc/tre : Makefile
textproc/txt2tags: Makefile
textproc/uncrustify: Makefile
textproc/unrtf : Makefile
textproc/urlview: Makefile
textproc/validate: Makefile
textproc/vgrind: Makefile
textproc/vislcg3: Makefile
textproc/wdg-sgml-lib: Makefile
textproc/wdiff : Makefile
textproc/xerces: Makefile
textproc/xerces-c: Makefile
textproc/xml2rfc: Makefile
textproc/xmlcatmgr: Makefile
textproc/xmlto : Makefile
textproc/xmlwf : Makefile
textproc/xpdf : Makefile
textproc/xxdiff: Makefile
textproc/yould : Makefile
textproc/zathura: Makefile
textproc/zoem : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:44:50
Modified files:
www/ajaxterm : Makefile
www/analog : Makefile
www/ap2-mod_fastcgi: Makefile
www/ap2-mod_fcgid: Makefile
www/ap2-mod_jk : Makefile
www/ap2-mod_perl: Makefile
www/apache-httpd: Makefile
www/aria2 : Makefile
www/arora : Makefile
www/asql : Makefile
www/august : Makefile
www/awl : Makefile
www/awstats : Makefile
www/bacula-web : Makefile
www/bk2site : Makefile
www/blogsum : Makefile
www/bluefish : Makefile
www/bozohttpd : Makefile
www/bricolage : Makefile
www/calamaris : Makefile
www/canto : Makefile
www/cclive : Makefile
www/cgicc : Makefile
www/cgiparse : Makefile
www/cgit : Makefile
www/cherokee : Makefile
www/chive : Makefile
www/chromium : Makefile
www/clearsilver: Makefile
www/cms-ms : Makefile
www/cntlm : Makefile
www/concrete5 : Makefile
www/conkeror : Makefile
www/cronolog : Makefile
www/cssed : Makefile
www/dansguardian: Makefile
www/decss : Makefile
www/dillo : Makefile
www/dokuwiki : Makefile
www/drupal6 : Makefile.inc
www/drupal7 : Makefile.inc
www/drush : Makefile
www/elinks : Makefile
www/epiphany : Makefile
www/epiphany-extensions: Makefile
www/erl-mochiweb: Makefile
www/erl-webmachine: Makefile
www/ezpublish : Makefile
www/fcgi : Makefile
www/fcgi-cgi : Makefile
www/fennec : Makefile
www/ffproxy : Makefile
www/firefox-i18n: Makefile.inc
www/firefox36 : Makefile
www/fluxbb : Makefile
www/flyspray : Makefile
www/gcap : Makefile
www/gecko-mediaplayer: Makefile
www/gitlist : Makefile
www/glpi : Makefile
www/gnash : Makefile
www/gtkhtml3 : Makefile
www/gtkhtml4 : Makefile
www/haserl : Makefile
www/havp : Makefile
www/hiawatha : Makefile
www/horde : Makefile.inc
www/hs-cgi : Makefile
www/hs-clientsession: Makefile
www/hs-html : Makefile
www/hs-http-types: Makefile
www/hs-snap : Makefile
www/hs-snap-core: Makefile
www/hs-snap-loader-dynamic: Makefile
www/hs-snap-loader-static: Makefile
www/hs-snap-server: Makefile
www/hs-wai : Makefile
www/hs-warp : Makefile
www/hs-webkit : Makefile
www/hs-xhtml-combinators: Makefile
www/http_load : Makefile
www/http_ping : Makefile
www/icedtea-web: Makefile
www/igal : Makefile
www/igal2 : Makefile
www/japana : Makefile
www/jesred : Makefile
www/junkbuster : Makefile
www/ktdms : Makefile
www/larbin : Makefile
www/libcroco : Makefile
www/libghttp : Makefile
www/liferea : Makefile
www/lightsquid : Makefile
www/lighttpd : Makefile
www/linkchecker: Makefile
www/links : Makefile
www/links+ : Makefile
www/llgal : Makefile
www/luakit : Makefile
www/man2web : Makefile
www/mantis : Makefile
www/mediawiki : Makefile
www/mediawiki-CategoryTree: Makefile
www/mediawiki-httpauth: Makefile
www/mhonarc : Makefile
www/midori : Makefile
www/mimetex : Makefile
www/mindterm : Makefile
www/minitube : Makefile
www/mod_auth_bsd: Makefile
www/mod_auth_kerb: Makefile
www/mod_auth_ldap: Makefile
www/mod_auth_mysql: Makefile
www/mod_auth_pgsql: Makefile
www/mod_auth_radius: Makefile
www/mod_bandwidth: Makefile
www/mod_dav : Makefile
www/mod_encoding: Makefile
www/mod_fastcgi: Makefile
www/mod_geoip : Makefile
www/mod_gzip : Makefile
www/mod_jk : Makefile
www/mod_layout : Makefile
www/mod_ldapvhost: Makefile
www/mod_log_sql: Makefile
www/mod_mp3 : Makefile
www/mod_perl : Makefile
www/mod_random : Makefile
www/mod_ruby : Makefile
www/mod_scgi : Makefile
www/mod_security: Makefile
www/mod_text2html: Makefile
www/moinmoin : Makefile
www/mollify : Makefile
www/mongrel2 : Makefile
www/mono-xsp : Makefile
www/moodle : Makefile
www/mozilla-firefox: Makefile
www/mozilla-sync: Makefile.inc
www/mozplugger : Makefile
www/mycalendar : Makefile
www/myreview : Makefile
www/netsurf : Makefile.inc
www/netsurf/hubbub: Makefile
www/netsurf/libwapcaplet: Makefile
www/nginx : Makefile.inc
www/nostromo : Makefile
www/opera : Makefile
www/owncloud : Makefile
www/p5-Alien-Tidyp: Makefile
www/p5-Apache-ASP: Makefile
www/p5-Apache-DB: Makefile
www/p5-Apache-DBI: Makefile
www/p5-Apache-Gallery: Makefile
www/p5-Apache-MP3: Makefile
www/p5-Apache-Reload: Makefile
www/p5-Apache-Session: Makefile
www/p5-Apache-Session-Generate-UUID: Makefile
www/p5-Apache-Session-Memcached: Makefile
www/p5-Apache-Test: Makefile
www/p5-Blatte-HTML: Makefile
www/p5-CGI-Ajax: Makefile
www/p5-CGI-Application: Makefile
www/p5-CGI-Application-Generator: Makefile
www/p5-CGI-Application-Plugin-ConfigAuto: Makefile
www/p5-CGI-Application-Plugin-ValidateRM: Makefile
www/p5-CGI-Cookie-Splitter: Makefile
www/p5-CGI-Deurl: Makefile
www/p5-CGI-Emulate-PSGI: Makefile
www/p5-CGI-FormBuilder: Makefile
www/p5-CGI-Lite: Makefile
www/p5-CGI-PSGI: Makefile
www/p5-CGI-SSI : Makefile
www/p5-CGI-Session: Makefile
www/p5-CGI-Simple: Makefile
www/p5-CGI-SpeedyCGI: Makefile
www/p5-CGI-Untaint: Makefile
www/p5-CGI-XMLApplication: Makefile
www/p5-CSS-Minifier: Makefile
www/p5-CSS-Squish: Makefile
www/p5-CSS-Tiny: Makefile
www/p5-Catalyst-Action-RenderView: Makefile
www/p5-Catalyst-Component-ACCEPT_CONTEXT: Makefile
www/p5-Catalyst-Component-InstancePerContext: Makefile
www/p5-Catalyst-Controller-FormBuilder: Makefile
www/p5-Catalyst-Controller-HTML-FormFu: Makefile
www/p5-Catalyst-Devel: Makefile
www/p5-Catalyst-Engine-Apache: Makefile
www/p5-Catalyst-Helper-Controller-Scaffold: Makefile
www/p5-Catalyst-Log-Log4perl: Makefile
www/p5-Catalyst-Plugin-Cache: Makefile
www/p5-Catalyst-Plugin-Cache-FileCache: Makefile
www/p5-Catalyst-Plugin-Cache-Memcached: Makefile
www/p5-Catalyst-Plugin-Cache-Store-FastMmap: Makefile
www/p5-Catalyst-Plugin-ConfigLoader: Makefile
www/p5-Catalyst-Plugin-ConfigLoader-Environment: Makefile
www/p5-Catalyst-Plugin-DefaultEnd: Makefile
www/p5-Catalyst-Plugin-FormValidator: Makefile
www/p5-Catalyst-Plugin-HTML-Widget: Makefile
www/p5-Catalyst-Plugin-I18N: Makefile
www/p5-Catalyst-Plugin-LogWarnings: Makefile
www/p5-Catalyst-Plugin-PageCache: Makefile
www/p5-Catalyst-Plugin-Pluggable: Makefile
www/p5-Catalyst-Plugin-Prototype: Makefile
www/p5-Catalyst-Plugin-Session: Makefile
www/p5-Catalyst-Plugin-Session-FastMmap: Makefile
www/p5-Catalyst-Plugin-Session-PerUser: Makefile
www/p5-Catalyst-Plugin-Session-State-Cookie: Makefile
www/p5-Catalyst-Plugin-Session-State-URI: Makefile
www/p5-Catalyst-Plugin-Session-Store-FastMmap: Makefile
www/p5-Catalyst-Plugin-Session-Store-File: Makefile
www/p5-Catalyst-Plugin-Singleton: Makefile
www/p5-Catalyst-Plugin-Static-Simple: Makefile
www/p5-Catalyst-Plugin-SubRequest: Makefile
www/p5-Catalyst-Plugin-XMLRPC: Makefile
www/p5-Catalyst-Runtime: Makefile
www/p5-Catalyst-View-Mason: Makefile
www/p5-CatalystX-Component-Traits: Makefile
www/p5-Config-ApacheFormat: Makefile
www/p5-Dancer : Makefile
www/p5-Data-URIEncode: Makefile
www/p5-Drupal-Admin: Makefile
www/p5-FCGI-ProcManager: Makefile
www/p5-Feed-Find: Makefile
www/p5-Gravatar-URL: Makefile
www/p5-HTML-Base: Makefile
www/p5-HTML-CGIChecker: Makefile
www/p5-HTML-Calendar-Month-Simple: Makefile
www/p5-HTML-Clean: Makefile
www/p5-HTML-Copy: Makefile
www/p5-HTML-Embperl: Makefile
www/p5-HTML-FillInForm: Makefile
www/p5-HTML-FormFu: Makefile
www/p5-HTML-Format: Makefile
www/p5-HTML-FormatText-WithLinks: Makefile
www/p5-HTML-FromText: Makefile
www/p5-HTML-Highlight: Makefile
www/p5-HTML-Lint: Makefile
www/p5-HTML-Mason: Makefile
www/p5-HTML-Mason-PSGIHandler: Makefile
www/p5-HTML-Parser: Makefile
www/p5-HTML-PopupTreeSelect: Makefile
www/p5-HTML-PrettyPrinter: Makefile
www/p5-HTML-Prototype: Makefile
www/p5-HTML-Quoted: Makefile
www/p5-HTML-ResolveLink: Makefile
www/p5-HTML-RewriteAttributes: Makefile
www/p5-HTML-SBC: Makefile
www/p5-HTML-SimpleParse: Makefile
www/p5-HTML-SiteTear: Makefile
www/p5-HTML-Stream: Makefile
www/p5-HTML-StripScripts: Makefile
www/p5-HTML-StripScripts-Parser: Makefile
www/p5-HTML-Table: Makefile
www/p5-HTML-TableContentParser: Makefile
www/p5-HTML-TableExtract: Makefile
www/p5-HTML-TagCloud: Makefile
www/p5-HTML-TagFilter: Makefile
www/p5-HTML-Tagset: Makefile
www/p5-HTML-Template: Makefile
www/p5-HTML-Template-Expr: Makefile
www/p5-HTML-Template-JIT: Makefile
www/p5-HTML-Tidy: Makefile
www/p5-HTML-Tiny: Makefile
www/p5-HTML-TokeParser-Simple: Makefile
www/p5-HTML-Tree: Makefile
www/p5-HTML-TreeBuilder-XPath: Makefile
www/p5-HTML-Widget: Makefile
www/p5-HTTP-Async: Makefile
www/p5-HTTP-Body: Makefile
www/p5-HTTP-BrowserDetect: Makefile
www/p5-HTTP-GHTTP: Makefile
www/p5-HTTP-GetImages: Makefile
www/p5-HTTP-Lite: Makefile
www/p5-HTTP-Parser-XS: Makefile
www/p5-HTTP-Proxy: Makefile
www/p5-HTTP-Recorder: Makefile
www/p5-HTTP-Request-AsCGI: Makefile
www/p5-HTTP-Request-Params: Makefile
www/p5-HTTP-Response-Encoding: Makefile
www/p5-HTTP-Server-Simple: Makefile
www/p5-HTTP-Server-Simple-Mason: Makefile
www/p5-HTTP-Server-Simple-PSGI: Makefile
www/p5-HTTP-Server-Simple-Recorder: Makefile
www/p5-HTTPD-Log-Filter: Makefile
www/p5-JavaScript-Minifier: Makefile
www/p5-LWP-Authen-Wsse: Makefile
www/p5-LWP-Protocol-socks: Makefile
www/p5-LWP-UserAgent-Determined: Makefile
www/p5-MasonX-Interp-WithCallbacks: Makefile
www/p5-Maypole : Makefile
www/p5-Maypole-Authentication-UserSessionCookie: Makefile
www/p5-Mojo : Makefile
www/p5-MojoX-Session: Makefile
www/p5-Object-eBay: Makefile
www/p5-PHP-Serialization: Makefile
www/p5-PHP-Session: Makefile
www/p5-PSGI : Makefile
www/p5-Plack : Makefile
www/p5-Plack-Middleware-ReverseProxy: Makefile
www/p5-Plack-Test-ExternalServer: Makefile
www/p5-Plagger : Makefile
www/p5-PodToHTML: Makefile
www/p5-RTx-Tags: Makefile
www/p5-Rose-HTML-Objects: Makefile
www/p5-Rose-HTMLx-Form-Field-Autocomplete: Makefile
www/p5-Rose-URI: Makefile
www/p5-SCGI : Makefile
www/p5-SOAP-Lite: Makefile
www/p5-SOAP-WSDL: Makefile
www/p5-Starlet : Makefile
www/p5-Starman : Makefile
www/p5-Test-HTTP-Server-Simple: Makefile
www/p5-URI : Makefile
www/p5-URI-Fetch: Makefile
www/p5-URI-Find: Makefile
www/p5-WWW-Bugzilla: Makefile
www/p5-WWW-Curl: Makefile
www/p5-WWW-Ebay: Makefile
www/p5-WWW-Google-SiteMap: Makefile
www/p5-WWW-IndexParser: Makefile
www/p5-WWW-Mechanize: Makefile
www/p5-WWW-Mechanize-TreeBuilder: Makefile
www/p5-WWW-Robot: Makefile
www/p5-WWW-Search: Makefile
www/p5-WWW-Search-Ebay: Makefile
www/p5-WWW-Shorten: Makefile
www/p5-WWW-Shorten-Bitly: Makefile
www/p5-WWW-Shorten-Googl: Makefile
www/p5-WWW-Tumblr: Makefile
www/p5-WWW-Wikipedia: Makefile
www/p5-WWW-YouTube-Download: Makefile
www/p5-Weather-Com: Makefile
www/p5-WebService-Audioscrobbler: Makefile
www/p5-WebService-MusicBrainz: Makefile
www/p5-XML-Atom: Makefile
www/p5-XML-Atom-SimpleFeed: Makefile
www/p5-XML-Feed: Makefile
www/p5-libapreq: Makefile
www/p5-libapreq2: Makefile
www/p5-libwww : Makefile
www/p5-pQuery : Makefile
www/pear : Makefile pear.port.mk
www/pear-HTML-Common2: Makefile
www/pear-HTML-Page2: Makefile
www/pear-HTML-QuickForm: Makefile
www/pear-HTML-Select: Makefile
www/pear-HTML-Template-IT: Makefile
www/pear-HTTP-WebDAV-Server: Makefile
www/pear-SOAP : Makefile
www/pecl-APC : Makefile
www/pecl-chroot: Makefile
www/pecl-geoip : Makefile
www/pecl-memcache: Makefile
www/pecl-phar : Makefile
www/pecl-proctitle: Makefile
www/pecl-ssh2 : Makefile
www/pecl-swish : Makefile
www/pecl-uploadprogress: Makefile
www/perlbal : Makefile
www/photoshow : Makefile
www/php-markdown: Makefile
www/php-openid : Makefile
www/php-predis : Makefile
www/phpicalendar: Makefile
www/phpldapadmin: Makefile
www/phplist : Makefile
www/phpmemcachedadmin: Makefile
www/phpmyadmin : Makefile
www/phppgadmin : Makefile
www/phpvirtualbox: Makefile
www/piwik : Makefile
www/plans : Makefile
www/pmwiki : Makefile
www/polipo : Makefile
www/pound : Makefile
www/privoxy : Makefile
www/puppet-dashboard: Makefile
www/py-CherryPy: Makefile
www/py-beaker : Makefile
www/py-beautifulsoup: Makefile
www/py-beautifulsoup4: Makefile
www/py-cherrypy2: Makefile
www/py-clientform: Makefile
www/py-django : Makefile
www/py-flask : Makefile
www/py-flup : Makefile
www/py-formencode: Makefile
www/py-genshi : Makefile
www/py-gunicorn: Makefile
www/py-htmltmpl: Makefile
www/py-httplib2: Makefile
www/py-jinja2 : Makefile
www/py-jonpy : Makefile
www/py-mako : Makefile
www/py-mechanize: Makefile
www/py-meld3 : Makefile
www/py-nevow : Makefile
www/py-paste : Makefile
www/py-paste-deploy: Makefile
www/py-paste-script: Makefile
www/py-pylons : Makefile
www/py-quixote : Makefile
www/py-recaptcha-client: Makefile
www/py-repoze-lru: Makefile
www/py-repoze-profile: Makefile
www/py-repoze-who: Makefile
www/py-requests: Makefile
www/py-routes : Makefile
www/py-tempita : Makefile
www/py-tornado : Makefile
www/py-turbogears: Makefile
www/py-urlgrabber: Makefile
www/py-webdav : Makefile
www/py-weberror: Makefile
www/py-webhelpers: Makefile
www/py-webkitgtk: Makefile
www/py-webob : Makefile
www/py-webpy : Makefile
www/py-webtest : Makefile
www/py-wsgiproxy: Makefile
www/py-zine : Makefile
www/pyblosxom : Makefile
www/rackmonkey : Makefile
www/racktables : Makefile
www/raggle : Makefile
www/ratproxy : Makefile
www/rawdog : Makefile
www/reportmagic: Makefile
www/retawq : Makefile
www/rt : Makefile
www/ruby-addressable: Makefile
www/ruby-capybara: Makefile
www/ruby-capybara-webkit: Makefile
www/ruby-fcgi : Makefile
www/ruby-httpclient: Makefile
www/ruby-jekyll: Makefile
www/ruby-mechanize: Makefile
www/ruby-mongrel: Makefile
www/ruby-passenger: Makefile
www/ruby-rack : Makefile
www/ruby-rack-test: Makefile
www/ruby-rainbows: Makefile
www/ruby-raindrops: Makefile
www/ruby-rest-client: Makefile
www/ruby-sanitize: Makefile
www/ruby-sinatra: Makefile
www/ruby-thin : Makefile
www/ruby-thin_http: Makefile
www/ruby-unicorn: Makefile
www/ruby-vegas : Makefile
www/ruby-xpath : Makefile
www/sabredav : Makefile
www/sarg : Makefile
www/seamonkey : Makefile
www/seamonkey-i18n: Makefile.inc
www/silverstripe: Makefile
www/slowhttptest: Makefile
www/snownews : Makefile
www/sogo : Makefile
www/sope : Makefile
www/spawn-fcgi : Makefile
www/sqtop : Makefile
www/squid : Makefile
www/squid27 : Makefile
www/squidguard : Makefile
www/statusnet : Makefile
www/surf : Makefile
www/surfraw : Makefile
www/swfdec-plugin: Makefile
www/swiggle : Makefile
www/syweb : Makefile
www/thttpd : Makefile
www/tidyp : Makefile
www/tinyproxy : Makefile
www/tntnet : Makefile
www/tomcat : Makefile.inc
www/trac : Makefile
www/trac-ldapplugin: Makefile
www/tracnav : Makefile
www/tt-rss : Makefile
www/twiki : Makefile
www/twill : Makefile
www/varnish : Makefile
www/visitors : Makefile
www/vteplugin : Makefile
www/vtigercrm : Makefile
www/w3m : Makefile
www/w3mir : Makefile
www/wApua : Makefile
www/wbox : Makefile
www/webacula : Makefile
www/webalizer : Makefile
www/webcollab : Makefile
www/webgui : Makefile
www/webkit : Makefile
www/weblint : Makefile
www/wml : Makefile
www/wordpress : Makefile
www/www6to4 : Makefile
www/wwwcount : Makefile
www/wwwoffle : Makefile
www/xapian-omega: Makefile
www/xcache : Makefile
www/xmhtml : Makefile
www/xombrero : Makefile
www/yaws : Makefile
www/youtube-dl : Makefile
www/yui : Makefile
www/zendframework: Makefile
www/zurmo : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:46:19
Modified files:
x11/Xaw3d : Makefile
x11/XawMu : Makefile
x11/Xdialog : Makefile
x11/abclock : Makefile
x11/aewm : Makefile
x11/afterstep : Makefile
x11/amiwm : Makefile
x11/asapm : Makefile
x11/asclock : Makefile
x11/asfiles : Makefile
x11/astime : Makefile
x11/autocutsel : Makefile
x11/awesome : Makefile
x11/bbdate : Makefile
x11/bbkeys : Makefile
x11/bbpager : Makefile
x11/bclock : Makefile
x11/belt : Makefile
x11/bgs : Makefile
x11/blackbox : Makefile
x11/blast : Makefile
x11/bluetile : Makefile
x11/bricons : Makefile
x11/bwidget : Makefile
x11/byzi : Makefile
x11/chbg : Makefile
x11/compiz/core: Makefile
x11/ctwm : Makefile
x11/dbus : Makefile
x11/dbus-glib : Makefile
x11/dbus-intf : Makefile
x11/dbus-python: Makefile
x11/dbus-tcl : Makefile
x11/dclock : Makefile
x11/devilspie : Makefile
x11/dmenu : Makefile
x11/driconf : Makefile
x11/driftnet : Makefile
x11/dwm : Makefile
x11/dzen2 : Makefile
x11/e16keyedit : Makefile
x11/e17 : Makefile.inc
x11/e17/e : Makefile
x11/e17/e_dbus : Makefile
x11/e17/ecore : Makefile
x11/e17/edje : Makefile
x11/e17/eet : Makefile
x11/e17/efreet : Makefile
x11/e17/eina : Makefile
x11/e17/eio : Makefile
x11/e17/elementary: Makefile
x11/e17/embryo : Makefile
x11/e17/emotion: Makefile
x11/e17/ethumb : Makefile
x11/e17/evas : Makefile
x11/echinus : Makefile
x11/emelfm2 : Makefile
x11/emiclock : Makefile
x11/enlightenment: Makefile
x11/eterm : Makefile
x11/evilwm : Makefile
x11/extace : Makefile
x11/faenza-icon-theme: Makefile
x11/fbpanel : Makefile
x11/fleditor : Makefile
x11/fltk : Makefile
x11/fltk2 : Makefile
x11/fluxbox : Makefile
x11/fluxter : Makefile
x11/flvw : Makefile
x11/flwm : Makefile
x11/freerdp : Makefile
x11/fsv : Makefile
x11/fvwm2 : Makefile
x11/fvwm95 : Makefile
x11/gaia : Makefile
x11/gammapage : Makefile
x11/gbdfed : Makefile
x11/gcolor2 : Makefile
x11/gdesklets : Makefile
x11/gdevilspie : Makefile
x11/gentoo : Makefile
x11/gigolo : Makefile
x11/gmrun : Makefile
x11/gmtk : Makefile
x11/gnome/anjuta: Makefile
x11/gnome/anjuta-extras: Makefile
x11/gnome/at-spi2-atk: Makefile
x11/gnome/at-spi2-core: Makefile
x11/gnome/backgrounds: Makefile
x11/gnome/baker: Makefile
x11/gnome/banshee: Makefile
x11/gnome/baobab: Makefile
x11/gnome/caribou: Makefile
x11/gnome/clocks: Makefile
x11/gnome/color-manager: Makefile
x11/gnome/common: Makefile
x11/gnome/contacts: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/desktop: Makefile
x11/gnome/devel-docs: Makefile
x11/gnome/devhelp: Makefile
x11/gnome/dictionary: Makefile
x11/gnome/doc-utils: Makefile
x11/gnome/documents: Makefile
x11/gnome/ekiga: Makefile
x11/gnome/empathy: Makefile
x11/gnome/eog : Makefile
x11/gnome/eog-plugins: Makefile
x11/gnome/file-roller: Makefile
x11/gnome/font-viewer: Makefile
x11/gnome/games: Makefile
x11/gnome/gcalctool: Makefile
x11/gnome/gcr : Makefile
x11/gnome/gdl : Makefile
x11/gnome/gdlmm: Makefile
x11/gnome/gdm : Makefile
x11/gnome/gedit: Makefile
x11/gnome/gedit-code-assistance: Makefile
x11/gnome/gedit-cossa: Makefile
x11/gnome/gedit-latex: Makefile
x11/gnome/gedit-plugins: Makefile
x11/gnome/ghex : Makefile
x11/gnome/gitg : Makefile
x11/gnome/gjs : Makefile
x11/gnome/glom : Makefile
x11/gnome/gnote: Makefile
x11/gnome/grilo: Makefile
x11/gnome/grilo-mediaserver2: Makefile
x11/gnome/grilo-plugins: Makefile
x11/gnome/gucharmap: Makefile
x11/gnome/gvfs : Makefile
x11/gnome/icon-theme: Makefile
x11/gnome/icon-theme-extras: Makefile
x11/gnome/icon-theme-symbolic: Makefile
x11/gnome/keyring: Makefile
x11/gnome/latexila: Makefile
x11/gnome/libbonobo: Makefile
x11/gnome/libbonoboui: Makefile
x11/gnome/libcryptui: Makefile
x11/gnome/libgda: Makefile
x11/gnome/libgdamm: Makefile
x11/gnome/libgnome: Makefile
x11/gnome/libgnome-keyring: Makefile
x11/gnome/libgnomecanvas: Makefile
x11/gnome/libgnomecanvasmm: Makefile
x11/gnome/libgnomekbd: Makefile
x11/gnome/libgnomeui: Makefile
x11/gnome/libgweather: Makefile
x11/gnome/librsvg: Makefile
x11/gnome/libsecret: Makefile
x11/gnome/libxklavier: Makefile
x11/gnome/libzapojit: Makefile
x11/gnome/menus: Makefile
x11/gnome/metacity: Makefile
x11/gnome/mime-data: Makefile
x11/gnome/mono-gnome: Makefile
x11/gnome/moserial: Makefile
x11/gnome/mousetweaks: Makefile
x11/gnome/mutter: Makefile
x11/gnome/nautilus: Makefile
x11/gnome/nautilus-open-terminal: Makefile
x11/gnome/nautilus-sendto: Makefile
x11/gnome/nettool: Makefile
x11/gnome/online-accounts: Makefile
x11/gnome/orca : Makefile
x11/gnome/panel: Makefile
x11/gnome/planner: Makefile
x11/gnome/power-manager: Makefile
x11/gnome/py-atspi: Makefile
x11/gnome/py-gnome: Makefile
x11/gnome/rygel: Makefile
x11/gnome/screensaver: Makefile
x11/gnome/screenshot: Makefile
x11/gnome/seahorse: Makefile
x11/gnome/seahorse-nautilus: Makefile
x11/gnome/seahorse-sharing: Makefile
x11/gnome/search-tool: Makefile
x11/gnome/session: Makefile
x11/gnome/settings-daemon: Makefile
x11/gnome/shell: Makefile
x11/gnome/sushi: Makefile
x11/gnome/system-log: Makefile
x11/gnome/system-monitor: Makefile
x11/gnome/terminal: Makefile
x11/gnome/themes-standard: Makefile
x11/gnome/totem: Makefile
x11/gnome/totem-pl-parser: Makefile
x11/gnome/tracker: Makefile
x11/gnome/tweak-tool: Makefile
x11/gnome/user-docs: Makefile
x11/gnome/vfs2 : Makefile
x11/gnome/video-arcade: Makefile
x11/gnome/video-effects: Makefile
x11/gnome/vinagre: Makefile
x11/gnome/vino : Makefile
x11/gnome/yelp : Makefile
x11/gnome/yelp-tools: Makefile
x11/gnome/yelp-xsl: Makefile
x11/gnome/zenity: Makefile
x11/gnome-colors-icon-theme: Makefile
x11/gnome-mplayer: Makefile
x11/gnustep : Makefile.inc
x11/gnustep/webservices: Makefile
x11/gob2 : Makefile
x11/goggles : Makefile
x11/golem : Makefile
x11/gpointing-device-settings: Makefile
x11/gromit : Makefile
x11/gtk+ : Makefile
x11/gtk+2 : Makefile
x11/gtk+3 : Makefile
x11/gtk-chtheme: Makefile
x11/gtk-engines2: Makefile
x11/gtk-vnc : Makefile
x11/gtk2-aurora-engine: Makefile
x11/gtk2-equinox-engine: Makefile
x11/gtk2-murrine-engine: Makefile
x11/gtk2-nodoka-engine: Makefile
x11/gtk2-rezlooks-engine: Makefile
x11/gtk2-theme-switch: Makefile
x11/gtk2mm : Makefile
x11/gtk3-unico-engine: Makefile
x11/gtk3mm : Makefile
x11/gtkdatabox : Makefile
x11/gtkglarea : Makefile
x11/gtkglext : Makefile
x11/gtkglextmm : Makefile
x11/gtkhotkey : Makefile
x11/gtksourceview: Makefile
x11/gtksourceview3: Makefile
x11/gtksourceviewmm3: Makefile
x11/gxmessage : Makefile
x11/hicolor-icon-theme: Makefile
x11/hs-X11 : Makefile
x11/hs-X11-xft : Makefile
x11/hs-dbus : Makefile
x11/hs-gtk : Makefile
x11/hs-xmonad-contrib: Makefile
x11/human-icon-theme: Makefile
x11/i3 : Makefile
x11/i3status : Makefile
x11/icewm : Makefile
x11/icon-naming-utils: Makefile
x11/icontool : Makefile
x11/idesk : Makefile
x11/industrial-icon-theme: Makefile
x11/ion : Makefile
x11/irrlicht : Makefile
x11/isomaster : Makefile
x11/itk : Makefile
x11/iwidgets : Makefile
x11/jwm : Makefile
x11/kde : Makefile.inc
x11/kde/libs3-doc: Makefile
x11/kde4 : Makefile.inc kde4.port.mk
x11/kdirstat : Makefile
x11/keybinder : Makefile
x11/keynav : Makefile
x11/klavaro : Makefile
x11/kmplayer : Makefile
x11/kountdown : Makefile
x11/krusader : Makefile
x11/lablgtk2 : Makefile
x11/libdnd : Makefile
x11/libgdiplus : Makefile
x11/libsexy : Makefile
x11/libxdg-basedir: Makefile
x11/lsw : Makefile
x11/lupe : Makefile
x11/lxrandr : Makefile
x11/mlterm : Makefile
x11/mono-gtk2 : Makefile
x11/mouseclock : Makefile
x11/mowitz : Makefile
x11/mplayer : Makefile
x11/mrxvt : Makefile
x11/mterm : Makefile
x11/mxconns : Makefile
x11/nagstamon : Makefile
x11/neXtaw : Makefile
x11/netwmpager : Makefile
x11/nitrogen : Makefile
x11/numlockx : Makefile
x11/nx : Makefile.inc
x11/obconf : Makefile
x11/obmenu : Makefile
x11/ogle : Makefile
x11/ogle_gui : Makefile
x11/ogre : Makefile
x11/openbox : Makefile
x11/openmotif : Makefile
x11/oroborus : Makefile
x11/osd_clock : Makefile
x11/p5-Gtk2 : Makefile
x11/p5-Gtk2-Ex-FormFactory: Makefile
x11/p5-Gtk2-Ex-PodViewer: Makefile
x11/p5-Gtk2-Ex-Simple-List: Makefile
x11/p5-Gtk2-GladeXML: Makefile
x11/p5-Tk : Makefile
x11/p5-Tk-ProgressBar-Mac: Makefile
x11/p5-Tk-Splash: Makefile
x11/p5-Tk-Stderr: Makefile
x11/p5-Tk-TableMatrix: Makefile
x11/p5-Wx : Makefile
x11/p5-X-Osd : Makefile
x11/p5-X11-Protocol: Makefile
x11/parcellite : Makefile
x11/partiwm : Makefile
x11/pbrowser : Makefile
x11/pcmanfm : Makefile
x11/peksystray : Makefile
x11/pekwm : Makefile
x11/pidgin-guifications: Makefile
x11/pidgin-libnotify: Makefile
x11/piewm : Makefile
x11/pinot : Makefile
x11/podbrowser : Makefile
x11/polkit-gnome: Makefile
x11/polkit-qt4 : Makefile
x11/pwm : Makefile
x11/py-Xlib : Makefile
x11/py-gtk2 : Makefile
x11/py-kiwi : Makefile
x11/py-osd : Makefile
x11/py-pyglet : Makefile
x11/py-qt3 : Makefile
x11/py-qt4 : Makefile
x11/py-wxPython: Makefile
x11/pypanel : Makefile
x11/qinx : Makefile
x11/qrfcview : Makefile
x11/qt3 : Makefile
x11/qt4 : Makefile
x11/quadkonsole: Makefile
x11/qvwm : Makefile
x11/qwt : Makefile
x11/ratmen : Makefile
x11/ratpoison : Makefile
x11/rdesktop : Makefile
x11/remmina : Makefile
x11/rendercheck: Makefile
x11/rep-gtk : Makefile
x11/root-tail : Makefile
x11/rox-filer : Makefile
x11/roxterm : Makefile
x11/ruby-dbus : Makefile
x11/ruby-profligacy: Makefile
x11/ruby-qt4 : Makefile
x11/rxvt : Makefile
x11/rxvt-unicode: Makefile
x11/sawfish : Makefile
x11/sclock : Makefile
x11/sisctrl : Makefile
x11/skippy : Makefile
x11/sliderule : Makefile
x11/slim : Makefile
x11/slim-themes: Makefile
x11/slock : Makefile
x11/smplayer : Makefile
x11/smtube : Makefile
x11/spectrwm : Makefile
x11/spice-gtk : Makefile
x11/sselp : Makefile
x11/st : Makefile
x11/stalonetray: Makefile
x11/swarp : Makefile
x11/swisswatch : Makefile
x11/tabbed : Makefile
x11/tangerine-icon-theme: Makefile
x11/tango-icon-theme: Makefile
x11/tango-icon-theme-extras: Makefile
x11/tellico : Makefile
x11/terminator : Makefile
x11/thewidgetfactory: Makefile
x11/tilda : Makefile
x11/tint : Makefile
x11/tk/8.4 : Makefile
x11/tk/8.5 : Makefile
x11/tk/8.6 : Makefile
x11/tkcon : Makefile
x11/tkdnd : Makefile
x11/tkhtml : Makefile
x11/tktable : Makefile
x11/tktray : Makefile
x11/tktreectrl : Makefile
x11/transset-df: Makefile
x11/trayer : Makefile
x11/treewm : Makefile
x11/tvtwm : Makefile
x11/type1inst : Makefile
x11/unclutter : Makefile
x11/vdesk : Makefile
x11/viewfax : Makefile
x11/virt-viewer: Makefile
x11/vlc : Makefile
x11/waimea : Makefile
x11/wampager : Makefile
x11/windowmaker: Makefile
x11/windowmaker-extra: Makefile
x11/winwrangler: Makefile
x11/wm2 : Makefile
x11/wmbutton : Makefile
x11/wmcalclock : Makefile
x11/wmclock : Makefile
x11/wmclockmon : Makefile
x11/wmctrl : Makefile
x11/wmdate : Makefile
x11/wmfishtime : Makefile
x11/wmi : Makefile
x11/wmii : Makefile
x11/wminfo : Makefile
x11/wmitime : Makefile
x11/wmmenu : Makefile
x11/wmname : Makefile
x11/wmpinboard : Makefile
x11/wmthemeinstall: Makefile
x11/wmtime : Makefile
x11/wmtz : Makefile
x11/wmweather : Makefile
x11/wmx : Makefile
x11/wterm : Makefile
x11/wxSVG : Makefile
x11/wxWidgets : Makefile
x11/x11vnc : Makefile
x11/x2vnc : Makefile
x11/x2x : Makefile
x11/xaniroc : Makefile
x11/xantfarm : Makefile
x11/xarchive : Makefile
x11/xarchiver : Makefile
x11/xautolock : Makefile
x11/xawtv : Makefile
x11/xbae : Makefile
x11/xbindkeys : Makefile
x11/xcalib : Makefile
x11/xcb : Makefile
x11/xchm : Makefile
x11/xclip : Makefile
x11/xco : Makefile
x11/xcoloredit : Makefile
x11/xcolors : Makefile
x11/xcursor-dmz: Makefile
x11/xcursor-neutral: Makefile
x11/xcursor-themes: Makefile
x11/xcursorgen : Makefile
x11/xdaliclock : Makefile
x11/xdesktopwaves: Makefile
x11/xdg-user-dirs-gtk: Makefile
x11/xdmchoose : Makefile
x11/xdotool : Makefile
x11/xdrawchem : Makefile
x11/xdtm : Makefile
x11/xdu : Makefile
x11/xfce4/exo : Makefile
x11/xfce4/garcon: Makefile
x11/xfce4/gtk-xfce-engine: Makefile
x11/xfce4/libxfce4ui: Makefile
x11/xfce4/libxfce4util: Makefile
x11/xfce4/libxfcegui4: Makefile
x11/xfce4/mousepad: Makefile
x11/xfce4/notification-daemon-xfce: Makefile
x11/xfce4/orage: Makefile
x11/xfce4/parole: Makefile
x11/xfce4/ristretto: Makefile
x11/xfce4/terminal: Makefile
x11/xfce4/thunar: Makefile
x11/xfce4/thunar-archive: Makefile
x11/xfce4/thunar-media-tags: Makefile
x11/xfce4/thunar-vcs: Makefile
x11/xfce4/tumbler: Makefile
x11/xfce4/xfce4-appfinder: Makefile
x11/xfce4/xfce4-battery: Makefile
x11/xfce4/xfce4-clipman: Makefile
x11/xfce4/xfce4-cpugraph: Makefile
x11/xfce4/xfce4-dev-tools: Makefile
x11/xfce4/xfce4-dict: Makefile
x11/xfce4/xfce4-diskperf: Makefile
x11/xfce4/xfce4-fsguard: Makefile
x11/xfce4/xfce4-genmon: Makefile
x11/xfce4/xfce4-icon-theme: Makefile
x11/xfce4/xfce4-mailwatch: Makefile
x11/xfce4/xfce4-mixer: Makefile
x11/xfce4/xfce4-modemlights: Makefile
x11/xfce4/xfce4-mount: Makefile
x11/xfce4/xfce4-mpc: Makefile
x11/xfce4/xfce4-netload: Makefile
x11/xfce4/xfce4-notes: Makefile
x11/xfce4/xfce4-notifyd: Makefile
x11/xfce4/xfce4-panel: Makefile
x11/xfce4/xfce4-places: Makefile
x11/xfce4/xfce4-power-manager: Makefile
x11/xfce4/xfce4-quicklauncher: Makefile
x11/xfce4/xfce4-screenshooter: Makefile
x11/xfce4/xfce4-session: Makefile
x11/xfce4/xfce4-settings: Makefile
x11/xfce4/xfce4-smartbookmark: Makefile
x11/xfce4/xfce4-systemload: Makefile
x11/xfce4/xfce4-taskmanager: Makefile
x11/xfce4/xfce4-time-out: Makefile
x11/xfce4/xfce4-verve: Makefile
x11/xfce4/xfce4-wavelan: Makefile
x11/xfce4/xfce4-weather: Makefile
x11/xfce4/xfce4-wmdock: Makefile
x11/xfce4/xfce4-xkb: Makefile
x11/xfce4/xfconf: Makefile
x11/xfce4/xfdesktop: Makefile
x11/xfce4/xfmpc: Makefile
x11/xfce4/xfprint: Makefile
x11/xfce4/xfwm4: Makefile
x11/xfce4/xfwm4-themes: Makefile
x11/xfe : Makefile
x11/xfed : Makefile
x11/xfishtank : Makefile
x11/xfm : Makefile
x11/xforms : Makefile
x11/xglobe : Makefile
x11/xgrab : Makefile
x11/xkbset : Makefile
x11/xkeycaps : Makefile
x11/xloadimage : Makefile
x11/xlogout : Makefile
x11/xmascot : Makefile
x11/xmobar : Makefile
x11/xmold : Makefile
x11/xmonad : Makefile
x11/xosd : Makefile
x11/xpad : Makefile
x11/xplanet : Makefile
x11/xplot : Makefile
x11/xpostit : Makefile
x11/xpostitPlus: Makefile
x11/xprompt : Makefile
x11/xrestop : Makefile
x11/xrootconsole: Makefile
x11/xruskb : Makefile
x11/xscreensaver: Makefile
x11/xscribble : Makefile
x11/xsel : Makefile
x11/xsettingsd : Makefile
x11/xsnow : Makefile
x11/xtacy : Makefile
x11/xtattr : Makefile
x11/xtermset : Makefile
x11/xtestpicture: Makefile
x11/xtoolwait : Makefile
x11/xtraceroute: Makefile
x11/xtu : Makefile
x11/xvkbd : Makefile
x11/xwit : Makefile
x11/xwrits : Makefile
x11/xzoom : Makefile
x11/yad : Makefile
x11/yakuake : Makefile
x11/yeahlaunch : Makefile
Log message:
PERMIT_* / REGRESS->TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:50:17
Modified files:
infrastructure/mk: cpan.port.mk gnu.port.mk perl.port.mk
Log message:
REGRESS -> TEST sweep
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:51:04
Modified files:
infrastructure/templates: Makefile.template
Log message:
REGRESS->TEST
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:53:51
Modified files:
databases/sqlports: Makefile
databases/sqlports/files: Info.pm Inserter.pm Var.pm
databases/sqlports/pkg: DESCR-compact DESCR-main
Log message:
REGRESS -> TEST, more fun here
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 05:55:22
Modified files:
infrastructure/lib/DPB: PortInfo.pm
Log message:
rename
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/03/11 05:55:54
Modified files:
. : want.html donations.html
Log message:
Thanks to Kelsey Hightower for sending me a Papilio board.
CVSROOT: /cvs
Module name: www
Changes by: krw@cvs.openbsd.org 2013/03/11 05:57:35
Modified files:
faq : current.html
Log message:
Type (sould -> should) and spacing nit.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 06:05:19
Modified files:
base/xenocara : xenocara.port.mk
Log message:
extra
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 06:15:14
Modified files:
telephony/asterisk-sounds/core-sounds: Makefile.inc
telephony/asterisk-sounds/extra-sounds: Makefile.inc
Log message:
zap some PERMIT_* lines which did not get removed in the bulk sweep
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 06:17:36
Modified files:
mail/mutt : Makefile.inc
Log message:
PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 06:17:51
Modified files:
games/fotaq : Makefile
games/bass : Makefile
japanese/jvim : Makefile
japanese/kinput2: Makefile
japanese/onew : Makefile
sysutils/firmware/athn: Makefile
sysutils/firmware/rsu: Makefile
telephony/asterisk-g729: Makefile
www/chromium : Makefile
Log message:
fix small differences in PERMIT
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 06:21:08
Modified files:
editors/vim-spell: Makefile.inc
Log message:
PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 06:23:40
Modified files:
infrastructure/lib/DPB: Vars.pm
Log message:
if you poison PERMIT_DISTFILES_CDROM, this should still work...
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 06:24:02
Modified files:
net/gupnp : Makefile.inc
net/telepathy : Makefile.inc
Log message:
PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 06:27:54
Modified files:
lang/gcc : Makefile.inc
lang/lua : Makefile.inc
games/gottcode : Makefile.inc
games/megaglest: Makefile.inc
lang/php : Makefile.inc
lang/python : Makefile.inc
lang/squeak : Makefile.inc
mail/thunderbird-i18n: Makefile.inc
math/prover9 : Makefile.inc
multimedia/moovida: Makefile.inc
multimedia/recordmydesktop: Makefile.inc
net/ldns : Makefile.inc
net/libnet : Makefile.inc
net/miniupnp : Makefile.inc
net/mon : Makefile.inc
net/quvi : Makefile.inc
net/unison : Makefile.inc
productivity/tryton: Makefile.inc
security/nessus: Makefile.inc
sysutils/ruby-puppet: Makefile.inc
www/firefox-i18n: Makefile.inc
www/mozilla-sync: Makefile.inc
www/nginx : Makefile.inc
www/netsurf : Makefile.inc
www/tomcat : Makefile.inc
emulators/fedora: Makefile.inc
emulators/redhat: Makefile.inc
fonts/un-fonts : Makefile.inc
games/naev : Makefile.inc
Log message:
PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 06:36:16
Modified files:
www/p5-Dancer : Makefile
Log message:
whitespace
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 06:39:23
Modified files:
devel/erl-mixer: Makefile
devel/erl-mixer/pkg: PLIST
Log message:
- install missing header file
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 06:40:15
Modified files:
lang/erlang : erlang.port.mk
Log message:
- use cp -f to copyin rebar so abborted builds can be restarted.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/11 06:47:49
Modified files:
usr.bin/cu : cu.1
Log message:
Simplify text about -l and use cua not tty in examples.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 06:54:30
Modified files:
sysutils/ruby-puppet/2: Makefile
Log message:
Install the proper puppet.conf.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 07:00:47
Modified files:
www/erl-webmachine: Makefile
Log message:
remove unneeded CONFIGURE_STYLE line
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 07:01:39
Modified files:
lang/erlang : erlang.port.mk
Log message:
some ports want to retrieve their .app.src version through git, so provide
an easier way to use SUBST_CMD instead.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 07:02:16
Modified files:
devel/erl-bear : Makefile
devel/erl-ej : Makefile
devel/erl-fast_log: Makefile
devel/erl-folsom: Makefile
devel/erl-jiffy: Makefile
devel/erl-pooler: Makefile
sysutils/erl-stats_hero: Makefile
textproc/erl-edown: Makefile
Log message:
drop now-unneeded pre-configure and use ERL_APP_SUBST instead.
CVSROOT: /cvs
Module name: www
Changes by: espie@cvs.openbsd.org 2013/03/11 07:20:43
Modified files:
faq/ports : guide.html testing.html
Log message:
REGRESS -> TEST
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/11 07:26:35
Modified files:
lib/libc/gen : syslog.3
Log message:
document LOG_ODELAY; from Daniel Dickman
ok millert
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 07:42:59
Modified files:
editors/xemacs21: Makefile.inc
sysutils/backintime: Makefile.inc
www/seamonkey-i18n: Makefile.inc
lang/squeak : Makefile.inc
Log message:
PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/11 07:49:46
Modified files:
devel/p5-Module-Runtime: Makefile distinfo
Log message:
- update p5-Module-Runtime to 0.011
from David Hill
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/11 08:02:37
Modified files:
usr.sbin/ndp : ndp.8 ndp.c
Log message:
Remove the -I option, even if the ioctls for manipulating a default
interface are defined, nothing use it in the kernel since the on-link
assumption behavior removal back in 2004.
ok mikeb@, bluhm@, florian@
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/03/11 08:06:14
Modified files:
net/maradns-deadwood: Makefile distinfo
Log message:
Update for Deadwood to 3.2.03:
* Added a whole bunch of security validation to DwCompress.c
* We now handle EasyDNS' bad truncation in a reasonable manner
* Added new SQA test for es-us.noticias.yahoo.com issue in May/June 2012
And other, also fix the homepage.
Ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/11 08:08:04
Modified files:
sys/netinet6 : in6.c in6_var.h nd6.c nd6.h nd6_rtr.c
Log message:
Remove unused code manipulating a default interface and its index,
This is a leftover from the on-link assumption behavior removal,
which has been deprecated by RFC4861 anyway.
ok mikeb@, bluhm@, florian@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/11 08:35:53
Modified files:
share/man/man5 : port-modules.5 ruby-module.5
Log message:
fix REGRESS -> TEST
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/11 08:45:20
Modified files:
infrastructure/templates: Makefile.template
Log message:
zap :L
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 08:45:24
Modified files:
infrastructure/db: config.no-ggrep
Log message:
s/EGREP/FGREP for the fgrep(1) case.
ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/11 08:49:15
Modified files:
devel/p5-Exception-Class: Makefile distinfo
Log message:
- update p5-Exception-Class to 1.37
- remove USE_GROFF
from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/11 09:26:15
Modified files:
audio/openal : Makefile distinfo
audio/openal/patches: patch-Alc_alcConfig_c
audio/openal/pkg: PLIST
Added files:
audio/openal/patches: patch-CMakeLists_txt
Removed files:
audio/openal/pkg: PFRAG.shared
Log message:
Update audio/openal to 1.15.1
ok brad@ jasper@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/11 09:43:38
Modified files:
usr.sbin/dhcpd : dhcp.c
Log message:
RFC 2131 says don't ACK any REQUEST messages that contain a
server-identifier option that specifies a different dhcp server.
So don't.
Pointed put and fix tested by Andy via bugs@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/11 10:01:02
Modified files:
sbin/dhclient : privsep.h kroute.c
Log message:
When binding a lease, check for and clear out any 'zombie' routes
left behind by dead dhclients. i.e. dhclients that no longer respond
to 'kill(pid, 0)'.
As a result, no need to handle the 127.0.0.1 route separately when
deleting an interface.
Appears to fix in passing a problem with routes vs link addresses
that sthen@ was seeing.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/11 10:09:54
Modified files:
www/piwik : Tag: OPENBSD_5_2 Makefile distinfo
www/piwik/pkg : Tag: OPENBSD_5_2 PLIST
Added files:
www/piwik/pkg : Tag: OPENBSD_5_2 README
Removed files:
www/piwik/pkg : Tag: OPENBSD_5_2 MESSAGE
Log message:
Update to 1.11.1
The update includes new features, lot of bugs fixes and some security fixes
Full changelog at: http://piwik.org/changelog
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/11 10:21:45
Modified files:
graphics/gimp/stable: Makefile distinfo
Removed files:
graphics/gimp/stable/patches: patch-plug-ins_common_file-xwd_c
Log message:
Bugfix update to 2.8.4 version
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/11 10:23:48
Modified files:
textproc/py-prettytable: Makefile distinfo
Log message:
- update py-prettytable to 0.7.1
ok edd@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/11 10:45:53
ports/sysutils/erchef
Update of /cvs/ports/sysutils/erchef
In directory cvs.openbsd.org:/tmp/cvs-serv30952/erchef
Log Message:
Directory /cvs/ports/sysutils/erchef added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/11 11:08:51
Modified files:
www/surf : Makefile distinfo
www/surf/patches: patch-config_def_h patch-config_mk
Log message:
Update www/surf to 0.6
ok jung@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/11 11:40:11
Modified files:
lib/libc/rpc : svc_tcp.c
bin/systrace : cradle.c
libexec/identd : identd.c
libexec/uucpd : uucpd.c
sbin/iked : control.c
sbin/nfsd : nfsd.c
usr.bin/talk : invite.c
usr.bin/tcpbench: tcpbench.c
usr.sbin/bgpd : control.c session.c
usr.sbin/dvmrpd: control.c
usr.sbin/ftp-proxy: ftp-proxy.c
usr.sbin/inetd : inetd.c
usr.sbin/iscsid: control.c
usr.sbin/ldpd : control.c packet.c
usr.sbin/lpr/lpd: lpd.c
usr.sbin/npppd/pptp: pptpd.c
usr.sbin/ospf6d: control.c
usr.sbin/ospfd : control.c
usr.sbin/ppp/ppp: server.c
usr.sbin/relayd: control.c
usr.sbin/ripd : control.c
usr.sbin/sasyncd: net.c
usr.sbin/smtpd : control.c smtp.c
usr.sbin/snmpd : control.c
usr.sbin/syslogd: syslogd.c
Log message:
handle ECONNABORTED errors from accept(). In many code blocks they can be
ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
ok's from various maintainers of these directories...
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/11 12:45:42
Modified files:
etc : inetd.conf
Log message:
the world has changed, and identd is now less important. turn it off by
default.
ok guenther millert
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 13:27:31
Log message:
Import ports/net/nagios/nsca-ng, a nicer BSD-licensed alternative to the
horrible Nagios NSCA passive check acceptor. Command lines are compatible
but the protocol is not - however the two servers can coexist to assist
during a migration. Fix/ok rpe@
Status:
Vendor Tag: sthen
Release Tags: sthen_20130311
N ports/net/nagios/nsca-ng/Makefile
N ports/net/nagios/nsca-ng/distinfo
N ports/net/nagios/nsca-ng/patches/patch-etc_nsca-ng_cfg
N ports/net/nagios/nsca-ng/pkg/DESCR-client
N ports/net/nagios/nsca-ng/pkg/DESCR-main
N ports/net/nagios/nsca-ng/pkg/PLIST-main
N ports/net/nagios/nsca-ng/pkg/PLIST-client
N ports/net/nagios/nsca-ng/pkg/nsca_ng.rc
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 13:27:49
Modified files:
net/nagios : Makefile
Log message:
+nsca-ng
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/11 13:48:40
Modified files:
sys/net : pfvar.h pf.c
Log message:
Add a separate "translation" counter and use this rather than "memory"
when address translation fails due to no free ports in the configured range.
ok mikeb@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/11 13:49:37
Modified files:
share/snmp : OPENBSD-PF-MIB.txt
usr.sbin/snmpd : mib.c mib.h
Log message:
Report new PF "translation" counter, indicating that address translation
has failed due to no free ports in the configured range. ok mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 13:50:04
Modified files:
net/pfstat : Makefile
Added files:
net/pfstat/patches: patch-parse_y patch-pfstat_conf_example
Log message:
Report new PF "translation" counter, indicating that address translation
has failed due to no free ports in the configured range. From Martin Pelikan.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 13:51:26
Modified files:
net/ftpsesame : Makefile
sysutils/symon : Makefile
sysutils/pftop : Makefile
net/miniupnp/miniupnpd: Makefile
net/natpmpd : Makefile
Log message:
Bump ports using DIOCGETSTATUS following PF change (new 'translation'
error counter).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 14:49:45
ports/databases/p5-SQL-Translator/patches
Update of /cvs/ports/databases/p5-SQL-Translator/patches
In directory cvs.openbsd.org:/tmp/cvs-serv21619/patches
Log Message:
Directory /cvs/ports/databases/p5-SQL-Translator/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/11 14:59:05
Modified files:
chinese/ttfm : Makefile
chinese/ttfm/patches: patch-modules_xttfm_ttfm
databases/mysql-zrm: Makefile
databases/mysql-zrm/patches:
patch-usr_lib_mysql-zrm_ZRM_Common_pm
databases/p5-SQL-Translator: Makefile
databases/pgadmin3: Makefile
sysutils/entr : Makefile
Added files:
databases/mysql-zrm/patches: patch-usr_bin_mysql-zrm-scheduler
patch-usr_bin_zrm-pre-scheduler
databases/p5-SQL-Translator/patches: patch-t_09sqlt-diagram_t
databases/pgadmin3/patches: patch-stringextract
sysutils/entr/patches: patch-regress_sh
Log message:
fix some too-short mktemp format strings
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/11 15:24:24
Modified files:
libexec/identd : identd.8 identd.c
Log message:
Report -u and -g support; running as another privdrop user or group is stupid.
ok millert guenther
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/11 16:29:04
Modified files:
share/man/man5 : port-modules.5
Log message:
missing spaces;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/11 16:34:31
Modified files:
libexec/identd : identd.8
Log message:
remove line left from previous;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/11 16:39:11
Modified files:
usr.sbin/eeprom: eeprom.8
Log message:
derivated -> derived; from daniel dickman
although oed says "derivated" is valid, it notes its usage is rare,
and this seems clearer;
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 16:57:13
Modified files:
graphics/py-Imaging: Makefile
Added files:
graphics/py-Imaging/pkg: DESCR PLIST
Removed files:
graphics/py-Imaging/pkg: DESCR-bin DESCR-docs DESCR-examples
DESCR-main PLIST-bin PLIST-docs
PLIST-examples PLIST-main
Log message:
folds all subpackages back into the main port.
ok sthen@ and someone else i can't remember before lock.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 16:59:56
Modified files:
games/fretsonfire: Makefile
games/mnemosyne: Makefile
Log message:
bump after py-Imaging change.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 17:01:31
Modified files:
graphics/asymptote: Makefile
graphics/comix : Makefile
graphics/py-graphics: Makefile
graphics/py-pyx: Makefile
Log message:
bump after py-Imaging change.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 17:02:50
Modified files:
multimedia/moovida/core: Makefile
multimedia/moovida/plugins-bad: Makefile
multimedia/moovida/plugins-good: Makefile
multimedia/moovida/plugins-ugly: Makefile
Log message:
bump after py-Imaging change.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 17:04:32
Modified files:
print/hplip : Makefile
print/py-reportlab/reportlab: Makefile
print/scribus : Makefile
Log message:
bump after py-Imaging change.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 17:05:15
Modified files:
productivity/impressive: Makefile
Log message:
bump after py-Imaging change.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/11 17:06:12
Modified files:
textproc/calibre: Makefile
Log message:
and last bump after py-Imaging change.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/11 17:42:19
Modified files:
sys/dev/ic : re.c
Log message:
Separate out the common capabilities flags from the switch statement
added in the last commit. No functional change.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/11 18:19:02
Modified files:
lib/libc/sys : socket.2
Log message:
SOCK_SEQPACKET is supported on AF_UNIX too.
ok jmc@ matthew@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/11 18:30:53
Modified files:
infrastructure/db: systrace.filter
Log message:
Allow access to /dev/ptm so posix_openpt() works.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/11 18:59:50
Modified files:
audio/portaudio-svn: Makefile distinfo
audio/portaudio-svn/files: pa_sndio.c
audio/portaudio-svn/patches: patch-Makefile_in
patch-configure_in
patch-include_portaudio_h
patch-src_os_unix_pa_unix_hostapis_c
patch-src_os_unix_pa_unix_util_c
audio/portaudio-svn/pkg: PLIST
Added files:
audio/portaudio-svn/patches: patch-portaudio-2_0_pc_in
Removed files:
audio/portaudio-svn/pkg: PFRAG.shared
Log message:
Update to portaudio revision 1851.
Mostly from Holger Mikolon
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/11 20:21:42
ports/audio/wavpack/patches
Update of /cvs/ports/audio/wavpack/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32321/patches
Log Message:
Directory /cvs/ports/audio/wavpack/patches added to the repository
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/11 20:57:37
Modified files:
usr.bin/nc : netcat.c
Log message:
All accept() errors are considered fatal, until someone gives a different
reason. No code changed, just documenting it...
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/03/11 22:39:42
Modified files:
devel/jdk/1.7 : Makefile distinfo
Removed files:
devel/jdk/1.7/patches: patch-jdk_make_java_nio_mapfile-bsd
patch-jdk_make_sun_awt_Makefile
patch-jdk_src_solaris_native_java_net_PlainDatagramSocketImpl_c
patch-jdk_src_solaris_native_java_net_bsd_close_c
Log message:
- Update to 7u17 which contains multiple security corrections
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/11 23:19:57
Modified files:
net/opal : Makefile
net/opal/patches: patch-configure patch-plugins_configure
patch-plugins_video_H_264_h264-x264_cxx
Log message:
Correct shared lib creation for OpenBSD.
ok ajacoutot@
CVSROOT: /cvs
Module name: www
Changes by: chris@cvs.openbsd.org 2013/03/11 23:42:49
Modified files:
. : events.html
Log message:
I will present on March 19th at the Portland, OR PLUG Advanced Topics Meeting regarding flashrd+nsh.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/11 23:55:28
Modified files:
www/zurmo : Makefile distinfo
Log message:
Update to zurmo-1.1.30.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/12 00:00:05
Modified files:
bin/ln : ln.1 ln.c
Added files:
regress/bin/ln : Makefile test_ln.sh
Log message:
Add support for the -L and -P options.
Based on a patch from Kent R. Spillner (kspillner (at) acm.org)
ok jmc@ millert@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/12 00:13:33
Modified files:
www/zurmo : Makefile
www/zurmo/pkg : README
Added files:
www/zurmo/patches: patch-zurmo_app_roots_php
Log message:
Forgot to add this patch in previous...
Tweak README while here.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/12 00:26:25
Modified files:
lib/fontconfig/src: Makefile
Log message:
Remove existing stale libfontconfig.la at install time.
fontconfig.la was created by the previous build system and references
the bad library revision.
Suggested by espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/12 00:56:27
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
check -> test
ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:30:22
Log message:
import erl-chef_authn
This is the authentication layer module for Erlang Chef.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131203
N ports/sysutils/erchef/erl-chef_authn/Makefile
N ports/sysutils/erchef/erl-chef_authn/distinfo
N ports/sysutils/erchef/erl-chef_authn/pkg/DESCR
N ports/sysutils/erchef/erl-chef_authn/pkg/PLIST
N ports/sysutils/erchef/erl-chef_authn/patches/patch-src_chef_authn_app_src
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:30:55
Log message:
import erl-chef_certgen
Chef Certificate Generator is an Erlang NIF that exposes some of the
OpenSSL functionality missing from the builtin Erlang crypto
application.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131203
N ports/sysutils/erchef/erl-chef_certgen/Makefile
N ports/sysutils/erchef/erl-chef_certgen/distinfo
N ports/sysutils/erchef/erl-chef_certgen/pkg/DESCR
N ports/sysutils/erchef/erl-chef_certgen/pkg/PLIST
N ports/sysutils/erchef/erl-chef_certgen/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:31:18
Log message:
import erl-chef_db
Database application layer for Erlang Chef server.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131203
N ports/sysutils/erchef/erl-chef_db/Makefile
N ports/sysutils/erchef/erl-chef_db/distinfo
N ports/sysutils/erchef/erl-chef_db/patches/patch-src_chef_db_app_src
N ports/sysutils/erchef/erl-chef_db/patches/patch-test_chef_db_tests_erl
N ports/sysutils/erchef/erl-chef_db/pkg/PLIST
N ports/sysutils/erchef/erl-chef_db/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:31:52
Log message:
import erl-chef_index
This is the search/indexing layer for chef.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131203
N ports/sysutils/erchef/erl-chef_index/Makefile
N ports/sysutils/erchef/erl-chef_index/distinfo
N ports/sysutils/erchef/erl-chef_index/pkg/PLIST
N ports/sysutils/erchef/erl-chef_index/pkg/DESCR
N ports/sysutils/erchef/erl-chef_index/patches/patch-src_chef_index_app_src
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:32:24
Log message:
import erl-chef_objects
This library defines the internal objects used by chef.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131203
N ports/sysutils/erchef/erl-chef_objects/Makefile
N ports/sysutils/erchef/erl-chef_objects/distinfo
N ports/sysutils/erchef/erl-chef_objects/pkg/PLIST
N ports/sysutils/erchef/erl-chef_objects/pkg/DESCR
N ports/sysutils/erchef/erl-chef_objects/patches/patch-src_chef_objects_app_src
N ports/sysutils/erchef/erl-chef_objects/patches/patch-rebar_config
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:32:50
Log message:
import erl-chef_wm
The "wm" stands for webmachine. This OTP application contains the core
of the erchef REST API implemented on top of the Webmachine toolkit. The
URL routing that matches URLs with Erlang modules handling requests for
those URLs is defined in `priv/dispatch.conf`.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131203
N ports/sysutils/erchef/erl-chef_wm/Makefile
N ports/sysutils/erchef/erl-chef_wm/distinfo
N ports/sysutils/erchef/erl-chef_wm/pkg/PLIST
N ports/sysutils/erchef/erl-chef_wm/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:33:14
Added files:
sysutils/erchef: Makefile Makefile.inc
Log message:
add Makefile*
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:34:40
Modified files:
sysutils/erchef/erl-chef_authn/pkg: DESCR
sysutils/erchef/erl-chef_db/pkg: DESCR
sysutils/erchef/erl-chef_index/pkg: DESCR
sysutils/erchef/erl-chef_objects/pkg: DESCR
Log message:
normalize DESCR (no bump as it's not yet hooked up)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/12 01:35:16
Modified files:
sysutils : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/12 03:01:58
Modified files:
lang/php/5.3 : Makefile distinfo
Log message:
update to php 5.3.22, fixes a couple of segfaults and some other bugs
(http://www.php.net/ChangeLog-5.php). ok robert@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/12 03:37:16
Modified files:
sys/arch/alpha/include: cpu.h
sys/arch/amd64/include: cpu.h
sys/arch/arm/include: cpu.h
sys/arch/hppa/include: cpu.h
sys/arch/hppa64/include: cpu.h
sys/arch/i386/include: cpu.h
sys/arch/m68k/include: cpu.h
sys/arch/m88k/include: cpu.h
sys/arch/mips64/include: cpu.h
sys/arch/powerpc/include: cpu.h
sys/arch/sh/include: cpu.h
sys/arch/sparc64/include: cpu.h
sys/arch/vax/include: cpu.h
sys/kern : kern_clock.c subr_prof.c
sys/lib/libkern: mcount.c
sys/sys : gmon.h
lib/libc/gmon : mcount.c
usr.sbin/kgmon : kgmon.8 kgmon.c
Log message:
Fix kernel profiling on MP systems by using per-CPU buffers and teach
kgmon(8) to deal with them, this time without public header changes.
Previously various CPUs were iterating over the same global buffer at
the same time to modify it and never ended.
This diff includes some ideas submited by Thor Simon to NetBSD via miod@.
ok deraadt@, mikeb@, haesbaert@
CVSROOT: /cvs
Module name: ports
Changes by: jsing@cvs.openbsd.org 2013/03/12 03:57:11
Modified files:
lang/go : Makefile systrace.filter
lang/go/patches: patch-src_cmd_ld_elf_c
patch-src_pkg_runtime_sys_openbsd_386_s
patch-src_pkg_runtime_sys_openbsd_amd64_s
Log message:
Unbreak the lang/go port by switching from the old __tfork syscall that no
longer exists, to the current __tfork syscall. Also use __set_tcb instead
of sysarch.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/12 04:39:42
Log message:
import py-unittest2
unittest2 is a backport of the new features added to the
unittest testing framework in Python 2.7. It is tested
to run on Python 2.4 - 2.7.
from Frantisek Holop, ok mpi@
Status:
Vendor Tag: benoit
Release Tags: benoit_20130312
N ports/devel/py-unittest2/Makefile
N ports/devel/py-unittest2/distinfo
N ports/devel/py-unittest2/pkg/DESCR
N ports/devel/py-unittest2/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/12 04:44:50
Modified files:
www/puppet-dashboard: Makefile distinfo
www/puppet-dashboard/pkg: PLIST README
Added files:
www/puppet-dashboard/patches:
patch-vendor_rails_actionpack_lib_action_controller_rb
Removed files:
www/puppet-dashboard/patches: patch-config_boot_rb
Log message:
Update to puppet-dashboard-1.2.22.
Largely improved README to easily set it up.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/12 04:49:30
Modified files:
mail/thunderbird-i18n: Makefile.inc distinfo
mail/mozilla-thunderbird: Makefile distinfo
Log message:
Security update to thunderbird 17.0.4.
Fixes MFSA-2013-29 / CVE-2013-0787 / bug #848644 (vupen @ pwn2own)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/12 04:55:24
Modified files:
devel : Makefile
Log message:
+py-unittest2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/12 04:59:50
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: README
Log message:
Add an example to setup the external node classifier (ENC) and fix the
external_node script.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/12 06:36:59
Modified files:
devel/pyflakes : Makefile distinfo
devel/pyflakes/pkg: PLIST
Log message:
- update pyflakes to 0.6.1
- update HOMEPAGE
- change MAINTAINER
- regen PLIST
- add TEST and MODPY_SETUPTOOLS
from Frantisek Holop, ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/12 07:49:31
Modified files:
share/zoneinfo/datfiles: africa antarctica asia australasia
europe northamerica southamerica
zone.tab
Log message:
Update to tzdata2013b from iana.org
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/12 08:00:57
Modified files:
share/man/man4 : softraid.4
Log message:
document limited boot support; help/ok jsing
as reported by Lars Engblom
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/03/12 08:32:19
Modified files:
. : want.html
Log message:
i could really use some octeon boards like the portwell cam-0100 to help me with the octeon port.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/12 08:58:16
Modified files:
www/squid : Makefile distinfo
www/squid/patches: patch-src_cf_data_pre patch-src_squid_8_in
Log message:
update to Squid 3.2.9, various fixes including DoS affecting 3.2.0.9 and up
(CVE-2013-1839).
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/12 09:01:19
Modified files:
regress/lib/libc/mkstemp: mkstemp_test.c
Log message:
Add check that mkstemp() fails with EINVAL if the string has fewer than
6 Xs
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/12 09:07:12
Modified files:
usr.bin/mktemp : mktemp.1 mktemp.c
Log message:
Require that the template include at least 6 trailing Xs to match
POSIX mkstemp/mkdtemp. Check before the call to mkstemp/mkdtemp
so we can give a better error message than "invalid argument".
OK deraadt@ jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/12 10:22:59
Modified files:
devel/libaudiofile: Makefile distinfo
Added files:
devel/libaudiofile/patches: patch-configure
Log message:
Update to libaudiofile-0.3.6 which adds FLAC support.
Thanks to espie@ for the help regarding the horrible and bogus CFLAGS
transformation... which was only seen on OpenBSD because pkgconfig files
from our audio/flac port are patched for some reason.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/12 10:31:50
Modified files:
sys/arch/i386/i386: bios.c
sys/arch/amd64/amd64: bios.c
Log message:
Fake 'SMBIOS detection' for the Soekris boxes, by Matt Dainty
This will make it easier to have device drivers for some oddities these
machines have
ok kettenis, assume jsg is ok with it too
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/12 10:47:11
Modified files:
lib/libc/stdio : mktemp.3 mktemp.c
Log message:
Return EINVAL if there are fewer than six template Xs in the path.
ok deraadt@ millert@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/12 11:15:51
Modified files:
mail/swaks : Makefile distinfo
Log message:
- update swaks to 20130209.0
maintainer timeout, ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/12 12:52:11
Modified files:
sysutils/ruby-puppet/2: Makefile distinfo
sysutils/ruby-puppet/2/pkg: PLIST
Log message:
security update to 2.7.21
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/12 12:53:49
Modified files:
sysutils/ruby-puppet/3: Makefile distinfo
sysutils/ruby-puppet/3/pkg: PLIST
Log message:
security update to 3.1.1
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/12 13:09:23
Modified files:
usr.bin/mktemp : mktemp.c
Log message:
warnx() not warningx(), too much sudo on the brain
CVSROOT: /cvs
Module name: www
Changes by: mpi@cvs.openbsd.org 2013/03/12 13:43:24
Modified files:
. : want.html
Log message:
I need a 600W PSU for PowerMac G5 to be able to continue hacking on G5s,
mine just died.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/12 13:55:08
Modified files:
shells/bash : Makefile distinfo
Log message:
update to 4.2 patchlevel 45
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2013/03/12 14:47:16
Modified files:
sys/uvm : uvm_page.c
Log message:
Fix horrible typo of mine checking for WAITOK flags, found by sthen.
This fix actually by mikeb@, this needs thorough testing to verify
it doesn't bring up other issues in what it hid.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/12 15:07:02
Modified files:
sys/uvm : uvm_page.c
Log message:
preserving main-branch topology for a perverse reason:
step 1 - backout 1.116 to 1.119
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/12 15:08:04
Modified files:
sys/uvm : uvm_page.c
Log message:
preserving main-branch topology for a perverse reason:
step 2 - re-merge 1.119 (the WAITOK diff)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/12 15:10:11
Modified files:
sys/uvm : uvm_page.c
Log message:
preserving main-branch topology for a perverse reason:
step 3 - re-merge 1.116 to 1.118
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/12 16:39:31
Modified files:
devel/git : Makefile
devel/git/patches: patch-Makefile
Log message:
VAX fixes for git; from Jeremie Courreges-Anglas, ok benoit@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/12 17:44:09
Modified files:
net/nagios/nsca: Makefile distinfo
net/nagios/nsca/pkg: PLIST-client
Log message:
mark conflict with nsca-ng, remove old hashes from distinfo while there
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/12 18:20:56
Modified files:
net/libtorrent : Makefile
Removed files:
net/libtorrent/patches: patch-scripts_checks_m4
Log message:
Remove a hack that was added to the autoconf script to workaround a test
not working properly when systrace was enabled now that the systrace filter
has been fixed so posix_openpt() works.
ok dcoppa@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/12 18:28:05
Modified files:
devel/libdvdread: Makefile
Log message:
Remove SHARED_ONLY now that libdvdread links directly to libdvdcss
instead of relying upon dlopen() the library.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/12 18:36:36
Modified files:
multimedia/libdvdnav: Makefile
Log message:
Remove SHARED_ONLY now that it has been removed from libdvdread.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/12 20:26:45
Modified files:
graphics/ffmpeg: Makefile distinfo
graphics/ffmpeg/patches: patch-configure
patch-libavcodec_libgsm_c
patch-library_mak
graphics/ffmpeg/pkg: PLIST
Removed files:
graphics/ffmpeg/pkg: PFRAG.shared
Log message:
Update to FFmpeg 20130214 snapshot. From 1.1 branch.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/12 20:28:11
Modified files:
x11/mplayer : Makefile distinfo
x11/mplayer/patches: patch-DOCS_man_en_mplayer_1 patch-Makefile
patch-configure patch-fmt-conversion_c
patch-libmpdemux_mp_taglists_c
patch-libvo_x11_common_c
patch-stream_stream_bluray_c
Log message:
Update to MPlayer 20130214 snapshot.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/12 20:51:42
Modified files:
sysutils/duplicity: Makefile distinfo
sysutils/duplicity/patches: patch-bin_duplicity
sysutils/duplicity/pkg: PLIST
Log message:
Update to duplicity 0.6.21.
ok jim@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/13 00:55:29
Modified files:
sysutils/ruby-augeas: Makefile distinfo
sysutils/ruby-augeas/pkg: PLIST
Log message:
- update to ruby-augeas-0.5.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 01:19:47
Modified files:
devel/libaudiofile/patches: patch-configure
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 01:47:31
Modified files:
devel/py-clint : Makefile
devel/py-clint/pkg: DESCR
Log message:
- new MAINTAINER
- update licence, DESCR and COMMENT
- bump REVISION
- add HOMEPAGE
from Frantisek Holop, minor tweaks by me.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 02:12:13
Modified files:
www/py-beautifulsoup4: Makefile distinfo
www/py-beautifulsoup4/pkg: DESCR
Log message:
- update py-beautifulsoup4 to 4.1.3
- new MAINTAINER
- update licence, DESCR and MASTER_SITES
- remove PKG_ARCH and WRKSRC
from Frantisek Holop, minor tweaks by me.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 02:25:37
Modified files:
misc/py-memcached: Makefile distinfo
Log message:
- update py-memcached to 1.48
maintainer timeout
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/13 02:28:34
Modified files:
usr.bin/sndiod : listen.c
usr.bin/aucat : listen.c
Log message:
don't display warnings if accept() returns ECONNABORTED or
EWOULDBLOCK, as we do in other daemons
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/13 02:42:43
Modified files:
multimedia/dvdstyler: Makefile distinfo
multimedia/dvdstyler/pkg: PLIST
Removed files:
multimedia/dvdstyler/patches: patch-configure
Log message:
Remove BROKEN marker and update to DVDStyler 2.3.5.
Actual burning has not been tested but the port at least
builds and all of the other functionality works Ok.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/13 02:51:18
Modified files:
lib/libsndio : aucat.c
Log message:
in debug mode, log successful connections, from Jan Stary
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 03:01:35
Modified files:
devel/py-setproctitle: Makefile distinfo
devel/py-setproctitle/patches: patch-Makefile
Log message:
- update py-setproctitle to 1.1.7
- update WANTLIB and patches
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/13 03:55:56
Modified files:
net/nagios/nsca-ng: Makefile
Log message:
this works with SEPARATE_BUILD=Yes, so set it.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 03:56:19
Modified files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/2/pkg: puppetd.rc puppetmasterd.rc
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/3/pkg: puppetd.rc puppetmasterd.rc
Log message:
Do not hardcode paths in the rc scripts.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 04:16:13
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: PLIST README
Added files:
www/puppet-dashboard/pkg: puppet_dashboard.rc
Log message:
Add an rc script so that the dashboard can be easily started.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/13 05:00:14
Modified files:
build : mirrors.dat
Log message:
remove some mirrors which are down; reported by des
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/13 05:00:50
Modified files:
. : anoncvs.html
Log message:
sync: remove some anoncvs mirrors which are down; reported by des
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/13 05:27:07
Modified files:
geo/tilecache : Makefile
Log message:
bump; py-Imaging update. Pointed out by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/13 05:27:51
Modified files:
geo/gmapcatcher: Makefile
Log message:
bump; py-Imaging update, reported by nigel@
mark as BROKEN: strict mutex checks
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 05:58:16
Modified files:
devel/git : Makefile distinfo
devel/git/patches: patch-Makefile
Log message:
- update git to 1.8.1.3
- update patches
ok dcoppa@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/13 07:33:51
Modified files:
sysutils/mcollective: Makefile distinfo
sysutils/mcollective/patches: patch-etc_client_cfg_dist
patch-ext_Makefile
sysutils/mcollective/pkg: PLIST
Added files:
sysutils/mcollective/pkg: README
Log message:
- update to mcollective-2.3.0
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 08:12:58
Modified files:
mail/py-authres: Makefile distinfo
Log message:
- update py-authres to 0.501
- update MASTER_SITES
ok giovanni@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/13 08:30:57
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
Allow octeon to reboot by poking the right address for a soft cpu reset.
No more yanking the powercable when I hit ddb :)
also tested by bcallah@
ok bcallah@ chris@ yasuoka@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 08:35:39
Modified files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/3: Makefile
Added files:
sysutils/ruby-puppet/pkg: DESCR puppetd.rc puppetmasterd.rc
Removed files:
sysutils/ruby-puppet/2/pkg: DESCR puppetd.rc puppetmasterd.rc
sysutils/ruby-puppet/3/pkg: DESCR puppetd.rc puppetmasterd.rc
Log message:
Factorize a bit more since both ports version share a lot.
While here, fix the rc script to start the master instead of the client
and vice-versa.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 09:33:19
Modified files:
devel/py-configobj: Makefile distinfo
devel/py-configobj/pkg: PLIST
Log message:
- update py-configobj to 4.7.2
- regen PLIST
- update do-test
ok martynas@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 09:43:09
Modified files:
infrastructure/db: user.list
Log message:
Forgot to add the _puppet-dashboard user when I committed the update.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/13 09:49:54
Log message:
Import games/valyriatear, a free J-RPG game.
ok benoit@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Mar-13
N ports/games/valyriatear/Makefile
N ports/games/valyriatear/distinfo
N ports/games/valyriatear/patches/patch-src_CMakeLists_txt
N ports/games/valyriatear/patches/patch-src_main_cpp
N ports/games/valyriatear/files/FindVorbis.cmake
N ports/games/valyriatear/files/FindOgg.cmake
N ports/games/valyriatear/pkg/DESCR
N ports/games/valyriatear/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/13 09:50:57
Modified files:
games : Makefile
Log message:
+valyriatear
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/13 10:09:18
Modified files:
devel/py-radix : Makefile distinfo
devel/py-radix/pkg: PLIST
Log message:
- update py-radix to 0.5
- update WANTLIB
- regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 10:18:23
Modified files:
infrastructure/db: user.list
Log message:
Add an _activemq user.
CVSROOT: /cvs
Module name: src
Changes by: weerd@cvs.openbsd.org 2013/03/13 10:28:05
Modified files:
sbin/dhclient : kroute.c
Log message:
Make sure dhclient doesn't delete IPv6 routes.
OK krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 10:30:11
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/patches: patch-bin_activemq
net/apache-activemq/pkg: PLIST activemq.rc
Removed files:
net/apache-activemq/files: activemq activemq-admin
net/apache-activemq/pkg: README
Log message:
Revamp that port:
* don't use an /etc/default/activemq config file; it's too generic and
linuxish -- we'll use /etc/activemqrc
* no need to install the wrappers since we have rc scripts
* properly sample *all* configuration files
* run as unpriviledged user: _activemq by default
* remove useless README
* properly remove data files at @extraunexec time
* proper rc_stop in the rc script
* take MAINTAINER
ok jasper@ on a previous submission
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/13 11:12:45
Modified files:
multimedia/shrip: Makefile
multimedia/shrip/pkg: PLIST
Log message:
No need to rename shrip.conf to shrip.conf.sample. noted by/ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 12:19:48
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/pkg: PLIST
Log message:
The _activemq user needs a RW homedir to prevent java.io.IOException
errors.
Properly remove all files at @extraunexec time.
Protect the conf directory.
CVSROOT: /cvs
Module name: www
Changes by: tobias@cvs.openbsd.org 2013/03/13 13:11:32
Modified files:
build : support.dat
Log message:
Removed outdated entries (companies out of order or 404)
Updated Michael Williams' entry
CVSROOT: /cvs
Module name: www
Changes by: tobias@cvs.openbsd.org 2013/03/13 13:12:52
Modified files:
. : support.html
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by: austin@cvs.openbsd.org 2013/03/13 14:50:38
Added files:
images : absbsd2e.png absbsd2e_big.png
Log message:
Adding images for Absolute OpenBSD 2nd Edition
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/13 14:57:47
Modified files:
sbin/pfctl : pfctl.8
Log message:
Describe the counters that "pfctl -s info" displays. Tweaks jmc@, ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/03/13 15:23:49
Modified files:
devel/libf2c : Makefile
devel/libf2c/pkg: PLIST
lang/g77 : Makefile distinfo
lang/g77/pkg : DESCR PLIST
Added files:
lang/g77/pkg : PFRAG.PIC
Removed files:
lang/g77/patches: patch-gcc_config_gcc
patch-gcc_config_rs6000_openbsd_h
patch-gcc_config_rs6000_sysv4_h
patch-gcc_config_sparc_openbsd64_h
patch-gcc_defaults_h patch-gcc_f_lang-specs_h
patch-gcc_gcc_c patch-gcc_toplev_c
Log message:
Update g77 to the in-tree 3.3.6 codebase, bringing support for m68k and m88k.
All previous patches have also been applied, and a new distribution tarball
has been created.
ok sthen@; help naddy@ espie@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/13 15:42:58
Modified files:
net/bitlbee : Makefile
Added files:
net/bitlbee/patches: patch-configure patch-lib_misc_c
Log message:
Add two patches to fix jabber connections on accounds where the id domain
(ie me@example.com) is different from the server's fqdn (ie xmpp.example.com),
which is the case of Google Talk.
If the SRV records are properly configured (as detailed here:
http://wiki.xmpp.org/web/SRV_Records) you dont need to set the server
anymore in bitlbee, it will do the dns lookup and automagically connect
to the right server. Note that the purple FLAVOR doesn't exhibit this
bug.
This is needed until someone adds the ns_*parse* family of functions from
BIND8 to our resolver (asr? any takers?)
From Daniel Levai (thanks!), tested by myself & looks good to sthen@.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/13 15:44:01
Modified files:
www/august : Makefile
Log message:
- update HOMEPAGE/MASTER_SITES
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/13 15:44:35
Modified files:
www/august : Makefile
Log message:
actually include the MASTER_SITES chunk too.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/13 15:45:11
Modified files:
www/seamonkey : Makefile distinfo
www/seamonkey-i18n: Makefile.inc distinfo
Log message:
Update to seamonkey 2.16.2, fixes problems with no-NO & pt-PT locales.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/03/13 16:44:45
Modified files:
games/valyriatear: Makefile
Log message:
Use MODLUA_WANTLIB. Also don't unintentionally "cp ${FILESDIR}/CVS/ ..."
ok bcallah@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 16:49:37
Modified files:
lang/ruby : ruby.port.mk
Log message:
Use a MODRUBY_pre-configure variable instead of a pre-configure target.
This allows using pre-configure in ruby ports without loosing the
MODRUBY_ADJ_REPLACE feature.
ok jeremy@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 16:50:26
Modified files:
textproc/gonzui: Makefile
Log message:
No need for MODRUBY_ADJ_REPLACE anymore; MODRUBY_pre-configure take care of
it.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/13 16:54:26
Modified files:
sysutils/mcollective: Makefile
sysutils/mcollective/patches: patch-ext_Makefile
sysutils/mcollective/pkg: PLIST mcollectived.rc
Removed files:
sysutils/mcollective/patches: patch-etc_client_cfg_dist
patch-etc_server_cfg_dist
Log message:
Use bundled modules since they are certified to work with that particular
version of mcollective.
Force ruby 1.8; version 1.9 is not functionnal yet.
Simplify patching the config files by using a regex.
Use BSD_INSTALL_*
Use $RUBY in the rc script.
Take maintainer.
More work to come, so still not hooked to the build.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/13 17:56:54
Modified files:
lib/fontconfig/src: Makefile
Added files:
lib/fontconfig/src: libfontconfig.la.in
Log message:
Add back a libtool archive for libfontconfig.
OpenBSD's libtool needs it for libraries with dependencies.
prodded by espie@
CVSROOT: /cvs
Module name: www
Changes by: matthieu@cvs.openbsd.org 2013/03/13 18:05:40
Modified files:
faq : current.html
Log message:
libfontconfig.la is back. Remove the part telling to remove it.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/13 19:25:38
Modified files:
sys/dev/pci : if_ste.c
Log message:
- Remove return at the end of void functions
- Move the PCI devices table up to the top
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/13 19:42:45
Modified files:
sys/dev/ic : xl.c
Log message:
Cosmetic tweaking. No functional change.
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/03/13 22:03:47
Modified files:
share/man/man3 : intro.3
share/man/man8 : ssl.8
Log message:
Remove SSLv2 references from the intro(3) and ssl(8) man pages, and
mention in ssl(8) that SSLv2 was disabled in OpenBSD 5.2.
feedback/ok jmc sthen
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/14 01:22:33
Modified files:
print/cups : Makefile
Added files:
print/cups/patches: patch-cups-config_in
Log message:
Fix cups-config to not cause overlinking when using shared libs.
Run through a bulk build.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/14 01:27:01
Modified files:
x11/wxSVG : Makefile distinfo
Log message:
Update to wxSVG 1.1.13.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 01:48:55
Modified files:
www/owncloud : Makefile distinfo
Log message:
SECURITY update to owncloud-4.5.8.
=> CVE-2013-1822, Multiple XSS vulnerabilities
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/14 01:51:45
Modified files:
x11/gnome/empathy: Makefile distinfo
x11/gnome/empathy/pkg: PLIST
Log message:
- update to empathy-3.6.4
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 01:58:08
Modified files:
sysutils/mcollective: Makefile
sysutils/mcollective/pkg: PLIST README
Log message:
Protect the cfg files since they may contain passwords.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 02:05:46
Modified files:
sysutils : Makefile
Log message:
+mcollective
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/14 02:14:47
Modified files:
sys/dev/pci : envy.c
Log message:
add macros for ap192k cards, no behavior change
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 02:23:20
Modified files:
de : anoncvs.html donations.html events.html
nl : anoncvs.html donations.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 02:23:31
Modified files:
www/tomcat/v7 : Makefile distinfo
www/tomcat/v7/pkg: PLIST-examples
Log message:
Update to 7.0.37
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 03:00:39
Modified files:
databases/redis: Makefile distinfo
databases/redis/patches: patch-deps_lua_src_lua_struct_c
patch-redis_conf patch-src_Makefile
patch-src_mkreleasehdr_sh
patch-src_redis_c
Log message:
Update to redis-2.6.11
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 03:00:44
Modified files:
devel/goffice : Makefile
devel/goffice/pkg: PLIST
Log message:
Enable introspection.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 03:01:13
Modified files:
math/gnumeric : Makefile
math/gnumeric/pkg: PLIST
Log message:
Enable introspection.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 03:04:23
Modified files:
www/php-predis : Makefile distinfo
www/php-predis/pkg: PLIST
Log message:
Update to Predis-0.8.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/14 03:04:28
ports/x11/gnome/rygel/patches
Update of /cvs/ports/x11/gnome/rygel/patches
In directory cvs.openbsd.org:/tmp/cvs-serv16967/patches
Log Message:
Directory /cvs/ports/x11/gnome/rygel/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/14 03:20:17
Modified files:
textproc/ispell: Makefile
Log message:
Fix packaging after previous PERMIT_* sweep, PLIST changed because
PERMIT_PACKAGE_FTP-german defaults to PERMIT_PACKAGE_FTP which defaults to
yes in that case. spotted by rpe@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 03:21:17
Modified files:
x11/rxvt-unicode: Makefile distinfo
x11/rxvt-unicode/pkg: PLIST README
Log message:
Bugfix update to rxvt-unicode-9.17
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 03:25:09
Modified files:
textproc/ispell: Makefile
Log message:
replace some dead MASTER_SITES with a mirror.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 04:03:19
Modified files:
devel/help2man : Makefile distinfo
Removed files:
devel/help2man/patches: patch-help2man_texi
Log message:
Update to help2man-1.41.1.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/14 04:04:29
Modified files:
graphics/xmedcon: Makefile distinfo
graphics/xmedcon/patches: patch-source_m-png_c
graphics/xmedcon/pkg: PLIST
Removed files:
graphics/xmedcon/pkg: PFRAG.shared
Log message:
- update xmedcon to 0.12.0
- bump SHARED_LIBS
- update WANTLIB and patches
- regen PLIST
- remove PFRAG.shared
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/14 04:08:31
Modified files:
devel/py-country: Makefile distinfo
devel/py-country/pkg: PLIST
Log message:
- update py-country to 0.14.8
- regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 04:14:10
Modified files:
mail/mutt : Makefile.inc
mail/mutt/snapshot: Makefile distinfo
mail/mutt/snapshot/patches: patch-muttlib_c
mail/mutt/stable: distinfo
Log message:
add the trashfolder patch to mutt/snapshot, req'd by aja.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 04:16:06
Modified files:
mail/mutt/snapshot: Makefile
Log message:
add a comment saying where the trashfolder patch comes from
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 04:19:38
Modified files:
net/nagios/nsca-ng: Makefile
Added files:
net/nagios/nsca-ng/patches: patch-man_nsca-ng_cfg_in
patch-src_server_conf_c
patch-src_server_nsca-ng_c
Log message:
add chroot support; committed upstream (thanks Holger!)
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/14 04:21:07
Modified files:
usr.sbin/npppd/npppd: npppd_subr.c npppd_subr.h
usr.sbin/npppd/pptp: pptpd.c
Log message:
Remove some faith-related #ifdef'd code that was only used for old IIJ
products and never enabled in our tree.
ok yasuoka@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/14 04:24:17
Modified files:
devel/py-xmlrunner: Makefile distinfo
devel/py-xmlrunner/pkg: PLIST
Log message:
- update py-xmlrunner to 1.4.3
- regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 04:28:52
Modified files:
net/nagios/nsca: Makefile
net/nagios/nsca/pkg: DESCR-client DESCR-main
Log message:
Recommend NSCA-ng as an alternative in NSCA's DESCR files. (if you have
spent more than about half a second looking at the code you'll know why).
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/14 05:08:20
Modified files:
usr.sbin : Makefile
Removed files:
usr.sbin/faithd: Makefile README faithd.8 faithd.c faithd.h
ftp.c prefix.c prefix.h tcp.c
Log message:
tedu faithd(8), suggested by todd@ some weeks ago after a submission by
dhill.
ok krw@, mikeb@, tedu@ (implicit)
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 05:16:02
Modified files:
devel/cryptopp : Makefile distinfo
devel/cryptopp/patches: patch-GNUmakefile patch-config_h
patch-misc_h patch-secblock_h
devel/cryptopp/pkg: PLIST
Removed files:
devel/cryptopp/patches: patch-algebra_cpp patch-bench2_cpp
patch-blowfish_h patch-eccrypto_cpp
patch-eccrypto_h patch-factory_h
patch-panama_cpp patch-panama_h
patch-rijndael_cpp patch-salsa_cpp
devel/cryptopp/pkg: PFRAG.shared
Log message:
Update to cryptopp-5.6.2; lots of local patches go to the attic.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/14 05:18:37
Modified files:
lib/libc/gen : sysctl.3
sbin/ifconfig : ifconfig.8
sbin/sysctl : sysctl.8
share/man/man4 : Makefile ip6.4
sys/conf : GENERIC files
sys/netinet : in_pcb.h tcp_input.c udp_usrreq.c
sys/netinet6 : icmp6.c in6.c in6.h in6_proto.c ip6_input.c
ip6_output.c ip6_var.h raw_ip6.c udp6_output.c
Removed files:
share/man/man4 : faith.4
sys/net : if_faith.c
Log message:
tedu faith(4), suggested by todd@ some weeks ago after a submission by
dhill.
ok krw@, mikeb@, tedu@ (implicit)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/14 06:48:49
Modified files:
sysutils/ruby-augeas: Makefile
Log message:
take maintainership
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/03/14 06:56:58
Modified files:
share/mk : bsd.lkm.mk
Log message:
disable pie for kernel modules; from dinar talypov, ok deraadt, pascal
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 06:57:36
Modified files:
net/amule : Makefile
Added files:
net/amule/patches: patch-src_OScopeCtrl_cpp
Log message:
Zap unused variable
(upstream git commit 3de45b1d6aedf27af5e7d3f73f2005d96138f03a)
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/14 07:20:57
Modified files:
usr.bin/mktemp : mktemp.c
Log message:
Fix indentation
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/14 07:23:26
Modified files:
multimedia/gstreamer1/plugins-bad: Makefile
multimedia/gstreamer1/plugins-bad/pkg: PLIST
Log message:
Enable the Opus support.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/14 07:24:32
Modified files:
multimedia/gstreamer1/plugins-ugly: Makefile
multimedia/gstreamer1/plugins-ugly/pkg: PLIST
Log message:
Disable the reference AC3 decoder and make use of Libav (FFmpeg) instead.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/14 07:25:21
Modified files:
multimedia/gstreamer-0.10/plugins-bad: Makefile
multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main
Log message:
Enable the Opus support.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/03/14 07:25:30
Modified files:
graphics/feh : Makefile distinfo
graphics/feh/patches: patch-Makefile patch-config_mk
patch-man_feh_pre patch-src_keyevents_c
graphics/feh/pkg: PLIST
Log message:
Update to feh-2.9.1
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/14 08:28:38
Modified files:
sys/netinet6 : in6.h
Log message:
My lack of faith... These lines should stay, reported by ajacoutot@.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: brynet@cvs.openbsd.org 2013/03/14 08:47:00
Modified files:
sys/dev/pci : pcidevs
Log message:
Add AMD Family 15h devices.
ok brad@
CVSROOT: /cvs
Module name: src
Changes by: brynet@cvs.openbsd.org 2013/03/14 08:47:28
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
regen.
CVSROOT: /cvs
Module name: src
Changes by: brynet@cvs.openbsd.org 2013/03/14 08:50:25
Modified files:
sys/dev/pci : km.c
Log message:
Match on family 15h also.
ok brad@
CVSROOT: /cvs
Module name: src
Changes by: brynet@cvs.openbsd.org 2013/03/14 08:51:14
Modified files:
share/man/man4 : km.4
Log message:
Add man page bits.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/03/14 08:52:52
Modified files:
usr.sbin/bgpd : rde_rib.c
Log message:
correct struct in sizeof(); found by llvm
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/03/14 08:53:52
Modified files:
usr.sbin/bgpd : kroute.c
Log message:
use after free; 33% found by llvm
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 09:18:19
Modified files:
gnu/usr.sbin/sendmail/doc/op: Makefile
Log message:
allow groff users to build these docs; from J??r??mie Courr??ges-Anglas
ok millert
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 09:19:10
Modified files:
etc/mail : README
Log message:
correct path for op.me; from J??r??mie Courr??ges-Anglas
ok millert
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/14 09:44:15
Modified files:
usr.bin/mktemp : mktemp.c
Log message:
Add fatal() and fatalx() that honor the quiet flag instead of
using "if (quiet) warn(...); exit(1);" throughout. OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 10:05:19
Modified files:
share/man/man7 : ports.7
Log message:
Kill unused ACCEPT_JRL_LICENSE.
ok kurt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 10:05:45
Modified files:
infrastructure/templates: mk.conf.template
Log message:
Kill unused ACCEPT_JRL_LICENSE.
ok kurt@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/14 10:18:23
Modified files:
mail/p5-Mail-DKIM: Makefile distinfo
mail/p5-Mail-DKIM/pkg: PLIST
Log message:
Bugfix update to 0.40
ok william@ (Maintainer)
CVSROOT: /cvs
Module name: src
Changes by: giovanni@cvs.openbsd.org 2013/03/14 10:20:46
Modified files:
usr.sbin/npppd : Makefile
Log message:
Install npppd.conf with perms 0640, there could be the radius config on this file
ok yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: giovanni@cvs.openbsd.org 2013/03/14 10:24:08
Modified files:
etc/mtree : special
Log message:
Tell security(8) how to check npppd(8) configuration files
help and ok by ajacoutot@ and yasuoka@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 10:57:30
Log message:
import dash (Debian Almquist SHell), from Jeremie Courreges-Anglas, ok benoit@
Status:
Vendor Tag: sthen
Release Tags: sthen_20130314
N ports/shells/dash/Makefile
N ports/shells/dash/distinfo
N ports/shells/dash/patches/patch-src_mkbuiltins
N ports/shells/dash/patches/patch-src_dash_1
N ports/shells/dash/pkg/DESCR
N ports/shells/dash/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 10:57:47
Modified files:
shells : Makefile
Log message:
+dash
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/14 11:02:15
Modified files:
sys/dev/mii : ipgphy.c
Log message:
- Fix passing down MAC feature flags; which fixes flow control support.
- Bring in a workaround for the IP1001 PHY which causes the downshift support
to not function properly. From FreeBSD
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/14 11:04:50
Modified files:
sys/dev/pci : if_vge.c
Log message:
Add some missing bits for flow control support and enable it.
Tested with PCI and PCIe vge(4).
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/14 11:08:57
Modified files:
shells/dash : Makefile
shells/dash/pkg: PLIST
Log message:
Use @shell instead of @bin so that dash properly registers itself in
shells(5).
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 12:18:26
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
partial sync to 1.18:
- zap trailing whitespace
- report duplicate rcs id
(including a fix from wiz to correctly report the line number of the dup,
which isn't yet committed in netbsd)
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 12:25:39
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
sync to 1.21. we already had 1.19 and 1.20; this one just accepts 2013
for netbsd;
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/14 13:00:41
Modified files:
. : 53.html
Log message:
more pkg numbers coming together
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 13:41:42
Modified files:
textproc/gtkspell3: Makefile distinfo
textproc/gtkspell3/pkg: PLIST
Removed files:
textproc/gtkspell3/pkg: PFRAG.shared
Log message:
Update to gtkspell3-3.0.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 13:50:54
Modified files:
devel/py-xdg : Makefile distinfo
devel/py-xdg/patches: patch-xdg_Menu_py
Log message:
Update to py-xdg-0.25.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/14 13:56:53
Modified files:
textproc/libxslt: Makefile
Log message:
ftp.gnome.org hasn't updated it's libxslt mirror in 6 years, so add a new mirror instead.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 14:01:13
Modified files:
net/miniupnp : Makefile.inc
net/miniupnp/minissdpd: Makefile
net/miniupnp/miniupnpc: Makefile
net/miniupnp/miniupnpd: Makefile
Log message:
Remove myself from MAINTAINER.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 14:08:14
Modified files:
security/p11-kit: Makefile distinfo
security/p11-kit/pkg: PLIST
Log message:
Update to p11-kit-0.16.4.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/14 14:30:33
Modified files:
print/qpdf : Makefile distinfo
print/qpdf/patches: patch-configure
print/qpdf/pkg : PLIST
Removed files:
print/qpdf/pkg : PFRAG.shared
Log message:
Update to qpdf-4.0.1.
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/03/14 14:30:41
Modified files:
usr.bin/find : find.1
Log message:
-follow is the same as -L, not -H
second occurance pointed out by Jeremie Courreges-Anglas, thanks!
ok guenther@ on the first occurance
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/14 14:36:17
Modified files:
x11/xfe : Makefile
x11/roxterm : Makefile
x11/enlightenment: Makefile
Log message:
remove maintainer as per his request.
CVSROOT: /cvs
Module name: xenocara
Changes by: miod@cvs.openbsd.org 2013/03/14 14:49:52
Modified files:
distrib/notes : README.hp300
distrib/sets/lists/xbase: md.hp300
distrib/sets/lists/xetc: md.hp300
distrib/sets/lists/xserv: md.hp300
driver : Makefile
xserver : Makefile.bsd-wrapper
Log message:
Build the X server on hp300 again. Tested on catseye.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/14 14:55:01
Modified files:
share/man/man4 : bwi.4 malo.4 upgt.4
Log message:
commented out Host AP documentation gives grep false hope.
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/03/14 14:59:49
Modified files:
. : 53.html
Log message:
static linking of libpthread doesn't actually work yet
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/03/14 15:05:47
Modified files:
. : 53.html
Log message:
bufq switched to nscan
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/03/14 15:14:27
Modified files:
. : 53.html
Log message:
split some assorted improvements into security, performance, and threading
sections.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 15:22:52
Modified files:
regress/usr.bin/mdoclint: mdoclint mdoclint.1
Log message:
sync with -r1.22: add an -l option, to check library names in Lb; this is
off by default on openbsd, and the libraries checked are netbsd ones (we
can tweak this later if we ever want to start using Lb)
also rolls in 1.2{3,6,7,8}, which simply added some libraries to the list.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 15:37:00
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
- some indent fixes
- pull in 1.24: do not warn about () in literal strings or when used
as macro argument
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/14 15:38:22
Modified files:
sys/kern : syscalls.master kern_fork.c
sys/sys : unistd.h
Log message:
the 5.1 era tfork syscall claws its way out of the grave. we failed to
fully deprecate it (notably the go port was still using it as of 5.3)
so to give users a little more time to update, __tfork51 lives again.
okish deraadt guenther
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/14 15:39:05
Modified files:
sys/kern : init_sysent.c syscalls.c
sys/sys : syscall.h syscallargs.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/14 15:47:57
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
more or less sync to latest netbsd revision (1.29):
- libj -> libmj (my error)
- fix some incorrect warnings about `new sentence, new line' (1.25)
stuff we don;t have:
- the -A and -O options (not fully implemented on netbsd anyway)
- $order (not currently used on netbsd)
also we have a couple of fixes not yet in netbsd:
- -l added correctly to usage
- correct line number reporting for dup rcs ids
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/03/14 15:58:38
Modified files:
. : amd64.html i386.html
Log message:
urtwn devices
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/03/14 16:06:55
Modified files:
. : amd64.html i386.html macppc.html
Log message:
oh look, there's a urtwn too. and a macppc
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/14 16:10:03
Modified files:
distrib/notes/amd64: hardware
distrib/notes/i386: hardware
distrib/notes/macppc: hardware
Log message:
oh look, more hardware lists. urtw and urtwn
CVSROOT: /cvs
Module name: www
Changes by: austin@cvs.openbsd.org 2013/03/14 17:28:22
Modified files:
. : books.html
Log message:
Reorganize Book of PF descr, Change Absolute OpenBSD to Rev. 2
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/14 19:33:23
Modified files:
sys/dev/pci : if_vge.c if_vgevar.h
Log message:
Rewrite receive filter handling and ioctl bits.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/03/14 20:57:17
Modified files:
net/daq : Makefile
net/daq/pkg : PFRAG.shared PLIST
Log message:
Pack documentation files. Also move library files from PFRAG.shared to
PLIST as a result of update-plist.
OK Markus Lude (maintainer), sthen@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/15 00:01:42
Modified files:
usr.bin : Makefile
usr.bin/strings: Makefile
usr.bin/strip : Makefile
Log message:
Enter more directories, and put the conditional down below. This is
for obj dirs...
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/15 00:15:07
Modified files:
. : donations.html
Log message:
new
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/15 01:40:30
Modified files:
print/gtklp : Makefile distinfo
print/gtklp/patches: patch-libgtklp_libgtklp_h
Removed files:
print/gtklp/patches: patch-include_defaults_h
Log message:
Update to gtklp-1.3.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/15 01:45:17
Modified files:
textproc/ocaml-text: Makefile
Log message:
devel/gmake is needed to build.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/15 02:30:33
Modified files:
www/chromium : Makefile distinfo
www/chromium/patches: patch-base_base_gyp patch-base_base_gypi
patch-base_debug_debugger_posix_cc
patch-base_debug_stack_trace_posix_cc
patch-chrome_app_chrome_main_delegate_cc
patch-chrome_browser_chrome_browser_main_posix_cc
patch-chrome_browser_memory_details_cc
patch-chrome_browser_ui_webui_about_ui_cc
patch-chrome_chrome_browser_gypi
patch-chrome_chrome_gyp
patch-chrome_common_chrome_paths_cc
patch-content_app_content_main_runner_cc
patch-content_browser_browser_main_loop_cc
patch-content_browser_child_process_launcher_cc
patch-content_content_browser_gypi
patch-content_content_common_gypi
patch-content_content_gpu_gypi
patch-media_media_gyp
patch-net_base_network_change_notifier_cc
patch-net_http_http_network_session_cc
patch-net_net_gyp
patch-printing_printing_gyp
patch-skia_skia_gyp
patch-third_party_libvpx_source_libvpx_build_make_obj_int_extract_c
patch-third_party_yasm_source_config_openbsd_config_h
patch-third_party_yasm_source_config_openbsd_libyasm-stdint_h
patch-ui_gfx_codec_png_codec_cc
patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc
www/chromium/pkg: PLIST
Added files:
www/chromium/patches: patch-base_debug_stack_trace_h
patch-build_all_gyp
patch-chrome_browser_extensions_api_system_info_storage_system_info_storage_api_cc
patch-chrome_chrome_browser_extensions_gypi
patch-remoting_remoting_gyp
patch-third_party_libvpx_libvpx_gyp
Removed files:
www/chromium/patches:
patch-third_party_libyuv_include_libyuv_basic_types_h
patch-third_party_openssl_openssl_crypto_ui_ui_openssl_c
Log message:
update to 25.0.1364.160
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/15 02:37:10
Modified files:
usr.bin/calendar: calendar.1
usr.bin/calendar/calendars: calendar.all
Added files:
usr.bin/calendar/calendars: calendar.canada
Log message:
canadian holidays, from Ryan Kavanagh
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/15 03:10:52
Modified files:
etc : MAKEDEV.common
etc/etc.alpha : MAKEDEV.md
etc/etc.amd64 : MAKEDEV.md
etc/etc.armish : MAKEDEV.md
etc/etc.beagle : MAKEDEV.md
etc/etc.i386 : MAKEDEV.md
etc/etc.landisk: MAKEDEV.md
etc/etc.macppc : MAKEDEV.md
etc/etc.palm : MAKEDEV.md
etc/etc.zaurus : MAKEDEV.md
share/man/man4 : Makefile
sys/arch/alpha/alpha: conf.c
sys/arch/alpha/conf: GENERIC
sys/arch/amd64/amd64: conf.c
sys/arch/amd64/conf: GENERIC
sys/arch/arm/arm: conf.c
sys/arch/i386/conf: GENERIC
sys/arch/i386/i386: conf.c
sys/arch/landisk/landisk: conf.c
sys/arch/macppc/conf: GENERIC
sys/arch/macppc/macppc: conf.c
sys/conf : files
sys/ddb : db_structinfo.c
sys/dev : midi.c midivar.h
usr.bin/kdump : Makefile mkioctls
Removed files:
share/man/man4 : sequencer.4
sys/dev : sequencer.c sequencervar.h
sys/sys : midiio.h
Log message:
Delete the sequencer(4) driver, since its not used any longer. Diff
mostly from armani.
ok miod, mpi, jsg and help from sthen
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/15 03:16:19
Modified files:
etc/etc.alpha : MAKEDEV
etc/etc.amd64 : MAKEDEV
etc/etc.armish : MAKEDEV
etc/etc.beagle : MAKEDEV
etc/etc.i386 : MAKEDEV
etc/etc.landisk: MAKEDEV
etc/etc.macppc : MAKEDEV
etc/etc.palm : MAKEDEV
etc/etc.zaurus : MAKEDEV
share/man/man8/man8.alpha: MAKEDEV.8
share/man/man8/man8.amd64: MAKEDEV.8
share/man/man8/man8.armish: MAKEDEV.8
share/man/man8/man8.beagle: MAKEDEV.8
share/man/man8/man8.i386: MAKEDEV.8
share/man/man8/man8.landisk: MAKEDEV.8
share/man/man8/man8.macppc: MAKEDEV.8
share/man/man8/man8.palm: MAKEDEV.8
share/man/man8/man8.zaurus: MAKEDEV.8
Log message:
regen after sequencer removal
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/15 03:18:19
Modified files:
sys/arch/octeon/dev: octcf.c
sys/arch/octeon/include: octeonvar.h
sys/arch/octeon/octeon: machdep.c
Log message:
save a copy of the address at which the CF bus can be found, and use this in octcf(4) for
a better probe function which doesn't unconditionally tries to attach octcf(4). this would
cause endless faults on the EdgeRouter Lite as it lacks a CF bus.
feedback and testing bcallah@ and chris@
ok yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/15 03:18:37
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/15 03:19:01
Modified files:
sys/arch/octeon/include: octeonvar.h
sys/arch/octeon/octeon: machdep.c
Log message:
add some board types which will be used later to identify particular boards
ok yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/15 03:19:31
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
print a dump of structs boot_info/boot_desc which contain useful information
to have in the dmesg, for the time being
ok bcallah@ yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/15 03:28:12
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.hp300 md.hppa md.hppa64 md.i386
md.landisk md.loongson md.luna88k
md.macppc md.mvme68k md.mvme88k md.palm
md.sgi md.socppc md.sparc md.sparc64
md.vax md.zaurus mi
distrib/sets/lists/comp: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/15 05:12:25
Modified files:
share/man/man4 : midi.4
Log message:
remove reference to the sequencer device, from jmc
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/03/15 05:35:58
Modified files:
sys/sys : conf.h
Log message:
remove forgotten sequencer function prototypes
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/15 06:20:11
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
fix a huge bug in tftpd.
there was a double free if an option ack failed. if oack fails, the client
gets freed, then the oack caller tries to free the options which were just
freed.
found by Maxime Villard who provided a fix. unfortunately his fix still
had a double free but it was pretty close.
ok MALLOC_OPTIONS=S
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/15 06:36:11
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
fix up some lwarn()s that should be lwarnx()s
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/15 06:52:03
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
"correct" the order of calloc arguments.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/15 07:13:10
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
let oack use the full buffer space to build its packet, not just the size
negotiated for data tranfsers.
this lets people negotiate 2 byte transfers with other options too if they
want. im looking at you Maxime Villard.
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/03/15 07:31:27
Modified files:
usr.sbin/ftp-proxy: ftp-proxy.c
Log message:
camield requested backout of rev 1.26, and indeed ftp-proxy does not
need it.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 08:09:22
Modified files:
editors/emacs21: Makefile
Added files:
editors/emacs21/patches: patch-lisp_mail_mh-funcs_el
patch-lisp_mail_mh-utils_el
Log message:
- cope with current directory locations for mail/nmh.
- don't use groff.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/15 08:57:25
Modified files:
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/files: puppet.conf
Log message:
Tweak on comment.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 09:10:06
Modified files:
security/clamav: Makefile distinfo
security/clamav/patches: patch-database_Makefile_in
patch-etc_Makefile_in
patch-libclamav_Makefile_in
Log message:
SECURITY update to ClamAV 0.97.7
"addresses several reported potential security bugs." (full details not
available yet, but there are some added checks for pointer out of bounds
in WWPack decompression).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 09:13:36
Modified files:
devel/vanessa : Makefile.inc
devel/vanessa/adt: Makefile distinfo
devel/vanessa/adt/pkg: PLIST
devel/vanessa/logger: Makefile distinfo
devel/vanessa/logger/pkg: PLIST
devel/vanessa/socket: Makefile distinfo
devel/vanessa/socket/pkg: PLIST
Removed files:
devel/vanessa/adt/pkg: PFRAG.shared
devel/vanessa/logger/pkg: PFRAG.shared
devel/vanessa/socket/pkg: PFRAG.shared
Log message:
Update the vanessa/* ports (used for Perdition imap proxy) to current
versions, zap no-longer-needed PFRAGs and don't use groff. These are now
LGPL not GPL. Testing/tweaks from Rogier Krieger.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 09:17:36
Modified files:
mail/perdition : Makefile distinfo
mail/perdition/patches: patch-etc_perdition_perdition_conf
patch-perdition_db_daemon_perditiondb_daemon_c
mail/perdition/pkg: PLIST-ldap PLIST-main PLIST-mysql
PLIST-pgsql
Added files:
mail/perdition/patches: patch-perdition_options_h
patch-perdition_perdition_8
patch-perdition_str_c
patch-perdition_str_h
Removed files:
mail/perdition/pkg: PFRAG.shared-ldap PFRAG.shared-main
PFRAG.shared-mysql PFRAG.shared-pgsql
Log message:
Update Perdition to 1.19-rc5 (using a so-called "release candidate" because
upstream haven't made a real release in quite some time, and this fixes
problems people have encountered). Change to DPB-friendly no_subpackage
handling and don't use groff.
Feedback/tweaks, fix for SSL timeout-related failure, and testing
from Rogier Krieger.
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/03/15 09:44:54
Modified files:
sys/dev/pci : if_vio.c
Log message:
add some space before messages
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/15 10:11:05
Log message:
Import productivity/sl, a "substantially more useful" ls.
ok landry@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013_Mar_15
N ports/productivity/sl/Makefile
N ports/productivity/sl/distinfo
N ports/productivity/sl/pkg/DESCR
N ports/productivity/sl/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/15 10:13:53
Modified files:
devel/monotone : Makefile distinfo
devel/monotone/pkg: PLIST
Added files:
devel/monotone/patches: patch-keys_cc
Log message:
Unbreak after boost update, from Amit Kulkarni (with a REVISION bump added
since PLIST was updated.)
From http://lists.nongnu.org/archive/html/monotone-devel/2013-03/msg00000.html
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/15 10:14:50
Modified files:
games/sl : Makefile
games/sl/pkg : PLIST
Log message:
Make games/sl conflict with productivity/sl, since both install to bin/sl
Bump REVISION
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/15 10:15:09
Modified files:
productivity : Makefile
Log message:
+sl
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 10:41:19
Modified files:
mail/perdition : Makefile
Log message:
Forcibly disable unported modules (pam failure pointed out by nigel@).
Clean up configure env handling.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/15 11:01:31
Modified files:
x11/qt4 : Makefile
Added files:
x11/qt4/patches: patch-src_tools_moc_main_cpp
Log message:
Fix moc/BOOST_JOIN breakage after boost 1.53 update, from Amit Kulkarni.
https://bugreports.qt-project.org/browse/QTBUG-22829
Unbreaks games/pokerth and cad/openscad.
ok espie@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 11:15:24
Modified files:
multimedia/minidlna: Makefile
multimedia/minidlna/patches: patch-Makefile patch-metadata_c
patch-scanner_c patch-upnphttp_c
Added files:
multimedia/minidlna/patches: patch-libav_h
patch-tagutils_tagutils-plist_c
patch-upnpsoap_c
Log message:
sync with minidlna stable; fixes a few bugs and adds compat with ffmpeg 1.0
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/15 13:07:53
Modified files:
lib/libc/stdlib: random.c
Log message:
threadsafe random().
reported by ajacoutot and (much earlier, sorry) by Alexey Suslikov
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/15 13:10:43
Modified files:
sys/kern : kern_malloc.c
Log message:
factor out the deadbeef code for legibility.
ok deraadt
CVSROOT: /cvs
Module name: www
Changes by: austin@cvs.openbsd.org 2013/03/15 14:36:58
Modified files:
. : orders.html
Log message:
Surface shipping transit time estimate now 60 to 75 days, instead of 60
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/15 14:45:34
Modified files:
sys/net : if.c if_bridge.c if_ethersubr.c rtsock.c
Log message:
change LIST_END to literal NULL for clarity.
ok claudio mpi
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/15 17:08:48
Modified files:
www/chromium : Makefile distinfo
Log message:
update to 25.0.1364.173
CVSROOT: /cvs
Module name: xenocara
Changes by: aoyama@cvs.openbsd.org 2013/03/15 19:24:43
Modified files:
driver : Makefile
xserver : Makefile.bsd-wrapper
Added files:
distrib/notes : README.luna88k
distrib/sets/lists/xbase: md.luna88k
distrib/sets/lists/xetc: md.luna88k
distrib/sets/lists/xserv: md.luna88k
distrib/sets/lists/xshare: md.luna88k
Log message:
Add xenocara defines/files for luna88k, no X server at this moment.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/15 19:30:25
Modified files:
mail/perdition : Makefile
Log message:
tighten lib specs; from Rogier Krieger
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/16 01:52:29
Modified files:
usr.bin/calendar/calendars: calendar.canada calendar.usholiday
Log message:
apostrophe for all hallows' eve (and fix a double space while here);
pointed out by Ryan Kavanagh
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/16 02:25:55
Modified files:
devel/gpatch : Makefile
devel/help2man : Makefile
devel/quilt : Makefile
Log message:
Fixup/remove some remaining PERMIT_*/REGRESS_* idioms.
spotted by an aggressive bsd.port.mk diff..
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/16 02:44:55
Modified files:
x11/qt4/patches: patch-src_tools_moc_main_cpp
Log message:
Better comment explaining the purpose of the workaround.
ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/16 03:31:05
Modified files:
audio/clementine: Makefile
audio/clementine/pkg: DESCR
Log message:
- Tweak COMMENT so it sounds a little better.
- Reformat DESCR.
ok sthen@ MAINTAINER
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/16 03:58:40
Modified files:
sys/dev/usb : usb.c usb.h
Log message:
Remove the 4.8 version of the USB device info ioctl.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/16 03:59:19
Modified files:
textproc/libxslt: Makefile distinfo
textproc/libxslt/patches: patch-libxslt_Makefile_in
patch-python_Makefile_in
patch-tests_docs_Makefile_in
textproc/libxslt/pkg: PLIST-main PLIST-python
Removed files:
textproc/libxslt/pkg: PFRAG.shared-main PFRAG.shared-python
Log message:
- update to libxslt-1.1.28
tested on various arches, as well as in a bulk by landry@, thanks.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/03/16 04:30:00
Modified files:
www/statusnet : Makefile
www/statusnet/pkg: README
Log message:
Fix and enhance README for www/statusnet. Mention that postgres doesn't work.
ok jasper
CVSROOT: /cvs
Module name: ports
Changes by: ratchov@cvs.openbsd.org 2013/03/16 04:56:30
Modified files:
audio/portaudio-svn: Makefile
audio/portaudio-svn/files: pa_sndio.c
Log message:
Set defaults to more realistic values (128 max chans, 48kHz rate), as
explained by upstream developers.
ok brad
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/16 05:11:22
Modified files:
sys/dev/usb : usb_subr.c usbdivar.h
Log message:
No need for two similar functions to free/remove USB device descriptors.
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/03/16 05:14:47
Modified files:
sys/dev/pckbc : pms.c
Log message:
Enable untested Elantech touchpad v1 and v2 code. I'd like some test reports.
ok mpi@ shadchin@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 05:17:57
Modified files:
lib/fontconfig/conf.d: Makefile
Log message:
Add 30-lucida-aliases and 31-nonmst.conf to the list of installed files.
Problem noticed by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/16 05:18:13
Modified files:
print/gtklp : Makefile
Log message:
fix BUILD_DEPENDS, re-add autoconf/automake as dependency
ok aja@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 05:26:42
Modified files:
lib/fontconfig/conf.d: Makefile
Log message:
Hmmph. typo in previous
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/16 05:52:34
Modified files:
www/awstats : Makefile distinfo
Log message:
update to awstats-7.1.1
New features:
- Add windows 8 detection
- Add support of %time5 for iso date times.
- Fix problems with Perl 5.14
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/16 07:25:21
Modified files:
productivity/sl: Makefile
Log message:
Move the substitution to the pre-configure stage, to follow standard convention.
Noticed by and ok aja@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 08:28:35
Modified files:
lib/fontconfig : Makefile
Log message:
Generate and install fonts.conf and fonts.dtd.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 08:29:45
Modified files:
lib/fontconfig/doc: Makefile
Log message:
Fix a typo that prevented the installation of some doc files in $(DESTDIR)
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 08:30:18
Modified files:
lib/fontconfig/conf.d: Makefile
Log message:
Define an empty cleandir target to silent the build
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 08:56:53
Modified files:
lib/fontconfig/conf.d: Makefile
Log message:
Install README
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 08:57:18
Modified files:
lib/fontconfig/doc: Makefile
Log message:
Install fonts-conf.5
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 09:09:38
Modified files:
lib/fontconfig/conf.d: Makefile
Log message:
Fix previous: README goes in /etc/fonts/conf.d
while here be more coherent in make variable expansion.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/16 09:13:03
Modified files:
distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300
md.hppa md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k md.sgi
md.socppc md.sparc md.sparc64
md.zaurus mi
distrib/sets/lists/xetc: mi
distrib/sets/lists/xshare: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/16 10:25:27
Modified files:
x11/kde4/akonadi: Makefile
Log message:
Fix MASTER_SITES so akonadi can fetch its sources.
ok sthen@
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/16 10:26:03
Modified files:
. : errata52.html
Added files:
. : errata53.html
Log message:
make available the errata for the bgp accept problem.
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/16 10:42:57
Modified files:
. : errata52.html
Log message:
typo
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/16 10:47:01
Modified files:
. : books.html
Log message:
wording
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/16 10:54:34
Modified files:
. : books.html
Log message:
the index at the top of file is not very useful
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/16 11:06:43
Modified files:
. : errata.html errata21.html errata22.html
errata23.html errata24.html errata25.html
errata26.html errata27.html errata28.html
errata29.html errata30.html errata31.html
errata32.html errata33.html errata34.html
errata35.html errata36.html errata37.html
errata38.html errata39.html errata40.html
errata41.html errata42.html errata43.html
errata44.html errata45.html errata46.html
errata47.html errata48.html errata49.html
errata50.html errata51.html errata52.html
Log message:
roll errata pages for next release
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/03/16 13:08:37
Modified files:
sys/dev/pci : if_vio.c
Log message:
fix size of unicast rx filter table
When changing the unicast rx filter table from zero to one entry, the length
has not been properly adjusted. This lead to the unicast address overwriting
part of the multicast rx filter table.
OK mikeb@
tested by weerd@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/03/16 13:12:03
Modified files:
share/man/man4 : vio.4
Log message:
mention how to disable RingEventIndex
OK jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/16 14:04:18
Modified files:
x11/gnome/desktop: Makefile distinfo
Log message:
Update to gnome-desktop-3.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/16 14:06:46
Modified files:
meta/gnome : Makefile
Log message:
Welcome gnome-3.6.3.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/16 14:11:42
Modified files:
de : 53.html amd64.html books.html donations.html
i386.html macppc.html orders.html
pt : donations.html index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/16 15:45:01
Modified files:
. : errata53.html
Log message:
typo
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/16 15:56:37
Modified files:
x11/gnome/libgda: Makefile distinfo
x11/gnome/libgda/patches: patch-configure
x11/gnome/libgda/pkg: PLIST-main PLIST-ui
Removed files:
x11/gnome/libgda/patches: patch-libgda_sqlite_gda-sqlite-pstmt_h
Log message:
Update to libgda-5.1.2.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/16 16:56:44
Modified files:
editors/vim : Makefile distinfo
editors/vim/patches: patch-runtime_filetype_vim
patch-runtime_syntax_c_vim
patch-runtime_syntax_make_vim
patch-src_auto_configure patch-src_vim_h
editors/vim/pkg: PFRAG.no-no_x11-main PLIST-lang PLIST-main
Added files:
editors/vim/files: openbsd.vim
Removed files:
editors/vim/patches: sup-m68k-src_Makefile
editors/vim/pkg: PFRAG.gtk2-lang
Log message:
- update to more recent vim patchset, using a self-rolled distfile (with
a maintainer convenience target to allow this to be updated easily from
Mercurial) - this beats downloading 750+ individual patch files and
trying to force them to apply during the build (which is problematic
because some require GNU patch and some have problems even then...)
- clean up plists greatly.
- remove m68k gcc patch.
- add openbsd.vim for style(9) from gsoares@.
based on a diff from pirofti@, ok pirofti@ gsoares@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/16 18:23:44
Modified files:
sys/dev/mii : brgphy.c
Log message:
Split out bge / bnx reset code into a separate set of functions.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/16 18:29:16
Modified files:
sys/dev/pci : if_sis.c
Log message:
- Apply the AcceptPerfectMatch workaround for DP83815 chipsets to the 15D
revision as well.
- Sync the short cable workaround a bit closer to FreeBSD. No functional change.
From FreeBSD
- Add some comments.
From NetBSD
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/16 18:38:29
Modified files:
sys/netinet : icmp6.h
usr.sbin/rtadvd: config.c
Log message:
Add the router preference defines to the icmp6.h header and remove the
defines that were part of rtadvd's code.
ok bluhm@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/16 18:54:18
Modified files:
games/renpy : Makefile
Added files:
games/renpy/patches: patch-module_ffdecode_c
Log message:
Remove unused code which trips up build with newer FFmpeg and fix API usage.
ok bentley@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/16 23:17:01
Modified files:
security/p5-Digest-MD4: Makefile distinfo
Log message:
- update p5-Digest-MD4 to 1.8
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/17 01:21:17
Modified files:
net/zabbix : Makefile
net/zabbix/pkg : README-server
www/drupal6/core: Makefile
www/drupal6/core/pkg: README
www/mantis : Makefile
www/mantis/pkg : README
www/drupal7/core: Makefile
www/drupal7/core/pkg: README
www/statusnet : Makefile
www/statusnet/pkg: README
Log message:
Remove duplicate information that is to be moved to the mysql README.
ok brad@ sthen@ jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/17 01:22:23
Modified files:
databases/mysql: Makefile
databases/mysql/pkg: README-server
Log message:
Document accessing the MySQL socket from within a chrooted application.
(e.g. php)
ok brad@ sthen@ jasper@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 02:39:24
Modified files:
share/man/man4 : vge.4
Log message:
Update the page to mention all of the Velocity controller models.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/17 03:47:07
Modified files:
sysutils/gkrellm/gkrellm: Makefile
sysutils/gkrellm/gkrellm/patches: patch-server_Makefile
Added files:
sysutils/gkrellm/gkrellm/patches: patch-server_configure
Log message:
Fix building the no_client PSEUDO_FLAVOR; reported by John Tate
Remove USE_GROFF.
Sync WANTLIB while here.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 03:48:36
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
i missed the bit of maxime villards diff that took the client_free out of
oack on error.
his fix is better, so this marges all of it in.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 03:58:43
Modified files:
share/man/man4 : sis.4
Log message:
Split out the hardware listed in the page into a table and
add some more hardware.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 04:17:54
Modified files:
sys/dev/pci : if_bge.c
Log message:
- Sync some of the stats counter code to be closer to the FreeBSD code,
but no functional change.
- Add a workaround for BCM5717 / BCM5718 / BCM5719 A0 and BCM5720 A0 chipsets
to not count the interface input drops counter for input errors due to HW
errata.
From FreeBSD
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/17 04:35:06
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
aggressively refuse ports which didn't see the recent changes
move PERMIT_* settings after modules and arch support, so we can
access MULTI_PACKAGES better.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 04:56:23
Modified files:
sys/dev/pci : if_msk.c if_skreg.h
Log message:
Correct the clock speeds used to calculate int moderation values provided
by the SK_IM_USECS() macro.
From FreeBSD
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/17 05:03:08
Modified files:
share/man/man4 : pci.4
Log message:
update Nd for vge; also, vic had been added in the wrong place
CVSROOT: /cvs
Module name: ports
Changes by: pirofti@cvs.openbsd.org 2013/03/17 05:07:03
Modified files:
www/youtube-dl : Makefile distinfo
Log message:
Update youtube-dl to 2013.02.25.
From dhill, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/17 05:37:55
Modified files:
devel/py-dateutil: Makefile distinfo
devel/py-dateutil/pkg: PLIST
Removed files:
devel/py-dateutil/patches: patch-setup_py
Log message:
- update py-dateutil to 1.5
- regen PLIST
- remove patch, EXTRACT_SUFX and post-install
- add MODPY_SETUPTOOLS
from Frantisek Holop (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/17 05:48:24
Modified files:
www/py-beautifulsoup: Makefile distinfo
www/py-beautifulsoup/pkg: DESCR
Log message:
- update py-beautifulsoup to 3.2.1
- change MAINTAINER
- remove PKG_ARCH and WRKSRC
- update DESCR
from Frantisek Holop (new maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/17 06:53:09
Modified files:
telephony/asterisk: Tag: OPENBSD_5_2 Makefile distinfo
telephony/asterisk/patches: Tag: OPENBSD_5_2
patch-contrib_scripts_safe_asterisk
telephony/asterisk/pkg: Tag: OPENBSD_5_2 PLIST-main
Log message:
SECURITY update for Asterisk in 5.2-stable to 1.8.20.1, includes fixes for the
following (which were fixed in -current by the update to 10.11.1 in January).
AST-2012-014: large stack allocations in TCP; affects remote unauthenticated
SIP *over TCP* and remote authenticated XMPP/HTTP connections.
This was initially suspected to just be a DoS however pirofti@ pointed me
at this write-up: http://blog.exodusintel.com/2013/01/07/who-was-phone/
(which sheds a bit of light on the increased scans on the default AMI port
that I've noticed recently..)
AST-2012-015: DoS through resource consumption by exploiting device
state caching; exploitable if anonymous calls are permitted.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/17 07:04:31
Modified files:
print/hplip : Makefile distinfo
print/hplip/patches: patch-base_g_py patch-base_utils_py
patch-ui4_devmgr5_py patch-ui_devmgr4_py
print/hplip/pkg: PLIST-hpijs
Log message:
Update to hplip-3.13.3.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/17 07:32:22
Modified files:
base/xenocara/kdrive: Makefile
base/xenocara/meta: Makefile
base/xenocara/release: Makefile
base/xenocara/share/mk: Makefile
base/xenocara/xserver: Makefile
Log message:
upgrade PERMIT_*
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/17 07:33:30
Modified files:
base/bootstrap : Makefile
Log message:
missed one
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/17 07:59:44
Modified files:
base/xenocara/distrib/notes: Makefile
Log message:
PERMIT*
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/03/17 08:02:12
Modified files:
java/jna : Makefile distinfo
Log message:
- Use a rerolled distfile that includes openbsd native libs for both
amd64 and i386. Makes installed jna.jar include both archs. okay jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/03/17 08:34:26
Modified files:
security/botan : Makefile distinfo
Added files:
security/botan/patches: patch-src_build-data_arch_mips64_txt
Log message:
Add support for mips64el and update to 1.10.5 while here.
ok brad@ bcallah@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/17 08:42:21
Modified files:
devel/codeblocks: Makefile
Added files:
devel/codeblocks/patches: patch-src_base_tinyxml_Makefile_in
Removed files:
devel/codeblocks/patches: patch-configure
Log message:
Fix build when tinyxml is installed; reported by rpe@
Remove uneeded patch, USE_GROFF and regen WANTLIB while here.
... this port could use an update.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/17 08:55:41
Modified files:
sysutils/erchef/erl-chef_certgen/patches: patch-rebar_config
Log message:
committed upstream; no pkg change
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/17 09:01:34
Modified files:
. : 53.html
Log message:
6539 ftp pkgs for mips64el in 5.3
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/17 09:10:33
Modified files:
sys/arch/macppc/include: cpu.h
sys/arch/socppc/include: cpu.h
Log message:
Avoid namespace pollution from .
ok mpi@, deraadt@, miod@, millert@
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/03/17 09:26:39
Modified files:
. : events.html
Log message:
Move AsiaBSDCon 2013 to the past.
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/03/17 10:05:31
Modified files:
usr.sbin/nginx : CHANGES CHANGES.ru LICENSE
usr.sbin/nginx/auto/cc: msvc
usr.sbin/nginx/auto/lib/geoip: conf
usr.sbin/nginx/auto/lib/libgd: conf
usr.sbin/nginx/auto/lib/pcre: conf
usr.sbin/nginx/auto/lib/perl: make
usr.sbin/nginx/auto/lib/zlib: conf
usr.sbin/nginx/src/core: nginx.h ngx_conf_file.c ngx_conf_file.h
ngx_cycle.c ngx_file.c ngx_inet.c
ngx_inet.h ngx_log.c ngx_radix_tree.c
ngx_radix_tree.h
usr.sbin/nginx/src/event: ngx_event.c ngx_event_openssl.c
usr.sbin/nginx/src/event/modules: ngx_poll_module.c
usr.sbin/nginx/src/http: ngx_http_core_module.c
ngx_http_script.c ngx_http_upstream.c
ngx_http_upstream_round_robin.c
ngx_http_variables.c
ngx_http_write_filter_module.c
usr.sbin/nginx/src/http/modules: ngx_http_auth_basic_module.c
ngx_http_fastcgi_module.c
ngx_http_geo_module.c
ngx_http_geoip_module.c
ngx_http_gzip_filter_module.c
ngx_http_headers_filter_module.c
ngx_http_image_filter_module.c
ngx_http_log_module.c
ngx_http_map_module.c
ngx_http_proxy_module.c
ngx_http_scgi_module.c
ngx_http_secure_link_module.c
ngx_http_split_clients_module.c
ngx_http_sub_filter_module.c
ngx_http_upstream_keepalive_module.c
ngx_http_upstream_least_conn_module.c
ngx_http_uwsgi_module.c
ngx_http_xslt_filter_module.c
usr.sbin/nginx/src/http/modules/perl: Makefile.PL nginx.pm
usr.sbin/nginx/src/os/unix: ngx_files.c ngx_user.c
Log message:
update to 1.2.7
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/17 10:08:57
Modified files:
. : 53.html items.html older.html tshirts.html
Added files:
images : RoyPuffy.jpg cd53-s.gif openbsd53_cover.gif
poster29-s.gif poster29.jpg tshirt-39-s.gif
tshirt-39.jpg
Log message:
pre-orders for 5.3
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/17 10:11:16
Modified files:
. : orders.html
Log message:
pre-orders for 5.3
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/17 10:17:53
Modified files:
. : older.html
Log message:
cleanup book list
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/17 10:35:45
Modified files:
. : plus.html plus20.html plus21.html plus22.html
plus23.html plus24.html plus25.html plus26.html
plus27.html plus28.html plus29.html plus30.html
plus31.html plus32.html plus33.html plus34.html
plus35.html plus36.html plus37.html plus38.html
plus39.html plus40.html plus41.html plus42.html
plus43.html plus44.html plus45.html plus46.html
plus47.html plus48.html plus49.html plus50.html
plus51.html plus52.html
Added files:
. : plus53.html
Log message:
roll plus files
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/17 10:37:11
Modified files:
. : index.html
Log message:
turn on pre-orders
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/17 12:35:26
Modified files:
games/frogatto : Makefile distinfo
games/frogatto/patches: patch-Makefile
games/frogatto/pkg: PLIST
Removed files:
games/frogatto/patches: patch-src_IMG_savepng_cpp
patch-src_filesystem_cpp
patch-src_server_cpp patch-src_sound_cpp
Log message:
Update to frogatto-1.3.
The new trend is to not release tarball anymore but to get shits from
github... so get the 1.3_stable from today (20130317) and repackage it.
... Kids these days...
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 12:36:19
Modified files:
share/man/man4 : em.4
Log message:
Mention Soekris hw.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/17 12:37:21
Removed files:
sys/arch/amd64/include: mcontext.h
Log message:
We don't do mcontext, so remove this unused header.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 12:37:57
Modified files:
share/man/man4 : pci.4 vr.4
Log message:
Some improvements to the vr(4) man page, split out the hw
into a table and add some hw.
ok sthen@
CVSROOT: /cvs
Module name: www
Changes by: chl@cvs.openbsd.org 2013/03/17 12:49:03
www/opensmtpd/announces
Update of /cvs/www/opensmtpd/announces
In directory cvs.openbsd.org:/tmp/cvs-serv27635/announces
Log Message:
Directory /cvs/www/opensmtpd/announces added to the repository
CVSROOT: /cvs
Module name: www
Changes by: chl@cvs.openbsd.org 2013/03/17 12:51:28
Modified files:
opensmtpd : index.html users.html
Added files:
opensmtpd/announces: release-5.3.txt
Log message:
release announced at AsiaBSDCon + typo
on behalf of gilles@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/17 13:09:03
Modified files:
sys/dev/pci : glxpcib.c
Log message:
Set the `Power Immediate' bit upon attaching, to enable automatic restart
upon power failures. While most, if not all, x86-based Geode designs force this
bit to be set, loongson designs don't.
This makes Fuloong restart automatically upon power failure (they used to
require manual intervention before).
misfeature (and hints where to search for a fix) reported by Joel K. Bertrand;
ok pirofti@ deraadt@ mpi@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/17 13:35:06
Modified files:
lang/clojure : Makefile distinfo
lang/clojure/files: clj_completions
lang/clojure/pkg: PLIST
Log message:
- update to clojure-1.5.1
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/17 13:37:36
Modified files:
mail/courier-authlib/patches: patch-liblock_locktest_c
mail/courier-imap/patches: patch-liblock_locktest_c
mail/maildrop/patches: patch-liblock_locktest_c
Log message:
fix some too-short mktemp format strings
adjust lockfile names
ok sthen@, ok aja@ on a similar diff
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/17 13:38:04
Modified files:
lang/clojure/files: clj_completions.clj
Log message:
directly write the completions file into ${FILESDIR}
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/17 14:42:31
Modified files:
devel/py-dateutil: Makefile
devel/py-dateutil/pkg: PLIST
Log message:
- add MODPY_EGG_VERSION
- regen PLIST
- whitespace changes
forgot in my last commit, from Frantisek Holop
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/17 14:46:47
Modified files:
lib/fontconfig/src: Makefile
Log message:
fix CFLAGS definition
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 14:47:23
Modified files:
sys/dev/ic : re.c rtl81x9reg.h
Log message:
- Remove the reserved number of TX descriptors. No limitation is mentioned in
the 8139C+/8169/8110/8168/8101/8111 datasheets and it seems to work ok
without reserving the descriptors.
- Change allowable number of TX DMA segments to 32.
From FreeBSD
ok chris@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/17 15:15:55
Modified files:
share/man/man4 : vr.4
Log message:
- Mention the VT6102 chipset
- Add PC Engines boards; Requested by chris@
- Move section BUGS to CAVEATS and change the alignment comment
to mention that this is only used for the VT3043 and VT86C100A
chips
ok chris@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/17 15:49:00
Modified files:
sys/arch/amd64/amd64: sg_dma.c
sys/arch/amd64/include: bus.h
sys/arch/amd64/pci: agp_machdep.c
sys/arch/i386/i386: sg_dma.c
sys/arch/i386/include: bus.h
sys/arch/i386/pci: agp_machdep.c
sys/dev/pci : agpvar.h
Log message:
Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS
support to reload bindings after suspend/resume and to update cachability
flags in the address translation table entries.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/17 16:00:45
Modified files:
sysutils/ddrescue: Makefile distinfo
sysutils/ddrescue/patches: patch-configure
Removed files:
sysutils/ddrescue/patches: patch-Makefile_in
Log message:
- update ddrescue to 1.16
- update patches
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/17 16:12:47
Modified files:
dist/fontconfig/src: fccache.c fccfg.c
Log message:
Merge from fontconfig git repository:
Fix fc-cache crash caused by looking up NULL object incorrectly
We were returning a skiplist node when looking up NULL!
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/17 16:48:22
Modified files:
sysutils/pstree: Makefile distinfo
Log message:
- update pstree to 2.35
ok rpe@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/17 17:48:24
Modified files:
graphics/gimp/stable/patches:
patch-plug-ins_script-fu_script-fu-server_c
Log message:
regen patch with correct line numbers. no other change.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 18:22:07
src/usr.sbin/identd
Update of /cvs/src/usr.sbin/identd
In directory cvs.openbsd.org:/tmp/cvs-serv563/identd
Log Message:
Directory /cvs/src/usr.sbin/identd added to the repository
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 18:34:48
Added files:
usr.sbin/identd: Makefile identd.8 identd.c
Log message:
this is a new identd daemon to replace the libexec one that can be run
from inetd. it is an event driven non-blocking implemention using libevent.
it features support for privilege separation and revocation. network
connections are handled by a chrooted and unprivileged process, while the
username lookups are handled by an unprivileged process. the lookups can
block while the network handling can continue.
it also features support for handling concurrent client connections.
its currently lacking support for handling dotfiles in homedirs like the
libexec one, and some error handling on accept. its going into the tree
so it can be worked on with a history of changes.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/17 19:00:23
Modified files:
. : 53.html
Log message:
typo; from Rod Whitworth
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 19:20:46
Modified files:
usr.sbin/identd: identd.c
Log message:
handle EMFILE/ENFILE from accept by disabling handling of events on the
listeners for a second. modelled on how this has been solved in other
network daemons.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/17 22:22:31
Modified files:
libexec/ld.so/amd64: rtld_machine.c
Log message:
Fix comment tpyos
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 22:43:55
Modified files:
usr.sbin/identd: identd.c
Log message:
switch from having a timeout after every read/write for the client
connection to a timeout for the whole session. means a client cant sit
there feeding us a byte at a time for long periods, consuming fds on the
server.
it seems to simplify the code a bit too.
requested by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 22:50:01
Modified files:
usr.sbin/identd: identd.c
Log message:
limit the client to 256 bytes of input. if they send too much we just close
the connection.
requested by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/17 22:53:23
Modified files:
usr.sbin/identd: identd.c
Log message:
whitespace fixes. no functional change
CVSROOT: /cvs
Module name: www
Changes by: gilles@cvs.openbsd.org 2013/03/18 01:52:38
Modified files:
opensmtpd : portable.html
Log message:
rephrase
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/18 02:55:31
Modified files:
usr.sbin/identd: identd.8
Log message:
jmc pointed out i didnt replace the placeholders with the year and my name.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 03:02:15
Removed files:
sysutils/LPRng : Makefile distinfo
sysutils/LPRng/files: lprng.sh
sysutils/LPRng/patches: patch-src_Makefile_in
patch-src_common_lpq_c
patch-src_common_ssl_auth_c
sysutils/LPRng/pkg: DESCR MESSAGE PFRAG.shared PLIST
Log message:
Tedu LPRng.
LPRng has been left off unmaintained in the ports tree for its last 14
releases and is mostly dead; there are alternatives.
no objection from my fellow porters
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 03:02:36
Modified files:
sysutils : Makefile
Log message:
-LPRng
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 03:37:46
Modified files:
sysutils/mcollective: Makefile
sysutils/mcollective/pkg: PLIST
Added files:
sysutils/mcollective/patches: patch-etc_client_cfg_dist
patch-etc_server_cfg_dist
Removed files:
sysutils/mcollective/pkg: README
Log message:
Add an example for the ActiveMQ connector.
Remove useless README.
CVSROOT: /cvs
Module name: xenocara
Changes by: mpi@cvs.openbsd.org 2013/03/18 03:48:06
Modified files:
driver/xf86-video-ati/src: radeon_exa_render.c
radeon_exa_shared.c
Log message:
Backout my workaround for broken accelerated solid pictures using XAA on
big endian an apply the correct fix, working at depth 16 and 24, kindly
provided by Michel Dänzer who already committed it upstream.
No objection from the usual macppc users.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 04:02:27
Modified files:
textproc/ruby-icalendar: Makefile distinfo
textproc/ruby-icalendar/pkg: PLIST
Log message:
- update to icalendar-1.2.3
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/18 04:12:40
Modified files:
sys/dev/ic : vga.c
sys/dev/pci : vga_pci.c vga_pcivar.h
Log message:
Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instance
from attaching after it has taken over control of the VGA hardware.
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 04:24:08
Modified files:
devel/ruby-systemu: Makefile distinfo
devel/ruby-systemu/pkg: PLIST
Log message:
- update to systemu-2.5.2
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/18 04:45:37
Log message:
update to 3.7.15.2, tested by landry@/miod@
Status:
Vendor Tag: sqlite3
Release Tags: sqlite_3_7_15_2
U src/lib/libsqlite3/addopcodes.awk
U src/lib/libsqlite3/VERSION
U src/lib/libsqlite3/mkopcodec.awk
U src/lib/libsqlite3/mkopcodeh.awk
U src/lib/libsqlite3/sqlite3.pc.in
U src/lib/libsqlite3/src/test_rtree.c
U src/lib/libsqlite3/src/resolve.c
U src/lib/libsqlite3/src/test_thread.c
U src/lib/libsqlite3/src/test_hexio.c
U src/lib/libsqlite3/src/test_wsd.c
U src/lib/libsqlite3/src/test_async.c
U src/lib/libsqlite3/src/test_vfstrace.c
U src/lib/libsqlite3/src/test_btree.c
U src/lib/libsqlite3/src/vdbe.c
U src/lib/libsqlite3/src/test_osinst.c
U src/lib/libsqlite3/src/test_intarray.c
U src/lib/libsqlite3/src/journal.c
U src/lib/libsqlite3/src/test_devsym.c
U src/lib/libsqlite3/src/hash.h
U src/lib/libsqlite3/src/tclsqlite.c
U src/lib/libsqlite3/src/lempar.c
U src/lib/libsqlite3/src/mutex_w32.c
U src/lib/libsqlite3/src/backup.c
U src/lib/libsqlite3/src/btree.h
U src/lib/libsqlite3/src/alter.c
U src/lib/libsqlite3/src/test4.c
U src/lib/libsqlite3/src/notify.c
U src/lib/libsqlite3/src/test5.c
C src/lib/libsqlite3/src/parse.y
U src/lib/libsqlite3/src/vacuum.c
U src/lib/libsqlite3/src/test_intarray.h
U src/lib/libsqlite3/src/btree.c
U src/lib/libsqlite3/src/test_stat.c
U src/lib/libsqlite3/src/test8.c
U src/lib/libsqlite3/src/vdbemem.c
U src/lib/libsqlite3/src/wal.h
U src/lib/libsqlite3/src/status.c
U src/lib/libsqlite3/src/mem3.c
U src/lib/libsqlite3/src/test_loadext.c
U src/lib/libsqlite3/src/update.c
U src/lib/libsqlite3/src/build.c
U src/lib/libsqlite3/src/test_syscall.c
U src/lib/libsqlite3/src/pcache.h
U src/lib/libsqlite3/src/expr.c
U src/lib/libsqlite3/src/legacy.c
U src/lib/libsqlite3/src/mutex_unix.c
U src/lib/libsqlite3/src/wal.c
U src/lib/libsqlite3/src/test7.c
U src/lib/libsqlite3/src/insert.c
U src/lib/libsqlite3/src/vdbe.h
U src/lib/libsqlite3/src/memjournal.c
U src/lib/libsqlite3/src/vdbeblob.c
U src/lib/libsqlite3/src/os_win.c
U src/lib/libsqlite3/src/sqliteLimit.h
U src/lib/libsqlite3/src/btmutex.c
U src/lib/libsqlite3/src/test_quota.h
U src/lib/libsqlite3/src/date.c
U src/lib/libsqlite3/src/trigger.c
U src/lib/libsqlite3/src/test_quota.c
U src/lib/libsqlite3/src/malloc.c
U src/lib/libsqlite3/src/vdbeInt.h
U src/lib/libsqlite3/src/test3.c
N src/lib/libsqlite3/src/test_sqllog.c
U src/lib/libsqlite3/src/utf.c
U src/lib/libsqlite3/src/test1.c
U src/lib/libsqlite3/src/mutex_noop.c
U src/lib/libsqlite3/src/rowset.c
U src/lib/libsqlite3/src/vdbeapi.c
U src/lib/libsqlite3/src/util.c
U src/lib/libsqlite3/src/test_onefile.c
U src/lib/libsqlite3/src/vdbetrace.c
U src/lib/libsqlite3/src/test_init.c
U src/lib/libsqlite3/src/mem2.c
U src/lib/libsqlite3/src/table.c
U src/lib/libsqlite3/src/walker.c
U src/lib/libsqlite3/src/test_spellfix.c
U src/lib/libsqlite3/src/test2.c
U src/lib/libsqlite3/src/printf.c
U src/lib/libsqlite3/src/mutex.h
U src/lib/libsqlite3/src/test_server.c
U src/lib/libsqlite3/src/attach.c
U src/lib/libsqlite3/src/os_common.h
U src/lib/libsqlite3/src/pragma.c
U src/lib/libsqlite3/src/callback.c
U src/lib/libsqlite3/src/test_pcache.c
U src/lib/libsqlite3/src/analyze.c
U src/lib/libsqlite3/src/mem1.c
U src/lib/libsqlite3/src/test_tclvar.c
U src/lib/libsqlite3/src/select.c
U src/lib/libsqlite3/src/vdbesort.c
U src/lib/libsqlite3/src/loadext.c
U src/lib/libsqlite3/src/hash.c
U src/lib/libsqlite3/src/test_func.c
U src/lib/libsqlite3/src/os_unix.c
U src/lib/libsqlite3/src/test_multiplex.h
U src/lib/libsqlite3/src/mem0.c
U src/lib/libsqlite3/src/global.c
U src/lib/libsqlite3/src/test_vfs.c
U src/lib/libsqlite3/src/pcache1.c
U src/lib/libsqlite3/src/test_fuzzer.c
U src/lib/libsqlite3/src/vdbeaux.c
U src/lib/libsqlite3/src/hwtime.h
U src/lib/libsqlite3/src/pager.h
U src/lib/libsqlite3/src/where.c
U src/lib/libsqlite3/src/os.c
U src/lib/libsqlite3/src/fault.c
U src/lib/libsqlite3/src/tokenize.c
U src/lib/libsqlite3/src/test_multiplex.c
U src/lib/libsqlite3/src/sqlite.h.in
U src/lib/libsqlite3/src/test_demovfs.c
U src/lib/libsqlite3/src/prepare.c
U src/lib/libsqlite3/src/complete.c
U src/lib/libsqlite3/src/sqliteInt.h
U src/lib/libsqlite3/src/pager.c
U src/lib/libsqlite3/src/sqlite3ext.h
U src/lib/libsqlite3/src/test6.c
U src/lib/libsqlite3/src/mem5.c
U src/lib/libsqlite3/src/func.c
U src/lib/libsqlite3/src/test_config.c
U src/lib/libsqlite3/src/pcache.c
U src/lib/libsqlite3/src/fkey.c
U src/lib/libsqlite3/src/bitvec.c
U src/lib/libsqlite3/src/btreeInt.h
U src/lib/libsqlite3/src/test_autoext.c
U src/lib/libsqlite3/src/vtab.c
U src/lib/libsqlite3/src/ctime.c
U src/lib/libsqlite3/src/auth.c
U src/lib/libsqlite3/src/mutex.c
U src/lib/libsqlite3/src/random.c
U src/lib/libsqlite3/src/test_mutex.c
U src/lib/libsqlite3/src/test_malloc.c
U src/lib/libsqlite3/src/os.h
U src/lib/libsqlite3/src/test_wholenumber.c
U src/lib/libsqlite3/src/delete.c
U src/lib/libsqlite3/src/test_backup.c
U src/lib/libsqlite3/src/sqlite3.rc
U src/lib/libsqlite3/src/test_superlock.c
U src/lib/libsqlite3/src/main.c
U src/lib/libsqlite3/src/test9.c
U src/lib/libsqlite3/src/test_schema.c
U src/lib/libsqlite3/src/test_journal.c
U src/lib/libsqlite3/ext/README.txt
U src/lib/libsqlite3/ext/fts1/fulltext.c
U src/lib/libsqlite3/ext/fts1/fts1.c
U src/lib/libsqlite3/ext/fts1/README.txt
U src/lib/libsqlite3/ext/fts1/fulltext.h
U src/lib/libsqlite3/ext/fts1/ft_hash.c
U src/lib/libsqlite3/ext/fts1/fts1_hash.c
U src/lib/libsqlite3/ext/fts1/fts1_tokenizer.h
U src/lib/libsqlite3/ext/fts1/fts1_porter.c
U src/lib/libsqlite3/ext/fts1/tokenizer.h
U src/lib/libsqlite3/ext/fts1/fts1.h
U src/lib/libsqlite3/ext/fts1/simple_tokenizer.c
U src/lib/libsqlite3/ext/fts1/fts1_tokenizer1.c
U src/lib/libsqlite3/ext/fts1/ft_hash.h
U src/lib/libsqlite3/ext/fts1/fts1_hash.h
U src/lib/libsqlite3/ext/fts3/fts3_snippet.c
U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.c
U src/lib/libsqlite3/ext/fts3/fts3_term.c
U src/lib/libsqlite3/ext/fts3/fts3_expr.c
U src/lib/libsqlite3/ext/fts3/fts3_icu.c
U src/lib/libsqlite3/ext/fts3/README.txt
U src/lib/libsqlite3/ext/fts3/fts3_tokenizer1.c
U src/lib/libsqlite3/ext/fts3/fts3_hash.c
U src/lib/libsqlite3/ext/fts3/fts3_unicode.c
U src/lib/libsqlite3/ext/fts3/mkfts3amal.tcl
U src/lib/libsqlite3/ext/fts3/fts3_hash.h
U src/lib/libsqlite3/ext/fts3/fts3_test.c
U src/lib/libsqlite3/ext/fts3/fts3_unicode2.c
U src/lib/libsqlite3/ext/fts3/fts3_aux.c
U src/lib/libsqlite3/ext/fts3/fts3.c
U src/lib/libsqlite3/ext/fts3/README.tokenizers
U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.h
U src/lib/libsqlite3/ext/fts3/fts3speed.tcl
U src/lib/libsqlite3/ext/fts3/README.content
U src/lib/libsqlite3/ext/fts3/README.syntax
U src/lib/libsqlite3/ext/fts3/fts3Int.h
U src/lib/libsqlite3/ext/fts3/fts3_porter.c
U src/lib/libsqlite3/ext/fts3/fts3.h
U src/lib/libsqlite3/ext/fts3/fts3_write.c
U src/lib/libsqlite3/ext/fts3/tool/fts3view.c
U src/lib/libsqlite3/ext/fts3/unicode/CaseFolding.txt
U src/lib/libsqlite3/ext/fts3/unicode/UnicodeData.txt
U src/lib/libsqlite3/ext/fts3/unicode/mkunicode.tcl
U src/lib/libsqlite3/ext/async/README.txt
U src/lib/libsqlite3/ext/async/sqlite3async.h
U src/lib/libsqlite3/ext/async/sqlite3async.c
U src/lib/libsqlite3/ext/fts2/fts2_hash.c
U src/lib/libsqlite3/ext/fts2/README.txt
U src/lib/libsqlite3/ext/fts2/fts2.c
U src/lib/libsqlite3/ext/fts2/fts2_porter.c
U src/lib/libsqlite3/ext/fts2/fts2_icu.c
U src/lib/libsqlite3/ext/fts2/fts2_tokenizer1.c
U src/lib/libsqlite3/ext/fts2/README.tokenizers
U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.h
U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.c
U src/lib/libsqlite3/ext/fts2/fts2_hash.h
U src/lib/libsqlite3/ext/fts2/mkfts2amal.tcl
U src/lib/libsqlite3/ext/fts2/fts2.h
U src/lib/libsqlite3/ext/rtree/sqlite3rtree.h
U src/lib/libsqlite3/ext/rtree/README
U src/lib/libsqlite3/ext/rtree/rtree8.test
U src/lib/libsqlite3/ext/rtree/rtreeB.test
U src/lib/libsqlite3/ext/rtree/viewrtree.tcl
U src/lib/libsqlite3/ext/rtree/tkt3363.test
U src/lib/libsqlite3/ext/rtree/rtree.h
U src/lib/libsqlite3/ext/rtree/rtree3.test
U src/lib/libsqlite3/ext/rtree/rtree.c
U src/lib/libsqlite3/ext/rtree/rtree5.test
U src/lib/libsqlite3/ext/rtree/rtreeA.test
U src/lib/libsqlite3/ext/rtree/rtree9.test
U src/lib/libsqlite3/ext/rtree/rtree4.test
U src/lib/libsqlite3/ext/rtree/rtree6.test
U src/lib/libsqlite3/ext/rtree/rtree_util.tcl
U src/lib/libsqlite3/ext/rtree/rtree7.test
U src/lib/libsqlite3/ext/rtree/rtree_perf.tcl
U src/lib/libsqlite3/ext/rtree/rtree2.test
U src/lib/libsqlite3/ext/rtree/rtree1.test
U src/lib/libsqlite3/ext/icu/icu.c
U src/lib/libsqlite3/ext/icu/README.txt
U src/lib/libsqlite3/ext/icu/sqliteicu.h
U src/lib/libsqlite3/tool/restore_jrnl.tcl
U src/lib/libsqlite3/tool/speedtest8inst1.c
U src/lib/libsqlite3/tool/mksqlite3c.tcl
U src/lib/libsqlite3/tool/lempar.c
U src/lib/libsqlite3/tool/lemon.c
U src/lib/libsqlite3/tool/speedtest.tcl
U src/lib/libsqlite3/tool/spaceanal.tcl
U src/lib/libsqlite3/tool/vdbe-compress.tcl
U src/lib/libsqlite3/tool/mkopts.tcl
U src/lib/libsqlite3/tool/warnings.sh
U src/lib/libsqlite3/tool/mkvsix.tcl
U src/lib/libsqlite3/tool/warnings-clang.sh
U src/lib/libsqlite3/tool/mkkeywordhash.c
U src/lib/libsqlite3/tool/symbols-mingw.sh
U src/lib/libsqlite3/tool/mksqlite3h.tcl
U src/lib/libsqlite3/tool/build-shell.sh
U src/lib/libsqlite3/tool/opcodeDoc.awk
U src/lib/libsqlite3/tool/split-sqlite3c.tcl
U src/lib/libsqlite3/tool/speedtest2.tcl
U src/lib/libsqlite3/tool/offsets.c
U src/lib/libsqlite3/tool/checkSpacing.c
U src/lib/libsqlite3/tool/extract.c
U src/lib/libsqlite3/tool/mkspeedsql.tcl
U src/lib/libsqlite3/tool/tostr.awk
U src/lib/libsqlite3/tool/showjournal.c
U src/lib/libsqlite3/tool/genfkey.test
U src/lib/libsqlite3/tool/soak1.tcl
U src/lib/libsqlite3/tool/genfkey.README
U src/lib/libsqlite3/tool/getlock.c
U src/lib/libsqlite3/tool/showwal.c
U src/lib/libsqlite3/tool/speedtest8.c
U src/lib/libsqlite3/tool/mksqlite3c-noext.tcl
U src/lib/libsqlite3/tool/symbols.sh
U src/lib/libsqlite3/tool/omittest.tcl
U src/lib/libsqlite3/tool/build-all-msvc.bat
U src/lib/libsqlite3/tool/fragck.tcl
U src/lib/libsqlite3/tool/rollback-test.c
U src/lib/libsqlite3/tool/mksqlite3internalh.tcl
N src/lib/libsqlite3/tool/stack_usage.tcl
U src/lib/libsqlite3/tool/showdb.c
U src/lib/libsqlite3/tool/speedtest16.c
U src/lib/libsqlite3/tool/diffdb.c
U src/lib/libsqlite3/tool/space_used.tcl
U src/lib/libsqlite3/tool/win/sqlite.vsix
1 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jsqlite3:yesterday -jsqlite3 src/lib/libsqlite3
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/18 04:48:21
Modified files:
lib/libsqlite3/src: parse.y
Log message:
cvs shat on itself all over again.
creating conflicts out of nowhere as usual
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/18 04:49:01
Modified files:
lib/libsqlite3 : sqlite3.pc
lib/libsqlite3/src: sqlite3.h
Log message:
regen'd headers
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/18 04:49:34
Log message:
update the shell too
Status:
Vendor Tag: sqlite3
Release Tags: sqlite_3_7_15_2
C src/usr.bin/sqlite3/shell.c
U src/usr.bin/sqlite3/sqlite3.1
1 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jsqlite3:yesterday -jsqlite3 src/usr.bin/sqlite3
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/18 04:50:25
Modified files:
usr.bin/sqlite3: shell.c
Log message:
yet another stupid conflict
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/18 04:51:35
Modified files:
share/mk : bsd.lib.mk bsd.prog.mk
Log message:
Recognize and treat files with .cpp extension like any other C++ file.
This will help me reduce some xenocara Makefiles and as millert@ pointed
out, .cpp has won over .C or .cxx ;)
Tested in a bulk by landry@, ok espie@, sthen@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/18 04:52:22
Modified files:
lib/libsqlite3 : shlib_version
Log message:
... and bump the major, update should be complete
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 04:52:56
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/patches: patch-bin_activemq
net/apache-activemq/pkg: PLIST
Log message:
Put the configuration under ${SYSCONFDIR}/activemq/.
Do not hardcode /etc.
Put the data and tmp directories under /var/db/activemq.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/18 04:58:16
Modified files:
databases/sqlite3: Makefile distinfo
databases/sqlite3/patches: patch-Makefile_in
Log message:
synch with src
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 05:09:56
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/pkg: PLIST
Log message:
Remove more files at @extraunexec time.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/18 05:10:52
Modified files:
bin/ksh : ksh.1
Log message:
Keep documentation in sync with reality and update binding examples.
This should have been part of the keybinding rewrote when support for
multi-character sequences has been added. Pointed out by mikeb@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 05:13:19
Modified files:
de : 53.html anoncvs.html books.html cvsync.html
errata.html errata27.html errata28.html
errata29.html errata30.html errata31.html
errata32.html errata33.html errata34.html
errata35.html errata36.html errata37.html
errata38.html errata39.html errata40.html
errata41.html errata42.html errata43.html
errata44.html events.html ftp.html index.html
items.html older.html orders.html tshirts.html
faq/fr : current.html
fr : amd64.html anoncvs.html donations.html
errata.html errata32.html errata33.html
errata34.html errata35.html errata36.html
errata37.html errata38.html errata39.html
errata40.html errata41.html errata42.html
errata43.html errata44.html errata45.html
errata46.html errata47.html errata48.html
errata49.html errata50.html errata51.html
errata52.html i386.html macppc.html
opensmtpd/de : index.html users.html
Added files:
fr : errata53.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/18 05:14:44
Modified files:
sys/dev/pci : agp_i810.c agpvar.h
Log message:
stash the number of stolen entries in the agp struct
will be used in a future commit
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/18 05:20:11
Modified files:
sys/dev/pci : agp_i810.c
Log message:
gen6+ can do 40 bit addressing
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/18 05:33:42
src/sys/dev/pci/drm/i915
Update of /cvs/src/sys/dev/pci/drm/i915
In directory cvs.openbsd.org:/tmp/cvs-serv25109/i915
Log Message:
Directory /cvs/src/sys/dev/pci/drm/i915 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/18 06:02:56
Modified files:
sys/dev/pci : agp_i810.c agpvar.h
Log message:
Indirectly pass the cache level down to agp by abusing spare bus_dma bits.
Currently only used on gen6+, everything else keeps the old semantics.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 06:17:11
Modified files:
devel/ruby-daemons: Makefile distinfo
devel/ruby-daemons/pkg: PLIST
Log message:
- update to daemons-1.1.9
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/18 06:36:52
Modified files:
sys/dev/pci/drm: drmP.h drm_atomic.h drm_drv.c drm_irq.c
drm_mode.h files.drm i915_drm.h radeon_drv.c
radeon_irq.c
Added files:
sys/dev/pci/drm: drm_crtc.c drm_crtc.h drm_crtc_helper.c
drm_crtc_helper.h drm_dp_helper.c
drm_dp_helper.h drm_edid.c drm_edid.h
drm_edid_modes.h drm_fb_helper.c
drm_fb_helper.h drm_fourcc.h drm_linux_list.h
drm_mm.c drm_mm.h drm_modes.c
sys/dev/pci/drm/i915: dvo.h dvo_ch7017.c dvo_ch7xxx.c dvo_ivch.c
dvo_ns2501.c dvo_sil164.c dvo_tfp410.c
i915_dma.c i915_drv.c i915_drv.h
i915_gem.c i915_gem_evict.c
i915_gem_execbuffer.c i915_gem_gtt.c
i915_gem_tiling.c i915_irq.c i915_reg.h
i915_suspend.c intel_bios.c intel_bios.h
intel_crt.c intel_ddi.c intel_display.c
intel_dp.c intel_drv.h intel_dvo.c
intel_fb.c intel_hdmi.c intel_i2c.c
intel_lvds.c intel_modes.c
intel_opregion.c intel_overlay.c
intel_panel.c intel_pm.c
intel_ringbuffer.c intel_ringbuffer.h
intel_sdvo.c intel_sdvo_regs.h
intel_sprite.c intel_tv.c
Removed files:
sys/dev/pci/drm: i915_drv.c i915_drv.h i915_irq.c i915_reg.h
i915_suspend.c
Log message:
Significantly increase the wordlist for ddb hangman,
and update our device independent DRM code and the Intel DRM code
to be mostly in sync with Linux 3.8.3. Among other things this
brings support for kernel modesetting and enables use of
the rings on gen6+ Intel hardware.
Based on some earlier work from matthieu@ with some hints from FreeBSD
and with lots of help from kettenis@ (including a beautiful accelerated
wscons framebuffer console!)
Thanks to M:Tier and the OpenBSD Foundation for sponsoring this work.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/18 07:06:37
Modified files:
sys/dev/pci/drm/i915: intel_bios.c
Log message:
Correct a typo in a #ifdef condition, ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/18 07:20:39
Modified files:
libexec/security: security
Log message:
Enclose qw()...) literals in parentheses where required; this was historically
assumed anyway, but recent versions of Perl deprecate this. ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 07:48:18
Modified files:
sysutils/mcollective: Makefile
sysutils/mcollective/patches: patch-etc_client_cfg_dist
patch-etc_server_cfg_dist
sysutils/mcollective/pkg: PLIST
Log message:
Loosen perms on client.cfg (0640) so that an admin can run mco commands
without the need to get root.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 08:25:41
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: PLIST puppet_dashboard.rc
Added files:
www/puppet-dashboard/pkg: puppet_dashboard_workers.rc
Log message:
Add a separate rc.d(8) script for the workers so that we can easily
change the flags in rc.conf.local(5).
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/18 08:36:05
Modified files:
libexec/security: security
Log message:
create an empty %skip even if SUIDSKIP is not set, newer perl complains.
"I don't even see how this could work before" and ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/18 08:45:14
Modified files:
games/manaplus : Makefile distinfo
Log message:
Update games/manaplus to 1.3.3.17
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 08:46:28
Modified files:
net/apache-activemq: Makefile
net/apache-activemq/patches: patch-bin_activemq
net/apache-activemq/pkg: PLIST
Added files:
net/apache-activemq/files: activemq.conf
Removed files:
net/apache-activemq/files: activemqrc
Log message:
activemqrc -> activemq.conf and protect the file.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/18 08:49:28
Log message:
Import archivers/quazip, a Qt/C++ wrapper for ZIP/UNZIP
ok jturner@ landry@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Mar-18
N ports/archivers/quazip/Makefile
N ports/archivers/quazip/distinfo
N ports/archivers/quazip/pkg/DESCR
N ports/archivers/quazip/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/18 08:50:51
Modified files:
archivers : Makefile
Log message:
+quazip
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/18 09:05:48
Modified files:
graphics/cairo : Makefile
Log message:
as reported by Andres Perera, cairographics.org is slow for some users;
add slackware's mirrorbrain redirector as an alternative MASTER_SITES.
ok giovanni@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 09:07:56
Modified files:
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/2/pkg: PLIST
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/3/pkg: PLIST
Added files:
sysutils/ruby-puppet/pkg: README
Log message:
Add a README to introduce integration with MCollective and ActiveMQ.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/18 09:35:19
Modified files:
. : 53.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/03/18 10:31:01
Modified files:
sys/dev/pckbc : pms.c
Log message:
Once we've detected an elantech touchpad, stop probing for other hardware
versions. Fixes a problem reported by Peter J. Philipp where the pms driver
spits out "not in sync yet" messages after attaching to elantech v2 hardware.
Fix tested by me on v3 hardware, and by Peter on v2 hardware.
ok mpi@ shadchin@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/18 10:57:41
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.hp300 md.hppa md.hppa64 md.i386
md.landisk md.loongson md.luna88k
md.macppc md.mvme68k md.mvme88k md.palm
md.sgi md.socppc md.sparc md.sparc64
md.vax md.zaurus
distrib/sets/lists/comp: md.amd64 mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/18 11:09:11
Modified files:
usr.sbin/identd: identd.8
Log message:
make the arg name for -t consistent, and add STANDARDS;
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/18 12:22:37
xenocara/driver/xf86-video-intel/src/sna
Update of /cvs/xenocara/driver/xf86-video-intel/src/sna
In directory cvs.openbsd.org:/tmp/cvs-serv12843/src/sna
Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/src/sna added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/18 12:22:39
xenocara/driver/xf86-video-intel/test
Update of /cvs/xenocara/driver/xf86-video-intel/test
In directory cvs.openbsd.org:/tmp/cvs-serv12843/test
Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/test added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/18 12:22:54
xenocara/driver/xf86-video-intel/src/sna/brw
Update of /cvs/xenocara/driver/xf86-video-intel/src/sna/brw
In directory cvs.openbsd.org:/tmp/cvs-serv31249/src/sna/brw
Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/src/sna/brw added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/18 12:22:55
xenocara/driver/xf86-video-intel/src/sna/fb
Update of /cvs/xenocara/driver/xf86-video-intel/src/sna/fb
In directory cvs.openbsd.org:/tmp/cvs-serv31249/src/sna/fb
Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/src/sna/fb added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/03/18 12:28:43
Modified files:
distrib/sets/lists/xbase: md.mvme88k
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/18 12:37:13
Modified files:
graphics/clutter/clutter-gst: Makefile
Log message:
Regen WANTLIB and bump; for some reason this was needed to make gstreamer
picks up the gstclutterink properly.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/18 12:38:22
Modified files:
driver/xf86-video-intel: Makefile.am Makefile.in NEWS README
aclocal.m4 autogen.sh config.h.in
config.sub configure configure.ac
driver/xf86-video-intel/man: Makefile.in intel.man
driver/xf86-video-intel/src: Makefile.am Makefile.in
brw_defines.h brw_structs.h
common.h compat-api.h i830_reg.h
i830_render.c i915_render.c
i915_video.c i965_3d.c i965_reg.h
i965_render.c i965_video.c intel.h
intel_batchbuffer.c
intel_batchbuffer.h intel_dri.c
intel_driver.c intel_driver.h
intel_hwmc.c intel_memory.c
intel_module.c intel_uxa.c
intel_video.c intel_video.h
driver/xf86-video-intel/src/legacy: Makefile.am Makefile.in
driver/xf86-video-intel/src/legacy/i810: Makefile.in
i810_driver.c
driver/xf86-video-intel/src/legacy/i810/xvmc: Makefile.in
driver/xf86-video-intel/src/render_program: Makefile.am
Makefile.in
driver/xf86-video-intel/src/xvmc: Makefile.am Makefile.in
i965_xvmc.c
intel_batchbuffer.h
intel_xvmc.c xvmc_vld.c
driver/xf86-video-intel/src/xvmc/shader: Makefile.in
driver/xf86-video-intel/src/xvmc/shader/mc: Makefile.am
Makefile.in
driver/xf86-video-intel/src/xvmc/shader/vld: Makefile.am
Makefile.in
driver/xf86-video-intel/uxa: Makefile.am Makefile.in uxa-accel.c
uxa-glyphs.c uxa-priv.h
uxa-render.c uxa-unaccel.c uxa.c
uxa.h
Added files:
driver/xf86-video-intel/src: intel_display.c intel_glamor.c
intel_glamor.h intel_list.h
intel_options.c intel_options.h
driver/xf86-video-intel/src/render_program: exa_sf.g5a
exa_sf.g5b
exa_sf_mask.g5a
exa_sf_mask.g5b
exa_wm_ca.g5a
exa_wm_ca.g5b
exa_wm_ca_srcalpha.g5a
exa_wm_ca_srcalpha.g5b
exa_wm_mask_affine.g5a
exa_wm_mask_affine.g5b
exa_wm_mask_projective.g5a
exa_wm_mask_projective.g5b
exa_wm_mask_sample_a.g5a
exa_wm_mask_sample_a.g5b
exa_wm_mask_sample_argb.g5a
exa_wm_mask_sample_argb.g5b
exa_wm_noca.g5a
exa_wm_noca.g5b
exa_wm_src_affine.g5a
exa_wm_src_affine.g5b
exa_wm_src_projective.g5a
exa_wm_src_projective.g5b
exa_wm_src_sample_a.g5a
exa_wm_src_sample_a.g5b
exa_wm_src_sample_argb.g5a
exa_wm_src_sample_argb.g5b
exa_wm_src_sample_planar.g5a
exa_wm_src_sample_planar.g5b
exa_wm_write.g5a
exa_wm_write.g5b
exa_wm_xy.g5a
exa_wm_xy.g5b
exa_wm_yuv_rgb.g5a
exa_wm_yuv_rgb.g5b
driver/xf86-video-intel/src/sna: Makefile.am Makefile.in README
blt.c compiler.h gen2_render.c
gen2_render.h gen3_render.c
gen3_render.h gen4_render.c
gen4_render.h gen4_source.c
gen4_source.h gen4_vertex.c
gen4_vertex.h gen5_render.c
gen5_render.h gen6_render.c
gen6_render.h gen7_render.c
gen7_render.h kgem.c kgem.h
kgem_debug.c kgem_debug.h
kgem_debug_gen2.c
kgem_debug_gen3.c
kgem_debug_gen4.c
kgem_debug_gen5.c
kgem_debug_gen6.c
kgem_debug_gen7.c rop.h sna.h
sna_accel.c sna_blt.c
sna_composite.c sna_damage.c
sna_damage.h sna_display.c
sna_dri.c sna_driver.c
sna_glyphs.c sna_gradient.c
sna_io.c sna_module.h sna_reg.h
sna_render.c sna_render.h
sna_render_inline.h
sna_stream.c sna_tiling.c
sna_transform.c
sna_trapezoids.c sna_video.c
sna_video.h sna_video_hwmc.c
sna_video_hwmc.h
sna_video_overlay.c
sna_video_sprite.c
sna_video_textured.c
driver/xf86-video-intel/src/sna/brw: Makefile.am Makefile.in
brw.h brw_disasm.c brw_eu.c
brw_eu.h brw_eu_debug.c
brw_eu_emit.c brw_eu_util.c
brw_sf.c brw_test.c
brw_test.h brw_test_gen4.c
brw_test_gen5.c
brw_test_gen6.c
brw_test_gen7.c brw_wm.c
driver/xf86-video-intel/src/sna/fb: Makefile.am Makefile.in
README fb.h fbarc.c
fbarcbits.h fbbitmap.c
fbblt.c fbbltone.c fbclip.c
fbclip.h fbcopy.c fbfill.c
fbgc.c fbglyph.c
fbglyphbits.h fbimage.c
fbline.c fblinebits.h
fbpict.c fbpict.h fbpoint.c
fbpointbits.h fbpush.c
fbrop.h fbseg.c fbsegbits.h
fbspan.c fbstipple.c
fbtile.c fbutil.c sfb.h
driver/xf86-video-intel/test: Makefile.am Makefile.in README
basic-copyarea-size.c
basic-copyarea.c basic-fillrect.c
basic-lines.c basic-putimage.c
basic-rectangle.c basic-stress.c
basic-string.c dri2-swap.c dri2.c
dri2.h mixed-stress.c mkvsync.sh
render-composite-solid.c
render-copy-alphaless.c
render-copyarea-size.c
render-copyarea.c
render-fill-copy.c render-fill.c
render-trapezoid-image.c
render-trapezoid.c test.h
test_display.c test_image.c
test_log.c test_render.c
driver/xf86-video-intel/uxa: uxa-glamor.h
Removed files:
driver/xf86-video-intel: compile
driver/xf86-video-intel/src: drmmode_display.c i2c_vid.h
i830_bios.c i830_bios.h
i830_common.h i830_crt.c
i830_cursor.c i830_display.c
i830_display.h i830_dvo.c
i830_hdmi.c i830_i2c.c i830_io.c
i830_lvds.c i830_modes.c
i830_quirks.c i830_ring.h
i830_sdvo.c i830_sdvo.h
i830_sdvo_regs.h i830_tv.c
intel_shadow.c offset
driver/xf86-video-intel/src/bios_reader: Makefile.am Makefile.in
bios_dumper.c
bios_reader.c
swf_dumper.c
driver/xf86-video-intel/src/ch7017: Makefile.am Makefile.in
ch7017.c ch7017_module.c
ch7017_reg.h
driver/xf86-video-intel/src/ch7xxx: Makefile.am Makefile.in
ch7xxx.c ch7xxx.h
ch7xxx_module.c ch7xxx_reg.h
driver/xf86-video-intel/src/ivch: Makefile.am Makefile.in ivch.c
ivch_module.c ivch_reg.h
driver/xf86-video-intel/src/reg_dumper: Makefile.am Makefile.in
audio.c gtt.c hotplug.c
lid.c main.c
reg_dumper.h
statuspage.c util.c
xprintf.c
driver/xf86-video-intel/src/render_program: exa_wm_ca.g6a
exa_wm_ca_srcalpha.g6a
exa_wm_mask_sample_a.g6a
exa_wm_mask_sample_argb.g6a
exa_wm_noca.g6a
exa_wm_src_sample_a.g6a
exa_wm_src_sample_argb.g6a
exa_wm_src_sample_planar.g6a
exa_wm_yuv_rgb.g6a
exa_wm_yuv_rgb.g7a
driver/xf86-video-intel/src/sil164: Makefile.am Makefile.in
sil164.c sil164.h
sil164_module.c sil164_reg.h
driver/xf86-video-intel/src/tfp410: Makefile.am Makefile.in
tfp410.c tfp410.h
tfp410_module.c tfp410_reg.h
Log message:
Update to xf86-video-intel 2.20.19.
A recent kernel with kernel modesetting support is required.
Thanks to jsg@ and kettenis@ for their work.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/18 13:04:13
Modified files:
include : Makefile
Log message:
Skip another irrelevant leaf when descending into sys/dev
ok kettenis
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/18 13:15:04
Modified files:
include : Makefile
Log message:
forget about this for now; wait till later
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/18 13:55:25
Modified files:
net : Makefile
Removed files:
net/csup : Makefile distinfo
net/csup/patches: patch-Makefile patch-cpasswd_1
patch-cpasswd_sh patch-csup_1
net/csup/pkg : DESCR PLIST
Log message:
CVSup is dead. Remove the csup client, which is buggy and unlikely to
ever get fixed. ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/18 13:59:08
Modified files:
net : Makefile
Removed files:
net/cvsup : Makefile distinfo
net/cvsup/patches: patch-server_src_TreeComp_m3
patch-suplib_src_FreeBSD_UProcTitle_c
patch-suplib_src_Ugzip_i3
patch-suplib_src_m3makefile
net/cvsup/pkg : DESCR-main DESCR-server PLIST-main PLIST-server
Log message:
Remove cvsup.
CVSup was a great piece of technology, but everybody including its author
and its single largest user community (FreeBSD) has moved on.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/18 14:01:14
Modified files:
lang : Makefile
Removed files:
lang/ezm3 : Makefile distinfo
lang/ezm3/files: OpenBSD
lang/ezm3/patches:
patch-language_modula3_m3compiler_m3bootstrap_src_m3makefile
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_i386_c
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_i386_h
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_openbsd_h
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_openbsdelf_h
patch-language_modula3_m3compiler_m3cc_gcc_config_i386_xm-openbsd_h
patch-language_modula3_m3compiler_m3cc_gcc_config_openbsd_h
patch-language_modula3_m3compiler_m3cc_gcc_config_sub
patch-language_modula3_m3compiler_m3cc_gcc_config_xm-openbsd_h
patch-language_modula3_m3compiler_m3cc_gcc_configure
patch-language_modula3_m3compiler_m3cc_gcc_m3_c
patch-language_modula3_m3compiler_m3cc_gcc_obstack_h
patch-libs_m3core_src_Csupport_OpenBSD_386_dtoa_c
patch-libs_m3core_src_unix_openbsd-2_Ustat_i3
patch-libs_m3core_src_unix_openbsd-2_Utypes_i3
patch-m3config_src_COMMON
patch-m3config_src_OpenBSD_386
patch-m3config_src_m3makefile
lang/ezm3/pkg : DESCR PLIST
Log message:
Remove ezm3. It's only purpose was to provide a minimal Modula-3
system for cvsup, and it won't survive the 5.3->5.4 API changes
anyway. ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/18 14:07:19
Modified files:
x11/gnome/caribou: Makefile
Log message:
add missing BDEP on libxslt
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/18 14:15:42
Modified files:
net/mirmon : Makefile distinfo
Log message:
minor update to mirmon 2.8
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 14:17:15
Log message:
import ruby-uuid-2.3.7
UUID generator for producing universally unique identifiers based on RFC 4122.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131803
N ports/devel/ruby-uuid/Makefile
N ports/devel/ruby-uuid/distinfo
N ports/devel/ruby-uuid/pkg/DESCR
N ports/devel/ruby-uuid/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 14:20:04
Modified files:
devel : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 14:20:39
Log message:
import ruby-macaddr-1.6.1
ruby-macaddr provides cross platform mac address determination for Ruby.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131803
N ports/net/ruby-macaddr/Makefile
N ports/net/ruby-macaddr/distinfo
N ports/net/ruby-macaddr/pkg/DESCR
N ports/net/ruby-macaddr/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 14:22:14
Log message:
import ruby-net-http-digest_auth-1.2.1
ruby-net-http-digest_auth is an implementation of RFC 2617 - Digest
Access Authentication. At this time the gem does not drop in to
Net::HTTP and can be used for with other HTTP clients.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131803
N ports/net/ruby-net-http-digest_auth/Makefile
N ports/net/ruby-net-http-digest_auth/distinfo
N ports/net/ruby-net-http-digest_auth/pkg/DESCR
N ports/net/ruby-net-http-digest_auth/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 14:22:50
Log message:
import agcaldav-0.2.5.3
ruby-agcaldav is yet another great Ruby client for CalDAV calendar and
tasks.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131803
N ports/net/ruby-agcaldav/distinfo
N ports/net/ruby-agcaldav/Makefile
N ports/net/ruby-agcaldav/pkg/PLIST
N ports/net/ruby-agcaldav/pkg/DESCR
N ports/net/ruby-agcaldav/patches/patch-lib_agcaldav_client_rb
N ports/net/ruby-agcaldav/patches/patch-lib_agcaldav_rb
N ports/net/ruby-agcaldav/patches/patch-agcaldav_gemspec
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 14:24:40
Modified files:
net : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/18 14:30:32
Modified files:
devel/nspr : Makefile distinfo
devel/nspr/patches: patch-mozilla_nsprpub_configure_in
Removed files:
devel/nspr/patches: patch-mozilla_nsprpub_pr_include_prlong_h
patch-mozilla_nsprpub_pr_include_prtypes_h
Log message:
Update to nspr 4.9.5.
After two years of discussion in bug #634793 and countless hours lost on
filing followup bugs at each type mismatch, nspr upstream finally got
convinced that on OpenBSD uint64_t was unsigned long long, and there was
no reason at all to define PRUint64 as unsigned long, happily raping the
principle of least surprise. So now that upstream behaves correctly,
remove the two pr{long,types}.h patches.
And there was much rejoicing.
Tested on sparc64/ppc/hppa/amd64, went in a bunch of bulk builds.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/18 14:38:13
Modified files:
security/nss : Makefile distinfo
Removed files:
security/nss/patches:
patch-mozilla_security_nss_lib_freebl_unix_rand_c
Log message:
Update to nss 3.14.2.
Remove a useless patch, unix_rand.c uses /dev/urandom on OpenBSD since
bug #174993 was fixed more that 5 years ago in nss 3.5.
Enforce dependency on sqlite 3.7.15.2.
Went in a handful of bulk builds.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/18 14:40:38
Modified files:
devel/geotiff : Makefile distinfo
devel/geotiff/pkg: PLIST
Removed files:
devel/geotiff/patches: patch-configure patch-geotiff_proj4_c
devel/geotiff/pkg: PFRAG.shared
Log message:
Update to geotiff 1.4.0.
Remove the now unneeded backports for geos update.
Merge PFRAG.shared to PLIST.
Went into a bulk without issues.
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/03/18 14:51:06
Modified files:
build : mirrors.dat
Log message:
Add {http,ftp,rsync}://mirrors.ircam.fr in Paris, mirroring every 12h
from ftp.fr.
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/03/18 14:52:13
Modified files:
. : ftp.html
openbgpd : ftp.html
openntpd : ftp.html portable.html
openssh : ftp.html portable.html
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/18 15:38:58
Modified files:
x11/smtube : Makefile distinfo
x11/smtube/pkg : PLIST
Log message:
Update x11/smtube to 1.6
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/18 15:39:31
Modified files:
www/nginx : Makefile.inc
www/nginx/devel: Makefile distinfo
www/nginx/devel/pkg: DESCR
www/nginx/stable: Makefile distinfo
www/nginx/stable/pkg: DESCR
Log message:
Add a naxsi FLAVOR.
Naxsi is an open source, high performance, low rules maintenance, Web
Application Firewall module for Nginx.
lightly tested here with some example rules & config.
ok william@ (MAINTAINER)
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/03/18 15:43:52
Modified files:
distrib/sets/lists/xbase: md.i386
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/18 15:45:41
Modified files:
net/ruby-agcaldav: Makefile
net/ruby-agcaldav/patches: patch-lib_agcaldav_client_rb
Log message:
apply a fix for find_events() over https to a baikal server.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/18 16:01:19
Modified files:
gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc
Log message:
Try harder putting .ctor and .dtor next to .got, to be able to have ld.so
mprotect these sections RO as soon as they have been relocated; similar to
what the W^X changes in 2.15 did.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/18 16:13:04
Modified files:
sys/kern : kern_bufq.c
Log message:
nscan only operates in a single direction, remove leftover dir variable.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/18 16:13:42
Modified files:
comms/pilot-link: Makefile
comms/pilot-link/patches: patch-bindings_Perl_Makefile_PL_in
comms/pilot-link/pkg: PFRAG.shared PLIST
Added files:
comms/pilot-link/patches: patch-bindings_Perl_Pilot_xs
patch-bindings_Perl_typemap
Log message:
Allow pilot-link's perl bindings to build with newer Perl (also OK with
5.12.x in -current). From Debian ticket 628510.
Sync PLIST while there.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/18 18:44:03
Modified files:
usr.sbin/identd: identd.c
Log message:
dont need to event_add the parent to child writing events twice. especially
if something stops you from having something to write after the first
event_add but before the second one.
thank you to Henri Kemppainen for the find.
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/18 18:48:08
Modified files:
usr.bin/sudo : sudo.c
Log message:
Fix use_loginclass, backport from upstream.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/18 20:57:16
Modified files:
audio/metronome: Makefile distinfo
Log message:
Corrections based on remarks from Jan Stary
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/18 21:58:10
Modified files:
sys/dev/pci/drm: drm_fb_helper.c
sys/dev/pci/drm/i915: intel_display.c intel_fb.c intel_pm.c
intel_sdvo.c
Log message:
make a few printfs debug only to reduce dmesg spam
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 00:46:29
Modified files:
sys/arch/amd64/amd64: acpi_machdep.c
sys/arch/i386/i386: acpi_machdep.c
Log message:
in acpi_sleep_mp() properly flush fpu and halt the AP's
found when i told mlarkin to look at it for re-use in a different place
ok mlarkin
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 01:14:21
Modified files:
x11/gnome/caribou: Makefile distinfo
Log message:
Update to caribou-0.4.10.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 01:28:12
Modified files:
net/py-IP : Makefile distinfo
Log message:
- update py-IP to 0.76
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/19 01:32:34
Modified files:
driver/xf86-video-intel: Makefile.in aclocal.m4 config.h.in
configure
driver/xf86-video-intel/man: Makefile.in
driver/xf86-video-intel/src: Makefile.in
driver/xf86-video-intel/src/legacy: Makefile.in
driver/xf86-video-intel/src/legacy/i810: Makefile.in
driver/xf86-video-intel/src/legacy/i810/xvmc: Makefile.in
driver/xf86-video-intel/src/render_program: Makefile.in
driver/xf86-video-intel/src/sna: Makefile.in
driver/xf86-video-intel/src/sna/brw: Makefile.in
driver/xf86-video-intel/src/sna/fb: Makefile.in
driver/xf86-video-intel/src/xvmc: Makefile.in
driver/xf86-video-intel/src/xvmc/shader: Makefile.in
driver/xf86-video-intel/src/xvmc/shader/mc: Makefile.in
driver/xf86-video-intel/src/xvmc/shader/vld: Makefile.in
driver/xf86-video-intel/test: Makefile.in
driver/xf86-video-intel/uxa: Makefile.in
Log message:
regen
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 02:37:54
Modified files:
math/p5-Bit-Vector: Makefile distinfo
Log message:
- update p5-Bit-Vector to 7.2
- remove USE_GROFF
from David Hill, ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 02:49:14
Modified files:
print/cups : Makefile distinfo
print/cups/patches: patch-backend_ipp_c
patch-config-scripts_cups-common_m4
patch-cups-config_in patch-cups_http_c
patch-scheduler_ipp_c patch-scheduler_log_c
patch-test_run-stp-tests_sh
print/cups/pkg : PLIST-libs PLIST-main
Removed files:
print/cups/patches: patch-backend_usb-libusb_c
patch-conf_cupsd_conf_in
patch-filter_raster_c patch-scheduler_auth_c
patch-scheduler_main_c
print/cups/pkg : PFRAG.shared-libs PFRAG.shared-main
Log message:
Update to cups-1.6.2.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 02:55:32
Modified files:
misc/p5-CreditCard: Makefile distinfo
Log message:
- update p5-CreditCard to 0.32
- remove USE_GROFF
from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 03:17:17
Modified files:
sysutils/p5-File-NFSLock: Makefile distinfo
Log message:
- update p5-File-NFSLock to 1.21
- remove USE_GROFF
from David Hill
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/19 03:17:53
Modified files:
sys/arch/octeon/dev: octcf.c
sys/arch/octeon/include: octeonvar.h
sys/arch/octeon/octeon: machdep.c
Log message:
instead of treating boot_info->cf_common_addr special, save the whole of boot_info
for future use.
ok yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/19 03:19:10
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
implement octeon_cpuspeed()
ok yasuoka@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 03:21:22
Modified files:
sysutils/deja-dup: Makefile
sysutils/deja-dup/patches: patch-common_CommonUtils_vala
patch-common_OperationBackup_vala
patch-common_Operation_vala
patch-tools_duplicity_DuplicityInstance_vala
patch-tools_duplicity_DuplicityJob_vala
Added files:
sysutils/deja-dup/patches: patch-tests_runner_runner_vala
patch-tests_scripts_clean-tempdir_test
patch-tests_scripts_instance-error_test
patch-tests_scripts_verify_test
Log message:
Sync the tmp patch with Fedora.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 03:46:51
Modified files:
devel/p5-Acme-Damn: Makefile distinfo
Log message:
- update p5-Acme-Damn to 0.05
- remove USE_GROFF
from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 04:03:08
Modified files:
converters/p5-MARC-Record: Makefile distinfo
Log message:
- update p5-MARC-Record to 2.0.5
- remove USE_GROFF
from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 04:16:20
Modified files:
security/clamav: Tag: OPENBSD_5_2 Makefile distinfo
security/clamav/patches: Tag: OPENBSD_5_2
patch-database_Makefile_in
patch-etc_Makefile_in
patch-libclamav_Makefile_in
Log message:
MFC (plus tweaks for test/regress and PERMIT_*) the clamav security update.
CVSROOT: /cvs
Module name: www
Changes by: phessler@cvs.openbsd.org 2013/03/19 04:43:15
www/papers/asiabsdcon2013
Update of /cvs/www/papers/asiabsdcon2013
In directory cvs.openbsd.org:/tmp/cvs-serv13376/asiabsdcon2013
Log Message:
Directory /cvs/www/papers/asiabsdcon2013 added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/19 04:50:00
Modified files:
devel/p5-Sub-Uplevel: Makefile distinfo
devel/p5-Sub-Uplevel/pkg: PLIST
Log message:
- update p5-Sub-Uplevel to 0.24
- remove USE_GROFF
- regen PLIST
from David Hill
CVSROOT: /cvs
Module name: www
Changes by: phessler@cvs.openbsd.org 2013/03/19 04:58:36
Added files:
papers/asiabsdcon2013: phessler-bgp-spamd-presentation.pdf
Log message:
Add the slides for my talk
CVSROOT: /cvs
Module name: www
Changes by: phessler@cvs.openbsd.org 2013/03/19 05:01:18
Modified files:
papers : index.html
Log message:
add the slides for my talk "Using BGP for Realtime import and export of
OpenBSD SPAMD entries" at AsiaBSDCon 2013
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 05:27:22
Modified files:
devel/p5-File-Slurp: Makefile distinfo
Log message:
update to File::Slurp 9999.19, from dhill, tested with 5.12/5.16
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 05:44:13
Modified files:
de : 53.html anoncvs.html cvsync.html ftp.html
items.html
openbgpd/de : ftp.html
openntpd/de : ftp.html portable.html
opensmtpd/de : portable.html
openssh/de : ftp.html portable.html
pt : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/03/19 06:10:38
Modified files:
. : plus.html
Log message:
plus.html for March 1-10, first entries post-release. ok jj@.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 06:15:19
Modified files:
mail/p5-Mail-Sender: Makefile distinfo
mail/p5-Mail-Sender/patches: patch-Config_PL
Log message:
update to p5-Mail-Sender 0.8.22, from dhill plus a tweak (stupid DOS line
endings in patched file), tested on 5.12/5.16
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 06:30:57
Modified files:
print/p5-PostScript-MailLabels: Makefile distinfo
print/p5-PostScript-MailLabels/patches: patch-Makefile_PL
Log message:
update print/p5-PostScript-MailLabels to 2.32, from dhill, + fix typo in patch
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/19 06:49:30
Modified files:
usr.sbin/npppd/npppd: npppd.conf.5
Log message:
typo: icpp/ipcp; from Renaud Allard
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 07:03:02
Modified files:
net/quvi/scripts: Makefile distinfo
net/quvi/scripts/pkg: PLIST
Log message:
update to libquvi-scripts 0.4.13
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/19 07:07:14
Modified files:
biology/nutdb : Makefile
devel/kdbg : Makefile
devel/qt-creator: Makefile
editors/kile : Makefile
editors/kxmleditor: Makefile
games/kbilliards: Makefile
games/kslide : Makefile
games/qgo : Makefile
games/spacehulk: Makefile
games/taxipilot: Makefile
games/tuxpaint-config: Makefile
graphics/openexr-viewers: Makefile
mail/kbiff : Makefile
math/qtoctave : Makefile
net/qsynergy : Makefile
net/valknut : Makefile
productivity/fet: Makefile
sysutils/filelight: Makefile
sysutils/knutclient: Makefile
x11/kde/accessibility3: Makefile
x11/kde/addons3: Makefile
x11/kde/admin3 : Makefile
x11/kde/artwork3: Makefile
x11/kde/libs3 : Makefile
x11/kde/okle : Makefile
x11/kde/sdk3 : Makefile
x11/kde/toys3 : Makefile
x11/kde/utils3 : Makefile
x11/kde/webdev : Makefile
x11/kdirstat : Makefile
x11/kountdown : Makefile
x11/krusader : Makefile
x11/qinx : Makefile
x11/quadkonsole: Makefile
x11/qwt : Makefile
x11/xdrawchem : Makefile
Log message:
WANTLIB updates for fontconfig and other libraries.
Ok sthen
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/19 08:43:51
Log message:
Import audio/musique, a graphical audio player focued on a clean ui.
ok jasper@ brad@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Mar-19
N ports/audio/musique/Makefile
N ports/audio/musique/distinfo
N ports/audio/musique/pkg/PLIST
N ports/audio/musique/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/19 08:44:33
Modified files:
audio : Makefile
Log message:
+musique
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 09:06:07
Modified files:
www/ruby-passenger: Makefile
www/ruby-passenger/pkg: PLIST-main
Log message:
Fix @sample file.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 09:47:42
Log message:
import ports/graphics/glm, ok gonzalo@
OpenGL Mathematics (GLM) is a header only C++ mathematics library for
graphics software based on the OpenGL Shading Language (GLSL) specification.
GLM provides classes and functions designed and implemented with the same
naming conventions and functionalities as GLSL so that when a programmer
knows GLSL, he knows GLM as well, which makes it really easy to use.
This project isn't limited to GLSL features. An extension system, based
on the GLSL extension conventions, provides extended capabilities:
matrix transformations, quaternions, half-based types, random numbers,
procedural noise functions, etc...
This library works perfectly with OpenGL but it also ensures interoperability
with third party libraries and SDKs. It is a good candidate for software
rendering (Raytracing / Rasterisation), image processing, physic simulations
and any context that requires a simple and convenient mathematics library.
GLM is written in C++98 but can take advantage of C++11 when supported
by the compiler.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130319
N ports/graphics/glm/Makefile
N ports/graphics/glm/distinfo
N ports/graphics/glm/pkg/PLIST
N ports/graphics/glm/pkg/DESCR
N ports/graphics/glm/patches/patch-test_external_gli_core_image2d_inl
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 09:48:05
Modified files:
graphics : Makefile
Log message:
+glm
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 09:49:09
Modified files:
graphics : Makefile
Log message:
sort
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 10:07:50
Modified files:
security/p11-kit: Makefile
Added files:
security/p11-kit/patches: patch-common_compat_c
patch-common_compat_h
patch-trust_parser_c
Log message:
Fix a segfault when parsing certificates.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/19 10:37:12
Modified files:
sys/arch/octeon/dev: octcf.c
Log message:
use __func__ to print the function name, fixes a bunch of pastos along the way.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 10:55:01
Modified files:
net/openfire : Makefile distinfo
net/openfire/pkg: PLIST README
Removed files:
net/openfire/patches: patch-build_build_xml
Log message:
update openfire to 3.8.1, based on a diff from Marc Peters for 3.8.0
- add @extraunexec to fix pkg_delete -c
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/19 11:33:37
Modified files:
multimedia/ogmrip: Makefile distinfo
Log message:
Update to stable release 1.0.0. Tweaks from aja@ and benoit@.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/19 11:42:08
Modified files:
x11/gnome/grilo: Makefile distinfo
x11/gnome/grilo/pkg: PLIST
Removed files:
x11/gnome/grilo/pkg: PFRAG.shared
Log message:
- update to grilo-0.2.5
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/19 11:46:37
Modified files:
x11/gnome/grilo-plugins: Makefile distinfo
x11/gnome/grilo-plugins/pkg: PLIST
Log message:
- update to grilo-plugins-0.2.6
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/03/19 11:53:11
Modified files:
lib/fontconfig/common: config.h
lib/fontconfig : Makefile.inc
Log message:
Only use atomic gcc builtins on arches that support them.
With help of kettenis@ guenther@ and miod@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 12:18:38
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: README
Log message:
Document Passenger integration for production systems.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/19 12:18:53
Modified files:
www/p5-HTML-Parser: Makefile distinfo
Log message:
Update from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 12:20:09
Modified files:
print/cups/patches: patch-Makedefs_in
Log message:
Tweak, no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/19 12:47:46
Modified files:
lang/fpc : Makefile
lang/fpc/pkg : PLIST
Added files:
lang/fpc/patches: patch-fpcsrc_rtl_openbsd_Makefile
patch-fpcsrc_rtl_openbsd_Makefile_fpc
Log message:
Also build the 'clocale' unit on OpenBSD.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/19 12:50:53
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: README
Log message:
Don't hardcode, use passenger-config(1).
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/19 13:03:12
Modified files:
archivers/p7zip: Makefile
Log message:
more explicit PERMIT_* setup, going to strengthen the rules for multi-packages
a wee little bit.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/19 13:13:02
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
Clean up a dmesg wart.
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/03/19 13:26:45
Modified files:
devel/jdk/1.6 : Makefile
Added files:
devel/jdk/1.6/patches:
patch-hotspot_src_os_cpu_bsd_x86_vm_os_bsd_x86_cpp
patch-jdk_src_solaris_hpi_native_threads_include_threads_md_h
patch-jdk_src_solaris_hpi_native_threads_src_threads_bsd_c
Log message:
- correct UnguardOnExecutionViolation which helped find a W^X
kernel bug on i386
- fix undefined symbols in libhpi.so noted by stu@
CVSROOT: /cvs
Module name: src
Changes by: jeremy@cvs.openbsd.org 2013/03/19 13:52:29
Modified files:
share/man/man5 : ruby-module.5
Log message:
Note that ruby 1.8 is the current default for non-gem or extconf
ruby ports, and how to use MODRUBY_REV to choose which ruby version
to use.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/03/19 13:58:06
Modified files:
print/poppler : Makefile distinfo
print/poppler/patches: patch-aclocal_m4 patch-configure_ac
Log message:
Update to poppler-0.22.2.
ok aja@, who also gave it a test with all the gnome stuff (thanks!)
Note that the possible regression in epdfview I mentioned in my mail
to ports@ wasn't a regression (the same file didn't render correctly
in epdfview with poppler-0.22.0).
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/19 13:59:38
Modified files:
. : errata52.html errata53.html
Log message:
typo
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/19 14:07:14
Modified files:
sys/kern : uipc_socket.c
Log message:
After a socket splicing timeout is fired, a network interrupt can
unsplice() the sockets before soidle() goes to splsoftnet. In this
case, unsplice() was called twice. So check wether splicing still
exists within the splsoftnet protection.
Uvm fault in sounsplice() reported by keith at scott-land dot net.
OK claudio@
CVSROOT: /cvs
Module name: xenocara
Changes by: kettenis@cvs.openbsd.org 2013/03/19 14:47:22
Modified files:
driver/xf86-video-intel/src: intel_display.c
Log message:
Add an OpenBSD-specific implementation of backlight control that uses the
appropriate wscons ioctls.
ok matthieu@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/19 15:07:31
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
Don't advertise brightness control if it isn't supported.
problem noted and fix tested by todd@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/19 16:06:44
Modified files:
net/opal/patches: patch-plugins_video_H_264_h264-x264_cxx
Added files:
net/opal/patches: patch-plugins_video_H_263-1998_h263-1998_cxx
patch-plugins_video_H_264_gpl_h264_helper_cxx
patch-plugins_video_H_264_shared_x264wrap_cxx
patch-plugins_video_MPEG4-ffmpeg_mpeg4_cxx
Log message:
Fix build after ffmpeg 1.1 update, since brad doesnt seem to care..
Adapted from https://projects.archlinux.org/svntogit/packages.git/commit/?h=packages/opal&id=278c8f93262ee8372b05c650a2e6456ad2d04950
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/19 16:14:30
Modified files:
libexec/security: security
Log message:
Untaint a variable used in an sprintf format string by using a regex and back-
reference. This diff from espie@ after we worked through a few alternatives.
(Background: with perl's taint mode, any operation other than RE+backref, even
just taking a length of a tainted [user-supplied/untrusted] string, results in
a tainted variable. Perl 5.14 improves the checks in format strings to sprintf
which triggers with this script).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 16:17:07
Modified files:
net/poco/patches: patch-Foundation_src_Environment_UNIX_cpp
patch-Makefile patch-build_rules_global
Log message:
regen patches to fix line numbers
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 16:32:28
Modified files:
lang/railo : Makefile distinfo
lang/railo/patches: patch-WEB-INF_web_xml
lang/railo/pkg : README
Log message:
update to Railo 4.1.0.004
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 17:13:50
Modified files:
net/poco : Makefile distinfo
net/poco/patches: patch-Foundation_Makefile
patch-Foundation_src_Environment_UNIX_cpp
net/poco/pkg : PLIST
Added files:
net/poco/patches: patch-Foundation_src_pcre_internal_h
Removed files:
net/poco/pkg : PFRAG.shared
Log message:
Fix net/poco following the pcre update (broken for 2 weeks) by using
a patch from Gentoo.
While there clean up Makefile a bit (mixed whitespace format ugliness) and
simplify a patch (just use upstream's existing sysconf code, rather than
workaround the unportable use of sysctlbyname).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 17:15:03
Modified files:
net/spectrum : Makefile
Log message:
de-uglify Makefile somewhat, spotted while testing poco fix.. no pkg change
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 17:36:02
Modified files:
net/libdnet : Makefile
Log message:
convert libdnet's no_python pseudo_flavour to using BUILD_PACKAGES, so the
-python package can be knocked out on a !shared machine.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/19 17:38:30
Log message:
Import ruby 2.0.0-p0.
Status:
Vendor Tag: jeremy
Release Tags: jeremy_2013-Mar-19
N ports/lang/ruby/2.0/Makefile
N ports/lang/ruby/2.0/distinfo
N ports/lang/ruby/2.0/patches/patch-lib_fileutils_rb
N ports/lang/ruby/2.0/patches/patch-common_mk
N ports/lang/ruby/2.0/patches/patch-configure
N ports/lang/ruby/2.0/patches/patch-lib_rubygems_commands_install_command_rb
N ports/lang/ruby/2.0/patches/patch-lib_rubygems_dependency_installer_rb
N ports/lang/ruby/2.0/patches/patch-lib_rubygems_ext_builder_rb
N ports/lang/ruby/2.0/pkg/DESCR-gdbm
N ports/lang/ruby/2.0/pkg/DESCR-main
N ports/lang/ruby/2.0/pkg/DESCR-ri_docs
N ports/lang/ruby/2.0/pkg/DESCR-tk
N ports/lang/ruby/2.0/pkg/MESSAGE-main
N ports/lang/ruby/2.0/pkg/PLIST-gdbm
N ports/lang/ruby/2.0/pkg/PLIST-main
N ports/lang/ruby/2.0/pkg/PLIST-ri_docs
N ports/lang/ruby/2.0/pkg/PLIST-tk
N ports/lang/ruby/2.0/pkg/UNMESSAGE-main
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/19 17:39:10
Modified files:
lang/ruby : Makefile
Log message:
Link ruby 2.0 to the build.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/19 17:43:06
Modified files:
lang/jruby : Makefile distinfo
lang/jruby/patches: patch-build_xml
patch-default_build_properties
patch-jruby-launcher_unixlauncher_cpp
lang/jruby/pkg : PLIST
Added files:
lang/jruby/patches: patch-jffi_build_xml
patch-jruby-launcher_extconf_rb
patch-lib_ruby_shared_ffi_library_rb
Removed files:
lang/jruby/patches: patch-jffi_custom-build_xml
patch-lib_ruby_site_ruby_shared_ffi_library_rb
patch-lib_ruby_site_ruby_shared_mkmf_rb
Log message:
Update to jruby 1.7.3.
Drop support for C extensions (which were always expiremental).
Use jruby.jar instead of jruby-complete.jar, for a more typical
jruby installation.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/19 17:46:41
Modified files:
lang/ruby : ruby.port.mk
Log message:
Add support for building ruby 2.0 libraries to ruby.port.mk.
Refactor the conflicting FLAVOR code to be less verbose,
thanks to sthen@. Additional indentation fixes from sthen@.
Modify the jruby code to work with jruby 1.7.
Deal with newer gems containing checksum files by deleting
the checksums.
CVSROOT: /cvs
Module name: src
Changes by: jeremy@cvs.openbsd.org 2013/03/19 17:50:20
Modified files:
share/man/man5 : ruby-module.5
Log message:
Add ruby20 FLAVOR to ruby-module(5).
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 18:18:00
Modified files:
sbin/pfctl : pfctl_altq.c
Log message:
MCLBYTES does not belong in here.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 18:23:53
Modified files:
usr.sbin/identd: identd.c
Log message:
a tiny bit of knf; mostly whitespace
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/19 18:25:52
Modified files:
graphics/cairo : Makefile
Log message:
slackware tarball of cairo is *not* the same (they trim test/reference/*
and repack); revert my last commit here.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/19 18:46:01
Modified files:
emulators/qemu : Makefile distinfo
emulators/qemu/patches: patch-configure
emulators/qemu/pkg: PLIST
Added files:
emulators/qemu/patches: patch-util_cache-utils_c
Removed files:
emulators/qemu/patches: patch-cache-utils_c patch-hw_pxa2xx_c
patch-rules_mak
Log message:
Upgrade to QEMU 1.4.0. Enable the VNC TLS support.
Tested by todd@ kirby@ sthen@ and OK kirby@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/19 20:46:33
Modified files:
sys/dev/pci : if_bge.c
Log message:
- Sync the ring setup code closer to FreeBSD's driver
- Do not touch the jumbo replenish threshold register on chips that do not have jumbo support
- Add/sync some of the comments
From FreeBSD
Tested by dlg@ sthen@ naddy@ and OK dlg@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 21:43:08
Modified files:
sys/sys : sysctl.h
sys/kern : kern_sysctl.c
lib/libkvm : kvm_proc2.c
Log message:
When non-root asks sysctl for kinfo proc or file requests, do not fill in
any kernel addresses information.
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 21:58:09
Modified files:
usr.sbin/identd: identd.c
Log message:
7 #include which are not needed
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 22:01:42
Modified files:
usr.sbin/bgpd : kroute.c session.c
Log message:
less includes
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/19 22:26:11
Modified files:
sys/sys : sysctl.h
Log message:
p_sigacts can also be zero'd; spotted by tedu
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/19 23:14:35
Modified files:
sys/dev/pci/drm: drm_dp_helper.c
Log message:
fix the return value of i2c_algo_dp_aux_exec, with this getting the
edid on displayport now works
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 00:26:04
Modified files:
www/tomcat/v6 : Makefile
www/tomcat/v6/pkg: PLIST-main
www/tomcat/v7 : Makefile
www/tomcat/v7/pkg: PLIST-main
Log message:
Move the @extraunexec at the beginning of the PLIST so that pkg_delete -c
stops whining.
ok dcoppa@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 00:50:05
Modified files:
sysutils/ruby-facter: Makefile
Log message:
PKG_ARCH=*
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 00:55:20
Modified files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/3: Makefile
Log message:
PKG_ARCH=*
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 00:55:24
Modified files:
usr.bin/systat : netstat.c
Log message:
Do not expose a kernel address.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 00:56:05
Modified files:
databases/ruby-hiera: Makefile
Log message:
Indent.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 01:08:05
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: README
Log message:
We cannot mix ruby1.8 and 1.9 and making FLAVORS for each dependant ports
is just impossible; so force the use of version 1.8 which is the default
anyway.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 01:12:22
Modified files:
sysutils/ruby-puppet: Makefile.inc
Log message:
Extend comment; no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/20 01:27:30
Modified files:
lang/ruby/2.0 : Makefile
Log message:
Fixup two REGRESS -> TEST.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 02:23:19
Modified files:
sysutils/mcollective: Makefile
Log message:
No need for MODRUBY_REV; 1.8 is the default.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/20 03:27:56
Modified files:
usr.bin/nc : nc.1 netcat.c
Log message:
Don't shutdown nc(1)'s network socket when stdin closes. Matches *Hobbit*'s
original netcat and GNU netcat; revert to old behaviour with the new -N flag
if needed. After much discussion with otto deraadt tedu and Martin Pelikan.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/20 03:50:37
Modified files:
devel/rapidsvn : Makefile distinfo
devel/rapidsvn/pkg: PLIST
Added files:
devel/rapidsvn/patches: patch-src_locale_Makefile_in
Removed files:
devel/rapidsvn/patches: patch-src_add_action_cpp
patch-src_checkout_dlg_cpp
patch-src_export_dlg_cpp
patch-src_import_dlg_cpp
patch-src_listener_cpp
patch-src_log_dlg_cpp
patch-src_merge_dlg_cpp
patch-src_preferences_dlg_cpp
patch-src_rapidsvn_frame_cpp
patch-src_resolve_action_cpp
devel/rapidsvn/pkg: PFRAG.shared
Log message:
update to rapidsvn 0.12.1. fixes a crash when you run the program and start
to do anything with it.
while there disable optional deps (doxygen etc), this part suggested by nigel@
CVSROOT: /cvs
Module name: www
Changes by: jsg@cvs.openbsd.org 2013/03/20 04:12:25
Modified files:
. : donations.html
Log message:
Thanks to Rod Whitworth/witworx.com for donating a monitor.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/20 04:20:39
Modified files:
devel/libvirt-glib: Makefile distinfo
devel/libvirt-glib/pkg: PLIST
Log message:
- update to libvirt-glib-0.1.6
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/20 04:34:12
Modified files:
sys/net : if.c if.h
sys/netinet6 : in6_src.c ip6_mroute.c ip6_output.c
Log message:
Introduce if_get() to retrieve an interface descriptor pointer given
an interface index and replace all the redondant checks and accesses
to a global array by a call to this function.
With imputs from and ok bluhm@, mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/20 04:38:07
Modified files:
www/concrete5 : Makefile distinfo
www/concrete5/pkg: PLIST
Log message:
- update to concrete5-5.6.1.1
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/20 04:48:00
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
redo the PERMIT_PACKAGE_CDROM -> PERMIT_PACKAGE_FTP in a slightly more
paranoid way for multi-packages.
Specifically, do the implication separately for each multi-packages, so
if you set e.g.,
PERMIT_PACKAGE_CDROM-foo = no
then you *don't* inherit a PERMIT_PACKAGE_FTP = Yes into
PERMIT_PACKAGE_FTP-foo
(also default *first* to a restrictive PERMIT_PACKAGE_FTP for
PERMIT_PACKAGE_FTP-foo before copying a PERMIT_PACKAGE_CDROM-foo=Yes)
as a consequence, check that PERMIT_* is correctly setup for each
subpackage of MULTI_PACKAGES
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/20 06:37:41
Modified files:
sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h
i915_irq.c
Log message:
Backout some changes introduced in linux 3.8.3 which are known
to cause problems and have been reverted in linux 3.8.4-rc1:
"drm/i915: reorder setup sequence to have irqs for output setup"
"drm/i915: enable irqs earlier when resuming"
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/20 06:51:21
Modified files:
gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc
Log message:
Move the __openbsd_randomdata_{start,end} symbols outside of the
.openbsd.randomdata so that ld can cleanly suppress the program header
slot for PT_OPENBSD_RANDOMIZE when it isn't needed...such as for /boot.
The symbols probably can and should be removed completely, but until that
can be tested this at least unblocks the 2.17 transition
ok miod@ matthew@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 08:15:56
Modified files:
lib/libc/net : getifaddrs.c
Log message:
Use a realloc() loop around the sysctl() for NET_RT_IFLIST, in case an
interface is added at just the right... wrong moment.
ok millert dlg
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/20 08:17:21
Modified files:
infrastructure/db: user.list
Log message:
Add user for mail/postfwd
ok brad@ landry@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/20 08:22:06
Log message:
Import mail/postfwd, a postfix policy server
help and ok brad@ and landry@
Postfwd is a policy server that combines complex Postfix restrictions
in a ruleset similar to those of most firewalls. Postfwd
uses the Postfix policy delegation protocol to control access to
the mail system before a message has been accepted. It allows you
to choose an action (e.g. reject, dunno) for a combination of several
SMTP parameters (like sender and recipient address, size or the
client's TLS fingerprint).
Status:
Vendor Tag: giovanni
Release Tags: giovanni-20130320
N ports/mail/postfwd/Makefile
N ports/mail/postfwd/distinfo
N ports/mail/postfwd/pkg/PLIST
N ports/mail/postfwd/pkg/postfwd2.rc
N ports/mail/postfwd/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/03/20 08:23:16
Modified files:
mail : Makefile
Log message:
+postfwd
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 08:46:45
Modified files:
lib/libkvm : kvm_arm.c kvm_file2.c kvm_proc2.c kvm_sh.c
Log message:
spaces
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 08:53:35
Modified files:
usr.sbin/procmap: procmap.c
Log message:
Only root can look at the kernel address space.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 09:02:39
Modified files:
usr.sbin/rbootd: rmp.h
Log message:
No need to depend on MCLBYTES here.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 09:23:38
Modified files:
usr.bin/netstat: inet.c main.c netstat.h route.c show.c unix.c
Log message:
As non-root, whenever netstat is about to print out a kernel pointer...
print 0x0 instead. Hides a lot stuff people don't need to see.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/20 09:24:17
Modified files:
usr.sbin/procmap: procmap.c
Log message:
revert, that restriction is already enforced the right way
CVSROOT: /cvs
Module name: src
Changes by: todd@cvs.openbsd.org 2013/03/20 09:26:28
Modified files:
etc : netstart
Log message:
fix lies in netstart; replacement wording from halex@
pointed out by Ryan Kavannagh rak at debian dot org
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/20 09:41:24
Modified files:
. : orders.html
Log message:
Fix anchor links to book8 and book10.
from Steffen Daode Nurpmeso
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/20 10:13:25
Modified files:
. : 53.html
Log message:
alpha numbers
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/20 10:20:04
Modified files:
www/chromium : Makefile
Log message:
use libvpx from ports
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/20 13:13:50
Modified files:
audio/amarok : Makefile
devel/eclipse/plugins/rdt: Makefile
devel/ruby-gems: Makefile
devel/subversion: Makefile
devel/swig : Makefile
editors/vim : Makefile
lang/rubinius : Makefile
lang/ruby : ruby.port.mk
misc/tpp : Makefile
net/rrdtool : Makefile
net/ruby-pcap : Makefile
print/texlive/base: Makefile
print/texlive/texmf: Makefile
security/arirang: Makefile
security/metasploit: Makefile
sysutils/mcollective: Makefile
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-facter: Makefile
textproc/eruby : Makefile
textproc/gonzui: Makefile
textproc/redland-bindings: Makefile
textproc/ruby-hyperestraier: Makefile
www/mod_ruby : Makefile
www/puppet-dashboard: Makefile
www/raggle : Makefile
x11/kde/bindings3: Makefile
x11/kde/office3: Makefile
Log message:
Make ruby 1.9 the default ruby for non-gem/extconf ports,
for consistency with the gem/extconf ports.
Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.
OK ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: jeremy@cvs.openbsd.org 2013/03/20 13:23:54
Modified files:
share/man/man5 : ruby-module.5
Log message:
Note that ruby 1.9 is now the default ruby version in all cases.
Add some more documentation about the ruby.port.mk variables and
how they interact.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/20 14:18:07
Modified files:
net/transmission: Makefile distinfo
net/transmission/patches: patch-configure
Log message:
update to 2.77: bug fixes, tested by brad@
sync wantlib
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/20 15:05:00
Modified files:
bin/ksh : c_sh.c
Log message:
Remove bogus #if 0'd code. As the comment says, POSIX doesn't need this.
OK martynas@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/20 15:23:05
Modified files:
sys/arch/i386/i386: acpi_machdep.c ipifuncs.c
sys/arch/amd64/amd64: acpi_machdep.c ipifuncs.c
Log message:
Previous commit to acpi_machdep.c broke suspend because the IPI to save the
FPU state needs a little bit more setup. Fix things properly this time by
simplifying matters and saving the FPU state from the IPI that halts the
CPU. With help from deraadt@ and mlarkin@.
ok deraadt@, mlarkin@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/20 15:30:10
Modified files:
share/mk : bsd.own.mk
Log message:
Switch amd64, arm, i386, sh and sparc64 to binutils 2.17. Other platforms to
follow soon.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/20 15:45:55
Log message:
Import libharu 2.3.0rc2 :
Haru is a free, cross platform, open-sourced software library for
generating PDF. It supports the following features.
* Generating PDF files with lines, text, images.
* Outline, text annotation, link annotation.
* Compressing document with deflate-decode.
* Embedding PNG, Jpeg images.
* Embedding Type1 font and TrueType font.
* Creating encrypted PDF files.
* Using various character set (ISO8859-1~16, MSCP1250~8, KOI8-R).
* Supporting CJK fonts and encodings.
ok/tweaks ajacoutot@
Status:
Vendor Tag: landry
Release Tags: landry_20130320
N ports/print/libharu/Makefile
N ports/print/libharu/distinfo
N ports/print/libharu/pkg/PLIST
N ports/print/libharu/pkg/DESCR
N ports/print/libharu/patches/patch-configure_in
N ports/print/libharu/patches/patch-src_Makefile_am
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/20 15:47:34
Log message:
Import spatialindex 1.8.0, needed by upcoming QGis 1.8.0.
The purpose of this library is to provide:
* An extensible framework that will support robust spatial indexing
methods.
* Support for sophisticated spatial queries. Range, point location,
nearest neighbor and k-nearest neighbor as well as parametric queries
(defined by spatial constraints) should be easy to deploy and run.
* Easy to use interfaces for inserting, deleting and updating
information.
* Wide variety of customization capabilities. Basic index and storage
characteristics like the page size, node capacity, minimum fan-out,
splitting algorithm, etc. should be easy to customize.
* Index persistence. Internal memory and external memory structures
should be supported. Clustered and non-clustered indices should be
easy to be persisted.
ok ajacoutot@
Status:
Vendor Tag: landry
Release Tags: landry_20130320
N ports/geo/spatialindex/Makefile
N ports/geo/spatialindex/distinfo
N ports/geo/spatialindex/pkg/PLIST
N ports/geo/spatialindex/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/20 15:49:59
Modified files:
libexec/ld.so : Makefile library_subr.c loader.c resolve.c
resolve.h sod.c sod.h
libexec/ld.so/ldconfig: Makefile ldconfig.8 library.c prebind.c
sod.c
Added files:
libexec/ld.so : path.c path.h
libexec/ld.so/ldconfig: prebind_path.c
Log message:
- Parse colon separated paths into NULL terminated arrays of string
pointers to prepare for adding rpath ORIGIN support.
okay matthew@ millert@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/20 15:55:28
Log message:
Import the whole spatialite stack.
SpatiaLite is an open source library intended to extend the SQLite core
to support fully fledged Spatial SQL capabilities. It provides a
complete and powerful Spatial DBMS (mostly OGC-SFS compliant).
It is to sqlite what postgis is to postgresql.
freexl-1.0.0e: extract valid data from within an Excel spreadsheet
readosm-1.0.0b: library to extract data from OSM files
libspatialite-4.0.0: sqlite extented with spatial SQL capabilities
libgaiagraphics-0.5: common-utility raster handling methods, used by spatialite_gui
librasterlite-1.1f: store rasters coverages within spatialite, used byspatialite_gis
spatialite-tools-4.0.0: CLI tools for spatialite
spatialite_gis-1.0.0c: minimalistic GIS on top of spatialite and rasterlite
spatialige_gui-1.6.0: GUI for spatialite
ok/tweaks ajacoutot@
Status:
Vendor Tag: landry
Release Tags: landry_20130320
N ports/geo/spatialite/Makefile
N ports/geo/spatialite/Makefile.inc
N ports/geo/spatialite/readosm/Makefile
N ports/geo/spatialite/readosm/distinfo
N ports/geo/spatialite/readosm/pkg/PLIST
N ports/geo/spatialite/readosm/pkg/DESCR
N ports/geo/spatialite/librasterlite/Makefile
N ports/geo/spatialite/librasterlite/distinfo
N ports/geo/spatialite/librasterlite/pkg/PLIST
N ports/geo/spatialite/librasterlite/pkg/DESCR
N ports/geo/spatialite/gis/Makefile
N ports/geo/spatialite/gis/distinfo
N ports/geo/spatialite/gis/pkg/PLIST
N ports/geo/spatialite/gis/pkg/DESCR
N ports/geo/spatialite/gui/Makefile
N ports/geo/spatialite/gui/distinfo
N ports/geo/spatialite/gui/pkg/PLIST
N ports/geo/spatialite/gui/pkg/DESCR
N ports/geo/spatialite/tools/Makefile
N ports/geo/spatialite/tools/distinfo
N ports/geo/spatialite/tools/pkg/PLIST
N ports/geo/spatialite/tools/pkg/DESCR
N ports/geo/spatialite/libspatialite/Makefile
N ports/geo/spatialite/libspatialite/distinfo
N ports/geo/spatialite/libspatialite/pkg/PLIST
N ports/geo/spatialite/libspatialite/pkg/DESCR
N ports/geo/spatialite/libspatialite/patches/patch-src_Makefile_in
N ports/geo/spatialite/libgaiagraphics/Makefile
N ports/geo/spatialite/libgaiagraphics/distinfo
N ports/geo/spatialite/libgaiagraphics/pkg/PLIST
N ports/geo/spatialite/libgaiagraphics/pkg/DESCR
N ports/geo/spatialite/freexl/Makefile
N ports/geo/spatialite/freexl/distinfo
N ports/geo/spatialite/freexl/patches/patch-src_freexl_c
N ports/geo/spatialite/freexl/pkg/PLIST
N ports/geo/spatialite/freexl/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/20 15:56:34
Modified files:
geo : Makefile
print : Makefile
Log message:
+libharu,spatialite,spatialindex
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/20 16:54:27
Modified files:
math/p5-Math-Pari: Makefile distinfo
Log message:
update to Math-Pari 2.01080605 (who makes up these version numbers?!)
tested with perl 5.12.2 and fixes things with 5.16.3
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/20 17:08:12
Modified files:
www/wml : Makefile
Log message:
better COMMENT and fix regression tests
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/20 17:33:15
Modified files:
devel/p5-Class-XSAccessor: Makefile distinfo
Log message:
update to p5-Class-XSAccessor 1.16
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 18:54:33
Modified files:
sbin/pfctl : pfctl.c
Log message:
fetch NMBCLUSTERS at runtime from the sysctl kern.maxclusters
ok sthen
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/20 19:26:03
Modified files:
textproc/mupdf : Makefile distinfo
textproc/mupdf/patches: patch-Makerules patch-apps_man_mudraw_1
patch-apps_man_mupdf_1
textproc/mupdf/pkg: PLIST
Removed files:
textproc/mupdf/patches: patch-apps_x11_main_c
Log message:
update to MuPDF 1.2 (just the base for now, I may add a flavour for the
form support later; that needs v8 so won't be in the standard package)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 19:29:41
Modified files:
sys/kern : kern_malloc.c
Log message:
use PAGE_SHIFT instead of PGSHIFT
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/20 19:34:47
Modified files:
devel/p5-Alien-wxWidgets: Makefile distinfo
devel/p5-Alien-wxWidgets/patches: patch-Build_PL
patch-inc_My_Build_Any_wx_config_Bakefile_pm
patch-inc_My_Build_Base_pm
Log message:
update to p5-Alien-wxWidgets 0.62
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/03/20 19:44:37
Modified files:
. : events.html
Log message:
Move PLUG event to past and format date.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 20:10:37
Modified files:
sys/arch/solbourne/include: _types.h autoconf.h bppioctl.h
bsd_openprom.h bus.h cdefs.h conf.h
cpu.h ctlreg.h db_machdep.h
disklabel.h eeprom.h endian.h exec.h
fbvar.h frame.h fsr.h idprom.h idt.h
ieee.h ieeefp.h instr.h ioctl_fd.h
kap.h kcore.h limits.h lock.h
mutex.h oldmon.h openpromio.h pcb.h
pmap.h proc.h profile.h prom.h psl.h
pte.h ptrace.h reg.h reloc.h
setjmp.h signal.h spinlock.h
stdarg.h sun_disklabel.h trap.h
varargs.h vmparam.h z8530var.h
Log message:
no newlines at end
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 22:30:14
Modified files:
sbin/isakmpd : cert.c conf.c crypto.c doi.c hash.c isakmpd.c
policy.c prf.c transport.c
sbin/iked : ca.c config.c control.c eap.c iked.c ikev1.c
ikev2.c ikev2_msg.c ikev2_pld.c imsg_util.c
parse.y pfkey.c proc.c
Log message:
remove excessive includes
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 22:43:17
Modified files:
usr.sbin/rtadvd: if.c
usr.sbin/rwhod : rwhod.c
usr.sbin/route6d: route6d.c
usr.sbin/ndp : ndp.c
usr.sbin/arp : arp.c
sbin/dhclient : kroute.c
sbin/route : route.c show.c
Log message:
create realloc() loops around sysctl for array-based mibs, in programs
which want a "full" dump
ok dlg
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 22:53:30
Modified files:
distrib/sets/lists/comp: md.amd64 md.i386
distrib/sets/lists/man: md.amd64 md.i386
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/03/20 23:20:32
Modified files:
usr.sbin/tftpd : Tag: OPENBSD_5_2 tftpd.c
Log message:
errata for a DoS found by Maxime Villard.
inability to oack would cause tftpd to segfault due to a double free when
it tried to clean up.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/20 23:28:13
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.hp300 md.hppa md.hppa64 md.i386
md.landisk md.loongson md.luna88k
md.macppc md.mvme68k md.mvme88k md.palm
md.sgi md.socppc md.sparc md.sparc64
md.vax md.zaurus
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/21 00:04:06
Modified files:
sbin/wsconsctl : keyboard.c
Log message:
Correctly issue WSKBDIO_GETDEFAULTKEYREPEAT instead of WSKBDIO_GETKEYREPEAT
ioctl when getting the default repeat settings; bug report by ``Creamy'' on
tech@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 00:48:48
Modified files:
include : Makefile
Log message:
Do not install the dev/pci/drm/i915 directory to /usr/include
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/21 01:50:56
Modified files:
net/opal/patches: patch-plugins_video_H_264_h264-x264_cxx
Log message:
Resurrect chunk that was mistakenly removed in previous. Fixes build for good this time.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/21 02:26:20
Log message:
Import prison, a Qt-based barcode abstraction layer/library which provides
uniform access to generation of barcodes with data.
KDE 4.10 prerequisite.
ok landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130321
N ports/graphics/prison/Makefile
N ports/graphics/prison/distinfo
N ports/graphics/prison/patches/patch-lib_prison_PrisonConfig_cmake_in
N ports/graphics/prison/pkg/DESCR
N ports/graphics/prison/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/21 02:27:32
Modified files:
sys/dev/pci/drm/i915: i915_drv.h i915_irq.c intel_opregion.c
Log message:
Enable the opregion code but keep the parts that try to talk to acpi
disabled for now. Makes the brightness keys on my x230 work.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 02:28:33
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
Change USE_LIBTOOL default from No to Yes.
libtool(1) is part of the base system now so it does not add any
dependency. Also it is a good way to not miss ports using their own
bundled libtool.
discussed with and ok jasper@ landry@ espie@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/21 02:30:22
Log message:
Import qimageblitz-0.0.6, technically an update of x11/kde4/qimageblitz.
Is being moved out of x11/kde4 as non-SC member.
Graphical effect and filter library, initially designed for KDE 4.
ok landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130321
N ports/graphics/qimageblitz/Makefile
N ports/graphics/qimageblitz/distinfo
N ports/graphics/qimageblitz/patches/patch-test_CMakeLists_txt
N ports/graphics/qimageblitz/pkg/DESCR
N ports/graphics/qimageblitz/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 02:30:30
Modified files:
share/man/man5 : bsd.port.mk.5 port-modules.5
Log message:
Adapt after default USE_LIBTOOL moved from No to Yes.
ok jasper@ landry@ espie@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/21 02:31:55
Modified files:
graphics : Makefile
Log message:
Hook up qimageblitz and prison.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/21 02:33:52
Modified files:
print/cups : Makefile
lang/php/5.2 : Makefile
lang/php/5.3 : Makefile
x11/kmplayer : Makefile
games/freeciv : Makefile
devel/libtool : Makefile
lang/squeak/vm : Makefile
devel/openmpi : Makefile
devel/arm-elf/binutils: Makefile
Log message:
Explicitely set USE_LIBTOOL=No for ports we know don't work with our
libtool.
Joint work with ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 02:35:44
Modified files:
print/libharu : Makefile
Log message:
missing build dep autoconf/automake
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/21 02:41:16
Modified files:
net/freeradius : Makefile
Log message:
Remove redundant BUILD_DEPENDS. LIB_DEPENDS are BUILD_DEPENDS.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 02:45:19
Modified files:
archivers/libarchive: Makefile
archivers/libmspack: Makefile
archivers/libtar: Makefile
archivers/libzip: Makefile
archivers/lzo : Makefile
archivers/lzo2 : Makefile
archivers/ucl : Makefile
archivers/unshield: Makefile
archivers/xz : Makefile
archivers/zipios: Makefile
archivers/zziplib: Makefile
astro/celestia : Makefile
astro/jday : Makefile
astro/libnova : Makefile
audio/akode : Makefile
audio/aubio : Makefile
audio/audacity : Makefile
audio/bmp : Makefile
audio/calf : Makefile
audio/celt : Makefile
audio/celt051 : Makefile
audio/cmu-sphinx3: Makefile
audio/cmu-sphinxbase: Makefile
audio/easytag : Makefile
audio/esound : Makefile
audio/faac : Makefile
audio/faad : Makefile
audio/flac : Makefile
audio/fluidsynth: Makefile
audio/freealut : Makefile
audio/gimmix : Makefile
audio/gmpc : Makefile
audio/gmpc-libnotify: Makefile
audio/gmpc-plugins: Makefile
audio/id3lib : Makefile
audio/jack : Makefile
audio/lame : Makefile
audio/liba52 : Makefile
audio/libao : Makefile
audio/libcanberra: Makefile
audio/libcdaudio: Makefile
audio/libcddb : Makefile
audio/libcdio : Makefile
audio/libcue : Makefile
audio/libdca : Makefile
audio/libgpod : Makefile
audio/libid3tag: Makefile
audio/liblo : Makefile
audio/libmad : Makefile
audio/libmikmod: Makefile
audio/libmodplug: Makefile
audio/libmp3splt: Makefile
audio/libmpd : Makefile
audio/libmpdclient: Makefile
audio/libnjb : Makefile
audio/libofa : Makefile
audio/libogg : Makefile
audio/libsamplerate: Makefile
audio/libsidplay: Makefile
audio/libsndfile: Makefile
audio/libvorbis: Makefile
audio/mac : Makefile
audio/madplay : Makefile
audio/mpd : Makefile
audio/mpg123 : Makefile
audio/ncmpcpp : Makefile
audio/normalize: Makefile
audio/opencore-amr: Makefile
audio/opus : Makefile
audio/portaudio-svn: Makefile
audio/rioutil : Makefile
audio/soundtouch: Makefile
audio/sox : Makefile
audio/speech-dispatcher: Makefile
audio/speex : Makefile
audio/swh-plugins: Makefile
audio/tremor : Makefile
audio/tremor-tools: Makefile
audio/twolame : Makefile
audio/vagalume : Makefile
audio/vorbis-tools: Makefile
audio/wavpack : Makefile
audio/wmmp : Makefile
audio/xmms : Makefile
audio/xmms-flac: Makefile
audio/xmms-mad : Makefile
audio/xmms-shn : Makefile
audio/xmms-sid : Makefile
audio/xmms-tremor: Makefile
audio/xmms-wavpack: Makefile
benchmarks/httperf: Makefile
benchmarks/sysbench: Makefile
biology/emboss : Makefile
cad/geda-gaf : Makefile
cad/gerbv : Makefile
cad/klogic : Makefile
cad/necpp : Makefile
cad/ngspice : Makefile
chinese/cconv : Makefile
chinese/libchewing: Makefile
chinese/libtabe: Makefile
comms/gnokii : Makefile
comms/hamlib : Makefile
comms/jpilot : Makefile
comms/obexftp : Makefile
comms/openobex : Makefile
comms/pilot-link: Makefile
converters/enca: Makefile
converters/libdvdcss: Makefile
converters/libiconv: Makefile
converters/libpst: Makefile
converters/p5-Unicode-LineBreak: Makefile
converters/recode: Makefile
converters/wv : Makefile
converters/xlhtml: Makefile
databases/apache-couchdb: Makefile
databases/db : Makefile.inc
databases/dbh : Makefile
databases/freetds: Makefile
databases/gdbm : Makefile
databases/iodbc: Makefile
databases/libdbi: Makefile
databases/libdbi-drivers: Makefile
databases/libpqxx: Makefile
databases/mdbtools/snapshot: Makefile
databases/mysql: Makefile
databases/openldap: Makefile
databases/openldap23: Makefile
databases/postgresql-odbc: Makefile
databases/sqlite: Makefile
databases/sqlite3: Makefile
databases/tdb : Makefile
databases/xapian-core: Makefile
devel/apr : Makefile
devel/apr-util : Makefile
devel/argtable : Makefile
devel/atk : Makefile
devel/atlas : Makefile
devel/autogen : Makefile
devel/avr/binutils: Makefile
devel/avr/gdb : Makefile
devel/boehm-gc : Makefile
devel/ccrtp : Makefile
devel/cdk : Makefile
devel/check : Makefile
devel/chmlib : Makefile
devel/cln : Makefile
devel/cmockery : Makefile
devel/codeblocks: Makefile
devel/commoncpp: Makefile
devel/cppunit : Makefile
devel/cunit : Makefile
devel/cxxtools : Makefile
devel/ddd : Makefile
devel/desktop-file-utils: Makefile
devel/dotconf : Makefile
devel/droplet : Makefile
devel/ethos : Makefile
devel/ffcall : Makefile
devel/flatzebra: Makefile
devel/fox : Makefile
devel/fribidi : Makefile
devel/gdb : Makefile
devel/geany : Makefile
devel/geotiff : Makefile
devel/gettext : Makefile
devel/gflags : Makefile
devel/giblib : Makefile
devel/glib : Makefile
devel/glib2 : Makefile
devel/glog : Makefile
devel/glpk : Makefile
devel/gmp : Makefile
devel/gobject-introspection: Makefile
devel/gsl : Makefile
devel/gtest : Makefile
devel/gtkparasite: Makefile
devel/guichan : Makefile
devel/guilib : Makefile
devel/harfbuzz : Makefile
devel/json-c : Makefile
devel/kdbg : Makefile
devel/lam : Makefile
devel/libJudy : Makefile
devel/libast : Makefile
devel/libaudiofile: Makefile
devel/libconfig: Makefile
devel/libconfuse: Makefile
devel/libdaemon: Makefile
devel/libdockapp: Makefile
devel/libdshconfig: Makefile
devel/libee : Makefile
devel/libestr : Makefile
devel/libev : Makefile
devel/libevent2: Makefile
devel/libffi : Makefile
devel/libftdi : Makefile
devel/libhid : Makefile
devel/libidn : Makefile
devel/libivykis: Makefile
devel/liblouis : Makefile
devel/libmagic : Makefile
devel/libmemcached: Makefile
devel/libmpc : Makefile
devel/libmtp : Makefile
devel/libofx : Makefile
devel/liboil : Makefile
devel/liboop : Makefile
devel/libproplist: Makefile
devel/libsigc++-2: Makefile
devel/libsigsegv: Makefile
devel/libspectrum: Makefile
devel/libunicode: Makefile
devel/libusb-compat: Makefile
devel/libusb1 : Makefile
devel/libvirt-glib: Makefile
devel/libvmime : Makefile
devel/libvstr : Makefile
devel/libyaml : Makefile
devel/libyubikey: Makefile
devel/log4c : Makefile
devel/log4cplus: Makefile
devel/mm : Makefile
devel/mpfr : Makefile
devel/msp430 : Makefile.inc
devel/ode : Makefile
devel/ois : Makefile
devel/openocd : Makefile
devel/orc : Makefile
devel/pcre : Makefile
devel/pcre++ : Makefile
devel/pkgconfig: Makefile
devel/popt : Makefile
devel/proj : Makefile
devel/protobuf : Makefile
devel/protobuf-c: Makefile
devel/pth : Makefile
devel/py-notify: Makefile
devel/rapidsvn : Makefile
devel/sdl : Makefile
devel/sdl-gfx : Makefile
devel/sdl-image: Makefile
devel/sdl-mixer: Makefile
devel/sdl-net : Makefile
devel/sdl-pango: Makefile
devel/sdl-sound: Makefile
devel/sdl-ttf : Makefile
devel/sdlmm : Makefile
devel/silc-toolkit: Makefile
devel/smpeg : Makefile
devel/srecord : Makefile
devel/startup-notification: Makefile
devel/subversion: Makefile
devel/t1lib : Makefile
devel/uuid : Makefile
devel/vanessa : Makefile.inc
devel/varconf : Makefile
editors/abiword: Makefile
editors/cooledit: Makefile
editors/kile : Makefile
editors/kxmleditor: Makefile
editors/subtitleeditor: Makefile
education/drgeo: Makefile
education/verbiste: Makefile
emulators/bochs: Makefile
emulators/fuse : Makefile
emulators/fuse-utils: Makefile
games/abuse : Makefile
games/bomberclone: Makefile
games/bzflag : Makefile
games/dopewars : Makefile
games/gcompris : Makefile
games/kbilliards: Makefile
games/kslide : Makefile
games/love : Makefile
games/manaplus : Makefile
games/qgo : Makefile
games/quake : Makefile
games/quake2 : Makefile
games/spacehulk: Makefile
games/taxipilot: Makefile
games/toppler : Makefile
games/wesnoth : Makefile
games/xscorch : Makefile
geo/gdal : Makefile
geo/geoclue : Makefile
geo/geos : Makefile
geo/gpstk : Makefile
geo/gpx-viewer : Makefile
geo/memphis : Makefile
geo/osm-gps-map: Makefile
geo/postgis : Makefile
graphics/DevIL : Makefile
graphics/GraphicsMagick: Makefile
graphics/ImageMagick: Makefile
graphics/aalib : Makefile
graphics/agg : Makefile
graphics/amide : Makefile
graphics/animorph: Makefile
graphics/argyll: Makefile
graphics/babl : Makefile
graphics/cairo : Makefile
graphics/cairomm: Makefile
graphics/cal3d : Makefile
graphics/colord: Makefile
graphics/colord-gtk: Makefile
graphics/ctl : Makefile
graphics/darktable: Makefile
graphics/djview4: Makefile
graphics/djvulibre: Makefile
graphics/exiv2 : Makefile
graphics/ffmpegthumbnailer: Makefile
graphics/freeglut: Makefile
graphics/ftgl : Makefile
graphics/gd : Makefile
graphics/gegl : Makefile
graphics/geomview: Makefile
graphics/gimp/stable: Makefile
graphics/gle : Makefile
graphics/gphoto2: Makefile
graphics/gpicview: Makefile
graphics/gtkam : Makefile
graphics/gtkimageview: Makefile
graphics/ilmbase: Makefile
graphics/imlib : Makefile
graphics/imlib2: Makefile
graphics/inkscape: Makefile
graphics/jasper: Makefile
graphics/jbig2dec: Makefile
graphics/jpeg : Makefile
graphics/kimdaba: Makefile
graphics/kipi-plugins: Makefile
graphics/lcms : Makefile
graphics/lcms2 : Makefile
graphics/leptonica: Makefile
graphics/libcaca: Makefile
graphics/libdivxdecore: Makefile
graphics/libdvbpsi: Makefile
graphics/libexif: Makefile
graphics/libexif-gtk: Makefile
graphics/libgexiv2: Makefile
graphics/libgphoto2: Makefile
graphics/libiptcdata: Makefile
graphics/libkexif: Makefile
graphics/libkipi: Makefile
graphics/liblqr: Makefile
graphics/libmpeg2: Makefile
graphics/libpano13: Makefile
graphics/libqrencode: Makefile
graphics/libraw: Makefile
graphics/libungif: Makefile
graphics/libvidcap: Makefile
graphics/libwebp: Makefile
graphics/libwmf: Makefile
graphics/libxmi: Makefile
graphics/makehuman: Makefile
graphics/mhgui : Makefile
graphics/opencv: Makefile
graphics/openexr: Makefile
graphics/openexr-ctl: Makefile
graphics/openexr-viewers: Makefile
graphics/openjpeg: Makefile
graphics/pigment: Makefile
graphics/povray: Makefile
graphics/pstoedit: Makefile
graphics/py-pigment: Makefile
graphics/pycha : Makefile
graphics/quesoglc: Makefile
graphics/sane-backends: Makefile
graphics/smpeg-xmms: Makefile
graphics/swfdec: Makefile
graphics/tesseract: Makefile
graphics/tiff : Makefile
graphics/ufraw : Makefile
graphics/vcdimager: Makefile
graphics/viewnior: Makefile
graphics/xmedcon: Makefile
graphics/zbar : Makefile
Log message:
USE_LIBTOOL=Yes is the default now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 02:46:36
Modified files:
infrastructure/templates: Makefile.template
inputmethods/anthy: Makefile
inputmethods/ibus: Makefile
inputmethods/ibus-anthy: Makefile
inputmethods/ibus-skk: Makefile
inputmethods/libskk: Makefile
inputmethods/libtomoe-gtk: Makefile
inputmethods/scim: Makefile
inputmethods/scim-anthy: Makefile
inputmethods/scim-chewing: Makefile
inputmethods/scim-fcitx: Makefile
inputmethods/scim-hangul: Makefile
inputmethods/scim-pinyin: Makefile
inputmethods/scim-qtimm: Makefile
inputmethods/scim-tables: Makefile
inputmethods/tomoe: Makefile
inputmethods/uim: Makefile
inputmethods/uim-chewing: Makefile
inputmethods/uim-tomoe-gtk: Makefile
japanese/kakasi: Makefile
japanese/kasumi: Makefile
japanese/mecab : Makefile
korean/libhangul: Makefile
lang/chicken : Makefile
lang/classpath : Makefile
lang/clisp : Makefile
lang/ecl : Makefile
lang/eltclsh : Makefile
lang/freehdl : Makefile
lang/gcc/4.2 : Makefile
lang/gcc/4.6 : Makefile
lang/gcc/4.7 : Makefile
lang/gfortran : Makefile
lang/guile : Makefile
lang/jamvm : Makefile
lang/librep : Makefile
lang/mono : Makefile
lang/oo2c : Makefile
lang/open-cobol: Makefile
lang/php/pecl : pecl.port.mk
lang/rubinius : Makefile
mail/avenger : Makefile
mail/claws-mail: Makefile
mail/claws-mail-attremover: Makefile
mail/claws-mail-htmlviewer: Makefile
mail/claws-mail-notification: Makefile
mail/claws-mail-rssyl: Makefile
mail/claws-mail-vcalendar: Makefile
mail/courier-authlib: Makefile
mail/courier-imap: Makefile
mail/dovecot-pigeonhole: Makefile
mail/dspam : Makefile
mail/kbiff : Makefile
mail/libetpan : Makefile
mail/perdition : Makefile
mail/sylpheed : Makefile
mail/zarafa/zarafa: Makefile
math/ecm : Makefile
math/fann : Makefile
math/fftw : Makefile
math/fftw3 : Makefile
math/galculator: Makefile
math/ginac : Makefile
math/graphviz : Makefile
math/kst : Makefile
math/libneural : Makefile
math/matio : Makefile
math/netcdf : Makefile
math/ntl : Makefile
math/openfst : Makefile
math/plplot : Makefile
math/udunits : Makefile
misc/amanda : Makefile
misc/gpsd : Makefile
misc/hfsplus : Makefile
misc/ktimeclock: Makefile
misc/openbabel : Makefile
misc/rpm : Makefile
misc/zzuf : Makefile
multimedia/avidemux: Makefile
multimedia/ffmpeg-php: Makefile
multimedia/gstreamer-0.10: Makefile.inc
multimedia/gstreamer1: Makefile.inc
multimedia/k3b : Makefile
multimedia/kguitar: Makefile
multimedia/libaacs: Makefile
multimedia/libass: Makefile
multimedia/libbluray: Makefile
multimedia/libdv: Makefile
multimedia/libdvdnav: Makefile
multimedia/libmms: Makefile
multimedia/libmp4v2: Makefile
multimedia/libquicktime: Makefile
multimedia/libtheora: Makefile
multimedia/lives: Makefile
multimedia/ming: Makefile
multimedia/mjpegtools: Makefile
multimedia/oggz: Makefile
multimedia/ogmrip: Makefile
multimedia/recordmydesktop/base: Makefile
multimedia/schroedinger: Makefile
multimedia/swfmill: Makefile
multimedia/transcode: Makefile
multimedia/xine-ui: Makefile
net/GeoIP : Makefile
net/avahi : Makefile
net/bro : Makefile
net/castget : Makefile
net/curl : Makefile
net/daq : Makefile
net/dclib : Makefile
net/enet : Makefile
net/etherape : Makefile
net/farstream : Makefile
net/flickcurl : Makefile
net/flow-tools : Makefile
net/gajim : Makefile
net/gloox : Makefile
net/honeyd : Makefile
net/icecast : Makefile
net/ices : Makefile
net/ices2 : Makefile
net/ircd-hybrid: Makefile
net/ircd-ratbox: Makefile
net/irssi : Makefile
net/irssi-icb : Makefile
net/irssi-silc : Makefile
net/isc-bind : Makefile
net/jabberd : Makefile
net/ktorrent : Makefile
net/ldns : Makefile.inc
net/lftp : Makefile
net/libcares : Makefile
net/libdnet : Makefile
net/libdnsres : Makefile
net/libgadu : Makefile
net/libnice : Makefile
net/liboauth : Makefile
net/libpcapnav : Makefile
net/librsync : Makefile
net/libshout : Makefile
net/libsmi : Makefile
net/libtorrent : Makefile
net/libupnp : Makefile
net/loudmouth : Makefile
net/mcabber : Makefile
net/meanwhile : Makefile
net/nagios/plugins: Makefile
net/neon : Makefile
net/nepenthes : Makefile
net/net-snmp : Makefile
net/netatalk : Makefile
net/netbsd-iscsi-target: Makefile
net/ngrep : Makefile
net/ntp : Makefile
net/openconnect: Makefile
net/pidgin : Makefile
net/pidgin-sipe: Makefile
net/powerdns : Makefile
net/quagga : Makefile
net/quvi/libquvi: Makefile
net/rrdtool : Makefile
net/rtorrent : Makefile
net/scamper : Makefile
net/silc-server: Makefile
net/snort : Makefile
net/telepathy : Makefile.inc
net/tn5250 : Makefile
net/torsocks : Makefile
net/transmission: Makefile
net/trickle : Makefile
net/unbound : Makefile
net/valknut : Makefile
net/xchat : Makefile
net/xmlrpc-c : Makefile
net/xmlrpc-epi : Makefile
net/xorp : Makefile
net/yafc : Makefile
net/yaz : Makefile
net/zeromq : Makefile
plan9/9libs : Makefile
print/a2ps : Makefile
print/cups-filters: Makefile
print/fontforge: Makefile
print/freetype : Makefile
print/gtklp : Makefile
print/gutenprint: Makefile
print/hplip : Makefile
print/ijs : Makefile
print/libXp : Makefile
print/libpaper : Makefile
print/libspectre: Makefile
print/lyx : Makefile
print/pdflib : Makefile
print/poppler : Makefile
print/py-poppler: Makefile
print/qpdf : Makefile
print/texlive/base: Makefile
Log message:
USE_LIBTOOL=Yes is the default now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 02:48:57
Modified files:
productivity/devtodo: Makefile
productivity/grisbi: Makefile
productivity/ledger: Makefile
productivity/libzeitgeist: Makefile
productivity/qhacc: Makefile
productivity/rubrica2: Makefile
productivity/taskjuggler: Makefile
productivity/workrave: Makefile
security/ccid : Makefile
security/clamav: Makefile
security/cracklib: Makefile
security/cyrus-sasl2: Makefile
security/dante : Makefile
security/gnutls: Makefile
security/gpgme : Makefile
security/libassuan: Makefile
security/libfprint: Makefile
security/libgcrypt: Makefile
security/libgpg-error: Makefile
security/libgringotts: Makefile
security/libgsasl: Makefile
security/libident: Makefile
security/libksba: Makefile
security/libmcrypt: Makefile
security/libotr: Makefile
security/libperseus: Makefile
security/libpwquality: Makefile
security/libssh2: Makefile
security/libtasn1: Makefile
security/mcrypt: Makefile
security/mhash : Makefile
security/nessus/libnasl: Makefile
security/nessus/libraries: Makefile
security/netpgp: Makefile
security/oath-toolkit: Makefile
security/opencdk: Makefile
security/openct: Makefile
security/opensc: Makefile
security/p11-kit: Makefile
security/pcsc-lite: Makefile
security/pidgin-otr: Makefile
security/steghide: Makefile
security/stunnel: Makefile
security/towitoko: Makefile
security/xmlsec: Makefile
sysutils/accountsservice: Makefile
sysutils/augeas: Makefile
sysutils/collectd: Makefile
sysutils/conky : Makefile
sysutils/consolekit: Makefile
sysutils/dsh : Makefile
sysutils/eventlog: Makefile
sysutils/filelight: Makefile
sysutils/freeipmi: Makefile
sysutils/gamin : Makefile
sysutils/ipmitool: Makefile
sysutils/knutclient: Makefile
sysutils/krename: Makefile
sysutils/librelp: Makefile
sysutils/libstatgrab: Makefile
sysutils/libvirt: Makefile
sysutils/modlogan: Makefile
sysutils/monit : Makefile
sysutils/polkit: Makefile
sysutils/radmind: Makefile
sysutils/rsyslog: Makefile
sysutils/syslog-ng: Makefile
sysutils/upower: Makefile
sysutils/usbutils: Makefile
sysutils/ykpers: Makefile
telephony/asterisk: Makefile
telephony/iaxclient: Makefile
telephony/iaxmodem: Makefile
telephony/libosip2: Makefile
telephony/sofia-sip: Makefile
telephony/spandsp: Makefile
textproc/arabica: Makefile
textproc/aspell/core: Makefile
textproc/enchant: Makefile
textproc/exempi: Makefile
textproc/gtkspell: Makefile
textproc/gtkspell3: Makefile
textproc/hunspell: Makefile
textproc/iksemel: Makefile
textproc/libical: Makefile
textproc/liblrdf: Makefile
textproc/libnxml: Makefile
textproc/libtextcat: Makefile
textproc/libwpd: Makefile
textproc/libxml: Makefile
textproc/libxml++: Makefile
textproc/libxslt: Makefile
textproc/namazu: Makefile
textproc/oniguruma: Makefile
textproc/openjade: Makefile
textproc/opensp: Makefile
textproc/ots : Makefile
textproc/pinfo : Makefile
textproc/raptor: Makefile
textproc/rasqal: Makefile
textproc/redland: Makefile
textproc/redland-bindings: Makefile
textproc/sablotron: Makefile
textproc/source-highlight: Makefile
textproc/swish-e: Makefile
textproc/tre : Makefile
www/ap2-mod_fastcgi: Makefile
www/ap2-mod_fcgid: Makefile
www/ap2-mod_jk : Makefile
www/apache-httpd: Makefile
www/bluefish : Makefile
www/cgicc : Makefile
www/cherokee : Makefile
www/fcgi : Makefile
www/gecko-mediaplayer: Makefile
www/gnash : Makefile
www/libghttp : Makefile
www/liferea : Makefile
www/lighttpd : Makefile
www/mod_jk : Makefile
www/p5-libapreq2: Makefile
www/py-webkitgtk: Makefile
www/squid : Makefile
www/swfdec-plugin: Makefile
www/tidyp : Makefile
www/tntnet : Makefile
www/varnish : Makefile
www/webkit : Makefile
www/wml : Makefile
www/xapian-omega: Makefile
www/xcache : Makefile
www/xmhtml : Makefile
x11/XawMu : Makefile
x11/autocutsel : Makefile
x11/blackbox : Makefile
x11/compiz/core: Makefile
x11/dbus : Makefile
x11/dbus-glib : Makefile
x11/dbus-python: Makefile
x11/e17/e : Makefile
x11/e17/e_dbus : Makefile
x11/e17/ecore : Makefile
x11/e17/edje : Makefile
x11/e17/eet : Makefile
x11/e17/efreet : Makefile
x11/e17/eina : Makefile
x11/e17/eio : Makefile
x11/e17/elementary: Makefile
x11/e17/embryo : Makefile
x11/e17/emotion: Makefile
x11/e17/ethumb : Makefile
x11/e17/evas : Makefile
x11/enlightenment: Makefile
x11/eterm : Makefile
x11/extace : Makefile
x11/fluxbox : Makefile
x11/gdesklets : Makefile
x11/gmtk : Makefile
x11/gnome : gnome.port.mk
x11/gnome/alacarte: Makefile
x11/gnome-mplayer: Makefile
x11/gnustep/gworkspace: Makefile
x11/gtk+ : Makefile
x11/gtk+2 : Makefile
x11/gtk+3 : Makefile
x11/gtk2-aurora-engine: Makefile
x11/gtk2-equinox-engine: Makefile
x11/gtk2-nodoka-engine: Makefile
x11/gtk2-rezlooks-engine: Makefile
x11/gtk3-unico-engine: Makefile
x11/gtkdatabox : Makefile
x11/gtkglext : Makefile
x11/gtkglextmm : Makefile
x11/gtkhotkey : Makefile
x11/kde : kde.port.mk
x11/kdirstat : Makefile
x11/keybinder : Makefile
x11/kountdown : Makefile
x11/krusader : Makefile
x11/libgdiplus : Makefile
x11/libsexy : Makefile
x11/libxdg-basedir: Makefile
x11/mlterm : Makefile
x11/mono-gtk2 : Makefile
x11/mowitz : Makefile
x11/neXtaw : Makefile
x11/nitrogen : Makefile
x11/nx/opennx : Makefile
x11/ogle : Makefile
x11/ogle_gui : Makefile
x11/openbox : Makefile
x11/openmotif : Makefile
x11/pcmanfm : Makefile
x11/pidgin-guifications: Makefile
x11/pidgin-libnotify: Makefile
x11/pinot : Makefile
x11/qinx : Makefile
x11/quadkonsole: Makefile
x11/rep-gtk : Makefile
x11/roxterm : Makefile
x11/ruby-qt4 : Makefile
x11/rxvt : Makefile
x11/spice-gtk : Makefile
x11/tellico : Makefile
x11/thewidgetfactory: Makefile
x11/tilda : Makefile
x11/virt-viewer: Makefile
x11/windowmaker: Makefile
x11/wxSVG : Makefile
x11/xarchiver : Makefile
x11/xbae : Makefile
x11/xdrawchem : Makefile
x11/xfce4 : xfce4.port.mk
x11/xfe : Makefile
x11/xosd : Makefile
Log message:
USE_LIBTOOL=Yes is the default now.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/21 02:57:49
Modified files:
textproc/hunspell: Makefile distinfo
textproc/hunspell/patches: patch-man_hunspell_1
patch-src_tools_hunspell_cxx
textproc/hunspell/pkg: PLIST
Removed files:
textproc/hunspell/pkg: PFRAG.shared
Log message:
update to hunspell 1.3
bulk testing by landry@. sthen@ ok.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/21 02:59:29
Modified files:
editors/libreoffice: Makefile
editors/texmaker: Makefile
editors/texworks: Makefile
Log message:
sync with hunspell update and bump.
bulk testing by landry@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 03:01:56
Modified files:
geo/spatialite : Makefile.inc
geo/spatialindex: Makefile
print/libharu : Makefile
Log message:
USE_LIBTOOL=Yes is the default now.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/21 03:24:55
Modified files:
sys/arch/octeon/include: octeonvar.h
Log message:
- remove an unused variable (octeon_configuration)
- add some flags which will be used to determine the device capabilities which
are advertised by uboot.
ok bcallah@ chris@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/21 03:25:48
Modified files:
sys/arch/octeon/dev: octeon_pcibus.c
Log message:
use boot_info->config_flags to determine if we're running on a host that has
PCI capabilities, instead of blindly trying to attach pci/pcibus.
this fixes a hang on the EdgeRouter Lite (which lacks PCI) and causes no
regressions on the CAM-0100 (which does have PCI, tested by bcallah@)
ok bcallah@ chris@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/21 03:26:31
Modified files:
sys/arch/octeon/dev: if_cnmac.c
Log message:
fix detection of the MAC address by reading it from the correct address,
instead of from a random location which resulted in 00:01:02:etc addresses.
confirmed to match up with the MAC addresses linux detects on the ERL;
no phy (atphy(4)) attaches still.
ok bcallah@ chris@ yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/21 03:29:12
Modified files:
sys/arch/octeon/dev: if_cnmac.c
Log message:
- remove two now-unused macros.
ok yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/21 03:37:37
Modified files:
libexec/security: security
Log message:
Correct the last change to untaint $fmt; it caused the final parameter of
the format string to be dropped, causing the year to be printed instead of
the filename, as reported by ajacoutot. ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 03:46:02
Modified files:
mail/cyrus-imapd: Makefile
mail/cyrus-imapd/pkg: PLIST
Log message:
@comment perllocal.pod files, ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/21 03:48:45
Modified files:
security/kc : Makefile distinfo
security/kc/pkg: PLIST
Log message:
- update to kc-2.3.0
from LEVAI Daniel (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 03:59:52
Modified files:
converters/p5-JSON-XS: Makefile distinfo
Log message:
update to p5-JSON-XS 2.33
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 03:59:54
Modified files:
converters/p5-JSON-Any: Makefile distinfo
Log message:
update to p5-JSON-Any 1.29
CVSROOT: /cvs
Module name: www
Changes by: dlg@cvs.openbsd.org 2013/03/21 04:06:09
Modified files:
. : errata52.html
Log message:
tftpd errata.
ok (and hand holding) from sthen@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/21 04:21:49
Modified files:
devel/cmake : Makefile
devel/cmake/pkg: PLIST
Added files:
devel/cmake/files: FindBacktrace.cmake
Log message:
Add hand-written FindBacktrace.cmake, a helper to find our libexecinfo and
other backtrace() implementation sources.
okayed by dcoppa@ before lock
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/03/21 04:24:07
Modified files:
build : mirrors.dat
Log message:
Resurrect ftp.irisa.fr, syncing every night from ftp.eu.
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/03/21 04:24:30
Modified files:
. : ftp.html
openbgpd : ftp.html
openntpd : ftp.html portable.html
openssh : ftp.html portable.html
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/21 04:43:34
Modified files:
productivity/qhacc: Makefile distinfo
productivity/qhacc/pkg: PLIST
Removed files:
productivity/qhacc/patches: patch-plugins_reports_Makefile_in
productivity/qhacc/pkg: PFRAG.shared
Log message:
remove unneeded patch that broke build w/ newer ld. spotted by sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/21 04:53:13
Modified files:
share/man/man5 : ruby-module.5
Log message:
tweak previous;
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/21 05:24:04
Modified files:
devel/p5-Tie-IxHash: Makefile distinfo
Log message:
- update p5-Tie-IxHash to 1.23
- remove USE_GROFF
from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/21 05:42:06
Modified files:
math/p5-Statistics-Descriptive: Makefile distinfo
math/p5-Statistics-Descriptive/pkg: PLIST
Log message:
- update p5-Statistics-Descriptive to 3.0604
- regen PLIST
from David Hill
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/21 06:41:12
Modified files:
sbin/dhclient : clparse.c
Log message:
Free lease with free_client_lease() rather than free().
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/21 06:49:42
Modified files:
security/nss : Makefile distinfo
security/nss/patches:
patch-mozilla_security_nss_lib_freebl_blapi_h
Log message:
Security update to nss 3.14.3.
Fixes CVE-2013-1620 / bug #822365 (Lucky Thirteen attack)
Required by firefox 20 & later anyway.. and tested to work fine with 20.0b6.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 08:10:58
Modified files:
de : 53.html anoncvs.html cvsync.html donations.html
events.html index.html orders.html
papers/de : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 08:32:04
Modified files:
net/smokeping : Makefile distinfo
net/smokeping/pkg: PLIST
Log message:
update to Smokeping 2.6.9
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 08:55:28
Modified files:
databases/p5-DBD-Sybase: Makefile distinfo
Log message:
update to p5-DBD-Sybase 1.14
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 09:04:18
Modified files:
sysutils/bacula: Makefile
Log message:
Take MAINTAINER.
suggested by and ok merdely@ (current maintainer)
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 09:40:26
Modified files:
distrib/sets/lists/comp: md.sparc64
distrib/sets/lists/man: md.sparc64
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/21 09:47:46
Modified files:
sysutils/p5-Puppet-Tidy: Makefile distinfo
Log message:
- update to p5-Puppet-Tidy-0.3.2
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 09:50:28
Modified files:
sys/arch/amd64/amd64: machdep.c
sys/arch/amd64/conf: Makefile.amd64 kern.ldscript
sys/arch/amd64/include: param.h pmap.h
Log message:
move kernel after 16MB. needed for additional growth that might come in a
little while...
diff from martynas who is not around now
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/21 09:52:08
Modified files:
devel/libffi : Makefile
Removed files:
devel/libffi/patches: patch-src_arm_sysv_S
Log message:
- remove patch for arm that dealt with lack of UNWIND support in our 2.15 linker.
a full update of libffi is in the works as well, so remove the comment from Makefile.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/21 10:05:00
Modified files:
audio/clementine: Makefile
audio/clementine/patches:
patch-ext_libclementine-common_CMakeLists_txt
patch-ext_libclementine-common_core_logging_cpp
Added files:
audio/clementine/files: config.h.in
Removed files:
audio/clementine/files: FindExecinfo.cmake
Log message:
Switch Clementine to FindBacktrace.cmake that was recently committed to CMake.
prodded by dcoppa@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:08:25
Modified files:
usr.bin/tmux : cmd-choose-buffer.c cmd-choose-client.c
cmd-choose-list.c cmd-choose-tree.c
cmd-find-window.c tmux.h window-choose.c
Log message:
Miscellaneous tidying of choose API, including:
- rename client and session to start_client and start_session in
window_choose_data struct. also add TREE_OTHER define and reorder
the struct
- rename window_choose_ctx to window_choose_data_run
- don't pass a cmd_ctx into window_choose_create (will let it use a
different client later). instead take type, session, client
- add window_choose_data_free and use it to dispose of wcd rather than
each cmd-*.c doing it individually
- change so ref counting is done by wcd_add and wcd_free rather than
callers
- also add a ref to tree_session
- all the callbacks except choose-client and find-window are the same so
remove them and add window_choose_default_callback
- reorder/rename some other bits and pieces for tidyness
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:09:17
Modified files:
usr.bin/tmux : cmd-choose-buffer.c cmd-choose-client.c
cmd-choose-list.c cmd-choose-tree.c
cmd-find-window.c tmux.h window-choose.c
Log message:
Remove free callback for window_choose_data objects.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:09:59
Modified files:
usr.bin/tmux : cmd-choose-buffer.c cmd-choose-client.c
cmd-choose-list.c cmd-choose-tree.c
cmd-find-window.c tmux.1 tmux.h window-choose.c
Log message:
Allow choose commands to be used outside tmux, so long as at least one
client is attached.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:12:11
Modified files:
usr.bin/tmux : grid.c screen.c tmux.h
Log message:
Rework reflow code so it does not do so much allocation which should be
faster with large histories.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:12:50
Modified files:
usr.bin/tmux : cmd-list-commands.c
Log message:
Show alias in lscm output.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:13:24
Modified files:
usr.bin/tmux : format.c status.c
Log message:
Allow formats in status options.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:14:09
Modified files:
usr.bin/tmux : format.c server-client.c status.c tmux.1
Log message:
Add a format client_prefix which is 1 if prefix key has been
pressed, used for example #{?client_prefix,X,Y}. Also a few extra
server_client_status needed.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:14:50
Modified files:
usr.bin/tmux : tmux.1
Log message:
Remove stray change accidentally committed.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:15:52
Modified files:
usr.bin/tmux : cmd-set-option.c cmd-show-options.c
options-table.c tmux.1 tmux.h
Log message:
Add -v to set and setw to show only option value.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:17:01
Modified files:
usr.bin/tmux : cmd-set-option.c cmd-show-options.c tmux.1
Log message:
Add user options, prefixed with @. May be set to any arbitrary string.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:17:35
Modified files:
usr.bin/tmux : cmd-choose-tree.c tmux.1
Log message:
Fix choose-tree usage.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:19:25
Modified files:
usr.bin/tmux : cmd-choose-tree.c cmd.c tmux.h window-choose.c
Log message:
Fix constness of cmd_template_replace, window_choose_add_item and
window_choose_add_window.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:20:26
Modified files:
usr.bin/tmux : window-choose.c
Log message:
No more need for freefn.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:22:48
Modified files:
usr.bin/tmux : cmd.c window-choose.c
Log message:
Do not crash when calling choose-tree with a command that changes the mode.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/21 10:22:51
Modified files:
devel/libffi : Makefile
Added files:
devel/libffi/patches: patch-src_arm_ffi_c
Log message:
- fix an implicit declaration
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:23:07
Modified files:
usr.bin/tmux : cmd-choose-tree.c
Log message:
Run session command before window in choose-tree.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:23:46
Modified files:
usr.bin/tmux : tmux.1
Log message:
Clarify choose-tree entry in man page.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:24:03
Modified files:
usr.bin/tmux : status.c
Log message:
Do not leak formats in status_replace.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:25:08
Modified files:
usr.bin/tmux : status.c
Log message:
Aargh. Spaces -> tabs.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 10:39:19
Modified files:
porting : libraries.html porttest.html
Log message:
Tweaks after USE_LIBTOOL moved to Yes by default.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 10:43:56
Modified files:
porting : checklist.html porttest.html
Log message:
regress -> test
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:49:37
Modified files:
usr.bin/tmux : cmd-refresh-client.c
Log message:
Add -c to refresh-client to set client size in control mode, based on
code from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:50:22
Modified files:
usr.bin/tmux : tmux.h tty-keys.c tty.c
Log message:
Tidy by splitting default key tables into two.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:51:11
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Fix function parameter to tty_keys_free.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:52:02
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Fix a comment for new key table names.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:53:12
Modified files:
usr.bin/tmux : cmd-choose-tree.c
Log message:
Make choose-tree actually work again.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 10:54:37
Modified files:
usr.bin/tmux : cfg.c mode-key.c
Log message:
Fix a couple of memory leaks, from Romain Francoise.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 11:26:00
Modified files:
. : INDEX
Log message:
sync; 7968
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/21 11:42:36
Modified files:
usr.bin/tmux : tmux.1
Log message:
tweak previous; ok nicm
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/21 11:52:41
Modified files:
devel/pango : Makefile
Added files:
devel/pango/patches: patch-pango_pangocairo-fontmap_c
Log message:
Make sure g_type_init is called; it is mandatory in our version of glib.
This should fix dot(1)/doxygen hangs that several reported.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/03/21 12:08:03
Modified files:
www/aria2 : Makefile distinfo
www/aria2/pkg : PLIST
Log message:
Update for Aria2 1.16.4:
* Bring back datetime in console log
* Run checksum check if -V and -c are used and file is completed
* Support for gzipped -i and --save-session
* Support BitTorrent UDP tracker
Ok benoit@
CVSROOT: /cvs
Module name: src
Changes by: brynet@cvs.openbsd.org 2013/03/21 12:20:00
Modified files:
sys/dev/isa : it.c itvar.h
Log message:
Attach on ITE 8728.
it0 at isa0 port 0x2e/2: IT8728F rev 1, EC port 0x228
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: brynet@cvs.openbsd.org 2013/03/21 12:29:47
Modified files:
share/man/man4 : it.4
Log message:
Missed the man page bits for the IT8728.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 12:37:07
Modified files:
sbin/fdisk : cmd.c mbr.h
Log message:
I don't feel great about adding an include for , but I feel
great for removing an include of
This needs further cleanup if someone has time.
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/21 12:39:18
Modified files:
sys/arch/amd64/amd64: identcpu.c
Log message:
Detect on-die temp sensor for Atom E6xx on amd64. Adapted from
diff submitted by Matt Dainty. okay jsg@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 12:43:34
Modified files:
usr.bin/tmux : cmd-capture-pane.c tmux.1
Log message:
Support capture-pane -p to send to stdout.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 12:44:47
Modified files:
usr.bin/tmux : tmux.h tty-keys.c tty.c
Log message:
Include the \033 in the key tree and adjust key matching for this change.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 12:45:38
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Don't set key KEYC_NONE on xterm_keys_find match()
When calling xterm_keys_find(); if we get a complete match, don't set
the key to unknown before calling the action to complete the binding;
otherwise non-prefixed bindings will not work.
From Thomas Adam
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 12:45:58
Modified files:
sbin/fdisk : cmd.c disk.c fdisk.c mbr.c misc.c misc.h part.c
user.c
Log message:
more substantial include cleanup
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 12:46:12
Modified files:
usr.bin/tmux : resize.c
Log message:
Do not include status line in size calculations in control mode.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 12:47:01
Modified files:
usr.bin/tmux : server-client.c server-fn.c server-window.c
Log message:
Add various checks to turn off bits that can't work in control mode
(such as lock).
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/21 12:47:56
Modified files:
usr.bin/tmux : input.c screen-write.c tmux.h
Log message:
Instead of loads of little screen_write_*_on and off functions which
just change mode flags, just have screen_write_mode_set and
screen_write_mode_clear.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 13:07:56
Modified files:
security/clusterssh: Makefile
Log message:
chmod clusterssh's MYMETA.json to be writable, needed for newer perl
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 13:39:31
Modified files:
sys/dev/pci/drm: drmP.h
Log message:
Do not include machine/param.h since sys/param.h already did so.
ok kettenis
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/03/21 13:41:12
Modified files:
textproc/hs-libxml-sax: Makefile
Log message:
Add textproc/libxml dependency (noticed by landry@).
"if it's only fixin' the dep, why not just commiting it ? :)" landry@
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/21 13:43:14
Modified files:
sys/arch/amd64/amd64: identcpu.c
Log message:
style(9)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 13:53:32
Modified files:
usr.bin/strip : strip.c
Log message:
In a comment, talk about PAGE_SIZE instead of NBPG
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/03/21 14:16:48
Modified files:
usr.sbin/nginx/src/core: ngx_log.c
Log message:
re-add a build fix for vax that was overwritten by the update
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 14:58:24
Modified files:
devel/p5-Coro : Makefile distinfo
devel/p5-Coro/pkg: PLIST
Log message:
update to p5-Coro 6.23 needed to update perl.
remove BROKEN-powerpc as it works there now.
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/03/21 15:04:53
Modified files:
etc : changelist
Log message:
keep track of nginx.conf and nginx's mime.types file
from Ryan Kavanagh
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/03/21 15:26:08
Modified files:
xserver/hw/xfree86/modes: xf86RandR12.c
Log message:
backport (whitespace changes only) a fix for panning that also effected scale
to permit:
xrandr --output LVDS1 --mode 1280x800 --panning 1380x1024 --scale 1.8x1.8
to behave properly.
based on upstream commit 1bf81af4a6be1113bcc3b940ab264d5c9e0f0c5d that is in
the 1.14 xserver that is not ready for OpenBSD yet
ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/21 15:30:30
Modified files:
databases/leveldb: Makefile
databases/leveldb/patches: patch-Makefile
patch-build_detect_platform
databases/leveldb/pkg: PLIST
Log message:
* Do not use SONAME, ok brad@ benoit@
* Fold PFRAG.shared into PLIST, ok benoit@
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/03/21 15:30:38
Modified files:
distrib/sets/lists/xserv: md.amd64 md.i386
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 15:32:43
Modified files:
net/p5-Socket-GetAddrInfo: Makefile distinfo
net/p5-Socket-GetAddrInfo/pkg: PLIST
Log message:
update to p5-Socket-GetAddrInfo 0.22
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/21 15:36:02
Modified files:
databases/leveldb/pkg: PLIST
Log message:
forgot to remove %%SHARED%% in previous
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 15:36:30
Modified files:
textproc : Makefile
Removed files:
textproc/p5-XML-Sablotron: Makefile distinfo
textproc/p5-XML-Sablotron/patches: patch-Makefile_PL
textproc/p5-XML-Sablotron/pkg: DESCR PLIST
Log message:
zap p5-XML-Sablotron; dead upstream, needs patching to build with newer
perl, but tests fail anyway (including with in-tree perl). ok benoit@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/21 15:49:08
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Zap a few useless comments.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 15:51:01
Modified files:
sys/arch/alpha/stand: loadfile_subr.c
sys/arch/amd64/stand/libsa: memprobe.c
sys/arch/hp300/stand/uboot: srt0.S
sys/arch/i386/stand/boot: crt0.c
sys/arch/i386/stand/libsa: apmprobe.c memprobe.c
sys/arch/macppc/stand: alloc.c main.c
sys/arch/sparc/stand/common: mmu.c promdev.c
sys/arch/sparc64/stand/ofwboot: alloc.c boot.c elf64_exec.c
Log message:
NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 15:55:09
Modified files:
sys/arch/vax/vax: autoconf.c
Log message:
Already have sys/param.h, don't need machine/param.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 15:57:15
Modified files:
sys/arch/macppc/stand: ofdev.c
Log message:
Use MAXBSIZE for block io limit (same value, but MAXPHYS is strictly a
kernel concept)
ok miod
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/03/21 15:57:42
Removed files:
databases/leveldb/pkg: PFRAG.shared
Log message:
... and actually cvs rm the file of course, reminded by benoit@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 15:59:32
Modified files:
lib/librthread : rthread_stack.c
lib/libc/gen : getpwent.c
Log message:
Do not need machine/param.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 15:59:55
Modified files:
regress/sys/uvm/mmap_hint: mmap_hint.c
Log message:
sys/param.h, not machine/param.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/21 16:04:47
Modified files:
share/man/man4 : options.4
Log message:
NKMEMPAGES_MIN went away a long time ago. wording help from jmc.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 16:21:05
Modified files:
lang/io : Makefile
Added files:
lang/io/patches: patch-libs_coroutine_source_asm_S
Log message:
use movw (not movl) with (16-bit) segment registers.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 16:22:30
Removed files:
www/mongrel2/patches: patch-src_polarssl_net_c
Log message:
remove empty ptach
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 16:23:40
Modified files:
www/mongrel2 : Makefile
Added files:
www/mongrel2/patches: patch-src_task_asm_S
Log message:
use movw (not movl) with (16-bit) segment registers.
cluebat from miod@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 16:26:27
Modified files:
plan9/plan9port: Makefile
Added files:
plan9/plan9port/patches: patch-src_libthread_FreeBSD-386-asm_s
Log message:
use movw not movl with (16-bit) segment registers.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/21 16:31:44
Modified files:
gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc
Log message:
Don't set TEXT_PLT if PLT_BEFORE_GOT.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/21 16:32:30
Modified files:
gnu/usr.bin/binutils-2.17/ld/emulparams: hppa64obsd.sh
hppaobsd.sh
Log message:
Define PLT_BEFORE_GOT.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/21 16:53:09
Modified files:
gnu/usr.bin/binutils-2.17/gas/config: tc-hppa.h
Log message:
Define LABELS_WITHOUT_COLONS under OpenBSD again.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/21 17:06:46
Modified files:
share/man/man4 : options.4
Log message:
oops, missed this in previous;
CVSROOT: /cvs
Module name: www
Changes by: djm@cvs.openbsd.org 2013/03/21 18:02:52
Modified files:
openssh : ftp.html index.html openbsd.html
Added files:
openssh/txt : release-6.2
Log message:
release OpenSSH 6.2
CVSROOT: /cvs
Module name: www
Changes by: djm@cvs.openbsd.org 2013/03/21 18:04:46
Modified files:
openssh/txt : release-6.2
Log message:
fill in SHA1 sums
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/21 18:10:07
Modified files:
build : Makefile
build/mirrors : openssh-ftp.html.head
Log message:
OpenSSH 6.2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/21 18:12:59
Modified files:
editors/vim : Makefile
Log message:
overwrite FULLPKG*-lang (and bump REVISION-lang), the subpackage isn't
flavour-dependent
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/21 18:59:25
Modified files:
sys/netinet6 : nd6.c
Log message:
Replace hand-crafted nd_prefix loops with LIST_FOREACH macros.
OK mpi@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/21 19:00:39
Modified files:
sys/dev/pci/drm/i915: intel_pm.c
Log message:
enable mchdev locking
CVSROOT: /cvs
Module name: www
Changes by: djm@cvs.openbsd.org 2013/03/21 19:03:37
Modified files:
openssh : report.html
Log message:
update bugzilla link
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/21 19:41:12
Modified files:
sys/netinet6 : frag6.c icmp6.c in6.c in6_var.h
sys/netinet : if_ether.c if_ether.h in.c in_var.h ip_carp.c
ip_input.c
Log message:
simple replacement of LIST_END with NULL. ok mpi
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/21 23:19:21
Modified files:
sys/dev/pci/drm: drm.h i915_drm.h
Log message:
add some definitions required for recent versions of libdrm
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/22 00:19:56
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c
Log message:
implement DRM_IOCTL_I915_GEM_SW_FINISH
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/22 00:44:39
Modified files:
graphics/evince: Makefile
Log message:
Remove outdated comment.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/22 01:46:04
Modified files:
www/chromium : Makefile
www/chromium/patches:
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_asm
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_h
Log message:
fix ffmpeg config of i386
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/22 01:52:36
Modified files:
sys/dev/pci/drm: drm_drv.c
Log message:
wire up the mode object property ioctls
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/22 02:20:43
Modified files:
usr.sbin/sysmerge: sysmerge.sh
Log message:
Do not register symlinks in the sum files. This makes no sense and makes
sysmerge(8) output a warning when the target of the link does not yes
exist on the system.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/22 02:42:55
Modified files:
usr.sbin/ospfd : ospfe.c
Log message:
reinstate code to announce routes to backup carp interfaces. this was removed
in a cleanup in r1.83, but we do still want to announce these (with a high
metric), so that a specific route to the relevant network is maintained
during failover. ok florian@ claudio@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/22 03:19:20
Log message:
import py-hgtools
hgtools provides classes for inspecting and working with
repositories in the Mercurial version control system.
ok sthen@
Status:
Vendor Tag: benoit
Release Tags: benoit_20130322
N ports/devel/py-hgtools/Makefile
N ports/devel/py-hgtools/distinfo
N ports/devel/py-hgtools/pkg/DESCR
N ports/devel/py-hgtools/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/22 03:52:41
Modified files:
devel : Makefile
Log message:
+py-hgtools
CVSROOT: /cvs
Module name: www
Changes by: brad@cvs.openbsd.org 2013/03/22 03:58:24
Modified files:
opensmtpd : index.html
Log message:
Add a CA mirror.
ok gilles@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/22 04:29:31
Modified files:
usr.bin/tmux : tty.c
Log message:
I strongly suspect it is possible for tmux to block on detach in
tty_raw, so make the fd blocking again much later and have tty_raw just
retry the write a few times.
CVSROOT: /cvs
Module name: www
Changes by: stsp@cvs.openbsd.org 2013/03/22 04:30:04
Modified files:
. : want.html
Log message:
Elantech touchpads version 2 seem to work somewhat. But there are remaining
issues that are inconvenient to debug based on user feedback via email.
I'd like some hardware to test with.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/22 04:30:04
Modified files:
usr.bin/tmux : key-string.c tty.c xterm-keys.c
Log message:
In terminals with XT, turn on modifyOtherKeys=1 with the escape sequence
and handle the most common set. Pass them through if xterm-keys is on.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/22 04:30:34
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Remove stray test code which would convert abc to x.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/22 04:31:22
Modified files:
usr.bin/tmux : cfg.c client.c cmd-kill-server.c
cmd-list-buffers.c cmd-list-clients.c
cmd-list-commands.c cmd-lock-server.c
cmd-pipe-pane.c cmd-server-info.c
cmd-start-server.c job.c names.c screen-write.c
server-client.c server-fn.c server.c status.c
tty-keys.c tty.c window-choose.c window-clock.c
window-copy.c window.c
Log message:
No more lint means no more ARGSUSED.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/22 04:32:37
Modified files:
usr.bin/tmux : format.c tmux.1
Log message:
Add client_session and client_last_session formats.
CVSROOT: /cvs
Module name: www
Changes by: stsp@cvs.openbsd.org 2013/03/22 04:33:26
Modified files:
. : want.html
Log message:
I don't really need more laptops for my private collection, so mention
that I'd also borrow devices which contain unsupported rtsx devices
so I can add support for them and ship the laptop back after.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/22 04:33:50
Modified files:
usr.bin/tmux : input-keys.c input.c screen-write.c tmux.h
tty-keys.c tty.c
Log message:
Support the latest theory for mouse input, this is enabled/disabled with
SM/RM 1006 and is similar in style to SGR input: \033[session is NULL otherwise an attached client.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/24 03:55:02
Modified files:
usr.bin/tmux : cmd-set-option.c tmux.1
Log message:
Add a -o option to set-option to prevent setting an option already set,
from Thiago Padilha.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/24 03:58:00
Modified files:
usr.bin/tmux : cmd-break-pane.c cmd-join-pane.c
cmd-kill-pane.c cmd-resize-pane.c
cmd-respawn-window.c cmd-select-layout.c
cmd-select-pane.c cmd-split-window.c
cmd-swap-pane.c input-keys.c key-bindings.c
layout.c resize.c server-client.c server-fn.c
tmux.1 tmux.h window.c
Log message:
Add resize-pane -Z to temporary zoom the active pane to occupy the full
window or unzoom (restored to the normal layout) if it already zoomed,
bound to C-b z by default. The pane is unzoomed on pretty much any
excuse whatsoever.
We considered making this a new layout but the requirements are quite
different from layouts so decided it is better as a special case. Each
current layout cell is saved, a temporary one-cell layout generated and
all except the active pane set to NULL.
Prompted by suggestions and scripts from several. Thanks to Aaron Jensen
and Thiago Padilha for testing an earlier version.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/24 03:58:40
Modified files:
usr.bin/tmux : cmd-attach-session.c cmd-new-session.c tmux.1
tmux.h
Log message:
Add -A flag to new-session to make it behave like attach-session if the
session exists. If -A is used, -D behaves like -d to attach-session.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/24 04:04:13
Modified files:
devel/iso-codes: Makefile distinfo
devel/iso-codes/pkg: PLIST
Log message:
Update to iso-codes-3.41.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/24 04:28:36
Modified files:
textproc/icu4c : Makefile distinfo
textproc/icu4c/patches: patch-source_Makefile_in
patch-source_common_putilimp_h
textproc/icu4c/pkg: PLIST
Removed files:
textproc/icu4c/patches: patch-source_common_ucnvmbcs_c
patch-source_tools_genrb_derb_c
textproc/icu4c/pkg: PFRAG.shared
Log message:
Update to icu4c-51.1.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/24 06:53:20
Modified files:
sbin/dhclient : kroute.c
Log message:
Simplify logic when processing route dump by using a helper function
delete_route(). No functional change.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 07:16:06
Modified files:
textproc/p5-Text-Format: Makefile distinfo
Log message:
- update p5-Text-Format to 0.58
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 07:39:27
Modified files:
textproc/p5-Text-TabularDisplay: Makefile distinfo
Log message:
- update p5-Text-TabularDisplay to 1.33
- remove USE_GROFF
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/24 08:16:01
Modified files:
faq : current.html
Log message:
Point out the need for updated packages after adding pf translation counter.
Fix typo (fontfonfig) while there.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 08:46:27
Modified files:
textproc/p5-Text-Autoformat: Makefile distinfo
Log message:
- update p5-Text-Autoformat to 1.669002
- remove USE_GROFF
ok Sam Smith (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 08:54:14
Modified files:
devel/p5-aliased: Makefile distinfo
Log message:
- update p5-aliased to 0.31
- remove USE_GROFF
ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/24 09:02:39
Modified files:
nl : books.html donations.html ftp.html index.html
items.html older.html orders.html tshirts.html
opensmtpd/nl : index.html portable.html users.html
openssh/nl : ftp.html index.html openbsd.html portable.html
report.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 09:09:13
Modified files:
usr.sbin/pstat : pstat.c
usr.bin/fstat : fstat.c
Log message:
Do not leak kernel pointers, unless operating as root. Some other display
functionality is lost, but one can argue that privacy was being violated
there...
ok various, including bluhm and guenther
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/03/24 09:31:02
Added files:
. : octeon.html
Log message:
Add a page for Octeon.
"sure." deraadt@
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/03/24 09:31:31
Modified files:
. : plat.html
Log message:
Add Octeon to list of current porting efforts.
"sure." deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/24 09:35:27
Modified files:
devel/harfbuzz : Makefile distinfo
Log message:
Update to harfbuzz-0.9.14.
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/24 10:54:31
Modified files:
devel/p5-Module-Find: Makefile distinfo
Log message:
Update version to 0.11 remove maintainer, tested DBIx-Class
Ok sthen benoit
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/03/24 11:01:23
Modified files:
sys/net80211 : ieee80211_node.c ieee80211_node.h
Log message:
Make ieee80211_set_tim() available from outside of ieee80211_node.c
so drivers like acx(4) can use that function directly instead of
reimplementing the function again. Requested by kettenis@ long time ago.
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/03/24 11:02:09
Modified files:
sys/dev/ic : acx.c
Log message:
Use ieee80211_set_tim() directly now that it is available.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 11:42:43
Modified files:
sys/sys : buf.h reboot.h wait.h
Log message:
label some nested #endif's
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 11:45:25
Modified files:
sys/sys : lockf.h
Log message:
hide some kernel functions from userland
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 11:45:50
Modified files:
sys/sys : utsname.h statvfs.h
Log message:
hide some userland functions from the kernel
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 11:46:25
Modified files:
sys/sys : signal.h
Log message:
do not expose a userland function to the kernel
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 11:46:58
Modified files:
include : dirent.h
Log message:
I can see no reason for #ifndef _KERNEL check in a /usr/include
(ie. non-kernel) .h file
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 11:47:49
Modified files:
lib/libpthread/include: semaphore.h
Log message:
machine/limits.h does not contain everything this file wants. It wants
the MI sys/limits.h, and has been getting lucky that all callers had
already pulled that in via other means.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 12:43:47
Modified files:
sys/arch/socppc/stand/boot: wd.c wdc.c
Log message:
use sys/param.h instead of machine/param.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 13:20:35
Modified files:
sys/arch/armish/stand/boot: wd.c wdc.c
sys/arch/hppa/stand/libsa: lf.c
sys/arch/hppa64/stand/libsa: lf.c
sys/arch/loongson/stand/boot: rd.c
Log message:
Use sys/param.h to be able to get at DEV_BSIZE
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 13:26:36
Modified files:
sys/dev/pci : pcidevs
Log message:
another ppb; soekris net1841; pointed out by mitja
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/24 13:26:43
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/24 13:55:45
Modified files:
sys/sys : syslimits.h
lib/libpthread/include: semaphore.h
lib/librthread : rthread.h
Log message:
SEM_VALUE_MAX belongs in (via sys/syslimits.h)
struct sem --> struct __sem (doesn't belong in public namespace)
Zap pointless _KERNEL tests
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/24 14:04:35
Modified files:
lib/libc/gen : sysconf.c
Log message:
sysconf(_SC_SEM_VALUE_MAX) should return SEM_VALUE_MAX, not some
unrelated sysv sem limit. Similarly, sysconf(_SC_SEM_NSEMS_MAX)
should return -1 instead of another sysv sem limit.
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/24 14:58:50
Modified files:
. : lyrics.html
Added files:
images : 53song.jpg
Log message:
release the 5.3 song (by bob kitella)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/24 15:29:21
Modified files:
net/ldns/libldns: Makefile
net/ldns/utils : Makefile
Log message:
disable groff for ldns ports, it's not needed. ok jakob@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 15:31:36
Modified files:
textproc/cloc : Makefile distinfo
Log message:
- update cloc to 1.58
- update MAINTAINER
ok jung@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/24 15:33:24
Modified files:
net/unbound : Makefile distinfo
Removed files:
net/unbound/patches: patch-iterator_iter_hints_c
Log message:
Update to Unbound 1.4.20.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 15:39:47
Modified files:
devel/p5-Test-LeakTrace: Makefile distinfo
Log message:
- update p5-Test-LeakTrace to 0.14
- remove USE_GROFF
ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/24 15:42:54
Modified files:
textproc/p5-String-Approx: Makefile distinfo
Log message:
- update p5-String-Approx to 3.27
- remove USE_GROFF
ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/24 15:50:29
Modified files:
gnu/usr.bin/binutils-2.17/ld/scripttempl: elf.sc
Log message:
Don't forget to put .plt padding in the BSS_PLT case; lost during the 2.15->2.17
update.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/24 18:12:57
Modified files:
games/scummvm : Makefile
games/scummvm/pkg: PLIST
Log message:
- don't pick up fluidsynth if installed at build time; fluidsynth can still
be used via sndio.
- regen plist, sync WANTLIB, and drop USE_GROFF.
ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/24 18:14:26
Modified files:
games/bass : Makefile
Log message:
allow ftp packages for Beneath a Steel Sky game data; they were disabled
for size reasons, but they aren't out of the ordinary now. ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/24 18:14:57
Modified files:
games/fotaq : Makefile distinfo
Log message:
update Flight of the Amazon Queen to newer upstream release (old files no
longer available), and allow ftp packages; they were disabled for size
reasons, but they aren't out of the ordinary now. ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/24 18:21:37
Modified files:
graphics/png : Makefile distinfo
graphics/png/patches: patch-scripts_libpng_pc_in
patch-scripts_makefile_openbsd
graphics/png/pkg: PLIST
Added files:
graphics/png/patches: patch-scripts_libpng-config-body_in
Removed files:
graphics/png/pkg: PFRAG.shared
Log message:
Update to png 1.5.14.
Reinstates inter-library dependencies and corrects the libpng-config
and pkg-config files for static vs shared linking.
WANTLIB update and Ok naddy@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/24 19:40:05
Modified files:
sys/dev/pci/drm: r300_cmdbuf.c
Log message:
add the missing parts of the upstream linux commit to
enable occlusion queries.
ok mpi@
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/03/24 20:32:20
Modified files:
lib/libdrm : Makefile.inc libdrm_lists.h shlib_version
xf86drm.c xf86drm.h xf86drmMode.c xf86drmMode.h
lib/libdrm/intel: intel_bufmgr.h intel_bufmgr_gem.c
intel_bufmgr_priv.h intel_chipset.h
shlib_version
lib/libdrm/libkms: intel.c linux.c nouveau.c
lib/libdrm/radeon: r600_pci_ids.h radeon_bo_gem.c
radeon_bo_gem.h radeon_cs_gem.c
radeon_cs_space.c radeon_surface.c
radeon_surface.h shlib_version
Added files:
lib/libdrm/intel: intel_aub.h
Log message:
update to libdrm 2.4.42
tested by matthieu@ krw@ mpi@ shadchin@ and ajacoutot@
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/24 21:33:28
Modified files:
regress/lib/libc/open_memstream: open_memstreamtest.c
Log message:
Add some more tests; prodded by mpi@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/25 00:22:28
Modified files:
sys/dev/pci/drm/i915: intel_overlay.c
Log message:
move the message announcing overlay init to debug
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/25 01:32:38
Modified files:
textproc/p5-String-Similarity: Makefile distinfo
Log message:
- update p5-String-Similarity to 1.04
- remove USE_GROFF
ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/25 01:55:10
Modified files:
www/puppet-dashboard: Makefile distinfo
www/puppet-dashboard/pkg: PLIST README
Removed files:
www/puppet-dashboard/patches:
patch-vendor_rails_actionpack_lib_action_controller_rb
Log message:
Update to puppet-dashboard-1.2.23.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/25 01:57:00
Modified files:
sysutils/ruby-facter: Makefile distinfo
Log message:
Update to ruby-facter-1.6.18.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/25 01:59:20
Added files:
devel/gobject-introspection/patches:
patch-tests_offsets_offsets_h
Log message:
the tests need time_t to be a long, so adjust the struct and all tests now pass.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/25 02:03:18
Modified files:
regress/lib/libpthread: Makefile
Log message:
Disable the blocked_{close,dup2,fifo} tests, as we know they fail
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/25 02:25:15
Modified files:
converters/p5-Convert-UUlib: Makefile distinfo
Log message:
- update p5-Convert-UUlib to 1.4
- remove USE_GROFF
ok Ibrahim Khalifa (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/25 02:48:34
Modified files:
www/chromium : Makefile
Log message:
use system yasm for building
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/25 03:04:09
Modified files:
converters/p5-Convert-TNEF: Makefile distinfo
converters/p5-Convert-TNEF/pkg: PLIST
Log message:
- update p5-Convert-TNEF to 0.18
- remove USE_GROFF
- regen PLIST
ok Ibrahim Khalifa (maintainer)
CVSROOT: /cvs
Module name: www
Changes by: gilles@cvs.openbsd.org 2013/03/25 03:15:18
Modified files:
opensmtpd : index.html makemap.8.html manual.html
newaliases.8.html smtpctl.8.html smtpd.8.html
smtpd.conf.5.html
Added files:
opensmtpd : aliases.5.html forward.5.html
Log message:
update documentation
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:01:43
Modified files:
usr.bin/tmux : grid.c
Log message:
Use \\ not \ for escaping \.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:02:17
Modified files:
usr.bin/tmux : cmd-capture-pane.c tmux.1
Log message:
Add -a to capture-pane to capture alternate screen, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:02:42
Modified files:
usr.bin/tmux : cmd-run-shell.c
Log message:
Plug small memory leak in run-shell. Don't potentially leak the command
to run were it to fail.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:03:00
Modified files:
usr.bin/tmux : cmd-run-shell.c
Log message:
Remove previous.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:03:24
Modified files:
usr.bin/tmux : client.c server-client.c
Log message:
Send DSC 1000p at the beginning of a -CC client's lifetime and ST and
the end, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:04:04
Modified files:
usr.bin/tmux : cmd-capture-pane.c cmd-show-options.c tmux.1
Log message:
Add -q flags to shut up errors to capture-pane and show-options, from
George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:04:23
Modified files:
usr.bin/tmux : control-notify.c
Log message:
Remove some unused/unnecessary control notifications, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:04:44
Modified files:
usr.bin/tmux : cmd-choose-client.c cmd.c
Log message:
tty.path can be NULL, don't dereference it. From George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:05:00
Modified files:
usr.bin/tmux : cmd-queue.c
Log message:
Print %%error not %%end guard on error, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:05:35
Modified files:
usr.bin/tmux : cmd-capture-pane.c grid-view.c grid.c tmux.1
tmux.h
Log message:
Preserve trailing spaces with capture-pane -J, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:05:58
Modified files:
usr.bin/tmux : cmd-source-file.c
Log message:
Continue the parent cmdq after sourcing a file.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:06:13
Modified files:
usr.bin/tmux : cfg.c cmd-queue.c
Log message:
Add some additional debug logging.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:07:21
Modified files:
usr.bin/tmux : format.c
Log message:
Do not leak command in formats, from Romain Francoise.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:07:40
Modified files:
usr.bin/tmux : grid.c
Log message:
Allow lastgc to be NULL in grid_string_cells so find-window doesn't
crash, problem reported by eugene everson.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:09:07
Modified files:
usr.bin/tmux : Makefile cmd.c tmux.1 tmux.h
Added files:
usr.bin/tmux : cmd-wait-for.c
Log message:
Add a wait-for command which blocks a client on a named channel until it
is woken up again (with wait-for -S). From Thiago Padilha.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:09:35
Modified files:
usr.bin/tmux : cmd-wait-for.c tmux.1
Log message:
Add wait-for -L and -U for lock and unlock, from Thiago Padilha.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:11:45
Modified files:
usr.bin/tmux : client.c cmd-server-info.c cmd.c
control-notify.c format.c server-fn.c session.c
tmux.1 tmux.c tmux.h window-choose.c
Log message:
Rename session idx to session id throughout and add $ prefix to targets
to use it, extended from a diff from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 04:12:01
Modified files:
usr.bin/tmux : screen-redraw.c
Log message:
Do not redraw panes if invisible.
CVSROOT: /cvs
Module name: src
Changes by: landry@cvs.openbsd.org 2013/03/25 04:21:39
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
manpages under ${PORTSDIR}/infrastructure/man are in the default search
path since almost two years (r1.17 of man.conf) - fix corresponding
documentation.
From Timo Myyrä on ports@, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/25 04:26:49
Modified files:
www/silverstripe: Makefile
www/silverstripe/pkg: README
Log message:
add some extra instructions.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/25 04:33:43
Modified files:
infrastructure/mk: arch-defines.mk
Log message:
octeon will be a GCC4 arch.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:35:30
Modified files:
usr.bin/tmux : layout-custom.c
Log message:
Fix handling of short (< 4 character) checksums and a bug with parsing
old-style custom layouts. Based on fix from Chris Johnsen.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:35:55
Modified files:
usr.bin/tmux : cmd-queue.c control.c tmux.h
Log message:
Add time and a command count to control mode guards, based on code from
George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:36:08
Modified files:
usr.bin/tmux : cmd-queue.c
Log message:
Fix a warning.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:36:25
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Add home and end as modified by xterm in keypad mode, from Chris
Johnsen.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:36:42
Modified files:
usr.bin/tmux : cmd-if-shell.c cmd-run-shell.c
Log message:
Fix if-shell and run-shell if there are no sessions. Batted around
through several people, finished off by Chris Johnsen.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/25 05:36:54
Modified files:
www/webalizer : Makefile
www/webalizer/patches: patch-sample_conf
Log message:
- fix path to geoip database
ok giovanni@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:36:59
Modified files:
usr.bin/tmux : server-client.c server-fn.c
Log message:
Use single stdout and stderr for control clients.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:37:56
Modified files:
usr.bin/tmux : tmux.1
Log message:
Document control mode in the manpage, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:38:15
Modified files:
usr.bin/tmux : cmd-capture-pane.c tmux.1
Log message:
Clean up capture-pane and add -P option to dump pending output, based on
code from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/03/25 05:38:22
Modified files:
usr.bin/mg : file.c undo.c
Log message:
Record when the buffer was saved in the undo history. The buffer
will be marked unchanged at the correct point when stepping
through the undo history.
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:38:43
Modified files:
usr.bin/tmux : control-notify.c tmux.1
Log message:
Don't add prefix to %output pane id.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:38:57
Modified files:
usr.bin/tmux : client.c
Log message:
We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when
becoming ready.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:39:11
Modified files:
usr.bin/tmux : window.c
Log message:
Don't zoom windows with one pane, from Romain Francoise.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/03/25 05:39:38
Modified files:
usr.bin/mg : undo.c
Log message:
Correct line numbers for undo-list.
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:39:53
Modified files:
usr.bin/tmux : tmux.1
Log message:
Remove unnecessary .Pp.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:40:20
Modified files:
usr.bin/tmux : tmux.1
Log message:
Clarify zoom/unzoom, from Romain Francoise.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:40:40
Modified files:
usr.bin/tmux : control-notify.c tmux.1
Log message:
Write escaped output in control mode rather than hex, from George
Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:40:54
Modified files:
usr.bin/tmux : control-notify.c format.c
Log message:
Include prefix on ids, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:41:16
Modified files:
usr.bin/tmux : cmd-queue.c tmux.h
Log message:
Only send end guard if begin was sent, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:41:31
Modified files:
usr.bin/tmux : cmd-display-message.c
Log message:
Don't let display-message crash if no client, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/03/25 05:41:44
Modified files:
usr.bin/mg : basic.c def.h display.c random.c
Log message:
Display the window's column number in mode line not the
column number of the active window.
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:41:49
Modified files:
usr.bin/tmux : screen-redraw.c
Log message:
When only two panes in a window, only draw half the separating line as
active.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:42:01
Modified files:
usr.bin/tmux : cmd-display-message.c
Log message:
Handle no client better in display-message.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:42:19
Modified files:
usr.bin/tmux : cmd-capture-pane.c
Log message:
Handle empty pending output (not a failure) and add \n. From George
Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:43:01
Modified files:
usr.bin/tmux : cmd-if-shell.c cmd-run-shell.c job.c status.c
tmux.h window-copy.c
Log message:
Extend jobs to support writing and use that for copy-pipe instead of
popen, from Chris Johnsen.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:43:33
Modified files:
usr.bin/tmux : window-copy.c
Log message:
Create a new context when copying instead of using the input
context. The input context may not exist yet. Fixes crash when copying
from config file errors.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:44:00
Modified files:
usr.bin/tmux : cmd-new-session.c cmd-new-window.c tmux.1
tmux.h
Log message:
Add -P and -F to new-session.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:44:16
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Process ^[ as meta when a partial key is found.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:46:28
Modified files:
usr.bin/tmux : tmux.1
Log message:
b comes before t.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:53:54
Modified files:
usr.bin/tmux : cmd.c server-client.c
Log message:
Sort includes and fix spaces.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 05:55:01
Modified files:
usr.bin/tmux : window.c
Log message:
Set pane resize flag when needed.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/25 06:23:41
Modified files:
audio/mpg123 : Makefile distinfo
Log message:
update to 1.15.2 (posix-ify configure script, no code changes) and
add fallback master site
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/25 06:25:41
Modified files:
. : index.html
Log message:
Add a www mirror in Reunion Island, Indian Ocean.
From Wesley MOUEDINE ASSABY.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/25 06:31:58
Modified files:
multimedia/gstreamer1/plugins-libav: Makefile
multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile
Log message:
ftp packages of these got lost in the big PERMIT_* switchover; reinstate them.
OK aja@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/25 07:13:13
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
space between macro arg and punctuation;
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/03/25 08:01:33
Modified files:
lib/libdrm/intel: Makefile shlib_version
Added files:
lib/libdrm/intel: intel_decode.c
Log message:
compile intel_decode.c as well as newer mesa needs drm_intel_decode*
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/25 08:22:03
Modified files:
usr.sbin/ospf6d: ospf6.h
Log message:
sync w/ospfd: allow two minutes until neighbor adjacencies are formed;
ok claudio@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/25 08:23:47
Modified files:
usr.sbin/ospf6d: lsupdate.c
Log message:
sync w/ ospfd:
for point-to-point interfaces we need to send lsupdates to the
interface address, since there is no DR and multicast messages to
the DR will be ignored. ok claudio@, then@
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/25 08:26:16
Modified files:
usr.sbin/ospf6d: database.c
Log message:
sync w/ospfd: the event NBR_EVT_SEQ_NUM_MIS is not defined in state
NBR_STA_XSTRT; ok claudio@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/25 08:27:33
Modified files:
usr.sbin/ospf6d: neighbor.c
Log message:
sync w/ospfd: ignore the nbr_adj_timer if we are not forming
adjacencies; ok claudio sthen
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/25 08:29:35
Modified files:
usr.sbin/ospf6d: database.c lsupdate.c neighbor.c ospf6.h
ospf6d.h ospfe.c ospfe.h rde_lsdb.c
Log message:
sync w/ospfd: improve snapshot handling; ok claudio, sthen
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/25 08:40:57
Modified files:
sys/netinet : ip_carp.c
sys/netinet6 : icmp6.c in6.c in6_ifattach.c in6_pcb.c
in6_var.h ip6_input.c nd6.c nd6_rtr.c
Log message:
Substitute the handcrafted list of IPv6 addresses by a proper TAILQ.
ok bluhm@, mikeb@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/25 08:51:17
Modified files:
de : 53.html ftp.html plat.html
openbgpd/de : ftp.html
openntpd/de : ftp.html portable.html
opensmtpd/de : index.html
openssh/de : ftp.html index.html openbsd.html portable.html
report.html
papers/de : index.html
porting/de : libraries.html
pt : index.html plat.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/25 08:52:23
Modified files:
graphics/ufraw : Makefile distinfo
Log message:
bugfix update to UFRaw 0.19.2
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/03/25 08:58:28
Modified files:
sys/dev : rnd.c rndvar.h
sys/kern : init_main.c
Log message:
reseed the random pool with 'dmesg' when more devices are attached
from hshoexer@; ok tedu@, "looks good" deraadt@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 09:59:58
Modified files:
usr.bin/tmux : cmd-split-window.c names.c options-table.c
tmux.1 window.c
Log message:
Revert the command-prefix change which breaks sequences of commands.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/25 10:01:49
Modified files:
sys/dev : softraid.c softraid_raid1.c softraid_raid6.c
softraid_raidp.c softraidvar.h
Log message:
Factor out the code that is used to recreate work units - one copy of the
code is sufficient.
ok krw@
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/03/25 10:03:31
Modified files:
distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300
md.hppa md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.sgi md.socppc md.sparc
md.sparc64 md.zaurus
distrib/sets/lists/xserv: md.amd64 md.i386 md.macppc
Log message:
sync
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/03/25 10:04:03
Modified files:
distrib/sets/lists/xbase: md.amd64 md.i386
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/25 10:04:07
Modified files:
usr.bin/tmux : cmd-if-shell.c cmd-run-shell.c
Log message:
Try to establish client for run-shell and if-shell if no -t.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/25 10:09:41
Modified files:
multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile
multimedia/gstreamer-0.10/plugins-ffmpeg/patches:
patch-ext_ffmpeg_gstffmpegdec_c
Log message:
From upstream: fix AAC decoding in GStreamer 0.10. Fixes, e.g., internet
radio playing in Clementine.
See http://cgit.freedesktop.org/gstreamer/gst-ffmpeg/commit/?h=1.0&id=a3b0ae22d76522d0a79f5d946872c0260dd1e3b2
and https://bugzilla.gnome.org/show_bug.cgi?id=679639 for details.
ok ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 10:38:19
Modified files:
usr.sbin/httpd/src/support: apxs.pl
Log message:
remove useless line that breaks with new perl
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/25 10:49:41
Modified files:
www/zurmo : Makefile distinfo
Log message:
update to zurmo-1.1.31.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:21:35
Modified files:
sys/sys : pipe.h
Log message:
clean up kernel includes; no need for uvm_extern.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:22:12
Modified files:
. : Makefile.cross
etc : Makefile
sys : Makefile
sys/kern : Makefile
distrib/notes : Makefile
etc/mtree : 4.4BSD.dist
sbin/wsconsctl : Makefile
usr.sbin/wsconscfg: Makefile
usr.sbin/wsfontload: Makefile
Removed files:
distrib/notes/palm: contents features hardware install prep
upgrade whatis xfer
distrib/palm : Makefile
distrib/palm/ramdisk: Makefile Makefile.inc install.md list
etc/etc.palm : MAKEDEV MAKEDEV.md Makefile Makefile.inc
disktab fbtab sysctl.conf ttys
sys/arch/palm : Makefile
sys/arch/palm/compile: .cvsignore
sys/arch/palm/conf: GENERIC Makefile.palm RAMDISK files.palm
sys/arch/palm/dev: palm_hdd.c palm_kpc.c palm_mmc.c palm_udc.c
sys/arch/palm/include: _float.h _types.h apmvar.h asm.h atomic.h
bootconfig.h bus.h cdefs.h conf.h cpu.h
db_machdep.h disklabel.h endian.h exec.h
fenv.h fp.h frame.h ieee.h ieeefp.h
intr.h limits.h loadfile_machdep.h lock.h
machine_reg.h mutex.h palm_var.h param.h
pcb.h pio.h pmap.h proc.h profile.h
ptrace.h reg.h reloc.h setjmp.h signal.h
spinlock.h stdarg.h sysarch.h tcb.h
trap.h vmparam.h
sys/arch/palm/palm: autoconf.c genassym.cf palm_lcd.c
palm_machdep.c palm_start.S
Log message:
the unused palm code goes away.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:29:28
Modified files:
usr.sbin/hotplugd: Makefile
Log message:
the unused palm code goes away.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:32:08
Removed files:
sys/arch/gumstix: Makefile
sys/arch/gumstix/compile: .cvsignore
sys/arch/gumstix/conf: GENERIC Makefile.gumstix RAMDISK
files.gumstix
sys/arch/gumstix/gumstix: autoconf.c genassym.cf
gumstix_machdep.c gumstix_start.S
sys/arch/gumstix/include: _float.h _types.h apmvar.h asm.h
atomic.h bootconfig.h bus.h cdefs.h
conf.h cpu.h db_machdep.h disklabel.h
endian.h exec.h fenv.h fp.h frame.h
gumstix_var.h ieee.h ieeefp.h intr.h
limits.h loadfile_machdep.h lock.h
machine_reg.h mutex.h param.h pcb.h
pio.h pmap.h proc.h profile.h ptrace.h
reg.h reloc.h setjmp.h signal.h
spinlock.h stdarg.h sysarch.h tcb.h
trap.h vmparam.h
sys/arch/gumstix/stand: Makefile
Log message:
gumstix was never finished
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:33:02
Modified files:
. : Makefile.cross
Log message:
gumstix was never finished
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:37:43
Modified files:
. : crypto.html
Log message:
afs went away
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:40:12
Modified files:
sys/dev/microcode/uyap: Makefile
sys/dev/microcode/kue: Makefile
sys/dev/microcode/symbol: Makefile
sys/dev/microcode/atmel: Makefile
sys/dev/microcode/zydas: Makefile
sys/dev/microcode/rum: Makefile
sys/dev/microcode/tusb3410: Makefile
sys/dev/microcode/udl: Makefile
share/man/man8 : Makefile
Log message:
these will not be built for palm since it went away
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:41:25
Removed files:
share/man/man8/man8.palm: MAKEDEV.8 Makefile
Log message:
no need for these palm files
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/25 11:41:46
Modified files:
infrastructure/mk: arch-defines.mk
Log message:
gumstix was buried under a palm tree.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:41:52
Removed files:
distrib/sets/lists/base: md.palm
distrib/sets/lists/comp: md.palm
distrib/sets/lists/etc: md.palm
distrib/sets/lists/game: md.palm
distrib/sets/lists/man: md.palm
Log message:
no more palm sets
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/25 11:45:09
src/distrib/octeon
Update of /cvs/src/distrib/octeon
In directory cvs.openbsd.org:/tmp/cvs-serv20103/octeon
Log Message:
Directory /cvs/src/distrib/octeon added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/25 11:45:14
src/distrib/octeon/ramdisk
Update of /cvs/src/distrib/octeon/ramdisk
In directory cvs.openbsd.org:/tmp/cvs-serv24318/ramdisk
Log Message:
Directory /cvs/src/distrib/octeon/ramdisk added to the repository
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:46:24
Modified files:
sys/sys : param.h
sys/arch/alpha/include: param.h
sys/arch/amd64/include: param.h
sys/arch/arm/include: param.h
sys/arch/hppa/include: param.h
sys/arch/hppa64/include: param.h
sys/arch/i386/include: param.h
sys/arch/ia64/include: param.h
sys/arch/m68k/include: param.h
sys/arch/m88k/include: param.h
sys/arch/mips64/include: param.h
sys/arch/powerpc/include: param.h
sys/arch/sh/include: param.h
sys/arch/solbourne/include: param.h
sys/arch/sparc/include: param.h
sys/arch/sparc64/include: param.h
sys/arch/vax/include: param.h
Log message:
ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/25 11:52:41
Modified files:
. : tshirts.html
Log message:
typo; Nicolai
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/25 11:58:46
Modified files:
security/p5-Crypt-CBC: Makefile distinfo
Log message:
- update p5-Crypt-CBC to 2.32
- remove USE_GROFF
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/03/25 12:15:27
Modified files:
. : goals.html
Log message:
AFS went away
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/25 12:17:22
Modified files:
sys/arch/m68k/include: param.h pte_motorola.h
Log message:
Move SEGSHIFT-related definitions and macros to , as they
only matter to pmap-related code. Fixes libkvm build on m68k.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 12:21:02
Modified files:
sys/arch/m68k/include: pte_motorola.h
Log message:
PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/25 13:08:56
Removed files:
sys/arch/m68k/fpe: README files.fpe fpu_add.c fpu_arith.h
fpu_arith_proto.h fpu_calcea.c fpu_div.c
fpu_emulate.c fpu_emulate.h fpu_explode.c
fpu_fmovecr.c fpu_fscale.c fpu_fstore.c
fpu_getexp.c fpu_implode.c fpu_int.c
fpu_log.c fpu_mul.c fpu_rem.c fpu_sqrt.c
fpu_subr.c
Log message:
Remove the m68k FPU emulator; it was only used by the mac68k port which has been
lying in the Attic for quite awhile; none of the remaining m68k-based ports
support FPU-less systems; assuming my HP332 cpu board is in working condition,
give me memory boards for it to have at least 8MB and a chassis, and I'll
consider bringing this code back. But then, the 332 has an FPU socket, and
I'd rather write a new glue to use the MI softloat code (bug-free) than try
and fix the bugs in this.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 13:32:19
Removed files:
sys/arch/i386/include/pc: display.h msdos.h
Log message:
unused relics
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 13:32:52
Modified files:
sys/arch/i386/include: pmap.h
Log message:
PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 13:33:11
Modified files:
sys/arch/i386/include: vmparam.h
Log message:
PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 13:48:23
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/25 13:49:08
Modified files:
sys/dev/rasops : rasops.c rasops.h
Log message:
Add basic support for multiple screens.
ok mpi@, miod@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/25 13:50:56
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h
Log message:
Use the new rasops multiple screen support to provide proper virtual
terminals.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 13:57:41
Modified files:
sys/arch/mips64/include: pte.h
Log message:
PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 13:59:22
Modified files:
sys/arch/hppa/include: cpufunc.h
Log message:
PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 14:03:02
Modified files:
sys/arch/alpha/include: pmap.h
Log message:
PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:11:33
Log message:
import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself
Status:
Vendor Tag: CPAN
Release Tags: PERL_5_16_3
C src/gnu/usr.bin/perl/Artistic
U src/gnu/usr.bin/perl/AUTHORS
U src/gnu/usr.bin/perl/autodoc.pl
C src/gnu/usr.bin/perl/av.c
C src/gnu/usr.bin/perl/av.h
C src/gnu/usr.bin/perl/cflags.SH
C src/gnu/usr.bin/perl/Changes
N src/gnu/usr.bin/perl/charclass_invlists.h
C src/gnu/usr.bin/perl/config_h.SH
C src/gnu/usr.bin/perl/configpm
C src/gnu/usr.bin/perl/Configure
U src/gnu/usr.bin/perl/configure.com
C src/gnu/usr.bin/perl/configure.gnu
C src/gnu/usr.bin/perl/cop.h
U src/gnu/usr.bin/perl/Copying
C src/gnu/usr.bin/perl/cv.h
U src/gnu/usr.bin/perl/deb.c
C src/gnu/usr.bin/perl/doio.c
C src/gnu/usr.bin/perl/doop.c
C src/gnu/usr.bin/perl/dosish.h
N src/gnu/usr.bin/perl/dquote_static.c
C src/gnu/usr.bin/perl/dump.c
U src/gnu/usr.bin/perl/embed.fnc
C src/gnu/usr.bin/perl/embed.h
U src/gnu/usr.bin/perl/embedvar.h
U src/gnu/usr.bin/perl/EXTERN.h
U src/gnu/usr.bin/perl/fakesdio.h
U src/gnu/usr.bin/perl/fakethr.h
N src/gnu/usr.bin/perl/feature.h
C src/gnu/usr.bin/perl/form.h
U src/gnu/usr.bin/perl/generate_uudmap.c
U src/gnu/usr.bin/perl/genpacksizetables.pl
U src/gnu/usr.bin/perl/globals.c
C src/gnu/usr.bin/perl/globvar.sym
C src/gnu/usr.bin/perl/gv.c
C src/gnu/usr.bin/perl/gv.h
C src/gnu/usr.bin/perl/handy.h
C src/gnu/usr.bin/perl/hv.c
C src/gnu/usr.bin/perl/hv.h
C src/gnu/usr.bin/perl/INSTALL
U src/gnu/usr.bin/perl/install_lib.pl
C src/gnu/usr.bin/perl/installhtml
C src/gnu/usr.bin/perl/installman
C src/gnu/usr.bin/perl/installperl
U src/gnu/usr.bin/perl/INTERN.h
U src/gnu/usr.bin/perl/intrpvar.h
U src/gnu/usr.bin/perl/iperlsys.h
N src/gnu/usr.bin/perl/keywords.c
C src/gnu/usr.bin/perl/keywords.h
N src/gnu/usr.bin/perl/l1_char_class_tab.h
U src/gnu/usr.bin/perl/locale.c
U src/gnu/usr.bin/perl/madly.c
U src/gnu/usr.bin/perl/make_ext.pl
U src/gnu/usr.bin/perl/make_patchnum.pl
C src/gnu/usr.bin/perl/makedef.pl
U src/gnu/usr.bin/perl/makedepend.SH
U src/gnu/usr.bin/perl/Makefile.micro
C src/gnu/usr.bin/perl/Makefile.SH
C src/gnu/usr.bin/perl/malloc.c
U src/gnu/usr.bin/perl/malloc_ctl.h
C src/gnu/usr.bin/perl/MANIFEST
U src/gnu/usr.bin/perl/mathoms.c
U src/gnu/usr.bin/perl/META.yml
N src/gnu/usr.bin/perl/metaconfig.h
N src/gnu/usr.bin/perl/metaconfig.SH
C src/gnu/usr.bin/perl/mg.c
C src/gnu/usr.bin/perl/mg.h
N src/gnu/usr.bin/perl/mg_names.c
N src/gnu/usr.bin/perl/mg_raw.h
N src/gnu/usr.bin/perl/mg_vtable.h
U src/gnu/usr.bin/perl/minimod.pl
C src/gnu/usr.bin/perl/miniperlmain.c
U src/gnu/usr.bin/perl/mkppport
U src/gnu/usr.bin/perl/mkppport.lst
U src/gnu/usr.bin/perl/mro.c
U src/gnu/usr.bin/perl/myconfig.SH
U src/gnu/usr.bin/perl/mydtrace.h
U src/gnu/usr.bin/perl/nostdio.h
U src/gnu/usr.bin/perl/numeric.c
C src/gnu/usr.bin/perl/op.c
C src/gnu/usr.bin/perl/op.h
N src/gnu/usr.bin/perl/op_reg_common.h
C src/gnu/usr.bin/perl/opcode.h
U src/gnu/usr.bin/perl/opnames.h
U src/gnu/usr.bin/perl/overload.c
U src/gnu/usr.bin/perl/overload.h
U src/gnu/usr.bin/perl/pad.c
U src/gnu/usr.bin/perl/pad.h
U src/gnu/usr.bin/perl/parser.h
C src/gnu/usr.bin/perl/patchlevel.h
C src/gnu/usr.bin/perl/perl.c
C src/gnu/usr.bin/perl/perl.h
U src/gnu/usr.bin/perl/perlapi.c
U src/gnu/usr.bin/perl/perlapi.h
U src/gnu/usr.bin/perl/perldtrace.d
C src/gnu/usr.bin/perl/perlio.c
C src/gnu/usr.bin/perl/perlio.h
U src/gnu/usr.bin/perl/perlio.sym
U src/gnu/usr.bin/perl/perliol.h
C src/gnu/usr.bin/perl/perlsdio.h
U src/gnu/usr.bin/perl/perlsfio.h
U src/gnu/usr.bin/perl/perlsh
U src/gnu/usr.bin/perl/perlvars.h
U src/gnu/usr.bin/perl/perly.act
C src/gnu/usr.bin/perl/perly.c
C src/gnu/usr.bin/perl/perly.h
U src/gnu/usr.bin/perl/perly.tab
C src/gnu/usr.bin/perl/perly.y
U src/gnu/usr.bin/perl/Policy_sh.SH
C src/gnu/usr.bin/perl/pp.c
C src/gnu/usr.bin/perl/pp.h
C src/gnu/usr.bin/perl/pp_ctl.c
C src/gnu/usr.bin/perl/pp_hot.c
U src/gnu/usr.bin/perl/pp_pack.c
U src/gnu/usr.bin/perl/pp_proto.h
U src/gnu/usr.bin/perl/pp_sort.c
C src/gnu/usr.bin/perl/pp_sys.c
C src/gnu/usr.bin/perl/proto.h
C src/gnu/usr.bin/perl/README
U src/gnu/usr.bin/perl/README.aix
C src/gnu/usr.bin/perl/README.amiga
U src/gnu/usr.bin/perl/README.beos
U src/gnu/usr.bin/perl/README.bs2000
U src/gnu/usr.bin/perl/README.ce
U src/gnu/usr.bin/perl/README.cn
U src/gnu/usr.bin/perl/README.cygwin
U src/gnu/usr.bin/perl/README.dgux
U src/gnu/usr.bin/perl/README.dos
U src/gnu/usr.bin/perl/README.epoc
U src/gnu/usr.bin/perl/README.freebsd
U src/gnu/usr.bin/perl/README.haiku
U src/gnu/usr.bin/perl/README.hpux
U src/gnu/usr.bin/perl/README.hurd
U src/gnu/usr.bin/perl/README.irix
U src/gnu/usr.bin/perl/README.jp
U src/gnu/usr.bin/perl/README.ko
U src/gnu/usr.bin/perl/README.linux
U src/gnu/usr.bin/perl/README.macos
U src/gnu/usr.bin/perl/README.macosx
U src/gnu/usr.bin/perl/README.micro
U src/gnu/usr.bin/perl/README.mpeix
U src/gnu/usr.bin/perl/README.netware
U src/gnu/usr.bin/perl/README.openbsd
C src/gnu/usr.bin/perl/README.os2
U src/gnu/usr.bin/perl/README.os390
U src/gnu/usr.bin/perl/README.os400
U src/gnu/usr.bin/perl/README.plan9
C src/gnu/usr.bin/perl/README.qnx
U src/gnu/usr.bin/perl/README.riscos
C src/gnu/usr.bin/perl/README.solaris
U src/gnu/usr.bin/perl/README.symbian
U src/gnu/usr.bin/perl/README.tru64
U src/gnu/usr.bin/perl/README.tw
U src/gnu/usr.bin/perl/README.uts
U src/gnu/usr.bin/perl/README.vmesa
C src/gnu/usr.bin/perl/README.vms
U src/gnu/usr.bin/perl/README.vos
C src/gnu/usr.bin/perl/README.win32
U src/gnu/usr.bin/perl/reentr.c
U src/gnu/usr.bin/perl/reentr.h
U src/gnu/usr.bin/perl/regcharclass.h
C src/gnu/usr.bin/perl/regcomp.c
C src/gnu/usr.bin/perl/regcomp.h
U src/gnu/usr.bin/perl/regcomp.sym
U src/gnu/usr.bin/perl/regen.pl
U src/gnu/usr.bin/perl/regen_perly.pl
C src/gnu/usr.bin/perl/regexec.c
C src/gnu/usr.bin/perl/regexp.h
U src/gnu/usr.bin/perl/regnodes.h
C src/gnu/usr.bin/perl/run.c
U src/gnu/usr.bin/perl/runtests.SH
C src/gnu/usr.bin/perl/scope.c
C src/gnu/usr.bin/perl/scope.h
C src/gnu/usr.bin/perl/sv.c
C src/gnu/usr.bin/perl/sv.h
C src/gnu/usr.bin/perl/taint.c
U src/gnu/usr.bin/perl/TestInit.pm
U src/gnu/usr.bin/perl/thread.h
U src/gnu/usr.bin/perl/time64.c
U src/gnu/usr.bin/perl/time64.h
U src/gnu/usr.bin/perl/time64_config.h
C src/gnu/usr.bin/perl/toke.c
U src/gnu/usr.bin/perl/uconfig.h
U src/gnu/usr.bin/perl/utf8.c
U src/gnu/usr.bin/perl/uconfig.sh
N src/gnu/usr.bin/perl/uconfig64.sh
C src/gnu/usr.bin/perl/universal.c
C src/gnu/usr.bin/perl/unixish.h
U src/gnu/usr.bin/perl/utf8.h
U src/gnu/usr.bin/perl/utfebcdic.h
C src/gnu/usr.bin/perl/util.c
C src/gnu/usr.bin/perl/util.h
C src/gnu/usr.bin/perl/utils.lst
U src/gnu/usr.bin/perl/warnings.h
N src/gnu/usr.bin/perl/write_buildcustomize.pl
C src/gnu/usr.bin/perl/XSUB.h
U src/gnu/usr.bin/perl/beos/beos.c
U src/gnu/usr.bin/perl/beos/beosish.h
U src/gnu/usr.bin/perl/beos/nm.c
U src/gnu/usr.bin/perl/cpan/Archive-Extract/lib/Archive/Extract.pm
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/01_Archive-Extract.t
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/double_dir.zip
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.bz2
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.ear
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.gz
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.jar
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.lzma
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.par
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tar
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tar.gz
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tar.xz
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.tgz
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.txz
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.war
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.xz
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.Z
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/x.zip
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.ear
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.jar
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.par
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.bz2
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.gz
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tar.xz
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tbz
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.tgz
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.txz
N src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.war
U src/gnu/usr.bin/perl/cpan/Archive-Extract/t/src/y.zip
U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptar
U src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptardiff
N src/gnu/usr.bin/perl/cpan/Archive-Tar/bin/ptargrep
U src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar.pm
U src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/Constant.pm
U src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/File.pm
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/01_use.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/02_methods.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/03_file.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/04_resolved_issues.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/05_iter.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/06_error.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/90_symlink.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/99_pod.t
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/header/signed.tar
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/b
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/bar.tar
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tbz
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/long/foo.tgz
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/b
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/bar.tar
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tbz
U src/gnu/usr.bin/perl/cpan/Archive-Tar/t/src/short/foo.tgz
U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie.pm
U src/gnu/usr.bin/perl/cpan/autodie/lib/Fatal.pm
U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception.pm
U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/hints.pm
U src/gnu/usr.bin/perl/cpan/autodie/lib/autodie/exception/system.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/00-load.t
U src/gnu/usr.bin/perl/cpan/autodie/t/autodie.t
U src/gnu/usr.bin/perl/cpan/autodie/t/autodie_test_module.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/backcompat.t
U src/gnu/usr.bin/perl/cpan/autodie/t/basic_exceptions.t
U src/gnu/usr.bin/perl/cpan/autodie/t/binmode.t
U src/gnu/usr.bin/perl/cpan/autodie/t/blog_hints.t
U src/gnu/usr.bin/perl/cpan/autodie/t/caller.t
U src/gnu/usr.bin/perl/cpan/autodie/t/context.t
U src/gnu/usr.bin/perl/cpan/autodie/t/context_lexical.t
U src/gnu/usr.bin/perl/cpan/autodie/t/crickey.t
U src/gnu/usr.bin/perl/cpan/autodie/t/dbmopen.t
N src/gnu/usr.bin/perl/cpan/autodie/t/eval_error.t
U src/gnu/usr.bin/perl/cpan/autodie/t/exception_class.t
U src/gnu/usr.bin/perl/cpan/autodie/t/exceptions.t
U src/gnu/usr.bin/perl/cpan/autodie/t/exec.t
U src/gnu/usr.bin/perl/cpan/autodie/t/Fatal.t
U src/gnu/usr.bin/perl/cpan/autodie/t/filehandles.t
U src/gnu/usr.bin/perl/cpan/autodie/t/fileno.t
U src/gnu/usr.bin/perl/cpan/autodie/t/flock.t
U src/gnu/usr.bin/perl/cpan/autodie/t/format-clobber.t
U src/gnu/usr.bin/perl/cpan/autodie/t/hints.t
U src/gnu/usr.bin/perl/cpan/autodie/t/hints_insist.t
U src/gnu/usr.bin/perl/cpan/autodie/t/hints_pod_examples.t
U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_does.t
U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_easy_does_it.t
U src/gnu/usr.bin/perl/cpan/autodie/t/hints_provider_isa.t
U src/gnu/usr.bin/perl/cpan/autodie/t/internal-backcompat.t
U src/gnu/usr.bin/perl/cpan/autodie/t/internal.t
U src/gnu/usr.bin/perl/cpan/autodie/t/lethal.t
U src/gnu/usr.bin/perl/cpan/autodie/t/mkdir.t
U src/gnu/usr.bin/perl/cpan/autodie/t/open.t
U src/gnu/usr.bin/perl/cpan/autodie/t/recv.t
U src/gnu/usr.bin/perl/cpan/autodie/t/repeat.t
U src/gnu/usr.bin/perl/cpan/autodie/t/scope_leak.t
U src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-basic.t
U src/gnu/usr.bin/perl/cpan/autodie/t/string-eval-leak.t
U src/gnu/usr.bin/perl/cpan/autodie/t/sysopen.t
U src/gnu/usr.bin/perl/cpan/autodie/t/truncate.t
U src/gnu/usr.bin/perl/cpan/autodie/t/unlink.t
U src/gnu/usr.bin/perl/cpan/autodie/t/user-context.t
U src/gnu/usr.bin/perl/cpan/autodie/t/usersub.t
U src/gnu/usr.bin/perl/cpan/autodie/t/version.t
U src/gnu/usr.bin/perl/cpan/autodie/t/version_tag.t
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Caller_helper.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_pod_examples.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_does.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_easy_does_it.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_provider_isa.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Hints_test.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/lethal.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/OtherTypes.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/badname.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/missing.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/autodie/test/au/exception.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/my/autodie.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm
U src/gnu/usr.bin/perl/cpan/autodie/t/lib/Some/Module.pm
U src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoLoader.pm
U src/gnu/usr.bin/perl/cpan/AutoLoader/lib/AutoSplit.pm
U src/gnu/usr.bin/perl/cpan/AutoLoader/t/01AutoLoader.t
U src/gnu/usr.bin/perl/cpan/AutoLoader/t/02AutoSplit.t
U src/gnu/usr.bin/perl/cpan/B-Debug/Debug.pm
U src/gnu/usr.bin/perl/cpan/B-Debug/t/debug.t
C src/gnu/usr.bin/perl/cpan/CGI/Changes
U src/gnu/usr.bin/perl/cpan/CGI/examples/caution.xbm
U src/gnu/usr.bin/perl/cpan/CGI/examples/clickable_image.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/cookie.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/crash.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/customize.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/diff_upload.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/dna.small.gif
U src/gnu/usr.bin/perl/cpan/CGI/examples/file_upload.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/frameset.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/index.html
U src/gnu/usr.bin/perl/cpan/CGI/examples/internal_links.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/javascript.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/make_links.pl
U src/gnu/usr.bin/perl/cpan/CGI/examples/monty.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/multiple_forms.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/nph-clock.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/nph-multipart.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/popup.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/save_state.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/tryit.cgi
U src/gnu/usr.bin/perl/cpan/CGI/examples/wilogo.gif
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI.pm
U src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Apache.pm
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Carp.pm
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Cookie.pm
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Fast.pm
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Pretty.pm
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Push.pm
U src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Switch.pm
C src/gnu/usr.bin/perl/cpan/CGI/lib/CGI/Util.pm
U src/gnu/usr.bin/perl/cpan/CGI/t/apache.t
U src/gnu/usr.bin/perl/cpan/CGI/t/autoescape.t
U src/gnu/usr.bin/perl/cpan/CGI/t/can.t
C src/gnu/usr.bin/perl/cpan/CGI/t/carp.t
C src/gnu/usr.bin/perl/cpan/CGI/t/charset.t
U src/gnu/usr.bin/perl/cpan/CGI/t/checkbox_group.t
C src/gnu/usr.bin/perl/cpan/CGI/t/cookie.t
N src/gnu/usr.bin/perl/cpan/CGI/t/delete.t
U src/gnu/usr.bin/perl/cpan/CGI/t/Dump.t
U src/gnu/usr.bin/perl/cpan/CGI/t/end_form.t
U src/gnu/usr.bin/perl/cpan/CGI/t/form.t
U src/gnu/usr.bin/perl/cpan/CGI/t/function.t
C src/gnu/usr.bin/perl/cpan/CGI/t/headers.t
U src/gnu/usr.bin/perl/cpan/CGI/t/hidden.t
C src/gnu/usr.bin/perl/cpan/CGI/t/html.t
C src/gnu/usr.bin/perl/cpan/CGI/t/http.t
U src/gnu/usr.bin/perl/cpan/CGI/t/init.t
U src/gnu/usr.bin/perl/cpan/CGI/t/init_test.txt
U src/gnu/usr.bin/perl/cpan/CGI/t/no_tabindex.t
C src/gnu/usr.bin/perl/cpan/CGI/t/param_fetch.t
U src/gnu/usr.bin/perl/cpan/CGI/t/popup_menu.t
U src/gnu/usr.bin/perl/cpan/CGI/t/pretty.t
U src/gnu/usr.bin/perl/cpan/CGI/t/push.t
U src/gnu/usr.bin/perl/cpan/CGI/t/request.t
U src/gnu/usr.bin/perl/cpan/CGI/t/query_string.t
N src/gnu/usr.bin/perl/cpan/CGI/t/rt-52469.t
U src/gnu/usr.bin/perl/cpan/CGI/t/save_read_roundtrip.t
U src/gnu/usr.bin/perl/cpan/CGI/t/start_end_asterisk.t
U src/gnu/usr.bin/perl/cpan/CGI/t/start_end_end.t
U src/gnu/usr.bin/perl/cpan/CGI/t/start_end_start.t
U src/gnu/usr.bin/perl/cpan/CGI/t/switch.t
N src/gnu/usr.bin/perl/cpan/CGI/t/tmpdir.t
U src/gnu/usr.bin/perl/cpan/CGI/t/unescapeHTML.t
U src/gnu/usr.bin/perl/cpan/CGI/t/upload.t
U src/gnu/usr.bin/perl/cpan/CGI/t/upload_post_text.txt
U src/gnu/usr.bin/perl/cpan/CGI/t/uploadInfo.t
U src/gnu/usr.bin/perl/cpan/CGI/t/url.t
U src/gnu/usr.bin/perl/cpan/CGI/t/user_agent.t
U src/gnu/usr.bin/perl/cpan/CGI/t/utf8.t
U src/gnu/usr.bin/perl/cpan/CGI/t/util-58.t
U src/gnu/usr.bin/perl/cpan/CGI/t/util.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Bzip2.xs
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Changes
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/Makefile.PL
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/README
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/typemap
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/compress.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/fallback/constants.xs
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/private/MakeUtil.pm
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/000prereq.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/01bzip2.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/09limitoutput.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/99pod.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Changes
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/config.in
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/README
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/typemap
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/Zlib.xs
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/examples/filtdef
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/examples/filtinf
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/constants.xs
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/private/MakeUtil.pm
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/01version.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/02zlib.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/07bufsize.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/09limitoutput.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/18lvalue.t
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/adler32.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/compress.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/crc32.h
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/deflate.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/infback.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffast.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inffixed.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inflate.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/inftrees.h
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.c
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/trees.h
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/uncompr.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zconf.h
U src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zlib.h
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.c
C src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/zutil.h
U src/gnu/usr.bin/perl/cpan/CPAN/Changes
U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2003.pub
U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2005.pub
U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2007.pub
U src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2009.pub
N src/gnu/usr.bin/perl/cpan/CPAN/PAUSE2011.pub
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/App/Cpan.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Author.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Bundle.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/CacheMgr.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Complete.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Debug.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/DeferredCode.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distribution.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distroprefs.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Distrostatus.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FirstTime.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HandleConfig.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Index.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/InfoObj.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Mirrors.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Module.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Nox.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Prompt.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Queue.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Shell.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Tarzip.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/URL.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Version.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/API/HOWTO.pod
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm
N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/yaml_process_error.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/FTP/netrc.pm
N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/Client.pm
N src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/HTTP/Credentials.pm
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml
U src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/LWP/UserAgent.pm
U src/gnu/usr.bin/perl/cpan/CPAN/scripts/cpan
U src/gnu/usr.bin/perl/cpan/CPAN/t/01loadme.t
U src/gnu/usr.bin/perl/cpan/CPAN/t/02nox.t
U src/gnu/usr.bin/perl/cpan/CPAN/t/03pkgs.t
U src/gnu/usr.bin/perl/cpan/CPAN/t/10version.t
U src/gnu/usr.bin/perl/cpan/CPAN/t/11mirroredby.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/Changes
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Requirements.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/accepts.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/bad_version_hook.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/basic.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter-bad.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter-fail.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/converter.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/finalize.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/from-hash.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/load-bad.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/merge.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/meta-obj.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/no-index.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs-finalize.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs-merge.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/prereqs.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/repository.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/save-load.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/strings.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/validator.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/gpl-1_4.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_0.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_1.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_2.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_3.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-1_4.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/META-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/resources.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/restricted-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/restrictive-1_4.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/unicode.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/version-not-normal.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/version-ranges-1_4.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data/version-ranges-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/107650337-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1122575719-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1206545041-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1598804075-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1927486199-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1985684504-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/1985980974-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/2031017050-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/284247103-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/344981821-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/35478989-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/476602558-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/98042513-META.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_0.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_1.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_2.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_3.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-1_4.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/META-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/restrictive-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-bad/version-ranges-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_0.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_1.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_2.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_3.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-1_4.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-fail/META-2.json
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/01_compile.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/02_basic.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/03_regression.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/05_export.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/11_meta_yml.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/12_plagger.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/13_perl_smith.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/14_yaml_org.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/15_multibyte.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/16_nullrefs.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/17_toolbar.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/18_tap.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/19_errors.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/20_subclass.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/21_bom.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/22_comments.t
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/HTML-WebDAO.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/multibyte.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/one.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/sample.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/Spreadsheet-Read.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/Template-Provider-Unicode-Japanese.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/toolbar.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/two.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/utf_16_le_bom.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/data/vanilla.yml
N src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/Test.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/Makefile.PL
U src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpan2dist
U src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpanp
U src/gnu/usr.bin/perl/cpan/CPANPLUS/bin/cpanp-run-perl
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Config.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Configure.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Error.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/FAQ.pod
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Hacking.pod
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Selfupdate.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend/RV.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Configure/Setup.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Autobundle.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/MM.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist/Sample.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Constants.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Extract.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Fetch.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Report.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Search.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Utils.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Constants/Report.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/Memory.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Utils/Autoflush.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Checksums.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Fake.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Signature.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author/Fake.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Classic.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
C src/gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Source.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/01_CPANPLUS-Configure.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/02_CPANPLUS-Internals.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/04_CPANPLUS-Module.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/08_CPANPLUS-Backend.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/09_CPANPLUS-Internals-Search.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/10_CPANPLUS-Error.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/15_CPANPLUS-Shell.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/19_CPANPLUS-Dist.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/25_CPANPLUS.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.meta
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.readme
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/CHECKSUMS
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.readme
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/CHECKSUMS
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.readme
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/CHECKSUMS
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.readme
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/autobundle/Snapshot.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS/t/inc/conf.pl
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build/Constants.pm
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build.t
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/authors/01mailrc.txt.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/02packages.details.txt.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/03modlist.data.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/dummy-perl/.hidden
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/inc/conf.pl
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/src/noxs/Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/CPANPLUS-Dist-Build/t/src/xs/Foo-Bar-0.01.tar.gz
U src/gnu/usr.bin/perl/cpan/DB_File/Changes
U src/gnu/usr.bin/perl/cpan/DB_File/config.in
U src/gnu/usr.bin/perl/cpan/DB_File/DB_File.pm
U src/gnu/usr.bin/perl/cpan/DB_File/DB_File.xs
U src/gnu/usr.bin/perl/cpan/DB_File/DB_File_BS
U src/gnu/usr.bin/perl/cpan/DB_File/dbinfo
U src/gnu/usr.bin/perl/cpan/DB_File/Makefile.PL
U src/gnu/usr.bin/perl/cpan/DB_File/typemap
U src/gnu/usr.bin/perl/cpan/DB_File/version.c
U src/gnu/usr.bin/perl/cpan/DB_File/hints/dynixptx.pl
U src/gnu/usr.bin/perl/cpan/DB_File/hints/sco.pl
U src/gnu/usr.bin/perl/cpan/DB_File/t/db-btree.t
U src/gnu/usr.bin/perl/cpan/DB_File/t/db-hash.t
U src/gnu/usr.bin/perl/cpan/DB_File/t/db-recno.t
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/apicheck_c.PL
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/Changes
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/HACKERS
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/MANIFEST.SKIP
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/mktests.PL
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/module2.c
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/module3.c
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort.xs
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/ppport_h.PL
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort_pm.PL
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/PPPort_xs.PL
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/README
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/soak
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/TODO
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/typemap
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/buildperl.pl
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/devtools.pl
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mkapidoc.sh
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mktodo
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/mktodo.pl
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/regenerate
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/devel/scanprov
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/apicheck.pl
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/apidoc.fnc
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/embed.fnc
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/ppport.fnc
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/ppptools.pl
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004010
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004020
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004030
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004040
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5004050
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005010
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005020
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005030
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5005040
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5006002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5007003
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008003
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008004
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008005
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008006
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008007
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008008
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5008009
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009003
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009004
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5009005
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5010000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5010001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011001
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011002
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011003
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011004
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5011005
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012001
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012002
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5012003
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013001
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013002
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013003
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013004
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013005
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013006
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013007
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013008
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013009
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013010
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5013011
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/base/5014000
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/call
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/cop
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/exception
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/format
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/grok
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/gv
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/HvNAME
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/limits
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/magic
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/memory
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/misc
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/mPUSH
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/MY_CXT
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newCONSTSUB
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newRV
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newSV_type
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/newSVpv
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/podtest
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphbin
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphdoc
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/ppphtest
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/pv_tools
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/pvs
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/shared_pv
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/snprintf
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/sprintf
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/strlfuncs
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/Sv_set
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/sv_xpvf
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/SvPV
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/SvREFCNT
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/threads
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/uv
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/variables
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/version
C src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc/warn
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004010
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004020
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004030
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004040
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5004050
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005010
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005020
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005030
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5005040
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5006002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5007003
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008003
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008004
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008005
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008006
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008007
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008008
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5008009
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009002
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009003
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009004
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5009005
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5010000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5010001
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011001
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011002
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011003
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011004
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5011005
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012001
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012002
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5012003
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013000
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013001
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013002
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013003
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013004
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013005
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013006
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013007
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013008
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013009
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013010
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5013011
N src/gnu/usr.bin/perl/cpan/Devel-PPPort/parts/todo/5014000
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/call.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/cop.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/exception.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/format.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/grok.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/gv.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/HvNAME.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/limits.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/magic.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/memory.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/misc.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/mPUSH.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/MY_CXT.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newCONSTSUB.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newRV.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newSV_type.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/newSVpv.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/podtest.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/ppphtest.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/pv_tools.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/pvs.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/shared_pv.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/snprintf.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/sprintf.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/strlfuncs.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/SvPV.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/Sv_set.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/sv_xpvf.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/SvREFCNT.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/testutil.pl
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/threads.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/uv.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/variables.t
U src/gnu/usr.bin/perl/cpan/Devel-PPPort/t/warn.t
C src/gnu/usr.bin/perl/cpan/Digest/Changes
C src/gnu/usr.bin/perl/cpan/Digest/Digest.pm
U src/gnu/usr.bin/perl/cpan/Digest/Digest/base.pm
U src/gnu/usr.bin/perl/cpan/Digest/Digest/file.pm
C src/gnu/usr.bin/perl/cpan/Digest/t/base.t
C src/gnu/usr.bin/perl/cpan/Digest/t/digest.t
C src/gnu/usr.bin/perl/cpan/Digest/t/file.t
C src/gnu/usr.bin/perl/cpan/Digest/t/security.t
N src/gnu/usr.bin/perl/cpan/Digest/t/lib/Digest/Dummy.pm
C src/gnu/usr.bin/perl/cpan/Digest-MD5/Changes
U src/gnu/usr.bin/perl/cpan/Digest-MD5/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.pm
C src/gnu/usr.bin/perl/cpan/Digest-MD5/MD5.xs
U src/gnu/usr.bin/perl/cpan/Digest-MD5/README
U src/gnu/usr.bin/perl/cpan/Digest-MD5/typemap
U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/dec_osf.pl
U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/irix_6.pl
U src/gnu/usr.bin/perl/cpan/Digest-MD5/hints/MacOS.pl
U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/align.t
U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/badfile.t
U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/bits.t
U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/clone.t
C src/gnu/usr.bin/perl/cpan/Digest-MD5/t/files.t
U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/md5-aaa.t
N src/gnu/usr.bin/perl/cpan/Digest-MD5/t/threads.t
U src/gnu/usr.bin/perl/cpan/Digest-MD5/t/utf8.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/Changes
U src/gnu/usr.bin/perl/cpan/Digest-SHA/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Digest-SHA/README
U src/gnu/usr.bin/perl/cpan/Digest-SHA/SHA.xs
U src/gnu/usr.bin/perl/cpan/Digest-SHA/shasum
U src/gnu/usr.bin/perl/cpan/Digest-SHA/typemap
U src/gnu/usr.bin/perl/cpan/Digest-SHA/lib/Digest/SHA.pm
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/hmac.c
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/hmac.h
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/hmacxtra.c
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.c
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha.h
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.c
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/sha64bit.h
U src/gnu/usr.bin/perl/cpan/Digest-SHA/src/shaxtra.c
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/allfcns.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/base64.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/bitbuf.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/dumpload.t
N src/gnu/usr.bin/perl/cpan/Digest-SHA/t/fips180-4.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/fips198.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gg.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/gglong.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/hmacsha.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/ireland.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/methods.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbit.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/nistbyte.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/rfc2202.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha1.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha224.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha256.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha384.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/sha512.t
U src/gnu/usr.bin/perl/cpan/Digest-SHA/t/woodbury.t
U src/gnu/usr.bin/perl/cpan/Encode/AUTHORS
C src/gnu/usr.bin/perl/cpan/Encode/Changes
U src/gnu/usr.bin/perl/cpan/Encode/encengine.c
C src/gnu/usr.bin/perl/cpan/Encode/Encode.pm
C src/gnu/usr.bin/perl/cpan/Encode/Encode.xs
C src/gnu/usr.bin/perl/cpan/Encode/encoding.pm
U src/gnu/usr.bin/perl/cpan/Encode/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/MANIFEST
U src/gnu/usr.bin/perl/cpan/Encode/META.yml
U src/gnu/usr.bin/perl/cpan/Encode/README
U src/gnu/usr.bin/perl/cpan/Encode/bin/enc2xs
U src/gnu/usr.bin/perl/cpan/Encode/bin/piconv
U src/gnu/usr.bin/perl/cpan/Encode/bin/ucm2table
U src/gnu/usr.bin/perl/cpan/Encode/bin/ucmlint
U src/gnu/usr.bin/perl/cpan/Encode/bin/ucmsort
U src/gnu/usr.bin/perl/cpan/Encode/bin/unidump
U src/gnu/usr.bin/perl/cpan/Encode/Byte/Byte.pm
U src/gnu/usr.bin/perl/cpan/Encode/Byte/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/CN/CN.pm
U src/gnu/usr.bin/perl/cpan/Encode/CN/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/EBCDIC.pm
U src/gnu/usr.bin/perl/cpan/Encode/EBCDIC/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/Encode/_PM.e2x
U src/gnu/usr.bin/perl/cpan/Encode/Encode/_T.e2x
U src/gnu/usr.bin/perl/cpan/Encode/Encode/Changes.e2x
U src/gnu/usr.bin/perl/cpan/Encode/Encode/ConfigLocal_PM.e2x
U src/gnu/usr.bin/perl/cpan/Encode/Encode/encode.h
U src/gnu/usr.bin/perl/cpan/Encode/Encode/Makefile_PL.e2x
U src/gnu/usr.bin/perl/cpan/Encode/Encode/README.e2x
U src/gnu/usr.bin/perl/cpan/Encode/JP/JP.pm
U src/gnu/usr.bin/perl/cpan/Encode/JP/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/KR/KR.pm
U src/gnu/usr.bin/perl/cpan/Encode/KR/Makefile.PL
C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Alias.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CJKConstants.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Config.pm
C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoder.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Encoding.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/GSM0338.pm
C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Guess.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/PerlIO.pod
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Supported.pod
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/CN/HZ.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/H2Z.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/JP/JIS7.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/KR/2022_KR.pm
C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Name.pm
U src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
C src/gnu/usr.bin/perl/cpan/Encode/lib/Encode/Unicode/UTF7.pm
U src/gnu/usr.bin/perl/cpan/Encode/Symbol/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/Symbol/Symbol.pm
U src/gnu/usr.bin/perl/cpan/Encode/t/Aliases.t
U src/gnu/usr.bin/perl/cpan/Encode/t/at-cn.t
U src/gnu/usr.bin/perl/cpan/Encode/t/at-tw.t
U src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/big5-eten.utf
U src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/big5-hkscs.utf
U src/gnu/usr.bin/perl/cpan/Encode/t/CJKT.t
U src/gnu/usr.bin/perl/cpan/Encode/t/enc_data.t
U src/gnu/usr.bin/perl/cpan/Encode/t/enc_eucjp.t
U src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/enc_module.t
U src/gnu/usr.bin/perl/cpan/Encode/t/enc_utf8.t
U src/gnu/usr.bin/perl/cpan/Encode/t/Encode.t
U src/gnu/usr.bin/perl/cpan/Encode/t/Encoder.t
U src/gnu/usr.bin/perl/cpan/Encode/t/encoding.t
U src/gnu/usr.bin/perl/cpan/Encode/t/fallback.t
U src/gnu/usr.bin/perl/cpan/Encode/t/from_to.t
U src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/gb2312.utf
U src/gnu/usr.bin/perl/cpan/Encode/t/grow.t
U src/gnu/usr.bin/perl/cpan/Encode/t/gsm0338.t
U src/gnu/usr.bin/perl/cpan/Encode/t/guess.t
U src/gnu/usr.bin/perl/cpan/Encode/t/jis7-fallback.t
U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0201.utf
U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0208.utf
U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/jisx0212.utf
U src/gnu/usr.bin/perl/cpan/Encode/t/jperl.t
U src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.enc
U src/gnu/usr.bin/perl/cpan/Encode/t/ksc5601.utf
C src/gnu/usr.bin/perl/cpan/Encode/t/mime-header.t
U src/gnu/usr.bin/perl/cpan/Encode/t/mime-name.t
U src/gnu/usr.bin/perl/cpan/Encode/t/mime_header_iso2022jp.t
U src/gnu/usr.bin/perl/cpan/Encode/t/Mod_EUCJP.pm
U src/gnu/usr.bin/perl/cpan/Encode/t/perlio.t
U src/gnu/usr.bin/perl/cpan/Encode/t/piconv.t
U src/gnu/usr.bin/perl/cpan/Encode/t/rt.pl
U src/gnu/usr.bin/perl/cpan/Encode/t/unibench.pl
U src/gnu/usr.bin/perl/cpan/Encode/t/Unicode.t
N src/gnu/usr.bin/perl/cpan/Encode/t/utf8ref.t
U src/gnu/usr.bin/perl/cpan/Encode/t/utf8strict.t
U src/gnu/usr.bin/perl/cpan/Encode/TW/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/TW/TW.pm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-1.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-10.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-11.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-13.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-14.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-15.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-16.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-2.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-3.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-4.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-5.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-6.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-7.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-8.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/8859-9.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeStdenc.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeSymbol.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/adobeZdingbat.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/ascii.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-eten.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/big5-hkscs.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp037.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1006.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1026.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1047.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1250.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1251.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1252.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1253.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1254.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1255.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1256.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1257.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp1258.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp424.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp437.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp500.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp737.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp775.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp850.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp852.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp855.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp856.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp857.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp858.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp860.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp861.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp862.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp863.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp864.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp865.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp866.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp869.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp874.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp875.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp932.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp936.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp949.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/cp950.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/ctrl.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/dingbats.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-cn.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-jp.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/euc-kr.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/gb12345.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/gb2312.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/hp-roman8.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/ir-165.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0201.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0208.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/jis0212.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/johab.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-f.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-r.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/koi8-u.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/ksc5601.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macArabic.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCentEuro.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macChinsimp.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macChintrad.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCroatian.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macCyrillic.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macDingbats.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macFarsi.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macGreek.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macHebrew.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macIceland.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macJapanese.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macKorean.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macRoman.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macROMnn.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macRUMnn.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macSami.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macSymbol.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macThai.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macTurkish.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/macUkraine.ucm
C src/gnu/usr.bin/perl/cpan/Encode/ucm/nextstep.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/null.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/posix-bc.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/shiftjis.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/symbol.ucm
U src/gnu/usr.bin/perl/cpan/Encode/ucm/viscii.ucm
U src/gnu/usr.bin/perl/cpan/Encode/Unicode/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.pm
C src/gnu/usr.bin/perl/cpan/Encode/Unicode/Unicode.xs
U src/gnu/usr.bin/perl/cpan/encoding-warnings/Changes
U src/gnu/usr.bin/perl/cpan/encoding-warnings/lib/encoding/warnings.pm
U src/gnu/usr.bin/perl/cpan/encoding-warnings/t/1-warning.t
U src/gnu/usr.bin/perl/cpan/encoding-warnings/t/2-fatal.t
U src/gnu/usr.bin/perl/cpan/encoding-warnings/t/3-normal.t
U src/gnu/usr.bin/perl/cpan/encoding-warnings/t/4-lexical.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/t/Constant.t
C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/Changes
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/MANIFEST
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/NOTES
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/PATCHING
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/README
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/README.packaging
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/TODO
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/instmodsh
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm
C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm
C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm
C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm
C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/00compile.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/arch_check.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/backwards.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/basic.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/build_man.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/cd.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/config.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/dir_target.t
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/echo.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fix_libs.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/fixin.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/hints.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/installed_file.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/is_of_type.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Liblist.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/make.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/maketext_filter.t
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/meta_convert.t
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing.json
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing.yml
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/META_for_testing_tricky_version.yml
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_data.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/metafile_file.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/min_perl_version.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/miniperl.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Any.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_BeOS.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_NW5.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_OS2.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Unix.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_VMS.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/MM_Win32.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/oneliner.t
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/parse_abstract.t
C src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/parse_version.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/PL_FILES.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pm_to_blib.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/pod2man.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/postamble.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prefixify.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prereq_print.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/problems.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/prompt.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/recurs.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/revision.t
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/several_authors.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/split_command.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/test_boilerplate.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testlib.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/writemakefile_args.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/xs.t
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/MPV.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/PL_FILES.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Problem.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Recurs.pm
N src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/SAS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm
U src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm
U src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/Fetch.pm
U src/gnu/usr.bin/perl/cpan/File-Fetch/t/01_File-Fetch.t
U src/gnu/usr.bin/perl/cpan/File-Fetch/t/null_subclass.t
U src/gnu/usr.bin/perl/cpan/File-Path/lib/File/Path.pm
U src/gnu/usr.bin/perl/cpan/File-Path/t/Path.t
U src/gnu/usr.bin/perl/cpan/File-Path/t/taint.t
U src/gnu/usr.bin/perl/cpan/File-Temp/Temp.pm
U src/gnu/usr.bin/perl/cpan/File-Temp/t/cmp.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/fork.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/lock.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/mktemp.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/object.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/posix.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/security.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/seekable.t
U src/gnu/usr.bin/perl/cpan/File-Temp/t/tempfile.t
U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.pm
U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/Call.xs
U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/filter-util.pl
U src/gnu/usr.bin/perl/cpan/Filter-Util-Call/t/call.t
U src/gnu/usr.bin/perl/cpan/Getopt-Long/CHANGES
U src/gnu/usr.bin/perl/cpan/Getopt-Long/README
U src/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/Long.pm
U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-basic.t
U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-linkage.t
U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-oo.t
U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xargv.t
U src/gnu/usr.bin/perl/cpan/Getopt-Long/t/gol-xstring.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/00-compile.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/000_load.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/001_api.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/002_croakage.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/010_url.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/020_headers.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/030_response.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/040_content.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/050_chunked_body.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/060_http_date.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/100_get.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/101_head.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/102_put.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/103_delete.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/104_post.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/110_mirror.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/130_redirect.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/140_proxy.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/150_post_form.t
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/Util.pm
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/delete-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/form-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/form-02.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/form-03.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/form-04.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-02.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-03.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-04.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-05.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-06.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-07.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-08.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-09.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-10.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-11.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-12.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-13.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-14.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-15.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-16.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-17.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-18.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-19.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-20.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/get-21.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/head-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-02.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-03.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-04.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/mirror-05.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/post-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-02.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-03.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-04.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/put-05.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-01.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-02.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-03.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-04.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-05.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-06.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-07.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-08.txt
N src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/cases/redirect-09.txt
U src/gnu/usr.bin/perl/cpan/IO-Compress/Changes
U src/gnu/usr.bin/perl/cpan/IO-Compress/Makefile.PL
U src/gnu/usr.bin/perl/cpan/IO-Compress/README
N src/gnu/usr.bin/perl/cpan/IO-Compress/bin/zipdetails
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/filtdef
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/filtinf
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzcat
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzgrep
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/compress-zlib/gzstream
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/anycat
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzcat
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzgrep
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/bzip2/bzstream
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzappend
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzcat
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzgrep
U src/gnu/usr.bin/perl/cpan/IO-Compress/examples/io/gzip/gzstream
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/Zlib.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/GlobMapper.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Bzip2.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
N src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/FAQ.pod
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/Common.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Base.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/private/MakeUtil.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/000prereq.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/001zlib-generic-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-transparent.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/002any-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/004gziphdr.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/005defhdr.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/006zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/010examples-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/010examples-zlib.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/01misc.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/020isize.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/050interop-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/100generic-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/101truncate-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/102tied-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/103newtied-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/104destroy-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip-only.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-only.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-zip.t
N src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip-store-only.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/105oneshot-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/106prime-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/107multi-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-transparent.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/108anyunc-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/109merge-zip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-bzip2.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-gzip.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-rawdeflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/110encode-zip.t
N src/gnu/usr.bin/perl/cpan/IO-Compress/t/111const-deflate.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/999pod.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-01version.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-03zlib-v1.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-05examples.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-06gzsetp.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-08encoding.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/cz-14gzopen.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/globmapper.t
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/any.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/anyunc.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/CompTestUtils.pm
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/destroy.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/encode.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/generic.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/merge.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/multi.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/newtied.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/oneshot.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/prime.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/tied.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/truncate.pl
U src/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/zlib-generic.pl
U src/gnu/usr.bin/perl/cpan/IO-Zlib/Zlib.pm
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/basic.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/external.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getc.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/getline.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/import.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/large.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/tied.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp1.t
U src/gnu/usr.bin/perl/cpan/IO-Zlib/t/uncomp2.t
U src/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/Cmd.pm
U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/01_IPC-Cmd.t
U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/02_Interactive.t
U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/child.pl
U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/output.pl
U src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/src/x.tgz
U src/gnu/usr.bin/perl/cpan/IPC-SysV/Changes
C src/gnu/usr.bin/perl/cpan/IPC-SysV/Makefile.PL
U src/gnu/usr.bin/perl/cpan/IPC-SysV/MANIFEST.SKIP
U src/gnu/usr.bin/perl/cpan/IPC-SysV/README
U src/gnu/usr.bin/perl/cpan/IPC-SysV/regen.pl
C src/gnu/usr.bin/perl/cpan/IPC-SysV/SysV.xs
U src/gnu/usr.bin/perl/cpan/IPC-SysV/TODO
U src/gnu/usr.bin/perl/cpan/IPC-SysV/typemap
U src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/cygwin.pl
U src/gnu/usr.bin/perl/cpan/IPC-SysV/hints/next_3.pl
C src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Msg.pm
C src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/Semaphore.pm
C src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SharedMem.pm
C src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/SysV.pm
C src/gnu/usr.bin/perl/cpan/IPC-SysV/t/ipcsysv.t
C src/gnu/usr.bin/perl/cpan/IPC-SysV/t/msg.t
C src/gnu/usr.bin/perl/cpan/IPC-SysV/t/pod.t
C src/gnu/usr.bin/perl/cpan/IPC-SysV/t/podcov.t
C src/gnu/usr.bin/perl/cpan/IPC-SysV/t/sem.t
C src/gnu/usr.bin/perl/cpan/IPC-SysV/t/shm.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/bin/json_pp
N src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP.pm
N src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP/Boolean.pm
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/000_load.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/001_utf8.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/002_error.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/003_types.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/006_pc_pretty.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/007_pc_esc.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/008_pc_base.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/009_pc_extra_number.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/010_pc_keysort.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/011_pc_expo.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/012_blessed.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/013_limit.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/014_latin1.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/015_prefix.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/016_tied.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/017_relaxed.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/018_json_checker.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/019_incr.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/020_unknown.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/021_evans_bugrep.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/022_comment_at_eof.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/099_binary.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/104_sortby.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/105_esc_slash.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/106_allow_barekey.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/107_allow_singlequote.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/108_decode.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/109_encode.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/110_bignum.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/112_upgrade.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/113_overloaded_eq.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/114_decode_prefix.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/115_tie_ixhash.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/116_incr_parse_fixed.t
N src/gnu/usr.bin/perl/cpan/JSON-PP/t/_unicode_handling.pm
U src/gnu/usr.bin/perl/cpan/libnet/Changes
U src/gnu/usr.bin/perl/cpan/libnet/Config.eg
U src/gnu/usr.bin/perl/cpan/libnet/Hostname.pm.eg
U src/gnu/usr.bin/perl/cpan/libnet/Makefile.PL
U src/gnu/usr.bin/perl/cpan/libnet/README
U src/gnu/usr.bin/perl/cpan/libnet/demos/ftp
U src/gnu/usr.bin/perl/cpan/libnet/demos/inetd
U src/gnu/usr.bin/perl/cpan/libnet/demos/nntp
U src/gnu/usr.bin/perl/cpan/libnet/demos/nntp.mirror
U src/gnu/usr.bin/perl/cpan/libnet/demos/pop3
U src/gnu/usr.bin/perl/cpan/libnet/demos/smtp.self
U src/gnu/usr.bin/perl/cpan/libnet/demos/time
U src/gnu/usr.bin/perl/cpan/libnet/Net/Cmd.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/Config.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/Domain.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/libnetFAQ.pod
U src/gnu/usr.bin/perl/cpan/libnet/Net/Netrc.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/NNTP.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/POP3.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/SMTP.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/Time.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/A.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/dataconn.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/E.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/I.pm
U src/gnu/usr.bin/perl/cpan/libnet/Net/FTP/L.pm
U src/gnu/usr.bin/perl/cpan/libnet/t/config.t
U src/gnu/usr.bin/perl/cpan/libnet/t/datasend.t
U src/gnu/usr.bin/perl/cpan/libnet/t/ftp.t
U src/gnu/usr.bin/perl/cpan/libnet/t/hostname.t
U src/gnu/usr.bin/perl/cpan/libnet/t/libnet_t.pl
U src/gnu/usr.bin/perl/cpan/libnet/t/netrc.t
U src/gnu/usr.bin/perl/cpan/libnet/t/nntp.t
U src/gnu/usr.bin/perl/cpan/libnet/t/require.t
U src/gnu/usr.bin/perl/cpan/libnet/t/smtp.t
U src/gnu/usr.bin/perl/cpan/libnet/t/time.t
C src/gnu/usr.bin/perl/cpan/List-Util/Changes
C src/gnu/usr.bin/perl/cpan/List-Util/ListUtil.xs
U src/gnu/usr.bin/perl/cpan/List-Util/Makefile.PL
U src/gnu/usr.bin/perl/cpan/List-Util/multicall.h
U src/gnu/usr.bin/perl/cpan/List-Util/README
C src/gnu/usr.bin/perl/cpan/List-Util/lib/List/Util.pm
C src/gnu/usr.bin/perl/cpan/List-Util/lib/List/Util/XS.pm
C src/gnu/usr.bin/perl/cpan/List-Util/lib/Scalar/Util.pm
U src/gnu/usr.bin/perl/cpan/List-Util/t/00version.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/blessed.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/dualvar.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/first.t
N src/gnu/usr.bin/perl/cpan/List-Util/t/getmagic-once.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/isvstring.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/lln.t
C src/gnu/usr.bin/perl/cpan/List-Util/t/max.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/maxstr.t
C src/gnu/usr.bin/perl/cpan/List-Util/t/min.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/minstr.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/openhan.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/proto.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/readonly.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/reduce.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/refaddr.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/reftype.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/shuffle.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/stack-corruption.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/sum.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/tainted.t
U src/gnu/usr.bin/perl/cpan/List-Util/t/weak.t
U src/gnu/usr.bin/perl/cpan/Locale-Codes/ChangeLog
N src/gnu/usr.bin/perl/cpan/Locale-Codes/LICENSE
N src/gnu/usr.bin/perl/cpan/Locale-Codes/README.first
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes.pod
C src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Country.pm
U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Country.pod
C src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Currency.pm
U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Currency.pod
C src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Language.pm
U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Language.pod
C src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Script.pm
U src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Script.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/API.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Changes.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Constants.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Constants.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Country.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Country.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Country_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Country_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Currency.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Currency.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Currency_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Currency_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangExt.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangExt_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangFam.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangFam_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Language.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Language.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Language_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Language_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangVar.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/LangVar_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Script.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Script.pod
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Script_Codes.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale/Codes/Script_Retired.pm
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/alias_code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/alias_code_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2country.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2country_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2currency.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2langext.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2langfam.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2language.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2langvar.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/code2script.t
U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country2code_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country_code2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country_code2code_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/country_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/currency2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/currency2code_old.t
U src/gnu/usr.bin/perl/cpan/Locale-Codes/t/language.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/langext2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/langfam2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/language2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/language_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/langvar2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/script2code.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/script2code_old.t
N src/gnu/usr.bin/perl/cpan/Locale-Codes/t/testfunc.pl
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/0-signature.t
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/1-basic.t
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po
U src/gnu/usr.bin/perl/cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po
U src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message.pm
U src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Config.pm
U src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Handlers.pm
U src/gnu/usr.bin/perl/cpan/Log-Message/lib/Log/Message/Item.pm
U src/gnu/usr.bin/perl/cpan/Log-Message/t/01_Log-Message-Config.t
U src/gnu/usr.bin/perl/cpan/Log-Message/t/02_Log-Message.t
U src/gnu/usr.bin/perl/cpan/Log-Message/t/conf/config_file
U src/gnu/usr.bin/perl/cpan/Log-Message/t/conf/LoadMe.pl
U src/gnu/usr.bin/perl/cpan/Log-Message-Simple/lib/Log/Message/Simple.pm
U src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/01_use.t
U src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/02_imports.t
U src/gnu/usr.bin/perl/cpan/Log-Message-Simple/t/03_functions.t
N src/gnu/usr.bin/perl/cpan/Math-Complex/ChangeLog
N src/gnu/usr.bin/perl/cpan/Math-Complex/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Complex.pm
U src/gnu/usr.bin/perl/cpan/Math-Complex/lib/Math/Trig.pm
U src/gnu/usr.bin/perl/cpan/Math-Complex/t/Complex.t
U src/gnu/usr.bin/perl/cpan/Math-Complex/t/Trig.t
U src/gnu/usr.bin/perl/cpan/Math-Complex/t/underbar.t
C src/gnu/usr.bin/perl/cpan/Memoize/Memoize.pm
U src/gnu/usr.bin/perl/cpan/Memoize/TODO
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/AnyDBM_File.pm
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Expire.pm
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireFile.pm
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/ExpireTest.pm
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/NDBM_File.pm
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/SDBM_File.pm
U src/gnu/usr.bin/perl/cpan/Memoize/Memoize/Storable.pm
U src/gnu/usr.bin/perl/cpan/Memoize/t/array.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/array_confusion.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/correctness.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/errors.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/expfile.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/expire.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_n.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/expmod_t.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/flush.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/normalize.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/prototype.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/speed.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/tie.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_gdbm.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_ndbm.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_sdbm.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/tie_storable.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/tiefeatures.t
U src/gnu/usr.bin/perl/cpan/Memoize/t/unmemoize.t
U src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.pm
C src/gnu/usr.bin/perl/cpan/MIME-Base64/Base64.xs
U src/gnu/usr.bin/perl/cpan/MIME-Base64/Changes
U src/gnu/usr.bin/perl/cpan/MIME-Base64/Makefile.PL
U src/gnu/usr.bin/perl/cpan/MIME-Base64/QuotedPrint.pm
U src/gnu/usr.bin/perl/cpan/MIME-Base64/README
U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/base64.t
N src/gnu/usr.bin/perl/cpan/MIME-Base64/t/length.t
U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/quoted-print.t
U src/gnu/usr.bin/perl/cpan/MIME-Base64/t/unicode.t
U src/gnu/usr.bin/perl/cpan/Module-Build/Changes
N src/gnu/usr.bin/perl/cpan/Module-Build/bin/config_data
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/inc/latest.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/inc/latest/private.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/API.pod
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Authoring.pod
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Base.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Bundling.pod
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Compat.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Config.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/ConfigData.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Cookbook.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Dumper.pm
C src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/ModuleInfo.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Notes.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/PodParser.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/PPMMaker.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Version.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/YAML.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/aix.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Amiga.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/cygwin.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/darwin.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Default.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/EBCDIC.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/os2.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/RiscOS.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Unix.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/VMS.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/VOS.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build/Platform/Windows.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/t/00-compile.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/add_property.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/basic.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/bundle_inc.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/compat.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/debug.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/destinations.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/ext.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/extend.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/files.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/help.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/install.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/install_extra_target.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/manifypods.t
C src/gnu/usr.bin/perl/cpan/Module-Build/t/metadata.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/metadata2.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/mymeta.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/new_from_context.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/notes.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/parents.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/perl_mb_opt.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/PL_files.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/ppm.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/pod_parser.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/README.pod
U src/gnu/usr.bin/perl/cpan/Module-Build/t/resume.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/runthrough.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/sample.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/script_dist.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/test_file_exts.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/test_type.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/test_types.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/tilde.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/use_tap_harness.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/versions.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/write_default_maniskip.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/xs.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/actions/installdeps.t
N src/gnu/usr.bin/perl/cpan/Module-Build/t/actions/manifest_skip.t
N src/gnu/usr.bin/perl/cpan/Module-Build/t/bundled/Software/License.pm
C src/gnu/usr.bin/perl/cpan/Module-Build/t/bundled/Tie/CPHash.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/t/compat/exit.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/DistGen.pm
U src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/MBTest.pm
N src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/Module/Signature.pm
N src/gnu/usr.bin/perl/cpan/Module-Build/t/lib/Software/License/VaporWare.pm
N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/dist_suffix.t
N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/license.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/module_name.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/needs_compiler.t
N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/release_status.t
N src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/requires.t
U src/gnu/usr.bin/perl/cpan/Module-Build/t/properties/share_dir.t
U src/gnu/usr.bin/perl/cpan/Module-Load/lib/Module/Load.pm
U src/gnu/usr.bin/perl/cpan/Module-Load/t/01_Module-Load.t
U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/config_file
U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadIt.pm
U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/LoadMe.pl
U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/TestModule.pm
U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/ToBeLoaded
U src/gnu/usr.bin/perl/cpan/Module-Load/t/to_load/Must/Be/Loaded.pm
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/02_Parse_Version.t
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/Commented.pm
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/InPod.pm
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/LoadMe.pl
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/ToBeLoaded
U src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm
C src/gnu/usr.bin/perl/cpan/NEXT/lib/NEXT.pm
U src/gnu/usr.bin/perl/cpan/NEXT/t/actual.t
U src/gnu/usr.bin/perl/cpan/NEXT/t/actuns.t
U src/gnu/usr.bin/perl/cpan/NEXT/t/dynamically_scoped_regex_vars.t
U src/gnu/usr.bin/perl/cpan/NEXT/t/next.t
U src/gnu/usr.bin/perl/cpan/NEXT/t/stringify.t
U src/gnu/usr.bin/perl/cpan/NEXT/t/unseen.t
U src/gnu/usr.bin/perl/cpan/Module-Loaded/lib/Module/Loaded.pm
U src/gnu/usr.bin/perl/cpan/Module-Loaded/t/01_Module-Loaded.t
N src/gnu/usr.bin/perl/cpan/Module-Metadata/lib/Module/Metadata.pm
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/metadata.t
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/version.t
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/DistGen.pm
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/MBTest.pm
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/0_1/Foo.pm
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/0_2/Foo.pm
N src/gnu/usr.bin/perl/cpan/Module-Metadata/t/lib/Tie/CPHash.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Devel/InnerPackage.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Module/Pluggable.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/lib/Module/Pluggable/Object.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/01use.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02alsoworks.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02works.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/02works_taint.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/03diffname.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmedir.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmedir_single.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmepath.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/04acmepath_single.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/05postpath.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/06multipath.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/07instantiate.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/08nothing.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/09require.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_inner.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_noinner.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_onefile.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_override.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12only.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/10innerpack_super.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/11usetwice.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyarray.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyregex.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/12onlyrequire.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13except.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13exceptarray.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/13exceptregex.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/14package.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/15topicsafe.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/16different_extension.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/17devel_inner_package.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/18skipped_package.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/19can_ok_clobber.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/20dodgy_files.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/21editor_junk.t
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Acme/Foo-Bar.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swo
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swp
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm~
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/InnerTest/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Bar.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/No/Middle.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/OddTest/Plugin/Foo.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/TA/C/A/I.pm
U src/gnu/usr.bin/perl/cpan/Module-Pluggable/t/lib/Zot/.Zork.pm
U src/gnu/usr.bin/perl/cpan/Object-Accessor/lib/Object/Accessor.pm
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/00_Object-Accessor.t
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/01_Object-Accessor-Subclassed.t
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/02_Object-Accessor-allow.t
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/03_Object-Accessor-local.t
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/04_Object-Accessor-lvalue.t
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/05_Object-Accessor-callback.t
U src/gnu/usr.bin/perl/cpan/Object-Accessor/t/06_Object-Accessor-alias.t
U src/gnu/usr.bin/perl/cpan/Package-Constants/lib/Package/Constants.pm
U src/gnu/usr.bin/perl/cpan/Package-Constants/t/01_list.t
U src/gnu/usr.bin/perl/cpan/Params-Check/lib/Params/Check.pm
U src/gnu/usr.bin/perl/cpan/Params-Check/t/01_Params-Check.t
U src/gnu/usr.bin/perl/cpan/parent/lib/parent.pm
U src/gnu/usr.bin/perl/cpan/parent/t/compile-time-file.t
U src/gnu/usr.bin/perl/cpan/parent/t/compile-time.t
U src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromclassfile.t
U src/gnu/usr.bin/perl/cpan/parent/t/parent-classfromfile.t
U src/gnu/usr.bin/perl/cpan/parent/t/parent-pmc.t
U src/gnu/usr.bin/perl/cpan/parent/t/parent-returns-false.t
U src/gnu/usr.bin/perl/cpan/parent/t/parent.t
U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy.pm
U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy2.plugin
U src/gnu/usr.bin/perl/cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc
U src/gnu/usr.bin/perl/cpan/parent/t/lib/ReturnsFalse.pm
U src/gnu/usr.bin/perl/cpan/parent/t/lib/Dummy/Outside.pm
U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/Changes
U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm
U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/01_compile.t
N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/02_api.t
N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/03_functions.t
N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/04_export.t
N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/05_errors.t
N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/VR-META.json
N src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data/VR-META.yml
U src/gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm
N src/gnu/usr.bin/perl/cpan/Perl-OSType/lib/Perl/OSType.pm
N src/gnu/usr.bin/perl/cpan/Perl-OSType/t/00-compile.t
N src/gnu/usr.bin/perl/cpan/Perl-OSType/t/OSType.t
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq.pm
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq1.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq2.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq3.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq4.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq5.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq6.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq7.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq8.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlfaq9.pod
N src/gnu/usr.bin/perl/cpan/perlfaq/lib/perlglossary.pod
U src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm
U src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t
U src/gnu/usr.bin/perl/cpan/Pod-Escapes/ChangeLog
U src/gnu/usr.bin/perl/cpan/Pod-Escapes/README
U src/gnu/usr.bin/perl/cpan/Pod-Escapes/lib/Pod/Escapes.pm
U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/01_about_verbose.t
U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/10_main.t
U src/gnu/usr.bin/perl/cpan/Pod-Escapes/t/15_name2charnum.t
N src/gnu/usr.bin/perl/cpan/Pod-LaTeX/pod2latex.PL
N src/gnu/usr.bin/perl/cpan/Pod-LaTeX/lib/Pod/LaTeX.pm
U src/gnu/usr.bin/perl/cpan/Pod-LaTeX/t/pod2latex.t
U src/gnu/usr.bin/perl/cpan/Pod-LaTeX/t/user.t
C src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Checker.pm
U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Find.pm
U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/InputObjects.pm
U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Parser.pm
U src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/ParseUtils.pm
C src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/PlainText.pm
C src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Select.pm
C src/gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod/Usage.pm
N src/gnu/usr.bin/perl/cpan/Pod-Parser/scripts/pod2usage.PL
N src/gnu/usr.bin/perl/cpan/Pod-Parser/scripts/podchecker.PL
N src/gnu/usr.bin/perl/cpan/Pod-Parser/scripts/podselect.PL
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_bad_pod.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_pod.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/contains_pod.xr
N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/empty.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/emptycmd.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/emptycmd.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/find.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/for.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/for.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/headings.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/headings.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/include.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/include.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/included.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/included.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/lref.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/lref.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/multiline_items.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/multiline_items.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_items.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_items.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_seqs.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/nested_seqs.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/oneline_cmds.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/oneline_cmds.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/p2u_data.pl
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/pod2usage.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/pod2usage.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/pod2usage2.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podchkenc.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podchkenc.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/poderrs.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/poderrs.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podselect.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/podselect.xr
N src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/selfcheck.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/special_seqs.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/special_seqs.xr
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testcmp.pl
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testp2pt.pl
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpchk.pl
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/twice.t
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/usage.pod
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/usage2.pod
U src/gnu/usr.bin/perl/cpan/Pod-Parser/t/pod/testpods/lib/Pod/Stuff.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/no-head.pod
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/perlfunc.pod
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/utf8.pod
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/perldoc.pod
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToANSI.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/load.t
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/pod.t
N src/gnu/usr.bin/perl/cpan/Pod-Perldoc/t/man/_get_columns.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/ChangeLog
U src/gnu/usr.bin/perl/cpan/Pod-Simple/README
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Debug.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTML.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Methody.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Progress.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/RTF.pm
C src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Search.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Text.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/00about.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/20_skip.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ac_d.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept01.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/accept05.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/basic.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/begin.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/cbacks.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/chunking.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/closeys.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus.t
N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/emptylists.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod01.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod02.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/encod03.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/end_over.t
N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/eol.t
N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/eol2.t
N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fake-closers.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_e.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_l.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fcodes_s.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/for.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/fornot.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/heads.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html01.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html02.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/html03.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/htmlbat.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/items02.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/itemstar.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk1o.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/junk2o.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/linkclas.t
N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/output.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcyg.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlcygo.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaq.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlfaqo.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvar.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/perlvaro.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/puller.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/pulltitl.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/reinit.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/render.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search05.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search10.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search12.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search20.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search22.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search25.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search26.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search27.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search28.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search29.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/search50.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/stree.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/strpvbtm.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/tiedfh.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verb_fmt.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/verbatim.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/x_nixer.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml01.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml10.t
N src/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml15.t
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jp.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpx.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpy.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/2202jpz.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/8859_7.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/cp1256.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_cont.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/fet_dup.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/iso6.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/koi8r.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38b.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/laozi38p.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1fr.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/lat1frim.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/nonesuch.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_explicit.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_latin1.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/plain_utf8.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/polish_utf8.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/s2763_sjis.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus2/README
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Blorm.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/zikzik.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlflif.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/pod/perlthng.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/Suzzle.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlthng.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod
U src/gnu/usr.bin/perl/cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm
U src/gnu/usr.bin/perl/cpan/podlators/VERSION
C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Man.pm
U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ParseLink.pm
C src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text.pm
U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Color.pm
U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Overstrike.pm
U src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/Termcap.pm
N src/gnu/usr.bin/perl/cpan/podlators/scripts/pod2man.PL
N src/gnu/usr.bin/perl/cpan/podlators/scripts/pod2text.PL
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.cap
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.clr
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.man
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.ovr
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.pod
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.t
U src/gnu/usr.bin/perl/cpan/podlators/t/basic.txt
U src/gnu/usr.bin/perl/cpan/podlators/t/color.t
U src/gnu/usr.bin/perl/cpan/podlators/t/devise-date.t
U src/gnu/usr.bin/perl/cpan/podlators/t/filehandle.t
U src/gnu/usr.bin/perl/cpan/podlators/t/man-heading.t
U src/gnu/usr.bin/perl/cpan/podlators/t/man-options.t
N src/gnu/usr.bin/perl/cpan/podlators/t/man-perlio.t
U src/gnu/usr.bin/perl/cpan/podlators/t/man-utf8.t
U src/gnu/usr.bin/perl/cpan/podlators/t/man.t
U src/gnu/usr.bin/perl/cpan/podlators/t/overstrike.t
U src/gnu/usr.bin/perl/cpan/podlators/t/parselink.t
U src/gnu/usr.bin/perl/cpan/podlators/t/pod-parser.t
U src/gnu/usr.bin/perl/cpan/podlators/t/pod-spelling.t
U src/gnu/usr.bin/perl/cpan/podlators/t/pod.t
U src/gnu/usr.bin/perl/cpan/podlators/t/termcap.t
U src/gnu/usr.bin/perl/cpan/podlators/t/text-encoding.t
U src/gnu/usr.bin/perl/cpan/podlators/t/text.t
U src/gnu/usr.bin/perl/cpan/podlators/t/text-options.t
N src/gnu/usr.bin/perl/cpan/podlators/t/text-perlio.t
U src/gnu/usr.bin/perl/cpan/podlators/t/text-utf8.t
N src/gnu/usr.bin/perl/cpan/Socket/Makefile.PL
N src/gnu/usr.bin/perl/cpan/Socket/Socket.pm
N src/gnu/usr.bin/perl/cpan/Socket/Socket.xs
N src/gnu/usr.bin/perl/cpan/Socket/typemap
N src/gnu/usr.bin/perl/cpan/Socket/t/getaddrinfo.t
N src/gnu/usr.bin/perl/cpan/Socket/t/getnameinfo.t
N src/gnu/usr.bin/perl/cpan/Socket/t/ipv6_mreq.t
N src/gnu/usr.bin/perl/cpan/Socket/t/sockaddr.t
N src/gnu/usr.bin/perl/cpan/Socket/t/Socket.t
N src/gnu/usr.bin/perl/cpan/Socket/t/socketpair.t
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Changes
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/README
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/README.win32
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.pm
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/Syslog.xs
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-c.inc
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/const-xs.inc
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/fallback/syslog.h
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/00-load.t
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/constants.t
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/t/syslog.t
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/compile.pl
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog.mc
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_dll.uu
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/PerlLog_RES.uu
U src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/Win32.pm
U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/ANSIColor.pm
U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/ChangeLog
U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/README
U src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/basic.t
N src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/stringify.t
U src/gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm
U src/gnu/usr.bin/perl/cpan/Term-Cap/test.pl
U src/gnu/usr.bin/perl/cpan/Term-UI/lib/Term/UI.pm
C src/gnu/usr.bin/perl/cpan/Term-UI/lib/Term/UI/History.pm
U src/gnu/usr.bin/perl/cpan/Term-UI/t/00_load.t
U src/gnu/usr.bin/perl/cpan/Term-UI/t/01_history.t
U src/gnu/usr.bin/perl/cpan/Term-UI/t/02_ui.t
U src/gnu/usr.bin/perl/cpan/Test/lib/Test.pm
U src/gnu/usr.bin/perl/cpan/Test/t/05_about_verbose.t
U src/gnu/usr.bin/perl/cpan/Test/t/fail.t
U src/gnu/usr.bin/perl/cpan/Test/t/mix.t
U src/gnu/usr.bin/perl/cpan/Test/t/multiline.t
U src/gnu/usr.bin/perl/cpan/Test/t/onfail.t
U src/gnu/usr.bin/perl/cpan/Test/t/qr.t
U src/gnu/usr.bin/perl/cpan/Test/t/skip.t
U src/gnu/usr.bin/perl/cpan/Test/t/success.t
U src/gnu/usr.bin/perl/cpan/Test/t/todo.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/Changes
U src/gnu/usr.bin/perl/cpan/Test-Simple/README
U src/gnu/usr.bin/perl/cpan/Test-Simple/TODO
U src/gnu/usr.bin/perl/cpan/Test-Simple/examples/indent.pl
U src/gnu/usr.bin/perl/cpan/Test-Simple/examples/subtest.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder.pm
C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/More.pm
C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Simple.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tutorial.pod
C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Module.pm
C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester.pm
C src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/00test_harness_check.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/bad_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/bail_out.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/BEGIN_require_ok.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/BEGIN_use_ok.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/buffer.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/c_flag.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/circular_data.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/cmp_ok.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/dependents.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/diag.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/died.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/dont_overwrite_die_handler.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/eq_set.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/exit.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/explain.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/extra.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/extra_one.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail-like.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail-more.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/fail_one.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/filehandles.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/fork.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/harness_active.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/import.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_dne_bug.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_fail.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/is_deeply_with_threads.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/missing.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/More.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/new_ok.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/no_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/no_tests.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/note.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/overload.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/overload_threads.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_bad.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_is_noplan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_no_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_shouldnt_import.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/plan_skip_all.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/require_ok.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/simple.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/skip.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/skipall.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/thread_taint.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/threads.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/todo.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/undef.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/use_ok.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/useing.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/utf8.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/versions.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/Builder.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/carp.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/create.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/current_test.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/current_test_without_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/details.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_double.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_plan_mismatch.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_no_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_number.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/done_testing_with_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/fork_with_new_stdout.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/has_plan.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/has_plan2.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/is_fh.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/is_passing.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/maybe_regex.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_diag.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_ending.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_header.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/no_plan_at_all.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/ok_obj.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/output.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/reset.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Builder/try.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dummy.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/MyOverload.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/NoExporter.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/SigDie.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/TieOut.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Dev/Null.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/Catch.pm
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Simple/load.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/args.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/basic.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/die.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/do.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/exceptions.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/for_do_t.test
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/fork.t
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/implicit_done.t
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/line_numbers.t
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/plan.t
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/predicate.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/singleton.t
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/todo.t
N src/gnu/usr.bin/perl/cpan/Test-Simple/t/subtest/wstat.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_01basic.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_02fhrestore.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_03die.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_04line_num.t
U src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_05faildiag.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_06errormess.t
C src/gnu/usr.bin/perl/cpan/Test-Simple/t/Tester/tbt_07args.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/Changes
N src/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST
N src/gnu/usr.bin/perl/cpan/Test-Harness/MANIFEST.CUMMULATIVE
U src/gnu/usr.bin/perl/cpan/Test-Harness/bin/prove
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Base.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Object.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Base.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Color.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Session.pm
C src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/Beyond.pod
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Grammar.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Source.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Utils.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/Harness.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/000-load.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/aggregator.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/bailout.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/base.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/callbacks.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/console.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/errors.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/file.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/glob-to-regexp.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/grammar.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-bailout.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness-subclass.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/harness.t
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterator_factory.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/iterators.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/multiplexer.t
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/nested.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork-mux.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/nofork.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/object.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parse.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-config.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/parser-subclass.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/perl5lib.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/premature-bailout.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/process.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/prove.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proveenv.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverun.t
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/proveversion.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/regression.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/results.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/scheduler.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source.t
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_handler.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/spool.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/state.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/state_results.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/streams.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/taint.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/testargs.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/unicode.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/utils.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-output.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish-writer.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/yamlish.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/env.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/failure.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc-propagation.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/inc_taint.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/nonumbers.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/regression.t
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/subclass.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/switches.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/test-harness-compat.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/compat/version.t
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/catme.1
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/proverc
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/data/sample.yml
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/EmptyParser.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyCustom.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyFileSourceHandler.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyGrammar.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyIterator.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyPerlSourceHandler.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResult.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MyResultFactory.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/MySourceHandler.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NoFork.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/NOP.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/Dev/Null.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/IO/c55Capture.pm
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/proverc/emptyexec
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bailout
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/bignum_many
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/combined_compat
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/delayed
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/descriptive_trailing
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_head_end
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_last_minute
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/die_unfinished
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/duplicates
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/echo
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/empty
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_eol
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/escape_hash
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_end
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/head_fail
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/inc_taint
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/junk_before_plan
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/lone_not_bug
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_nums
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/no_output
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_err_mix
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/out_of_order
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/schwern-todo-quiet
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/segfault
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/sequence_misparse
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/shbang_misparse
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_fail
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_yaml
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/simple_yaml_missing_version13
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skip_nomsg
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_nomsg
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/skipall_v13
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/space_after_plan
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/stdout_stderr
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/strict
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/switches
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/taint_warn
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_inline
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/todo_misparse
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/too_many
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_good
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_late
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/version_old
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/vms_nit
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/with_comments
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/yaml_late_plan
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/zero_valid
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_badtap
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_complain
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_directives
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/harness_failure
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/psql.bat
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.1
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.bat
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.pl
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.sh
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.t
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source.tap
N src/gnu/usr.bin/perl/cpan/Test-Harness/t/source_tests/source_args.sh
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/non_perl_source
U src/gnu/usr.bin/perl/cpan/Test-Harness/t/subclass_tests/perl_source
U src/gnu/usr.bin/perl/cpan/Text-Balanced/Changes
U src/gnu/usr.bin/perl/cpan/Text-Balanced/README
U src/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/Balanced.pm
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/01_compile.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/02_extbrk.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/03_extcbk.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/04_extdel.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/05_extmul.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/06_extqlk.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/07_exttag.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/08_extvar.t
U src/gnu/usr.bin/perl/cpan/Text-Balanced/t/09_gentag.t
U src/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ParseWords.pm
U src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/ParseWords.t
U src/gnu/usr.bin/perl/cpan/Text-ParseWords/t/taint.t
U src/gnu/usr.bin/perl/cpan/Text-Soundex/Changes
U src/gnu/usr.bin/perl/cpan/Text-Soundex/README
U src/gnu/usr.bin/perl/cpan/Text-Soundex/Soundex.pm
U src/gnu/usr.bin/perl/cpan/Text-Soundex/Soundex.xs
U src/gnu/usr.bin/perl/cpan/Text-Soundex/t/Soundex.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/CHANGELOG
U src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Tabs.pm
U src/gnu/usr.bin/perl/cpan/Text-Tabs/lib/Text/Wrap.pm
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/37000.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/39548.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/belg4mit.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/dandv.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/fill.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jacobson2.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/Jochen.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/sep2.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/tabs.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap.t
U src/gnu/usr.bin/perl/cpan/Text-Tabs/t/wrap_separator2.t
U src/gnu/usr.bin/perl/cpan/Tie-RefHash/lib/Tie/RefHash.pm
U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/rebless.t
U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/refhash.t
U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/storable.t
U src/gnu/usr.bin/perl/cpan/Tie-RefHash/t/threaded.t
U src/gnu/usr.bin/perl/cpan/Time-HiRes/Changes
U src/gnu/usr.bin/perl/cpan/Time-HiRes/HiRes.pm
U src/gnu/usr.bin/perl/cpan/Time-HiRes/HiRes.xs
U src/gnu/usr.bin/perl/cpan/Time-HiRes/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Time-HiRes/typemap
U src/gnu/usr.bin/perl/cpan/Time-HiRes/fallback/const-c.inc
U src/gnu/usr.bin/perl/cpan/Time-HiRes/fallback/const-xs.inc
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/aix.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/dec_osf.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/dynixptx.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/irix.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/linux.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/sco.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/solaris.pl
U src/gnu/usr.bin/perl/cpan/Time-HiRes/hints/svr4.pl
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/alarm.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/clock.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/gettimeofday.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/itimer.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/nanosleep.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/sleep.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/stat.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/time.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/tv_interval.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/ualarm.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/usleep.t
N src/gnu/usr.bin/perl/cpan/Time-HiRes/t/Watchdog.pm
N src/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/Local.pm
N src/gnu/usr.bin/perl/cpan/Time-Local/t/Local.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/Changes
U src/gnu/usr.bin/perl/cpan/Time-Piece/Makefile.PL
C src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.pm
U src/gnu/usr.bin/perl/cpan/Time-Piece/Piece.xs
U src/gnu/usr.bin/perl/cpan/Time-Piece/README
C src/gnu/usr.bin/perl/cpan/Time-Piece/Seconds.pm
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/01base.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/02core.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/03compare.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/04mjd.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/05overload.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/06subclass.t
U src/gnu/usr.bin/perl/cpan/Time-Piece/t/07arith.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Changes
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate.xs
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Makefile.PL
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/mkheader
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/README
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/allkeys.txt
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/keys.txt
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Big5.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/GB2312.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/JISX0208.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Korean.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Pinyin.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/Stroke.pm
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/af.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ar.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/as.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/az.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/be.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/bg.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/bn.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ca.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/cs.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/cy.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/da.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/de_phone.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/eo.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/es.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/es_trad.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/et.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fa.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fi.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fi_phone.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fil.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fo.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/fr.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/gu.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ha.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/haw.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hi.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hr.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hu.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/hy.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ig.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/is.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ja.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kk.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kl.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kn.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ko.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/kok.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ln.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/lt.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/lv.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mk.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ml.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mr.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/mt.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nb.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nn.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/nso.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/om.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/or.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/pa.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/pl.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ro.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ru.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sa.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/se.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/si.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/si_dict.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sk.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sl.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sq.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sr.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sv.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/sv_refo.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ta.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/te.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/th.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/tn.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/to.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/tr.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/uk.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/ur.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/vi.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/wae.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/wo.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/yo.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_big5.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_gb.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_pin.pl
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/Locale/zh_strk.pl
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/altern.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/backwds.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_b5.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_gb.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_ja.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_ko.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_py.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjk_st.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/cjkrange.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/compatui.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/contract.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/default.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangtype.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/hangul.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/iglevel2.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ignor.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegal.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/illegalp.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/index.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_af.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ar.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_as.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_az.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_be.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/test.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bg.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bn.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_bs.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ca.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cjk.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cjkc.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cs.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cy.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_cyrl.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_da.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_de.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_deph.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_eo.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_es.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_estr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_et.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fa.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fi.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fil.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fiph.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fo.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_fr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_gu.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ha.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/view.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_haw.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hi.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hu.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_hy.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ig.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_is.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ja.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_jait.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_japr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kk.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kl.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kn.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ko.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_kok.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ln.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_lt.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_lv.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mk.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ml.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_mt.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nb.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nn.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_nso.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_om.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_or.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_pa.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_pl.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ro.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ru.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sa.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_se.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_si.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sidt.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sk.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sl.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sq.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_srla.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sv.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_svrf.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_sw.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ta.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_te.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_test.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_th.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_tn.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_to.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_tr.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_uk.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_ur.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_vi.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_wae.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_wo.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_yo.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zh.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhb5.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhgb.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhpy.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/loc_zhst.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/nonchar.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/normal.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/overcjk0.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/overcjk1.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/override.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/rearrang.t
N src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/rewrite.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/trailwt.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/variable.t
U src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/version.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Changes
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/mkheader
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Normalize.pm
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/Normalize.xs
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/README
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/fcdc.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/form.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/func.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/illegal.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/norm.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/null.t
N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/partial1.t
N src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/partial2.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/proto.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/split.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/test.t
U src/gnu/usr.bin/perl/cpan/Unicode-Normalize/t/tie.t
N src/gnu/usr.bin/perl/cpan/Version-Requirements/Changes
N src/gnu/usr.bin/perl/cpan/Version-Requirements/lib/Version/Requirements.pm
N src/gnu/usr.bin/perl/cpan/Version-Requirements/t/accepts.t
N src/gnu/usr.bin/perl/cpan/Version-Requirements/t/basic.t
N src/gnu/usr.bin/perl/cpan/Version-Requirements/t/finalize.t
N src/gnu/usr.bin/perl/cpan/Version-Requirements/t/from-hash.t
N src/gnu/usr.bin/perl/cpan/Version-Requirements/t/merge.t
U src/gnu/usr.bin/perl/cpan/Win32/Changes
U src/gnu/usr.bin/perl/cpan/Win32/longpath.inc
U src/gnu/usr.bin/perl/cpan/Win32/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Win32/Win32.pm
U src/gnu/usr.bin/perl/cpan/Win32/Win32.xs
U src/gnu/usr.bin/perl/cpan/Win32/t/CreateFile.t
U src/gnu/usr.bin/perl/cpan/Win32/t/ExpandEnvironmentStrings.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetCurrentThreadId.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetFileVersion.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetFolderPath.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetFullPathName.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetLongPathName.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetOSName.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetOSVersion.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GetShortPathName.t
U src/gnu/usr.bin/perl/cpan/Win32/t/GuidGen.t
U src/gnu/usr.bin/perl/cpan/Win32/t/Names.t
U src/gnu/usr.bin/perl/cpan/Win32/t/Unicode.t
U src/gnu/usr.bin/perl/cpan/Win32API-File/buffers.h
U src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.h
U src/gnu/usr.bin/perl/cpan/Win32API-File/cFile.pc
U src/gnu/usr.bin/perl/cpan/Win32API-File/Changes
U src/gnu/usr.bin/perl/cpan/Win32API-File/const2perl.h
U src/gnu/usr.bin/perl/cpan/Win32API-File/File.pm
U src/gnu/usr.bin/perl/cpan/Win32API-File/File.xs
U src/gnu/usr.bin/perl/cpan/Win32API-File/Makefile.PL
U src/gnu/usr.bin/perl/cpan/Win32API-File/README
U src/gnu/usr.bin/perl/cpan/Win32API-File/typemap
U src/gnu/usr.bin/perl/cpan/Win32API-File/ExtUtils/Myconst2perl.pm
U src/gnu/usr.bin/perl/cpan/Win32API-File/t/file.t
U src/gnu/usr.bin/perl/cpan/Win32API-File/t/tie.t
U src/gnu/usr.bin/perl/Cross/build-arm-n770-sh
U src/gnu/usr.bin/perl/Cross/cflags-cross-arm
U src/gnu/usr.bin/perl/Cross/config
U src/gnu/usr.bin/perl/Cross/config.sh-arm-linux
U src/gnu/usr.bin/perl/Cross/config.sh-arm-linux-n770
U src/gnu/usr.bin/perl/Cross/generate_config_sh
U src/gnu/usr.bin/perl/Cross/installperl.patch
C src/gnu/usr.bin/perl/Cross/Makefile
U src/gnu/usr.bin/perl/Cross/Makefile-cross-SH
U src/gnu/usr.bin/perl/Cross/Makefile.SH.patch
C src/gnu/usr.bin/perl/Cross/README
U src/gnu/usr.bin/perl/Cross/README.new
U src/gnu/usr.bin/perl/Cross/TODO
U src/gnu/usr.bin/perl/Cross/warp
U src/gnu/usr.bin/perl/cygwin/cygwin.c
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/Changes
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Demo.pm
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo2.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo3.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo4.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_call.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_chain.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_cycle.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_hashdir.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_phases.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_range.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/demo_rawdata.pl
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/Descriptions.pm
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/demo/MyClass.pm
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/constants.t
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/data_convert.t
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/linerep.t
U src/gnu/usr.bin/perl/dist/Attribute-Handlers/t/multi.t
N src/gnu/usr.bin/perl/dist/autouse/lib/autouse.pm
N src/gnu/usr.bin/perl/dist/autouse/t/autouse.t
N src/gnu/usr.bin/perl/dist/autouse/t/lib/MyTestModule.pm
N src/gnu/usr.bin/perl/dist/autouse/t/lib/MyTestModule2.pm
U src/gnu/usr.bin/perl/dist/B-Deparse/Deparse.pm
N src/gnu/usr.bin/perl/dist/B-Deparse/t/core.t
U src/gnu/usr.bin/perl/dist/B-Deparse/t/deparse.t
N src/gnu/usr.bin/perl/dist/B-Lint/lib/B/Lint.pm
N src/gnu/usr.bin/perl/dist/B-Lint/lib/B/Lint/Debug.pm
N src/gnu/usr.bin/perl/dist/B-Lint/t/lint.t
N src/gnu/usr.bin/perl/dist/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm
U src/gnu/usr.bin/perl/dist/base/Changes
U src/gnu/usr.bin/perl/dist/base/MANIFEST
U src/gnu/usr.bin/perl/dist/base/META.yml
U src/gnu/usr.bin/perl/dist/base/lib/base.pm
U src/gnu/usr.bin/perl/dist/base/lib/fields.pm
U src/gnu/usr.bin/perl/dist/base/t/base.t
U src/gnu/usr.bin/perl/dist/base/t/compile-time.t
U src/gnu/usr.bin/perl/dist/base/t/fields-5_6_0.t
U src/gnu/usr.bin/perl/dist/base/t/fields-5_8_0.t
U src/gnu/usr.bin/perl/dist/base/t/fields-base.t
U src/gnu/usr.bin/perl/dist/base/t/fields.t
U src/gnu/usr.bin/perl/dist/base/t/isa.t
U src/gnu/usr.bin/perl/dist/base/t/sigdie.t
U src/gnu/usr.bin/perl/dist/base/t/version.t
U src/gnu/usr.bin/perl/dist/base/t/warnings.t
U src/gnu/usr.bin/perl/dist/base/t/lib/Dummy.pm
U src/gnu/usr.bin/perl/dist/base/t/lib/HasSigDie.pm
N src/gnu/usr.bin/perl/dist/bignum/lib/bigint.pm
N src/gnu/usr.bin/perl/dist/bignum/lib/bignum.pm
N src/gnu/usr.bin/perl/dist/bignum/lib/bigrat.pm
N src/gnu/usr.bin/perl/dist/bignum/lib/Math/BigFloat/Trace.pm
N src/gnu/usr.bin/perl/dist/bignum/lib/Math/BigInt/Trace.pm
N src/gnu/usr.bin/perl/dist/bignum/t/big_e_pi.t
N src/gnu/usr.bin/perl/dist/bignum/t/bigexp.t
N src/gnu/usr.bin/perl/dist/bignum/t/bigint.t
N src/gnu/usr.bin/perl/dist/bignum/t/bignum.t
N src/gnu/usr.bin/perl/dist/bignum/t/bigrat.t
N src/gnu/usr.bin/perl/dist/bignum/t/bii_e_pi.t
N src/gnu/usr.bin/perl/dist/bignum/t/biinfnan.t
N src/gnu/usr.bin/perl/dist/bignum/t/bir_e_pi.t
N src/gnu/usr.bin/perl/dist/bignum/t/bn_lite.t
N src/gnu/usr.bin/perl/dist/bignum/t/bninfnan.t
N src/gnu/usr.bin/perl/dist/bignum/t/br_lite.t
N src/gnu/usr.bin/perl/dist/bignum/t/brinfnan.t
N src/gnu/usr.bin/perl/dist/bignum/t/in_effect.t
N src/gnu/usr.bin/perl/dist/bignum/t/infnan.inc
N src/gnu/usr.bin/perl/dist/bignum/t/option_a.t
N src/gnu/usr.bin/perl/dist/bignum/t/option_l.t
N src/gnu/usr.bin/perl/dist/bignum/t/option_p.t
N src/gnu/usr.bin/perl/dist/bignum/t/ratopt_a.t
N src/gnu/usr.bin/perl/dist/bignum/t/scope_f.t
N src/gnu/usr.bin/perl/dist/bignum/t/scope_i.t
N src/gnu/usr.bin/perl/dist/bignum/t/scope_r.t
N src/gnu/usr.bin/perl/dist/Carp/Makefile.PL
N src/gnu/usr.bin/perl/dist/Carp/lib/Carp.pm
N src/gnu/usr.bin/perl/dist/Carp/lib/Carp/Heavy.pm
N src/gnu/usr.bin/perl/dist/Carp/t/Carp.t
N src/gnu/usr.bin/perl/dist/Carp/t/heavy.t
N src/gnu/usr.bin/perl/dist/Carp/t/swash.t
N src/gnu/usr.bin/perl/dist/Carp/t/vivify_gv.t
N src/gnu/usr.bin/perl/dist/Carp/t/vivify_stash.t
N src/gnu/usr.bin/perl/dist/Carp/t/with_warnings.t
U src/gnu/usr.bin/perl/dist/constant/lib/constant.pm
U src/gnu/usr.bin/perl/dist/constant/t/constant.t
N src/gnu/usr.bin/perl/dist/constant/t/utf8.t
N src/gnu/usr.bin/perl/dist/Cwd/Cwd.pm
N src/gnu/usr.bin/perl/dist/Cwd/Cwd.xs
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Cygwin.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Epoc.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Functions.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Mac.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/OS2.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Unix.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/VMS.pm
N src/gnu/usr.bin/perl/dist/Cwd/lib/File/Spec/Win32.pm
N src/gnu/usr.bin/perl/dist/Cwd/t/crossplatform.t
N src/gnu/usr.bin/perl/dist/Cwd/t/cwd.t
N src/gnu/usr.bin/perl/dist/Cwd/t/Functions.t
N src/gnu/usr.bin/perl/dist/Cwd/t/rel2abs2rel.t
N src/gnu/usr.bin/perl/dist/Cwd/t/Spec-taint.t
N src/gnu/usr.bin/perl/dist/Cwd/t/Spec.t
N src/gnu/usr.bin/perl/dist/Cwd/t/taint.t
N src/gnu/usr.bin/perl/dist/Cwd/t/tmpdir.t
N src/gnu/usr.bin/perl/dist/Cwd/t/win32.t
U src/gnu/usr.bin/perl/dist/Data-Dumper/Changes
U src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.pm
U src/gnu/usr.bin/perl/dist/Data-Dumper/Dumper.xs
U src/gnu/usr.bin/perl/dist/Data-Dumper/Todo
U src/gnu/usr.bin/perl/dist/Data-Dumper/t/bless.t
U src/gnu/usr.bin/perl/dist/Data-Dumper/t/bugs.t
U src/gnu/usr.bin/perl/dist/Data-Dumper/t/dumper.t
U src/gnu/usr.bin/perl/dist/Data-Dumper/t/freezer.t
U src/gnu/usr.bin/perl/dist/Data-Dumper/t/overload.t
U src/gnu/usr.bin/perl/dist/Data-Dumper/t/pair.t
N src/gnu/usr.bin/perl/dist/Data-Dumper/t/perl-74170.t
N src/gnu/usr.bin/perl/dist/Data-Dumper/t/qr.t
N src/gnu/usr.bin/perl/dist/Data-Dumper/t/terse.t
N src/gnu/usr.bin/perl/dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm
N src/gnu/usr.bin/perl/dist/Devel-SelfStubber/t/Devel-SelfStubber.t
N src/gnu/usr.bin/perl/dist/Dumpvalue/lib/Dumpvalue.pm
N src/gnu/usr.bin/perl/dist/Dumpvalue/t/Dumpvalue.t
N src/gnu/usr.bin/perl/dist/Env/lib/Env.pm
N src/gnu/usr.bin/perl/dist/Env/t/array.t
N src/gnu/usr.bin/perl/dist/Env/t/env.t
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/Changes
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/LICENSE
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/Makefile.PL
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/README.patching
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/README.release
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/00-have-compiler.t
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/01-basic.t
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/02-link.t
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/03-cplusplus.t
N src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/04-base.t
N src/gnu/usr.bin/perl/dist/ExtUtils-Command/lib/ExtUtils/Command.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-Command/t/cp.t
N src/gnu/usr.bin/perl/dist/ExtUtils-Command/t/eu_command.t
N src/gnu/usr.bin/perl/dist/ExtUtils-Command/t/lib/TieOut.pm
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/Changes
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Install.pm
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Installed.pm
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/can_write_dir.t
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Install.t
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Installapi2.t
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Installed.t
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/InstallWithMM.t
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/Packlist.t
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/TieOut.pm
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm
U src/gnu/usr.bin/perl/dist/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP
N src/gnu/usr.bin/perl/dist/ExtUtils-Manifest/t/Manifest.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/Changes
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxs.pod
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxstut.pod
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/perlxstypemap.pod
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/001-basic.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/002-more.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/003-usage.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/004-nolinenumbers.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/102-trim_whitespace.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/103-tidy_type.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/104-map_type.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/105-valid_proto_string.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/106-process_typemaps.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/107-make_targetable.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/108-map_type.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/110-assign_func_args.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/112-set_cond.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/501-t-compile.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/510-t-bare.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/511-t-whitespace.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/512-t-file.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/513-t-merge.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/514-t-embed.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/515-t-cmd.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/600-t-compat.t
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/pseudotypemap1
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSInclude.xsh
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSMore.xs
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSTest.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSTest.xs
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSUsage.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/XSUsage.xs
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/b.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/combined.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/confl_repl.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/confl_skip.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/conflicting.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/other.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/perl.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/simple.typemap
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/PrimitiveCapture.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/ExtUtils/Typemaps/Test.pm
N src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/lib/TypemapTest/Foo.pm
N src/gnu/usr.bin/perl/dist/File-CheckTree/lib/File/CheckTree.pm
N src/gnu/usr.bin/perl/dist/File-CheckTree/t/CheckTree.t
U src/gnu/usr.bin/perl/dist/Filter-Simple/lib/Filter/Simple.pm
N src/gnu/usr.bin/perl/dist/Filter-Simple/t/code_no_comments.t
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/data.t
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/export.t
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter.t
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/filter_only.t
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/import.t
N src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/CodeNoComments.pm
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm
U src/gnu/usr.bin/perl/dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm
N src/gnu/usr.bin/perl/dist/I18N-Collate/lib/I18N/Collate.pm
N src/gnu/usr.bin/perl/dist/I18N-Collate/t/I18N-Collate.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/ChangeLog
U src/gnu/usr.bin/perl/dist/I18N-LangTags/README
U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags.pm
U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm
U src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/List.pm
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/01_about_verbose.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/05_main.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/07_listy.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/10_http.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/20_locales.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/50_super.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/55_supers_strict.t
U src/gnu/usr.bin/perl/dist/I18N-LangTags/t/80_all_env.t
N src/gnu/usr.bin/perl/dist/if/if.pm
N src/gnu/usr.bin/perl/dist/if/t/if.t
U src/gnu/usr.bin/perl/dist/IO/ChangeLog
U src/gnu/usr.bin/perl/dist/IO/IO.pm
U src/gnu/usr.bin/perl/dist/IO/IO.xs
U src/gnu/usr.bin/perl/dist/IO/Makefile.PL
U src/gnu/usr.bin/perl/dist/IO/poll.c
U src/gnu/usr.bin/perl/dist/IO/poll.h
U src/gnu/usr.bin/perl/dist/IO/README
U src/gnu/usr.bin/perl/dist/IO/hints/sco.pl
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Dir.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/File.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Handle.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Pipe.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Poll.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Seekable.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Select.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/INET.pm
U src/gnu/usr.bin/perl/dist/IO/lib/IO/Socket/UNIX.pm
U src/gnu/usr.bin/perl/dist/IO/t/IO.t
U src/gnu/usr.bin/perl/dist/IO/t/io_const.t
U src/gnu/usr.bin/perl/dist/IO/t/io_dir.t
U src/gnu/usr.bin/perl/dist/IO/t/io_dup.t
U src/gnu/usr.bin/perl/dist/IO/t/io_file.t
N src/gnu/usr.bin/perl/dist/IO/t/io_file_export.t
U src/gnu/usr.bin/perl/dist/IO/t/io_linenum.t
U src/gnu/usr.bin/perl/dist/IO/t/io_multihomed.t
U src/gnu/usr.bin/perl/dist/IO/t/io_pipe.t
U src/gnu/usr.bin/perl/dist/IO/t/io_poll.t
U src/gnu/usr.bin/perl/dist/IO/t/io_sel.t
U src/gnu/usr.bin/perl/dist/IO/t/io_sock.t
U src/gnu/usr.bin/perl/dist/IO/t/io_taint.t
U src/gnu/usr.bin/perl/dist/IO/t/io_tell.t
U src/gnu/usr.bin/perl/dist/IO/t/io_udp.t
U src/gnu/usr.bin/perl/dist/IO/t/io_unix.t
U src/gnu/usr.bin/perl/dist/IO/t/io_utf8.t
N src/gnu/usr.bin/perl/dist/IO/t/io_utf8argv.t
U src/gnu/usr.bin/perl/dist/IO/t/io_xs.t
U src/gnu/usr.bin/perl/dist/lib/lib_pm.PL
U src/gnu/usr.bin/perl/dist/lib/Makefile.PL
U src/gnu/usr.bin/perl/dist/lib/t/01lib.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/ChangeLog
U src/gnu/usr.bin/perl/dist/Locale-Maketext/README
U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pm
U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext.pod
N src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/Cookbook.pod
C src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm
U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm
U src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/01_about_verbose.t
N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/04_use_external_lex_cache.t
N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/09_compile.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/10_make.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/20_get.t
N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/30_eval_dollar_at.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/40_super.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/50_super.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/60_super.t
N src/gnu/usr.bin/perl/dist/Locale-Maketext/t/70_fail_auto.t
U src/gnu/usr.bin/perl/dist/Locale-Maketext/t/90_utf8.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigFloat.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt/Calc.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/_e_math.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/alias.inc
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bare_mbf.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bare_mbi.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bare_mif.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/big_pi_e.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigfltpm.inc
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigfltpm.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigintc.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigintpm.inc
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigintpm.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigints.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/biglog.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/bigroot.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/calling.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/config.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/const_mbf.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/constant.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/downgrade.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/inf_nan.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/isa.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/lib_load.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbf_ali.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbi_ali.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbi_rand.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbimbf.inc
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/mbimbf.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/nan_cmp.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/new_overloaded.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbf0.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbf1.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbfa.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbfi.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbfn.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/req_mbfw.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/require.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/round.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/rt-16221.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/sub_ali.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/sub_mbf.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/sub_mbi.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/sub_mif.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/trap.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/upgrade.inc
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/upgrade.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/upgrade2.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/upgradef.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/use.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_lib1.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_lib2.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_lib3.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_lib4.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/use_mbfw.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/with_sub.t
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/Math/BigFloat/Subclass.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/Math/BigInt/BareCalc.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/Math/BigInt/Scalar.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt/t/Math/BigInt/Subclass.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/FastCalc.xs
N src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm
N src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/t/bigintfc.t
N src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/t/bootstrap.t
N src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/t/leak.t
N src/gnu/usr.bin/perl/dist/Math-BigInt-FastCalc/t/mbi_rand.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/lib/Math/BigRat.pm
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/big_ap.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigfltpm.inc
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigfltrt.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/biglog.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigrat.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigratpm.inc
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigratpm.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigratup.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bigroot.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/bitwise.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/hang.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/requirer.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/trap.t
N src/gnu/usr.bin/perl/dist/Math-BigRat/t/Math/BigRat/Test.pm
U src/gnu/usr.bin/perl/dist/Module-CoreList/Changes
U src/gnu/usr.bin/perl/dist/Module-CoreList/corelist
U src/gnu/usr.bin/perl/dist/Module-CoreList/identify-dependencies
U src/gnu/usr.bin/perl/dist/Module-CoreList/Makefile.PL
U src/gnu/usr.bin/perl/dist/Module-CoreList/MANIFEST
U src/gnu/usr.bin/perl/dist/Module-CoreList/README
U src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pm
N src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList.pod
N src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm
U src/gnu/usr.bin/perl/dist/Module-CoreList/t/corelist.t
U src/gnu/usr.bin/perl/dist/Module-CoreList/t/deprecated.t
U src/gnu/usr.bin/perl/dist/Module-CoreList/t/find_modules.t
U src/gnu/usr.bin/perl/dist/Module-CoreList/t/pod.t
U src/gnu/usr.bin/perl/dist/Net-Ping/Changes
C src/gnu/usr.bin/perl/dist/Net-Ping/lib/Net/Ping.pm
U src/gnu/usr.bin/perl/dist/Net-Ping/t/100_load.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/110_icmp_inst.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/120_udp_inst.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/130_tcp_inst.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/140_stream_inst.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/150_syn_inst.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/190_alarm.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/200_ping_tcp.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/250_ping_hires.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/300_ping_stream.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/400_ping_syn.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/410_syn_host.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/450_service.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/500_ping_icmp.t
U src/gnu/usr.bin/perl/dist/Net-Ping/t/510_ping_udp.t
U src/gnu/usr.bin/perl/dist/Safe/Changes
U src/gnu/usr.bin/perl/dist/Safe/Makefile.PL
U src/gnu/usr.bin/perl/dist/Safe/MANIFEST
U src/gnu/usr.bin/perl/dist/Safe/META.yml
U src/gnu/usr.bin/perl/dist/Safe/README
U src/gnu/usr.bin/perl/dist/Safe/Safe.pm
U src/gnu/usr.bin/perl/dist/Safe/t/safe1.t
U src/gnu/usr.bin/perl/dist/Safe/t/safe2.t
U src/gnu/usr.bin/perl/dist/Safe/t/safe3.t
U src/gnu/usr.bin/perl/dist/Safe/t/safeload.t
N src/gnu/usr.bin/perl/dist/Safe/t/safenamedcap.t
U src/gnu/usr.bin/perl/dist/Safe/t/safeops.t
U src/gnu/usr.bin/perl/dist/Safe/t/safesort.t
U src/gnu/usr.bin/perl/dist/Safe/t/safeuniversal.t
U src/gnu/usr.bin/perl/dist/Safe/t/safeutf8.t
U src/gnu/usr.bin/perl/dist/Safe/t/safewrap.t
N src/gnu/usr.bin/perl/dist/Search-Dict/lib/Search/Dict.pm
N src/gnu/usr.bin/perl/dist/Search-Dict/t/Dict.t
U src/gnu/usr.bin/perl/dist/SelfLoader/lib/SelfLoader.pm
U src/gnu/usr.bin/perl/dist/SelfLoader/t/01SelfLoader.t
U src/gnu/usr.bin/perl/dist/SelfLoader/t/02SelfLoader-buggy.t
N src/gnu/usr.bin/perl/dist/SelfLoader/t/03taint.t
U src/gnu/usr.bin/perl/dist/Storable/ChangeLog
U src/gnu/usr.bin/perl/dist/Storable/Makefile.PL
U src/gnu/usr.bin/perl/dist/Storable/README
U src/gnu/usr.bin/perl/dist/Storable/Storable.pm
U src/gnu/usr.bin/perl/dist/Storable/Storable.xs
U src/gnu/usr.bin/perl/dist/Storable/hints/gnukfreebsd.pl
U src/gnu/usr.bin/perl/dist/Storable/hints/gnuknetbsd.pl
U src/gnu/usr.bin/perl/dist/Storable/hints/hpux.pl
U src/gnu/usr.bin/perl/dist/Storable/hints/linux.pl
U src/gnu/usr.bin/perl/dist/Storable/t/attach_errors.t
U src/gnu/usr.bin/perl/dist/Storable/t/attach_singleton.t
U src/gnu/usr.bin/perl/dist/Storable/t/blessed.t
U src/gnu/usr.bin/perl/dist/Storable/t/canonical.t
U src/gnu/usr.bin/perl/dist/Storable/t/circular_hook.t
U src/gnu/usr.bin/perl/dist/Storable/t/code.t
U src/gnu/usr.bin/perl/dist/Storable/t/compat01.t
U src/gnu/usr.bin/perl/dist/Storable/t/compat06.t
U src/gnu/usr.bin/perl/dist/Storable/t/croak.t
U src/gnu/usr.bin/perl/dist/Storable/t/dclone.t
U src/gnu/usr.bin/perl/dist/Storable/t/downgrade.t
U src/gnu/usr.bin/perl/dist/Storable/t/file_magic.t
U src/gnu/usr.bin/perl/dist/Storable/t/forgive.t
U src/gnu/usr.bin/perl/dist/Storable/t/freeze.t
U src/gnu/usr.bin/perl/dist/Storable/t/HAS_ATTACH.pm
U src/gnu/usr.bin/perl/dist/Storable/t/HAS_HOOK.pm
U src/gnu/usr.bin/perl/dist/Storable/t/HAS_OVERLOAD.pm
U src/gnu/usr.bin/perl/dist/Storable/t/integer.t
U src/gnu/usr.bin/perl/dist/Storable/t/interwork56.t
U src/gnu/usr.bin/perl/dist/Storable/t/just_plain_nasty.t
U src/gnu/usr.bin/perl/dist/Storable/t/lock.t
U src/gnu/usr.bin/perl/dist/Storable/t/make_downgrade.pl
U src/gnu/usr.bin/perl/dist/Storable/t/make_56_interwork.pl
U src/gnu/usr.bin/perl/dist/Storable/t/make_overload.pl
U src/gnu/usr.bin/perl/dist/Storable/t/malice.t
U src/gnu/usr.bin/perl/dist/Storable/t/overload.t
U src/gnu/usr.bin/perl/dist/Storable/t/recurse.t
U src/gnu/usr.bin/perl/dist/Storable/t/restrict.t
U src/gnu/usr.bin/perl/dist/Storable/t/retrieve.t
N src/gnu/usr.bin/perl/dist/Storable/t/robust.t
U src/gnu/usr.bin/perl/dist/Storable/t/sig_die.t
U src/gnu/usr.bin/perl/dist/Storable/t/st-dump.pl
U src/gnu/usr.bin/perl/dist/Storable/t/store.t
U src/gnu/usr.bin/perl/dist/Storable/t/testlib.pl
U src/gnu/usr.bin/perl/dist/Storable/t/threads.t
U src/gnu/usr.bin/perl/dist/Storable/t/tied.t
U src/gnu/usr.bin/perl/dist/Storable/t/tied_hook.t
U src/gnu/usr.bin/perl/dist/Storable/t/tied_items.t
U src/gnu/usr.bin/perl/dist/Storable/t/utf8.t
U src/gnu/usr.bin/perl/dist/Storable/t/utf8hash.t
U src/gnu/usr.bin/perl/dist/Storable/t/weak.t
N src/gnu/usr.bin/perl/dist/Term-Complete/lib/Term/Complete.pm
N src/gnu/usr.bin/perl/dist/Term-Complete/t/Complete.t
N src/gnu/usr.bin/perl/dist/Term-ReadLine/lib/Term/ReadLine.pm
N src/gnu/usr.bin/perl/dist/Term-ReadLine/t/AE.t
N src/gnu/usr.bin/perl/dist/Term-ReadLine/t/AETk.t
N src/gnu/usr.bin/perl/dist/Term-ReadLine/t/ReadLine.t
N src/gnu/usr.bin/perl/dist/Term-ReadLine/t/Tk.t
N src/gnu/usr.bin/perl/dist/Text-Abbrev/lib/Text/Abbrev.pm
N src/gnu/usr.bin/perl/dist/Text-Abbrev/t/Abbrev.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/lib/Thread/Queue.pm
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/01_basic.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/02_refs.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/03_peek.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/04_errs.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/05_extract.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/06_insert.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/07_lock.t
U src/gnu/usr.bin/perl/dist/Thread-Queue/t/08_nothreads.t
U src/gnu/usr.bin/perl/dist/Thread-Semaphore/lib/Thread/Semaphore.pm
U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/01_basic.t
U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/02_errs.t
U src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/03_nothreads.t
N src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/04_nonblocking.t
N src/gnu/usr.bin/perl/dist/Thread-Semaphore/t/05_force.t
U src/gnu/usr.bin/perl/dist/threads/threads.xs
U src/gnu/usr.bin/perl/dist/threads/hints/hpux.pl
U src/gnu/usr.bin/perl/dist/threads/hints/linux.pl
N src/gnu/usr.bin/perl/dist/threads/lib/threads.pm
U src/gnu/usr.bin/perl/dist/threads/t/basic.t
U src/gnu/usr.bin/perl/dist/threads/t/blocks.t
U src/gnu/usr.bin/perl/dist/threads/t/context.t
U src/gnu/usr.bin/perl/dist/threads/t/end.t
U src/gnu/usr.bin/perl/dist/threads/t/err.t
U src/gnu/usr.bin/perl/dist/threads/t/exit.t
U src/gnu/usr.bin/perl/dist/threads/t/free.t
U src/gnu/usr.bin/perl/dist/threads/t/free2.t
U src/gnu/usr.bin/perl/dist/threads/t/join.t
U src/gnu/usr.bin/perl/dist/threads/t/kill.t
N src/gnu/usr.bin/perl/dist/threads/t/kill2.t
U src/gnu/usr.bin/perl/dist/threads/t/libc.t
U src/gnu/usr.bin/perl/dist/threads/t/list.t
U src/gnu/usr.bin/perl/dist/threads/t/no_threads.t
U src/gnu/usr.bin/perl/dist/threads/t/problems.t
U src/gnu/usr.bin/perl/dist/threads/t/stack.t
U src/gnu/usr.bin/perl/dist/threads/t/stack_env.t
U src/gnu/usr.bin/perl/dist/threads/t/state.t
U src/gnu/usr.bin/perl/dist/threads/t/stress_cv.t
U src/gnu/usr.bin/perl/dist/threads/t/stress_re.t
U src/gnu/usr.bin/perl/dist/threads/t/stress_string.t
U src/gnu/usr.bin/perl/dist/threads/t/thread.t
U src/gnu/usr.bin/perl/dist/threads-shared/shared.xs
U src/gnu/usr.bin/perl/dist/threads-shared/hints/linux.pl
N src/gnu/usr.bin/perl/dist/threads-shared/lib/threads/shared.pm
U src/gnu/usr.bin/perl/dist/threads-shared/t/0nothread.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/av_refs.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/av_simple.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/blessed.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/clone.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/cond.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/disabled.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/hv_refs.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/hv_simple.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/no_share.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/object.t
N src/gnu/usr.bin/perl/dist/threads-shared/t/object2.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/shared_attr.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/stress.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/sv_refs.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/sv_simple.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/utf8.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/wait.t
U src/gnu/usr.bin/perl/dist/threads-shared/t/waithires.t
N src/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/File.pm
N src/gnu/usr.bin/perl/dist/Tie-File/t/00_version.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/01_gen.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/02_fetchsize.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/03_longfetch.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/04_splice.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/05_size.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/06_fixrec.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/07_rv_splice.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/08_ro.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/09_gen_rs.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/10_splice_rs.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/11_rv_splice_rs.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/12_longfetch_rs.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/13_size_rs.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/14_lock.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/15_pushpop.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/16_handle.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/17_misc_meth.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/18_rs_fixrec.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/19_cache.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/20_cache_full.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/21_win32.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/22_autochomp.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/23_rv_ac_splice.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/24_cache_loop.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/25_gen_nocache.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/26_twrite.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/27_iwrite.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/28_mtwrite.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/29_downcopy.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/29a_upcopy.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/30_defer.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/31_autodefer.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/32_defer_misc.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/33_defer_vs.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/40_abs_cache.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/41_heap.t
N src/gnu/usr.bin/perl/dist/Tie-File/t/42_offset.t
U src/gnu/usr.bin/perl/dist/XSLoader/Makefile.PL
U src/gnu/usr.bin/perl/dist/XSLoader/XSLoader_pm.PL
U src/gnu/usr.bin/perl/dist/XSLoader/t/XSLoader.t
U src/gnu/usr.bin/perl/djgpp/config.over
U src/gnu/usr.bin/perl/djgpp/configure.bat
U src/gnu/usr.bin/perl/djgpp/djgpp.c
U src/gnu/usr.bin/perl/djgpp/djgpp.h
U src/gnu/usr.bin/perl/djgpp/djgppsed.sh
U src/gnu/usr.bin/perl/djgpp/fixpmain
N src/gnu/usr.bin/perl/ext/arybase/arybase.pm
N src/gnu/usr.bin/perl/ext/arybase/arybase.xs
N src/gnu/usr.bin/perl/ext/arybase/ptable.h
N src/gnu/usr.bin/perl/ext/arybase/t/aeach.t
N src/gnu/usr.bin/perl/ext/arybase/t/aelem.t
N src/gnu/usr.bin/perl/ext/arybase/t/akeys.t
N src/gnu/usr.bin/perl/ext/arybase/t/arybase.t
N src/gnu/usr.bin/perl/ext/arybase/t/aslice.t
N src/gnu/usr.bin/perl/ext/arybase/t/av2arylen.t
N src/gnu/usr.bin/perl/ext/arybase/t/index.t
N src/gnu/usr.bin/perl/ext/arybase/t/lslice.t
N src/gnu/usr.bin/perl/ext/arybase/t/pos.t
N src/gnu/usr.bin/perl/ext/arybase/t/scope.t
N src/gnu/usr.bin/perl/ext/arybase/t/scope_0.pm
N src/gnu/usr.bin/perl/ext/arybase/t/splice.t
N src/gnu/usr.bin/perl/ext/arybase/t/substr.t
U src/gnu/usr.bin/perl/ext/attributes/attributes.pm
U src/gnu/usr.bin/perl/ext/attributes/attributes.xs
U src/gnu/usr.bin/perl/ext/B/B.pm
U src/gnu/usr.bin/perl/ext/B/B.xs
U src/gnu/usr.bin/perl/ext/B/Makefile.PL
U src/gnu/usr.bin/perl/ext/B/O.pm
U src/gnu/usr.bin/perl/ext/B/typemap
C src/gnu/usr.bin/perl/ext/B/B/Concise.pm
U src/gnu/usr.bin/perl/ext/B/B/Showlex.pm
U src/gnu/usr.bin/perl/ext/B/B/Terse.pm
U src/gnu/usr.bin/perl/ext/B/B/Xref.pm
U src/gnu/usr.bin/perl/ext/B/hints/darwin.pl
U src/gnu/usr.bin/perl/ext/B/hints/openbsd.pl
U src/gnu/usr.bin/perl/ext/B/t/b.t
U src/gnu/usr.bin/perl/ext/B/t/concise-xs.t
U src/gnu/usr.bin/perl/ext/B/t/concise.t
U src/gnu/usr.bin/perl/ext/B/t/f_map
U src/gnu/usr.bin/perl/ext/B/t/f_map.t
U src/gnu/usr.bin/perl/ext/B/t/f_sort
U src/gnu/usr.bin/perl/ext/B/t/f_sort.t
U src/gnu/usr.bin/perl/ext/B/t/o.t
U src/gnu/usr.bin/perl/ext/B/t/optree_check.t
U src/gnu/usr.bin/perl/ext/B/t/optree_concise.t
U src/gnu/usr.bin/perl/ext/B/t/optree_constants.t
U src/gnu/usr.bin/perl/ext/B/t/optree_misc.t
U src/gnu/usr.bin/perl/ext/B/t/optree_samples.t
U src/gnu/usr.bin/perl/ext/B/t/optree_sort.t
U src/gnu/usr.bin/perl/ext/B/t/optree_specials.t
U src/gnu/usr.bin/perl/ext/B/t/optree_varinit.t
U src/gnu/usr.bin/perl/ext/B/t/OptreeCheck.pm
U src/gnu/usr.bin/perl/ext/B/t/pragma.t
U src/gnu/usr.bin/perl/ext/B/t/showlex.t
U src/gnu/usr.bin/perl/ext/B/t/terse.t
N src/gnu/usr.bin/perl/ext/B/t/walkoptree.t
U src/gnu/usr.bin/perl/ext/B/t/xref.t
U src/gnu/usr.bin/perl/ext/Devel-Peek/Changes
U src/gnu/usr.bin/perl/ext/Devel-Peek/Makefile.PL
U src/gnu/usr.bin/perl/ext/Devel-Peek/Peek.pm
U src/gnu/usr.bin/perl/ext/Devel-Peek/Peek.xs
U src/gnu/usr.bin/perl/ext/Devel-Peek/t/Peek.t
C src/gnu/usr.bin/perl/ext/DynaLoader/dl_aix.xs
C src/gnu/usr.bin/perl/ext/DynaLoader/dl_beos.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dld.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dllload.xs
C src/gnu/usr.bin/perl/ext/DynaLoader/dl_dlopen.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_dyld.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_hpux.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_mpeix.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_next.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_none.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_symbian.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_vmesa.xs
C src/gnu/usr.bin/perl/ext/DynaLoader/dl_vms.xs
U src/gnu/usr.bin/perl/ext/DynaLoader/dl_win32.xs
C src/gnu/usr.bin/perl/ext/DynaLoader/dlutils.c
U src/gnu/usr.bin/perl/ext/DynaLoader/DynaLoader_pm.PL
C src/gnu/usr.bin/perl/ext/DynaLoader/Makefile.PL
U src/gnu/usr.bin/perl/ext/DynaLoader/README
U src/gnu/usr.bin/perl/ext/DynaLoader/hints/aix.pl
U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnukfreebsd.pl
U src/gnu/usr.bin/perl/ext/DynaLoader/hints/gnuknetbsd.pl
U src/gnu/usr.bin/perl/ext/DynaLoader/hints/linux.pl
U src/gnu/usr.bin/perl/ext/DynaLoader/hints/netbsd.pl
U src/gnu/usr.bin/perl/ext/DynaLoader/hints/openbsd.pl
U src/gnu/usr.bin/perl/ext/DynaLoader/t/DynaLoader.t
U src/gnu/usr.bin/perl/ext/Errno/ChangeLog
U src/gnu/usr.bin/perl/ext/Errno/Errno_pm.PL
U src/gnu/usr.bin/perl/ext/Errno/Makefile.PL
U src/gnu/usr.bin/perl/ext/Errno/t/Errno.t
C src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.pm
C src/gnu/usr.bin/perl/ext/Fcntl/Fcntl.xs
U src/gnu/usr.bin/perl/ext/Fcntl/Makefile.PL
N src/gnu/usr.bin/perl/ext/Fcntl/t/autoload.t
U src/gnu/usr.bin/perl/ext/Fcntl/t/fcntl.t
U src/gnu/usr.bin/perl/ext/Fcntl/t/mode.t
U src/gnu/usr.bin/perl/ext/Fcntl/t/syslfs.t
C src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.c
U src/gnu/usr.bin/perl/ext/File-Glob/bsd_glob.h
U src/gnu/usr.bin/perl/ext/File-Glob/Changes
U src/gnu/usr.bin/perl/ext/File-Glob/Glob.pm
U src/gnu/usr.bin/perl/ext/File-Glob/Glob.xs
U src/gnu/usr.bin/perl/ext/File-Glob/Makefile.PL
U src/gnu/usr.bin/perl/ext/File-Glob/TODO
U src/gnu/usr.bin/perl/ext/File-Glob/t/basic.t
U src/gnu/usr.bin/perl/ext/File-Glob/t/case.t
U src/gnu/usr.bin/perl/ext/File-Glob/t/global.t
U src/gnu/usr.bin/perl/ext/File-Glob/t/taint.t
U src/gnu/usr.bin/perl/ext/FileCache/lib/FileCache.pm
U src/gnu/usr.bin/perl/ext/FileCache/t/01open.t
U src/gnu/usr.bin/perl/ext/FileCache/t/02maxopen.t
U src/gnu/usr.bin/perl/ext/FileCache/t/03append.t
U src/gnu/usr.bin/perl/ext/FileCache/t/04twoarg.t
U src/gnu/usr.bin/perl/ext/FileCache/t/05override.t
U src/gnu/usr.bin/perl/ext/FileCache/t/06export.t
U src/gnu/usr.bin/perl/ext/FileCache/t/07noimport.t
C src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.pm
U src/gnu/usr.bin/perl/ext/GDBM_File/GDBM_File.xs
U src/gnu/usr.bin/perl/ext/GDBM_File/Makefile.PL
C src/gnu/usr.bin/perl/ext/GDBM_File/typemap
U src/gnu/usr.bin/perl/ext/GDBM_File/hints/sco.pl
C src/gnu/usr.bin/perl/ext/GDBM_File/t/gdbm.t
U src/gnu/usr.bin/perl/ext/Hash-Util/Changes
U src/gnu/usr.bin/perl/ext/Hash-Util/Makefile.PL
U src/gnu/usr.bin/perl/ext/Hash-Util/Util.xs
U src/gnu/usr.bin/perl/ext/Hash-Util/lib/Hash/Util.pm
U src/gnu/usr.bin/perl/ext/Hash-Util/t/Util.t
U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/Changes
U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/FieldHash.xs
U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/01_load.t
U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/02_function.t
U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/03_class.t
U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/04_thread.t
U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/05_perlhook.t
C src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/10_hash.t
U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/11_hashassign.t
U src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/12_hashwarn.t
U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Langinfo.pm
U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Langinfo.xs
U src/gnu/usr.bin/perl/ext/I18N-Langinfo/Makefile.PL
U src/gnu/usr.bin/perl/ext/I18N-Langinfo/t/Langinfo.t
N src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/Open2.pm
C src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/Open3.pm
N src/gnu/usr.bin/perl/ext/IPC-Open3/t/fd.t
N src/gnu/usr.bin/perl/ext/IPC-Open3/t/IPC-Open2.t
U src/gnu/usr.bin/perl/ext/IPC-Open3/t/IPC-Open3.t
U src/gnu/usr.bin/perl/ext/mro/Changes
U src/gnu/usr.bin/perl/ext/mro/mro.pm
U src/gnu/usr.bin/perl/ext/mro/mro.xs
U src/gnu/usr.bin/perl/ext/NDBM_File/Makefile.PL
C src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.pm
U src/gnu/usr.bin/perl/ext/NDBM_File/NDBM_File.xs
C src/gnu/usr.bin/perl/ext/NDBM_File/typemap
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/cygwin.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dec_osf.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/dynixptx.pl
N src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnu.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnukfreebsd.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/gnuknetbsd.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/linux.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/sco.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/solaris.pl
U src/gnu/usr.bin/perl/ext/NDBM_File/hints/svr4.pl
C src/gnu/usr.bin/perl/ext/NDBM_File/t/ndbm.t
U src/gnu/usr.bin/perl/ext/ODBM_File/Makefile.PL
C src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.pm
C src/gnu/usr.bin/perl/ext/ODBM_File/ODBM_File.xs
U src/gnu/usr.bin/perl/ext/ODBM_File/typemap
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/cygwin.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/dec_osf.pl
N src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnu.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnukfreebsd.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/gnuknetbsd.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/hpux.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/linux.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/sco.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/solaris.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/svr4.pl
U src/gnu/usr.bin/perl/ext/ODBM_File/hints/ultrix.pl
C src/gnu/usr.bin/perl/ext/ODBM_File/t/odbm.t
C src/gnu/usr.bin/perl/ext/Opcode/Opcode.pm
C src/gnu/usr.bin/perl/ext/Opcode/Opcode.xs
U src/gnu/usr.bin/perl/ext/Opcode/ops.pm
U src/gnu/usr.bin/perl/ext/Opcode/t/Opcode.t
U src/gnu/usr.bin/perl/ext/Opcode/t/ops.t
U src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.pm
C src/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs
U src/gnu/usr.bin/perl/ext/PerlIO-encoding/MANIFEST
U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/encoding.t
U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/fallback.t
U src/gnu/usr.bin/perl/ext/PerlIO-encoding/t/nolooping.t
N src/gnu/usr.bin/perl/ext/PerlIO-mmap/mmap.pm
N src/gnu/usr.bin/perl/ext/PerlIO-mmap/mmap.xs
U src/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.pm
U src/gnu/usr.bin/perl/ext/PerlIO-scalar/scalar.xs
U src/gnu/usr.bin/perl/ext/PerlIO-scalar/t/scalar.t
U src/gnu/usr.bin/perl/ext/PerlIO-scalar/t/scalar_ungetc.t
U src/gnu/usr.bin/perl/ext/PerlIO-via/via.pm
U src/gnu/usr.bin/perl/ext/PerlIO-via/via.xs
U src/gnu/usr.bin/perl/ext/PerlIO-via/hints/aix.pl
U src/gnu/usr.bin/perl/ext/PerlIO-via/t/via.t
N src/gnu/usr.bin/perl/ext/Pod-Functions/Functions_pm.PL
N src/gnu/usr.bin/perl/ext/Pod-Functions/Makefile.PL
N src/gnu/usr.bin/perl/ext/Pod-Functions/t/Functions.t
N src/gnu/usr.bin/perl/ext/Pod-Html/bin/pod2html
N src/gnu/usr.bin/perl/ext/Pod-Html/lib/Pod/Html.pm
N src/gnu/usr.bin/perl/ext/Pod-Html/t/cache.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/cache.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref2.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/crossref3.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/eol.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/feature.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/feature.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/feature2.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/feature2.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir1.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir1.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir2.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir2.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir3.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir3.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir4.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir4.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir5.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmldir5.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlescp.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlescp.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmllink.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmllink.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlview.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/htmlview.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/pod2html-lib.pl
N src/gnu/usr.bin/perl/ext/Pod-Html/t/poderr.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/poderr.t
N src/gnu/usr.bin/perl/ext/Pod-Html/t/podnoerr.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/t/podnoerr.t
N src/gnu/usr.bin/perl/ext/Pod-Html/testdir/perlpodspec-copy.pod
N src/gnu/usr.bin/perl/ext/Pod-Html/testdir/perlvar-copy.pod
U src/gnu/usr.bin/perl/ext/POSIX/Makefile.PL
C src/gnu/usr.bin/perl/ext/POSIX/POSIX.xs
U src/gnu/usr.bin/perl/ext/POSIX/typemap
U src/gnu/usr.bin/perl/ext/POSIX/hints/bsdos.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/dynixptx.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/freebsd.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/gnukfreebsd.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/gnuknetbsd.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/linux.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/mint.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/netbsd.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/next_3.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/sunos_4.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/svr4.pl
U src/gnu/usr.bin/perl/ext/POSIX/hints/uts.pl
N src/gnu/usr.bin/perl/ext/POSIX/lib/POSIX.pm
N src/gnu/usr.bin/perl/ext/POSIX/lib/POSIX.pod
N src/gnu/usr.bin/perl/ext/POSIX/t/export.t
U src/gnu/usr.bin/perl/ext/POSIX/t/is.t
U src/gnu/usr.bin/perl/ext/POSIX/t/math.t
U src/gnu/usr.bin/perl/ext/POSIX/t/posix.t
U src/gnu/usr.bin/perl/ext/POSIX/t/sigaction.t
N src/gnu/usr.bin/perl/ext/POSIX/t/sigset.t
U src/gnu/usr.bin/perl/ext/POSIX/t/sysconf.t
U src/gnu/usr.bin/perl/ext/POSIX/t/taint.t
U src/gnu/usr.bin/perl/ext/POSIX/t/termios.t
U src/gnu/usr.bin/perl/ext/POSIX/t/time.t
N src/gnu/usr.bin/perl/ext/POSIX/t/unimplemented.t
N src/gnu/usr.bin/perl/ext/POSIX/t/usage.t
U src/gnu/usr.bin/perl/ext/POSIX/t/waitpid.t
N src/gnu/usr.bin/perl/ext/POSIX/t/wrappers.t
U src/gnu/usr.bin/perl/ext/re/Makefile.PL
U src/gnu/usr.bin/perl/ext/re/re.pm
U src/gnu/usr.bin/perl/ext/re/re.xs
U src/gnu/usr.bin/perl/ext/re/re_comp.h
U src/gnu/usr.bin/perl/ext/re/re_top.h
U src/gnu/usr.bin/perl/ext/re/hints/mpeix.pl
U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.pl
U src/gnu/usr.bin/perl/ext/re/t/lexical_debug.t
U src/gnu/usr.bin/perl/ext/re/t/qr.t
U src/gnu/usr.bin/perl/ext/re/t/re.t
U src/gnu/usr.bin/perl/ext/re/t/re_funcs.t
N src/gnu/usr.bin/perl/ext/re/t/re_funcs_u.t
N src/gnu/usr.bin/perl/ext/re/t/reflags.t
U src/gnu/usr.bin/perl/ext/re/t/regop.pl
C src/gnu/usr.bin/perl/ext/re/t/regop.t
U src/gnu/usr.bin/perl/ext/SDBM_File/Makefile.PL
C src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.pm
U src/gnu/usr.bin/perl/ext/SDBM_File/SDBM_File.xs
C src/gnu/usr.bin/perl/ext/SDBM_File/typemap
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/biblio
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/CHANGES
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/COMPARE
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dba.c
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbd.c
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbe.1
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbe.c
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/dbu.c
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/grind
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hash.c
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/linux.patches
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/Makefile.PL
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/makefile.sdbm
C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.c
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/pair.h
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README
C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/readme.ms
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/README.too
C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.3
C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.c
C src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/sdbm.h
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/tune.h
U src/gnu/usr.bin/perl/ext/SDBM_File/sdbm/util.c
C src/gnu/usr.bin/perl/ext/SDBM_File/t/sdbm.t
U src/gnu/usr.bin/perl/ext/Sys-Hostname/Hostname.pm
U src/gnu/usr.bin/perl/ext/Sys-Hostname/Hostname.xs
U src/gnu/usr.bin/perl/ext/Sys-Hostname/t/Hostname.t
N src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/NamedCapture.pm
N src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/NamedCapture.xs
N src/gnu/usr.bin/perl/ext/Tie-Hash-NamedCapture/t/tiehash.t
U src/gnu/usr.bin/perl/ext/Tie-Memoize/lib/Tie/Memoize.pm
U src/gnu/usr.bin/perl/ext/Tie-Memoize/t/Tie-Memoize.t
U src/gnu/usr.bin/perl/ext/VMS-DCLsym/0README.txt
U src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.pm
U src/gnu/usr.bin/perl/ext/VMS-DCLsym/DCLsym.xs
U src/gnu/usr.bin/perl/ext/VMS-DCLsym/Makefile.PL
U src/gnu/usr.bin/perl/ext/VMS-DCLsym/t/vms_dclsym.t
U src/gnu/usr.bin/perl/ext/VMS-Stdio/0README.txt
U src/gnu/usr.bin/perl/ext/VMS-Stdio/Makefile.PL
U src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.pm
U src/gnu/usr.bin/perl/ext/VMS-Stdio/Stdio.xs
U src/gnu/usr.bin/perl/ext/VMS-Stdio/t/vms_stdio.t
U src/gnu/usr.bin/perl/ext/Win32CORE/Makefile.PL
U src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.c
U src/gnu/usr.bin/perl/ext/Win32CORE/Win32CORE.pm
U src/gnu/usr.bin/perl/ext/Win32CORE/t/win32core.t
U src/gnu/usr.bin/perl/ext/XS-APItest/APItest.pm
U src/gnu/usr.bin/perl/ext/XS-APItest/APItest.xs
U src/gnu/usr.bin/perl/ext/XS-APItest/core.c
U src/gnu/usr.bin/perl/ext/XS-APItest/core_or_not.inc
U src/gnu/usr.bin/perl/ext/XS-APItest/exception.c
U src/gnu/usr.bin/perl/ext/XS-APItest/Makefile.PL
U src/gnu/usr.bin/perl/ext/XS-APItest/MANIFEST
U src/gnu/usr.bin/perl/ext/XS-APItest/notcore.c
N src/gnu/usr.bin/perl/ext/XS-APItest/numeric.xs
U src/gnu/usr.bin/perl/ext/XS-APItest/README
N src/gnu/usr.bin/perl/ext/XS-APItest/typemap
N src/gnu/usr.bin/perl/ext/XS-APItest/XSUB-redefined-macros.xs
N src/gnu/usr.bin/perl/ext/XS-APItest/XSUB-undef-XS_VERSION.xs
N src/gnu/usr.bin/perl/ext/XS-APItest/t/addissub.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/arrayexpr.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/autoload.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/BHK.pm
N src/gnu/usr.bin/perl/ext/XS-APItest/t/Block.pm
N src/gnu/usr.bin/perl/ext/XS-APItest/t/blockasexpr.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/blockhooks-csc.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/blockhooks.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/call.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/call_checker.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/caller.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/check_warnings.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/cleanup.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/clone-with-stack.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/cophh.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/coplabel.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/copyhints.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/customop.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/eval-filter.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/exception.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/fetch_pad_names.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/gotosub.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/grok.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_autoload4.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmeth.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmeth_autoload.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_fetchmethod_flags.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/gv_init.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/hash.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/keyword_multiline.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/keyword_plugin.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst.aux
N src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/labelconst_utf8.aux
N src/gnu/usr.bin/perl/ext/XS-APItest/t/loopblock.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/looprest.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/lvalue.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/magic.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/magic_chain.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/Markers.pm
N src/gnu/usr.bin/perl/ext/XS-APItest/t/mro.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/multicall.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/my_cxt.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/my_exit.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/Null.pm
N src/gnu/usr.bin/perl/ext/XS-APItest/t/newCONSTSUB.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/op.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/op_contextualize.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/op_list.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/overload.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/pad_scalar.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/peep.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/pmflag.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/postinc.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/printf.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/ptr_table.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/push.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/refs.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/rmagical.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/rv2cv_op_cv.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/savehints.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/scopelessblock.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/sort.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/stmtasexpr.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/stmtsasexpr.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/stuff_modify_bug.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/stuff_svcur_bug.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/sviscow.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/svpeek.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/svpv.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/svpv_magic.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/svsetsv.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/swaplabel.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/swaptwostmts.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/temp_lv_sub.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/underscore_length.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/utf16_to_utf8.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/utf8.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/whichsig.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/xs_special_subs.t
U src/gnu/usr.bin/perl/ext/XS-APItest/t/xs_special_subs_require.t
N src/gnu/usr.bin/perl/ext/XS-APItest/t/xsub_h.t
U src/gnu/usr.bin/perl/ext/XS-Typemap/Makefile.PL
U src/gnu/usr.bin/perl/ext/XS-Typemap/README
U src/gnu/usr.bin/perl/ext/XS-Typemap/stdio.c
U src/gnu/usr.bin/perl/ext/XS-Typemap/Typemap.pm
U src/gnu/usr.bin/perl/ext/XS-Typemap/Typemap.xs
U src/gnu/usr.bin/perl/ext/XS-Typemap/t/Typemap.t
U src/gnu/usr.bin/perl/epoc/config.sh
U src/gnu/usr.bin/perl/epoc/createpkg.pl
U src/gnu/usr.bin/perl/epoc/epoc.c
U src/gnu/usr.bin/perl/epoc/epoc_stubs.c
U src/gnu/usr.bin/perl/epoc/epocish.c
U src/gnu/usr.bin/perl/epoc/epocish.h
U src/gnu/usr.bin/perl/epoc/link.pl
U src/gnu/usr.bin/perl/h2pl/cbreak.pl
U src/gnu/usr.bin/perl/h2pl/cbreak2.pl
U src/gnu/usr.bin/perl/h2pl/getioctlsizes
U src/gnu/usr.bin/perl/h2pl/mksizes
U src/gnu/usr.bin/perl/h2pl/mkvars
U src/gnu/usr.bin/perl/h2pl/README
U src/gnu/usr.bin/perl/h2pl/tcbreak
U src/gnu/usr.bin/perl/h2pl/tcbreak2
U src/gnu/usr.bin/perl/h2pl/eg/sizeof.ph
U src/gnu/usr.bin/perl/h2pl/eg/sysexits.pl
U src/gnu/usr.bin/perl/h2pl/eg/sys/errno.pl
U src/gnu/usr.bin/perl/h2pl/eg/sys/ioctl.pl
U src/gnu/usr.bin/perl/haiku/haikuish.h
U src/gnu/usr.bin/perl/haiku/Haiku/Haiku.pm
U src/gnu/usr.bin/perl/haiku/Haiku/Haiku.xs
U src/gnu/usr.bin/perl/haiku/Haiku/Makefile.PL
U src/gnu/usr.bin/perl/hints/3b1.sh
U src/gnu/usr.bin/perl/hints/3b1cc
C src/gnu/usr.bin/perl/hints/aix.sh
U src/gnu/usr.bin/perl/hints/aix_3.sh
U src/gnu/usr.bin/perl/hints/aix_4.sh
U src/gnu/usr.bin/perl/hints/altos486.sh
U src/gnu/usr.bin/perl/hints/amigaos.sh
U src/gnu/usr.bin/perl/hints/atheos.sh
U src/gnu/usr.bin/perl/hints/aux_3.sh
C src/gnu/usr.bin/perl/hints/beos.sh
U src/gnu/usr.bin/perl/hints/broken-db.msg
U src/gnu/usr.bin/perl/hints/bsdos.sh
U src/gnu/usr.bin/perl/hints/catamount.sh
U src/gnu/usr.bin/perl/hints/convexos.sh
U src/gnu/usr.bin/perl/hints/cxux.sh
U src/gnu/usr.bin/perl/hints/cygwin.sh
U src/gnu/usr.bin/perl/hints/darwin.sh
C src/gnu/usr.bin/perl/hints/dcosx.sh
C src/gnu/usr.bin/perl/hints/dec_osf.sh
C src/gnu/usr.bin/perl/hints/dgux.sh
U src/gnu/usr.bin/perl/hints/dos_djgpp.sh
U src/gnu/usr.bin/perl/hints/dragonfly.sh
U src/gnu/usr.bin/perl/hints/dynix.sh
U src/gnu/usr.bin/perl/hints/dynixptx.sh
C src/gnu/usr.bin/perl/hints/epix.sh
U src/gnu/usr.bin/perl/hints/esix4.sh
U src/gnu/usr.bin/perl/hints/fps.sh
C src/gnu/usr.bin/perl/hints/freebsd.sh
U src/gnu/usr.bin/perl/hints/genix.sh
U src/gnu/usr.bin/perl/hints/gnu.sh
U src/gnu/usr.bin/perl/hints/gnukfreebsd.sh
U src/gnu/usr.bin/perl/hints/gnuknetbsd.sh
U src/gnu/usr.bin/perl/hints/greenhills.sh
U src/gnu/usr.bin/perl/hints/haiku.sh
C src/gnu/usr.bin/perl/hints/hpux.sh
U src/gnu/usr.bin/perl/hints/i386.sh
U src/gnu/usr.bin/perl/hints/interix.sh
U src/gnu/usr.bin/perl/hints/irix_4.sh
U src/gnu/usr.bin/perl/hints/irix_5.sh
U src/gnu/usr.bin/perl/hints/irix_6.sh
U src/gnu/usr.bin/perl/hints/irix_6_0.sh
U src/gnu/usr.bin/perl/hints/irix_6_1.sh
C src/gnu/usr.bin/perl/hints/isc.sh
U src/gnu/usr.bin/perl/hints/isc_2.sh
C src/gnu/usr.bin/perl/hints/linux.sh
U src/gnu/usr.bin/perl/hints/lynxos.sh
U src/gnu/usr.bin/perl/hints/midnightbsd.sh
U src/gnu/usr.bin/perl/hints/mips.sh
U src/gnu/usr.bin/perl/hints/mirbsd.sh
U src/gnu/usr.bin/perl/hints/mpc.sh
U src/gnu/usr.bin/perl/hints/mpeix.sh
U src/gnu/usr.bin/perl/hints/ncr_tower.sh
C src/gnu/usr.bin/perl/hints/netbsd.sh
U src/gnu/usr.bin/perl/hints/newsos4.sh
C src/gnu/usr.bin/perl/hints/next_3.sh
U src/gnu/usr.bin/perl/hints/next_3_0.sh
U src/gnu/usr.bin/perl/hints/next_4.sh
U src/gnu/usr.bin/perl/hints/nonstopux.sh
C src/gnu/usr.bin/perl/hints/openbsd.sh
U src/gnu/usr.bin/perl/hints/opus.sh
U src/gnu/usr.bin/perl/hints/os2.sh
C src/gnu/usr.bin/perl/hints/os390.sh
U src/gnu/usr.bin/perl/hints/os400.sh
U src/gnu/usr.bin/perl/hints/posix-bc.sh
C src/gnu/usr.bin/perl/hints/powerux.sh
C src/gnu/usr.bin/perl/hints/qnx.sh
U src/gnu/usr.bin/perl/hints/README.hints
U src/gnu/usr.bin/perl/hints/rhapsody.sh
U src/gnu/usr.bin/perl/hints/riscos.sh
C src/gnu/usr.bin/perl/hints/sco.sh
U src/gnu/usr.bin/perl/hints/sco_2_3_0.sh
U src/gnu/usr.bin/perl/hints/sco_2_3_1.sh
U src/gnu/usr.bin/perl/hints/sco_2_3_2.sh
U src/gnu/usr.bin/perl/hints/sco_2_3_3.sh
C src/gnu/usr.bin/perl/hints/svr4.sh
U src/gnu/usr.bin/perl/hints/sco_2_3_4.sh
C src/gnu/usr.bin/perl/hints/solaris_2.sh
U src/gnu/usr.bin/perl/hints/stellar.sh
U src/gnu/usr.bin/perl/hints/sunos_4_0.sh
U src/gnu/usr.bin/perl/hints/sunos_4_1.sh
U src/gnu/usr.bin/perl/hints/super-ux.sh
U src/gnu/usr.bin/perl/hints/svr5.sh
U src/gnu/usr.bin/perl/hints/t001.c
U src/gnu/usr.bin/perl/hints/ti1500.sh
U src/gnu/usr.bin/perl/hints/titanos.sh
U src/gnu/usr.bin/perl/hints/ultrix_4.sh
U src/gnu/usr.bin/perl/hints/umips.sh
U src/gnu/usr.bin/perl/hints/unicos.sh
U src/gnu/usr.bin/perl/hints/unicosmk.sh
U src/gnu/usr.bin/perl/hints/unisysdynix.sh
U src/gnu/usr.bin/perl/hints/utekv.sh
U src/gnu/usr.bin/perl/hints/uts.sh
U src/gnu/usr.bin/perl/hints/uwin.sh
U src/gnu/usr.bin/perl/hints/vmesa.sh
U src/gnu/usr.bin/perl/hints/vos.sh
N src/gnu/usr.bin/perl/lib/_charnames.pm
C src/gnu/usr.bin/perl/lib/AnyDBM_File.pm
U src/gnu/usr.bin/perl/lib/AnyDBM_File.t
C src/gnu/usr.bin/perl/lib/Benchmark.pm
U src/gnu/usr.bin/perl/lib/Benchmark.t
C src/gnu/usr.bin/perl/lib/blib.pm
U src/gnu/usr.bin/perl/lib/blib.t
U src/gnu/usr.bin/perl/lib/bytes.pm
U src/gnu/usr.bin/perl/lib/bytes.t
U src/gnu/usr.bin/perl/lib/bytes_heavy.pl
U src/gnu/usr.bin/perl/lib/charnames.pm
U src/gnu/usr.bin/perl/lib/charnames.t
U src/gnu/usr.bin/perl/lib/Config.t
U src/gnu/usr.bin/perl/lib/CORE.pod
U src/gnu/usr.bin/perl/lib/DB.pm
U src/gnu/usr.bin/perl/lib/DB.t
U src/gnu/usr.bin/perl/lib/DBM_Filter.pm
U src/gnu/usr.bin/perl/lib/dbm_filter_util.pl
U src/gnu/usr.bin/perl/lib/deprecate.pm
C src/gnu/usr.bin/perl/lib/diagnostics.pm
U src/gnu/usr.bin/perl/lib/diagnostics.t
U src/gnu/usr.bin/perl/lib/DirHandle.pm
U src/gnu/usr.bin/perl/lib/DirHandle.t
C src/gnu/usr.bin/perl/lib/dumpvar.pl
U src/gnu/usr.bin/perl/lib/dumpvar.t
C src/gnu/usr.bin/perl/lib/English.pm
U src/gnu/usr.bin/perl/lib/English.t
C src/gnu/usr.bin/perl/lib/Exporter.pm
U src/gnu/usr.bin/perl/lib/Exporter.t
U src/gnu/usr.bin/perl/lib/feature.pm
U src/gnu/usr.bin/perl/lib/feature.t
U src/gnu/usr.bin/perl/lib/FileHandle.pm
U src/gnu/usr.bin/perl/lib/FileHandle.t
U src/gnu/usr.bin/perl/lib/filetest.pm
U src/gnu/usr.bin/perl/lib/filetest.t
C src/gnu/usr.bin/perl/lib/FindBin.pm
U src/gnu/usr.bin/perl/lib/FindBin.t
U src/gnu/usr.bin/perl/lib/h2ph.t
U src/gnu/usr.bin/perl/lib/h2xs.t
U src/gnu/usr.bin/perl/lib/integer.pm
U src/gnu/usr.bin/perl/lib/less.pm
U src/gnu/usr.bin/perl/lib/integer.t
U src/gnu/usr.bin/perl/lib/Internals.t
U src/gnu/usr.bin/perl/lib/less.t
C src/gnu/usr.bin/perl/lib/locale.pm
U src/gnu/usr.bin/perl/lib/locale.t
U src/gnu/usr.bin/perl/lib/open.pm
U src/gnu/usr.bin/perl/lib/open.t
C src/gnu/usr.bin/perl/lib/overload.pm
U src/gnu/usr.bin/perl/lib/overload.t
U src/gnu/usr.bin/perl/lib/overload64.t
U src/gnu/usr.bin/perl/lib/overloading.pm
U src/gnu/usr.bin/perl/lib/overloading.t
C src/gnu/usr.bin/perl/lib/perl5db.pl
U src/gnu/usr.bin/perl/lib/perl5db.t
U src/gnu/usr.bin/perl/lib/PerlIO.pm
U src/gnu/usr.bin/perl/lib/SelectSaver.pm
U src/gnu/usr.bin/perl/lib/SelectSaver.t
C src/gnu/usr.bin/perl/lib/sigtrap.pm
U src/gnu/usr.bin/perl/lib/sigtrap.t
U src/gnu/usr.bin/perl/lib/sort.pm
U src/gnu/usr.bin/perl/lib/sort.t
C src/gnu/usr.bin/perl/lib/strict.pm
U src/gnu/usr.bin/perl/lib/strict.t
C src/gnu/usr.bin/perl/lib/subs.pm
U src/gnu/usr.bin/perl/lib/subs.t
U src/gnu/usr.bin/perl/lib/Symbol.pm
U src/gnu/usr.bin/perl/lib/Symbol.t
U src/gnu/usr.bin/perl/lib/Thread.pm
U src/gnu/usr.bin/perl/lib/Thread.t
C src/gnu/usr.bin/perl/lib/UNIVERSAL.pm
U src/gnu/usr.bin/perl/lib/utf8.pm
C src/gnu/usr.bin/perl/lib/utf8.t
U src/gnu/usr.bin/perl/lib/utf8_heavy.pl
C src/gnu/usr.bin/perl/lib/vars.pm
U src/gnu/usr.bin/perl/lib/vars.t
U src/gnu/usr.bin/perl/lib/vars_carp.t
U src/gnu/usr.bin/perl/lib/version.pm
U src/gnu/usr.bin/perl/lib/version.pod
U src/gnu/usr.bin/perl/lib/vmsish.pm
U src/gnu/usr.bin/perl/lib/vmsish.t
U src/gnu/usr.bin/perl/lib/warnings.pm
U src/gnu/usr.bin/perl/lib/warnings.t
U src/gnu/usr.bin/perl/lib/Net/hostent.pm
U src/gnu/usr.bin/perl/lib/Net/hostent.t
U src/gnu/usr.bin/perl/lib/Net/netent.pm
U src/gnu/usr.bin/perl/lib/Net/netent.t
U src/gnu/usr.bin/perl/lib/Net/protoent.pm
U src/gnu/usr.bin/perl/lib/Net/protoent.t
U src/gnu/usr.bin/perl/lib/Net/servent.pm
U src/gnu/usr.bin/perl/lib/Net/servent.t
U src/gnu/usr.bin/perl/lib/Class/Struct.pm
U src/gnu/usr.bin/perl/lib/Class/Struct.t
U src/gnu/usr.bin/perl/lib/Config/Extensions.pm
U src/gnu/usr.bin/perl/lib/Config/Extensions.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/Changes
U src/gnu/usr.bin/perl/lib/DBM_Filter/compress.pm
U src/gnu/usr.bin/perl/lib/DBM_Filter/encode.pm
U src/gnu/usr.bin/perl/lib/DBM_Filter/int32.pm
U src/gnu/usr.bin/perl/lib/DBM_Filter/null.pm
U src/gnu/usr.bin/perl/lib/DBM_Filter/utf8.pm
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/01error.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/02core.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/compress.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/encode.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/int32.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/null.t
U src/gnu/usr.bin/perl/lib/DBM_Filter/t/utf8.t
U src/gnu/usr.bin/perl/lib/Exporter/Heavy.pm
C src/gnu/usr.bin/perl/lib/ExtUtils/Embed.pm
C src/gnu/usr.bin/perl/lib/ExtUtils/typemap
U src/gnu/usr.bin/perl/lib/ExtUtils/XSSymSet.pm
U src/gnu/usr.bin/perl/lib/ExtUtils/t/Embed.t
U src/gnu/usr.bin/perl/lib/feature/unicode_strings.t
C src/gnu/usr.bin/perl/lib/File/Basename.pm
U src/gnu/usr.bin/perl/lib/File/Basename.t
U src/gnu/usr.bin/perl/lib/File/Compare.pm
U src/gnu/usr.bin/perl/lib/File/Compare.t
C src/gnu/usr.bin/perl/lib/File/Copy.pm
U src/gnu/usr.bin/perl/lib/File/Copy.t
C src/gnu/usr.bin/perl/lib/File/DosGlob.pm
U src/gnu/usr.bin/perl/lib/File/DosGlob.t
C src/gnu/usr.bin/perl/lib/File/Find.pm
C src/gnu/usr.bin/perl/lib/File/stat.pm
U src/gnu/usr.bin/perl/lib/File/stat.t
U src/gnu/usr.bin/perl/lib/File/Find/t/find.t
U src/gnu/usr.bin/perl/lib/File/Find/t/taint.t
C src/gnu/usr.bin/perl/lib/Getopt/Std.pm
U src/gnu/usr.bin/perl/lib/Getopt/Std.t
U src/gnu/usr.bin/perl/lib/overload/numbers.pm
N src/gnu/usr.bin/perl/lib/perl5db/t/break-on-dot
N src/gnu/usr.bin/perl/lib/perl5db/t/breakpoint-bug
N src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-1
N src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-2
N src/gnu/usr.bin/perl/lib/perl5db/t/disable-breakpoints-3
N src/gnu/usr.bin/perl/lib/perl5db/t/EnableModule.pm
U src/gnu/usr.bin/perl/lib/perl5db/t/eval-line-bug
N src/gnu/usr.bin/perl/lib/perl5db/t/filename-line-breakpoint
U src/gnu/usr.bin/perl/lib/perl5db/t/lvalue-bug
N src/gnu/usr.bin/perl/lib/perl5db/t/MyModule.pm
U src/gnu/usr.bin/perl/lib/perl5db/t/proxy-constants
N src/gnu/usr.bin/perl/lib/perl5db/t/rt-104168
U src/gnu/usr.bin/perl/lib/perl5db/t/rt-61222
U src/gnu/usr.bin/perl/lib/perl5db/t/rt-66110
U src/gnu/usr.bin/perl/lib/perl5db/t/symbol-table-bug
N src/gnu/usr.bin/perl/lib/perl5db/t/taint
N src/gnu/usr.bin/perl/lib/perl5db/t/uncalled-subroutine
N src/gnu/usr.bin/perl/lib/perl5db/t/with-subroutine
U src/gnu/usr.bin/perl/lib/Pod/t/InputObjects.t
U src/gnu/usr.bin/perl/lib/Pod/t/Select.t
U src/gnu/usr.bin/perl/lib/Pod/t/Usage.t
U src/gnu/usr.bin/perl/lib/Pod/t/utils.t
U src/gnu/usr.bin/perl/lib/Tie/Array.pm
N src/gnu/usr.bin/perl/lib/Tie/ExtraHash.t
U src/gnu/usr.bin/perl/lib/Tie/Handle.pm
C src/gnu/usr.bin/perl/lib/Tie/Hash.pm
N src/gnu/usr.bin/perl/lib/Tie/Hash.t
U src/gnu/usr.bin/perl/lib/Tie/Scalar.pm
U src/gnu/usr.bin/perl/lib/Tie/Scalar.t
U src/gnu/usr.bin/perl/lib/Tie/StdHandle.pm
U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.pm
U src/gnu/usr.bin/perl/lib/Tie/SubstrHash.t
U src/gnu/usr.bin/perl/lib/Tie/Array/push.t
U src/gnu/usr.bin/perl/lib/Tie/Array/splice.t
U src/gnu/usr.bin/perl/lib/Tie/Array/std.t
U src/gnu/usr.bin/perl/lib/Tie/Array/stdpush.t
U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle.t
U src/gnu/usr.bin/perl/lib/Tie/Handle/stdhandle_from_handle.t
U src/gnu/usr.bin/perl/lib/Time/gmtime.pm
U src/gnu/usr.bin/perl/lib/Time/gmtime.t
U src/gnu/usr.bin/perl/lib/Time/localtime.pm
U src/gnu/usr.bin/perl/lib/Time/localtime.t
U src/gnu/usr.bin/perl/lib/Time/tm.pm
U src/gnu/usr.bin/perl/lib/Unicode/README
U src/gnu/usr.bin/perl/lib/Unicode/UCD.pm
U src/gnu/usr.bin/perl/lib/Unicode/UCD.t
U src/gnu/usr.bin/perl/lib/unicore/ArabicShaping.txt
U src/gnu/usr.bin/perl/lib/unicore/BidiMirroring.txt
U src/gnu/usr.bin/perl/lib/unicore/Blocks.txt
U src/gnu/usr.bin/perl/lib/unicore/CaseFolding.txt
U src/gnu/usr.bin/perl/lib/unicore/CJKRadicals.txt
U src/gnu/usr.bin/perl/lib/unicore/CompositionExclusions.txt
U src/gnu/usr.bin/perl/lib/unicore/DAge.txt
U src/gnu/usr.bin/perl/lib/unicore/DCoreProperties.txt
U src/gnu/usr.bin/perl/lib/unicore/DNormalizationProps.txt
U src/gnu/usr.bin/perl/lib/unicore/EastAsianWidth.txt
N src/gnu/usr.bin/perl/lib/unicore/EmojiSources.txt
U src/gnu/usr.bin/perl/lib/unicore/HangulSyllableType.txt
U src/gnu/usr.bin/perl/lib/unicore/Index.txt
N src/gnu/usr.bin/perl/lib/unicore/IndicMatraCategory.txt
N src/gnu/usr.bin/perl/lib/unicore/IndicSyllabicCategory.txt
U src/gnu/usr.bin/perl/lib/unicore/Jamo.txt
U src/gnu/usr.bin/perl/lib/unicore/LineBreak.txt
U src/gnu/usr.bin/perl/lib/unicore/version
U src/gnu/usr.bin/perl/lib/unicore/Makefile
U src/gnu/usr.bin/perl/lib/unicore/mktables
U src/gnu/usr.bin/perl/lib/unicore/NameAliases.txt
U src/gnu/usr.bin/perl/lib/unicore/NamedSequences.txt
U src/gnu/usr.bin/perl/lib/unicore/NamedSqProv.txt
U src/gnu/usr.bin/perl/lib/unicore/NamesList.txt
U src/gnu/usr.bin/perl/lib/unicore/NormalizationCorrections.txt
U src/gnu/usr.bin/perl/lib/unicore/PropertyAliases.txt
U src/gnu/usr.bin/perl/lib/unicore/PropList.txt
U src/gnu/usr.bin/perl/lib/unicore/PropValueAliases.txt
U src/gnu/usr.bin/perl/lib/unicore/README.perl
U src/gnu/usr.bin/perl/lib/unicore/ReadMe.txt
N src/gnu/usr.bin/perl/lib/unicore/ScriptExtensions.txt
U src/gnu/usr.bin/perl/lib/unicore/Scripts.txt
U src/gnu/usr.bin/perl/lib/unicore/SpecialCasing.txt
U src/gnu/usr.bin/perl/lib/unicore/StandardizedVariants.txt
U src/gnu/usr.bin/perl/lib/unicore/UnicodeData.txt
U src/gnu/usr.bin/perl/lib/unicore/auxiliary/GCBTest.txt
U src/gnu/usr.bin/perl/lib/unicore/auxiliary/GraphemeBreakProperty.txt
U src/gnu/usr.bin/perl/lib/unicore/auxiliary/SentenceBreakProperty.txt
U src/gnu/usr.bin/perl/lib/unicore/auxiliary/WordBreakProperty.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DBidiClass.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DBinaryProperties.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DCombiningClass.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DDecompositionType.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DEastAsianWidth.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DGeneralCategory.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinGroup.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DJoinType.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DLineBreak.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DNumType.txt
U src/gnu/usr.bin/perl/lib/unicore/extracted/DNumValues.txt
U src/gnu/usr.bin/perl/lib/User/grent.pm
U src/gnu/usr.bin/perl/lib/User/grent.t
U src/gnu/usr.bin/perl/lib/User/pwent.pm
U src/gnu/usr.bin/perl/lib/User/pwent.t
C src/gnu/usr.bin/perl/lib/version/Internals.pod
N src/gnu/usr.bin/perl/lib/version/t/01base.t
N src/gnu/usr.bin/perl/lib/version/t/02derived.t
N src/gnu/usr.bin/perl/lib/version/t/03require.t
N src/gnu/usr.bin/perl/lib/version/t/04strict_lax.t
N src/gnu/usr.bin/perl/lib/version/t/05sigdie.t
N src/gnu/usr.bin/perl/lib/version/t/06noop.t
N src/gnu/usr.bin/perl/lib/version/t/07locale.t
N src/gnu/usr.bin/perl/lib/version/t/coretests.pm
U src/gnu/usr.bin/perl/lib/warnings/register.pm
U src/gnu/usr.bin/perl/mad/Nomad.pm
U src/gnu/usr.bin/perl/mad/p55
U src/gnu/usr.bin/perl/mad/P5AST.pm
U src/gnu/usr.bin/perl/mad/P5re.pm
U src/gnu/usr.bin/perl/mad/PLXML.pm
U src/gnu/usr.bin/perl/mad/t/p55.t
U src/gnu/usr.bin/perl/mpeix/mpeix.c
U src/gnu/usr.bin/perl/mpeix/mpeix_setjmp.c
U src/gnu/usr.bin/perl/mpeix/mpeixish.h
U src/gnu/usr.bin/perl/mpeix/nm
U src/gnu/usr.bin/perl/mpeix/relink
U src/gnu/usr.bin/perl/NetWare/CLIBsdio.h
U src/gnu/usr.bin/perl/NetWare/CLIBstr.h
U src/gnu/usr.bin/perl/NetWare/CLIBstuf.c
U src/gnu/usr.bin/perl/NetWare/CLIBstuf.h
U src/gnu/usr.bin/perl/NetWare/config.wc
U src/gnu/usr.bin/perl/NetWare/config_h.PL
U src/gnu/usr.bin/perl/NetWare/config_H.wc
U src/gnu/usr.bin/perl/NetWare/config_sh.PL
U src/gnu/usr.bin/perl/NetWare/deb.h
U src/gnu/usr.bin/perl/NetWare/dl_netware.xs
U src/gnu/usr.bin/perl/NetWare/intdef.h
U src/gnu/usr.bin/perl/NetWare/interface.c
U src/gnu/usr.bin/perl/NetWare/interface.cpp
U src/gnu/usr.bin/perl/NetWare/interface.h
U src/gnu/usr.bin/perl/NetWare/iperlhost.h
U src/gnu/usr.bin/perl/NetWare/Main.c
U src/gnu/usr.bin/perl/NetWare/Makefile
U src/gnu/usr.bin/perl/NetWare/MP.imp
U src/gnu/usr.bin/perl/NetWare/netware.h
U src/gnu/usr.bin/perl/NetWare/nw5.c
U src/gnu/usr.bin/perl/NetWare/nw5iop.h
U src/gnu/usr.bin/perl/NetWare/nw5sck.c
U src/gnu/usr.bin/perl/NetWare/nw5sck.h
U src/gnu/usr.bin/perl/NetWare/nw5thread.c
U src/gnu/usr.bin/perl/NetWare/nw5thread.h
U src/gnu/usr.bin/perl/NetWare/nwhashcls.cpp
U src/gnu/usr.bin/perl/NetWare/nwhashcls.h
U src/gnu/usr.bin/perl/NetWare/Nwmain.c
U src/gnu/usr.bin/perl/NetWare/nwperlhost.h
U src/gnu/usr.bin/perl/NetWare/nwperlsys.c
U src/gnu/usr.bin/perl/NetWare/nwperlsys.h
U src/gnu/usr.bin/perl/NetWare/Nwpipe.c
U src/gnu/usr.bin/perl/NetWare/nwpipe.h
U src/gnu/usr.bin/perl/NetWare/nwplglob.c
U src/gnu/usr.bin/perl/NetWare/nwplglob.h
U src/gnu/usr.bin/perl/NetWare/nwstdio.h
U src/gnu/usr.bin/perl/NetWare/NWTInfo.c
U src/gnu/usr.bin/perl/NetWare/nwtinfo.h
U src/gnu/usr.bin/perl/NetWare/NWUtil.c
U src/gnu/usr.bin/perl/NetWare/nwutil.h
U src/gnu/usr.bin/perl/NetWare/nwvmem.h
U src/gnu/usr.bin/perl/NetWare/perllib.cpp
U src/gnu/usr.bin/perl/NetWare/splittree.pl
U src/gnu/usr.bin/perl/NetWare/sv_nw.c
U src/gnu/usr.bin/perl/NetWare/win32ish.h
U src/gnu/usr.bin/perl/NetWare/bat/Buildtype.bat
U src/gnu/usr.bin/perl/NetWare/bat/SetCodeWar.bat
U src/gnu/usr.bin/perl/NetWare/bat/Setnlmsdk.bat
U src/gnu/usr.bin/perl/NetWare/bat/SetNWBld.bat
U src/gnu/usr.bin/perl/NetWare/bat/ToggleD2.bat
U src/gnu/usr.bin/perl/NetWare/t/NWModify.pl
U src/gnu/usr.bin/perl/NetWare/t/NWScripts.pl
U src/gnu/usr.bin/perl/NetWare/t/Readme.txt
U src/gnu/usr.bin/perl/NetWare/testnlm/echo/echo.c
U src/gnu/usr.bin/perl/NetWare/testnlm/type/type.c
C src/gnu/usr.bin/perl/os2/Changes
U src/gnu/usr.bin/perl/os2/diff.configure
U src/gnu/usr.bin/perl/os2/dl_os2.c
U src/gnu/usr.bin/perl/os2/dlfcn.h
U src/gnu/usr.bin/perl/os2/Makefile.SHs
C src/gnu/usr.bin/perl/os2/os2.c
U src/gnu/usr.bin/perl/os2/os2.sym
U src/gnu/usr.bin/perl/os2/os2_base.t
U src/gnu/usr.bin/perl/os2/os2_pipe.t
U src/gnu/usr.bin/perl/os2/os2add.sym
C src/gnu/usr.bin/perl/os2/os2ish.h
U src/gnu/usr.bin/perl/os2/os2thread.h
U src/gnu/usr.bin/perl/os2/perl2cmd.pl
U src/gnu/usr.bin/perl/os2/perlrexx.c
U src/gnu/usr.bin/perl/os2/perlrexx.cmd
U src/gnu/usr.bin/perl/os2/OS2/typemap
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Changes
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.pm
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ExtAttr.xs
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/Makefile.PL
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/MANIFEST
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/myea.h
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/typemap
U src/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/t/os2_ea.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Changes
U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/Makefile.PL
U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/MANIFEST
U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.pm
U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/PrfDB.xs
U src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/t/os2_prfdb.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Makefile.PL
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/MANIFEST
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.pm
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/Process.xs
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_atoms.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_clipboard.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_kid.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/os2_process_text.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Changes
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/Makefile.PL
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/MANIFEST
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.pm
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/REXX.xs
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Changes
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.pm
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/DLL.xs
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/Makefile.PL
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/MANIFEST
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_cmprt.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_dllld.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_emxrv.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_objcall.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_sql.test
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tiesql.test
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tievar.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_tieydb.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_varset.t
U src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/t/rx_vrexx.t
U src/gnu/usr.bin/perl/plan9/aperl
U src/gnu/usr.bin/perl/plan9/buildinfo
C src/gnu/usr.bin/perl/plan9/config.plan9
C src/gnu/usr.bin/perl/plan9/config_h.sample
U src/gnu/usr.bin/perl/plan9/config_sh.sample
U src/gnu/usr.bin/perl/plan9/exclude
U src/gnu/usr.bin/perl/plan9/fndvers
C src/gnu/usr.bin/perl/plan9/genconfig.pl
C src/gnu/usr.bin/perl/plan9/mkfile
U src/gnu/usr.bin/perl/plan9/myconfig.plan9
U src/gnu/usr.bin/perl/plan9/plan9.c
U src/gnu/usr.bin/perl/plan9/plan9ish.h
U src/gnu/usr.bin/perl/plan9/setup.rc
U src/gnu/usr.bin/perl/plan9/versnum
U src/gnu/usr.bin/perl/plan9/arpa/inet.h
C src/gnu/usr.bin/perl/pod/buildtoc
U src/gnu/usr.bin/perl/pod/Makefile.SH
C src/gnu/usr.bin/perl/pod/perl.pod
U src/gnu/usr.bin/perl/pod/perl5004delta.pod
U src/gnu/usr.bin/perl/pod/perl5005delta.pod
U src/gnu/usr.bin/perl/pod/perl5100delta.pod
U src/gnu/usr.bin/perl/pod/perl5101delta.pod
U src/gnu/usr.bin/perl/pod/perl5120delta.pod
U src/gnu/usr.bin/perl/pod/perl5121delta.pod
U src/gnu/usr.bin/perl/pod/perl5122delta.pod
N src/gnu/usr.bin/perl/pod/perl5123delta.pod
N src/gnu/usr.bin/perl/pod/perl5124delta.pod
N src/gnu/usr.bin/perl/pod/perl5140delta.pod
N src/gnu/usr.bin/perl/pod/perl5141delta.pod
N src/gnu/usr.bin/perl/pod/perl5142delta.pod
N src/gnu/usr.bin/perl/pod/perl5143delta.pod
N src/gnu/usr.bin/perl/pod/perl5160delta.pod
U src/gnu/usr.bin/perl/pod/perl56delta.pod
N src/gnu/usr.bin/perl/pod/perl5161delta.pod
N src/gnu/usr.bin/perl/pod/perl5162delta.pod
U src/gnu/usr.bin/perl/pod/perl561delta.pod
U src/gnu/usr.bin/perl/pod/perl581delta.pod
U src/gnu/usr.bin/perl/pod/perl582delta.pod
U src/gnu/usr.bin/perl/pod/perl583delta.pod
U src/gnu/usr.bin/perl/pod/perl584delta.pod
U src/gnu/usr.bin/perl/pod/perl585delta.pod
U src/gnu/usr.bin/perl/pod/perl586delta.pod
U src/gnu/usr.bin/perl/pod/perl587delta.pod
U src/gnu/usr.bin/perl/pod/perl588delta.pod
U src/gnu/usr.bin/perl/pod/perl589delta.pod
C src/gnu/usr.bin/perl/pod/perl58delta.pod
C src/gnu/usr.bin/perl/pod/perlapio.pod
U src/gnu/usr.bin/perl/pod/perlartistic.pod
C src/gnu/usr.bin/perl/pod/perlbook.pod
U src/gnu/usr.bin/perl/pod/perlboot.pod
C src/gnu/usr.bin/perl/pod/perlbot.pod
C src/gnu/usr.bin/perl/pod/perlcall.pod
U src/gnu/usr.bin/perl/pod/perlcheat.pod
U src/gnu/usr.bin/perl/pod/perlclib.pod
U src/gnu/usr.bin/perl/pod/perlcommunity.pod
C src/gnu/usr.bin/perl/pod/perldata.pod
U src/gnu/usr.bin/perl/pod/perldbmfilter.pod
U src/gnu/usr.bin/perl/pod/perldebguts.pod
U src/gnu/usr.bin/perl/pod/perldebtut.pod
C src/gnu/usr.bin/perl/pod/perldebug.pod
C src/gnu/usr.bin/perl/pod/perldelta.pod
C src/gnu/usr.bin/perl/pod/perldiag.pod
U src/gnu/usr.bin/perl/pod/perldsc.pod
N src/gnu/usr.bin/perl/pod/perldtrace.pod
U src/gnu/usr.bin/perl/pod/perlebcdic.pod
C src/gnu/usr.bin/perl/pod/perlembed.pod
N src/gnu/usr.bin/perl/pod/perlexperiment.pod
U src/gnu/usr.bin/perl/pod/perlfilter.pod
U src/gnu/usr.bin/perl/pod/perlfork.pod
C src/gnu/usr.bin/perl/pod/perlform.pod
C src/gnu/usr.bin/perl/pod/perlfunc.pod
N src/gnu/usr.bin/perl/pod/perlgit.pod
U src/gnu/usr.bin/perl/pod/perlgpl.pod
C src/gnu/usr.bin/perl/pod/perlguts.pod
U src/gnu/usr.bin/perl/pod/perlhack.pod
N src/gnu/usr.bin/perl/pod/perlhacktips.pod
N src/gnu/usr.bin/perl/pod/perlhacktut.pod
C src/gnu/usr.bin/perl/pod/perlhist.pod
N src/gnu/usr.bin/perl/pod/perlinterp.pod
U src/gnu/usr.bin/perl/pod/perlintro.pod
U src/gnu/usr.bin/perl/pod/perliol.pod
C src/gnu/usr.bin/perl/pod/perlipc.pod
U src/gnu/usr.bin/perl/pod/perllexwarn.pod
C src/gnu/usr.bin/perl/pod/perllocale.pod
C src/gnu/usr.bin/perl/pod/perllol.pod
C src/gnu/usr.bin/perl/pod/perlmod.pod
C src/gnu/usr.bin/perl/pod/perlmodinstall.pod
U src/gnu/usr.bin/perl/pod/perlmodlib.PL
U src/gnu/usr.bin/perl/pod/perlmodstyle.pod
U src/gnu/usr.bin/perl/pod/perlmroapi.pod
U src/gnu/usr.bin/perl/pod/perlnewmod.pod
U src/gnu/usr.bin/perl/pod/perlnumber.pod
C src/gnu/usr.bin/perl/pod/perlobj.pod
N src/gnu/usr.bin/perl/pod/perlootut.pod
C src/gnu/usr.bin/perl/pod/rofftoc
C src/gnu/usr.bin/perl/pod/perlop.pod
U src/gnu/usr.bin/perl/pod/perlopentut.pod
U src/gnu/usr.bin/perl/pod/perlpacktut.pod
U src/gnu/usr.bin/perl/pod/perlperf.pod
C src/gnu/usr.bin/perl/pod/perlpod.pod
U src/gnu/usr.bin/perl/pod/perlpodspec.pod
N src/gnu/usr.bin/perl/pod/perlpodstyle.pod
U src/gnu/usr.bin/perl/pod/perlpolicy.pod
U src/gnu/usr.bin/perl/pod/perlport.pod
U src/gnu/usr.bin/perl/pod/perlpragma.pod
C src/gnu/usr.bin/perl/pod/perlre.pod
U src/gnu/usr.bin/perl/pod/perlreapi.pod
U src/gnu/usr.bin/perl/pod/perlrebackslash.pod
U src/gnu/usr.bin/perl/pod/perlrecharclass.pod
C src/gnu/usr.bin/perl/pod/perlref.pod
U src/gnu/usr.bin/perl/pod/perlreftut.pod
U src/gnu/usr.bin/perl/pod/perlreguts.pod
U src/gnu/usr.bin/perl/pod/perlrequick.pod
U src/gnu/usr.bin/perl/pod/perlreref.pod
U src/gnu/usr.bin/perl/pod/perlretut.pod
C src/gnu/usr.bin/perl/pod/perlrun.pod
C src/gnu/usr.bin/perl/pod/perlsec.pod
N src/gnu/usr.bin/perl/pod/perlsource.pod
U src/gnu/usr.bin/perl/pod/perlstyle.pod
C src/gnu/usr.bin/perl/pod/perlsub.pod
C src/gnu/usr.bin/perl/pod/perlsyn.pod
C src/gnu/usr.bin/perl/pod/perlthrtut.pod
C src/gnu/usr.bin/perl/pod/perltie.pod
U src/gnu/usr.bin/perl/pod/perltodo.pod
U src/gnu/usr.bin/perl/pod/perltooc.pod
C src/gnu/usr.bin/perl/pod/perltoot.pod
C src/gnu/usr.bin/perl/pod/perltrap.pod
U src/gnu/usr.bin/perl/pod/perlunicode.pod
U src/gnu/usr.bin/perl/pod/perlunifaq.pod
U src/gnu/usr.bin/perl/pod/perluniintro.pod
U src/gnu/usr.bin/perl/pod/perlunitut.pod
U src/gnu/usr.bin/perl/pod/perlutil.pod
C src/gnu/usr.bin/perl/pod/perlvar.pod
U src/gnu/usr.bin/perl/pod/perlvms.pod
U src/gnu/usr.bin/perl/pod/splitman
U src/gnu/usr.bin/perl/pod/splitpod
N src/gnu/usr.bin/perl/Porting/acknowledgements.pl
U src/gnu/usr.bin/perl/Porting/add-package.pl
N src/gnu/usr.bin/perl/Porting/bisect-example.sh
N src/gnu/usr.bin/perl/Porting/bisect-runner.pl
N src/gnu/usr.bin/perl/Porting/bisect.pl
U src/gnu/usr.bin/perl/Porting/bump-perl-version
U src/gnu/usr.bin/perl/Porting/check-cpan-pollution
U src/gnu/usr.bin/perl/Porting/check83.pl
U src/gnu/usr.bin/perl/Porting/checkansi.pl
U src/gnu/usr.bin/perl/Porting/checkAUTHORS.pl
U src/gnu/usr.bin/perl/Porting/checkcfgvar.pl
N src/gnu/usr.bin/perl/Porting/checkpodencoding.pl
U src/gnu/usr.bin/perl/Porting/checkURL.pl
U src/gnu/usr.bin/perl/Porting/checkVERSION.pl
N src/gnu/usr.bin/perl/Porting/cherrymaint
U src/gnu/usr.bin/perl/Porting/cmpVERSION.pl
U src/gnu/usr.bin/perl/Porting/config.sh
C src/gnu/usr.bin/perl/Porting/config_H
U src/gnu/usr.bin/perl/Porting/config_h.pl
U src/gnu/usr.bin/perl/Porting/corecpan.pl
U src/gnu/usr.bin/perl/Porting/core-cpan-diff
U src/gnu/usr.bin/perl/Porting/corelist-diff
U src/gnu/usr.bin/perl/Porting/corelist-perldelta.pl
U src/gnu/usr.bin/perl/Porting/corelist.pl
U src/gnu/usr.bin/perl/Porting/curliff.pl
N src/gnu/usr.bin/perl/Porting/epigraphs.pod
N src/gnu/usr.bin/perl/Porting/exec-bit.txt
N src/gnu/usr.bin/perl/Porting/exercise_makedef.pl
U src/gnu/usr.bin/perl/Porting/expand-macro.pl
U src/gnu/usr.bin/perl/Porting/findrfuncs
N src/gnu/usr.bin/perl/Porting/git-deltatool
U src/gnu/usr.bin/perl/Porting/git-find-p4-change
U src/gnu/usr.bin/perl/Porting/git-make-p4-refs
U src/gnu/usr.bin/perl/Porting/GitUtils.pm
C src/gnu/usr.bin/perl/Porting/Glossary
U src/gnu/usr.bin/perl/Porting/how_to_write_a_perldelta.pod
U src/gnu/usr.bin/perl/Porting/Maintainers
C src/gnu/usr.bin/perl/Porting/Maintainers.pl
U src/gnu/usr.bin/perl/Porting/Maintainers.pm
N src/gnu/usr.bin/perl/Porting/make-rmg-checklist
C src/gnu/usr.bin/perl/Porting/makerel
U src/gnu/usr.bin/perl/Porting/makemeta
U src/gnu/usr.bin/perl/Porting/make_dot_patch.pl
N src/gnu/usr.bin/perl/Porting/make_modlib_cpan.pl
U src/gnu/usr.bin/perl/Porting/make_snapshot.pl
U src/gnu/usr.bin/perl/Porting/manicheck
U src/gnu/usr.bin/perl/Porting/manisort
N src/gnu/usr.bin/perl/Porting/new-perldelta.pl
U src/gnu/usr.bin/perl/Porting/newtests-perldelta.pl
U src/gnu/usr.bin/perl/Porting/perldelta_template.pod
N src/gnu/usr.bin/perl/Porting/perlhist_calculate.pl
N src/gnu/usr.bin/perl/Porting/pod_lib.pl
N src/gnu/usr.bin/perl/Porting/pod_rules.pl
U src/gnu/usr.bin/perl/Porting/podtidy
C src/gnu/usr.bin/perl/Porting/pumpkin.pod
U src/gnu/usr.bin/perl/Porting/README.y2038
N src/gnu/usr.bin/perl/Porting/release_announcement_template.txt
U src/gnu/usr.bin/perl/Porting/release_managers_guide.pod
U src/gnu/usr.bin/perl/Porting/release_schedule.pod
N src/gnu/usr.bin/perl/Porting/rt_list_patches
U src/gnu/usr.bin/perl/Porting/sort_perldiag.pl
N src/gnu/usr.bin/perl/Porting/sync-with-cpan
U src/gnu/usr.bin/perl/Porting/testall.atom
U src/gnu/usr.bin/perl/Porting/thirdclean
U src/gnu/usr.bin/perl/Porting/timecheck.c
U src/gnu/usr.bin/perl/Porting/timecheck2.c
N src/gnu/usr.bin/perl/Porting/todo.pod
U src/gnu/usr.bin/perl/Porting/valgrindpp.pl
C src/gnu/usr.bin/perl/qnx/ar
U src/gnu/usr.bin/perl/qnx/cpp
U src/gnu/usr.bin/perl/qnx/qnx.c
C src/gnu/usr.bin/perl/t/harness
U src/gnu/usr.bin/perl/t/perl.supp
U src/gnu/usr.bin/perl/t/README
C src/gnu/usr.bin/perl/t/TEST
U src/gnu/usr.bin/perl/t/test.pl
U src/gnu/usr.bin/perl/t/thread_it.pl
U src/gnu/usr.bin/perl/t/base/cond.t
U src/gnu/usr.bin/perl/t/base/if.t
C src/gnu/usr.bin/perl/t/base/lex.t
U src/gnu/usr.bin/perl/t/base/num.t
U src/gnu/usr.bin/perl/t/base/pat.t
U src/gnu/usr.bin/perl/t/base/rs.t
U src/gnu/usr.bin/perl/t/base/term.t
N src/gnu/usr.bin/perl/t/base/while.t
U src/gnu/usr.bin/perl/t/benchmark/rt26188-speed-up-keys-on-empty-hash.t
U src/gnu/usr.bin/perl/t/cmd/elsif.t
U src/gnu/usr.bin/perl/t/cmd/for.t
U src/gnu/usr.bin/perl/t/cmd/mod.t
U src/gnu/usr.bin/perl/t/cmd/subval.t
U src/gnu/usr.bin/perl/t/cmd/switch.t
C src/gnu/usr.bin/perl/t/cmd/while.t
U src/gnu/usr.bin/perl/t/comp/bproto.t
U src/gnu/usr.bin/perl/t/comp/cmdopt.t
U src/gnu/usr.bin/perl/t/comp/colon.t
C src/gnu/usr.bin/perl/t/comp/decl.t
U src/gnu/usr.bin/perl/t/comp/final_line_num.t
U src/gnu/usr.bin/perl/t/comp/fold.t
U src/gnu/usr.bin/perl/t/comp/form_scope.t
U src/gnu/usr.bin/perl/t/comp/hints.aux
U src/gnu/usr.bin/perl/t/comp/hints.t
U src/gnu/usr.bin/perl/t/comp/line_debug.t
U src/gnu/usr.bin/perl/t/comp/line_debug_0.aux
U src/gnu/usr.bin/perl/t/comp/multiline.t
U src/gnu/usr.bin/perl/t/comp/opsubs.t
U src/gnu/usr.bin/perl/t/comp/our.t
U src/gnu/usr.bin/perl/t/comp/package.t
N src/gnu/usr.bin/perl/t/comp/package_block.t
U src/gnu/usr.bin/perl/t/comp/parser.t
C src/gnu/usr.bin/perl/t/comp/proto.t
U src/gnu/usr.bin/perl/t/comp/redef.t
C src/gnu/usr.bin/perl/t/comp/require.t
U src/gnu/usr.bin/perl/t/comp/retainedlines.t
U src/gnu/usr.bin/perl/t/comp/term.t
U src/gnu/usr.bin/perl/t/comp/uproto.t
C src/gnu/usr.bin/perl/t/comp/use.t
U src/gnu/usr.bin/perl/t/comp/utf.t
C src/gnu/usr.bin/perl/t/io/argv.t
U src/gnu/usr.bin/perl/t/io/binmode.t
N src/gnu/usr.bin/perl/t/io/bom.t
U src/gnu/usr.bin/perl/t/io/crlf.t
U src/gnu/usr.bin/perl/t/io/crlf_through.t
N src/gnu/usr.bin/perl/t/io/data.t
N src/gnu/usr.bin/perl/t/io/defout.t
U src/gnu/usr.bin/perl/t/io/dup.t
N src/gnu/usr.bin/perl/t/io/eintr.t
U src/gnu/usr.bin/perl/t/io/errno.t
N src/gnu/usr.bin/perl/t/io/errnosig.t
U src/gnu/usr.bin/perl/t/io/fflush.t
C src/gnu/usr.bin/perl/t/io/fs.t
C src/gnu/usr.bin/perl/t/io/inplace.t
N src/gnu/usr.bin/perl/t/io/iofile.t
U src/gnu/usr.bin/perl/t/io/iprefix.t
U src/gnu/usr.bin/perl/t/io/layers.t
U src/gnu/usr.bin/perl/t/io/nargv.t
C src/gnu/usr.bin/perl/t/io/open.t
U src/gnu/usr.bin/perl/t/io/openpid.t
U src/gnu/usr.bin/perl/t/io/perlio.t
U src/gnu/usr.bin/perl/t/io/perlio_fail.t
U src/gnu/usr.bin/perl/t/io/perlio_leaks.t
U src/gnu/usr.bin/perl/t/io/perlio_open.t
U src/gnu/usr.bin/perl/t/io/pipe.t
C src/gnu/usr.bin/perl/t/io/print.t
U src/gnu/usr.bin/perl/t/io/pvbm.t
C src/gnu/usr.bin/perl/t/io/read.t
U src/gnu/usr.bin/perl/t/io/say.t
N src/gnu/usr.bin/perl/t/io/shm.t
C src/gnu/usr.bin/perl/t/io/tell.t
U src/gnu/usr.bin/perl/t/io/through.t
U src/gnu/usr.bin/perl/t/io/utf8.t
U src/gnu/usr.bin/perl/t/japh/abigail.t
U src/gnu/usr.bin/perl/t/lib/1_compile.t
U src/gnu/usr.bin/perl/t/lib/Cname.pm
U src/gnu/usr.bin/perl/t/lib/common.pl
U src/gnu/usr.bin/perl/t/lib/commonsense.t
U src/gnu/usr.bin/perl/t/lib/compmod.pl
U src/gnu/usr.bin/perl/t/lib/croak.t
U src/gnu/usr.bin/perl/t/lib/cygwin.t
N src/gnu/usr.bin/perl/t/lib/dbmt_common.pl
U src/gnu/usr.bin/perl/t/lib/deprecate.t
U src/gnu/usr.bin/perl/t/lib/h2ph.h
U src/gnu/usr.bin/perl/t/lib/h2ph.pht
U src/gnu/usr.bin/perl/t/lib/mypragma.pm
U src/gnu/usr.bin/perl/t/lib/mypragma.t
U src/gnu/usr.bin/perl/t/lib/no_load.t
U src/gnu/usr.bin/perl/t/lib/overload_fallback.t
N src/gnu/usr.bin/perl/t/lib/overload_nomethod.t
U src/gnu/usr.bin/perl/t/lib/proxy_constant_subs.t
U src/gnu/usr.bin/perl/t/lib/Sans_mypragma.pm
U src/gnu/usr.bin/perl/t/lib/test_use.pm
U src/gnu/usr.bin/perl/t/lib/test_use_14937.pm
N src/gnu/usr.bin/perl/t/lib/universal.t
N src/gnu/usr.bin/perl/t/lib/charnames/alias
N src/gnu/usr.bin/perl/t/lib/croak/mg
N src/gnu/usr.bin/perl/t/lib/croak/op
N src/gnu/usr.bin/perl/t/lib/croak/pp_ctl
U src/gnu/usr.bin/perl/t/lib/deprecate/Deprecated.pm
U src/gnu/usr.bin/perl/t/lib/deprecate/Optionally.pm
U src/gnu/usr.bin/perl/t/lib/Devel/switchd.pm
N src/gnu/usr.bin/perl/t/lib/Devel/switchd_empty.pm
U src/gnu/usr.bin/perl/t/lib/feature/bundle
U src/gnu/usr.bin/perl/t/lib/feature/implicit
U src/gnu/usr.bin/perl/t/lib/feature/nonesuch
U src/gnu/usr.bin/perl/t/lib/feature/say
U src/gnu/usr.bin/perl/t/lib/feature/switch
U src/gnu/usr.bin/perl/t/lib/locale/latin1
U src/gnu/usr.bin/perl/t/lib/locale/utf8
U src/gnu/usr.bin/perl/t/lib/strict/refs
U src/gnu/usr.bin/perl/t/lib/strict/subs
U src/gnu/usr.bin/perl/t/lib/strict/vars
N src/gnu/usr.bin/perl/t/lib/subs/subs
U src/gnu/usr.bin/perl/t/lib/warnings/1global
U src/gnu/usr.bin/perl/t/lib/warnings/2use
U src/gnu/usr.bin/perl/t/lib/warnings/3both
U src/gnu/usr.bin/perl/t/lib/warnings/4lint
U src/gnu/usr.bin/perl/t/lib/warnings/5nolint
U src/gnu/usr.bin/perl/t/lib/warnings/6default
U src/gnu/usr.bin/perl/t/lib/warnings/7fatal
U src/gnu/usr.bin/perl/t/lib/warnings/8signal
U src/gnu/usr.bin/perl/t/lib/warnings/9enabled
U src/gnu/usr.bin/perl/t/lib/warnings/9uninit
U src/gnu/usr.bin/perl/t/lib/warnings/av
U src/gnu/usr.bin/perl/t/lib/warnings/doio
U src/gnu/usr.bin/perl/t/lib/warnings/doop
U src/gnu/usr.bin/perl/t/lib/warnings/gv
U src/gnu/usr.bin/perl/t/lib/warnings/hv
U src/gnu/usr.bin/perl/t/lib/warnings/malloc
U src/gnu/usr.bin/perl/t/lib/warnings/mg
U src/gnu/usr.bin/perl/t/lib/warnings/op
U src/gnu/usr.bin/perl/t/lib/warnings/pad
U src/gnu/usr.bin/perl/t/lib/warnings/perl
U src/gnu/usr.bin/perl/t/lib/warnings/perlio
U src/gnu/usr.bin/perl/t/lib/warnings/perly
U src/gnu/usr.bin/perl/t/lib/warnings/pp
U src/gnu/usr.bin/perl/t/lib/warnings/pp_ctl
U src/gnu/usr.bin/perl/t/lib/warnings/pp_hot
U src/gnu/usr.bin/perl/t/lib/warnings/pp_pack
U src/gnu/usr.bin/perl/t/lib/warnings/pp_sys
U src/gnu/usr.bin/perl/t/lib/warnings/regcomp
U src/gnu/usr.bin/perl/t/lib/warnings/regexec
U src/gnu/usr.bin/perl/t/lib/warnings/run
C src/gnu/usr.bin/perl/t/lib/warnings/sv
U src/gnu/usr.bin/perl/t/lib/warnings/taint
U src/gnu/usr.bin/perl/t/lib/warnings/toke
U src/gnu/usr.bin/perl/t/lib/warnings/universal
U src/gnu/usr.bin/perl/t/lib/warnings/utf8
U src/gnu/usr.bin/perl/t/lib/warnings/util
U src/gnu/usr.bin/perl/t/mro/basic.t
U src/gnu/usr.bin/perl/t/mro/basic_01_c3.t
N src/gnu/usr.bin/perl/t/mro/basic_01_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_01_dfs.t
N src/gnu/usr.bin/perl/t/mro/basic_01_dfs_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_02_c3.t
N src/gnu/usr.bin/perl/t/mro/basic_02_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_02_dfs.t
N src/gnu/usr.bin/perl/t/mro/basic_02_dfs_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_03_c3.t
N src/gnu/usr.bin/perl/t/mro/basic_03_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_03_dfs.t
N src/gnu/usr.bin/perl/t/mro/basic_03_dfs_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_04_c3.t
N src/gnu/usr.bin/perl/t/mro/basic_04_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_04_dfs.t
N src/gnu/usr.bin/perl/t/mro/basic_04_dfs_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_05_c3.t
U src/gnu/usr.bin/perl/t/mro/dbic_c3.t
N src/gnu/usr.bin/perl/t/mro/basic_05_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/basic_05_dfs.t
N src/gnu/usr.bin/perl/t/mro/basic_05_dfs_utf8.t
N src/gnu/usr.bin/perl/t/mro/basic_utf8.t
U src/gnu/usr.bin/perl/t/mro/c3_with_overload.t
N src/gnu/usr.bin/perl/t/mro/c3_with_overload_utf8.t
U src/gnu/usr.bin/perl/t/mro/complex_c3.t
N src/gnu/usr.bin/perl/t/mro/complex_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/complex_dfs.t
N src/gnu/usr.bin/perl/t/mro/complex_dfs_utf8.t
N src/gnu/usr.bin/perl/t/mro/dbic_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/dbic_dfs.t
N src/gnu/usr.bin/perl/t/mro/dbic_dfs_utf8.t
U src/gnu/usr.bin/perl/t/mro/inconsistent_c3.t
N src/gnu/usr.bin/perl/t/mro/inconsistent_c3_utf8.t
N src/gnu/usr.bin/perl/t/mro/isa_aliases.t
N src/gnu/usr.bin/perl/t/mro/isa_aliases_utf8.t
U src/gnu/usr.bin/perl/t/mro/isa_c3.t
N src/gnu/usr.bin/perl/t/mro/isa_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/isa_dfs.t
N src/gnu/usr.bin/perl/t/mro/isa_dfs_utf8.t
N src/gnu/usr.bin/perl/t/mro/isarev.t
N src/gnu/usr.bin/perl/t/mro/isarev_utf8.t
U src/gnu/usr.bin/perl/t/mro/method_caching.t
N src/gnu/usr.bin/perl/t/mro/method_caching_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_edgecases.t
N src/gnu/usr.bin/perl/t/mro/next_edgecases_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_goto.t
N src/gnu/usr.bin/perl/t/mro/next_goto_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_inanon.t
N src/gnu/usr.bin/perl/t/mro/next_inanon_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_ineval.t
N src/gnu/usr.bin/perl/t/mro/next_ineval_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_method.t
N src/gnu/usr.bin/perl/t/mro/next_method_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_NEXT.t
N src/gnu/usr.bin/perl/t/mro/next_NEXT_utf8.t
U src/gnu/usr.bin/perl/t/mro/next_skip.t
N src/gnu/usr.bin/perl/t/mro/next_skip_utf8.t
U src/gnu/usr.bin/perl/t/mro/overload_c3.t
N src/gnu/usr.bin/perl/t/mro/overload_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/overload_dfs.t
U src/gnu/usr.bin/perl/t/mro/package_aliases.t
N src/gnu/usr.bin/perl/t/mro/package_aliases_utf8.t
U src/gnu/usr.bin/perl/t/mro/pkg_gen.t
N src/gnu/usr.bin/perl/t/mro/pkg_gen_utf8.t
U src/gnu/usr.bin/perl/t/mro/recursion_c3.t
N src/gnu/usr.bin/perl/t/mro/recursion_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/recursion_dfs.t
N src/gnu/usr.bin/perl/t/mro/recursion_dfs_utf8.t
U src/gnu/usr.bin/perl/t/mro/vulcan_c3.t
N src/gnu/usr.bin/perl/t/mro/vulcan_c3_utf8.t
U src/gnu/usr.bin/perl/t/mro/vulcan_dfs.t
N src/gnu/usr.bin/perl/t/mro/vulcan_dfs_utf8.t
U src/gnu/usr.bin/perl/t/op/64bitint.t
U src/gnu/usr.bin/perl/t/op/alarm.t
U src/gnu/usr.bin/perl/t/op/anonsub.t
U src/gnu/usr.bin/perl/t/op/append.t
U src/gnu/usr.bin/perl/t/op/args.t
U src/gnu/usr.bin/perl/t/op/arith.t
C src/gnu/usr.bin/perl/t/op/array.t
U src/gnu/usr.bin/perl/t/op/array_base.t
C src/gnu/usr.bin/perl/t/op/assignwarn.t
U src/gnu/usr.bin/perl/t/op/attrhand.t
U src/gnu/usr.bin/perl/t/op/attrs.t
C src/gnu/usr.bin/perl/t/op/auto.t
U src/gnu/usr.bin/perl/t/op/avhv.t
U src/gnu/usr.bin/perl/t/op/bless.t
U src/gnu/usr.bin/perl/t/op/blocks.t
C src/gnu/usr.bin/perl/t/op/bop.t
U src/gnu/usr.bin/perl/t/op/caller.pl
U src/gnu/usr.bin/perl/t/op/caller.t
U src/gnu/usr.bin/perl/t/op/chars.t
U src/gnu/usr.bin/perl/t/op/chdir.t
C src/gnu/usr.bin/perl/t/op/chop.t
U src/gnu/usr.bin/perl/t/op/chr.t
C src/gnu/usr.bin/perl/t/op/closure.t
C src/gnu/usr.bin/perl/t/op/cmp.t
U src/gnu/usr.bin/perl/t/op/concat.t
N src/gnu/usr.bin/perl/t/op/concat2.t
U src/gnu/usr.bin/perl/t/op/cond.t
U src/gnu/usr.bin/perl/t/op/context.t
N src/gnu/usr.bin/perl/t/op/coreamp.t
N src/gnu/usr.bin/perl/t/op/coresubs.t
U src/gnu/usr.bin/perl/t/op/cproto.t
U src/gnu/usr.bin/perl/t/op/crypt.t
N src/gnu/usr.bin/perl/t/op/current_sub.t
U src/gnu/usr.bin/perl/t/op/dbm.t
U src/gnu/usr.bin/perl/t/op/defins.t
U src/gnu/usr.bin/perl/t/op/delete.t
U src/gnu/usr.bin/perl/t/op/die.t
N src/gnu/usr.bin/perl/t/op/die_except.t
U src/gnu/usr.bin/perl/t/op/die_exit.t
N src/gnu/usr.bin/perl/t/op/die_keeperr.t
N src/gnu/usr.bin/perl/t/op/die_unwind.t
C src/gnu/usr.bin/perl/t/op/do.t
U src/gnu/usr.bin/perl/t/op/dor.t
C src/gnu/usr.bin/perl/t/op/each.t
U src/gnu/usr.bin/perl/t/op/each_array.t
C src/gnu/usr.bin/perl/t/op/eval.t
N src/gnu/usr.bin/perl/t/op/evalbytes.t
C src/gnu/usr.bin/perl/t/op/exec.t
U src/gnu/usr.bin/perl/t/op/exists_sub.t
U src/gnu/usr.bin/perl/t/op/exp.t
U src/gnu/usr.bin/perl/t/op/fh.t
U src/gnu/usr.bin/perl/t/op/filehandle.t
U src/gnu/usr.bin/perl/t/op/filetest.t
N src/gnu/usr.bin/perl/t/op/filetest_stack_ok.t
U src/gnu/usr.bin/perl/t/op/filetest_t.t
U src/gnu/usr.bin/perl/t/op/flip.t
C src/gnu/usr.bin/perl/t/op/fork.t
N src/gnu/usr.bin/perl/t/op/fresh_perl_utf8.t
U src/gnu/usr.bin/perl/t/op/getpid.t
U src/gnu/usr.bin/perl/t/op/getppid.t
C src/gnu/usr.bin/perl/t/op/glob.t
U src/gnu/usr.bin/perl/t/op/gmagic.t
C src/gnu/usr.bin/perl/t/op/goto.t
C src/gnu/usr.bin/perl/t/op/goto_xs.t
U src/gnu/usr.bin/perl/t/op/grent.t
U src/gnu/usr.bin/perl/t/op/grep.t
C src/gnu/usr.bin/perl/t/op/groups.t
C src/gnu/usr.bin/perl/t/op/gv.t
N src/gnu/usr.bin/perl/t/op/hash-rt85026.t
C src/gnu/usr.bin/perl/t/op/hash.t
U src/gnu/usr.bin/perl/t/op/hashassign.t
U src/gnu/usr.bin/perl/t/op/hashwarn.t
C src/gnu/usr.bin/perl/t/op/inc.t
U src/gnu/usr.bin/perl/t/op/inccode-tie.t
U src/gnu/usr.bin/perl/t/op/inccode.t
U src/gnu/usr.bin/perl/t/op/incfilter.t
C src/gnu/usr.bin/perl/t/op/index.t
U src/gnu/usr.bin/perl/t/op/index_thr.t
C src/gnu/usr.bin/perl/t/op/int.t
U src/gnu/usr.bin/perl/t/op/join.t
U src/gnu/usr.bin/perl/t/op/kill0.t
U src/gnu/usr.bin/perl/t/op/lc.t
N src/gnu/usr.bin/perl/t/op/leaky-magic.t
U src/gnu/usr.bin/perl/t/op/length.t
U src/gnu/usr.bin/perl/t/op/lex.t
U src/gnu/usr.bin/perl/t/op/lex_assign.t
U src/gnu/usr.bin/perl/t/op/lfs.t
C src/gnu/usr.bin/perl/t/op/list.t
C src/gnu/usr.bin/perl/t/op/local.t
U src/gnu/usr.bin/perl/t/op/localref.t
N src/gnu/usr.bin/perl/t/op/lock.t
U src/gnu/usr.bin/perl/t/op/loopctl.t
U src/gnu/usr.bin/perl/t/op/lop.t
N src/gnu/usr.bin/perl/t/op/magic-27839.t
C src/gnu/usr.bin/perl/t/op/magic.t
N src/gnu/usr.bin/perl/t/op/magic_phase.t
C src/gnu/usr.bin/perl/t/op/method.t
C src/gnu/usr.bin/perl/t/op/mkdir.t
U src/gnu/usr.bin/perl/t/op/my.t
U src/gnu/usr.bin/perl/t/op/my_stash.t
U src/gnu/usr.bin/perl/t/op/mydef.t
U src/gnu/usr.bin/perl/t/op/negate.t
U src/gnu/usr.bin/perl/t/op/not.t
U src/gnu/usr.bin/perl/t/op/numconvert.t
C src/gnu/usr.bin/perl/t/op/oct.t
U src/gnu/usr.bin/perl/t/op/or.t
U src/gnu/usr.bin/perl/t/op/ord.t
U src/gnu/usr.bin/perl/t/op/overload_integer.t
U src/gnu/usr.bin/perl/t/op/override.t
C src/gnu/usr.bin/perl/t/op/pack.t
U src/gnu/usr.bin/perl/t/op/packagev.t
U src/gnu/usr.bin/perl/t/op/pos.t
U src/gnu/usr.bin/perl/t/op/pow.t
N src/gnu/usr.bin/perl/t/op/print.t
U src/gnu/usr.bin/perl/t/op/protowarn.t
C src/gnu/usr.bin/perl/t/op/push.t
U src/gnu/usr.bin/perl/t/op/pwent.t
U src/gnu/usr.bin/perl/t/op/qq.t
U src/gnu/usr.bin/perl/t/op/qr.t
C src/gnu/usr.bin/perl/t/op/quotemeta.t
C src/gnu/usr.bin/perl/t/op/rand.t
C src/gnu/usr.bin/perl/t/op/range.t
U src/gnu/usr.bin/perl/t/op/read.t
C src/gnu/usr.bin/perl/t/op/readdir.t
U src/gnu/usr.bin/perl/t/op/readline.t
U src/gnu/usr.bin/perl/t/op/recurse.t
C src/gnu/usr.bin/perl/t/op/ref.t
U src/gnu/usr.bin/perl/t/op/repeat.t
N src/gnu/usr.bin/perl/t/op/require_37033.t
N src/gnu/usr.bin/perl/t/op/require_errors.t
U src/gnu/usr.bin/perl/t/op/reset.t
U src/gnu/usr.bin/perl/t/op/reverse.t
C src/gnu/usr.bin/perl/t/op/runlevel.t
N src/gnu/usr.bin/perl/t/op/select.t
U src/gnu/usr.bin/perl/t/op/setpgrpstack.t
N src/gnu/usr.bin/perl/t/op/sigdispatch.t
N src/gnu/usr.bin/perl/t/op/sigsystem.t
U src/gnu/usr.bin/perl/t/op/sleep.t
N src/gnu/usr.bin/perl/t/op/smartkve.t
U src/gnu/usr.bin/perl/t/op/smartmatch.t
C src/gnu/usr.bin/perl/t/op/sort.t
U src/gnu/usr.bin/perl/t/op/splice.t
C src/gnu/usr.bin/perl/t/op/split.t
N src/gnu/usr.bin/perl/t/op/split_unicode.t
C src/gnu/usr.bin/perl/t/op/sprintf.t
C src/gnu/usr.bin/perl/t/op/sprintf2.t
U src/gnu/usr.bin/perl/t/op/srand.t
U src/gnu/usr.bin/perl/t/op/sselect.t
U src/gnu/usr.bin/perl/t/op/stash.t
C src/gnu/usr.bin/perl/t/op/stat.t
U src/gnu/usr.bin/perl/t/op/state.t
C src/gnu/usr.bin/perl/t/op/study.t
U src/gnu/usr.bin/perl/t/op/studytied.t
U src/gnu/usr.bin/perl/t/op/sub.t
U src/gnu/usr.bin/perl/t/op/sub_lval.t
C src/gnu/usr.bin/perl/t/op/substr.t
C src/gnu/usr.bin/perl/t/op/substr_thr.t
N src/gnu/usr.bin/perl/t/op/svleak.t
U src/gnu/usr.bin/perl/t/op/switch.t
U src/gnu/usr.bin/perl/t/op/symbolcache.t
C src/gnu/usr.bin/perl/t/op/sysio.t
C src/gnu/usr.bin/perl/t/op/taint.t
N src/gnu/usr.bin/perl/t/op/threads-dirh.t
U src/gnu/usr.bin/perl/t/op/threads.t
U src/gnu/usr.bin/perl/t/op/threads_create.pl
C src/gnu/usr.bin/perl/t/op/tie.t
N src/gnu/usr.bin/perl/t/op/tie_fetch_count.t
U src/gnu/usr.bin/perl/t/op/tiearray.t
U src/gnu/usr.bin/perl/t/op/tiehandle.t
C src/gnu/usr.bin/perl/t/op/time.t
U src/gnu/usr.bin/perl/t/op/time_loop.t
U src/gnu/usr.bin/perl/t/op/tr.t
C src/gnu/usr.bin/perl/t/op/undef.t
C src/gnu/usr.bin/perl/t/op/universal.t
N src/gnu/usr.bin/perl/t/op/unlink.t
C src/gnu/usr.bin/perl/t/op/unshift.t
U src/gnu/usr.bin/perl/t/op/upgrade.t
U src/gnu/usr.bin/perl/t/op/utf8cache.t
U src/gnu/usr.bin/perl/t/op/utf8decode.t
U src/gnu/usr.bin/perl/t/op/utf8magic.t
U src/gnu/usr.bin/perl/t/op/utfhash.t
U src/gnu/usr.bin/perl/t/op/utftaint.t
C src/gnu/usr.bin/perl/t/op/vec.t
U src/gnu/usr.bin/perl/t/op/ver.t
N src/gnu/usr.bin/perl/t/op/warn.t
U src/gnu/usr.bin/perl/t/op/wantarray.t
U src/gnu/usr.bin/perl/t/op/while_readdir.t
C src/gnu/usr.bin/perl/t/op/write.t
U src/gnu/usr.bin/perl/t/op/yadayada.t
U src/gnu/usr.bin/perl/t/porting/args_assert.t
N src/gnu/usr.bin/perl/t/porting/authors.t
N src/gnu/usr.bin/perl/t/porting/bincompat.t
U src/gnu/usr.bin/perl/t/porting/checkcase.t
N src/gnu/usr.bin/perl/t/porting/checkcfgvar.t
N src/gnu/usr.bin/perl/t/porting/cmp_version.t
N src/gnu/usr.bin/perl/t/porting/customized.dat
N src/gnu/usr.bin/perl/t/porting/customized.t
U src/gnu/usr.bin/perl/t/porting/diag.t
N src/gnu/usr.bin/perl/t/porting/dual-life.t
N src/gnu/usr.bin/perl/t/porting/exec-bit.t
N src/gnu/usr.bin/perl/t/porting/filenames.t
N src/gnu/usr.bin/perl/t/porting/FindExt.t
N src/gnu/usr.bin/perl/t/porting/globvar.t
N src/gnu/usr.bin/perl/t/porting/known_pod_issues.dat
U src/gnu/usr.bin/perl/t/porting/maintainers.t
U src/gnu/usr.bin/perl/t/porting/manifest.t
N src/gnu/usr.bin/perl/t/porting/pending-author.t
N src/gnu/usr.bin/perl/t/porting/perlfunc.t
N src/gnu/usr.bin/perl/t/porting/pod_rules.t
U src/gnu/usr.bin/perl/t/porting/podcheck.t
N src/gnu/usr.bin/perl/t/porting/regen.t
U src/gnu/usr.bin/perl/t/porting/test_bootstrap.t
N src/gnu/usr.bin/perl/t/porting/utils.t
N src/gnu/usr.bin/perl/t/re/charset.t
N src/gnu/usr.bin/perl/t/re/fold_grind.t
N src/gnu/usr.bin/perl/t/re/no_utf8_pm.t
N src/gnu/usr.bin/perl/t/re/overload.t
U src/gnu/usr.bin/perl/t/re/pat.t
U src/gnu/usr.bin/perl/t/re/pat_advanced.t
U src/gnu/usr.bin/perl/t/re/pat_advanced_thr.t
U src/gnu/usr.bin/perl/t/re/pat_psycho.t
U src/gnu/usr.bin/perl/t/re/pat_psycho_thr.t
U src/gnu/usr.bin/perl/t/re/pat_re_eval.t
U src/gnu/usr.bin/perl/t/re/pat_re_eval_thr.t
U src/gnu/usr.bin/perl/t/re/pat_rt_report.t
U src/gnu/usr.bin/perl/t/re/pat_rt_report_thr.t
U src/gnu/usr.bin/perl/t/re/pat_special_cc.t
U src/gnu/usr.bin/perl/t/re/pat_special_cc_thr.t
U src/gnu/usr.bin/perl/t/re/pat_thr.t
N src/gnu/usr.bin/perl/t/re/qr-72922.t
U src/gnu/usr.bin/perl/t/re/qr.t
U src/gnu/usr.bin/perl/t/re/qr_gc.t
U src/gnu/usr.bin/perl/t/re/qrstack.t
U src/gnu/usr.bin/perl/t/re/re_tests
U src/gnu/usr.bin/perl/t/re/reg_60508.t
U src/gnu/usr.bin/perl/t/re/reg_email.t
U src/gnu/usr.bin/perl/t/re/reg_email_thr.t
N src/gnu/usr.bin/perl/t/re/reg_eval.t
N src/gnu/usr.bin/perl/t/re/reg_eval_scope.t
U src/gnu/usr.bin/perl/t/re/reg_fold.t
U src/gnu/usr.bin/perl/t/re/reg_mesg.t
U src/gnu/usr.bin/perl/t/re/reg_namedcapture.t
U src/gnu/usr.bin/perl/t/re/reg_nc_tie.t
U src/gnu/usr.bin/perl/t/re/reg_pmod.t
U src/gnu/usr.bin/perl/t/re/reg_posixcc.t
U src/gnu/usr.bin/perl/t/re/regexp.t
U src/gnu/usr.bin/perl/t/re/regexp_noamp.t
U src/gnu/usr.bin/perl/t/re/regexp_notrie.t
U src/gnu/usr.bin/perl/t/re/regexp_qr.t
U src/gnu/usr.bin/perl/t/re/regexp_qr_embed.t
U src/gnu/usr.bin/perl/t/re/regexp_qr_embed_thr.t
U src/gnu/usr.bin/perl/t/re/regexp_trielist.t
U src/gnu/usr.bin/perl/t/re/regexp_unicode_prop.t
U src/gnu/usr.bin/perl/t/re/regexp_unicode_prop_thr.t
U src/gnu/usr.bin/perl/t/re/rxcode.t
U src/gnu/usr.bin/perl/t/re/subst.t
U src/gnu/usr.bin/perl/t/re/subst_amp.t
U src/gnu/usr.bin/perl/t/re/subst_wamp.t
U src/gnu/usr.bin/perl/t/re/substT.t
U src/gnu/usr.bin/perl/t/re/uniprops.t
U src/gnu/usr.bin/perl/t/run/cloexec.t
N src/gnu/usr.bin/perl/t/run/dtrace.t
U src/gnu/usr.bin/perl/t/run/exit.t
U src/gnu/usr.bin/perl/t/run/fresh_perl.t
N src/gnu/usr.bin/perl/t/run/locale.t
U src/gnu/usr.bin/perl/t/run/noswitch.t
U src/gnu/usr.bin/perl/t/run/runenv.t
U src/gnu/usr.bin/perl/t/run/script.t
U src/gnu/usr.bin/perl/t/run/switch0.t
U src/gnu/usr.bin/perl/t/run/switcha.t
U src/gnu/usr.bin/perl/t/run/switchC.t
N src/gnu/usr.bin/perl/t/run/switchd-78586.t
U src/gnu/usr.bin/perl/t/run/switchd.t
U src/gnu/usr.bin/perl/t/run/switches.t
U src/gnu/usr.bin/perl/t/run/switchF.t
U src/gnu/usr.bin/perl/t/run/switchF1.t
U src/gnu/usr.bin/perl/t/run/switchI.t
U src/gnu/usr.bin/perl/t/run/switchn.t
U src/gnu/usr.bin/perl/t/run/switchp.t
U src/gnu/usr.bin/perl/t/run/switcht.t
U src/gnu/usr.bin/perl/t/run/switchx.aux
U src/gnu/usr.bin/perl/t/run/switchx.t
U src/gnu/usr.bin/perl/t/run/switchx2.aux
N src/gnu/usr.bin/perl/t/run/switchx3.aux
N src/gnu/usr.bin/perl/t/test_pl/can_isa_ok.t
N src/gnu/usr.bin/perl/t/uni/attrs.t
N src/gnu/usr.bin/perl/t/uni/bless.t
U src/gnu/usr.bin/perl/t/uni/cache.t
N src/gnu/usr.bin/perl/t/uni/caller.t
U src/gnu/usr.bin/perl/t/uni/case.pl
U src/gnu/usr.bin/perl/t/uni/chomp.t
U src/gnu/usr.bin/perl/t/uni/chr.t
U src/gnu/usr.bin/perl/t/uni/class.t
N src/gnu/usr.bin/perl/t/uni/eval.t
U src/gnu/usr.bin/perl/t/uni/fold.t
N src/gnu/usr.bin/perl/t/uni/goto.t
U src/gnu/usr.bin/perl/t/uni/greek.t
N src/gnu/usr.bin/perl/t/uni/gv.t
N src/gnu/usr.bin/perl/t/uni/labels.t
U src/gnu/usr.bin/perl/t/uni/latin2.t
U src/gnu/usr.bin/perl/t/uni/lex_utf8.t
U src/gnu/usr.bin/perl/t/uni/lower.t
N src/gnu/usr.bin/perl/t/uni/method.t
N src/gnu/usr.bin/perl/t/uni/opcroak.t
U src/gnu/usr.bin/perl/t/uni/overload.t
N src/gnu/usr.bin/perl/t/uni/package.t
N src/gnu/usr.bin/perl/t/uni/parser.t
N src/gnu/usr.bin/perl/t/uni/readline.t
N src/gnu/usr.bin/perl/t/uni/select.t
U src/gnu/usr.bin/perl/t/uni/sprintf.t
N src/gnu/usr.bin/perl/t/uni/stash.t
U src/gnu/usr.bin/perl/t/uni/tie.t
U src/gnu/usr.bin/perl/t/uni/title.t
C src/gnu/usr.bin/perl/t/uni/tr_7jis.t
C src/gnu/usr.bin/perl/t/uni/tr_eucjp.t
C src/gnu/usr.bin/perl/t/uni/tr_sjis.t
C src/gnu/usr.bin/perl/t/uni/tr_utf8.t
N src/gnu/usr.bin/perl/t/uni/universal.t
U src/gnu/usr.bin/perl/t/uni/upper.t
U src/gnu/usr.bin/perl/t/uni/write.t
N src/gnu/usr.bin/perl/t/win32/runenv.t
U src/gnu/usr.bin/perl/t/win32/system.t
U src/gnu/usr.bin/perl/t/win32/system_tests
U src/gnu/usr.bin/perl/t/x2p/s2p.t
N src/gnu/usr.bin/perl/regen/embed.pl
N src/gnu/usr.bin/perl/regen/embed_lib.pl
N src/gnu/usr.bin/perl/regen/feature.pl
N src/gnu/usr.bin/perl/regen/keywords.pl
N src/gnu/usr.bin/perl/regen/mg_vtable.pl
N src/gnu/usr.bin/perl/regen/mk_invlists.pl
N src/gnu/usr.bin/perl/regen/mk_PL_charclass.pl
N src/gnu/usr.bin/perl/regen/opcode.pl
N src/gnu/usr.bin/perl/regen/opcodes
N src/gnu/usr.bin/perl/regen/overload.pl
N src/gnu/usr.bin/perl/regen/reentr.pl
N src/gnu/usr.bin/perl/regen/regcharclass.pl
N src/gnu/usr.bin/perl/regen/regcomp.pl
N src/gnu/usr.bin/perl/regen/regen_lib.pl
N src/gnu/usr.bin/perl/regen/uconfig_h.pl
N src/gnu/usr.bin/perl/regen/warnings.pl
U src/gnu/usr.bin/perl/symbian/bld.inf
U src/gnu/usr.bin/perl/symbian/config.pl
U src/gnu/usr.bin/perl/symbian/config.sh
U src/gnu/usr.bin/perl/symbian/cwd.pl
U src/gnu/usr.bin/perl/symbian/demo_pl
U src/gnu/usr.bin/perl/symbian/find_writeable_data.pl
U src/gnu/usr.bin/perl/symbian/hexdump.pl
U src/gnu/usr.bin/perl/symbian/install.cfg
U src/gnu/usr.bin/perl/symbian/makesis.pl
U src/gnu/usr.bin/perl/symbian/PerlApp.cpp
U src/gnu/usr.bin/perl/symbian/PerlApp.h
U src/gnu/usr.bin/perl/symbian/PerlApp.hrh
U src/gnu/usr.bin/perl/symbian/PerlAppAif.rss
U src/gnu/usr.bin/perl/symbian/PerlBase.cpp
U src/gnu/usr.bin/perl/symbian/PerlBase.h
U src/gnu/usr.bin/perl/symbian/PerlBase.pod
U src/gnu/usr.bin/perl/symbian/PerlRecog.cpp
U src/gnu/usr.bin/perl/symbian/PerlRecog.mmp
U src/gnu/usr.bin/perl/symbian/PerlUi.cpp
U src/gnu/usr.bin/perl/symbian/PerlUi.h
U src/gnu/usr.bin/perl/symbian/PerlUi.hrh
U src/gnu/usr.bin/perl/symbian/PerlUiS60.rss
U src/gnu/usr.bin/perl/symbian/PerlUiS80.rss
U src/gnu/usr.bin/perl/symbian/PerlUiS90.rss
U src/gnu/usr.bin/perl/symbian/PerlUiUIQ.rss
U src/gnu/usr.bin/perl/symbian/PerlUtil.cpp
U src/gnu/usr.bin/perl/symbian/PerlUtil.h
U src/gnu/usr.bin/perl/symbian/PerlUtil.pod
U src/gnu/usr.bin/perl/symbian/port.pl
U src/gnu/usr.bin/perl/symbian/README
U src/gnu/usr.bin/perl/symbian/sanity.pl
U src/gnu/usr.bin/perl/symbian/sdk.pl
U src/gnu/usr.bin/perl/symbian/sisify.pl
U src/gnu/usr.bin/perl/symbian/symbian_dll.cpp
U src/gnu/usr.bin/perl/symbian/symbian_proto.h
U src/gnu/usr.bin/perl/symbian/symbian_stubs.c
U src/gnu/usr.bin/perl/symbian/symbian_stubs.h
U src/gnu/usr.bin/perl/symbian/symbian_utils.cpp
U src/gnu/usr.bin/perl/symbian/symbianish.h
U src/gnu/usr.bin/perl/symbian/TODO
U src/gnu/usr.bin/perl/symbian/uid.pl
U src/gnu/usr.bin/perl/symbian/version.pl
U src/gnu/usr.bin/perl/symbian/xsbuild.pl
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/bld.inf
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/location.pl
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.mmp
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pkg
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.pm
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/Msg.xs
U src/gnu/usr.bin/perl/symbian/ext/Moped/Msg/README
C src/gnu/usr.bin/perl/utils/c2ph.PL
U src/gnu/usr.bin/perl/utils/config_data.PL
U src/gnu/usr.bin/perl/utils/corelist.PL
U src/gnu/usr.bin/perl/utils/cpan.PL
U src/gnu/usr.bin/perl/utils/cpan2dist.PL
U src/gnu/usr.bin/perl/utils/cpanp-run-perl.PL
U src/gnu/usr.bin/perl/utils/cpanp.PL
U src/gnu/usr.bin/perl/utils/enc2xs.PL
C src/gnu/usr.bin/perl/utils/h2ph.PL
C src/gnu/usr.bin/perl/utils/h2xs.PL
U src/gnu/usr.bin/perl/utils/instmodsh.PL
N src/gnu/usr.bin/perl/utils/json_pp.PL
C src/gnu/usr.bin/perl/utils/libnetcfg.PL
C src/gnu/usr.bin/perl/utils/Makefile
C src/gnu/usr.bin/perl/utils/Makefile.SH
C src/gnu/usr.bin/perl/utils/perlbug.PL
U src/gnu/usr.bin/perl/utils/perldoc.PL
U src/gnu/usr.bin/perl/utils/perlivp.PL
U src/gnu/usr.bin/perl/utils/piconv.PL
U src/gnu/usr.bin/perl/utils/pl2pm.PL
N src/gnu/usr.bin/perl/utils/pod2html.PL
U src/gnu/usr.bin/perl/utils/prove.PL
U src/gnu/usr.bin/perl/utils/ptar.PL
U src/gnu/usr.bin/perl/utils/ptardiff.PL
N src/gnu/usr.bin/perl/utils/ptargrep.PL
U src/gnu/usr.bin/perl/utils/shasum.PL
U src/gnu/usr.bin/perl/utils/splain.PL
U src/gnu/usr.bin/perl/utils/xsubpp.PL
N src/gnu/usr.bin/perl/utils/zipdetails.PL
U src/gnu/usr.bin/perl/uts/sprintf_wrap.c
U src/gnu/usr.bin/perl/uts/strtol_wrap.c
U src/gnu/usr.bin/perl/vmesa/Makefile
U src/gnu/usr.bin/perl/vmesa/vmesa.c
U src/gnu/usr.bin/perl/vmesa/vmesaish.h
U src/gnu/usr.bin/perl/vms/descrip_mms.template
C src/gnu/usr.bin/perl/vms/gen_shrfls.pl
U src/gnu/usr.bin/perl/vms/genopt.com
U src/gnu/usr.bin/perl/vms/make_command.com
U src/gnu/usr.bin/perl/vms/mms2make.pl
U src/gnu/usr.bin/perl/vms/munchconfig.c
U src/gnu/usr.bin/perl/vms/myconfig.com
C src/gnu/usr.bin/perl/vms/test.com
C src/gnu/usr.bin/perl/vms/vms.c
C src/gnu/usr.bin/perl/vms/vmsish.h
U src/gnu/usr.bin/perl/vms/vmspipe.com
U src/gnu/usr.bin/perl/vms/ext/Filespec.pm
C src/gnu/usr.bin/perl/vms/ext/filespec.t
U src/gnu/usr.bin/perl/vos/Changes
U src/gnu/usr.bin/perl/vos/compile_full_perl.cm
U src/gnu/usr.bin/perl/vos/configure_full_perl.sh
U src/gnu/usr.bin/perl/vos/make_full_perl.sh
U src/gnu/usr.bin/perl/vos/vos.c
U src/gnu/usr.bin/perl/vos/vosish.h
U src/gnu/usr.bin/perl/win32/config.ce
U src/gnu/usr.bin/perl/win32/config.gc
U src/gnu/usr.bin/perl/win32/config.gc64
U src/gnu/usr.bin/perl/win32/config.gc64nox
C src/gnu/usr.bin/perl/win32/config.vc
U src/gnu/usr.bin/perl/win32/config.vc64
U src/gnu/usr.bin/perl/win32/config_H.ce
C src/gnu/usr.bin/perl/win32/config_H.gc
C src/gnu/usr.bin/perl/win32/config_H.gc64
C src/gnu/usr.bin/perl/win32/config_H.gc64nox
U src/gnu/usr.bin/perl/win32/config_h.PL
C src/gnu/usr.bin/perl/win32/config_H.vc
U src/gnu/usr.bin/perl/win32/config_H.vc64
C src/gnu/usr.bin/perl/win32/config_sh.PL
U src/gnu/usr.bin/perl/win32/create_perllibst_h.pl
U src/gnu/usr.bin/perl/win32/distclean.bat
U src/gnu/usr.bin/perl/win32/fcrypt.c
U src/gnu/usr.bin/perl/win32/FindExt.pm
U src/gnu/usr.bin/perl/win32/list_static_libs.pl
C src/gnu/usr.bin/perl/win32/Makefile
U src/gnu/usr.bin/perl/win32/Makefile.ce
C src/gnu/usr.bin/perl/win32/makefile.mk
U src/gnu/usr.bin/perl/win32/perl.rc
U src/gnu/usr.bin/perl/win32/perlexe.ico
U src/gnu/usr.bin/perl/win32/perlexe.manifest
U src/gnu/usr.bin/perl/win32/perlexe.rc
U src/gnu/usr.bin/perl/win32/perlglob.c
U src/gnu/usr.bin/perl/win32/perlhost.h
C src/gnu/usr.bin/perl/win32/perllib.c
U src/gnu/usr.bin/perl/win32/perlmaince.c
C src/gnu/usr.bin/perl/win32/pod.mak
U src/gnu/usr.bin/perl/win32/runperl.c
U src/gnu/usr.bin/perl/win32/vdir.h
U src/gnu/usr.bin/perl/win32/vmem.h
C src/gnu/usr.bin/perl/win32/win32.c
C src/gnu/usr.bin/perl/win32/win32.h
U src/gnu/usr.bin/perl/win32/win32ceio.c
U src/gnu/usr.bin/perl/win32/win32io.c
U src/gnu/usr.bin/perl/win32/win32iop-o.h
C src/gnu/usr.bin/perl/win32/win32iop.h
C src/gnu/usr.bin/perl/win32/win32sck.c
U src/gnu/usr.bin/perl/win32/win32thread.c
U src/gnu/usr.bin/perl/win32/win32thread.h
U src/gnu/usr.bin/perl/win32/wince.c
U src/gnu/usr.bin/perl/win32/wince.h
U src/gnu/usr.bin/perl/win32/wincesck.c
U src/gnu/usr.bin/perl/win32/bin/exetype.pl
U src/gnu/usr.bin/perl/win32/bin/perlglob.pl
C src/gnu/usr.bin/perl/win32/bin/pl2bat.pl
C src/gnu/usr.bin/perl/win32/bin/runperl.pl
C src/gnu/usr.bin/perl/win32/bin/search.pl
U src/gnu/usr.bin/perl/win32/ce-helpers/cecopy-lib.pl
U src/gnu/usr.bin/perl/win32/ce-helpers/comp.pl
U src/gnu/usr.bin/perl/win32/ce-helpers/compile-all.bat
U src/gnu/usr.bin/perl/win32/ce-helpers/compile.bat
U src/gnu/usr.bin/perl/win32/ce-helpers/makedist.pl
U src/gnu/usr.bin/perl/win32/ce-helpers/registry.bat
U src/gnu/usr.bin/perl/win32/include/dirent.h
U src/gnu/usr.bin/perl/win32/include/netdb.h
U src/gnu/usr.bin/perl/win32/include/arpa/inet.h
C src/gnu/usr.bin/perl/win32/include/sys/socket.h
C src/gnu/usr.bin/perl/x2p/a2p.c
C src/gnu/usr.bin/perl/x2p/a2p.h
U src/gnu/usr.bin/perl/x2p/a2p.pod
U src/gnu/usr.bin/perl/x2p/a2p.y
U src/gnu/usr.bin/perl/x2p/a2py.c
U src/gnu/usr.bin/perl/x2p/cflags.SH
U src/gnu/usr.bin/perl/x2p/EXTERN.h
U src/gnu/usr.bin/perl/x2p/find2perl.PL
U src/gnu/usr.bin/perl/x2p/hash.c
U src/gnu/usr.bin/perl/x2p/hash.h
U src/gnu/usr.bin/perl/x2p/INTERN.h
C src/gnu/usr.bin/perl/x2p/Makefile.SH
C src/gnu/usr.bin/perl/x2p/s2p.PL
U src/gnu/usr.bin/perl/x2p/str.c
U src/gnu/usr.bin/perl/x2p/str.h
U src/gnu/usr.bin/perl/x2p/util.c
U src/gnu/usr.bin/perl/x2p/util.h
U src/gnu/usr.bin/perl/x2p/walk.c
529 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jCPAN:yesterday -jCPAN src/gnu/usr.bin/perl
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 14:14:30
Modified files:
sys/arch/hppa/include: pte.h
Log message:
PGOFSET -> PAGE_MASK
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 14:15:34
Modified files:
sys/arch/sh/include: pmap.h
Log message:
PGOFSET -> PAGE_MASK in a comment
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:18:43
Modified files:
gnu/usr.bin/perl/lib/unicore: CombiningClass.pl Decomposition.pl
Heavy.pl Name.pl TestProp.pl
mktables.lst
gnu/usr.bin/perl/lib/unicore/To: Bmg.pl Digit.pl Fold.pl
Lower.pl NFKCCF.pl Title.pl
Upper.pl
gnu/usr.bin/perl/lib/unicore/lib/AHex: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Alpha: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Bc: AL.pl AN.pl B.pl BN.pl
CS.pl EN.pl ES.pl ET.pl
L.pl LRE.pl LRO.pl NSM.pl
ON.pl PDF.pl R.pl RLE.pl
RLO.pl S.pl WS.pl
gnu/usr.bin/perl/lib/unicore/lib/BidiC: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/BidiM: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Blk: ASCII.pl AegeanNu.pl
Alphabet.pl Ancient2.pl
AncientG.pl AncientS.pl
Arabic.pl ArabicP2.pl
ArabicSu.pl Armenian.pl
Arrows.pl Avestan.pl
Balinese.pl Bamum.pl
Bengali.pl BlockEle.pl
Bopomof2.pl Bopomofo.pl
BoxDrawi.pl Buginese.pl
Buhid.pl Byzantin.pl
CJKComp2.pl CJKComp3.pl
CJKComp4.pl CJKCompa.pl
CJKRadic.pl CJKStrok.pl
CJKSymbo.pl Carian.pl
Cham.pl Cherokee.pl
ControlP.pl Coptic.pl
Counting.pl Cuneifo2.pl
Cuneifor.pl Currency.pl
CypriotS.pl Cyrilli2.pl
Cyrilli3.pl Cyrilli4.pl
Cyrillic.pl Devanag2.pl
Devanaga.pl Dingbats.pl
Egyptian.pl Enclose2.pl
Enclose3.pl Enclose4.pl
Enclosed.pl Ethiopi2.pl
Ethiopi3.pl Ethiopic.pl
Geometri.pl Georgia2.pl
Georgian.pl Glagolit.pl
Gothic.pl Greek.pl
GreekExt.pl Gujarati.pl
Gurmukhi.pl Hanunoo.pl
Hebrew.pl HighSurr.pl
Hiragana.pl Imperial.pl
Inscrip2.pl Inscript.pl
Javanese.pl Kaithi.pl
Kanbun.pl Kannada.pl
Katakan2.pl Katakana.pl
Kharosht.pl Khmer.pl
KhmerSym.pl Lao.pl
Latin1.pl LatinEx2.pl
LatinEx3.pl LatinEx4.pl
LatinEx5.pl LatinExt.pl
Lepcha.pl Letterli.pl
Limbu.pl LinearBI.pl
LinearBS.pl LowSurro.pl
Lycian.pl Lydian.pl
Malayala.pl MeeteiMa.pl
Modifier.pl Mongolia.pl
Myanmar.pl MyanmarE.pl
NKo.pl NewTaiLu.pl
NumberFo.pl Ogham.pl
OldItali.pl OldPersi.pl
OldTurki.pl Oriya.pl
Osmanya.pl PhagsPa.pl
Phaistos.pl Phoenici.pl
Phoneti2.pl Phonetic.pl
Rejang.pl Runic.pl
Samarita.pl Saurasht.pl
Sinhala.pl SmallFor.pl
Specials.pl Sundanes.pl
SylotiNa.pl Syriac.pl
Tagalog.pl Tagbanwa.pl
Tags.pl TaiLe.pl
TaiTham.pl TaiViet.pl
TaiXuanJ.pl Tamil.pl
Telugu.pl Thaana.pl
Thai.pl Tibetan.pl
Tifinagh.pl Ugaritic.pl
Vai.pl VedicExt.pl
Vertical.pl YiRadica.pl
YiSyllab.pl
gnu/usr.bin/perl/lib/unicore/lib/CE: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CI: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CWCF: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CWCM: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CWKCF: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CWL: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CWT: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/CWU: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Cased: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Ccc: A.pl AL.pl AR.pl ATA.pl
ATAR.pl ATB.pl B.pl BL.pl
BR.pl DA.pl DB.pl IS.pl
KV.pl L.pl NK.pl NR.pl
OV.pl R.pl VR.pl
gnu/usr.bin/perl/lib/unicore/lib/CompEx: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/DI: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Dash: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Dep: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Dia: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Dt: Com.pl Enc.pl Fin.pl
Font.pl Fra.pl Init.pl
Iso.pl Med.pl Nar.pl Nb.pl
NonCanon.pl None.pl Sml.pl
Sqr.pl Sub.pl Sup.pl
Vert.pl
gnu/usr.bin/perl/lib/unicore/lib/Ea: A.pl F.pl H.pl N.pl Na.pl
W.pl
gnu/usr.bin/perl/lib/unicore/lib/Ext: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/GCB: CN.pl EX.pl SM.pl XX.pl
gnu/usr.bin/perl/lib/unicore/lib/Gc: C.pl Cc.pl Cf.pl Cn.pl
Co.pl Cs.pl L.pl LC.pl
Ll.pl Lm.pl Lo.pl Lu.pl
M.pl Mc.pl Me.pl Mn.pl N.pl
Nl.pl No.pl P.pl Pd.pl
Pe.pl Pf.pl Pi.pl Po.pl
Ps.pl S.pl Sc.pl Sk.pl
Sm.pl So.pl Z.pl Zl.pl
Zp.pl Zs.pl
gnu/usr.bin/perl/lib/unicore/lib/GrBase: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Hex: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Hst: NA.pl
gnu/usr.bin/perl/lib/unicore/lib/Hyphen: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/IDC: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/IDS: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/IDSB: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/IDST: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Ideo: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/In: 2_0.pl 2_1.pl 3_0.pl 3_1.pl
3_2.pl 4_0.pl 4_1.pl 5_0.pl
5_1.pl 5_2.pl
gnu/usr.bin/perl/lib/unicore/lib/Jg: Ain.pl Alaph.pl Alef.pl
Beh.pl Beth.pl Burushas.pl
Dal.pl DalathRi.pl E.pl
FarsiYeh.pl Fe.pl Feh.pl
FinalSem.pl Gaf.pl Gamal.pl
Hah.pl HamzaOnH.pl He.pl
Heh.pl HehGoal.pl Heth.pl
Kaf.pl Kaph.pl Khaph.pl
KnottedH.pl Lam.pl
Lamadh.pl Meem.pl Mim.pl
NoJoinin.pl Noon.pl Nun.pl
Nya.pl Pe.pl Qaf.pl Qaph.pl
Reh.pl Reversed.pl Sad.pl
Sadhe.pl Seen.pl Semkath.pl
Shin.pl SwashKaf.pl
SyriacWa.pl Tah.pl Taw.pl
TehMarbu.pl Teth.pl Waw.pl
Yeh.pl YehBarre.pl
YehWithT.pl Yudh.pl
YudhHe.pl Zain.pl Zhain.pl
gnu/usr.bin/perl/lib/unicore/lib/JoinC: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Jt: C.pl D.pl R.pl T.pl U.pl
gnu/usr.bin/perl/lib/unicore/lib/Lb: AI.pl AL.pl B2.pl BA.pl
BB.pl BK.pl CB.pl CL.pl
CM.pl CP.pl EX.pl GL.pl
HY.pl ID.pl IN.pl IS.pl
NL.pl NS.pl NU.pl OP.pl
PO.pl PR.pl QU.pl SA.pl
SG.pl SP.pl SY.pl WJ.pl
XX.pl ZW.pl
gnu/usr.bin/perl/lib/unicore/lib/Lower: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Math: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/NChar: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/NFCQC: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/NFDQC: N.pl Y.pl
gnu/usr.bin/perl/lib/unicore/lib/NFKCQC: M.pl N.pl Y.pl
gnu/usr.bin/perl/lib/unicore/lib/NFKDQC: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Nt: Di.pl Nu.pl
gnu/usr.bin/perl/lib/unicore/lib/Nv: 0.pl 1.pl 10.pl 100.pl
1000.pl 10000.pl 100000.pl
10000000.pl 10000002.pl
11.pl 11_2.pl 12.pl 13.pl
13_2.pl 14.pl 15.pl 15_2.pl
16.pl 17.pl 17_2.pl 18.pl
19.pl 1_10.pl 1_16.pl
1_2.pl 1_3.pl 1_4.pl 1_5.pl
1_6.pl 1_7.pl 1_8.pl 1_9.pl
2.pl 20.pl 200.pl 2000.pl
20000.pl 21.pl 22.pl 23.pl
24.pl 25.pl 26.pl 27.pl
28.pl 29.pl 2_3.pl 2_5.pl
3.pl 30.pl 300.pl 3000.pl
30000.pl 31.pl 32.pl 33.pl
34.pl 35.pl 36.pl 37.pl
38.pl 39.pl 3_16.pl 3_2.pl
3_4.pl 3_5.pl 3_8.pl 4.pl
40.pl 400.pl 4000.pl
40000.pl 41.pl 42.pl 43.pl
44.pl 45.pl 46.pl 47.pl
48.pl 49.pl 4_5.pl 5.pl
50.pl 500.pl 5000.pl
50000.pl 5_2.pl 5_6.pl
5_8.pl 6.pl 60.pl 600.pl
6000.pl 60000.pl 7.pl 70.pl
700.pl 7000.pl 70000.pl
7_2.pl 7_8.pl 8.pl 80.pl
800.pl 8000.pl 80000.pl
9.pl 90.pl 900.pl 9000.pl
90000.pl 9_2.pl NaN.pl
_1_2.pl
gnu/usr.bin/perl/lib/unicore/lib/PatSyn: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/PatWS: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Perl: Alnum.pl Any.pl
Assigned.pl Blank.pl
Graph.pl PerlSpac.pl
PerlWord.pl PosixAln.pl
PosixAlp.pl PosixBla.pl
PosixCnt.pl PosixDig.pl
PosixGra.pl PosixLow.pl
PosixPri.pl PosixPun.pl
PosixSpa.pl PosixUpp.pl
Print.pl SpacePer.pl
VertSpac.pl Word.pl
_XBegin.pl _XExtend.pl
_XLVLVTV.pl
gnu/usr.bin/perl/lib/unicore/lib/QMark: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Radical: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/SB: AT.pl CL.pl EX.pl FO.pl
LE.pl LO.pl SC.pl SE.pl
ST.pl Sp.pl UP.pl XX.pl
gnu/usr.bin/perl/lib/unicore/lib/SD: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/STerm: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Sc: Arab.pl Armn.pl Beng.pl
Bopo.pl Buhd.pl Cprt.pl
Deva.pl Geor.pl Gujr.pl
Guru.pl Han.pl Hang.pl
Hano.pl Hira.pl Kana.pl
Kthi.pl Linb.pl Mong.pl
Orya.pl Phag.pl Syrc.pl
Tagb.pl Tglg.pl Thaa.pl
Yi.pl Zinh.pl Zyyy.pl
gnu/usr.bin/perl/lib/unicore/lib/Space: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Term: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/UIdeo: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Upper: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/VS: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/WB: FO.pl KA.pl LE.pl MB.pl
ML.pl MN.pl NL.pl NU.pl
XX.pl
gnu/usr.bin/perl/lib/unicore/lib/XIDC: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/XIDS: Y.pl
Added files:
gnu/usr.bin/perl/lib/unicore: Name.pm UCD.pl
gnu/usr.bin/perl/lib/unicore/To: Age.pl Bc.pl Cf.pl Ea.pl GCB.pl
Gc.pl Hst.pl Isc.pl Jg.pl Jt.pl
Lb.pl Lc.pl NFCQC.pl NFDQC.pl
NFKCQC.pl NFKDQC.pl Na1.pl
NameAlia.pl Nt.pl Nv.pl
PerlDeci.pl SB.pl Sc.pl Scx.pl
Tc.pl Uc.pl WB.pl
gnu/usr.bin/perl/lib/unicore/lib/Age: NA.pl V11.pl V20.pl V21.pl
V30.pl V31.pl V32.pl
V40.pl V41.pl V50.pl
V51.pl V52.pl V60.pl
V61.pl
gnu/usr.bin/perl/lib/unicore/lib/Blk: Alchemic.pl ArabicEx.pl
ArabicMa.pl ArabicPF.pl
BamumSup.pl Batak.pl
Brahmi.pl CJK.pl
CJKExtA.pl CJKExtB.pl
CJKExtC.pl CJKExtD.pl
Chakma.pl CompatJa.pl
Diacrit2.pl Diacrit3.pl
Diacriti.pl Domino.pl
Emoticon.pl Ethiopi4.pl
HalfAndF.pl HalfMark.pl
Hangul.pl HighPUSu.pl
IDC.pl IPAExt.pl
IndicNum.pl Jamo.pl
JamoExtA.pl JamoExtB.pl
KanaSup.pl Kangxi.pl
Mahjong.pl Mandaic.pl
MathAlph.pl MathOper.pl
MeeteiM2.pl Meroitic.pl
Miao.pl MiscArro.pl
MiscMat2.pl MiscMath.pl
MiscPict.pl MiscSymb.pl
MiscTech.pl Modifie2.pl
Music.pl NB.pl OCR.pl
PUA.pl PlayingC.pl
Punctuat.pl Rumi.pl
Sharada.pl SoraSomp.pl
Sundane2.pl SupArro2.pl
SupArrow.pl SupMathO.pl
SupPUAA.pl SupPUAB.pl
SupPunct.pl SuperAnd.pl
Takri.pl Transpor.pl
UCAS.pl UCASExt.pl VS.pl
VSSup.pl Yijing.pl
gnu/usr.bin/perl/lib/unicore/lib/Ccc: CCC10.pl CCC103.pl
CCC107.pl CCC11.pl
CCC118.pl CCC12.pl
CCC122.pl CCC129.pl
CCC13.pl CCC130.pl
CCC132.pl CCC14.pl
CCC15.pl CCC16.pl CCC17.pl
CCC18.pl CCC19.pl CCC20.pl
CCC21.pl CCC22.pl CCC23.pl
CCC24.pl CCC25.pl CCC26.pl
CCC27.pl CCC28.pl CCC29.pl
CCC30.pl CCC31.pl CCC32.pl
CCC33.pl CCC34.pl CCC35.pl
CCC36.pl CCC84.pl CCC91.pl
gnu/usr.bin/perl/lib/unicore/lib/Gc: Nd.pl Pc.pl
gnu/usr.bin/perl/lib/unicore/lib/In: 6_0.pl 6_1.pl
gnu/usr.bin/perl/lib/unicore/lib/Jg: Rohingya.pl
gnu/usr.bin/perl/lib/unicore/lib/LOE: Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Lb: CJ.pl CR.pl H2.pl H3.pl
HL.pl JL.pl JT.pl JV.pl
LF.pl
gnu/usr.bin/perl/lib/unicore/lib/Perl: Title.pl XPosixPu.pl
_PerlIDS.pl _PerlNon.pl
_PerlQuo.pl
gnu/usr.bin/perl/lib/unicore/lib/Sc: Mand.pl Takr.pl
Removed files:
gnu/usr.bin/perl/lib/unicore/lib/AHex: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Age: 1_1.pl 2_0.pl 2_1.pl
3_0.pl 3_1.pl 3_2.pl
4_0.pl 4_1.pl 5_0.pl
5_1.pl 5_2.pl Unassign.pl
gnu/usr.bin/perl/lib/unicore/lib/Alpha: N.pl
gnu/usr.bin/perl/lib/unicore/lib/BidiC: N.pl
gnu/usr.bin/perl/lib/unicore/lib/BidiM: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Blk: ArabicPr.pl BrailleP.pl
CJKUnif2.pl CJKUnif3.pl
CJKUnif4.pl CJKUnifi.pl
Canadian.pl Combini2.pl
Combini3.pl Combini4.pl
Combinin.pl CommonIn.pl
Deseret.pl DominoTi.pl
GeneralP.pl Halfwidt.pl
HangulCo.pl HangulJ2.pl
HangulJ3.pl HangulJa.pl
HangulSy.pl HighPriv.pl
IPAExten.pl Ideograp.pl
KangxiRa.pl KayahLi.pl
Lisu.pl MahjongT.pl
Mathema2.pl Mathemat.pl
Miscell2.pl Miscell3.pl
Miscell4.pl Miscell5.pl
Miscella.pl MusicalS.pl
NoBlock.pl OlChiki.pl
OldSouth.pl OpticalC.pl
PrivateU.pl RumiNume.pl
Shavian.pl SpacingM.pl
Superscr.pl Supplem2.pl
Supplem3.pl Supplem4.pl
Supplem5.pl Supplem6.pl
Suppleme.pl UnifiedC.pl
Variati2.pl Variatio.pl
YijingHe.pl
gnu/usr.bin/perl/lib/unicore/lib/CE: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CI: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CWCF: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CWCM: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CWKCF: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CWL: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CWT: N.pl
gnu/usr.bin/perl/lib/unicore/lib/CWU: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Cased: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Ccc: 10.pl 103.pl 107.pl 11.pl
118.pl 12.pl 122.pl 129.pl
13.pl 130.pl 132.pl 14.pl
15.pl 16.pl 17.pl 18.pl
19.pl 20.pl 21.pl 22.pl
23.pl 24.pl 25.pl 26.pl
27.pl 28.pl 29.pl 30.pl
31.pl 32.pl 33.pl 34.pl
35.pl 36.pl 84.pl 91.pl
ATBL.pl
gnu/usr.bin/perl/lib/unicore/lib/CompEx: N.pl
gnu/usr.bin/perl/lib/unicore/lib/DI: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Dash: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Dep: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Dia: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Ext: N.pl
gnu/usr.bin/perl/lib/unicore/lib/GCB: CR.pl L.pl LF.pl LV.pl
LVT.pl PP.pl T.pl V.pl
gnu/usr.bin/perl/lib/unicore/lib/Gc: Lt.pl
gnu/usr.bin/perl/lib/unicore/lib/GrBase: N.pl
gnu/usr.bin/perl/lib/unicore/lib/GrExt: N.pl Y.pl
gnu/usr.bin/perl/lib/unicore/lib/Hex: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Hyphen: N.pl
gnu/usr.bin/perl/lib/unicore/lib/IDC: N.pl
gnu/usr.bin/perl/lib/unicore/lib/IDS: N.pl
gnu/usr.bin/perl/lib/unicore/lib/IDSB: N.pl
gnu/usr.bin/perl/lib/unicore/lib/IDST: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Ideo: N.pl
gnu/usr.bin/perl/lib/unicore/lib/JoinC: N.pl
gnu/usr.bin/perl/lib/unicore/lib/LOE: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Lower: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Math: N.pl
gnu/usr.bin/perl/lib/unicore/lib/NChar: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Nt: De.pl
gnu/usr.bin/perl/lib/unicore/lib/OAlpha: N.pl Y.pl
gnu/usr.bin/perl/lib/unicore/lib/ODI: N.pl Y.pl
gnu/usr.bin/perl/lib/unicore/lib/OGrExt: N.pl Y.pl
gnu/usr.bin/perl/lib/unicore/lib/OIDC: N.pl Y.pl
gnu/usr.bin/perl/lib/unicore/lib/OIDS: N.pl Y.pl
gnu/usr.bin/perl/lib/unicore/lib/OLower: N.pl Y.pl
gnu/usr.bin/perl/lib/unicore/lib/OMath: N.pl Y.pl
gnu/usr.bin/perl/lib/unicore/lib/OUpper: N.pl Y.pl
gnu/usr.bin/perl/lib/unicore/lib/PatSyn: N.pl
gnu/usr.bin/perl/lib/unicore/lib/PatWS: N.pl
gnu/usr.bin/perl/lib/unicore/lib/QMark: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Radical: N.pl
gnu/usr.bin/perl/lib/unicore/lib/SD: N.pl
gnu/usr.bin/perl/lib/unicore/lib/STerm: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Sc: Armi.pl Avst.pl Bali.pl
Bamu.pl Bugi.pl Cans.pl
Cari.pl Cham.pl Cher.pl
Copt.pl Cyrl.pl Egyp.pl
Ethi.pl Glag.pl Goth.pl
Grek.pl Hebr.pl Ital.pl
Java.pl Khar.pl Khmr.pl
Knda.pl Lana.pl Lao.pl
Latn.pl Lepc.pl Limb.pl
Lyci.pl Lydi.pl Mlym.pl
Mtei.pl Mymr.pl Nko.pl
Ogam.pl Orkh.pl Osma.pl
Phli.pl Phnx.pl Prti.pl
Rjng.pl Runr.pl Samr.pl
Saur.pl Sinh.pl Sund.pl
Sylo.pl Tale.pl Talu.pl
Taml.pl Tavt.pl Telu.pl
Tfng.pl Thai.pl Tibt.pl
Ugar.pl Vai.pl Xpeo.pl
Xsux.pl Zzzz.pl
gnu/usr.bin/perl/lib/unicore/lib/Space: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Term: N.pl
gnu/usr.bin/perl/lib/unicore/lib/UIdeo: N.pl
gnu/usr.bin/perl/lib/unicore/lib/Upper: N.pl
gnu/usr.bin/perl/lib/unicore/lib/VS: N.pl
gnu/usr.bin/perl/lib/unicore/lib/WB: EX.pl
gnu/usr.bin/perl/lib/unicore/lib/XIDC: N.pl
gnu/usr.bin/perl/lib/unicore/lib/XIDS: N.pl
Log message:
merge 5.16.3 / regen unicore
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 14:19:03
Modified files:
sys/arch/sparc/include: pte.h
Log message:
PGSHIFT -> PAGE_SHIFT in a comment
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:19:42
src/gnu/usr.bin/perl/lib/unicore/lib/Scx
Update of /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Scx
In directory cvs.openbsd.org:/tmp/cvs-serv27043/Scx
Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/unicore/lib/Scx added to the repository
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:20:15
Added files:
gnu/usr.bin/perl/lib/unicore/lib/Scx: Arab.pl Armi.pl Armn.pl
Avst.pl Bali.pl Bamu.pl
Batk.pl Beng.pl Bopo.pl
Brah.pl Brai.pl Bugi.pl
Buhd.pl Cakm.pl Cans.pl
Cari.pl Cham.pl Cher.pl
Copt.pl Cprt.pl Cyrl.pl
Deva.pl Dsrt.pl Egyp.pl
Ethi.pl Geor.pl Glag.pl
Goth.pl Grek.pl Gujr.pl
Guru.pl Han.pl Hang.pl
Hano.pl Hebr.pl Hira.pl
Ital.pl Java.pl Kali.pl
Kana.pl Khar.pl Khmr.pl
Knda.pl Kthi.pl Lana.pl
Lao.pl Latn.pl Lepc.pl
Limb.pl Linb.pl Lisu.pl
Lyci.pl Lydi.pl Mand.pl
Merc.pl Mero.pl Miao.pl
Mlym.pl Mong.pl Mtei.pl
Mymr.pl Nko.pl Ogam.pl
Olck.pl Orkh.pl Orya.pl
Osma.pl Phag.pl Phli.pl
Phnx.pl Prti.pl Rjng.pl
Runr.pl Samr.pl Sarb.pl
Saur.pl Shaw.pl Shrd.pl
Sinh.pl Sora.pl Sund.pl
Sylo.pl Syrc.pl Tagb.pl
Takr.pl Tale.pl Talu.pl
Taml.pl Tavt.pl Telu.pl
Tfng.pl Tglg.pl Thaa.pl
Thai.pl Tibt.pl Ugar.pl
Vai.pl Xpeo.pl Xsux.pl
Yi.pl Zinh.pl Zyyy.pl
Zzzz.pl
Log message:
merge 5.16.3 / regen unicore (add files cvs missed)
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:20:28
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper1
Log message:
merge 5.16.3 / sync installed files
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:20:35
Modified files:
gnu/usr.bin/perl: Makefile.SH
Log message:
merge 5.16.3 / link main binary with pthread
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:20:38
Modified files:
gnu/usr.bin/perl: utils.lst
gnu/usr.bin/perl/utils: Makefile Makefile.SH
Log message:
merge 5.16.3 / avoid installing shasum/zipdetails/json_pp
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:20:51
Modified files:
gnu/usr.bin/perl: shlib_version
Log message:
bump to perl.so.13.0
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:21:01
Modified files:
gnu/usr.bin/perl: hv.c
Log message:
avoid null dereference affecting mod_perl, Perl RT bug 116441
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:41:01
Modified files:
gnu/usr.bin/perl: Artistic Changes Configure INSTALL MANIFEST
Makefile.bsd-wrapper README README.amiga
README.os2 README.qnx README.solaris
README.vms README.win32 XSUB.h av.c av.h
cflags.SH config.over config_h.SH configpm
configure.gnu cop.h cv.h doio.c doop.c
dosish.h dump.c embed.h form.h git_version.h
globvar.sym gv.c gv.h handy.h hv.h installhtml
installman installperl keywords.h makedef.pl
malloc.c mg.c mg.h miniperlmain.c op.c op.h
opcode.h patchlevel.h perl.c perl.h perlio.c
perlio.h perlsdio.h perly.c perly.h perly.y
pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
regcomp.c regcomp.h regexec.c regexp.h run.c
scope.c scope.h sv.c sv.h taint.c toke.c
uconfig.h uconfig.sh universal.c unixish.h
util.c util.h
gnu/usr.bin/perl/Cross: Makefile README
gnu/usr.bin/perl/Porting: Glossary Maintainers.pl config_H
makerel pumpkin.pod
gnu/usr.bin/perl/cpan/CGI: Changes
gnu/usr.bin/perl/cpan/CGI/lib: CGI.pm
gnu/usr.bin/perl/cpan/CGI/lib/CGI: Fast.pm Util.pm
gnu/usr.bin/perl/cpan/CGI/t: cookie.t
gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS: Backend.pm
Config.pm
Configure.pm
Dist.pm Error.pm
FAQ.pod Hacking.pod
Internals.pm
Module.pm
Selfupdate.pm
Shell.pm
gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Backend: RV.pm
gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Dist: Autobundle.pm
MM.pm
gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals:
Extract.pm
Fetch.pm
Report.pm
Search.pm
Source.pm
Utils.pm
gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Internals/Source:
Memory.pm
gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module: Author.pm
Checksums.pm
Fake.pm
gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Module/Author:
Fake.pm
gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell: Default.pm
gnu/usr.bin/perl/cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins:
CustomSource.pm
Remote.pm
Source.pm
gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2: Changes README
gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw:
Bzip2.pm
gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t: 000prereq.t
gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src: adler32.c
compress.c
crc32.c
deflate.c
deflate.h
trees.c
uncompr.c
zconf.h
zutil.c
zutil.h
gnu/usr.bin/perl/cpan/Devel-PPPort: Makefile.PL PPPort_pm.PL
PPPort_xs.PL apicheck_c.PL
mktests.PL module2.c
module3.c ppport_h.PL soak
typemap
gnu/usr.bin/perl/cpan/Devel-PPPort/devel: buildperl.pl
devtools.pl
mkapidoc.sh mktodo
mktodo.pl regenerate
scanprov
gnu/usr.bin/perl/cpan/Devel-PPPort/parts: apicheck.pl ppport.fnc
ppptools.pl
gnu/usr.bin/perl/cpan/Devel-PPPort/parts/inc: HvNAME MY_CXT SvPV
SvREFCNT Sv_set
call cop exception
format grok gv
limits mPUSH magic
memory misc
newCONSTSUB newRV
newSV_type newSVpv
podtest ppphbin
ppphdoc ppphtest
pv_tools pvs
shared_pv snprintf
sprintf strlfuncs
sv_xpvf threads uv
variables version
warn
gnu/usr.bin/perl/cpan/Digest-MD5: Changes MD5.xs
gnu/usr.bin/perl/cpan/Digest-MD5/t: files.t
gnu/usr.bin/perl/cpan/Encode: Changes Encode.pm Encode.xs
encoding.pm
gnu/usr.bin/perl/cpan/Encode/Unicode: Unicode.xs
gnu/usr.bin/perl/cpan/Encode/lib/Encode: Alias.pm Encoder.pm
Guess.pm
gnu/usr.bin/perl/cpan/Encode/lib/Encode/MIME: Header.pm
gnu/usr.bin/perl/cpan/Encode/lib/Encode/Unicode: UTF7.pm
gnu/usr.bin/perl/cpan/Encode/t: mime-header.t
gnu/usr.bin/perl/cpan/Encode/ucm: nextstep.ucm
gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker: Changes
gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils: MM_Any.pm
MM_Unix.pm
MakeMaker.pm
gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker:
FAQ.pod
gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t: parse_version.t
gnu/usr.bin/perl/cpan/IPC-SysV: Makefile.PL SysV.xs
gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC: Msg.pm Semaphore.pm
SharedMem.pm SysV.pm
gnu/usr.bin/perl/cpan/IPC-SysV/t: ipcsysv.t msg.t pod.t podcov.t
sem.t shm.t
gnu/usr.bin/perl/cpan/List-Util: Changes ListUtil.xs
gnu/usr.bin/perl/cpan/List-Util/lib/List: Util.pm
gnu/usr.bin/perl/cpan/List-Util/lib/List/Util: XS.pm
gnu/usr.bin/perl/cpan/List-Util/lib/Scalar: Util.pm
gnu/usr.bin/perl/cpan/List-Util/t: max.t min.t
gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale: Country.pm
Currency.pm
Language.pm
Script.pm
gnu/usr.bin/perl/cpan/MIME-Base64: Base64.xs
gnu/usr.bin/perl/cpan/Memoize: Memoize.pm
gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build:
ModuleInfo.pm
gnu/usr.bin/perl/cpan/Module-Build/t: metadata.t
gnu/usr.bin/perl/cpan/Module-Build/t/bundled/Tie: CPHash.pm
gnu/usr.bin/perl/cpan/NEXT/lib: NEXT.pm
gnu/usr.bin/perl/cpan/OpenBSD-MkTemp: MkTemp.xs README
gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/lib/OpenBSD: MkTemp.pm
gnu/usr.bin/perl/cpan/OpenBSD-MkTemp/t: OpenBSD-MkTemp.t
gnu/usr.bin/perl/cpan/Pod-Parser/lib/Pod: Checker.pm
PlainText.pm Select.pm
Usage.pm
gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple: Search.pm
gnu/usr.bin/perl/cpan/Term-UI/lib/Term/UI: History.pm
gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console:
ParallelSession.pm
gnu/usr.bin/perl/cpan/Test-Simple/t: is_deeply_fail.t
gnu/usr.bin/perl/cpan/Time-Piece: Piece.pm Seconds.pm
gnu/usr.bin/perl/cpan/libnet/Net: libnetFAQ.pod
gnu/usr.bin/perl/cpan/podlators/lib/Pod: Man.pm Text.pm
gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS:
Utilities.pm
gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext:
Guts.pm
gnu/usr.bin/perl/dist/Net-Ping/lib/Net: Ping.pm
gnu/usr.bin/perl/dist/threads-shared/t: stress.t
gnu/usr.bin/perl/ext/B/B: Concise.pm
gnu/usr.bin/perl/ext/DynaLoader: Makefile.PL dl_aix.xs
dl_beos.xs dl_dlopen.xs
dl_vms.xs dlutils.c
gnu/usr.bin/perl/ext/Fcntl: Fcntl.pm Fcntl.xs
gnu/usr.bin/perl/ext/File-Glob: bsd_glob.c
gnu/usr.bin/perl/ext/GDBM_File: GDBM_File.pm typemap
gnu/usr.bin/perl/ext/GDBM_File/t: gdbm.t
gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC: Open3.pm
gnu/usr.bin/perl/ext/NDBM_File: NDBM_File.pm typemap
gnu/usr.bin/perl/ext/NDBM_File/t: ndbm.t
gnu/usr.bin/perl/ext/ODBM_File: ODBM_File.pm ODBM_File.xs
gnu/usr.bin/perl/ext/ODBM_File/t: odbm.t
gnu/usr.bin/perl/ext/Opcode: Opcode.pm Opcode.xs
gnu/usr.bin/perl/ext/POSIX: POSIX.xs
gnu/usr.bin/perl/ext/PerlIO-encoding: encoding.xs
gnu/usr.bin/perl/ext/SDBM_File: SDBM_File.pm typemap
gnu/usr.bin/perl/ext/SDBM_File/sdbm: pair.c readme.ms sdbm.3
sdbm.c sdbm.h
gnu/usr.bin/perl/ext/SDBM_File/t: sdbm.t
gnu/usr.bin/perl/ext/re/t: reflags.t regop.t
gnu/usr.bin/perl/hints: aix.sh beos.sh dcosx.sh dec_osf.sh
dgux.sh epix.sh freebsd.sh hpux.sh
isc.sh linux.sh netbsd.sh next_3.sh
openbsd.sh os390.sh powerux.sh qnx.sh
sco.sh solaris_2.sh svr4.sh
gnu/usr.bin/perl/lib: AnyDBM_File.pm Benchmark.pm Config.t
English.pm Exporter.pm FindBin.pm
UNIVERSAL.pm blib.pm diagnostics.pm
dumpvar.pl locale.pm locale.t overload.pm
perl5db.pl sigtrap.pm strict.pm subs.pm
utf8.t vars.pm
gnu/usr.bin/perl/lib/ExtUtils: Embed.pm typemap
gnu/usr.bin/perl/lib/File: Basename.pm Copy.pm DosGlob.pm
Find.pm stat.pm
gnu/usr.bin/perl/lib/Getopt: Std.pm
gnu/usr.bin/perl/lib/Tie: Hash.pm
gnu/usr.bin/perl/lib/version: Internals.pod
gnu/usr.bin/perl/os2: Changes os2.c os2ish.h
gnu/usr.bin/perl/plan9: config.plan9 config_h.sample
genconfig.pl mkfile
gnu/usr.bin/perl/pod: buildtoc perl.pod perl58delta.pod
perlapio.pod perlbook.pod perlbot.pod
perlcall.pod perldata.pod perldebug.pod
perldiag.pod perlembed.pod perlform.pod
perlfunc.pod perlguts.pod perlhist.pod
perlipc.pod perllocale.pod perllol.pod
perlmod.pod perlmodinstall.pod perlobj.pod
perlop.pod perlpod.pod perlre.pod
perlref.pod perlrun.pod perlsec.pod
perlsub.pod perlsyn.pod perlthrtut.pod
perltie.pod perltoot.pod perltrap.pod
perluniprops.pod perlvar.pod rofftoc
gnu/usr.bin/perl/qnx: ar
gnu/usr.bin/perl/t: TEST harness
gnu/usr.bin/perl/t/base: lex.t
gnu/usr.bin/perl/t/cmd: while.t
gnu/usr.bin/perl/t/comp: decl.t proto.t require.t use.t
gnu/usr.bin/perl/t/io: argv.t fs.t inplace.t open.t print.t
read.t tell.t
gnu/usr.bin/perl/t/lib: h2ph.pht
gnu/usr.bin/perl/t/lib/warnings: sv
gnu/usr.bin/perl/t/op: array.t assignwarn.t auto.t bop.t chop.t
closure.t cmp.t do.t each.t eval.t exec.t
fork.t glob.t goto.t goto_xs.t groups.t
gv.t hash.t inc.t index.t int.t list.t
local.t magic.t method.t mkdir.t oct.t
pack.t push.t quotemeta.t rand.t range.t
readdir.t ref.t runlevel.t sort.t split.t
sprintf.t sprintf2.t stat.t study.t
sysio.t taint.t threads.t tie.t time.t
undef.t universal.t unshift.t vec.t
write.t
gnu/usr.bin/perl/t/porting: dual-life.t
gnu/usr.bin/perl/t/re: pat.t
gnu/usr.bin/perl/t/uni: fold.t overload.t tr_7jis.t tr_eucjp.t
tr_sjis.t tr_utf8.t
gnu/usr.bin/perl/utils: c2ph.PL h2ph.PL h2xs.PL libnetcfg.PL
perlbug.PL
gnu/usr.bin/perl/vms: gen_shrfls.pl test.com vms.c vmsish.h
gnu/usr.bin/perl/vms/ext: filespec.t
gnu/usr.bin/perl/win32: Makefile config.vc config_H.gc
config_H.gc64 config_H.gc64nox
config_H.vc config_sh.PL makefile.mk
perllib.c pod.mak win32.c win32.h
win32iop.h win32sck.c
gnu/usr.bin/perl/win32/bin: pl2bat.pl runperl.pl search.pl
gnu/usr.bin/perl/win32/include/sys: socket.h
gnu/usr.bin/perl/x2p: Makefile.SH a2p.c a2p.h s2p.PL str.c
Removed files:
gnu/usr.bin/perl: README.apollo cc_runtime.h embed.pl global.sym
keywords.pl makeaperl.SH opcode.pl overload.pl
perl_keyword.pl pod.lst pp.sym reentr.pl
regcomp.pl regen_lib.pl warnings.pl
writemain.SH
gnu/usr.bin/perl/Porting: findvars fixCORE fixvars genlog
regcharclass.pl
gnu/usr.bin/perl/apollo/netinet: in.h
gnu/usr.bin/perl/cpan/Archive-Tar: Makefile.PL
gnu/usr.bin/perl/cpan/B-Lint/lib/B: Lint.pm
gnu/usr.bin/perl/cpan/B-Lint/lib/B/Lint: Debug.pm
gnu/usr.bin/perl/cpan/B-Lint/t: lint.t
gnu/usr.bin/perl/cpan/B-Lint/t/pluglib/B/Lint/Plugin: Test.pm
gnu/usr.bin/perl/cpan/CGI/t: fast.t
gnu/usr.bin/perl/cpan/Class-ISA: ChangeLog
gnu/usr.bin/perl/cpan/Class-ISA/lib/Class: ISA.pm
gnu/usr.bin/perl/cpan/Class-ISA/t: 00_about_verbose.t
01_old_junk.t
gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/pod: FAQ.pod
gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/pod: FAQ.pod
gnu/usr.bin/perl/cpan/Cwd: Changes Cwd.pm Cwd.xs
gnu/usr.bin/perl/cpan/Cwd/lib/File: Spec.pm
gnu/usr.bin/perl/cpan/Cwd/lib/File/Spec: Cygwin.pm Epoc.pm
Functions.pm Mac.pm
OS2.pm Unix.pm VMS.pm
Win32.pm
gnu/usr.bin/perl/cpan/Cwd/t: Functions.t Spec.t crossplatform.t
cwd.t rel2abs2rel.t taint.t
tmpdir.t win32.t
gnu/usr.bin/perl/cpan/Digest: Dummy.pm
gnu/usr.bin/perl/cpan/ExtUtils-CBuilder: Changes
gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils:
CBuilder.pm
gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder:
Base.pm
gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform:
Unix.pm
VMS.pm
Windows.pm
aix.pm
cygwin.pm
darwin.pm
dec_osf.pm
os2.pm
gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows:
BCC.pm
GCC.pm
MSVC.pm
gnu/usr.bin/perl/cpan/ExtUtils-CBuilder/t: 00-have-compiler.t
01-basic.t 02-link.t
03-cplusplus.t
gnu/usr.bin/perl/cpan/ExtUtils-Command/lib/ExtUtils: Command.pm
gnu/usr.bin/perl/cpan/ExtUtils-Command/t: cp.t eu_command.t
gnu/usr.bin/perl/cpan/ExtUtils-Command/t/lib: TieOut.pm
gnu/usr.bin/perl/cpan/ExtUtils-Manifest/lib/ExtUtils:
MANIFEST.SKIP
Manifest.pm
gnu/usr.bin/perl/cpan/ExtUtils-Manifest/t: Manifest.t
gnu/usr.bin/perl/cpan/ExtUtils-ParseXS: Changes
gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/lib/ExtUtils: ParseXS.pm
xsubpp
gnu/usr.bin/perl/cpan/ExtUtils-ParseXS/t: XSInclude.xsh
XSMore.xs XSTest.pm
XSTest.xs XSUsage.pm
XSUsage.xs basic.t
more.t typemap usage.t
gnu/usr.bin/perl/cpan/Getopt-Long/t: gol-compat.t
gnu/usr.bin/perl/cpan/IO-Compress/pod: FAQ.pod
gnu/usr.bin/perl/cpan/List-Util: XS.pp
gnu/usr.bin/perl/cpan/List-Util/lib/List/Util: PP.pm
gnu/usr.bin/perl/cpan/List-Util/lib/Scalar/Util: PP.pm
gnu/usr.bin/perl/cpan/List-Util/t: expfail.t p_00version.t
p_blessed.t p_first.t p_lln.t
p_max.t p_maxstr.t p_min.t
p_minstr.t p_openhan.t
p_readonly.t p_reduce.t
p_refaddr.t p_reftype.t
p_shuffle.t p_sum.t
p_tainted.t
gnu/usr.bin/perl/cpan/Locale-Codes: Makefile.PL README
gnu/usr.bin/perl/cpan/Locale-Codes/lib/Locale: Constants.pm
Constants.pod
gnu/usr.bin/perl/cpan/Locale-Codes/t: all.t constants.t
currency.t rename.t
script.t uk.t
gnu/usr.bin/perl/cpan/MIME-Base64/t: warn.t
gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math: BigFloat.pm
BigInt.pm
gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt: Calc.pm
CalcEmu.pm
gnu/usr.bin/perl/cpan/Math-BigInt/t: _e_math.t alias.inc
bare_mbf.t bare_mbi.t
bare_mif.t big_pi_e.t
bigfltpm.inc bigfltpm.t
bigintc.t bigintpm.inc
bigintpm.t bigints.t
biglog.t bigroot.t
calling.t config.t
const_mbf.t constant.t
downgrade.t inf_nan.t isa.t
lib_load.t mbf_ali.t
mbi_ali.t mbi_rand.t
mbimbf.inc mbimbf.t
nan_cmp.t new_overloaded.t
req_mbf0.t req_mbf1.t
req_mbfa.t req_mbfi.t
req_mbfn.t req_mbfw.t
require.t round.t sub_ali.t
sub_mbf.t sub_mbi.t
sub_mif.t trap.t
upgrade.inc upgrade.t
upgradef.t use.t use_lib1.t
use_lib2.t use_lib3.t
use_lib4.t use_mbfw.t
with_sub.t
gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigFloat: Subclass.pm
gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt: BareCalc.pm
Scalar.pm
Subclass.pm
gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc: FastCalc.pm
FastCalc.xs
gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t: bigintfc.t
bootstrap.t leak.t
mbi_rand.t
gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math: BigRat.pm
gnu/usr.bin/perl/cpan/Math-BigRat/t: big_ap.t bigfltpm.inc
bigfltrt.t biglog.t
bigrat.t bigratpm.inc
bigratpm.t bigratup.t
bigroot.t hang.t requirer.t
trap.t
gnu/usr.bin/perl/cpan/Math-BigRat/t/Math/BigRat: Test.pm
gnu/usr.bin/perl/cpan/Memoize: README
gnu/usr.bin/perl/cpan/Module-Build/scripts: config_data
gnu/usr.bin/perl/cpan/Module-Build/t: moduleinfo.t
gnu/usr.bin/perl/cpan/NEXT: Changes README
gnu/usr.bin/perl/cpan/Parse-CPAN-Meta: uupacktool.pl
gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t: 02_basic.t
03_regression.t
04_scalar.t 05_export.t
11_meta_yml.t
12_plagger.t
13_perl_smith.t
14_yaml_org.t
15_multibyte.t
16_nullrefs.t
17_toolbar.t 18_tap.t
19_errors.t 21_bom.t
gnu/usr.bin/perl/cpan/Parse-CPAN-Meta/t/data: HTML-WebDAO.yml
Spreadsheet-Read.yml
Template-Provider-Unicode-Japanese.yml
multibyte.yml
sample.yml
toolbar.yml
utf_16_le_bom.yml
utf_16_le_bom.yml.packed
vanilla.yml
gnu/usr.bin/perl/cpan/Pod-LaTeX: LaTeX.pm
gnu/usr.bin/perl/cpan/Shell: Shell.pm
gnu/usr.bin/perl/cpan/Shell/t: Shell.t
gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Source:
Perl.pm
gnu/usr.bin/perl/cpan/Test-Harness/t/lib: MyIteratorFactory.pm
MyPerlSource.pm
MySource.pm
gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/IO: Scalar.pm
gnu/usr.bin/perl/cpan/Test-Simple/t: 00compile.t pod-coverage.t
pod.t
gnu/usr.bin/perl/cpan/Tie-File/lib/Tie: File.pm
gnu/usr.bin/perl/cpan/Tie-File/t: 00_version.t 01_gen.t
02_fetchsize.t 03_longfetch.t
04_splice.t 05_size.t
06_fixrec.t 07_rv_splice.t
08_ro.t 09_gen_rs.t
10_splice_rs.t
11_rv_splice_rs.t
12_longfetch_rs.t 13_size_rs.t
14_lock.t 15_pushpop.t
16_handle.t 17_misc_meth.t
18_rs_fixrec.t 19_cache.t
20_cache_full.t 21_win32.t
22_autochomp.t
23_rv_ac_splice.t
24_cache_loop.t
25_gen_nocache.t 26_twrite.t
27_iwrite.t 28_mtwrite.t
29_downcopy.t 29a_upcopy.t
30_defer.t 31_autodefer.t
32_defer_misc.t 33_defer_vs.t
40_abs_cache.t 41_heap.t
42_offset.t
gnu/usr.bin/perl/cpan/Time-HiRes/t: HiRes.t
gnu/usr.bin/perl/cpan/bignum/lib: bigint.pm bignum.pm bigrat.pm
gnu/usr.bin/perl/cpan/bignum/lib/Math/BigFloat: Trace.pm
gnu/usr.bin/perl/cpan/bignum/lib/Math/BigInt: Trace.pm
gnu/usr.bin/perl/cpan/bignum/t: big_e_pi.t bigexp.t bigint.t
bignum.t bigrat.t bii_e_pi.t
biinfnan.t bir_e_pi.t bn_lite.t
bninfnan.t br_lite.t brinfnan.t
in_effect.t infnan.inc
option_a.t option_l.t option_p.t
ratopt_a.t scope_f.t scope_i.t
scope_r.t
gnu/usr.bin/perl/cpan/if: if.pm
gnu/usr.bin/perl/cpan/if/t: if.t
gnu/usr.bin/perl/cpan/podlators: Makefile.PL
gnu/usr.bin/perl/dist/Attribute-Handlers: README
gnu/usr.bin/perl/dist/Filter-Simple: Changes
gnu/usr.bin/perl/dist/Locale-Maketext/t: 30_local.t
gnu/usr.bin/perl/dist/Module-CoreList: META.yml
gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod: Perldoc.pm
gnu/usr.bin/perl/dist/Pod-Perldoc/lib/Pod/Perldoc: BaseTo.pm
GetOptsOO.pm
ToChecker.pm
ToMan.pm
ToNroff.pm
ToPod.pm
ToRtf.pm
ToText.pm
ToTk.pm
ToXml.pm
gnu/usr.bin/perl/dist/Pod-Perldoc/t: 01_about_verbose.t
checkerbasic.t
perldocbasic.t textbasic.t
gnu/usr.bin/perl/dist/Pod-Plainer: Plainer.pm
gnu/usr.bin/perl/dist/Pod-Plainer/t: plainer.t
gnu/usr.bin/perl/dist/Switch: Changes MANIFEST META.yml
Makefile.PL README Switch.pm
gnu/usr.bin/perl/dist/Switch/t: given.t nested.t switch.t
gnu/usr.bin/perl/dist/threads: Makefile.PL threads.pm
gnu/usr.bin/perl/dist/threads-shared: Makefile.PL shared.pm
gnu/usr.bin/perl/emacs: cperl-mode.el e2ctags.pl ptags
gnu/usr.bin/perl/ext/B: defsubs_h.PL
gnu/usr.bin/perl/ext/Devel-DProf: Changes DProf.pm DProf.xs
Makefile.PL Todo
gnu/usr.bin/perl/ext/Devel-DProf/dprof: V.pm test1_t test1_v
test2_t test2_v test3_t
test3_v test4_t test4_v
test5_t test5_v test6_t
test6_v test7_t test7_v
test8_t test8_v
gnu/usr.bin/perl/ext/Devel-DProf/t: DProf.t
gnu/usr.bin/perl/ext/Devel-SelfStubber/lib/Devel: SelfStubber.pm
gnu/usr.bin/perl/ext/Devel-SelfStubber/t: Devel-SelfStubber.t
gnu/usr.bin/perl/ext/DynaLoader: dl_mac.xs
gnu/usr.bin/perl/ext/I18N-Langinfo/fallback: const-c.inc
const-xs.inc
gnu/usr.bin/perl/ext/IPC-Open2/lib/IPC: Open2.pm
gnu/usr.bin/perl/ext/IPC-Open2/t: IPC-Open2.t
gnu/usr.bin/perl/ext/POSIX: POSIX.pm POSIX.pod
gnu/usr.bin/perl/ext/Socket: Makefile.PL Socket.pm Socket.xs
gnu/usr.bin/perl/ext/Socket/t: Socket.t socketpair.t
gnu/usr.bin/perl/ext/Time-Local/lib/Time: Local.pm
gnu/usr.bin/perl/ext/Time-Local/t: Local.t
gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN: KeywordRPN.pm
KeywordRPN.xs
Makefile.PL README
gnu/usr.bin/perl/ext/XS-APItest-KeywordRPN/t: keyword_plugin.t
multiline.t
stuff_svcur_bug.t
gnu/usr.bin/perl/ext/XS-Typemap: typemap
gnu/usr.bin/perl/ext/autouse/lib: autouse.pm
gnu/usr.bin/perl/ext/autouse/t: autouse.t
gnu/usr.bin/perl/ext/autouse/t/lib: MyTestModule.pm
gnu/usr.bin/perl/hints: apollo.sh
gnu/usr.bin/perl/lib: Carp.pm Carp.t Dumpvalue.pm Dumpvalue.t
Env.pm abbrev.pl assert.pl bigfloat.pl
bigfloatpl.t bigint.pl bigintpl.t
bigrat.pl cacheout.pl complete.pl ctime.pl
dotsh.pl exceptions.pl fastcwd.pl find.pl
finddepth.pl flush.pl getcwd.pl getopt.pl
getopts.pl hostname.pl importenv.pl
look.pl newgetopt.pl open2.pl open3.pl
pwd.pl shellwords.pl stat.pl syslog.pl
tainted.pl termcap.pl timelocal.pl
validate.pl version.t
gnu/usr.bin/perl/lib/Carp: Heavy.pm
gnu/usr.bin/perl/lib/Env/t: array.t env.t
gnu/usr.bin/perl/lib/File: CheckTree.pm CheckTree.t
gnu/usr.bin/perl/lib/I18N: Collate.pm Collate.t
gnu/usr.bin/perl/lib/Pod: Functions.pm Html.pm
gnu/usr.bin/perl/lib/Pod/t: Functions.t eol.t htmlescp.pod
htmlescp.t htmllink.pod htmllink.t
htmlview.pod htmlview.t
pod2html-lib.pl
gnu/usr.bin/perl/lib/Search: Dict.pm Dict.t
gnu/usr.bin/perl/lib/Term: Complete.pm Complete.t ReadLine.pm
ReadLine.t
gnu/usr.bin/perl/lib/Text: Abbrev.pm Abbrev.t
gnu/usr.bin/perl/lib/Tie/Hash: NamedCapture.pm
gnu/usr.bin/perl/pod: perl5110delta.pod perl5111delta.pod
perl5112delta.pod perl5113delta.pod
perl5114delta.pod perl5115delta.pod
perl570delta.pod perl571delta.pod
perl572delta.pod perl573delta.pod
perl590delta.pod perl591delta.pod
perl592delta.pod perl593delta.pod
perl594delta.pod perl595delta.pod
perlcompile.pod perldoc.pod perlfaq.pod
perlfaq1.pod perlfaq2.pod perlfaq3.pod
perlfaq4.pod perlfaq5.pod perlfaq6.pod
perlfaq7.pod perlfaq8.pod perlfaq9.pod
perlglossary.pod perlrepository.pod
perlxs.pod perlxstut.pod pod2html.PL
pod2latex.PL pod2man.PL pod2text.PL
pod2usage.PL podchecker.PL podselect.PL
roffitall
gnu/usr.bin/perl/t/op: array_base.aux lc_user.t
gnu/usr.bin/perl/t/re: ReTest.pl re.t reg_unsafe.t substr.t
substr_thr.t
gnu/usr.bin/perl/utils: dprofpp.PL
gnu/usr.bin/perl/vms: sockadapt.c sockadapt.h writemain.pl
gnu/usr.bin/perl/vos: syslog.h
gnu/usr.bin/perl/win32: FindExt.t config.bc config_H.bc
genmk95.pl mdelete.bat sync_ext.pl
Log message:
merge/resolve conflicts
(some more to do after this one)
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:44:46
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper config.over uconfig64.sh
Added files:
gnu/usr.bin/perl/pod: perldelta.pod
gnu/usr.bin/perl/t/op: substr.t substr_thr.t
Log message:
merge/resolve conflicts/add files
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/25 14:47:44
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.hp300 md.hppa md.hppa64 md.i386
md.landisk md.loongson md.luna88k
md.macppc md.mvme68k md.mvme88k md.sgi
md.socppc md.sparc md.sparc64 md.vax
md.zaurus mi
distrib/sets/lists/man: mi
Log message:
first cut at sets for perl 5.16.3
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/25 15:07:00
Log message:
Import libattica, KDE 4 prerequisite.
Attica is a Qt library that implements the Open Collaboration
Services API version 1.4.
It grants easy access to the services such as querying information
about persons and contents. The library is used in KNewStuff3 as
content provider. In order to integrate with KDE's Plasma Desktop,
a platform plugin exists in kdebase.
ok landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130326
N ports/productivity/attica/Makefile
N ports/productivity/attica/distinfo
N ports/productivity/attica/pkg/DESCR
N ports/productivity/attica/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/25 15:08:47
Log message:
Import Grantlee, KDE 4 prerequisite.
Grantlee is a theming framework for Qt applications.
ok landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130326
N ports/x11/grantlee/Makefile
N ports/x11/grantlee/distinfo
N ports/x11/grantlee/pkg/DESCR
N ports/x11/grantlee/pkg/PLIST
N ports/x11/grantlee/patches/patch-cmake_modules_GrantleeUse_cmake
N ports/x11/grantlee/patches/patch-templates_lib_CMakeLists_txt
N ports/x11/grantlee/patches/patch-templates_scriptabletags_CMakeLists_txt
N ports/x11/grantlee/patches/patch-templates_tests_CMakeLists_txt
N ports/x11/grantlee/patches/patch-templates_tests_pluginpointertest_CMakeLists_txt
N ports/x11/grantlee/patches/patch-textdocument_lib_CMakeLists_txt
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/25 15:20:58
Log message:
Import dbusmenu-qt, KDE 4 prerequisite.
This library provides a Qt implementation of the DBusMenu specs, whose
goal is to expose menus on DBus.
okay landry@, a bit of grammar-nazism by naddy@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130326
N ports/x11/dbusmenu-qt/Makefile
N ports/x11/dbusmenu-qt/distinfo
N ports/x11/dbusmenu-qt/pkg/DESCR
N ports/x11/dbusmenu-qt/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/25 15:23:17
Modified files:
productivity : Makefile
x11 : Makefile
Log message:
hook up recent additions: attica, dbusmenu-qt and grantlee.
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/03/25 15:35:45
Modified files:
distrib/miniroot: install.sub
Log message:
during upgrade network setup, print friendlier error message if
/sbin/dhclient is required but missing
brought to attention by florian@
ok krw@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/25 15:40:54
Modified files:
faq : current.html
Log message:
in an attempt to pre-empt "why don't some of my perl packages work" mails,
remind users that packages with XS modules need to be updated to versions
built against current perl.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/25 17:29:55
Modified files:
devel/p5-Devel-GlobalDestruction: Makefile
devel/p5-Devel-GlobalDestruction/pkg: PLIST
net/p5-Socket-GetAddrInfo: Makefile
net/p5-Socket-GetAddrInfo/pkg: PLIST
Log message:
sync PLISTs and remove SHARED_ONLY; these ports changed from using
XS modules to being pure perl following the update to 5.16.3
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/25 17:43:40
Modified files:
games/frozen-bubble: Makefile
games/frozen-bubble/pkg: PLIST-main
Removed files:
games/frozen-bubble/files: wrapper.sh
Log message:
remove workaround
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/25 18:14:18
Modified files:
sys/netinet6 : in6_ifattach.c
Log message:
Remove a block of dead code in in6_ifdetach(). It was never executed
due to the wrong & in satosin6(&ifa->ifa_addr). The link local
prefix fe80 was not checked within the IPv6 address, but within
some pointers of the interface address struct. The whole loop
around this was also never executed as all IPv6 addresses had already
been purged.
OK sperreault@ mpi@ mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/25 18:16:39
Added files:
textproc/openjade/patches: patch-msggen_pl
Log message:
build fix on a clean-install system with new perl, from gentoo
CVSROOT: /cvs
Module name: www
Changes by: jsg@cvs.openbsd.org 2013/03/25 20:18:43
Modified files:
. : plat.html
Log message:
palm has been removed from the tree, move to discontinued
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/03/25 20:34:51
Modified files:
. : 53.html
Log message:
Update 5.3 song title.
Pointed out by alexey.suslikov@gmail.com on tech@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 22:58:05
Modified files:
sys/arch/vax/include: pmap.h
Log message:
maybe the last PGSHIFT -> PAGE_SHIFT
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/25 23:04:10
Modified files:
sys/arch/alpha/include: param.h
sys/arch/amd64/include: param.h
sys/arch/arm/include: param.h
sys/arch/hppa/include: param.h
sys/arch/hppa64/include: param.h
sys/arch/i386/include: param.h
sys/arch/m68k/include: param.h
sys/arch/m88k/include: param.h
sys/arch/mips64/include: param.h
sys/arch/powerpc/include: param.h
sys/arch/sh/include: param.h
sys/arch/solbourne/include: param.h
sys/arch/sparc/include: param.h
sys/arch/sparc64/include: param.h
sys/arch/vax/include: param.h
Log message:
PGSHIFT and PGOFSET are now contained inside the kernel namespace.
CVSROOT: /cvs
Module name: ports
Changes by: jmatthew@cvs.openbsd.org 2013/03/25 23:26:30
Modified files:
databases/riak : Makefile distinfo
databases/riak/patches: patch-erlang-js-rebar_config
patch-erlang-js-spidermonkey_c
patch-vars_config
databases/riak/pkg: PFRAG.shared PLIST README
Added files:
databases/riak/patches: patch-deps_eleveldb_c_src_detail_hpp
patch-deps_riaknostic_src_riaknostic_check_sysctl_erl
patch-deps_riaknostic_src_riaknostic_export_erl
Removed files:
databases/riak/patches: patch-deps_eleveldb_rebar_config
patch-deps_riak_kv_src_riak_kv_stat_erl
Log message:
Update to riak 1.3.0
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jmatthew@cvs.openbsd.org 2013/03/25 23:28:30
Modified files:
databases : Makefile
Log message:
+ riak
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 00:47:47
Modified files:
de : crypto.html goals.html index.html tshirts.html
nl : index.html plat.html tshirts.html
opensmtpd/de : index.html manual.html
opensmtpd/nl : index.html manual.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 01:47:51
Modified files:
devel/p5-ExtUtils-Depends: Makefile distinfo
Log message:
Update to p5-ExtUtils-Depends-0.304.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 01:50:44
Modified files:
devel/p5-ExtUtils-PkgConfig: Makefile distinfo
Log message:
Update to p5-ExtUtils-PkgConfig-1.14.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/26 02:12:35
Modified files:
editors/vim : Makefile
Log message:
fix RUN_DEPENDS-lang to not depend on a particular flavour of -main
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 02:27:15
Modified files:
devel/p5-Glib2 : Makefile distinfo
devel/p5-Glib2/pkg: PLIST
Log message:
Unbreak now that our perl(1) is linked with pthreads(3).
Update to p5-Glib2-1.280.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 02:28:08
Modified files:
devel/p5-Pango : Makefile distinfo
Log message:
Update to p5-Pango-1.222.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 02:28:50
Modified files:
graphics/p5-Cairo: Makefile distinfo
Log message:
Update to p5-Cairo-1.101.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 02:29:29
Modified files:
x11/p5-Gtk2 : Makefile distinfo
x11/p5-Gtk2/pkg: PLIST
Log message:
Update to p5-Gtk2-1.247.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 02:30:11
Modified files:
misc/xkcd-viewer: Makefile
Removed files:
misc/xkcd-viewer/patches: patch-script_xkcd_viewer_pl
Log message:
Depend on p5-Gtk2>=1.247.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 02:35:49
Modified files:
x11/p5-Gtk2-GladeXML: Makefile
Log message:
Regen WANTLIB.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 02:58:00
Modified files:
usr.sbin/procmap: procmap.c
Log message:
for the sake of argument, let's pretend this #if 0 code isn't wanted
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 03:07:28
Modified files:
x11/podbrowser : Makefile
x11/podbrowser/patches: patch-Makefile patch-podbrowser_pl
x11/podbrowser/pkg: PLIST
Log message:
Unbreak runtime.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 03:43:06
Modified files:
devel/vte3 : Makefile distinfo
devel/vte3/patches: patch-src_pty_c
devel/vte3/pkg : PLIST
Log message:
- update to vte-0.34.3
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 03:44:47
Modified files:
x11/gnome/totem-pl-parser: Makefile distinfo
x11/gnome/totem-pl-parser/patches: patch-configure
x11/gnome/totem-pl-parser/pkg: PLIST
Log message:
Update to totem-pl-parser-3.4.4.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 03:59:33
Modified files:
x11/gnome/terminal: Makefile distinfo
Log message:
- update to gnome-terminal-3.6.2
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/26 04:54:48
Modified files:
usr.bin/tmux : cmd-queue.c control-notify.c control.c window.c
Log message:
Fix compiler warnings, missing #include. From Thomas Adam.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/26 07:19:26
Modified files:
sys/net : if.c if.h if_bridge.c if_gif.c if_mpe.c
if_pflog.c if_pflow.c if_pfsync.c if_ppp.c
if_tun.c if_vether.c
sys/netinet : ip_carp.c ip_input.c
sys/netinet6 : ip6_input.c
sys/netmpls : mpls.h mpls_input.c
Log message:
Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.
ok beck@, mikeb@
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/03/26 07:30:29
Modified files:
usr.sbin/smtpd : mfa_session.c
Log message:
Include inttypes.h to get PRIx64; ok gilles@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 07:49:48
Modified files:
net/farstream : Makefile distinfo
Log message:
- update to farstream-0.2.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 07:56:48
Added files:
net/farstream/patches: patch-tests_check_testutils_c
Log message:
add missing header to allow regress tests to run (missed in previous commit)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 08:04:36
Modified files:
graphics/evince: Makefile
Added files:
graphics/evince/patches: patch-data_evince_desktop_in_in
Log message:
Remove NoDiplay from the desktop file so that evince is properly
registered as a PDF viewer; upstream finally agreed to make this change.
Regen WANTLIB while here.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/26 08:14:08
Modified files:
usr.bin/tmux : tty-keys.c
Log message:
Only accept partial keys if the timer has not expired, fixes infinite
loop when Escape is pressed the wrong number of times.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 08:16:18
Modified files:
x11/gtk+2 : Makefile
Log message:
Move to the x11/gnome MODULE.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 08:20:44
Modified files:
net/telepathy/telepathy-mission-control: Makefile distinfo
Log message:
- update to telepathy-mission-control-5.14.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 08:20:52
Modified files:
x11/gtk+2 : Makefile
Log message:
Make the Makefile readable by a human being.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 08:23:19
Modified files:
sys/arch/octeon/conf: RAMDISK
Log message:
- increase MINIROOTSIZE so a ramdisk can fit.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 08:30:42
Modified files:
net/telepathy/telepathy-logger: Makefile distinfo
net/telepathy/telepathy-logger/patches: patch-configure
net/telepathy/telepathy-logger/pkg: PLIST
Log message:
- update to telepathy-logger-0.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 08:31:00
Modified files:
net/telepathy/telepathy-haze: distinfo
net/telepathy/telepathy-inspector: distinfo
net/telepathy/telepathy-pinocchio: distinfo
Log message:
cleanup old checksums
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/26 08:31:28
Modified files:
x11/dbusmenu-qt: Makefile
Log message:
missing build dependency.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 08:37:50
Modified files:
net/telepathy : Makefile
Log message:
unhook telepathy-pinocchio
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/26 08:38:08
Modified files:
lib/libpthread/include: semaphore.h
Log message:
needs sys/cdefs.h because a case has been found where it is pulled
independently; spotted by sthen/naddy
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 08:38:54
Removed files:
net/telepathy/telepathy-pinocchio: Makefile distinfo
net/telepathy/telepathy-pinocchio/patches:
patch-pinocchio_common_py
patch-setup_py
net/telepathy/telepathy-pinocchio/pkg: DESCR PLIST
Log message:
remove telepathy-pinocchio, it's been dead upstream for years, and it missed
the GObject Introspection boat. So sleep with the fishes.
ok aja@
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/03/26 08:43:40
Modified files:
. : palm.html
Log message:
Reword palm in the past tense and make it clear that it is discontinued.
Some cleanup of wording/grammar.
With checks/tweaks from jasper@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/26 08:59:24
Modified files:
share/man/man7 : mdoc.7
Log message:
no more palm;
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 09:32:27
Modified files:
net/gssdp : Makefile
Log message:
sync WANTLIB
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/26 09:47:01
Modified files:
sys/arch/amd64/amd64: aes_intel.S aesni.c
Log message:
Add AES-XTS support to the aesni crypto driver. This allows softraid(4)
to benefit from the AES-NI instructions found on newer Intel CPUs.
ok mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:28:22
Modified files:
x11/gnome : gnome.port.mk
Log message:
If none of AUTOCONF_VERSION or AUTOMAKE_VERSION is defined, then pass
--disable-maintainer-mode
to the configure args.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:32:52
Modified files:
x11/gnome/gdlmm: Makefile
x11/gnome/gdlmm/pkg: PLIST
Removed files:
x11/gnome/gdlmm/pkg: PFRAG.shared
Log message:
Adapt now that --disable-maintainer-mode is the default.
Fix WANTLIB while here and merge the plists.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:33:25
Modified files:
x11/gnome/grilo-mediaserver2: Makefile
x11/gnome/grilo-mediaserver2/pkg: PLIST
Removed files:
x11/gnome/grilo-mediaserver2/pkg: PFRAG.shared
Log message:
Adapt now that --disable-maintainer-mode is the default.
Merge plists.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:33:51
Modified files:
x11/gnome/gitg : Makefile
Log message:
Adapt now that --disable-maintainer-mode is the default; no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:35:03
Modified files:
devel/vanessa : Makefile.inc
Log message:
--disable-silent-rules is the default already.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 10:36:01
Modified files:
sys/kern : kern_malloc.c
sys/sys : malloc.h
Log message:
replace kern malloc's hand rolled freelist with simpleq macros.
ok deraadt mpi
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 10:37:45
Modified files:
sys/kern : subr_pool.c
sys/sys : pool.h
Log message:
simpleq is lighter weight and sufficient for pool's needs.
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 10:39:08
Modified files:
sys/conf : files
sys/sys : exec_aout.h
Removed files:
sys/compat/common: compat_exec.c
Log message:
remove the old_?magic aout exec functions which are never used.
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:40:19
Modified files:
share/man/man5 : port-modules.5
Log message:
Document the recent change to the x11/gnome MODULE.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 10:40:34
Modified files:
sys/compat/ossaudio: ossaudio.c
Log message:
update define name to reflect fact this is openbsd. kill dead code.
ok deraadt
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 10:59:35
Modified files:
print/foomatic-filters: Makefile
Log message:
No need for MODGNU_AUTOMAKE_DEPENDS. Sync WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 11:00:41
Modified files:
emulators/zsnes: Makefile
Log message:
No need for MODGNU_AUTOMAKE_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/26 11:08:19
Modified files:
x11/gnome/grilo-mediaserver2: Makefile
x11/gnome/gcr : Makefile
x11/gnome/controlcenter: Makefile
x11/xfce4/xfce4-dev-tools: Makefile
Log message:
Use MODGNU_AUTO*_DEPENDS instead of hardcoding the path.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/26 11:23:01
Modified files:
www/p5-Gravatar-URL: Makefile
www/p5-Gravatar-URL/pkg: DESCR
Log message:
tweak DESCR to not start with 'A'.
ok bluhm@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/26 11:29:04
Modified files:
lib/libc/net : res_random.c
Log message:
protect the PRG state with a mutex in res_randomid().
ok deraadt@ guenther@ djm@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 11:57:00
src/etc/etc.octeon
Update of /cvs/src/etc/etc.octeon
In directory cvs.openbsd.org:/tmp/cvs-serv21453/etc.octeon
Log Message:
Directory /cvs/src/etc/etc.octeon added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 11:58:11
Added files:
etc/etc.octeon : MAKEDEV MAKEDEV.md Makefile Makefile.inc
disktab fbtab sysctl.conf ttys
Log message:
add octeon bits, mostly from sgi
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 11:59:00
src/share/man/man8/man8.octeon
Update of /cvs/src/share/man/man8/man8.octeon
In directory cvs.openbsd.org:/tmp/cvs-serv10979/man8.octeon
Log Message:
Directory /cvs/src/share/man/man8/man8.octeon added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 12:00:59
Added files:
share/man/man8/man8.octeon: MAKEDEV.8 Makefile
Log message:
add octeon bits here too
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 12:03:53
Added files:
distrib/octeon : Makefile
distrib/octeon/ramdisk: Makefile Makefile.inc install.md list
Log message:
add ramdisk installer for octeon, still has some rough edges and needs some
manual fiddling, but works good enough to perform an install on the CAM-0100.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 12:06:00
Modified files:
etc : Makefile
distrib : Makefile
share/man/man8 : Makefile
Log message:
hookup octeon
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/26 12:24:30
Modified files:
databases/p5-DBI: Makefile
Log message:
de-uglify Makefile, no pkg change
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/26 12:26:34
Modified files:
devel/p5-Log-Log4perl: Makefile distinfo
Log message:
update to log4perl 1.40 and de-uglify makefile
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/26 12:28:12
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
accept "octeon" as a valid obsd arch;
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/26 12:45:02
Modified files:
sys/dev/pci : vga_pci.c
Log message:
Stop rePOSTing devices supported by inteldrm(4). The driver now properly
restores the graphics mode and we should avoid running BIOS code whenever
possible as it isn't guaranteed to work and might actually hurt.
ok jsg@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 12:46:55
Modified files:
sys/arch/octeon/conf: files.octeon
Log message:
move octcf bits together
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/26 12:50:48
Modified files:
libexec/ld.so/hppa: rtld_machine.c
Log message:
Recommit the change that explicitly passes %sr0 to fic instructions. miod@ is
still puzzled why this didn't work back in 2010, but it does work now and
paves the way for binutils 2.17 on hppa. Obviously based on miod@'s earlier
diff.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/26 12:51:44
Modified files:
lang/ruby : ruby.port.mk
Log message:
Change MODRUBY_RUBY_ADJ to just replace a shebang in the first line
of the files, instead of all lines. Additionally, loosen the regexp
slightly so that it handles more cases automatically. This makes
ruby.port.mk's behavior similar to python.port.mk.
OK sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/03/26 12:52:54
Modified files:
textproc/gonzui: Makefile
Log message:
Bump REVISION as recent ruby.port.mk change modified shebang lines.
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/26 12:53:47
Modified files:
libexec/ld.so/sh: rtld_machine.c
Log message:
SH is a RelA architecture, not a Rel one. Fix _dl_bind() and lazy gotplt
relocation to correctly process RelA entries.
This allows lazy binding to work so far; not enabled yet, must survive some
serious churning first.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/26 13:16:19
Modified files:
usr.bin/mandoc : arch.in
share/man/man7 : mdoc.7
Log message:
bits for octeon (will format as OCTEON in Dt);
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 13:20:57
Modified files:
sys : Makefile
Log message:
hookup octeon here too; reminded by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 13:43:01
Modified files:
sys/arch/alpha : Makefile
sys/arch/amd64 : Makefile
sys/arch/armish: Makefile
sys/arch/aviion: Makefile
sys/arch/beagle: Makefile
sys/arch/hp300 : Makefile
sys/arch/hppa : Makefile
sys/arch/hppa64: Makefile
sys/arch/landisk: Makefile
sys/arch/loongson: Makefile
sys/arch/luna88k: Makefile
sys/arch/macppc: Makefile
sys/arch/mvme68k: Makefile
sys/arch/mvme88k: Makefile
sys/arch/octeon: Makefile
sys/arch/sgi : Makefile
sys/arch/socppc: Makefile
sys/arch/solbourne: Makefile
sys/arch/sparc : Makefile
sys/arch/sparc64: Makefile
sys/arch/vax : Makefile
sys/arch/zaurus: Makefile
Log message:
sync TDIRS with reality
"looks good" deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/26 14:03:38
Modified files:
etc/mtree : 4.4BSD.dist
Log message:
more octeon bits
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/26 14:15:10
Modified files:
devel/boost : Makefile
Added files:
devel/boost/patches: patch-libs_filesystem_src_path_cpp
Log message:
Sync boost-filesystem library with upstream and add OpenBSD to the UTF-8
codepath to fix a run-time issue for apps using boost-filesystem with apps
failing with.. "std::runtime_error: locale::facet::_S_create_c_locale name not valid"
Reported by/tested/Ok gonzalo@ bentley@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/26 14:19:04
Modified files:
devel/boost/patches: patch-libs_filesystem_src_path_cpp
Log message:
Mention using non-C locales.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/26 15:01:02
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
Short-circuit screen switching if we're switching to the screen that's
currently active.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 15:13:55
Modified files:
usr.bin/vmstat : vmstat.c
Log message:
i broke it. tailq is now simpleq in pool.
found the hard way by otto.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/26 15:37:26
Log message:
import ports/security/py-bcrypt, ok benoit@
py-bcrypt is a Python wrapper of OpenBSD's Blowfish password hashing code,
as described in "A Future-Adaptable Password Scheme" by Niels Provos and
David Mazières.
This system hashes passwords using a version of Bruce Schneier's
Blowfish block cipher with modifications designed to raise the cost of
off-line password cracking and frustrate fast hardware implementation.
The computation cost of the algorithm is parametised, so it can be
increased as computers get faster. The intent is to make a compromise
of a password database less likely to result in an attacker gaining
knowledge of the plaintext passwords (e.g. using John the Ripper).
Status:
Vendor Tag: sthen
Release Tags: sthen_20130326
N ports/security/py-bcrypt/Makefile
N ports/security/py-bcrypt/distinfo
N ports/security/py-bcrypt/pkg/PLIST
N ports/security/py-bcrypt/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/26 15:37:44
Modified files:
security : Makefile
Log message:
+py-bcrypt
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/26 17:44:38
Log message:
Mozilla::CA provides a copy of Mozilla's bundle of Certificate
Authority certificates in a form that can be consumed by modules
and libraries based on OpenSSL.
Ok sthen, landry
Status:
Vendor Tag: nigel
Release Tags: nigel_20130326
N ports/security/p5-Mozilla-CA/Makefile
N ports/security/p5-Mozilla-CA/distinfo
N ports/security/p5-Mozilla-CA/pkg/DESCR
N ports/security/p5-Mozilla-CA/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/26 17:49:55
Log message:
The purpose of this Perl module is try determine what encodings should
be used when interfacing to various external interfaces.
required by p5-libwww >= 6.0
Ok sthen landry
Status:
Vendor Tag: nigel
Release Tags: nigel_20130326
N ports/textproc/p5-Encode-Locale/Makefile
N ports/textproc/p5-Encode-Locale/distinfo
N ports/textproc/p5-Encode-Locale/pkg/DESCR
N ports/textproc/p5-Encode-Locale/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/03/26 17:53:57
Log message:
This module opens a file and performs automatic charset detection
based on the HTML5 algorithm. You can then pass the filehandle to
HTML::Parser or a related module (or just read it yourself).
required by p5-libwww >= 6.0
Ok landry, sthen
Status:
Vendor Tag: nigel
Release Tags: nigel_20130326
N ports/www/p5-IO-HTML/Makefile
N ports/www/p5-IO-HTML/distinfo
N ports/www/p5-IO-HTML/pkg/DESCR
N ports/www/p5-IO-HTML/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/26 18:06:09
Modified files:
sys/arch/arm/arm: cpufunc.c
sys/arch/arm/include: cpufunc.h
Log message:
Add prototypes for secondary cache operations.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/26 18:18:20
Modified files:
sys/arch/arm/arm: arm32_machdep.c
Log message:
Mark vector page as executable and fix a cast.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/26 18:20:00
Modified files:
sys/arch/arm/arm: cpufunc_asm_armv7.S
Log message:
Draining the write buffer is accomplished via a DSB.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 19:56:50
Modified files:
sys/sys : namei.h
sys/kern : vfs_cache.c
sys/nfs : nfs_vnops.c
Log message:
rename NCHNAMLEN to NAMECACHE_MAXLEN. easier to read, easier to type.
ok beck deraadt after a style issue noticed by kettenis
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/03/26 19:57:48
Added files:
faq : upgrade53.html
Log message:
upgrade guide for 5.3.
note: not planning on doing the patch file this release. Sysmerge rocks,
I really can't think of a benefit to the patch file anymore. If anyone
wishes to try to change my mind, feel free to do so.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 20:00:08
Modified files:
sys/netmpls : mpls.h mpls_raw.c mpls_shim.c
Log message:
a little header cleanup. ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/26 20:02:23
Modified files:
sys/uvm : uvm_page.c
Log message:
combine several atomic_clearbits calls into one. slightly faster on
machines where atomic ops aren't so simple.
ok beck deraadt miod
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 01:23:45
Modified files:
sysutils/upower: Makefile
sysutils/upower/pkg: PLIST
Added files:
sysutils/upower/patches: patch-src_openbsd_up-backend_c
Removed files:
sysutils/upower/pkg: PFRAG.shared
Log message:
g_thread_init is deprecated and will be removed in the next glib2 version
which I am currently working on.
While here, regen WANTLIB and merge PLISTs.
ok landry@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/27 01:40:41
Modified files:
lib/libc/asr : asr.c asr_private.h async_resolver.3
getaddrinfo_async.c gethostnamadr_async.c
res_search_async.c res_send_async.c
Log message:
Only use the search domains for DNS lookups, as the current resolver does.
Better not diverge too much in behavior at this point.
Typo fix and doc update while there.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 01:44:37
Modified files:
devel/libsigc++-2: Makefile
devel/libsigc++-2/pkg: PLIST
Removed files:
devel/libsigc++-2/pkg: PFRAG.shared
Log message:
use the x11/gnome MODULE.
Merge PLISTs.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/27 01:48:42
Modified files:
usr.sbin/smtpd/smtpd: Makefile
Log message:
fix build after asr update
ok gilles@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/27 01:57:38
Modified files:
devel/libgtop2 : Makefile
devel/libgtop2/patches: patch-sysdeps_openbsd_prockernel_c
patch-sysdeps_openbsd_procmap_c
devel/libgtop2/pkg: PLIST
Removed files:
devel/libgtop2/pkg: PFRAG.shared
Log message:
adjust now that regular users can't read wchan anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:46:53
Removed files:
audio/soundconverter: Makefile distinfo
audio/soundconverter/pkg: DESCR PLIST
Log message:
Remove soundconverter; it depends on *very* outdated and unmaintained
GNOME 2 libs which are about to be removed.
ok mpi@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:47:06
Modified files:
audio : Makefile
Log message:
-soundconverter
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:48:24
Removed files:
x11/gdesklets : Makefile distinfo
x11/gdesklets/patches: patch-Makefile_am
patch-Makefile_gdesklets_am
patch-Makefile_python_am
patch-configure_ac
patch-display_Display_py
x11/gdesklets/pkg: DESCR PLIST
Log message:
Remove gdesklets; it depends on *very* outdated and unmaintained
GNOME 2 libs which are about to be removed.
Jasper sent a mail on ports a long time ago that this port was about to
be removed and no one seemed to be sad about it...
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:48:38
Modified files:
x11 : Makefile
Log message:
-gdesklets
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:49:27
Removed files:
sysutils/backintime: Makefile Makefile.inc
sysutils/backintime/common: Makefile distinfo
sysutils/backintime/common/patches: patch-common_backintime
patch-common_backintime_py
patch-common_config_py
patch-common_logger_py
patch-common_snapshots_py
patch-common_tools_py
sysutils/backintime/common/pkg: DESCR PLIST
sysutils/backintime/gnome: Makefile distinfo
sysutils/backintime/gnome/patches: patch-gnome_backintime-gnome
patch-gnome_plugins_gnomeplugin_py
patch-gnome_settingsdialog_glade
patch-gnome_settingsdialog_py
sysutils/backintime/gnome/pkg: DESCR PLIST
Log message:
Remove backintime; it depends on *very* outdated and unmaintained
GNOME 2 libs which are about to be removed.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:49:46
Modified files:
sysutils : Makefile
Log message:
-backintime
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:50:52
Removed files:
x11/gnome/py-gnome: Makefile distinfo
x11/gnome/py-gnome/pkg: DESCR PLIST
Log message:
Retire py-gnome; it's old, unmaintained and nothing depends on it anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:51:10
Modified files:
x11/gnome : Makefile
Log message:
-py-gnome
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:52:04
Removed files:
devel/py-orbit : Makefile distinfo
devel/py-orbit/pkg: DESCR PLIST
Log message:
Remove py-orbit; nothing depends on it anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 02:52:16
Modified files:
devel : Makefile
Log message:
-py-orbit
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/27 02:52:49
Modified files:
sys/arch/arm/arm: pmap7.c
Log message:
Further updates to pmap7. Fixes some problems and removes debug printfs.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/27 03:26:45
Modified files:
sys/dev/pci/drm/i915: i915_dma.c
Log message:
Claim to support I915_PARAM_HAS_COHERENT_RINGS.
While seemingly unused by userspace at the moment this was apparently
added to resolve an abi problem with libva and the BSD ring.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/27 03:46:55
Modified files:
regress/usr.bin/pkg-config: Makefile
Log message:
add two tests for resolving a regular module (passes) and the full path
to a pkgconfig file (currently fails).
the fix for pkg-config will be committed shortly
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/27 04:57:40
Modified files:
audio/clementine: Makefile
Log message:
One more extra LIB_DEPENDS, spotted (and cluestick applied) by ajacoutot@.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/27 05:00:39
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 05:14:05
Log message:
Import wbar-2.3.4.
Wbar is desktop application launcher that appears similiar to the dock
on an OS/X desktop. A wbar-config gui is included although the manual
configuration is easy with entries for icon path, command and tooltip.
Wbar commonly used with lightweight, stacking window managers such as
fluxbox and openbox.
based on an original submission by J. Scott Heppler
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130427
N ports/mystuff/x11/wbar/Makefile
N ports/mystuff/x11/wbar/distinfo
N ports/mystuff/x11/wbar/pkg/DESCR
N ports/mystuff/x11/wbar/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 05:15:42
Removed files:
mystuff/x11/wbar: Makefile distinfo
mystuff/x11/wbar/pkg: DESCR PLIST
Log message:
Fucked up import.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 05:16:25
Log message:
Import wbar-2.3.4.
Wbar is desktop application launcher that appears similiar to the dock
on an OS/X desktop. A wbar-config gui is included although the manual
configuration is easy with entries for icon path, command and tooltip.
Wbar commonly used with lightweight, stacking window managers such as
fluxbox and openbox.
based on an original submission by J. Scott Heppler
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130427
N ports/x11/wbar/Makefile
N ports/x11/wbar/distinfo
N ports/x11/wbar/pkg/DESCR
N ports/x11/wbar/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 05:16:32
Added files:
security/tinyca: Makefile distinfo
security/tinyca/patches: patch-tinyca2
security/tinyca/pkg: DESCR PLIST
Log message:
reinstate tinyca; this works again now that Perl is linked -lpthread
(note that xca has more, and more modern, options - but tinyca can be a
bit easier to get working)
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 05:16:59
Modified files:
x11 : Makefile
Log message:
+wbar
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/27 05:17:12
Modified files:
usr.bin/tmux : colour.c options-table.c server-client.c tmux.1
tmux.c tmux.h tty-term.c tty.c
Log message:
Remove tmux's (already minimal) 88 colour support. Such terminals are
few and unnecessary.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/27 05:19:20
Modified files:
usr.bin/tmux : screen-write.c
Log message:
Move the cursor back into the last column on CUU/CUD to match xterm
behaviour. From George Nachman.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 05:23:11
Modified files:
security : Makefile
Log message:
+tinyca
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/27 05:24:18
Modified files:
usr.bin/tmux : tmux.1 tmux.c
Log message:
Add TMUX_TMPDIR variable to put the socket directory outside
TMPDIR. From Ben Boeckel.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/27 05:35:51
Modified files:
databases : Makefile
Removed files:
databases/xmysql: Makefile distinfo
databases/xmysql/patches: patch-Makefile patch-XmysqlDB_c
patch-Xmysql_c patch-Xmysql_cb_c
databases/xmysql/pkg: DESCR PLIST
Log message:
Remove xmysql. Old long unmaintained cruft that does not build with modern
MySQL.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/27 05:41:11
Modified files:
multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile
multimedia/gstreamer-0.10/plugins-ffmpeg/patches:
patch-ext_ffmpeg_gstffmpegcodecmap_c
patch-ext_ffmpeg_gstffmpegdec_c
Added files:
multimedia/gstreamer-0.10/plugins-ffmpeg/patches:
patch-ext_ffmpeg_gstffmpegutils_c
Log message:
More fixes from upstream..
- Don't flush buffers on DISCONT.
- Channel layouts are now set for DTS and (E)AC3 by libav.
- Add support for 10-bit YUV color formats.
- Add decode support for prores.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 05:44:24
Modified files:
security/tinyca: Makefile
security/tinyca/patches: patch-tinyca2
Added files:
security/tinyca/patches: patch-lib_GUI_pm
Log message:
despam console output (deprecation warnings etc with modern Perl)
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/03/27 05:56:24
Modified files:
faq : upgrade53.html
Log message:
squid may need some config changes, expanded from a diff by giovanni@,
ok giovanni nick
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/03/27 06:14:28
Modified files:
comms/minicom : Makefile distinfo
comms/minicom/patches: patch-man_minicom_1 patch-src_main_c
patch-src_updown_c
Log message:
Update for minicom to 2.6.2
Maintainer timeout.
Ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/27 06:14:29
Modified files:
sys/dev/pci/drm/i915: i915_dma.c
Log message:
claim support for secure and pinned batch buffers
we already have the code to handle these
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/27 06:37:49
Modified files:
sys/dev/pci/drm/i915: i915_dma.c
Log message:
match recent linux and return whether the ring is initialised
for the has bsd/blt ring params instead of whether the hardware
has the ring.
CVSROOT: /cvs
Module name: src
Changes by: mcbride@cvs.openbsd.org 2013/03/27 07:32:29
Modified files:
sys/net : pf_ioctl.c
Log message:
Use the correct src/dst ports depending on direction (one of src or dst was
wrong in each direction).
Report and fix from UMEZAWA Takeshi
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/27 07:34:06
Modified files:
x11/vlc : Makefile
Added files:
x11/vlc/patches: patch-modules_codec_avcodec_avcodec_c
Log message:
Re-enable the multi-threaded mode for the avcodec backend.
ok sthen@
CVSROOT: /cvs
Module name: www
Changes by: mpi@cvs.openbsd.org 2013/03/27 08:06:26
Modified files:
. : want.html
Log message:
Chris Jackman sent me a replacement PSU for a PowerMac, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/27 08:07:19
Log message:
Import x11/sakura, a GTK+3/VTE based terminal emulator with light dependencies.
ok sthen@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Mar-27
N ports/x11/sakura/Makefile
N ports/x11/sakura/distinfo
N ports/x11/sakura/pkg/DESCR
N ports/x11/sakura/pkg/PLIST
N ports/x11/sakura/patches/patch-CMakeLists_txt
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/27 08:08:01
Modified files:
x11 : Makefile
Log message:
+sakura
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/27 08:30:11
Modified files:
sys/dev : softraid_raid1.c softraid_raid6.c
softraid_raidp.c
Log message:
Rewrite the work unit handling code in the RAID 1/4/5/6 interrupt handlers.
This simplifies the code and will allow for easier conversion to the workq
based work unit completion routines. It also ensures that work units are
always removed from the pending queue and that colliders are started, even
in the event of an I/O failure.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 08:34:24
Modified files:
x11/sakura : Makefile
Log message:
Fix WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 08:50:48
Removed files:
x11/gnome/games: Makefile distinfo
x11/gnome/games/patches: patch-configure
patch-gnome-sudoku_src_lib_defaults_py
x11/gnome/games/pkg: DESCR PLIST
Log message:
Remove the games; new GNOME release has splited this into 10 or so
different projects and it's just a maintenance nightmare for the hobbits.
If we get *really* bored one day may be some will end up being imported
into ports/games/gnome but for now it's just not worth the hassle.
discussed with and ok myself^jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 08:51:01
Modified files:
x11/gnome : Makefile
Log message:
-games
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/27 09:06:25
Modified files:
lib/libc/stdio : fmemopen.c open_memstream.c
Added files:
lib/libc/stdio : open_wmemstream.c
Log message:
Add an open_wmemstream(3) implementation and fix various issues for
fmemopen(3) and open_memstream(3).
With inputs from millert@, stsp@, guenther@, tedu@ and matthew@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/27 09:08:13
Modified files:
regress/lib/libc/fmemopen: fmemopentest.c
Log message:
More test cases, especially when opening the stream in append an write
modes.
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/03/27 09:19:14
Modified files:
x11/smplayer : Makefile distinfo
x11/smplayer/patches: patch-Makefile patch-src_preferences_cpp
x11/smplayer/pkg: PLIST
Log message:
Update for smplayer to 0.8.4:
* New option to select the fps for external subtitles.
* The video equalizer dialog has been rewritten and now it allows to
switch on/off the software equalizer from there.
* Support for encoding ISO-8859-16 for subtitles.
* The support for MPlayer2 has been improved and now we provide an
optional package for Windows which includes MPlayer2. MPlayer2 has
interesting new features like support for mkv ordered chapters and
precise seeks.
* Some bugfixes.
Ok brad@ sthen@ 'go ahead without me' edd@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 09:29:20
Modified files:
devel/liblouis : Makefile distinfo
devel/liblouis/patches: patch-python_louis_Makefile_in
devel/liblouis/pkg: PLIST
Log message:
Update to liblouis-2.5.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 09:32:13
Modified files:
devel/dotconf : Makefile distinfo
devel/dotconf/pkg: PLIST
Removed files:
devel/dotconf/patches: patch-dotconf_m4
devel/dotconf/pkg: PFRAG.shared
Log message:
Update to dotconf-1.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 09:33:32
Modified files:
audio/espeak : Makefile distinfo
audio/espeak/patches: patch-src_Makefile patch-src_speech_h
audio/espeak/pkg: PLIST
Removed files:
audio/espeak/pkg: PFRAG.shared
Log message:
Update to espeak-1.47.03.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/27 09:41:04
Modified files:
sys/kern : uipc_socket.c
Log message:
Move soidle() into the big #ifdef SOCKET_SPLICE block to have it
all in one place. Saves one additional #ifdef, no functional change.
OK mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/27 09:45:11
Modified files:
devel/p5-Inline: Makefile distinfo
devel/p5-Inline/patches: patch-C_Makefile_PL
Log message:
- update p5-Inline to 0.52
- update patches
ok gsoares@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/27 10:03:04
Modified files:
devel/py-hgtools: Makefile distinfo
devel/py-hgtools/pkg: PLIST
Log message:
- update py-hgtools to 2.1
- regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 10:07:42
Modified files:
audio/speech-dispatcher: Makefile distinfo
audio/speech-dispatcher/patches: patch-config_speechd_conf
patch-src_modules_espeak_c
patch-src_server_speechd_c
audio/speech-dispatcher/pkg: PLIST
Added files:
audio/speech-dispatcher/patches:
patch-src_api_python_speechd_config_config_py
patch-src_clients_spdsend_common_c
patch-src_modules_cicero_c
patch-src_server_sem_functions_c
patch-src_server_speaking_c
Removed files:
audio/speech-dispatcher/patches: patch-configure
patch-src_c_clients_spdsend_common_c
patch-src_python_speechd_config_config_py
Log message:
Update to speech-dispatcher-0.8.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 10:11:30
Modified files:
devel/p5-Class-MethodMaker: Makefile distinfo
Log message:
update to p5-Class-MethodMaker-2.18, fix with new perl
maintainer timeout
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/03/27 10:15:51
Modified files:
. : octeon.html
Log message:
sync; userland works.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/27 10:20:58
Modified files:
infrastructure/db: config.no-gsed
Log message:
Override lt_cv_path_SED, too.
Used by GNU libtool and also spread around by phpize.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/27 10:21:22
Modified files:
lib/libc/asr : async_resolver.3
Log message:
explicitely -> explicitly;
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/03/27 10:29:39
Modified files:
net/py-IP : Makefile distinfo
Log message:
- update py-IP to 0.80
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/27 10:37:09
Modified files:
devel/gettext : Makefile
devel/gettext/patches: patch-gettext-runtime_intl_Makefile_in
graphics/tiff : Makefile
graphics/tiff/patches: patch-libtiff_Makefile_in
audio/flac : Makefile
audio/flac/patches: patch-src_libFLAC_Makefile_in
patch-src_libFLAC_flac_pc_in
audio/flac/pkg : PLIST
audio/libvorbis: Makefile
audio/libvorbis/pkg: PLIST
Added files:
graphics/tiff/patches: patch-configure_ac
Removed files:
devel/gettext/patches: patch-gettext-tools_tests_Makefile_in
audio/flac/patches: patch-src_libFLAC++_Makefile_in
patch-src_libFLAC++_flac++_pc_in
audio/flac/pkg : PFRAG.shared
audio/libvorbis/patches: patch-lib_Makefile_in
patch-test_Makefile_in
audio/libvorbis/pkg: PFRAG.shared
Log message:
Reinstate the interlibrary dependencies, fix .pc files.
Parts/help/input from brad@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/27 10:39:30
Modified files:
usr.sbin/config: config.8
Log message:
some updates from daniel dickman;
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 10:42:05
Modified files:
sys/crypto : crypto.c cryptodev.h
Log message:
institute a hard cap on crypto devs instead of a useless wraparound check
ok beck
CVSROOT: /cvs
Module name: src
Changes by: zhuk@cvs.openbsd.org 2013/03/27 11:14:10
Modified files:
bin/pax : options.c pax.1 tar.c
Log message:
Enable support for write_opt=nodir for ustar archives which helps to fix
issues with some crappy tar archive readers out there that rely on the
fact that directory entries ends up with "/" when created by GNU Tar, and
now I'm finishing this commit message by mentioning people who gave input
and okays: deraadt@ millert@ jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:20:32
Modified files:
x11/wbar : Makefile
x11/wbar/pkg : PLIST
Log message:
Disable the half functionnal wbar-config utility.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/27 11:33:13
Modified files:
sys/arch/arm/conf: files.arm
sys/arch/beagle/conf: files.beagle
Log message:
Move generic armv7 files into arm's file list.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:49:34
Modified files:
devel/glib2 : Makefile distinfo
devel/glib2/patches: patch-gio_glib-compile-schemas_c
patch-gio_gunixmount_c
patch-gio_gunixmounts_c
patch-gio_tests_file_c
devel/glib2/pkg: PLIST
Added files:
devel/glib2/patches: patch-glib_Makefile_in
Removed files:
devel/glib2/patches: patch-gio_gsocketconnection_c
patch-gio_tests_socket_c
Log message:
Major update to glib2-2.36.0.
*huge* thank to landry@ for running a bulk with this diff and the few
others that are going to be committed and for informing me of the
breakage that needed some love.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:50:18
Modified files:
graphics/gdk-pixbuf2: Makefile distinfo
graphics/gdk-pixbuf2/pkg: PLIST
Removed files:
graphics/gdk-pixbuf2/patches: patch-gdk-pixbuf_io-jpeg_c
Log message:
Update to gdk-pixbuf-2.28.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:50:51
Modified files:
devel/atk : Makefile distinfo
devel/atk/pkg : PLIST
Removed files:
devel/atk/pkg : PFRAG.shared
Log message:
Update to atk-2.8.0.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/27 11:51:17
Modified files:
distrib/sets/lists/base: md.vax
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:51:26
Modified files:
devel/pango : Makefile distinfo
Removed files:
devel/pango/patches: patch-pango_pangocairo-fontmap_c
Log message:
Update to pango-1.34.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:52:09
Modified files:
devel/py-gobject3: Makefile distinfo
devel/py-gobject3/pkg: PLIST
Log message:
Update to py-gobject3-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:52:45
Modified files:
x11/gnome/at-spi2-core: Makefile distinfo
x11/gnome/at-spi2-core/pkg: PLIST
Removed files:
x11/gnome/at-spi2-core/pkg: PFRAG.shared
Log message:
Update to at-spi2-core-2.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:53:19
Modified files:
x11/gnome/at-spi2-atk: Makefile distinfo
x11/gnome/at-spi2-atk/pkg: PLIST
Log message:
Update to at-spi2-atk-2.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:53:52
Modified files:
x11/gnome/py-atspi: Makefile distinfo
x11/gnome/py-atspi/pkg: PLIST
Log message:
Update to py-atspi-2.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:54:27
Modified files:
net/glib2-networking: Makefile distinfo
net/glib2-networking/pkg: PLIST
Log message:
Update to glib2-networking-2.36.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:55:07
Modified files:
devel/glib2mm : Makefile distinfo
devel/glib2mm/pkg: PLIST
Removed files:
devel/glib2mm/pkg: PFRAG.shared
Log message:
Update to glib2mm-2.35.9.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:55:45
Modified files:
x11/gtk+3 : Makefile distinfo
x11/gtk+3/pkg : PLIST-main
Log message:
Update to gtk+3-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:56:24
Modified files:
x11/gtk3mm : Makefile distinfo
x11/gtk3mm/pkg : PLIST
Removed files:
x11/gtk3mm/pkg : PFRAG.shared
Log message:
Update to gtk3mm-3.7.12.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:57:11
Modified files:
www/gtkhtml3 : Makefile
Added files:
www/gtkhtml3/patches: patch-components_editor_main_c
Log message:
Add missing MODGNOME_CPPFLAGS.
Regen WANTLIB.
Fix build with glib2>=2.36.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:58:44
Modified files:
devel/ORBit2 : Makefile
devel/ORBit2/patches: patch-configure_in
devel/ORBit2/pkg: PFRAG.shared PLIST
Added files:
devel/ORBit2/patches: patch-include_orbit_GIOP_giop_h
patch-include_orbit_orb-core_corba-orb_h
patch-include_orbit_util_basic_types_h
patch-linc2_src_Makefile_in
patch-linc2_src_linc-protocols_c
patch-src_orb_GIOP_giop_c
patch-src_orb_orb-core_corba-orb_c
Log message:
Fix build with glib2>=2.36.0.
Bring in some fixes from upstream.
Merge PLISTs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 11:59:31
Modified files:
x11/gnome/vfs2 : Makefile
x11/gnome/vfs2/pkg: PLIST
Added files:
x11/gnome/vfs2/patches: patch-daemon_Makefile_in
patch-imported_neon_ne_xml_c
patch-libgnomevfs_Makefile_in
Log message:
SECURITY fix for CVE-2009-2473.
Drop useless MODGNOME_LDFLAGS.
Fix build with glib2>=2.36.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:00:00
Added files:
audio/clementine/patches: patch-src_main_cpp
Log message:
Fix build with glib2>=2.36.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:00:36
Modified files:
x11/gnome/libbonobo: Makefile
x11/gnome/libbonobo/pkg: PFRAG.shared PLIST
Added files:
x11/gnome/libbonobo/patches: patch-activation-server_Makefile_in
Log message:
Fix build with glib2>=2.36.0.
Remove USE_GROFF.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:01:16
Modified files:
x11/gtkglextmm : Makefile
x11/gtkglextmm/pkg: PLIST
Added files:
x11/gtkglextmm/patches: patch-gdkglext_gdkmm_gl_Makefile_in
Removed files:
x11/gtkglextmm/pkg: PFRAG.shared
Log message:
Fix build with glib2>=2.36.0.
Regen WANTLIB.
Merge PLISTs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:01:55
Modified files:
x11/gnome/libgnome: Makefile
x11/gnome/libgnome/pkg: PFRAG.shared PLIST
Added files:
x11/gnome/libgnome/patches: patch-libgnome_Makefile_in
Log message:
Fix build with glib2>=2.36.0
Sync WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:02:21
Modified files:
x11/gnome/shell: Makefile
Added files:
x11/gnome/shell/patches: patch-src_Makefile-calendar-server_am
Log message:
Fix build with glib2>=2.36.0.
Regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:02:51
Modified files:
japanese/gwaei : Makefile
japanese/gwaei/patches: patch-src_gwaei_Makefile_in
japanese/gwaei/pkg: PLIST
Removed files:
japanese/gwaei/pkg: PFRAG.shared
Log message:
Fix build with glib2>=2.36.0.
Regen WANTLIB.
Merge PLISTs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:03:33
Modified files:
math/galculator: Makefile
Added files:
math/galculator/patches: patch-src_Makefile_in
Log message:
Fix build with gtk+3>=3.8.0.
Regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:03:57
Modified files:
multimedia/shrip: Makefile
Added files:
multimedia/shrip/patches: patch-src_shrip-ccheck_c
patch-src_shrip-encode_c
patch-src_shrip-xchap_c
Log message:
Fix build with glib2>=2.36.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/27 12:12:20
Modified files:
lang/vala : Makefile distinfo
lang/vala/pkg : PLIST
Removed files:
lang/vala/pkg : PFRAG.shared
Log message:
- update to vala-0.20.0
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/27 12:32:05
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
fill in cpu_model.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 12:37:05
Modified files:
de : 53.html plat.html
faq/nl : faq5.html
faq/pf/nl : pools.html
ja : index.html
nl : books.html crypto.html goals.html plat.html
tshirts.html
openssh/ja : ftp.html index.html openbsd.html portable.html
pt : crypto.html goals.html plat.html plus.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/27 13:46:35
Modified files:
distrib/octeon/ramdisk: install.md
Log message:
fix wrapped line that snuck in an extra \n in a question.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/27 14:03:02
Log message:
Import chemical-mime-data, highly useful dependency of Kalzium (KDE 4).
The chemical-mime-data package is a collection of data files to add
support for various chemical MIME types on Linux/UNIX desktops, such as
KDE and GNOME.
ok @landry
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130328
N ports/misc/chemical-mime-data/Makefile
N ports/misc/chemical-mime-data/distinfo
N ports/misc/chemical-mime-data/pkg/DESCR
N ports/misc/chemical-mime-data/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/27 14:21:18
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elflink.c
Log message:
Revert the --as-needed logic to match the 2.15 logic. It is now aggressively
trying to avoid symbols needed by inter-library dependencies, assuming that
libraries are built with inter-library dependency information. Such is not
the case under OpenBSD and there are currently no plans to change this.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/27 14:23:52
Modified files:
sys/arch/i386/conf: GENERIC
Log message:
Remove commented out tr(4) stanzas, since support for them has been removed
almost 6 years ago; Alexey Suslikov
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/27 14:26:42
Modified files:
www/chromium/patches: patch-content_browser_browser_main_loop_cc
Log message:
Fix build with glib2>=2.36.0.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 14:28:22
Modified files:
lib/libossaudio: ossaudio.c soundcard.h
Log message:
rename define to reflect current operating system, as in sys/compat
from tim van der molen
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/27 14:31:03
Modified files:
misc : Makefile
Log message:
hook up chemical-mime-data, reminded by jasper@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/27 15:23:38
Added files:
misc/xkcd-viewer/patches: patch-lib_XKCD_Core_pm
Log message:
Unbreak now that we have a working p5-Gtk2 \o/
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/27 15:25:58
Modified files:
misc/xkcd-viewer: Makefile
Log message:
Missing bump, reminded by sthen@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/03/27 15:53:59
Modified files:
graphics/netpbm: Makefile distinfo
graphics/netpbm/pkg: PLIST
Removed files:
graphics/netpbm/pkg: PFRAG.shared
Log message:
update to 10.35.88 for miscellaneous bug fixes
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/27 16:13:53
Modified files:
lang/lua/5.2 : Makefile distinfo
Log message:
- update to lua-5.2.2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 16:38:12
Modified files:
mail/roundcubemail: Makefile distinfo
Log message:
SECURITY update to Roundcube 0.8.6, local file inclusion via preferences
vulnerability. http://lists.roundcube.net/pipermail/dev/2013-March/022328.html
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 16:48:22
Modified files:
telephony/asterisk: Makefile distinfo
Log message:
SECURITY update to Asterisk 10.12.2
* A possible buffer overflow during H.264 (video) format negotiation.
CVE-2013-2685
* A denial of service exists in Asterisk's HTTP server.
CVE-2013-2686
* A potential username disclosure exists in the SIP channel driver.
CVE-2013-2264
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 16:49:03
Modified files:
telephony/asterisk: Tag: OPENBSD_5_2 Makefile distinfo
Log message:
SECURITY update for 5.2-stable to Asterisk 1.8.20.2
* A possible buffer overflow during H.264 (video) format negotiation.
CVE-2013-2685
* A denial of service exists in Asterisk's HTTP server.
CVE-2013-2686
* A potential username disclosure exists in the SIP channel driver.
CVE-2013-2264
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/27 16:50:38
Modified files:
mail/roundcubemail: Tag: OPENBSD_5_2 Makefile distinfo
mail/roundcubemail/patches: Tag: OPENBSD_5_2
patch-config_main_inc_php_dist
mail/roundcubemail/pkg: Tag: OPENBSD_5_2 PLIST
Removed files:
mail/roundcubemail/patches: Tag: OPENBSD_5_2
patch-plugins_managesieve_config_inc_php_dist
Log message:
SECURITY update for 5.2-stable to Roundcube 0.7.4, local file inclusion via
preferences vulnerability.
http://lists.roundcube.net/pipermail/dev/2013-March/022328.html
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/27 17:03:11
Modified files:
games/freeciv : Makefile distinfo
Log message:
Update games/freeciv to 2.3.4
ok jung@
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/03/27 18:12:28
Modified files:
faq : upgrade53.html
Log message:
fontconf change is for 5.4, not 5.3. Missing a # char.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/27 18:32:11
Modified files:
sys/net : if_gre.c pf.c
sys/netinet : if_ether.c in_pcb.c ip_input.c
sys/netinet6 : in6_src.c ip6_output.c raw_ip6.c
Log message:
Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa,
ifatoia6 macros do not check the source type. They just cast
anything. Remove needless casts and do not use those macros if the
source type does not match. Remove duplicate defines.
No binary change. OK kettenis@ krw@
CVSROOT: /cvs
Module name: www
Changes by: chris@cvs.openbsd.org 2013/03/27 18:54:12
Modified files:
. : events.html
Log message:
slides, audio for PLUG march 19th talk
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/27 20:08:39
Modified files:
sys/isofs/cd9660: cd9660_vnops.c
sys/isofs/udf : udf_vnops.c
sys/kern : spec_vnops.c vfs_vops.c
sys/miscfs/fifofs: fifo_vnops.c
sys/miscfs/procfs: procfs_vnops.c
sys/msdosfs : msdosfs_vnops.c
sys/ntfs : ntfs_vnops.c
sys/sys : unistd.h
sys/ufs/ufs : ufs_vnops.c
Log message:
Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,
_PC_PRIO_IO, and _PC_SYNC_IO names in VOP_PATHCONF(), as they're
fs-independent for us. Since we don't support latter three on any
fs, we can also define the related _POSIX_{ASYNC,PRIO,SYNC}_IO
symbols in (via sys/unistd.h) with value -1.
Also, zap pointless tty-only values from procfs(!).
ok beck@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 20:17:16
Modified files:
sys/nfs : nfs_vnops.c
Log message:
a better try at pathconf for nfs. there may be lies, but they are better
lies than EINVAL, until we can uncover the truth.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 20:27:28
Modified files:
sys/nfs : nfs_vnops.c
Log message:
add a comment that we are faking it until code to ask the server is written.
requested by deraadt
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/27 20:39:17
Modified files:
sys/kern : vfs_syscalls.c
Log message:
When updating fd_cdir or fd_rdir, put the new pointer in place
_before_ vrele()'ing the old one, so that you can't catch the process
with a vnode with no references.
Similarly, in checkdirs(), just count the needed releases and do
them all at the end. (I think I saw this in FreeBSD.)
Original problem encountered by landry@ (yay for backtrace)
ok tedu@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 21:27:46
Modified files:
sys/kern : vfs_init.c
sys/sys : vnode.h
Log message:
no need for vnode.h to include namei.h unconditionally
ok deraadt guenther
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/27 21:29:45
Modified files:
sys/isofs/cd9660: cd9660_vnops.c
sys/kern : spec_vnops.c
sys/miscfs/fifofs: fifo_vnops.c
sys/msdosfs : msdosfs_vnops.c
sys/nfs : nfs_vnops.c
sys/sys : unistd.h
sys/ufs/ext2fs : ext2fs_extern.h ext2fs_vnops.c
sys/ufs/ufs : ufs_vnops.c
lib/libc/sys : pathconf.2
usr.bin/getconf: getconf.c
Log message:
Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,
msdos, NFS, fifos and devices, plus support for querying it in
getconf(2) and the requisite pathconf(2) manpage blurb
ok tedu@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 21:31:56
Modified files:
sys/dev/usb : uaudio.c ubsa.c ucycom.c udcf.c uhts.c umbg.c
umct.c umidi.c umidi_quirks.c umodem.c uplcom.c
usb.c uvideo.c uvscom.c
Log message:
you probably don't need to include vnode.h or reboot.h. you most definitely
absolutely do not need to include vnode.h because it includes uvm_extern.h
and you want the idiotic TRUE FALSE defines from uvm.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 21:37:10
Modified files:
sys/sys : swap.h
Log message:
it is no longer interesting that struct swapent is not compatible with a
vm system that was replaced over 10 years ago.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/27 21:39:22
Modified files:
sys/uvm : uvm_swap.c
Log message:
do not copy additional kernel memory into the swapent.se_path[]
ok tedu
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 21:45:32
Modified files:
sys/compat/ossaudio: ossaudio.c
Log message:
it is believed that the comment is referring to the define below.
all thinking performed by tim van der molen
CVSROOT: /cvs
Module name: ports
Changes by: jmatthew@cvs.openbsd.org 2013/03/27 21:56:07
Modified files:
databases/riak : Makefile
databases/riak/pkg: PLIST
Log message:
add missing files to riak's PLIST
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/27 21:58:03
Modified files:
sys/dev/usb : ehci.c if_aue.c if_axe.c if_cdce.c if_kue.c
if_mos.c if_smsc.c if_udav.c if_url.c
if_urndis.c if_urtw.c if_wi_usb.c if_zyd.c
ohci.c uaudio.c ubsa.c ubt.c ucom.c udcf.c
udl.c ugen.c uhci.c uhts.c uhub.c ulpt.c umbg.c
umct.c umidi.c umidi_quirks.c umodem.c
uoak_subr.c uoaklux.c uoakrh.c uoakv.c uow.c
uplcom.c urio.c usb.c usb_mem.c usb_subr.c
usbdi.c usbdi_util.c usbdivar.h usbf_subr.c
uscanner.c usps.c uthum.c utrh.c utwitch.c
uvideo.c uvscom.c
Log message:
proc.h is way too much header for usb to handle.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/27 22:12:12
Modified files:
sys/dev/pci : viomb.c
sys/dev/usb : if_athn_usb.c
Log message:
removed unneccessary .h file
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/27 23:13:07
Modified files:
sys/dev/pci/drm: i915_drm.h
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c
Log message:
add the ioctls to get/set the caching level of a buffer object
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/28 00:49:42
Modified files:
misc/chemical-mime-data: Makefile
Log message:
Small cleanup, noted by sthen@. No bump needed.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/03/28 00:54:49
Modified files:
lang/ruby : ruby.port.mk
Log message:
Modify gem contents packing command in a way that some gems (not
imported yet) could be built. As a bonus, use PATCHORIG instead of
hardcoding ".orig" and save a call to find(1). Requires fresh pax(1).
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 01:00:44
Modified files:
x11/wbar : Makefile
x11/wbar/pkg : DESCR
Log message:
Tweak DESCR.
prodded by J. Scott Heppler
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 01:33:02
Modified files:
x11/gnome/grilo: Makefile
Added files:
x11/gnome/grilo/patches: patch-configure
Log message:
unbreak by recognizing vala 0.20
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 01:46:47
ports/misc/chemical-mime-data/patches
Update of /cvs/ports/misc/chemical-mime-data/patches
In directory cvs.openbsd.org:/tmp/cvs-serv424/patches
Log Message:
Directory /cvs/ports/misc/chemical-mime-data/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 01:49:32
Modified files:
misc/chemical-mime-data: Makefile
misc/chemical-mime-data/pkg: PLIST
Added files:
misc/chemical-mime-data/patches: patch-aclocal_m4
Log message:
Missing intltool MODULE.
Missing build dependency on ImageMagick (spotted by landry@).
Add x11/gnome/mime-data to run depends as well.
Fix DATADIRNAME the same way the rest of the tree does.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 01:51:15
ports/textproc/gtkspell3/patches
Update of /cvs/ports/textproc/gtkspell3/patches
In directory cvs.openbsd.org:/tmp/cvs-serv12729/patches
Log Message:
Directory /cvs/ports/textproc/gtkspell3/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 02:13:39
Modified files:
textproc/gtkspell3: Makefile
Added files:
textproc/gtkspell3/patches: patch-gtkspell_Makefile_in
Log message:
newer version of gobject-introspection are stricter, and caught an undefined/
unsubstituted variable.
ok aja@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/28 02:39:28
Modified files:
bin/ksh : expr.c
Log message:
Don't die with SIGFPE on LONG_MIN / -1 or % -1. Instead make LONG_MIN /
-1 == LONG_MIN and % -1 == 0.
ok matthew deraadt
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/28 02:39:54
Modified files:
bin/csh : exp.c
Log message:
Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN /
-1 == INT_MIN and % -1 == 0.
ok matthew deraadt
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/28 02:40:31
Modified files:
bin/expr : expr.c
Log message:
Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN /
-1 == INT_MIN and % -1 == 0.
ok matthew deraadt
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 03:18:51
Modified files:
net/isc-bind : Makefile distinfo
net/isc-bind/pkg: PLIST
Removed files:
net/isc-bind/pkg: PFRAG.shared
Log message:
SECURITY update for ports/net/isc-bind (affects 9.7 and up), CVE-2013-2266
"A critical defect in BIND 9 allows an attacker to cause excessive memory
consumption in named or other programs linked to libdns.
The problem is encountered when a program compiled to link to libdns
receives a maliciously-constructed regular expression via any of several
delivery methods."
https://kb.isc.org/article/AA-0087
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 03:19:23
Modified files:
net/isc-bind : Tag: OPENBSD_5_2 Makefile distinfo
Added files:
net/isc-bind/patches: Tag: OPENBSD_5_2 patch-lib_dns_rootns_c
Log message:
5.2 SECURITY update for ports/net/isc-bind (affects 9.7 and up), CVE-2013-2266
"A critical defect in BIND 9 allows an attacker to cause excessive memory
consumption in named or other programs linked to libdns.
The problem is encountered when a program compiled to link to libdns
receives a maliciously-constructed regular expression via any of several
delivery methods."
https://kb.isc.org/article/AA-0087
(sync root server hints while there).
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/28 03:35:58
Modified files:
regress/lib/libc/fmemopen: fmemopentest.c
regress/lib/libc/open_memstream: open_memstreamtest.c
Log message:
More tests for negative seeks, prodded by matthew@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/28 03:36:03
Modified files:
regress/lib/libc/asr: regress.sh regress.subr
regress/lib/libc/asr/bin: common.c getaddrinfo.c
Log message:
add a test case for the icmpv6 issue spotted by naddy
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/28 03:37:55
Modified files:
lib/libc/stdio : fmemopen.3 open_memstream.3
Log message:
Correct version number
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/28 05:47:23
Modified files:
lib/libc/asr : getaddrinfo_async.c
Log message:
accept and use any protocol specified by the caller.
issue spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/28 05:51:05
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h
i915_gem_execbuffer.c
Log message:
add i915_gem_execbuffer_reserve_object and friends and move
the execbuffer pinning closer to linux
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 06:05:52
Modified files:
net/icinga : Makefile.inc
Log message:
zap unneeded PERMIT_* lines
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/03/28 06:06:55
Modified files:
sys/net : if.c
sys/netinet : in_pcb.c ip_input.c
Log message:
Replace some casts to struct in_ifaddr pointer by ifatoia() or NULL.
ok millert@, haesbaert@, bluhm@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 06:38:56
Modified files:
net/nagios/check_email_delivery: Makefile
Added files:
net/nagios/check_email_delivery/patches:
patch-check_imap_receive_epn
patch-imap_ssl_cert_epn
Log message:
SSL_verify_mode handling changed in Perl; stop check_imap_receive /
imap_ssl_cert from whining.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 06:43:14
Modified files:
net/icinga/web : Makefile distinfo
net/icinga/web/pkg: PLIST
Log message:
update to icinga-web 1.8.3, from rpe@ with very minor tweak from me
- remember to update schema, as mentioned in the README
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 07:08:58
Modified files:
graphics/goocanvas2: Makefile
Added files:
graphics/goocanvas2/patches: patch-src_goocanvasitem_c
patch-src_goocanvasitemmodel_c
Log message:
unbreak with upcoming gobject-introspection.
patches have been pushed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 07:29:43
Log message:
import ports/audio/generaluser-gs-soundfont, ok bcallah@
GeneralUser GS is a GM and GS compatible SoundFont bank for composing
or playing MIDI files. This version is for use with FluidSynth (or
Qsynth) (other versions are available for MuseScore, Sound Blaster
Live!/Audigy/X-fi sound cards, and other SoundFont-compatible hardware
and software synthesizers).
The name "GeneralUser" was chosen because the bank was designed to sound
well with all kinds of music rather than specializing in only a few
styles, thereby benefiting the general user.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130328
N ports/audio/generaluser-gs-soundfont/Makefile
N ports/audio/generaluser-gs-soundfont/distinfo
N ports/audio/generaluser-gs-soundfont/pkg/PLIST
N ports/audio/generaluser-gs-soundfont/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 07:30:03
Modified files:
audio : Makefile
Log message:
+generaluser-gs-soundfont
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 07:32:21
Modified files:
audio/generaluser-gs-soundfont: Makefile
Log message:
actually, let's mirror the distfile, there aren't many old versions
on the master site.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 07:38:23
Modified files:
x11/gnome/tracker: Makefile
Log message:
Add x11/gnome/photos to the watch list.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 07:40:24
Modified files:
audio/mscore : Makefile
Log message:
add MuseScore to COMMENT to make this easier to find by name. ok bcallah@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 08:25:04
Modified files:
books/wndw : Makefile distinfo
books/wndw/pkg : PLIST-main
Log message:
hot off the press, the new third edition of the WNDW wireless networking book.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 08:27:19
Modified files:
mail/mimedefang: Makefile
mail/mimedefang/pkg: PLIST README mimedefang.rc
mimedefang_multiplexor.rc
Added files:
mail/mimedefang/patches: patch-SpamAssassin_spamassassin_cf
Log message:
Enable queuing by default (up to 10 msgs).
Rework and document the way mimedefang+spamassassin work wrt bayes.
Add a note on using mfs(8) for the spool directory.
Take maintainer.
ok okan@ (former maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 08:53:31
Removed files:
x11/gnome/nettool: Makefile distinfo
x11/gnome/nettool/patches: patch-src_callbacks_c
patch-src_info_c patch-src_nettool_c
patch-src_utils_h
x11/gnome/nettool/pkg: DESCR PLIST
Log message:
Remove gnome-nettool. It's pretty much dead upstream and it provides
nothing more than gnome-terminal does...
"ENOTCARE" jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 08:54:28
Log message:
Import gnome-photos-3.7.3.
Photos is an application to access, organize and share your photos with
GNOME.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130328
N ports/x11/gnome/photos/distinfo
N ports/x11/gnome/photos/Makefile
N ports/x11/gnome/photos/pkg/DESCR
N ports/x11/gnome/photos/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 08:55:26
Modified files:
x11/gnome : Makefile
Log message:
-nettool
+photos
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 08:55:56
Modified files:
meta/gnome : Makefile
Log message:
Remove gnome-nettool.
Add gnome-photos.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/28 09:05:32
Modified files:
sys/netinet : in.h
sys/netinet6 : in6.h
Log message:
Convert the satosin, sintosa, ifatoia, satosin6, sin6tosa, ifatoia6
defines into static inline functions. This allows the compiler to
check the source type before casting.
liked by many; OK mpi@ haesbaert@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/28 09:07:42
Modified files:
usr.bin/tmux : cmd-copy-mode.c
Log message:
Make copy-mode -u still scroll up if already in copy mode, handy for
people who bind it with -n.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/03/28 09:08:12
Modified files:
usr.bin/tmux : cmd-swap-pane.c
Log message:
If -s to swap-pane is not given, use the current pane.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/28 09:26:48
Modified files:
net/samba : Makefile distinfo
net/samba/patches: patch-source3_configure_in
net/samba/pkg : PLIST-main
Removed files:
net/samba/patches:
patch-source3_rpc_server_samr_srv_samr_chgpasswd_c
Log message:
Update to Samba 3.6.13.
ok MAINTAINER sthen@
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/03/28 09:54:58
Modified files:
. : events.html
Log message:
List my upcoming NYCBUG talk.
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/03/28 10:03:15
Modified files:
. : want.html
Log message:
chris@ sent me a CAM-0100 which allowed me to get octeon multiuser,
but there are plenty of other unsupported machines out there i'd like
to test on.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/28 10:22:32
Modified files:
www/lighttpd : Makefile
www/lighttpd/patches: patch-src_mod_fastcgi_c
Added files:
www/lighttpd/patches: patch-src_connections_c patch-src_log_c
patch-src_log_h patch-src_request_c
Log message:
More fixes from upstream..
- Support multi line logging.
- Call ERR_clear_error only for SSL connections in CON_STATE_ERROR.
- Reject non ASCII characters in HTTP header names.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 10:27:31
Modified files:
lib/libkvm : kvm_amd64.c kvm_arm.c kvm_hppa.c kvm_hppa64.c
kvm_i386.c kvm_m68k.c kvm_sh.c kvm_sparc64.c
kvm_vax.c
Log message:
Avoid using PAGE_SHIFT, PAGE_SIZE, and PAGE_MASK defines, since we already
know it from the machine.
ok miod
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/28 10:37:14
Modified files:
lib/libc/stdio : Makefile.inc
include : stdio.h wchar.h
Log message:
Enable fmemopen(3) and open_{w,}memstream(3)
commiting on behalf of mpi@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 10:39:14
Modified files:
sbin/sysctl : sysctl.c
Log message:
remove excesss includes
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/28 10:41:39
Modified files:
sys/conf : files
sys/sys : systm.h
sys/kern : kern_malloc.c
Added files:
sys/kern : subr_poison.c
Log message:
separate memory poisoning code to a new file and make it usable kernel wide
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/28 10:43:08
Modified files:
distrib/special/libstubs: Makefile
lib/libc : Makefile.inc
Log message:
switch to the new resolver implementation.
requested by many.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/28 10:45:16
Modified files:
sys/net : if.c if_bridge.c if_gre.c if_mpe.c if_pflow.c
if_pfsync.c if_pppoe.c if_pppx.c if_sl.c
if_spppsubr.c if_trunk.c if_vether.c if_vlan.c
pf_ioctl.c pf_lb.c pipex.c route.c
sys/netinet : if_atm.c if_ether.c ip_carp.c ip_divert.c
ip_input.c ip_mroute.c ipsec_input.c tcp_subr.c
sys/netinet6 : icmp6.c in6.c in6_pcb.c in6_src.c ip6_divert.c
ip6_input.c ip6_mroute.c ip6_output.c raw_ip6.c
udp6_output.c
Log message:
no need for a lot of code to include proc.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 10:55:27
Modified files:
sys/kern : exec_elf.c init_main.c kern_clock.c kern_exec.c
kern_exit.c kern_kthread.c kern_lock.c
kern_sig.c kern_time.c sched_bsd.c subr_prf.c
subr_prof.c subr_xxx.c uipc_mbuf.c
sys/net : if_atmsubr.c if_bridge.c if_ethersubr.c
if_fddisubr.c if_loop.c if_ppp.c if_sl.c
if_spppsubr.c if_tun.c
sys/netinet : ip_carp.c
sys/scsi : scsiconf.h
Log message:
do not include machine/cpu.h from a .c file; it is the responsibility of
.h files to pull it in, if needed
ok tedu
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 10:57:27
Modified files:
sys/arch/i386/conf: RAMDISK_CD
Log message:
the ramdisk is a bit special, and some tedu arguments do apply. # out
the drivers which were disabled.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 10:58:45
Modified files:
sys/kern : kern_sensors.c subr_hibernate.c sysv_msg.c
Log message:
sys/param.h gets you sys/types.h automatically
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/28 11:21:44
Modified files:
sys/dev/pci : if_bnx.c
Log message:
Let mii_attach() know where the PHY is located instead of scanning
for it since we know where it will be anyway and remove the code
from the MII bus read/write functions to force reading/writing
from the predetermined location. Copied from bge(4) and this is
what the upstream FreeBSD bce(4) driver has done once FreBSD
gained a mii_attach().
ok dlg@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: martynas@cvs.openbsd.org 2013/03/28 11:30:45
Modified files:
sys/arch/alpha/include: cdefs.h
sys/arch/amd64/include: cdefs.h
sys/arch/arm/include: cdefs.h
sys/arch/hppa/include: cdefs.h
sys/arch/hppa64/include: cdefs.h
sys/arch/i386/include: cdefs.h
sys/arch/ia64/include: cdefs.h
sys/arch/loongson/include: cdefs.h
sys/arch/m68k/include: cdefs.h
sys/arch/m88k/include: cdefs.h
sys/arch/mips64/include: cdefs.h
sys/arch/octeon/include: cdefs.h
sys/arch/powerpc/include: cdefs.h
sys/arch/sgi/include: cdefs.h
sys/arch/sh/include: cdefs.h
sys/arch/sparc/include: cdefs.h
sys/arch/sparc64/include: cdefs.h
sys/arch/vax/include: cdefs.h
Log message:
Add __strong_alias macros for all architectures to be able to alias
another symbol without weak attribute. To be used in libc and libm
soon. Agreed by kettenis@, guenther@, matthew@.
CVSROOT: /cvs
Module name: src
Changes by: martynas@cvs.openbsd.org 2013/03/28 11:41:04
Modified files:
sys/arch/alpha/include: asm.h
sys/arch/amd64/include: asm.h
sys/arch/arm/include: asm.h
sys/arch/hppa/include: asm.h
sys/arch/hppa64/include: asm.h
sys/arch/i386/include: asm.h
sys/arch/ia64/include: asm.h
sys/arch/m68k/include: asm.h
sys/arch/m88k/include: asm.h
sys/arch/mips64/include: asm.h
sys/arch/powerpc/include: asm.h
sys/arch/sh/include: asm.h
sys/arch/sparc/include: asm.h
sys/arch/sparc64/include: asm.h
sys/arch/vax/include: asm.h
Log message:
Add STRONG_ALIAS macros to be used from assembly code in libc and
libm. While at it, remove now unused workarounds for lint.
Agreed by kettenis@, guenther@, matthew@.
CVSROOT: /cvs
Module name: src
Changes by: martynas@cvs.openbsd.org 2013/03/28 12:09:38
Modified files:
lib/libc : shlib_version
lib/libc/arch/alpha/gen: fabs.S
lib/libc/arch/arm/gen: fabs.c
lib/libc/arch/hppa/gen: fabs.c
lib/libc/arch/hppa64/gen: fabs.c
lib/libc/arch/powerpc/gen: fabs.c
lib/libc/arch/sh/gen: fabs.c
lib/libc/arch/sparc/gen: fabs.S
lib/libc/arch/vax/gen: fabs.S fpclassify.c frexp.c isfinite.c
isinf.c isnan.c isnormal.c ldexp.S
signbit.c
lib/libc/gen : fpclassify.c frexp.c isfinite.c isinf.c isnan.c
isnormal.c ldexp.c modf.c signbit.c
lib/libc/stdlib: strtoll.c strtoull.c
lib/libm : shlib_version
lib/libm/arch/alpha: s_copysign.S
lib/libm/arch/hppa: e_remainder.c e_sqrt.c s_ceil.c s_floor.c
s_rint.c s_round.c s_trunc.c
lib/libm/arch/sh: e_sqrt.c
lib/libm/arch/vax: n_atan2.S n_sincos.S n_sqrt.S n_support.S
n_tan.S
lib/libm/noieee_src: n_asincos.c n_atan.c n_atan2.c n_floor.c
n_fmax.c n_fmin.c n_sincos.c n_support.c
n_tan.c
lib/libm/src : b_tgamma.c e_acos.c e_acosh.c e_asin.c
e_atan2.c e_atanh.c e_cosh.c e_exp.c e_fmod.c
e_hypot.c e_log.c e_log10.c e_log2.c e_pow.c
e_remainder.c e_sinh.c e_sqrt.c s_asinh.c
s_atan.c s_cabs.c s_cacos.c s_cacosh.c s_carg.c
s_casin.c s_casinh.c s_catan.c s_catanh.c
s_cbrt.c s_ccos.c s_ccosh.c s_ceil.c s_cexp.c
s_cimag.c s_clog.c s_conj.c s_copysign.c
s_cos.c s_cpow.c s_cproj.c s_creal.c s_csin.c
s_csinh.c s_csqrt.c s_ctan.c s_ctanh.c s_erf.c
s_exp2.c s_expm1.c s_floor.c s_fma.c s_fmax.c
s_fmin.c s_ilogb.c s_llrint.c s_llround.c
s_log1p.c s_lrint.c s_lround.c s_nan.c
s_nextafter.c s_remquo.c s_rint.c s_round.c
s_scalbn.c s_sin.c s_tan.c s_tanh.c s_trunc.c
w_lgamma.c
lib/libm/src/ld128: s_nextafterl.c
lib/libm/src/ld80: s_nextafterl.c
Log message:
Switch libc and libm to use strong aliases rather than weak aliases
where appropriate. Among other things makes the symbols consistent
across all architectures (notably where ldbl mantissa is 53 bits).
While at it, kill unused LINTLIBRARY/PROTOLIB1 cruft which was there
to trick lint into recording the right prototypes for aliased
functions. Most of the work done at the awesome n2k13 hackathon.
Agreed by kettenis@, guenther@, matthew@.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 12:24:29
Modified files:
net/xl2tpd : Makefile
net/xl2tpd/pkg : PLIST README
Log message:
enable xl2tpd-control and adjust README
CVSROOT: /cvs
Module name: www
Changes by: kettenis@cvs.openbsd.org 2013/03/28 12:32:30
Modified files:
. : want.html
Log message:
Got my xvr-300 quite a while ago.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/03/28 13:08:02
Modified files:
databases/hs-postgresql-simple: Makefile distinfo
databases/hs-postgresql-simple/pkg: PLIST
Log message:
Update to hs-postgresql-simple-0.3.0.1.
From maintainer David Schaefer.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 13:18:46
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300
md.hppa md.hppa64 md.i386 md.landisk
md.loongson md.luna88k md.macppc
md.mvme68k md.mvme88k md.sgi md.socppc
md.sparc md.sparc64 md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:32:11
Modified files:
devel/gobject-introspection: Makefile distinfo
devel/gobject-introspection/patches: patch-giscanner_dumper_py
patch-giscanner_scannermain_py
patch-giscanner_sourcescanner_py
patch-giscanner_utils_py
devel/gobject-introspection/pkg: PLIST
Added files:
devel/gobject-introspection/patches: patch-giscanner_shlibs_py
Log message:
- update to gobject-introspection 1.36.0
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 13:32:28
Modified files:
x11/gnome/gcr : Makefile
Added files:
x11/gnome/gcr/patches: patch-gck_gck-misc_c
patch-gcr_gcr-collection-model_c
patch-gcr_gcr-collection_c
patch-gcr_gcr-list-selector_c
patch-gcr_gcr-tree-selector_c
Log message:
Fix build with new gobject-introspection.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:32:50
Modified files:
x11/gnome/gjs : Makefile distinfo
x11/gnome/gjs/pkg: PLIST
Log message:
- update to gjs-1.36.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:33:06
Modified files:
devel/libpeas : Makefile distinfo
devel/libpeas/patches: patch-configure
patch-tests_libpeas_plugins_extension-js_Makefile_in
devel/libpeas/pkg: PLIST
Added files:
devel/libpeas/patches:
patch-tests_libpeas_plugins_extension-python_Makefile_in
Log message:
- update to libpeas-1.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 13:33:13
Modified files:
graphics/clutter/cogl: Makefile distinfo
graphics/clutter/cogl/patches:
patch-cogl_winsys_cogl-winsys-egl-kms_c
graphics/clutter/cogl/pkg: DESCR PLIST
Removed files:
graphics/clutter/cogl/patches: patch-cogl_Makefile_in
Log message:
Update to cogl-1.14.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:33:34
Modified files:
graphics/clutter: Makefile.inc
Log message:
bump to 1.14
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 13:33:46
Modified files:
x11/gnome/sushi: Makefile distinfo
x11/gnome/sushi/patches: patch-configure
x11/gnome/sushi/pkg: PLIST
Log message:
Update to sushi-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:33:47
Modified files:
graphics/clutter/core: Makefile distinfo
graphics/clutter/core/patches: patch-clutter_Makefile_in
patch-configure
graphics/clutter/core/pkg: PLIST
Log message:
- update to clutter-1.14.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:34:00
Modified files:
graphics/clutter/clutter-gtk: Makefile distinfo
Log message:
- update to clutter-gtk-1.4.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:34:29
Modified files:
x11/gnome/libgda: Makefile
x11/gnome/libgda/pkg: PLIST-main PLIST-ui
Log message:
- disable vala for now
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/28 13:36:14
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h
Log message:
Add i915_enable_hangcheck parameter.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/28 13:38:53
Modified files:
sys/dev/pci/drm/i915: i915_gem.c i915_gem_execbuffer.c
Log message:
Call intel_mark_busy() in the right place, and call intel_mark_fb_busy()
where we used to call intel_mark_busy().
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:43:41
Modified files:
net/gupnp/core : Makefile distinfo
net/gupnp/core/pkg: PLIST
Removed files:
net/gupnp/core/patches: patch-libgupnp_Makefile_in
Log message:
- update to gupnp-0.20.1
* there's known breakage in rygel, that will be dealt with later.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:43:57
Modified files:
net/gupnp/av : Makefile distinfo
net/gupnp/av/pkg: PLIST
Removed files:
net/gupnp/av/pkg: PFRAG.shared
Log message:
- update to gupnp-av-0.12.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:44:13
Modified files:
net/gupnp/dlna : Makefile distinfo
net/gupnp/dlna/pkg: PLIST
Removed files:
net/gupnp/dlna/pkg: PFRAG.shared
Log message:
- update to gupnp-dlna-0.10.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:44:51
Modified files:
net/gupnp/tools: Makefile distinfo
net/gupnp/tools/pkg: PLIST
Added files:
net/gupnp/tools/patches: patch-configure_ac
Log message:
- update to gupnp-tools-0.8.6
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:56:09
Modified files:
productivity/zeitgeist: Makefile distinfo
productivity/zeitgeist/patches: patch-configure
productivity/zeitgeist/pkg: PLIST
Added files:
productivity/zeitgeist/patches: patch-libzeitgeist_Makefile_in
patch-libzeitgeist_log_vala
Log message:
- update to zeitgeist-0.9.10
* libzeitgeist and datahub have been merged now.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:56:28
Modified files:
productivity : Makefile
Log message:
unhook libzeitgeist
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:56:44
Removed files:
productivity/libzeitgeist: Makefile distinfo
productivity/libzeitgeist/pkg: DESCR PFRAG.shared PLIST
Log message:
remove; merged into zeitgeist
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 13:57:46
Modified files:
net/telepathy/folks: Makefile
x11/gnome/gedit: Makefile
x11/gnome/totem: Makefile
Log message:
adjust after libzeitgeist was merged into zeitgeist
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/28 14:01:18
Modified files:
lib/libc/sys : pathconf.2
Log message:
pathconf/fpathconf are now compliant with POSIX-2008.
Adjust the errnos a bit.
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/03/28 14:03:19
Modified files:
sys/dev/ic : rtsx.c
Log message:
Prevent a panic during rtsx(4) attachment. If a card is inserted while booting
the interrupt handler can be triggered before sdmmc(4) is attached. In which
case the interrupt handler's futile attempt to handle the newly inserted card
would crash the kernel. ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 14:03:29
Modified files:
x11/gnome/libgda: Makefile
x11/gnome/libgda/pkg: PLIST-main
Log message:
libgdatadatadata^Wlibgdadata should've been removed in the previous commit.
spotted by landry@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/28 14:08:10
Modified files:
usr.sbin/config: config.8
Log message:
shuffle the KERNEL BUILDING text a little; from daniel dickman
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 14:24:53
Modified files:
telephony/asterisk: Makefile distinfo
telephony/asterisk/patches: patch-Makefile
patch-configs_asterisk_conf_sample
patch-configs_res_odbc_conf_sample
patch-configs_sip_conf_sample
patch-configure_ac
patch-contrib_scripts_safe_asterisk
patch-main_features_c
patch-pbx_pbx_spool_c
patch-sounds_sounds_xml
telephony/asterisk/pkg: PLIST-main
Added files:
telephony/asterisk/patches: patch-res_pjproject_aconfigure
Log message:
update to Asterisk 11.3.0, various testing by myself and chris@
- this is a major version update to the new long-term support version
- please review UPGRADE.txt
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 14:26:45
Modified files:
telephony/asterisk-g729: Makefile distinfo
telephony/asterisk-g729/patches: patch-Makefile_in
Log message:
update to asterisk-g729 1.1 and build for Asterisk 11.x
CVSROOT: /cvs
Module name: www
Changes by: martynas@cvs.openbsd.org 2013/03/28 14:30:02
Modified files:
faq : current.html
Log message:
Add a note about cleaning /usr/obj/* if updating post-libc.so.67.0
and libm.so.8.0. Found the hard way by a few, sthen@ built successfuly
with this.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/28 14:37:51
Modified files:
sys/dev/pci/drm/i915: i915_irq.c
Log message:
Reduce diffs with Linux now that we have i915_enable_hangcheck.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/28 14:37:56
Modified files:
lib/libc/sys : pathconf.2
Log message:
no Pp before/after Sh;
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 15:09:12
Modified files:
productivity/zeitgeist: Makefile
productivity/zeitgeist/patches: patch-configure
productivity/zeitgeist/pkg: DESCR PLIST
Log message:
RUN_DEPENDS, py-gobject => py-gobject3.
Missing TEST_DEPENDS.
Fix LIBZEITGEIST_LT_VERSION.
Sync DESCR with source.
Add conflict with libzeitgeist-* so that it gets removed.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/28 15:14:28
Modified files:
x11/gnome/totem: Makefile
Log message:
devel/py-gobject => devel/py-gobject3
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/28 15:20:46
Modified files:
etc : MAKEDEV.common
Log message:
vscsi(8) -> vscsi(4);
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 15:20:47
Added files:
graphics/glm/patches: patch-CMakeLists_txt
Log message:
don't use -mfpmath=387, no pkg change (this is just used for building
the test suite) -> no bump
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/28 15:22:32
Modified files:
share/man/man8/man8.alpha: MAKEDEV.8
share/man/man8/man8.amd64: MAKEDEV.8
share/man/man8/man8.armish: MAKEDEV.8
share/man/man8/man8.aviion: MAKEDEV.8
share/man/man8/man8.beagle: MAKEDEV.8
share/man/man8/man8.hp300: MAKEDEV.8
share/man/man8/man8.hppa: MAKEDEV.8
share/man/man8/man8.hppa64: MAKEDEV.8
share/man/man8/man8.i386: MAKEDEV.8
share/man/man8/man8.landisk: MAKEDEV.8
share/man/man8/man8.loongson: MAKEDEV.8
share/man/man8/man8.luna88k: MAKEDEV.8
share/man/man8/man8.macppc: MAKEDEV.8
share/man/man8/man8.mvme68k: MAKEDEV.8
share/man/man8/man8.mvme88k: MAKEDEV.8
share/man/man8/man8.octeon: MAKEDEV.8
share/man/man8/man8.sgi: MAKEDEV.8
share/man/man8/man8.socppc: MAKEDEV.8
share/man/man8/man8.sparc: MAKEDEV.8
share/man/man8/man8.sparc64: MAKEDEV.8
share/man/man8/man8.vax: MAKEDEV.8
share/man/man8/man8.zaurus: MAKEDEV.8
Log message:
regen for vscsi(8) -> vscsi(4);
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:24:19
Modified files:
x11/gnome/empathy: Makefile
Log message:
fix WANTLIB
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 15:25:17
Modified files:
telephony/asterisk: Makefile
Added files:
telephony/asterisk/patches: patch-channels_chan_sip_c
patch-res_res_fax_c
Log message:
Add patches to resolve a T38 fax-related deadlock researched by chris@
https://issues.asterisk.org/jira/secure/attachment/46850/fax-deadlock-v2.patch-11.3.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:30:35
Modified files:
productivity : Makefile
Added files:
productivity/libzeitgeist: Makefile distinfo
productivity/libzeitgeist/pkg: DESCR PFRAG.shared PLIST
Log message:
re-add for now, there was some fallout lurking in the dark.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:32:03
Modified files:
net/telepathy/folks: Makefile
x11/gnome/gedit: Makefile
x11/gnome/totem: Makefile
x11/gnome/empathy: Makefile
Log message:
re-instate previous WANTLIB
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:36:04
Modified files:
productivity/libzeitgeist: Makefile
Log message:
tweak previous
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:37:34
Modified files:
productivity/zeitgeist: Makefile distinfo
productivity/zeitgeist/patches: patch-configure
productivity/zeitgeist/pkg: DESCR PLIST
Removed files:
productivity/zeitgeist/patches: patch-libzeitgeist_Makefile_in
patch-libzeitgeist_log_vala
Log message:
revert previous. dependants need more work afterall.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:39:26
Modified files:
productivity/libzeitgeist: Makefile
productivity/zeitgeist: Makefile
Log message:
...
CVSROOT: /cvs
Module name: www
Changes by: martynas@cvs.openbsd.org 2013/03/28 15:49:08
Modified files:
faq : current.html
Log message:
Actually, this step is not needed. But please make sure includes
are propagated because GCC won't tell you if they're not, will do
the wrong thing, and then will laugh at you. Thanks to guenther@
and matthew@ for diagnosing.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/28 15:56:31
Modified files:
x11/gnome/anjuta: Makefile
x11/gnome/anjuta/pkg: PLIST
Log message:
castrate anjuta's valas too for the time being.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/28 16:00:02
Modified files:
usr.bin/pkg-config: pkg-config
Log message:
allow passing a full path to a .pc file, instead of just the module name.
fd.o pkg-config allows this and some ports landry's working on depend on it.
tested in a bulk by landry@, thanks
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/28 16:02:18
Modified files:
telephony/asterisk-g729: Makefile
Log message:
fix for newer bsd.port.mk, spotted by naddy
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/28 16:41:48
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Add missing locking in i915_gem_retire_work_handler() and call
intel_mark_idle() when idle.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/28 17:10:06
Modified files:
sys/net : if.c if_bridge.c if_pflow.c pfkeyv2_convert.c
pipex.c ppp_tty.c route.c
sys/netinet : if_ether.c ip_carp.c ip_ipsp.c ip_spd.c
ipsec_input.c ipsec_output.c tcp_input.c
tcp_subr.c
sys/netinet6 : ip6_input.c
Log message:
code that calls timeout functions should include timeout.h
slipped by on i386, but the zaurus doesn't automagically pick it up.
spotted by patrick
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/03/28 17:18:24
ports/devel/ocaml-extlib/patches
Update of /cvs/ports/devel/ocaml-extlib/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32607/patches
Log Message:
Directory /cvs/ports/devel/ocaml-extlib/patches added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/28 17:19:26
Modified files:
sys/dev/pci/drm/i915: i915_dma.c i915_drv.c
Log message:
add support for relaxed deltas
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/03/28 17:21:02
Modified files:
devel/ocaml-extlib: Makefile
devel/ocaml-extlib/pkg: PLIST
Added files:
devel/ocaml-extlib/patches: patch-Makefile
Log message:
Make sure extLib.cmi gets installed, which will be required by other
ports (opam) currently being worked on. From jca@wxcvbn.org.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/28 17:36:28
Modified files:
devel/py-mock : Makefile distinfo
devel/py-mock/pkg: PLIST
Log message:
update to 1.0.1
remove eric@ as MAINTAINER by his request
ok sthen@, eric@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/28 17:40:56
Modified files:
www/fcgi-cgi : Makefile distinfo
www/fcgi-cgi/patches: patch-Makefile_am patch-configure_ac
Log message:
- Fix autoconf/automake usage. Set CONFIGURE_STYLE or call autogen.sh but
not both.
- Correct the automake bits that were added for static linking. The libraries
were inserted into the wrong variable so the link order was wrong.
- Tidy up the CONFIGURE_ENV usage.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/28 17:44:14
Modified files:
textproc/py-sphinx: Makefile distinfo
textproc/py-sphinx/pkg: PLIST
Log message:
update to 1.1.3
ok martynas@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/28 17:47:37
Modified files:
sys/dev/pci/drm: drmP.h
Log message:
as DRM_LOG_KMS is called with partial lines make it a simple printf
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/28 17:58:48
Modified files:
net/py-boto : Makefile distinfo
net/py-boto/pkg: DESCR PLIST
Log message:
- update to 2.8.0
- change HOMEPAGE/MASTER_SITES
- add {RUN,BUILD,TEST}_DEPENDS
- enable (limited) regression tests
- extend DESCR to reflect current features
with comments and "go ahead" sthen@
MAINAINER timeout
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/28 17:58:56
Modified files:
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/28 19:29:16
Modified files:
sbin/sysctl : sysctl.c
Log message:
sadly, we are going to need machine/cpu.h here for a while to get machdep
noticed by naddy
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/28 19:35:37
Modified files:
sbin/sysctl : sysctl.c
sys/dev : rndvar.h
Log message:
remove some of the unused fields from rndstats and stop printing zeroes.
print labels before stats so people can tell what's what.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/28 20:47:02
Modified files:
sys/dev/pci/drm: drm_edid.c
Log message:
release the i2c bus in the error paths of fetching an edid
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/03/28 21:54:34
Log message:
Import s-nail-14.2.
S-nail is a fork of Heirloom mailx, formerly known as nail. It is a mail user
agent derived from Berkeley Mail 8.1 and is intended to provide the
functionality of the POSIX.2 mailx command with additional support for MIME
messages, Maildir, POP3, IMAP, SMTP, threading, spam control, and other
features.
ok sthen@
Status:
Vendor Tag: william
Release Tags: william_20130328
N ports/mail/s-nail/Makefile
N ports/mail/s-nail/distinfo
N ports/mail/s-nail/patches/patch-cmd1_c
N ports/mail/s-nail/patches/patch-nail_rc
N ports/mail/s-nail/pkg/DESCR
N ports/mail/s-nail/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/03/28 21:58:41
Modified files:
mail : Makefile
Log message:
s-nail replaces nail
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/03/28 21:59:45
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
'nail' => 's-nail'
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/03/28 22:01:31
Removed files:
mail/nail : Makefile distinfo
mail/nail/patches: patch-mailx_1 patch-makeconfig patch-nail_rc
patch-openssl_c
mail/nail/pkg : DESCR PLIST
Log message:
s-nail has replaced nail
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/03/28 22:22:59
Modified files:
net/snort : Makefile distinfo
net/snort/patches:
patch-src_dynamic-plugins_sf_engine_Makefile_in
patch-src_dynamic-preprocessors_Makefile_in
patch-src_dynamic-preprocessors_dcerpc2_Makefile_in
patch-src_dynamic-preprocessors_dnp3_Makefile_in
patch-src_dynamic-preprocessors_dns_Makefile_in
patch-src_dynamic-preprocessors_ftptelnet_Makefile_in
patch-src_dynamic-preprocessors_gtp_Makefile_in
patch-src_dynamic-preprocessors_imap_Makefile_in
patch-src_dynamic-preprocessors_modbus_Makefile_in
patch-src_dynamic-preprocessors_pop_Makefile_in
patch-src_dynamic-preprocessors_reputation_Makefile_in
patch-src_dynamic-preprocessors_sdf_Makefile_in
patch-src_dynamic-preprocessors_sip_Makefile_in
patch-src_dynamic-preprocessors_smtp_Makefile_in
patch-src_dynamic-preprocessors_ssh_Makefile_in
patch-src_dynamic-preprocessors_ssl_Makefile_in
patch-src_preprocessors_Stream5_snort_stream5_tcp_c
Log message:
Update to Snort 2.9.4.1.
Tested on amd64 and i386 by myself, and on 5.2/amd64 by Rodolfo Gouveia.
From Markus Lude (maintainer) with a tweak by me to remove PKGNAME which
is no longer needed.
"go ahead" sthen@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/28 22:31:37
Modified files:
sys/arch/amd64/conf: RAMDISK_CD
sys/arch/i386/conf: RAMDISK_CD
Log message:
put urtwn in big ramdisks so I can use it for upgrades
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/28 23:15:42
Modified files:
sys/dev/pci/drm/i915: i915_gem_tiling.c
Log message:
reduce the diff to linux in i915_gem_get/set_tiling
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 01:31:01
Modified files:
devel/dconf : Makefile distinfo
devel/dconf/patches: patch-bin_Makefile_in
patch-client_Makefile_in
patch-dbus-1_Makefile_in
patch-editor_Makefile_in
patch-tests_Makefile_in
devel/dconf/pkg: DESCR-editor DESCR-main PLIST-editor PLIST-main
Removed files:
devel/dconf/patches: patch-editor_dconf-model_vala
patch-editor_dconf-schema_vala
patch-shm_dconf-shm_c
Log message:
Update to dconf-0.16.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 01:33:46
Modified files:
devel/gsettings-desktop-schemas: Makefile distinfo
devel/gsettings-desktop-schemas/pkg: PLIST
Log message:
Update to gsettings-desktop-schemas-3.8.0.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/29 01:43:52
Modified files:
sys/dev/usb : if_urtwn.c
Log message:
Fix building on the RAMDISK media. This was exposed by SMALL_KERNEL.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 01:48:29
Modified files:
x11/gnome/themes-standard: Makefile distinfo
x11/gnome/themes-standard/pkg: PLIST
Added files:
x11/gnome/themes-standard/patches: patch-configure
Log message:
Update to gnome-themes-standard-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 01:49:31
Modified files:
x11/gnome/icon-theme: Makefile distinfo
x11/gnome/icon-theme/pkg: PLIST
Log message:
Update to gnome-icon-theme-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 01:52:03
Modified files:
x11/gnome/icon-theme-symbolic: Makefile distinfo
x11/gnome/icon-theme-symbolic/pkg: PLIST
Log message:
Update to gnome-icon-theme-symbolic-3.8.0.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 01:55:44
Modified files:
x11/gnome/libgnome-keyring: Makefile distinfo
x11/gnome/libgnome-keyring/pkg: PLIST
Removed files:
x11/gnome/libgnome-keyring/patches: patch-egg_egg-hkdf_c
x11/gnome/libgnome-keyring/pkg: PFRAG.shared
Log message:
Update to libgnome-keyring-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:02:03
Modified files:
x11/gnome/libcryptui: Makefile distinfo
x11/gnome/libcryptui/pkg: PLIST
Removed files:
x11/gnome/libcryptui/pkg: PFRAG.shared
Log message:
Update to libcryptui-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:15:46
Removed files:
x11/gnome/video-arcade: Makefile distinfo
x11/gnome/video-arcade/pkg: DESCR PFRAG.shared PLIST
Log message:
Remove this old stuff; there are alternative in ports.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:16:26
Modified files:
x11/gnome : Makefile
Log message:
-video-arcade
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:19:16
Modified files:
meta/gnome : Makefile
Log message:
nautilus-open-terminal will be merged into gnome-terminal.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 02:19:40
Removed files:
x11/gnome/glom : Makefile distinfo
x11/gnome/glom/patches: patch-configure
patch-glom_libglom_connectionpool_backends_postgres_self_cc
patch-glom_libglom_connectionpool_cc
x11/gnome/glom/pkg: DESCR PLIST
Log message:
drop glom, which was only half-usefull and has better alternatives elsewhere in ports.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 02:20:21
Removed files:
x11/gnome/libgdamm: Makefile distinfo
x11/gnome/libgdamm/pkg: DESCR PLIST
Log message:
remove this clutter, it's unused and dead upstream.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 02:20:26
Modified files:
x11/gnome : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 02:20:49
Modified files:
graphics : Makefile
Log message:
unhook goocanvasmm2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 02:21:01
Removed files:
graphics/goocanvasmm2: Makefile distinfo
graphics/goocanvasmm2/pkg: DESCR PFRAG.shared PLIST
Log message:
remove this unused and unmaintained crap.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:25:04
Removed files:
x11/gnome/nautilus-open-terminal: Makefile distinfo
x11/gnome/nautilus-open-terminal/pkg: DESCR PLIST
Log message:
Remove, this will be merged into gnome-terminal.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:25:45
Modified files:
x11/gnome : Makefile
Log message:
-nautilus-open-terminal
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 02:27:50
Modified files:
x11/gnome/gnote: Makefile distinfo
x11/gnome/gnote/pkg: PLIST
Log message:
- update to gnote-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 02:46:00
Modified files:
x11/gnome/gcr : Makefile distinfo
x11/gnome/gcr/pkg: PLIST
Removed files:
x11/gnome/gcr/patches: patch-egg_egg-hkdf_c
patch-gck_gck-attributes_c
patch-gck_gck-misc_c
patch-gck_tests_test-gck-attributes_c
patch-gcr_Makefile_am
patch-gcr_gcr-base_symbols
patch-gcr_gcr-collection-model_c
patch-gcr_gcr-collection_c
patch-gcr_gcr-list-selector_c
patch-gcr_gcr-tree-selector_c
x11/gnome/gcr/pkg: PFRAG.shared
Log message:
Update to gcr-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 03:02:57
Modified files:
meta/gnome : Makefile
Log message:
Sync, some subapckages are going to be merged.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 03:09:25
Modified files:
x11/gnome/tracker: Makefile
Log message:
Remove mention of folks.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/29 03:31:00
Modified files:
security/clamav-unofficial-sigs: Makefile distinfo
security/clamav-unofficial-sigs/patches:
patch-clamav-unofficial-sigs_conf
Log message:
update MASTER_SITES and remove the following lists from the sample config,
they are defunct: INetMsg-SpamDomains-2m.ndb INetMsg-SpamDomains-2w.ndb
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 03:47:13
Modified files:
x11/gnome/gcr : Makefile
x11/gnome/gcr/pkg: PLIST
Log message:
Missing lib.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 03:48:08
Modified files:
x11/gnome/keyring: Makefile distinfo
x11/gnome/keyring/patches:
patch-pkcs11_secret-store_tests_dump-keyring0-format_c
x11/gnome/keyring/pkg: PLIST
Removed files:
x11/gnome/keyring/patches: patch-egg_egg-hkdf_c
Log message:
Update to gnome-keyring-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 04:04:06
Modified files:
x11/gnome/yelp-xsl: Makefile distinfo
x11/gnome/yelp-xsl/pkg: PLIST
Log message:
Update to yelp-xsl-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 04:08:49
Modified files:
devel/libsoup : Makefile distinfo
devel/libsoup/pkg: PLIST-main
Added files:
devel/libsoup/patches: patch-configure
Log message:
Update to libsoup-2.42.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 04:45:48
Modified files:
x11/gnome/doc-utils: Makefile
x11/gnome/doc-utils/pkg: PLIST
Added files:
x11/gnome/doc-utils/patches: patch-tools_gnome-doc-utils_make
Log message:
Fix creation of symlinks.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 04:45:59
Modified files:
x11/gnome/libgweather: Makefile distinfo
x11/gnome/libgweather/patches: patch-configure
x11/gnome/libgweather/pkg: PLIST
Log message:
- update to libgweather-3.8.0
* temporarily switch to gcc-4.6 untill our base compiler can handle the 'd'
suffix on floating point constants.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 04:46:24
Modified files:
x11/gnome/user-docs: Makefile distinfo
x11/gnome/user-docs/pkg: PLIST
Log message:
Update to gnome-user-docs-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 04:47:05
Modified files:
x11/gnome/online-accounts: Makefile distinfo
x11/gnome/online-accounts/pkg: PLIST
Removed files:
x11/gnome/online-accounts/pkg: PFRAG.shared
Log message:
- update to gnome-online-accounts-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 04:47:13
Modified files:
x11/gnome/devel-docs: Makefile distinfo
x11/gnome/devel-docs/pkg: PLIST
Log message:
Update to gnome-devel-docs-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 05:00:06
Modified files:
x11/gnome/libgweather: Makefile
Log message:
Remove commented entry.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 05:09:58
Modified files:
x11/gnome/gvfs : Makefile distinfo
x11/gnome/gvfs/pkg: PFRAG.shared-main PLIST-main
Log message:
Update to gvfs-1.16.0.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/29 05:46:45
Modified files:
sys/dev : softraid.c softraid_crypto.c softraid_raid1.c
softraid_raid6.c softraid_raidp.c
Log message:
sd_wu_pending is only decremented when scsi_done() or scsi_io_put() are
called. As a result, factor out the the sd_sync check/wakeup code and move
it to after the scsi_done() call in sr_scsi_done(). Perform the same
sd_sync check/wakeup after scsi_io_put() calls (including the addition of
some that were previously missed).
ok krw@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/29 06:00:59
Modified files:
sys/dev : softraid.c softraid_raid1.c softraid_raid6.c
softraid_raidp.c softraidvar.h
Log message:
Decouple wakeups on work unit completion from the type of I/O being
performed.
ok krw@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/29 06:13:12
Modified files:
usr.sbin/nsd : Makefile.bsd-wrapper
Log message:
Enable the response rate limiting code in NSD in the default build,
see http://www.nlnetlabs.nl/blog/2012/10/11/nsd-ratelimit/ for more
information.
camield, phessler and deraadt agree this is a sane default.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 06:19:38
Modified files:
x11/gnome/gvfs : Makefile
x11/gnome/gvfs/pkg: PLIST-main
Removed files:
x11/gnome/gvfs/files: mount-archive.desktop.in
Log message:
Drop mount-archive.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/29 06:20:34
Modified files:
sys/net : if.c
Log message:
Replace hand-crafted loops in if.c with the FOREACH macro.
OK tedu@ claudio@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 06:29:45
Modified files:
x11/gnome/desktop: Makefile distinfo
x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in
x11/gnome/desktop/pkg: PLIST
Log message:
Update to gnome-desktop-3.8.0.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 06:31:01
Modified files:
meta/gnome : Makefile
Log message:
Welcome GNOME 3.8... well not just quite yet, but sync with gnome-desktop
release :)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/29 06:37:43
Modified files:
audio/fluidsynth: Makefile distinfo
audio/fluidsynth/files: fluid_sndio.c
audio/fluidsynth/patches: patch-configure_ac
patch-fluidsynth_pc_in
patch-src_Makefile_am
patch-src_fluidsynth_c
audio/fluidsynth/pkg: DESCR PLIST
Added files:
audio/fluidsynth/patches: patch-src_drivers_fluid_adriver_c
patch-src_drivers_fluid_jack_c
patch-src_drivers_fluid_mdriver_c
patch-src_utils_fluid_sys_c
Removed files:
audio/fluidsynth/patches: patch-src_fluid_adriver_c
patch-src_fluid_jack_c
patch-src_fluid_mdriver_c
patch-src_fluid_sys_c
audio/fluidsynth/pkg: PFRAG.shared
Log message:
- update to FluidSynth 1.1.6
- disable jack dependency, it doesn't work (noticed by Jan Stary)
- add a note explaining that you need a soundfount and point people
at the generaluser-gs-soundfont package
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 06:41:26
Modified files:
sysutils/upower: Makefile distinfo
sysutils/upower/patches: patch-configure
patch-src_openbsd_up-backend_c
Log message:
Update to upower-0.9.20.
ok landry@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: gerhard@cvs.openbsd.org 2013/03/29 06:53:41
Modified files:
usr.sbin/snmpd : parse.y snmpd.conf.5 snmpd.h snmpe.c
Log message:
Patch from Ilya Bakulin that allows to put snmpd(8) into read-only mode
so that all "set" requests will be rejected.
ok reyk@
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/03/29 06:56:19
Modified files:
usr.sbin/smtpd : makemap.c
Log message:
Prevent race conditions in db file handling.
ok gilles
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/29 07:05:47
Modified files:
sys/dev : softraid_raid6.c softraid_raidp.c
Log message:
Convert RAID 4/5/6 to new ccb completion code.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/29 07:16:14
Modified files:
sys/net : pf.c
sys/netinet : in_pcb.c in_pcb.h ip_input.c tcp_input.c
udp_usrreq.c
sys/sys : mbuf.h
Log message:
Declare struct pf_state_key in the mbuf and in_pcb header files to
avoid ugly casts.
OK krw@ tedu@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:16:17
Log message:
import libaccounts-glib 1.1
Accounts & SSO is a framework consists of a set of components and
libraries which implement an account manager for a user's online
accounts and a single-sign-on daemon which handles the authentication to
the remote services on behalf of the client applications.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20132903
N ports/net/libaccounts-glib/distinfo
N ports/net/libaccounts-glib/Makefile
N ports/net/libaccounts-glib/pkg/PLIST
N ports/net/libaccounts-glib/pkg/DESCR
N ports/net/libaccounts-glib/patches/patch-libaccounts-glib_ag-manager_h
N ports/net/libaccounts-glib/patches/patch-libaccounts-glib_ag-account_h
N ports/net/libaccounts-glib/patches/patch-libaccounts-glib_Makefile_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:18:30
Modified files:
net : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:19:36
Modified files:
x11/gnome/planner: Makefile distinfo
x11/gnome/planner/patches: patch-libplanner_mrp-time_c
x11/gnome/planner/pkg: PLIST
Log message:
- update to a recent git clone which fixes loads of deprecation warnings
and drops the user of two deprecated libs.
ok aja@
CVSROOT: /cvs
Module name: www
Changes by: eric@cvs.openbsd.org 2013/03/29 07:19:56
Modified files:
. : want.html
Log message:
I could need a new laptop
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:20:12
Modified files:
x11/gnome/planner: Makefile
Log message:
make it clear which git revision was used.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 07:23:50
Modified files:
devel/libmtp : Makefile distinfo
devel/libmtp/pkg: PLIST
Removed files:
devel/libmtp/pkg: PFRAG.shared
Log message:
Bugfix update to libmtp-1.1.6.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 07:24:23
Modified files:
net/libaccounts-glib/pkg: PLIST
Log message:
Needed a plist regen; no bump, it was just imported.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:27:15
Modified files:
net/libaccounts-glib/patches:
patch-libaccounts-glib_ag-account_h
patch-libaccounts-glib_ag-manager_h
Log message:
add links to upstream issue tracker
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:42:59
Modified files:
net/libaccounts-glib: Makefile distinfo
net/libaccounts-glib/pkg: PLIST
Removed files:
net/libaccounts-glib/patches: patch-libaccounts-glib_Makefile_in
patch-libaccounts-glib_ag-account_h
patch-libaccounts-glib_ag-manager_h
Log message:
ugh, turns out i was looking at the wrong master_sites. update to 1.8
and clean things up a bit.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 07:57:59
Modified files:
x11/gnome/menus: Makefile distinfo
x11/gnome/menus/pkg: DESCR PLIST
Added files:
x11/gnome/menus/patches: patch-layout_gnome-applications_menu
Removed files:
x11/gnome/menus/patches: patch-layout_applications_menu
Log message:
Update to gnome-menus-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 07:59:41
Modified files:
net/libaccounts-glib: Makefile
net/libaccounts-glib/pkg: DESCR
Log message:
tweak DESCR/COMMENT
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 08:17:25
Modified files:
x11/gnome/settings-daemon: Makefile distinfo
x11/gnome/settings-daemon/pkg: PLIST
Added files:
x11/gnome/settings-daemon/patches:
patch-plugins_power_gsd-backlight-linux_c
Removed files:
x11/gnome/settings-daemon/patches:
patch-plugins_xrandr_gsd-xrandr-manager_c
Log message:
Update to gnome-settings-daemon-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 08:17:46
Modified files:
x11/gnome/zenity: Makefile distinfo
x11/gnome/zenity/pkg: PLIST
Log message:
- update to zenity-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 08:25:58
Modified files:
x11/gnome/zenity: Makefile
Log message:
drop CONFIGURE_ARGS which are the default anyway
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 08:31:01
Modified files:
x11/gnome/gucharmap: Makefile distinfo
x11/gnome/gucharmap/pkg: PLIST
Log message:
- update to gucharmap-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 08:31:14
Modified files:
x11/gnome/yelp : Makefile distinfo
x11/gnome/yelp/patches: patch-configure
patch-libyelp_yelp-view_c
x11/gnome/yelp/pkg: DESCR PLIST
Removed files:
x11/gnome/yelp/pkg: PFRAG.shared
Log message:
Update to yelp-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 08:36:03
Modified files:
x11/gnome/settings-daemon/patches:
patch-plugins_power_gsd-backlight-linux_c
Log message:
BZ url.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 08:43:31
Modified files:
x11/gnome/desktop: Makefile
Log message:
Missing dependency on iso-codes; spotted by jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 08:57:09
Modified files:
devel/gobject-introspection/patches: patch-giscanner_shlibs_py
Log message:
pushed upstream, no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:08:03
Log message:
import gnome-calculator 3.8.0
Calculator is an application that solves mathematical equations and is
suitable as a default application in a Desktop environment
feedback/ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20132903
N ports/x11/gnome/calculator/Makefile
N ports/x11/gnome/calculator/distinfo
N ports/x11/gnome/calculator/pkg/DESCR
N ports/x11/gnome/calculator/pkg/PLIST
N ports/x11/gnome/calculator/patches/patch-aclocal_m4
N ports/x11/gnome/calculator/patches/patch-src_equation-lexer_vala
N ports/x11/gnome/calculator/patches/patch-src_equation-parser_vala
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:08:29
Removed files:
x11/gnome/gcalctool: Makefile distinfo
x11/gnome/gcalctool/patches: patch-aclocal_m4
x11/gnome/gcalctool/pkg: DESCR PLIST
Log message:
remove, it's been renamed/superseded by gnome-calculator
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:08:36
Modified files:
x11/gnome : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/03/29 09:08:44
Modified files:
devel/jdk/1.7 : Makefile
Added files:
devel/jdk/1.7/patches:
patch-jdk_make_com_sun_tools_attach_mapfile-bsd
Log message:
- Add missing symbol to mapfile to fix UnsatisfiedLinkError in jconsole.
Reported by Christian Schulte.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:09:28
Modified files:
meta/gnome : Makefile
Log message:
gcalctool -> gnome-calculator
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:13:29
Modified files:
x11/gnome/nautilus: Makefile distinfo
x11/gnome/nautilus/pkg: PLIST
Removed files:
x11/gnome/nautilus/pkg: PFRAG.shared
Log message:
- update to nautilus-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 09:17:02
Modified files:
databases/evolution-data-server: Makefile distinfo
databases/evolution-data-server/patches:
patch-addressbook_backends_file_e-book-backend-file_c
patch-addressbook_backends_ldap_e-book-backend-ldap_c
patch-calendar_libedata-cal_e-cal-backend-intervaltree_c
patch-camel_providers_local_camel-maildir-summary_c
databases/evolution-data-server/pkg: PLIST
Added files:
databases/evolution-data-server/patches:
patch-addressbook_libebook-contacts_e-book-query_c
patch-tests_libebook-contacts_test-phone-number_c
patch-tests_libebook-contacts_test-query_c
patch-tests_libebook_client_test-client-custom-summary_c
patch-tests_test-server-utils_e-test-server-utils_c
Removed files:
databases/evolution-data-server/patches:
patch-addressbook_backends_vcf_e-book-backend-vcf_c
patch-addressbook_libedata-book_e-data-book-factory_c
Log message:
Update to evolution-data-server-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:19:46
Modified files:
x11/gnome/font-viewer: Makefile distinfo
x11/gnome/font-viewer/patches: patch-configure
x11/gnome/font-viewer/pkg: PLIST
Log message:
- update to gnome-font-viewer-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 09:21:04
Modified files:
x11/gnome/devhelp: Makefile distinfo
x11/gnome/devhelp/patches: patch-configure
x11/gnome/devhelp/pkg: PLIST
Log message:
Update to devhelp-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:21:49
Modified files:
x11/gnome/system-log: Makefile distinfo
x11/gnome/system-log/patches: patch-configure
x11/gnome/system-log/pkg: PLIST
Log message:
- update to gnome-system-log-3.8.0
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/29 09:26:45
Modified files:
sys/dev : softraid_raid1.c softraid_raidp.c
softraid_raid6.c
Log message:
Properly release ccbs when restarting a work unit.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:27:20
Removed files:
www/epiphany-extensions: Makefile distinfo
www/epiphany-extensions/pkg: DESCR PLIST
Log message:
drop epiphany-extensions, it's deprecated and unmaintained
prompted by aja@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:27:27
Modified files:
www : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:29:28
Modified files:
www/epiphany : Makefile
Log message:
- remove mentions of epiphany-extensions
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:30:27
Modified files:
meta/gnome : Makefile
Log message:
no more epiphany-extensions.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:38:26
Modified files:
x11/gnome/file-roller: Makefile distinfo
x11/gnome/file-roller/patches: patch-configure
Added files:
x11/gnome/file-roller/pkg: DESCR PLIST
Removed files:
x11/gnome/file-roller/pkg: DESCR-main DESCR-nautilus PLIST-main
PLIST-nautilus
Log message:
- update to file-roller-3.8.0
* merge nautilus plugin into the regular package.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:39:56
Modified files:
x11/xfce4/thunar-archive: Makefile
meta/gnome : Makefile
Log message:
bump dependants of file-roller
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 09:41:03
Modified files:
x11/gnome/session: Makefile distinfo
x11/gnome/session/pkg: PLIST
Added files:
x11/gnome/session/patches: patch-gnome-session_gsm-manager_c
Removed files:
x11/gnome/session/patches: patch-data_hardware-compatibility
patch-gnome-session_main_c
Log message:
Update to gnome-session-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:47:01
Modified files:
x11/gnome/screenshot: Makefile distinfo
x11/gnome/screenshot/pkg: PLIST
Log message:
- update to gnome-screenshot-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 09:59:04
Modified files:
x11/gtksourceview3: Makefile distinfo
x11/gtksourceview3/patches: patch-configure
x11/gtksourceview3/pkg: PFRAG.shared PLIST
Log message:
- update to gtksourceview-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 09:59:06
Modified files:
x11/gnome/nautilus: Makefile
Log message:
Drop uneeded CONFIGURE_ARGS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:04:14
Modified files:
x11/gnome/settings-daemon: Makefile
Log message:
Document the x11/gnome/session cyclic dep.
Fix hardcoded path in man page.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:17:31
Modified files:
x11/gnome/file-roller: Makefile
x11/gnome/file-roller/pkg: PLIST
Log message:
Missing conflict marker.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:18:40
Removed files:
x11/gnome/metacity: Makefile distinfo
x11/gnome/metacity/patches: patch-src_core_delete_c
x11/gnome/metacity/pkg: DESCR PLIST
Log message:
metacity is dead, long live mutter.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:19:28
Modified files:
x11/gnome : Makefile
Log message:
-metacity
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:24:00
Modified files:
x11/gnome/rygel: Makefile
Log message:
Mark broken for now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:25:39
Removed files:
x11/gtksourceview3/pkg: PFRAG.shared
Log message:
Drop empty plist.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:28:27
Modified files:
x11/gnome/tracker: Makefile distinfo
x11/gnome/tracker/patches: patch-configure
patch-src_libtracker-common_Makefile_in
patch-src_tracker-control_tracker-control-general_c
patch-tests_libtracker-miner_Makefile_in
Added files:
x11/gnome/tracker/pkg: DESCR PLIST
Removed files:
x11/gnome/tracker/pkg: DESCR-evolution DESCR-main DESCR-nautilus
PLIST-evolution PLIST-main PLIST-nautilus
Log message:
Update to (meta-)tracker-0.16.0.
Merge -nautilus into -main.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:30:48
Removed files:
x11/gnome/panel: Makefile distinfo
x11/gnome/panel/pkg: DESCR PLIST
Log message:
Bye bye gnome-panel.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:31:04
Modified files:
x11/gnome : Makefile
Log message:
-panel
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:35:44
Modified files:
x11/gnome : gnome.port.mk
Log message:
Bump BUILD_DEPENDS versions.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:37:01
Modified files:
x11/gnome/grilo-plugins: Makefile
Log message:
Fix after the tracker update.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/29 10:39:34
Modified files:
net/icinga/core: Makefile
net/icinga/core/pkg: README-main
Log message:
fix example to restart httpd in README
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:40:02
Modified files:
x11/gnome/baobab: Makefile distinfo
x11/gnome/baobab/patches: patch-configure patch-src_Makefile_in
Log message:
Update to baobab-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:40:49
Removed files:
x11/gnome/video-effects: Makefile distinfo
x11/gnome/video-effects/pkg: DESCR PLIST
Log message:
Remove; it could be moslty used by cheese which will never work for us
since it requires udev.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:41:00
Modified files:
x11/gnome : Makefile
Log message:
-video-effects
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 10:46:14
Modified files:
x11/gnome/mutter: Makefile distinfo
x11/gnome/mutter/pkg: PLIST
Added files:
x11/gnome/mutter/patches: patch-src_compositor_meta-background_c
patch-src_ui_ui_c
Log message:
- update to mutter-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 10:47:56
Modified files:
x11/gnome/nautilus: Makefile
Log message:
x11/gnome/nautilus-open-terminal is no more
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 10:48:27
Modified files:
net/telepathy/folks: Makefile
Added files:
net/telepathy/folks/pkg: DESCR PLIST
Removed files:
net/telepathy/folks/pkg: DESCR-main DESCR-tracker PLIST-main
PLIST-tracker
Log message:
drop tracker subpackage.
as suggested by aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:49:15
Modified files:
x11/gnome/mutter: Makefile
Log message:
Loosen up build/run depends; no bump, was just imported.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 10:50:59
Modified files:
x11/gnome/empathy: Makefile
x11/gnome/contacts: Makefile
Log message:
bump after recent folks merge.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:53:22
Modified files:
net/telepathy/folks: Makefile
net/telepathy/folks/pkg: PLIST
Log message:
Fix @conflict marker.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:54:37
Modified files:
x11/gnome/color-manager: Makefile distinfo
x11/gnome/color-manager/patches: patch-configure
x11/gnome/color-manager/pkg: PLIST
Log message:
Update to gnome-color-manager-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 10:58:30
Modified files:
x11/gnome/file-roller: Makefile
x11/gnome/nautilus: Makefile
x11/gnome/settings-daemon: Makefile
Log message:
Drop uneeded CONFIGURE_ARGS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 11:06:43
Modified files:
devel/libgee : Makefile distinfo
devel/libgee/pkg: DESCR
Log message:
Update to libgee-0.10.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 11:31:41
Modified files:
x11/gnome/libgda: Makefile
Log message:
Fix dependencies after vala got disabled.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 11:41:14
Modified files:
x11/gnome/nautilus: Makefile
Log message:
Add x11/gnome/terminal to the watch list.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 11:43:52
Modified files:
meta/gnome : Makefile
Log message:
Move gvfs,-smb from -extra to -main since gnome-control-center will depend
on samba anyway.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 11:57:26
Modified files:
x11/gnome/gitg : Makefile distinfo
x11/gnome/gitg/patches: patch-configure
x11/gnome/gitg/pkg: PLIST
Log message:
- update to gitg-0.2.6
* still marked BROKEN however..
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 11:57:46
Added files:
x11/gnome/gitg/patches: patch-tests_shell_c
Log message:
missed in previous; fixes regress tests.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:08:21
Modified files:
x11/gnome/ghex : Makefile distinfo
x11/gnome/ghex/patches: patch-configure
x11/gnome/ghex/pkg: PLIST
Log message:
- update to ghex-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:13:11
Modified files:
x11/gnome/system-monitor: Makefile distinfo
x11/gnome/system-monitor/patches: patch-configure
x11/gnome/system-monitor/pkg: PLIST
Log message:
- update to gnome-system-monitor-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 12:13:31
Modified files:
net/samba : Makefile
net/samba/pkg : PLIST-main
Log message:
Install the pkgconfig files.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:15:18
Modified files:
geo/libchamplain: Makefile
Log message:
unbreak by regenerating WANTLIB
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 12:18:44
Modified files:
x11/gnome/controlcenter: Makefile distinfo
x11/gnome/controlcenter/patches: patch-panels_Makefile_am
patch-panels_user-accounts_Makefile_am
x11/gnome/controlcenter/pkg: PLIST
Added files:
x11/gnome/controlcenter/files: krb5-config
x11/gnome/controlcenter/patches: patch-shell_Makefile_am
patch-shell_cc-panel-loader_c
patch-shell_hostnames-test_txt
Removed files:
x11/gnome/controlcenter/patches: patch-configure_ac
patch-panels_common_Makefile_am
patch-panels_common_gdm-languages_c
patch-panels_info_hostnames-test_txt
patch-panels_user-accounts_um-user_c
Log message:
Update to gnome-control-center-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:18:57
Modified files:
x11/gnome : Makefile
Log message:
unhook gitg
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:19:21
Removed files:
x11/gnome/gitg : Makefile distinfo
x11/gnome/gitg/patches: patch-configure patch-tests_shell_c
x11/gnome/gitg/pkg: DESCR PLIST
Log message:
remove gitg, it's broken and giggle works better.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 12:24:04
Modified files:
x11/gnome/power-manager: Makefile distinfo
x11/gnome/power-manager/pkg: PLIST
Log message:
Update to gnome-power-manager-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:26:00
Modified files:
x11/gnome/eog : Makefile distinfo
x11/gnome/eog/pkg: PLIST
Log message:
- update to eog-3.8.0:
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:26:08
Modified files:
x11/gnome/eog-plugins: Makefile distinfo
x11/gnome/eog-plugins/pkg: PLIST
Log message:
- update to eog-plugins-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 12:26:39
Modified files:
x11/gnome/backgrounds: Makefile distinfo
x11/gnome/backgrounds/pkg: PLIST
Log message:
Update to gnome-backgrounds-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 12:38:12
Modified files:
x11/gnome/latexila: Makefile distinfo
x11/gnome/latexila/patches: patch-configure
x11/gnome/latexila/pkg: PLIST
Log message:
Update to latexila-2.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:39:35
Modified files:
x11/gnome/terminal: Makefile distinfo
x11/gnome/terminal/pkg: PLIST
Added files:
x11/gnome/terminal/patches: patch-src_client_c
patch-src_terminal-app_c
patch-src_terminal-screen_c
patch-src_terminal_c
Log message:
- update to gnome-terminal-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 12:49:46
Added files:
x11/gnome/terminal/patches: patch-src_terminal-settings-list_c
Log message:
unbreak when you're unlucky enough to have e2fsprogs and ossp-uuid installed,
found the hard way by aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:02:52
Modified files:
x11/gnome/clocks: Makefile distinfo
x11/gnome/clocks/pkg: PLIST
Added files:
x11/gnome/clocks/patches: patch-m4_intltool_m4
Removed files:
x11/gnome/clocks/patches: patch-gnome-clocks
Log message:
Update to gnome-clocks-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:21:30
Modified files:
x11/gnome/controlcenter: Makefile
Log message:
Fix lib depends; spotted by jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:25:49
Modified files:
x11/gnome/seahorse: Makefile distinfo
x11/gnome/seahorse/pkg: PLIST
Log message:
Update to seahorse-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/29 13:29:22
Modified files:
graphics/gthumb: Makefile distinfo
graphics/gthumb/pkg: PLIST
Log message:
- update to gthumb-3.2.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:32:02
Modified files:
x11/gnome/seahorse-sharing: Makefile distinfo
x11/gnome/seahorse-sharing/pkg: PLIST
Log message:
Update to seahorse-sharing-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:45:00
Modified files:
x11/gnome/seahorse-nautilus: Makefile distinfo
Log message:
Update to seahorse-nautilus-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:48:10
Modified files:
x11/gnome/totem: Makefile distinfo
Added files:
x11/gnome/totem/patches: patch-m4_intltool_m4
x11/gnome/totem/pkg: DESCR PLIST
Removed files:
x11/gnome/totem/patches: patch-aclocal_m4
x11/gnome/totem/pkg: DESCR-main DESCR-nautilus PLIST-main
PLIST-nautilus
Log message:
Update to totem-3.8.0.
Merge -nautilus into -main.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:48:45
Modified files:
meta/gnome : Makefile
Log message:
Bump after totem pkgpath change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/29 13:57:31
Modified files:
graphics/gthumb: Makefile
Log message:
Fix gstreamer dependency.
This picks up webp if installed.
Missing dep on dcraw.
Remove unused CONFIGURE_ARGS.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/29 14:04:17
Modified files:
lib/libc/asr : gethostnamadr_async.c
Log message:
Do not fail in gethostbyname_async() if there are multiple addresses in
a DNS packet...
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/29 14:08:29
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper
Log message:
Add an explicit dependency for mg_data.h, similar to uudmap.h; should help
building with -j.
CVSROOT: /cvs
Module name: www
Changes by: rpe@cvs.openbsd.org 2013/03/29 14:15:57
Modified files:
. : 53.html
Log message:
simplify the examples in the "Ports Tree" section
discussed with and ok sthen@ nick@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/29 14:59:04
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper
Log message:
More mg_data.h where uudmap.h is listed, for paranoia and consistency.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/29 14:59:46
Modified files:
gnu/usr.bin/perl: Makefile.SH
Log message:
Add an explicit Pod-Escapes dependency to Pod-Functions, in addition to the
existing Pod-Simple dependency. Fixes build with -j2 for real.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/29 15:20:50
Modified files:
lib/libc/asr : getnameinfo_async.c
Log message:
correctly show the scope for IPv6 addresses in getnameinfo()
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/29 16:51:35
Modified files:
lib/libc/asr : res_mkquery.c
Log message:
res_querydomain()'s code to terminate the domain with '.' had the assignment
flipped so that it always used a domain of ".."
Heavy lifting by otto@
ok eric@ otto@ miod@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/29 16:57:07
Modified files:
libexec/ld.so/sh: rtld_machine.c
Log message:
Enable lazy binding by default.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/29 17:01:24
Modified files:
lib/libc/asr : asr_utils.c
Log message:
properly handle scope when parsing IPv6 addresses.
ok bluhm@ naddy@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/29 17:39:13
Modified files:
devel/libmtp : Makefile
devel/libmtp/patches: patch-src_mtpz_c
Log message:
Merge in my original update.
ok ian@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/29 18:16:34
Modified files:
x11 : Makefile
Log message:
Unhook fltk2. It is being removed.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/29 18:19:21
Removed files:
x11/fltk2 : Makefile distinfo
x11/fltk2/patches: patch-Makefile patch-configure
patch-images_fl_png_cxx patch-makeinclude_in
x11/fltk2/pkg : DESCR PLIST
Log message:
Remove flkt2. Nothing depends on it, and upstream says it's dead.
"No objection" sthen@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/29 18:57:47
Modified files:
sys/arch/arm/include: cpufunc.h
Log message:
Remove duplicate prototypes.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/03/29 19:30:30
Modified files:
sys/arch/arm/arm: cpufunc_asm_armv7.S
sys/arch/arm/include: cpufunc.h
Log message:
Add a function to read the ARM MPCore base address. This let's us
dynamically determine where e.g. the interrupt controller is.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/29 20:02:14
Modified files:
sys/dev : softraid.c softraid_concat.c softraid_crypto.c
softraid_raid0.c softraidvar.h
Log message:
Provide a default discipline interrupt handling function and migrate all of
the disciplines that now have the same interrupt code.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/29 20:06:26
Modified files:
x11/vlc/patches: patch-modules_codec_avcodec_avcodec_c
Log message:
Add a comment.
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/03/29 20:42:24
Modified files:
bin/md5 : md5.c
Log message:
Return an exit code of 1 if the file cannot be opened (e.g. file does
not exist), or if there is an error reading the file stream.
From Patrik Lundin, thanks!
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/03/29 20:49:38
Modified files:
usr.sbin/rtadvd: rtadvd.conf.5
Log message:
Fix typos.
From "Mike." the.lists()mgm51.com, thanks!
ok jmc
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/29 22:53:09
Modified files:
sys/kern : vfs_lookup.c
Log message:
Return ENOTDIR if an *at() syscall is passed a relative path and a
fd to resolve against that isn't a directory
ok matthew@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/03/29 22:57:53
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h
i915_gem_execbuffer.c
Log message:
go back to the old method of execbuffer pinning
should fix problems noticed by Ralf Horstmann and bluhm@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/29 23:30:57
Modified files:
share/man/man4 : fxp.4
Log message:
Remove mentioning dual-port cards and being built into motherboards
and the bit about the hw list not being exhaustive.
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/29 23:34:53
Modified files:
share/man/man4 : bge.4 bnx.4 em.4 sis.4 vge.4 vr.4 xl.4
Log message:
Remove mentioning specific systems with embedded Ethernet chipsets or
LOM in vge(4) which is pretty vague and common to many Ethernet chipsets.
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/30 00:32:25
Modified files:
sys/kern : kern_exec.c kern_exit.c uipc_usrreq.c
vfs_vnops.c
Log message:
vrele() is a tricky beast. it can sleep if the refcount hits zero,
leaving us with a free type function that isn't atomic. deal with this
by erasing any reachable pointers to the vnode first, then free it.
ok deraadt guenther
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/30 00:44:44
Modified files:
lib/libc/sys : access.2 chmod.2 dup.2 getgid.2 getgroups.2
getlogin.2 getpgrp.2 getpid.2 getsid.2 getuid.2
kill.2 madvise.2 mknod.2 mlock.2 mlockall.2
open.2 pipe.2 stat.2 sync.2 umask.2
Log message:
Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but
some other fixes included...
*at() function ERRORS description suggested by matthew@
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/30 01:07:13
Modified files:
sys/arch/amd64/conf: GENERIC
Log message:
enable com2. if it works on i386, we think it will work here.
ok deraadt
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 01:14:38
Modified files:
x11/gnome/gdl : Makefile distinfo
x11/gnome/gdl/pkg: PLIST
Removed files:
x11/gnome/gdl/patches: patch-gdl_gdl-dock-item_c
patch-gdl_gdl-dock-notebook_c
x11/gnome/gdl/pkg: PFRAG.shared
Log message:
Update to gdl-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 01:16:07
Modified files:
x11/gnome/vino : Makefile distinfo
x11/gnome/vino/patches: patch-capplet_vino-preferences_c
patch-configure
x11/gnome/vino/pkg: PLIST
Log message:
Update to vino-3.8.0.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/30 01:25:20
Modified files:
sys/arch/alpha/conf: Makefile.alpha
sys/arch/amd64/conf: Makefile.amd64
sys/arch/armish/conf: Makefile.armish
sys/arch/aviion/conf: Makefile.aviion
sys/arch/beagle/conf: Makefile.beagle
sys/arch/hp300/conf: Makefile.hp300
sys/arch/hppa/conf: Makefile.hppa
sys/arch/hppa64/conf: Makefile.hppa64
sys/arch/i386/conf: Makefile.i386
sys/arch/landisk/conf: Makefile.landisk
sys/arch/loongson/conf: Makefile.loongson
sys/arch/luna88k/conf: Makefile.luna88k
sys/arch/macppc/conf: Makefile.macppc
sys/arch/mvme68k/conf: Makefile.mvme68k
sys/arch/mvme88k/conf: Makefile.mvme88k
sys/arch/octeon/conf: Makefile.octeon
sys/arch/sgi/conf: Makefile.sgi
sys/arch/socppc/conf: Makefile.socppc
sys/arch/solbourne/conf: Makefile.solbourne
sys/arch/sparc/conf: Makefile.sparc
sys/arch/sparc64/conf: Makefile.sparc64
sys/arch/vax/conf: Makefile.vax
sys/arch/zaurus/conf: Makefile.zaurus
Log message:
reorder include search directories. cuts lookups by quite a bit.
ok deraadt miod
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 01:25:26
Modified files:
x11/gnome/mousetweaks: Makefile distinfo
x11/gnome/mousetweaks/pkg: PLIST
Log message:
Update to mousetweaks-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 01:41:27
Modified files:
x11/gnome/vinagre: Makefile distinfo
x11/gnome/vinagre/patches: patch-configure
x11/gnome/vinagre/pkg: PLIST
Log message:
Update to vinagre-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 01:44:51
ports/x11/gnome/photos/patches
Update of /cvs/ports/x11/gnome/photos/patches
In directory cvs.openbsd.org:/tmp/cvs-serv28788/patches
Log Message:
Directory /cvs/ports/x11/gnome/photos/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 01:46:18
Modified files:
x11/gnome/photos: Makefile
Added files:
x11/gnome/photos/patches: patch-configure
Log message:
Unbreak after the tracker update.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/30 01:50:14
Modified files:
astro/celestia : Makefile
Log message:
Remove some lib hacks and sync WANTLIBs.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 02:04:19
Modified files:
x11/gnome/shell: Makefile distinfo
x11/gnome/shell/patches: patch-configure_ac
patch-docs_reference_shell_Makefile_am
patch-js_ui_panel_js
patch-js_ui_sessionMode_js
patch-src_Makefile_am
x11/gnome/shell/pkg: PLIST
Removed files:
x11/gnome/shell/patches: patch-js_ui_calendar_js
Log message:
- update to gnome-shell-3.8.0.1
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/03/30 02:06:42
Modified files:
lib/libc/asr : asr.c
Log message:
don't ever skip reload the very first time; detective work by rpe@; ok eric@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 02:07:54
Modified files:
x11/gnome/nautilus-sendto: Makefile distinfo
x11/gnome/nautilus-sendto/pkg: DESCR PLIST
Log message:
Update to nautilus-sendto-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 02:12:30
Modified files:
meta/gnome : Makefile
Log message:
Add nautilus-sendto to -main; it doesn't depend on anything.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 02:26:18
Modified files:
devel/libgdata : Makefile distinfo
devel/libgdata/patches: patch-configure
devel/libgdata/pkg: PLIST
Log message:
Update to libgdata-0.13.3.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/30 02:31:56
Modified files:
games/boswars : Makefile
Log message:
Remove libm hack no longer necessary.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 02:34:00
Modified files:
x11/gnome/libzapojit: Makefile distinfo
x11/gnome/libzapojit/pkg: PLIST
Removed files:
x11/gnome/libzapojit/pkg: PFRAG.shared
Log message:
Update to libzapojit-0.0.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 02:35:26
Modified files:
x11/gnome/photos: Makefile
Log message:
Do not hardcode TRACKER_VERSION in WANTLIB.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/30 02:44:48
Modified files:
usr.sbin/snmpd : snmpd.conf.5
Log message:
previous had one backslash too many;
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 02:55:43
Modified files:
x11/gnome/documents: Makefile
x11/gnome/documents/patches: patch-configure
x11/gnome/documents/pkg: PLIST
Log message:
Fix after recent tracker update.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/30 02:56:54
Modified files:
sys/arch/amd64/conf: GENERIC
Log message:
Back out previous; this needs more thought.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/30 03:00:06
Modified files:
lib/libc/sys : mlockall.2 stat.2
Log message:
tweak previous;
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 03:17:42
Modified files:
x11/gnome/totem-pl-parser: Makefile
Log message:
Fix depends/wantlib.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 03:25:32
Modified files:
net/telepathy/folks: Makefile distinfo
net/telepathy/folks/patches: patch-configure
net/telepathy/folks/pkg: PLIST
Log message:
- update to folks-0.9.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 03:26:18
Modified files:
net/libsocialweb: Makefile
Log message:
Fix DEPENDS/WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/30 03:28:17
Modified files:
mail/geary : Makefile distinfo
mail/geary/patches: patch-src_client_geary-application_vala
mail/geary/pkg : PLIST
Log message:
Update to geary 0.3.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 03:28:21
Modified files:
x11/gnome/contacts: Makefile distinfo
x11/gnome/contacts/patches: patch-configure
x11/gnome/contacts/pkg: PLIST
Log message:
- update to gnome-contacts-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 03:29:16
Modified files:
x11/gnome/empathy: Makefile
x11/gnome/empathy/pkg: PLIST
Added files:
x11/gnome/empathy/patches: patch-libempathy_empathy-contact_c
patch-libempathy_empathy-utils_c
Log message:
- unbreak build with new folks (can't update empathy yet as it needs new webkit)
- disable nautilus-sendto plugin since that doesn't support IM anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 03:39:54
Modified files:
x11/gnome/terminal: Makefile
x11/gnome/terminal/pkg: PLIST
Log message:
Add a conflict/pkgpath with nautilus-open-terminal.
Regen wantlib/depends and don't use the gconf2 MODULE.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 03:40:57
Modified files:
geo/geoclue : Makefile
Log message:
Fix wantlib/depends.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 03:46:10
Modified files:
devel/libnotify: Makefile
devel/libnotify/pkg: README
Log message:
Tweak README.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 03:52:17
Modified files:
x11/gnome/gdm : Makefile distinfo
x11/gnome/gdm/patches: patch-configure patch-daemon_Makefile_in
patch-gui_simple-greeter_Makefile_in
x11/gnome/gdm/pkg: PLIST gdm.rc
Removed files:
x11/gnome/gdm/patches: patch-common_Makefile_in
patch-daemon_gdm-session-worker_c
patch-daemon_gdm_in
patch-data_gdm-shell_session_in
Log message:
Update to gdm-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 04:03:08
Modified files:
x11/gnome/shell: Makefile
x11/gnome/shell/pkg: PLIST
Log message:
Add a conflict/pkgpath marker with gnome-panel so that it gets removed
on update.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 04:05:17
Modified files:
x11/gnome/mutter: Makefile
x11/gnome/mutter/pkg: PLIST
Log message:
Add a conflict/pkgpath marker with metacity so that it gets removed
on update.
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/03/30 04:11:35
Modified files:
usr.bin/ftp : fetch.c
Log message:
Fixed a memory leak during HTTP header parsing.
ok deraadt, halex, sthen
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 04:23:50
Modified files:
net/librest : Makefile
Log message:
Fix WANTLIB.
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/03/30 04:41:03
Modified files:
usr.sbin/smtpd : queue_fsqueue.c
Log message:
have smtpd temporarily refuse new messages if file system holding the queue
has less than 10% of disk space or inodes left. a warning is logged and the
clients will get a temporarily failure asking them to retry later.
prompted by deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 04:44:09
Modified files:
net/libnice : Makefile distinfo
Added files:
net/libnice/patches: patch-Makefile_in
Log message:
- update to libnice-0.1.4
maintainer timed-out
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 04:48:35
Modified files:
x11/gnome/anjuta: Makefile distinfo
x11/gnome/anjuta/patches: patch-libanjuta_tests_Makefile_in
patch-plugins_symbol-db_symbol-db-engine-core_c
x11/gnome/anjuta/pkg: PLIST
Removed files:
x11/gnome/anjuta/patches: patch-configure_ac
patch-plugins_project-wizard_install_h
patch-plugins_project-wizard_property_h
Log message:
- update to anjuta-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 04:54:06
Modified files:
audio/sound-theme-freedesktop: Makefile
audio/sound-theme-freedesktop/pkg: PLIST
Log message:
No need for this hack anymore.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 04:58:52
Log message:
import gnome-shell-extensions-3.8.0
The GNOME Shell extension design is designed to give a high degree of
power to the parts of the GNOME interface managed by the shell, such as
window management and application launching. It simply loads arbitrary
JavaScript and CSS. This gives developers a way to make many kinds of
changes and share those changes with others, without having to patch the
original source code and recompile it, and somehow distribute the
patched code. The extension system is a replacement for the "applets" or
"widgets" system of GNOME 2.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20133003
N ports/x11/gnome/shell-extensions/distinfo
N ports/x11/gnome/shell-extensions/Makefile
N ports/x11/gnome/shell-extensions/pkg/PLIST
N ports/x11/gnome/shell-extensions/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 04:59:31
Modified files:
x11/gnome : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/30 05:08:07
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Remove debug printf that causes problems with framebuffer acceleration when
turned on. Linux doesn't have it anyway.
ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 05:16:55
Modified files:
x11/gnome/anjuta-extras: Makefile distinfo
x11/gnome/anjuta-extras/pkg: PLIST
Log message:
- update to anjuta-extras-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 05:37:33
Modified files:
mail/evolution : Makefile
Log message:
Mark broken for now; needs a newer webkit.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 05:43:39
Modified files:
x11/gnome/gdm : Makefile
Added files:
x11/gnome/gdm/patches:
patch-data_gdm-shell-with-fallback_session_in
Log message:
Forgot to add this patch in previous.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 05:47:32
Modified files:
databases/evolution-data-server/patches:
patch-tests_test-server-utils_e-test-server-utils_c
Log message:
Committed upstream; no pkg change.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/30 05:48:20
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper1
Log message:
Disable perlcn/perlko/perljp manpages which use EUC encodings, we produce
all manpages in a batch with a single pod2man invocation which is unable
to switch encodings. Avoids "Code point xxx is not Unicode, all \p{}
matches fail" during build.
Disable perltw manpage which relies on getting UTF8 passed through from
the source file to pod2man to mandoc; even on a utf8 term with -Tutf8
these don't get displayed correctly.
CVSROOT: /cvs
Module name: www
Changes by: tobias@cvs.openbsd.org 2013/03/30 06:01:46
Modified files:
. : translation-explained.html
Log message:
current is a fine system for translations, too
spotted by and ok ajacoutot
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/30 06:06:40
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper1
Log message:
Use --stderr to output pod2man problems at build time, rather than embed
them into a "POD ERRORS" section in the produced manpages.(!) ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:07:28
Modified files:
x11/gnome/gedit: Makefile
Added files:
x11/gnome/gedit/patches: patch-gedit_gedit-app_c
patch-gedit_gedit-document_h
patch-gedit_gedit-preferences-dialog_c
patch-gedit_gedit-print-job_c
patch-gedit_gedit-settings_c
patch-gedit_gedit-utils_h
patch-gedit_gedit-view_h
patch-plugins_modelines_modeline-parser_c
patch-plugins_modelines_modeline-parser_h
patch-plugins_spell_gedit-spell-utils_c
Log message:
Unbreak with new gtksourceview.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/30 06:10:40
Modified files:
devel/llvm : Makefile
Added files:
devel/llvm/patches: patch-lib_Target_X86_X86SelectionDAGInfo_cpp
Log message:
Pull in r175057 from upstream LLVM, via FreeBSD, found by Wada Hiroyuki.
X86: Disable generation of rep;movsl when %esi is used as a base pointer.
This happens when there is both stack realignment and a dynamic alloca in the
function. If we overwrite %esi (rep;movsl uses fixed registers) we'll lose the
base pointer and the next register spill will write into oblivion.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:14:47
Removed files:
x11/gnome/screensaver: Makefile
x11/gnome/screensaver/files: gs-auth-bsdauth.c
x11/gnome/screensaver/pkg: DESCR PLIST
Log message:
Remove gnome-screensaver; fallback mode is gone.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:15:01
Modified files:
x11/gnome : Makefile
Log message:
-screensaver
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/30 06:15:29
Modified files:
sys/netinet : raw_ip.c
sys/netinet6 : raw_ip6.c
Log message:
Restrict protocol numbers for raw sockets to the range from 0 to 255.
OK deraadt@ guenther@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:20:28
Modified files:
sysutils/polkit: Makefile
sysutils/polkit/pkg: PLIST
Removed files:
sysutils/polkit/pkg: README
Log message:
Drop useless readme.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:22:13
Removed files:
x11/polkit-gnome: Makefile distinfo
x11/polkit-gnome/files:
polkit-gnome-authentication-agent-1.desktop
x11/polkit-gnome/pkg: DESCR PLIST
Log message:
Drop polkit-gnome now that gnome fallback is gone.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:22:36
Modified files:
x11 : Makefile
Log message:
-polkit-gnome
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/30 06:36:50
Modified files:
sys/dev/pci/drm: drm_edid.c
sys/dev/pci/drm/i915: dvo_ch7017.c dvo_ch7xxx.c dvo_ivch.c
dvo_ns2501.c dvo_sil164.c dvo_tfp410.c
intel_i2c.c intel_sdvo.c
Log message:
Fix intel gmbus i2c code. Not all transactions were handled correctly, and
on top of that, various iic_exec(9) calls were incorrect. Doesn't seem to
handle SDVO yet though.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 06:52:22
Modified files:
x11/gnome/system-monitor: Makefile
Log message:
Missing dependency on sysutils/polkit.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 07:03:46
Modified files:
devel/gconf2 : Makefile
graphics/colord: Makefile
print/cups-pk-helper: Makefile
print/hplip : Makefile
sysutils/accountsservice: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/settings-daemon: Makefile
x11/gnome/shell: Makefile
x11/polkit-qt4 : Makefile
x11/gnome/system-monitor: Makefile
x11/gnome/session: Makefile
Log message:
Anything that uses polkit should really RUN_DEPENDS on consolekit;
otherwise we have no way to know the active session.
discussed/agreed with jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 07:04:22
Modified files:
x11/gnome/gedit: Makefile distinfo
x11/gnome/gedit/patches: patch-configure
patch-gedit_gedit-metadata-manager_c
x11/gnome/gedit/pkg: PLIST
Removed files:
x11/gnome/gedit/patches: patch-gedit_gedit-app_c
patch-gedit_gedit-document_h
patch-gedit_gedit-preferences-dialog_c
patch-gedit_gedit-print-job_c
patch-gedit_gedit-settings_c
patch-gedit_gedit-utils_h
patch-gedit_gedit-view_h
patch-plugins_modelines_modeline-parser_c
patch-plugins_modelines_modeline-parser_h
patch-plugins_spell_gedit-spell-utils_c
Log message:
- update to gedit-3.8.0
* disable python support for now, untill we can use python3 here.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 07:04:46
Modified files:
x11/gnome/gedit-plugins: Makefile distinfo
x11/gnome/gedit-plugins/patches: patch-configure
x11/gnome/gedit-plugins/pkg: PLIST
Log message:
- update to gedit-plugins-3.8.0
* disable python support for now, untill we can use python3 here.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 07:05:34
Modified files:
x11/gnome/gedit-code-assistance: Makefile distinfo
x11/gnome/gedit-code-assistance/pkg: PLIST
Log message:
- update to gedit-code-assistance-3.8.0
* disable python support for now, untill we can use python3 here.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 07:07:36
Modified files:
x11/gnome/system-monitor: Makefile
Log message:
Missed in previous.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/30 07:10:03
Modified files:
distrib/sets/lists/base: md.armish md.aviion md.hp300 md.hppa
md.hppa64 md.i386 md.landisk
md.loongson md.luna88k md.macppc
md.mvme68k md.mvme88k md.sgi md.socppc
md.sparc md.sparc64 md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 07:11:09
Modified files:
devel/libnotify: Makefile
devel/libnotify/pkg: PLIST
Removed files:
devel/libnotify/pkg: README
Log message:
Drop useless readme.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/30 07:14:33
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
If the ws_{get|set}_param hooks are set, use those for brightness control
instead of poking the hardware directly. Prevents some funny interaction
between using the brightness keys and wsconsctl(8) on the Dell XPS M1330.
Changing the brightness behind ACPI's back is apparently not such a good idea.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/03/30 08:03:08
Modified files:
usr.bin/getent : getent.c
Log message:
Use getaddrinfo() to display multiple addresses including IPv6.
Pointed out by todd@.
"The approach seems fine." deraadt@
OK todd@
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/03/30 08:07:24
Modified files:
net/p5-Net-Inspect: Makefile distinfo
Log message:
update p5-Net-Inspect to 0.28
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/30 08:41:37
Modified files:
sys/dev : softraidvar.h softraid.c softraid_raid6.c
softraid_raidp.c
Log message:
Provide wrappers for scsi_io_get() and scsi_io_put(), that also include
the sd_sync check/wakeup. Remove some unnecessary NULL checks whilst here.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 08:53:53
Modified files:
sysutils/upower: Makefile
x11/xfce4/xfce4-power-manager: Makefile
Log message:
polkit(8) mostly always requires consolekit; unfortunately the dependency
cannot be added to polkit itself since it would create a cyclic dep; so we
add it to ports depending on polkit.
ok landry@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 08:55:58
Modified files:
mail/claws-mail-notification: Makefile
audio/gmpc-libnotify: Makefile
Log message:
It's the job of the desktop environment to enforce a dependency on a
notification daemon. So drop the explicit dependency here.
discussed with and ok landry@, jasper@ (maintainer of gmpc-libnotify)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 08:57:24
Removed files:
sysutils/notification-daemon: Makefile distinfo
sysutils/notification-daemon/pkg: DESCR PLIST
Log message:
Remove the gnome notification-daemon; it's been unmaintained for years and
nothing needs it anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 08:57:41
Modified files:
sysutils : Makefile
Log message:
-notification-daemon
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/30 09:00:22
Modified files:
sys/dev/pci/drm/i915: intel_sdvo.c
Log message:
Two fixes to intel_sdvo_write_cmd():
- Allocate a large enugh buffer to store messages.
- Make sure we return true if we sucessfully transferred the command.
Makes it possible to actually talk to the SDVO chip on the other end.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 09:02:48
Modified files:
www/webkit : Makefile
Log message:
Fix wantlib.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 09:06:53
Modified files:
www : Makefile
Log message:
-cssed
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 09:08:08
Removed files:
www/cssed : Makefile distinfo
www/cssed/patches: patch-libcroco_parser_Makefile_in
patch-libcroco_parser_cr-om-parser_c
patch-src_interface_c
www/cssed/pkg : DESCR PLIST
Log message:
remove cssed which is unmaintained and uses deprecated libraries.
there are plenty of maintained and modern alternatives intree.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/03/30 09:09:30
Modified files:
misc/logjam : Makefile
Log message:
drop dependency on ancient gtkhtml library, sync WANTLIB while here.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 09:18:58
Modified files:
x11/gnome/shell: Makefile
x11/gnome/shell/pkg: PLIST
Log message:
Add conflict/pkgpath with gnome-screensaver and notification-daemon to
provide a smooth upgrade.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 09:48:42
ports/graphics/lcms2/patches
Update of /cvs/ports/graphics/lcms2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv6746/patches
Log Message:
Directory /cvs/ports/graphics/lcms2/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 09:49:43
Modified files:
graphics/lcms2 : Makefile
graphics/lcms2/pkg: PLIST
Added files:
graphics/lcms2/patches: patch-include_lcms2_h patch-src_cmsio0_c
patch-src_cmstypes_c patch-src_lcms2_def
patch-src_lcms2_internal_h
Removed files:
graphics/lcms2/pkg: PFRAG.shared
Log message:
Add an accessor to get the profile creator, as this lets us work out
which CMM is writing broken 'mluc' tags for certain V4 profiles.
from Richard Hughes, committed upstream
Needed for a wip colord update.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 09:52:46
Modified files:
graphics/colord-gtk: Makefile distinfo
Log message:
Update to colord-gtk-0.1.25.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 10:07:50
Modified files:
x11/gnome/shell: Makefile
Log message:
Tweak the yelp comment; no pkg change.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/03/30 10:10:01
Modified files:
sbin/dhclient : dhclient.c dhcpd.h kroute.c privsep.c privsep.h
Log message:
Since deleting all the addresses on an interface removes all the
relevant entries from the arp cache, don't bother asking for/processing
arp entries in the route dumps. Thus allowing use of NET_RT_FLAGS
with RTF_GATEWAY and AF_INET, to ask for only the routes dhclient
wants to expunge rather than all routes in existance.
Greatly shrinks and simplifies the code. No intentional functional
change. Tested by sthen@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 10:25:05
Log message:
Import gnome-getting-started-docs-3.8.0.1.
This package contains a 'Getting Started' guide that can be viewed with
yelp.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130330
N ports/x11/gnome/getting-started-docs/Makefile
N ports/x11/gnome/getting-started-docs/distinfo
N ports/x11/gnome/getting-started-docs/pkg/DESCR
N ports/x11/gnome/getting-started-docs/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 10:26:54
Modified files:
meta/gnome : Makefile
Log message:
Add dependency on gnome-getting-started-docs.
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/03/30 10:31:37
Modified files:
sbin/iked : ikev2.h
Log message:
Sync with latest IKEv2 Parameters from IANA. No functional change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 11:06:41
Modified files:
x11/gnome/gvfs : Makefile
x11/gnome/gvfs/pkg: PLIST-main
Log message:
Disable goa for now as it creates a cyclic dep with gstreamer.
found out the hard way by naddy@
I'll create a subpackage in a few but at least this allows the tree to
build.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 11:51:12
Modified files:
x11/gnome/gcr : Makefile
Added files:
x11/gnome/gcr/patches: patch-ui_Makefile_in
Log message:
Use a patch instead of a post-install target; so that we can spot when
upstream removes this hack.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 12:08:04
Modified files:
x11/gnome/gvfs : Makefile
x11/gnome/gvfs/pkg: DESCR-main DESCR-smb
Added files:
x11/gnome/gvfs/pkg: DESCR-goa PLIST-goa
Log message:
Add a -goa subpackage.
looks ok to sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 12:08:30
Modified files:
x11/gnome : Makefile
Log message:
Build all subpackages of gvfs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 12:09:03
Modified files:
meta/gnome : Makefile
Log message:
Add gvfs,-goa to the deps.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 12:15:22
Modified files:
devel/dconf : Makefile
devel/dconf/patches: patch-dbus-1_Makefile_in
patch-tests_Makefile_in
Log message:
LIBdconf_VERSION -> LIBdconf-dbus-1_VERSION
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/30 12:33:56
Modified files:
sys/dev/pci/drm: drm_dp_helper.c
Log message:
Fix i2c_algo_dp_aux_exec() such that it handles all transactions needed by
our i2c framework. Unbreaks EDID fetching over displayport.
ok jsg@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 13:05:19
Modified files:
de : events.html
fr : crypto.html goals.html index.html palm.html
opensmtpd/fr : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 13:11:06
Modified files:
sysutils/deja-dup: Makefile distinfo
sysutils/deja-dup/patches: patch-configure
Removed files:
sysutils/deja-dup/patches: patch-common_CommonUtils_vala
patch-common_OperationBackup_vala
patch-common_Operation_vala
patch-data_Makefile_in
patch-tests_runner_runner_vala
patch-tests_scripts_clean-tempdir_test
patch-tests_scripts_instance-error_test
patch-tests_scripts_verify_test
patch-tools_duplicity_DuplicityInstance_vala
patch-tools_duplicity_DuplicityJob_vala
Log message:
Update to deja-dup-26.0.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/30 14:00:08
Modified files:
lib/libc/asr : asr.c async_resolver.3
Log message:
Do not assume local nameserver if resolv.conf doesn't exist, just use
/etc/hosts.
discussed with deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/30 14:07:23
Modified files:
x11/gnome/librsvg: Makefile
Added files:
x11/gnome/librsvg/patches: patch-gdk-pixbuf-loader_Makefile_am
patch-gdk-pixbuf-loader_io-svg_c
Log message:
Bring a couple of patches from upstream:
* Mark the pixbuf loader as thread-safe
gdk-pixbuf 2.28 will ignore loaders that are not marked as thread-safe.
* Fix typo, AM_CFLASG -> AM_CFLAGS
Regen WANTLIB while here.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/30 14:11:19
Modified files:
lib/libc/asr : getaddrinfo_async.c
Log message:
allow "0" as service name for raw sockets.
ok sthen@ bluhm@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/30 14:12:32
Modified files:
regress/sys/kern/sosplice/tcp: args-relay-read-forked.pl
args-relay-write-forked.pl
Log message:
Make forking socket splicing tests more reliable on slow machines.
Their intention is to test kernel stability. Instead of failing,
add a timeout and ignore errors.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/30 14:24:53
Modified files:
. : INDEX
Log message:
sync; 7956 unzels
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/30 14:34:25
Modified files:
gnu/usr.bin/cc/cc: Makefile
Log message:
Don't create a c++filt.1->gcc.1 manpage link at install time, the c++filt
manpage comes from binutils.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/03/30 15:03:51
Modified files:
audio : Makefile
Removed files:
audio/bmp : Makefile distinfo
audio/bmp/pkg : DESCR-main DESCR-mp3 DESCR-vorbis PLIST-main
PLIST-mp3 PLIST-vorbis
Log message:
tedu bmp. long unmaintained and users have audacious as a modern maintained
player.
ok sthen@ dcoppa@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/30 15:26:09
Modified files:
usr.bin/nm : elf.c
Log message:
Correctly report `weak' status of non-function symbols. Makes nm agree with
objdump -t on, say, _DYNAMIC in libpthread.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/30 15:30:18
Modified files:
devel/automake/1.11: Makefile
Added files:
devel/automake/1.11/patches: patch-aclocal_in
Log message:
Fix "main::scan_file() called too early to check prototype" in aclocal
with Perl 5.16 - diff backported from automake 1.12.1. ok brad@ ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/30 15:31:21
Modified files:
gnu/usr.bin/binutils-2.17/ld/emulparams: elf32ppc_obsd.sh
Log message:
Revert ppc/OpenBSD to the binutils 2.15 state, with only BSS_PLT and
disable secure plt. This lets a binutils 2.17 toolchain produce working
binaries, until a working way to get proper padding sections (and boundary
symbols) emitted with proper value once .plt position is decided is found,
when .plt can exist at multiple places in the binary.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/30 15:46:21
Modified files:
gnu/usr.bin/binutils-2.17/ld/emulparams: elf64alpha_obsd.sh
Log message:
Revert alpha/OpenBSD to the binutils 2.15 state, with only DATA_PLT and
disable readonly plt. This lets a binutils 2.17 toolchain produce working
binaries, until a working way to get proper padding sections (and boundary
symbols) emitted with proper value once .plt position is decided is found,
when .plt can exist at multiple places in the binary.
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/30 15:59:56
src/regress/libexec/ld.so/subst
Update of /cvs/src/regress/libexec/ld.so/subst
In directory cvs.openbsd.org:/tmp/cvs-serv22743/subst
Log Message:
Directory /cvs/src/regress/libexec/ld.so/subst added to the repository
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/30 16:00:21
src/regress/libexec/ld.so/subst/libaa
Update of /cvs/src/regress/libexec/ld.so/subst/libaa
In directory cvs.openbsd.org:/tmp/cvs-serv23608/libaa
Log Message:
Directory /cvs/src/regress/libexec/ld.so/subst/libaa added to the repository
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/30 16:00:22
src/regress/libexec/ld.so/subst/prog1
Update of /cvs/src/regress/libexec/ld.so/subst/prog1
In directory cvs.openbsd.org:/tmp/cvs-serv23608/prog1
Log Message:
Directory /cvs/src/regress/libexec/ld.so/subst/prog1 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/30 16:03:51
Added files:
regress/libexec/ld.so/subst: Makefile
regress/libexec/ld.so/subst/libaa: Makefile aa.c aa.h
shlib_version
regress/libexec/ld.so/subst/prog1: Makefile main.c
Log message:
- Add regress for forthcomming rpath ORIGIN substitution support.
okay matthew@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/30 16:18:20
Modified files:
comms/smstools : Makefile
comms/smstools/pkg: PLIST
Log message:
reset @mode before installing rc script
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/03/30 16:58:13
Modified files:
. : octeon.html
Log message:
tweak
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/30 17:00:28
Modified files:
etc/etc.octeon : Makefile.inc
Log message:
no bootblocks yet, so keep the empty target for now.
CVSROOT: /cvs
Module name: ports
Changes by: schwarze@cvs.openbsd.org 2013/03/30 17:10:05
Modified files:
textproc/groff : Makefile distinfo
textproc/groff/patches: patch-Makefile_in
patch-contrib_hdtbl_examples_common_roff
patch-tmac_an-old_tmac
patch-tmac_doc-common
patch-tmac_doc_tmac
patch-tmac_groff_mdoc_man
patch-tmac_troffrc
textproc/groff/pkg: PLIST
Added files:
textproc/groff/patches: patch-font_devpdf_Makefile_sub
Removed files:
textproc/groff/patches: patch-contrib_groffer_Makefile_sub
patch-contrib_hdtbl_examples_fonts_n_in
patch-contrib_hdtbl_examples_fonts_x_in
patch-contrib_pdfmark_Makefile_sub
patch-src_roff_troff_input_cpp
patch-tmac_doc-syms
Log message:
Maintenance update to groff-1.22.2.
* New features: gropdf(1), pdfmom(1)
* Lots of our patches were accepted upstream, lots of upstream bug fixes.
Tested by landry@ and pascal@, ok landry@ and sthen@.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/03/30 17:14:07
Modified files:
geo/gpx-viewer : Makefile
Log message:
Unbreak packaging by fixing WANTLIB & bump.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/03/30 18:03:26
Modified files:
sys/kern : subr_pool.c
Log message:
replace pool debug magic with shared mem poison code
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/30 18:59:52
Modified files:
sys/netinet : ipsec_input.c udp_usrreq.c
Log message:
Do not transfer diverted packets into IPsec processing. They should
reach the socket that the user has specified in pf.conf.
OK reyk@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/30 19:42:28
Modified files:
usr.bin/fstat : fstat.c
Log message:
A space got lost in fstat state output, put it back.
OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/30 23:07:55
Modified files:
lib/libc/sys : access.2 chmod.2 chown.2 link.2 mkdir.2
mkfifo.2 mknod.2 open.2 readlink.2 rename.2
symlink.2 unlink.2 utimes.2
Log message:
Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES cases
of the various *at() functions.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 00:35:31
Modified files:
x11/gnome/tracker: Makefile
Log message:
Regen WANTLIB to build on a clean tree; from rpe@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 00:37:50
Modified files:
x11/gnome/controlcenter: Makefile
Log message:
accountsservice is actually a wantlib/lib_depends; from rpe@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 00:44:21
Modified files:
x11/gnome/planner: Makefile
Log message:
Needs textproc/gtk-doc to build for now; from rpe@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 01:00:21
Modified files:
devel/giggle : Makefile
devel/giggle/pkg: PFRAG.shared PLIST
Added files:
devel/giggle/patches: patch-src_giggle-diff-view_h
patch-src_giggle-view-file_c
Log message:
Fix build with gtksourceview>=3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 01:03:31
Modified files:
x11/gnome/settings-daemon/patches:
patch-plugins_power_gsd-backlight-linux_c
Log message:
Committed upstream; no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 01:44:38
Modified files:
meta/gnome : Makefile
Log message:
The gnome-shell "classic" mode is provided by gnome-shell-extensions, so
add it to the RUN_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 01:47:23
Modified files:
x11/gnome/gucharmap: Makefile
Log message:
This needs to build and run depends on devel/desktop-file-utils.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 01:54:13
Modified files:
x11/gnome/shell-extensions: Makefile
x11/gnome/shell-extensions/pkg: DESCR
Log message:
Set PKG_ARCH=*
No need for the devel/gettext MODULE.
Extend the DATADIRNAME comment.
Sync DESCR with source.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 02:03:01
Modified files:
x11/gnome/terminal: Makefile
Log message:
Missing build dependency on devel/desktop-file-utils.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 02:13:54
Modified files:
x11/gnome/terminal: Makefile
x11/gnome/terminal/patches: patch-src_client_c
patch-src_terminal_c
Log message:
Missing BUILD_DEPENDS/RUN_DEPENDS on gsettings-desktop-schemas.
Fix the get_current_dir_name patches.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 02:23:25
Modified files:
x11/gnome/eog-plugins: Makefile
x11/gnome/shell: Makefile
x11/gnome/totem: Makefile
Log message:
Missing dependency on gsettings-desktop-schemas.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 02:28:21
Modified files:
lib/libc/sys : mprotect.2
Log message:
Add ERRORS and STANDARDS sections; reorder and reword description to
clarify PROT_NONE vs PROT_* and what protections are actually sure to
be supprted.
ok jmc@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/31 02:32:43
Modified files:
sys/dev/pci/drm/i915: intel_sdvo.c
Log message:
Let the DDC "proxy" functions call the high-level I2C functions instead
of calling the controller functions pointers directly. The upcoming bit
banging implementation will not provide the (*ic_exec)() function.
Also return a proper (positive) error code if bus switching fails
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 02:34:27
Modified files:
lib/libc/sys : accept.2 bind.2 chdir.2 clock_gettime.2 close.2
connect.2 dup.2
Log message:
Updates to SYNOPSIS, ERRORS, and STANDARDS
ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 02:35:46
Modified files:
lib/libc/sys : fcntl.2
Log message:
Updates to RETURN VALUES, ERRORS, and STANDARDS
ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 02:37:00
Modified files:
lib/libc/sys : fork.2
Log message:
Document more difference between parent and child.
Updates to ERRORS, and STANDARDS
ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 03:08:38
Modified files:
devel/py-gobject3: Makefile
Added files:
devel/py-gobject3/patches: patch-gi__gobject_pygflags_c
Log message:
Fix stack corruption due to incorrect format for argument parser.
from upstream
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 03:09:09
Modified files:
x11/gnome/terminal: Makefile
x11/gnome/terminal/patches: patch-src_terminal-settings-list_c
Added files:
x11/gnome/terminal/patches: patch-src_terminal-prefs_c
patch-src_terminal-profiles-list_c
Log message:
Make sure to pick up the correct uuid.h header.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/03/31 03:43:13
Modified files:
databases/sqlports: Makefile
databases/sqlports/files: Info.pm Var.pm
databases/sqlports/pkg: DESCR-compact DESCR-main
Log message:
add README support
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/03/31 03:51:04
Modified files:
sbin/restore : restore.8
Log message:
typo fix from rodent@netbsd;
ok otto
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 04:19:07
Modified files:
x11/gnome/terminal: Makefile
Added files:
x11/gnome/terminal/patches: patch-src_profile-preferences_ui
Log message:
Unbreak the profile preferences editor.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 04:41:16
Modified files:
sys/dev : softraid_raid0.c softraid_raid6.c
softraid_raidp.c
Log message:
Pull the initialisation of runtime values out into a separate init
function, rather than having it spread across create/assemble/alloc.
Also handle strip size errors appropriately, rather than failing silently.
ok krw@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 05:12:06
Modified files:
sys/dev : softraid.c softraid_concat.c softraid_raid0.c
softraid_raid1.c softraid_raid6.c
softraid_raidp.c
Log message:
Provide default resource allocation and free functions. Convert all
disciplines except for AOE and CRYPTO, which require custom handlers.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/03/31 05:18:35
Modified files:
sys/netinet : in_pcb.c raw_ip.c udp_usrreq.c
sys/netinet6 : raw_ip6.c
Log message:
The call to in_pcballoc() in user request attach was handled in
three different ways. Use the same code in udp_usrreq() and
rip_usrreq() and rip6_usrreq(). This also fixes a pcb and socket
leak in udp_usrreq() in case soreserve() fails. Put an splsoftassert()
into in_pcballoc() for safety.
OK mpi@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 05:30:59
Modified files:
sys/dev : softraid.c
Log message:
Fix compilation with debug.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/31 05:35:24
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper1
Log message:
install the proper 5.16.3 perldelta file, spotted by espie@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 05:37:40
Modified files:
sys/dev : softraid.c softraid_aoe.c softraid_crypto.c
softraidvar.h
Log message:
The return value of sd_free_resources() is never checked and all of the
implementations only ever returned zero. Change the return value from
int to void instead of pretending it might mean something.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/31 05:43:23
Modified files:
sys/dev/pci/drm/i915: dvo_ns2501.c i915_drv.h intel_i2c.c
Log message:
Add bit banging support.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/31 05:59:36
Modified files:
net/zabbix : Makefile distinfo
net/zabbix/pkg : PLIST-web
Log message:
bugfix update to 2.0.5
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/03/31 06:04:29
Modified files:
gnu/usr.bin/perl: Makefile.bsd-wrapper1
Log message:
fix feature(3p) manual, which was missing a generated table. spotted by espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 06:44:30
Modified files:
x11/gnome/gdm : Makefile
x11/gnome/gdm/pkg: PLIST
Log message:
Put the rcscript at the end of the PLIST; otherwise the @exec fails because
of @cwd change.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/03/31 07:01:20
Modified files:
mail/zarafa : Makefile.inc
mail/zarafa/zarafa: Makefile distinfo
mail/zarafa/zarafa/patches:
patch-ECtools_zarafa-admin_zarafa-admin_cpp
patch-ECtools_zarafa-search_ECIndexDB_cpp
patch-ECtools_zarafa-search_zarafa-search_cpp
patch-common_Makefile_in
patch-configure patch-doc_manual_xml
patch-provider_libserver_ECSession_cpp
patch-provider_libserver_ECStatsTables_cpp
patch-provider_libserver_ZarafaCmd_cpp
patch-provider_server_ECServer_cpp
mail/zarafa/zarafa/pkg: PLIST-main
Log message:
update to 7.1.4
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:09:26
Modified files:
x11/gnome/photos: Makefile
Log message:
Fix LIB_DEPENDS; spotted by rpe@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:19:45
Modified files:
multimedia/gstreamer1/plugins-good: Makefile
Log message:
Unbreak by fixing WANTLIB.
reported by sthen@ and rpe@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:23:26
Modified files:
multimedia/gstreamer-0.10/plugins-good: Makefile
Log message:
Unbreak by fixing WANTLIB.
reported by sthen@, rpe@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:28:36
Modified files:
x11/gnome/totem: Makefile
Log message:
Unbreak by fixing WANTLIB.
reported by rpe@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/31 07:30:25
Modified files:
sys/conf : files
sys/dev/i2c : files.i2c
sys/dev/pci/drm: files.drm
Log message:
Unbreak the build on amd64 by making sure that inteldrm pulls in the generic
i2c bit-banging code. Requires us to move around the i2c_bitbang define.
Also move the onewire_bitbang define to be close to i2c_bitbang since they
are similar.
ok jsing@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/03/31 07:31:43
Modified files:
usr.sbin/pcidump: Makefile
Log message:
build this on octeon too
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 07:31:44
Modified files:
sys/dev : softraid_concat.c softraid_raid1.c
Log message:
More runtime value initialisation functions.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:37:57
Modified files:
x11/gnome/gdlmm: Makefile distinfo
x11/gnome/gdlmm/pkg: PLIST
Removed files:
x11/gnome/gdlmm/patches: patch-codegen_m4_convert_gdl_m4
patch-gdl_src_dock_hg
patch-gdl_src_dockbar_ccg
patch-gdl_src_dockitem_ccg
patch-gdl_src_docklayout_ccg
patch-gdl_src_docklayout_hg
patch-gdl_src_dockobject_ccg
patch-gdl_src_dockobject_hg
patch-gdl_src_gdl_enum_defs
patch-gdl_src_gdl_method_defs
Log message:
Update to gdlmm-3.7.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:44:46
Modified files:
x11/gnome : Makefile
x11/gnome/nemiver: Makefile
Log message:
Hook up nemiver but mark it broken; needed so that it's registered in the
index.
req. by jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:47:43
Modified files:
graphics/libgphoto2: Makefile distinfo
graphics/libgphoto2/patches: patch-Makefile_in
patch-tests_Makefile_in
graphics/libgphoto2/pkg: PFRAG.shared PLIST
Log message:
Minor update to libgphoto-2.5.1.
Take maintainer.
ok espie@ (former maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 07:48:44
Modified files:
graphics/gphoto2: Makefile distinfo
graphics/gphoto2/pkg: PLIST
Log message:
Minor update to gphoto-2.5.1.
Take maintainer.
ok espie@ (former maintainer)
CVSROOT: /cvs
Module name: www
Changes by: sebastia@cvs.openbsd.org 2013/03/31 07:49:33
Modified files:
. : 53.html
Log message:
2081 package for VAX for this release.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/31 07:58:02
Modified files:
usr.bin/pkg-config: pkg-config
Log message:
m88k has shared libs now.
ok jasper@
CVSROOT: /cvs
Module name: www
Changes by: sebastia@cvs.openbsd.org 2013/03/31 08:03:22
Modified files:
. : want.html
Log message:
Don't need a notebook anymore. Got my hands on a Dell Latitude D630, but
it has a broken battery module, so ask for that instead.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/03/31 08:18:38
Modified files:
sys/dev/pci/drm/i915: intel_sdvo.c
Log message:
Resort to I2C bit-banging on the SDVO port like Linux does. Using GMBUS simply
doesn't work reliably. On some machines you can talk to the SDVO chip, but
not to the DDC channel associated with it. On others ou can't even reliably
communicate with the SDVO chip.
Might make all sorts of digital video ports (DVI, HDMI) work. Some systems
need further changes to adjust timings in the I2C bit-banging code.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 08:41:00
Modified files:
audio/rhythmbox: Makefile
Log message:
Regen WANTLIB to unbreak.
reported by sthen@
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/03/31 08:42:21
Modified files:
usr.sbin/smtpd : queue_fsqueue.c
Log message:
ooops, forgot to lower the define after my very last test: it's 10% not 99%
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 08:46:28
Modified files:
x11/gnome/empathy: Makefile
Log message:
Fix LIB_DEPENDS/WANTLIB to unbreak.
reported by sthen@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 09:44:53
Modified files:
sys/dev : softraid_aoe.c softraid_concat.c
softraid_crypto.c softraid_raid0.c
softraid_raid1.c softraid_raid6.c
softraid_raidp.c
Log message:
Use consistent error handling when validating the number of chunks
provided.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/03/31 09:46:11
Modified files:
sys/dev : softraid.c
Log message:
Use the discipline name instead of the product string when reporting the
attachment.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 09:53:59
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 09:56:00
Modified files:
x11/gnome/shell: Makefile
Log message:
Also needs to run depends on x11/gnome/controlcenter.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 10:00:19
Modified files:
x11/gnome/controlcenter: Makefile
Log message:
Add a comment.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 10:41:45
Modified files:
usr.sbin/pcidump: Makefile
Log message:
unbreak tree
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 11:03:25
Modified files:
sys/dev : ksyms.c
Log message:
do not need machine/cpu.h directly
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 11:04:28
Modified files:
sys/arch/hppa/hppa: genassym.cf
Log message:
NBPG and PGSHIFT are now available directly from cpp due to param.h
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 11:06:34
Modified files:
sys/uvm : uvm_glue.c
Log message:
do not need machine/cpu.h directly
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 11:07:03
Modified files:
sys/arch/amd64/include: cpu.h pmap.h
sys/arch/i386/include: cpu.h pmap.h
sys/arch/sh/include: pmap.h
sys/arch/sparc64/include: pmap.h pte.h
sys/arch/hppa/include: cpu.h pmap.h
sys/arch/alpha/include: pmap.h
Log message:
try to avoid pulling in pte.h and other more crazy things. Checked against
the things that libkvm needs.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/03/31 12:48:02
Modified files:
x11/e17 : Makefile.inc
x11/e17/e : Makefile distinfo
x11/e17/e/pkg : PLIST
Log message:
- update to enlightenment 0.17.1
- cleanup MASTER_SITES
- remove gthread-2.0 from WANTLIB as glib is always threaded now
ok aja@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/03/31 13:08:25
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/03/31 13:12:37
Modified files:
security/gnupg : Makefile
Log message:
Update mirrors list and move ftp.gnupg.org at the bottom
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/03/31 13:17:47
Modified files:
lib/libc/net : getaddrinfo.3
Log message:
getaddrinfo is now thread-safe.
ok eric@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 13:23:08
Modified files:
lib/libc/sys : getpgrp.2
Log message:
Add a couple commas, as suggested by jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 13:41:23
Modified files:
graphics/colord: Makefile distinfo
graphics/colord/patches: patch-configure patch-src_Makefile_in
patch-src_cd-main_c
graphics/colord/pkg: PLIST
Added files:
graphics/colord/patches: patch-client_cd-create-profile_c
patch-lib_colord_cd-icc_c
Removed files:
graphics/colord/patches: patch-configure_ac
patch-contrib_session-helper_cd-main_c
patch-lib_Makefile_am
patch-m4_intltool_m4
patch-src_Makefile_am
patch-src_cd-sensor_c
patch-src_cd-sensor_h
Log message:
Update to colord-0.1.32.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/03/31 13:42:10
Modified files:
lib/libc/asr : asr.c res_send_async.c
Log message:
Principle of least astonishment: implement nameserver retry/backoff as
in the former resolver.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/03/31 13:46:48
Modified files:
graphics/colord: Makefile
graphics/colord/patches: patch-src_cd-profile_c
Log message:
Forgot that part in previous.
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/03/31 14:16:10
Modified files:
emulators/fs-uae: Makefile distinfo
emulators/fs-uae/patches: patch-Makefile patch-libfsemu_Makefile
emulators/fs-uae/pkg: PLIST README
Added files:
emulators/fs-uae/patches: patch-src_fs-uae_main_c
Removed files:
emulators/fs-uae/patches: patch-common_mk patch-example_conf
patch-src_fsusage_cpp
patch-src_od-fs_defines_h
patch-src_od-fs_mman_cpp
patch-src_od-fs_uae_host_cpp
Log message:
Update fs-uae to 2.2.0.
Upstream took most of our patches, they mostly have gone.
There is one remaining -O0 in the top level Makefile, which works
around an optimiser bug. Yay.
OK bcallah@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/31 14:23:14
Modified files:
mail/geary : Makefile
Log message:
dep on libgnome-keyring
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/31 14:23:45
Modified files:
geo/emerillon : Makefile
Log message:
sync wantlib, bump
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/03/31 15:09:33
Modified files:
games/prboom : Makefile distinfo
games/prboom/patches: patch-configure
games/prboom/pkg: PLIST
Added files:
games/prboom/patches: patch-src_SDL_i_sshot_c
Removed files:
games/prboom/patches: patch-src_m_misc_c
Log message:
Update to prboom-1.5.0.
comments & ok rfreeman@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/03/31 15:28:58
Modified files:
www/epiphany : Makefile
Log message:
sync wantlib/lib_depends
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/31 15:35:26
Modified files:
lang/python : Makefile.inc
lang/python/2.5: Makefile
lang/python/2.5/files: CHANGES.OpenBSD
lang/python/2.5/patches: patch-configure_in
lang/python/2.7: Makefile
lang/python/2.7/files: CHANGES.OpenBSD
lang/python/2.7/patches: patch-configure_in
lang/python/3.2: Makefile
lang/python/3.2/files: CHANGES.OpenBSD
lang/python/3.2/patches: patch-configure_in
Log message:
Fix a hardcoded INSTSONAME, which happens to be wrong for Python 2.7
Bump everyone's REVISION.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/03/31 15:46:53
Modified files:
etc : Makefile
Added files:
etc/skel : dot.cvsrc
Log message:
a default .cvsrc for skel.
okay deraadt@
some other people like that too.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 15:49:06
Modified files:
sys/sys : resource.h
Log message:
Put parens about negative #define values.
Hide struct loadavg as non-standard.
is already pulled in via , so don't do it again.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/31 15:52:02
Modified files:
gnu/usr.bin/binutils-2.17/bfd: elfxx-mips.c elfxx-mips.h
Log message:
Replace the common_definition method in mips BFD backends with a routine
which correctly recognizes SHN_MIPS_ACOMMON and SHN_MIPS_SCOMMON as
common symbols; this allows them to correctly be aligned to their natural
alignment.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 16:11:26
Modified files:
lib/libc/sys : fork.2 fsync.2 getitimer.2 getpeername.2
getpriority.2 getrusage.2 getsockname.2
Log message:
More SYNOPSIS, ERRORS, and STANDARDS updates
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/03/31 16:43:53
Modified files:
lib/librthread : rthread_np.c
Log message:
- Don't include guard pages in the stack size.
From Christian Schulte (cs at schulte.it)
- Use stack->sp instead of recalculating it. From guenther@
okay guenther@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/03/31 17:29:46
Modified files:
regress/libexec/ld.so/subst/prog1: Makefile
Log message:
Do not depend on the value of PATH to run.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/03/31 19:07:34
Modified files:
sys/kern : kern_resource.c
Log message:
Make setrlimit() return EINVAL if rlim_cur > rlim_max, per POSIX.
Use limfree() instead of decrementing the reference counter directly.
ok kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/03/31 19:23:51
Modified files:
emulators/sdlmess: Makefile distinfo
emulators/sdlmess/patches: patch-src_osd_sdl_sdl_mak
emulators/sdlmess/pkg: PLIST
Added files:
emulators/sdlmess/patches: patch-makefile patch-src_emu_fileio_h
patch-src_emu_machine_netlist_h
Removed files:
emulators/sdlmess/patches: patch-makefile_sdl
patch-src_osd_sdl_dview_c
Log message:
Update emulators/sdlmess to 0.148u1 - the same version as emulators/sdlmame
Take MAINTAINER
ok fgsch@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/01 00:40:40
Modified files:
sys/dev/pci : if_nfe.c if_nfevar.h
Log message:
Rewrite receive filter and ioctl handling code.
ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/01 00:44:11
Modified files:
usr.bin/units : units.lib
Log message:
update currency exchange rates;
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/04/01 01:13:24
Modified files:
. : plus.html
Log message:
plus.html for March 18-24, checked by jj@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 01:27:19
Modified files:
x11/gpointing-device-settings: Makefile
x11/gpointing-device-settings/patches:
patch-modules_gnome-settings-daemon-plugins_gsd-touchpad-manager_c
patch-modules_gpds-touchpad-ui_c
patch-src_gpds-xinput-pointer-info_c
patch-src_gpds-xinput-utils_c
patch-src_gpds-xinput_c
patch-test_test-xinput-utils_c
x11/gpointing-device-settings/pkg: PLIST
Added files:
x11/gpointing-device-settings/patches: patch-data_mouse_ui
patch-data_pointingstick_ui
patch-data_touchpad_ui
patch-modules_gnome-settings-daemon-plugins_gsd-pointing-device-plugin_c
Log message:
Unbreak build, reported by sthen@
Probably needs more love to work with gnome-settings-daemon>=3.8.0 but at
least it builds now.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 01:47:26
Modified files:
lib/libc/asr : gethostnamadr.c
Log message:
fix alignment issue in the structure filled by gethostby{name,addr}()
spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 01:52:06
Modified files:
lib/libc/asr : asr_private.h res_send_async.c
Log message:
simpler and saner implementation for tcp_write(). now fully handles
short writes.
prodded by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/01 01:58:43
Modified files:
sys/dev : softraid_crypto.c
Log message:
Validate the I/O request when it is first received, rather than waiting
until disk I/O is performed. This avoids doing encryption for a write
that has an invalid I/O request. Additionally sr_crypto_wu_get() can
get the block number from the work unit, instead of decoding the SCSI
command (and failing to handle the invalid case).
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 02:04:15
Removed files:
x11/gnome/screensaver: distinfo
Log message:
Left-over.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 02:06:42
Removed files:
x11/gnome/libgnomekbd: Makefile distinfo
x11/gnome/libgnomekbd/pkg: DESCR PLIST
Log message:
Remove libgnomekbd; it's deprecated now and nothing uses it.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 02:07:02
Modified files:
x11/gnome : Makefile
Log message:
-libgnomekbd
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 02:29:22
Modified files:
x11/gnome/totem: Makefile
Log message:
Explicitely add a dependency on nautilus; the RUN_DEPENDS are enough so
port-lib-depends-check failed to spot it...
reported by landry@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 02:33:44
Modified files:
x11/gnome/controlcenter/patches: patch-panels_Makefile_am
Log message:
tyops, no pkg chagne
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 02:34:21
Modified files:
x11/gnome/controlcenter/patches: patch-shell_Makefile_am
patch-shell_cc-panel-loader_c
Log message:
moar
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 02:54:07
Modified files:
lib/libc/asr : asr_private.h gethostnamadr_async.c
Log message:
rename field
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 02:56:31
Modified files:
productivity/glabels/patches: patch-src_merge-evolution_c
patch-src_merge-vcard_c
Log message:
pushed upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 03:18:52
Modified files:
x11/gnome/terminal/patches: patch-src_terminal-screen_c
Log message:
add bz url
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 03:25:03
Modified files:
x11/gnome/terminal/patches: patch-src_terminal-app_c
Log message:
pushed upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 03:29:12
Modified files:
net/gupnp/tools/patches: patch-configure_ac
Log message:
pushed upstream
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 04:17:45
Modified files:
regress/lib/libc/asr: regress.sh
Log message:
add hostnames which triggered some bugs.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 04:18:28
Modified files:
regress/lib/libc/asr: Makefile
Log message:
tweak makefile now that asr is built by default.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 04:33:59
Modified files:
graphics/evince: Makefile distinfo
graphics/evince/pkg: PLIST-main
Removed files:
graphics/evince/patches: patch-data_evince_desktop_in_in
Log message:
- update to evince-3.8.0
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 04:43:13
Modified files:
net : Makefile
Removed files:
net/ruby-rrdtool: Makefile distinfo
net/ruby-rrdtool/patches: patch-extconf_rb
net/ruby-rrdtool/pkg: DESCR PLIST
Log message:
The port, the port, the port is on fire!
Remove unmaintained old ruby-rrdtool, there have been Ruby bindings in
the main rrdtool package for some time now, and this hasn't been updated
upstream to cope with newer versions of rrdtool. ok ajacoutot@ jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 05:35:02
Modified files:
x11/gtk+3 : Makefile
Log message:
Compile with -O0 on powerpc until I figure out what is going on.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 05:42:18
Modified files:
devel/libgtop2/patches: patch-src_daemon_server_c
patch-sysdeps_openbsd_prockernel_c
Log message:
pushed upstream
CVSROOT: /cvs
Module name: ports
Changes by: kettenis@cvs.openbsd.org 2013/04/01 05:53:52
Modified files:
devel/libffi : Makefile
Added files:
devel/libffi/patches: patch-src_x86_freebsd_S
Log message:
Fix stack alignment on i386.
ok jasper@, ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/01 05:53:56
Log message:
Import QOAuth, KDE 4 prerequisite.
QOAuth is an attempt to support interaction with OAuth-powered network
services in a Qt way, i.e. simply, clearly and efficiently.
okay landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130401
N ports/security/qoauth/Makefile
N ports/security/qoauth/distinfo
N ports/security/qoauth/pkg/DESCR
N ports/security/qoauth/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kettenis@cvs.openbsd.org 2013/04/01 05:54:39
Modified files:
devel/spidermonkey: Makefile
Added files:
devel/spidermonkey/patches:
patch-ctypes_libffi_src_x86_freebsd_S
Log message:
Fix stack alignment on i386.
ok jasper@, ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/01 05:55:32
Log message:
Import kQOAuth, optional KIPI plugins dependency that's too similar
to QOAuth.
kQOAuth is a library written in C++ for Qt that implements the OAuth
1.0 authentication specification RFC 5849 and is based on QOAuth
library. However, QOAuth's approach is improved in some ways.
kQOAuth main features:
* Easy integrated solution for retrieving user authentication and
access token.
* No external dependency to QCA.
* Convenient signals that can be used for easy OAuth authorization
process handling.
* Access to request objects that will wrap request signing and
network access, but still gives possibility for detailed control
of the authentication process for easier integration to existing
application logic.
okay landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130401
N ports/security/kqoauth/Makefile
N ports/security/kqoauth/distinfo
N ports/security/kqoauth/pkg/DESCR
N ports/security/kqoauth/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/01 05:56:58
Modified files:
security : Makefile
Log message:
Hook up qoauth and kqoauth.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/01 06:02:36
Log message:
Import libPGF, KDE 4 prerequisite.
PGF is an image file format based on discrete, fast wavelet transform
with progressive coding features, lossless and lossy compression.
It works best for natural and aerial images with a better compression
efficiency than JPEG.
a LOT of input and okay landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130401
N ports/graphics/libpgf/Makefile
N ports/graphics/libpgf/distinfo
N ports/graphics/libpgf/pkg/DESCR
N ports/graphics/libpgf/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/01 06:03:30
Modified files:
graphics : Makefile
Log message:
Hook up libpgf.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/01 06:15:21
Modified files:
textproc/source-highlight: Makefile distinfo
textproc/source-highlight/pkg: PLIST
Removed files:
textproc/source-highlight/pkg: PFRAG.shared
Log message:
update source-highlight to 3.1.7
- bump major in SHARED_LIBS
- trim HOMEPAGE
- regen WANTLIST
- extend BUILD_DEPENDS to have current manpages and API docs
- add TEST_DEPENDS to enable successful tests
- remove YACC as it's correctly detected
- remove post-extract, the script is executable after extraction
- use a pre-configure hook to use gsed in the tests/Makefile.in
- remove the PFRAG.shared file, as the .so file lives now in PLIST
- remove the %%SHARED%% marker from PLIST accordingly
- adjust the @sample line for the renamed the bash completion file
feedback and ok aja@ sthen@
CVSROOT: /cvs
Module name: www
Changes by: rpe@cvs.openbsd.org 2013/04/01 06:41:59
Modified files:
faq/ports : testing.html
Log message:
assorted improvments for the testing guide
- remove link to anoncvs.html, the reference to currentl.html should
be enough to find all the infos on how to upgrade a system to
-current
- provide a command to download and check distfiles from all
defined MASTER_SITES
- emphasize, that extract itself does not install the dependencies,
but the prepare target does.
- remove the part where we talk about setting USE_LIBTOOL=Yes
to use the base libtool, now that it's the default
- in this context, SEPARATE_BUILD should be yes or unset
- add some text about setting TEST_DEPENDS
- put lib-depends-check below the package target, as it's more
obvious to check the port BEFORE packaging it
- some for files, targets and variables
ok aja@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/01 06:52:24
Modified files:
sys/arch/m88k/include: param.h
Log message:
Unbreak 1.16
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/01 06:55:27
Modified files:
sys/arch/hp300/stand/common: hd.c
sys/arch/hp300/stand/include: samachdep.h
Log message:
Let the hp300 boot blocks compile again after all the md include churning.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/01 07:02:14
src/distrib/notes/octeon
Update of /cvs/src/distrib/notes/octeon
In directory cvs.openbsd.org:/tmp/cvs-serv25044/octeon
Log Message:
Directory /cvs/src/distrib/notes/octeon added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/01 07:02:48
Added files:
distrib/notes/octeon: contents features hardware install prep
upgrade whatis xfer
Log message:
first draft of octeon notes
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/01 07:03:07
Modified files:
distrib/notes : Makefile
Log message:
add octeon
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/01 07:11:35
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
make the distinfo check silent, for ports without distfiles (and no distinfo
either)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/01 07:26:53
Modified files:
x11/yad : Makefile distinfo
Log message:
- update to yad-0.20.2
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/01 07:40:32
Modified files:
emulators/qemu : Makefile
Added files:
emulators/qemu/patches: patch-include_qemu_timer_h
Log message:
Update the get_clock() function so it will utilize clock_gettime() with
monotonic time on OpenBSD instead of using gettimeofday().
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 07:50:42
Modified files:
x11/gnome/vino : Makefile
Removed files:
x11/gnome/vino/patches: patch-capplet_vino-preferences_c
patch-capplet_vino-preferences_ui
Log message:
Remove these patches, they are wrong.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/01 08:04:06
Modified files:
distrib/notes/octeon: install
Log message:
zap an XXX, nothing here yet.
spotted by bcallah@
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/04/01 08:04:32
Modified files:
distrib/sets/lists/xbase: md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 08:05:37
Added files:
net/libbind : Makefile distinfo
net/libbind/pkg: DESCR PLIST
Log message:
reinstate libbind (the bind resolver), for use by ports which poke in the
resolver's internals, such as net/mtr. ok brad@ naddy@
CVSROOT: /cvs
Module name: xenocara
Changes by: naddy@cvs.openbsd.org 2013/04/01 08:08:04
Modified files:
lib/libxcb/src : config.h
Log message:
Enable the use of getaddrinfo(). This allows X11 clients to talk
to a remote server over IPv6 again. ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 08:08:26
Modified files:
net/mtr : Makefile
net/mtr/patches: patch-gtk_c
Removed files:
net/mtr/patches: patch-configure
Log message:
Switch mtr to using the resolver from libbind, as it wants to poke at
internals not available with asr. This also unbreaks some use with the gtk
version (there are still problems but "mtr somehost" from the command line
now works with gtk). ok brad@ naddy@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/01 08:30:32
Modified files:
net/znc : Makefile
Added files:
net/znc/patches: patch-configure_ac patch-src_Socket_cpp
Log message:
Enable the threaded DNS support for znc now that our getaddrinfo()
is thread-safe. Remove an incredibly stupid autoconf test which
assumes that the lack of the getaddrinfo() flag AI_ADDRCONFIG means
getaddrinfo() is not thread-safe. Although that was the case in the
past and properly resulted in the threaded DNS support not being
utilized on OpenBSD/NetBSD it is no longer true.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/01 09:17:32
Modified files:
sys/dev : softraid_crypto.c
Log message:
Rename sr_crypto_rw2() to sr_crypto_dev_rw(), which actually reflects the
fact that it is used to generate I/O to the underlying device.
Input from/ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/01 09:28:47
Modified files:
infrastructure/templates: mk.conf.template
Log message:
One more goody after REGRESS => TEST: remove NO_REGRSS from list of
poisoned variables.
ok naddy@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 09:49:54
Modified files:
lib/libc/asr : asr.c asr.h asr_debug.c asr_private.h
asr_utils.c async_resolver.3
getaddrinfo_async.c gethostnamadr.c
gethostnamadr_async.c getnetnamadr.c
getnetnamadr_async.c res_search_async.c
res_send_async.c
Log message:
space cleanup; ok eric
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/01 10:01:21
Modified files:
net/transmission: Makefile
net/transmission/pkg: DESCR-gtk DESCR-main DESCR-qt
Log message:
more informative description; ok brad@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 10:04:03
Modified files:
lib/libc/asr : asr_private.h res_send_async.c
Log message:
space cleanup; ok eric
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 10:04:33
Modified files:
www/p5-HTTP-Body: Makefile distinfo
Log message:
update to a version which is on CPAN mastersites
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/04/01 10:08:00
Modified files:
usr.bin/sdiff : sdiff.c
Log message:
Avoid memory leak while parsing diff's output.
ok lteo
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/04/01 10:11:32
Modified files:
usr.sbin/smtpd : aliases.c
Log message:
'#' starts a comment, not a line continuation.
ok gilles
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 10:26:59
Modified files:
databases/evolution-data-server: Makefile
Log message:
Regen WANTLIb => does not depend on libgnome-keyring anymore.
Does not need bison anymore.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/01 10:49:53
Modified files:
lang/python : python.port.mk
Log message:
expose _MODPY_BIN_ADJ (remove underscore)
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/04/01 10:55:27
Added files:
etc/root : dot.cvsrc
Log message:
unbreak release, sorry krw@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/01 11:02:27
Log message:
thanks to dancer, here's a small local webapp that uses sqlports and
pkglocatedb to give you a browsable portstree.
Enjoy !
okay sthen@ with a few tweaks
Status:
Vendor Tag: espie
Release Tags: ports
N ports/databases/ports-readmes-dancer/Makefile
N ports/databases/ports-readmes-dancer/distinfo
N ports/databases/ports-readmes-dancer/files/config.yml.sample
N ports/databases/ports-readmes-dancer/files/ports-readmes
N ports/databases/ports-readmes-dancer/pkg/PLIST
N ports/databases/ports-readmes-dancer/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/01 11:03:05
Modified files:
databases : Makefile
Log message:
+ports-readmes-dancer, so that the selfref link will work
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/01 11:16:32
Modified files:
audio/xmp : Makefile
audio/xmp/pkg : PLIST-main
Removed files:
audio/xmp/pkg : DESCR-bmp PLIST-bmp
Log message:
remove -bmp subpackage, audio/bmp is gone
ok aja@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 11:18:20
Modified files:
sys/arch/amd64/include: signal.h
sys/arch/hppa/include: signal.h
sys/arch/hppa64/include: signal.h
sys/arch/i386/include: signal.h
sys/arch/m68k/include: signal.h
sys/arch/sparc/include: signal.h
sys/arch/sparc64/include: signal.h
Log message:
Do not expose the trap T_* values to userland, since they invade the
namespace a bit much. These are the names for the value encoded in
core.c_ucode or siginfo.si_trapno, but userland never looks directly
and only cares about the abstract signal code.
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/01 11:51:56
Modified files:
usr.sbin/ldomctl: config.c
Log message:
Some firmware revisions on UltraSPARC T2 machines apparently insist on having
"rngs" and "rng" nodes in the Hypervisor machine description.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 12:04:07
Modified files:
graphics/dia : Makefile
Log message:
Regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/01 12:26:00
Modified files:
net/nagios/cnagios: Makefile distinfo
Log message:
update cnagios to 0.30
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/01 12:27:43
Modified files:
net/nagios/p5-Nagios-Plugin: Makefile distinfo
Log message:
update p5-Nagios-Plugin to 0.36
ok aja@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/01 13:12:14
Modified files:
sys/arch/loongson/conf: Makefile.loongson
sys/arch/octeon/conf: Makefile.octeon
sys/arch/sgi/conf: Makefile.sgi
Log message:
Build mips kernels with -G 0, to disable use of so-called `small' data and
bss sections. The current kernel linker script is not gp-friendly enough for
that; and while gas 2.15 was not attempting to output gp-relative relocations
for variables which might have ended up in .sdata or .sbss, gas 2.17 will,
and the kernel will fail to link.
To be improved eventually with a better kernel ld script putting the
gp-addressable sections close enough to gp... and making sure kernel gp is
reloaded in all the userland->kernel code paths which might need gp in the
kernel.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 13:25:57
Modified files:
mail/roundcubemail: Tag: OPENBSD_5_2 Makefile distinfo
mail/roundcubemail/patches: Tag: OPENBSD_5_2
patch-config_main_inc_php_dist
mail/roundcubemail/pkg: Tag: OPENBSD_5_2 PLIST
Log message:
Oops, upstream's 0.7.4 release of roundcubemail appears to have been made
from the wrong branch, as found the hard way by jung@. Switch to a distfile
I have rolled from their github tree.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/01 13:29:16
Modified files:
x11/gnome/settings-daemon: Makefile
Added files:
x11/gnome/settings-daemon/patches:
patch-plugins_cursor_gsd-cursor-manager_c
patch-plugins_cursor_gsd-cursor-manager_h
Log message:
Fix a runtime crash due to our old xserver.
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/04/01 13:49:53
Modified files:
sys/dev/usb : ugen.c usb_subr.c usbdi.h
Log message:
Make ugen_get_cdesc() a generic function by renaming it to usbd_get_cdesc()
and move it to usb_subr.c.
OK mpi@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 13:56:41
Modified files:
audio/fluidsynth: Makefile
Log message:
Record depend on libsndfile, autoconf picks it up and it's reasonable small.
Explicitly disable some other things autoconf looks for which we don't currently
have but are in the realms of possibility. Based on a diff from Jan Stary.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/01 14:16:31
Modified files:
lib/libc/stdio : printf.3
lib/libc/sys : access.2 chmod.2 chown.2 link.2 mkdir.2
mkfifo.2 mknod.2 readlink.2 rename.2 stat.2
symlink.2 unlink.2 wait.2
Log message:
When there are multiple groups of functions with their own #includes
listed, the #includes in each group are independent, so that users
don't need to guess at possible carry-over.
general idea ok otto@ millert@
actual diff ok jmc@ schwarze@
CVSROOT: /cvs
Module name: ports
Changes by: tobias@cvs.openbsd.org 2013/04/01 14:20:22
Modified files:
devel/cvsweb : Makefile
devel/cvsweb/pkg: README
Log message:
Update README after perl upgrade.
ok sthen
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 14:22:27
Modified files:
lib/libc/asr : asr.c res_mkquery.c res_search_async.c
Log message:
properly check for domain name truncation at various places and fail
if that happens.
prodded by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/01 14:41:12
Modified files:
lib/libc/asr : asr.c
Log message:
If more than one lookup line is found in resolv.conf, the latest one
takes precedence. Simplify code while there.
suggested by deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 15:37:28
Modified files:
net/sslh : Makefile distinfo
net/sslh/patches: patch-Makefile patch-sslh_pod
net/sslh/pkg : PLIST
Added files:
net/sslh/patches: patch-basic_cfg patch-example_cfg
Removed files:
net/sslh/patches: patch-sslh_main_c
Log message:
update to sslh 1.14, from Bjorn Ketelaars.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/01 15:43:37
Modified files:
net/nagios/check_mssql_health: Makefile distinfo
Log message:
Update to check_mssql_health 1.5.19, inadvertently prompted by rpe@ ;-)
Switch to gtar, the distfile uses extended pax headers.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/01 15:48:34
Modified files:
net/nagios/check_postgres: Makefile distinfo
net/nagios/check_postgres/pkg: PLIST
Log message:
update check_postgres to 2.20.0
ok sthen@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: rfreeman@cvs.openbsd.org 2013/04/01 16:02:15
Log message:
Import prboom-plus.
Modified PrBoom port with uncapped framerate, variable gamespeed,
re-record, walkcam, chasecam, full mouselook, fov and other features
without loss of compatibility with original DOOM.
Not intended to replace the prboom package, this port has additional
features particularly interesting to fans of demo recording/playback.
OK bentley@, brad@
Status:
Vendor Tag: rfreeman
Release Tags: rfreeman_20130401
N ports/games/prboom-plus/Makefile
N ports/games/prboom-plus/distinfo
N ports/games/prboom-plus/pkg/PLIST
N ports/games/prboom-plus/pkg/DESCR
N ports/games/prboom-plus/pkg/README
N ports/games/prboom-plus/patches/patch-data_Makefile_am
N ports/games/prboom-plus/patches/patch-data_Makefile_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: rfreeman@cvs.openbsd.org 2013/04/01 16:16:24
Modified files:
games : Makefile
Log message:
add prboom-plus.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/01 16:51:39
Modified files:
sys/netinet6 : raw_ip6.c
Log message:
There is no IPv6 default scope in OpenBSD. Remove leftovers.
No binary change.
OK claudio@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/01 16:58:29
Modified files:
sys/netinet6 : in6_proto.c
Log message:
Allow raw IPv6 sockets for IPsec protocols. IPv4 does the same.
Ok claudio@
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/04/01 18:46:47
Modified files:
sys/dev/acpi : acpithinkpad.c
Log message:
recognize and ignore power change event from newer thinkpads
group and sort ignored events
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/01 20:37:41
Modified files:
sbin/dhclient : parse.c
Log message:
Don't assume sizeof(time_t)==4
ok krw@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 20:50:49
Modified files:
usr.sbin/yppoll: yppoll.c
Log message:
handle long time_t; ok guenther
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/01 21:05:37
Modified files:
sbin/dumpfs : dumpfs.c
Log message:
Use a time_t variable with ctime()
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 21:06:07
Modified files:
usr.sbin/rwhod : rwhod.c
Log message:
handle large time_t at least until 2038. then chaos breaks out.
ok guenther
note to tedu: 2038 -> rwhod
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/01 21:06:18
Modified files:
sbin/isakmpd : connection.c timer.c
Log message:
Stop assuming time_t is long
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 21:21:20
Modified files:
usr.sbin/rtadvd: dump.c
Log message:
tv_sec is not neccessarily the same type (or size) as time_t
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/04/01 21:34:31
Modified files:
sys/sys : mbuf.h
Log message:
Remove "/IPv4" from the comments of the M_{TCP,UDP}_CSUM_IN_* flags,
since they are also used for TCP or UDP checksums over IPv6 (originally
pointed out by naddy@ when I was updating the mbuf(9) man page).
ok bluhm claudio
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/01 21:38:24
Modified files:
sys/sys : socket.h
Log message:
Use internal types instead of the old BSD u_int#_t types in the
standard portion of the header.
Most of the diff from James Turner (james (at) calminferno.net)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 22:16:39
Modified files:
sbin/fsirand : fsirand.c
Log message:
handle time_t which is not u_int32_t
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 22:40:21
Modified files:
usr.bin/calendar: day.c
Log message:
handle large time_t in DEBUG code
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 22:58:54
Modified files:
usr.bin/ranlib : touch.c
Log message:
handle larger time_t
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 23:01:23
Modified files:
usr.bin/ranlib : touch.c
Log message:
kill useless cast
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 23:04:47
Modified files:
usr.sbin/user : user.c
Log message:
for parsing time values, fall back to atoll() for time_t
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/01 23:16:14
Modified files:
include : utime.h time.h
Log message:
Pull in instead of in prep for the future
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/01 23:22:05
Modified files:
sbin/scan_ffs : scan_ffs.c
Log message:
handle large time_t
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 00:04:50
Modified files:
usr.bin/top : utils.c
usr.sbin/authpf: authpf.c
Log message:
Handle big time_t
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/02 00:36:55
Modified files:
distrib/sets/lists/etc: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/02 01:15:03
Modified files:
regress/libexec/ld.so/df_1_noopen: Makefile
Log message:
Let this work on gcc < 4, which don't accept /dev/null as a valid input file.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 01:22:31
Modified files:
x11/gnome/settings-daemon: Makefile
Added files:
x11/gnome/settings-daemon/patches:
patch-plugins_media-keys_gsd-media-keys-manager_c
Log message:
Fix a warning.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 02:30:32
Modified files:
x11/gnome/settings-daemon/patches:
patch-plugins_media-keys_gsd-media-keys-manager_c
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/02 02:54:37
Modified files:
sys/net : if.c if.h if_trunk.c if_vlan.c
Log message:
Instead of storing the link-level address of every interface in a global
array indexed by interface numbers, add a new field to the interface
descriptor pointing to it.
claudio@ and todd@ like it, ok mikeb@
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/04/02 03:17:14
Modified files:
usr.sbin/smtpd : queue_fsqueue.c
Log message:
change log format to fix warning
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 04:06:37
Modified files:
x11/gtk+2 : Makefile
x11/gtk+2/pkg : PLIST-main
x11/gtk+3 : Makefile
x11/gtk+3/pkg : PLIST-main
Added files:
x11/gtk+2/pkg : README-main
x11/gtk+3/pkg : README-main
Log message:
Add a pkg-readme explaining how to change the default "Print Preview"
command since not everyone wants to install evince just for that.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/02 04:10:15
Modified files:
audio/fluidsynth: Makefile
Log message:
fix HOMEPAGE, noted by Jan Stary (but I used a different url).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 04:14:20
Modified files:
x11/gtk+2 : Makefile
x11/gtk+2/pkg : README-main
x11/gtk+3 : Makefile
x11/gtk+3/pkg : README-main
Log message:
Extend previous.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/02 05:38:12
Modified files:
net/vsftpd : Makefile
net/vsftpd/pkg : PLIST
Added files:
net/vsftpd/pkg : vsftpd.rc
Removed files:
net/vsftpd/patches: patch-defs_h
Log message:
Add an rc script to vsftpd, and replace a sysconfdir patch with a perl -pi -e
subst as the port is already using for a couple of other files. ok benoit@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/02 05:40:36
Log message:
Import security/easy-rsa, which is split off from OpenVPN in 2.3+.
From Bjorn Ketelaars, ok benoit@
Easy-RSA is a small RSA key management package, based on the openssl
command line tool, that can be found in the easy-rsa subdirectory
of the OpenVPN distribution. While this tool is primarily concerned
with key management for the SSL VPN application space, it can also
be used for building web certificates.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130402
N ports/security/easy-rsa/Makefile
N ports/security/easy-rsa/distinfo
N ports/security/easy-rsa/patches/patch-Makefile_in
N ports/security/easy-rsa/pkg/DESCR
N ports/security/easy-rsa/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/02 05:41:02
Modified files:
security : Makefile
Log message:
+easy-rsa
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/02 05:43:13
Modified files:
devel/p5-Try-Tiny: Makefile
Log message:
fix quoting in comment so that $@ ends up as it should
bump revision.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 06:26:11
Modified files:
x11/gnome/empathy: Makefile
Log message:
port-lib-depends-check failed again... missing dep on devel/libnotify.
spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/02 06:29:44
Modified files:
sys/dev/pci/drm: radeon_drv.c
Log message:
Remove Evergreen ids people have incorrectly added to radeondrm.
There is currently no support for Evergreen/R800. ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/04/02 06:34:31
Modified files:
security/stunnel: Makefile distinfo
Log message:
update to 4.56; OK benoit@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/02 06:39:36
Modified files:
databases/ports-readmes-dancer: Makefile distinfo
Log message:
cosmetic changes: zap the extra .swp file,
have lists be without bullet on ffx too,
align the search requester using tables
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/02 07:24:57
Modified files:
sys/arch/sparc64/include: trap.h
sys/arch/sparc64/sparc64: trap.c
Log message:
Get rid of SYSCALL_G7RFLAG. iIt's been deprecated for a long time already,
and we've started using %g7 as a per-thread register now. If you have any
binaries left that use this flag they'll probably crash and burn!
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/02 07:40:31
Modified files:
sys/dev/pci : if_nxe.c
Log message:
Set the IFF_ALLMULTI flag as appropriate.
ok dlg@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/02 07:43:40
Modified files:
sys/dev/pci : if_tht.c
Log message:
- Have the tht(4) ioctl handler for SIOCSIFFLAGS set ENETRESET
instead of calling tht_iff() directly.
- Add a comment in tht_up() about the use of tht_iff().
- Have tht_iff() set IFF_ALLMULTI when in promisc mode.
ok dlg@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 08:08:43
Modified files:
x11/gnome/shell: Makefile
x11/gnome/gdm : Makefile
Log message:
Switch the icon-theme-symbolic dependency.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/02 08:09:23
Modified files:
audio/xmp : Makefile
Log message:
audio/bmp is gone, so don't try to enable the bmp plugin
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/02 08:27:59
Modified files:
infrastructure/plist: amd64 i386 sparc64
Log message:
5.3 CD packages
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/02 08:41:05
Modified files:
www/drupal6/CKeditor: Makefile distinfo
www/drupal6/CKeditor/pkg: PLIST
www/drupal6/ctools: Makefile distinfo
www/drupal6/publishcontent: Makefile distinfo
www/drupal6/publishcontent/pkg: PLIST
www/drupal6/user_import: Makefile distinfo
www/drupal6/user_import/pkg: PLIST
www/drupal6/user_readonly: Makefile distinfo
Log message:
a few minor updates, including some security concerns
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/02 09:12:08
Modified files:
databases/ports-readmes-dancer: Makefile distinfo
Log message:
show maintainer's name (but not email address) and allow to search for
a given maintainer.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/02 09:15:53
Modified files:
net/hping : Makefile
net/hping/patches: patch-send_c
net/hping/pkg : DESCR
Added files:
net/hping/patches: patch-getlhs_c
Log message:
Allow hping to handle pppoe interfaces. While there, improve license marker
and add a note about PF running on the sending host to DESCR.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/02 09:41:23
Modified files:
lang/ruby : ruby.port.mk
Log message:
Tweak previous: escape all the dots in ${PATCHORIG}, not first one only.
Based on Jérémie Courrèges-Anglas, thanks!
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/02 09:50:58
Modified files:
net/sslh : Makefile
Log message:
add Bjorn Ketelaars as MAINTAINER.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/02 09:54:20
Modified files:
productivity/zeitgeist: Makefile
Log message:
bump EPOCH since the version number went backwards; ok espie@
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/04/02 10:05:09
Modified files:
. : want.html
Log message:
remove old requests likely fullfilled
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 10:11:44
Modified files:
x11/gtk+2 : Makefile
x11/gtk+3 : Makefile
Log message:
Add a "convenient dependency" on gnome-icon-theme-symbolic to prevent
hunting what needs what:
=> some apps need more icons than the stock ones
=> some apps require symbolic icons with no fallback
=> some apps needs the svg version of the icon
It makes no sense to hunt all the ports tree source files to check what
icon are used exactly. That means than from now on we are _certain_ not
to miss any icons in gtk applications that are run outside of a full
blown Desktop environment.
no objection from landry@ naddy@ espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 10:16:47
Modified files:
audio/gimmix : Makefile
audio/musique : Makefile
graphics/evince: Makefile
mail/evolution : Makefile
net/gupnp/tools: Makefile
productivity/rubrica2: Makefile
www/chromium : Makefile
www/gtkhtml3 : Makefile
www/gtkhtml4 : Makefile
www/minitube : Makefile
x11/faenza-icon-theme: Makefile
x11/gnome/ekiga: Makefile
x11/gnome/empathy: Makefile
x11/gnome/eog : Makefile
x11/gnome/gedit: Makefile
x11/gnome/nautilus: Makefile
x11/gnome/settings-daemon: Makefile
x11/gnome/system-monitor: Makefile
x11/gnome/totem: Makefile
x11/gnome-colors-icon-theme: Makefile
x11/gnome-mplayer: Makefile
x11/nitrogen : Makefile
x11/pcmanfm : Makefile
x11/podbrowser : Makefile
x11/tangerine-icon-theme: Makefile
x11/tango-icon-theme: Makefile
Log message:
No need to explicitely depend on gnome-icon-theme anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 10:19:00
Modified files:
x11/gnome/icon-theme-extras: Makefile
x11/gnome/icon-theme-extras/pkg: PLIST
Log message:
x11/gnome/icon-theme is not needed for building.
As for running, remove the dependency: it's only usefull with gtk which
already bring gnome-icon-theme.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 10:21:19
Modified files:
www/midori : Makefile
x11/xfce4/thunar: Makefile
Log message:
Missed in previous.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/02 10:38:37
Modified files:
lib/libc/asr : asr_private.h res_send_async.c
Log message:
better implementation for tcp_read() that can get the packet length in
multiple read.
prodded by deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 10:41:21
Modified files:
editors/libreoffice: Makefile
games/belooted : Makefile
games/gbrainy : Makefile
games/gnome-mastermind: Makefile
games/pioneers : Makefile
geo/gmapcatcher: Makefile
graphics/shotwell: Makefile
misc/gramps : Makefile
misc/redshift : Makefile
productivity/tryton/tryton: Makefile
textproc/catfish: Makefile
x11/nagstamon : Makefile
x11/roxterm : Makefile
x11/xfce4/xfce4-dict: Makefile
x11/xpad : Makefile
Log message:
Remove the librsvg dependency from the gtk ports, _except_ when it's a
build or lib depends... i.e. just remove the RUN_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 11:26:34
Modified files:
cad/pcb : Makefile
games/gbrainy : Makefile
games/pioneers : Makefile
graphics/comix : Makefile
net/gajim : Makefile
productivity/gnucash: Makefile
productivity/zim: Makefile
textproc/gtranslator: Makefile
Log message:
Sanitier depepdencies, these do not need to build depends on gtk+2,-guic.
RUN_DEPENDS = BUILD_DEPENDS is a known bad construct, but
BUILD_DEPENDS = RUN_DEPENDS is *not* that good either...
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/04/02 11:37:03
Modified files:
. : 53.html
Log message:
Minor grammar nit.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/02 11:45:46
Modified files:
x11/gnome/alacarte: Makefile
x11/gnome/eog : Makefile
x11/gnome/orca : Makefile
Log message:
No need to build_depends on gtk+2,-guic.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/02 12:27:47
Modified files:
sys/netinet : in_pcb.c ip_divert.c raw_ip.c tcp_input.c
tcp_subr.c udp_usrreq.c
sys/netinet6 : ip6_divert.c
Log message:
Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL
instead of 0 for pointers. No binary change.
OK mpi@
CVSROOT: /cvs
Module name: www
Changes by: reyk@cvs.openbsd.org 2013/04/02 14:02:24
Modified files:
papers : index.html
Added files:
papers : openiked-asiabsdcon2013.pdf
openiked-slides-asiabsdcon2013.pdf
relayd-asiabsdcon2013.pdf
relayd-slides-asiabsdcon2013.pdf
Log message:
Add my slides and papers from AsiaBSDCon 2013.
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/04/02 14:26:17
Modified files:
bin/mkdir : mkdir.c
Log message:
Revert rev 1.21 to fix a race condition where multiple mkdir -p's trying
to create overlapping paths in parallel could error out. ok millert@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/02 15:23:17
Modified files:
lib/libc/asr : asr_utils.c
Log message:
make sure we always point before the current offset.
spotted by matthew@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/02 15:32:06
Modified files:
sys/sys : uio.h
Log message:
Use __off_t instead of off_t to make this usable on its own even in our
default compilation environment.
ok espie@, millert@, guenther@
CVSROOT: /cvs
Module name: www
Changes by: naddy@cvs.openbsd.org 2013/04/02 15:46:16
Modified files:
papers : index.html
Log message:
un-reverse Reyk's slides and papers
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/02 15:57:33
Modified files:
lib/libc/asr : res_send_async.c
Log message:
add comment for how EINPROGRESS is handled there.
CVSROOT: /cvs
Module name: ports
Changes by: rfreeman@cvs.openbsd.org 2013/04/02 18:03:25
Modified files:
emulators/BasiliskII: Makefile
emulators/BasiliskII/patches: patch-src_Unix_configure_ac
Log message:
remove dep on esound, disable esound in configure, enable sdl audio, remove
-pthread patch as its not needed, remove USE_GROFF, GPLv2+ license marker.
OK brad@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rfreeman@cvs.openbsd.org 2013/04/02 18:06:28
Removed files:
emulators/BasiliskII/patches: patch-src_Unix_configure_ac
Log message:
remove -pthread patch, from last change
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/04/02 21:00:31
Modified files:
devel/cppcheck : Makefile distinfo
Log message:
update to 1.59; mostly from sthen@
while I am there, enable support for compiled patterns. a python script is used to convert match patterns to C++ code.
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 21:10:42
Modified files:
usr.sbin/relayctl: relayctl.c
Log message:
Handle big time_t
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 21:11:53
Modified files:
lib/libc/stdio : open_memstream.c open_wmemstream.c
regress/lib/libc/orientation: orientation_test.c
Log message:
Set the stream orientation in open_{,w}memstream().
Check it in the regress test
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 21:13:32
Modified files:
lib/libsndio : sio.c sio_priv.h
Log message:
Handle big time_t.
Use clock_gettime(CLOCK_MONOTONIC) instead of gettimeofday() when measuring
time intervals for debugging output.
ok ratchov@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 21:15:59
Modified files:
lib/libc/sys : wait.2
Log message:
Drop an unnecessary #include
reminded by schwarze@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/02 21:20:39
Modified files:
usr.sbin/rbootd: utils.c
Log message:
do not assume time_t and timeval.tv_sec are the same type
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 21:36:25
Modified files:
bin/systrace : openbsd-syscalls.c
Log message:
LFS option is long gone
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/02 21:39:29
Modified files:
lib/libc/stdlib: _Exit.c
Log message:
Update a comment about standards requirements
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/02 22:12:23
Modified files:
usr.bin/rup : rup.c
Log message:
do not assume time_t and timeval.tv_sec are the same type
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/02 22:12:49
Modified files:
usr.bin/rusers : rusers.c
Log message:
do not assume time_t and timeval.tv_sec are the same type
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/02 23:29:06
Modified files:
sys/dev/pci/drm/i915: intel_dp.c
Log message:
match linux 3.8.5 and backout the 'try to train DP even harder' commit
which introduced a bogus check that could lead to an infinite loop
in some eDP setups.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/02 23:57:00
Modified files:
sys/dev/pci/drm: drm_edid.c
Log message:
fix EDID detailed timing vsync parsing
from linux 3.8.5
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/03 00:03:58
Modified files:
sys/dev/pci/drm: drm_edid.c
Log message:
fix EDID detailed timing frame rate
from linux 3.8.5
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:20:50
Modified files:
x11/xfce4/thunar-archive: Makefile
devel/monodevelop: Makefile
x11/gnome/banshee: Makefile
x11/tango-icon-theme: Makefile
Log message:
No need to build_depends on gtk+2,-guic nor shared-mime-info.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/03 00:23:25
Modified files:
net/haproxy : Makefile
Added files:
net/haproxy/patches: patch-src_proto_http_c
Log message:
Security fix for CVE-2013-1912, haproxy may crash on TCP content inspection rules
Patch from upstream git.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:26:57
Modified files:
cad/geda-gaf : Makefile
Log message:
Add a comment about shared-mime-info and desk-file-utils.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/03 00:37:10
Modified files:
sysutils/libvirt: Makefile distinfo
sysutils/libvirt/patches: patch-src_Makefile_in
patch-src_rpc_virnetsocket_c
Log message:
- update to libvirt-1.0.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/03 00:40:10
Modified files:
devel/spice-protocol: Makefile distinfo
Log message:
- update to spice-protocol-0.12.5
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/03 00:41:54
Modified files:
devel/py-hgtools: Makefile distinfo
devel/py-hgtools/pkg: PLIST
Log message:
- update py-hgtools to 3.0.1
- regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:42:28
Modified files:
x11/gnome/nautilus: Makefile
x11/gnome/planner: Makefile
Log message:
Drop BUILD_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:45:31
Modified files:
x11/pinot : Makefile
x11/rox-filer : Makefile
Log message:
Drop build depends on shared-mime-info.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:49:47
Modified files:
audio/exaile : Makefile
audio/exaile/pkg: PLIST
Log message:
Missing update-desktop-database goo in PLIST.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:53:08
Modified files:
cad/gerbv : Makefile
Log message:
Add --disable-update-desktop-database to CONFIGURE_ARGS and no need to
depend on update-desktop-database for building.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 00:57:56
Modified files:
audio/pykaraoke: Makefile
audio/pympd : Makefile
devel/git-cola : Makefile
geo/gmapcatcher: Makefile
print/system-config-printer: Makefile
www/epiphany : Makefile
Log message:
Do not build_depends on devel/desktop-file-utils.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/03 00:57:57
Modified files:
graphics/pngcrush: Makefile distinfo
Log message:
- update pngcrush to 1.7.56
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:01:32
Modified files:
math/octave : Makefile
Log message:
Add comment about desktop-file-install(1).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:13:19
Modified files:
x11/gnome/icon-theme: Makefile
x11/gnome/icon-theme-symbolic: Makefile
Log message:
We can get away with the gtk-update-icon-cache build dependency.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:13:33
Modified files:
cad/kicad : Makefile
Log message:
Uneeded build_depends on misc/shared-mime-info.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:23:51
Modified files:
audio/ardour : Makefile
Log message:
Add comment about the fd.or utilities.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/03 01:36:57
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem_evict.c
Log message:
move i915_gem_find_inactive_object() into i915_gem_evict.c
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:41:15
Modified files:
x11/gnome/icon-theme: Makefile
Log message:
Remove deprecated comment.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:51:31
Modified files:
textproc/calibre: Makefile
textproc/calibre/pkg: PLIST
Log message:
Missing RUN_DEPENDS.
Remove uneeded goo.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:52:29
Modified files:
net/gajim : Makefile
Log message:
Fix build/run dep.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 01:53:31
Modified files:
print/system-config-printer: Makefile
Log message:
Fix RUN_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 02:08:21
Modified files:
x11/industrial-icon-theme: Makefile
x11/tangerine-icon-theme: Makefile
Log message:
librsvg is not needed at build time.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 02:11:23
Modified files:
games/pioneers : Makefile
Log message:
Remove librsvg.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 02:15:15
Modified files:
games/pioneers : Makefile
Log message:
Oops, wrong Makefile, revert previous.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 02:16:43
Modified files:
inputmethods/ibus: Makefile
Log message:
librsvg is implied.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/04/03 02:19:10
Modified files:
www/chromium : Makefile distinfo
www/chromium/patches: patch-base_atomicops_h patch-base_base_gyp
patch-base_base_gypi
patch-base_debug_debugger_posix_cc
patch-base_debug_stack_trace_h
patch-base_debug_stack_trace_posix_cc
patch-base_process_util_openbsd_cc
patch-base_sys_info_openbsd_cc
patch-base_sys_info_posix_cc
patch-build_all_gyp
patch-build_linux_python_arch_sh
patch-chrome_app_chrome_main_delegate_cc
patch-chrome_browser_chrome_browser_main_posix_cc
patch-chrome_browser_component_updater_component_updater_configurator_cc
patch-chrome_browser_extensions_api_system_info_storage_system_info_storage_api_cc
patch-chrome_browser_memory_details_cc
patch-chrome_browser_ui_webui_about_ui_cc
patch-chrome_chrome_browser_extensions_gypi
patch-chrome_chrome_browser_gypi
patch-chrome_chrome_gyp
patch-chrome_common_chrome_notification_types_h
patch-chrome_common_chrome_paths_cc
patch-chrome_test_automation_proxy_launcher_cc
patch-chrome_test_perf_perf_test_cc
patch-chrome_test_ui_ui_test_cc
patch-chrome_tools_build_linux_sed_sh
patch-content_app_content_main_runner_cc
patch-content_browser_browser_main_loop_cc
patch-content_browser_child_process_launcher_cc
patch-content_content_browser_gypi
patch-content_content_common_gypi
patch-content_content_gpu_gypi
patch-content_plugin_plugin_main_linux_cc
patch-content_renderer_renderer_main_platform_delegate_linux_cc
patch-media_audio_openbsd_audio_manager_openbsd_cc
patch-media_media_gyp
patch-net_base_net_util_cc
patch-net_base_network_change_notifier_cc
patch-net_disk_cache_disk_format_h
patch-net_http_http_network_session_cc
patch-net_net_gyp
patch-net_socket_socks5_client_socket_cc
patch-ppapi_shared_impl_private_net_address_private_impl_cc
patch-printing_backend_cups_helper_cc
patch-printing_printing_gyp
patch-skia_ext_SkThread_chrome_cc
patch-skia_skia_gyp
patch-third_party_WebKit_Source_WTF_wtf_NumberOfCores_cpp
patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm
patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h
patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm
patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_asm
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_h
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_asm
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_h
patch-third_party_ffmpeg_libavcodec_pthread_c
patch-third_party_ffmpeg_libavcodec_x86_cabac_h
patch-third_party_ffmpeg_libavcodec_x86_h264_i386_h
patch-third_party_iccjpeg_iccjpeg_gyp
patch-third_party_icu_public_common_unicode_popenbsd_h
patch-third_party_libXNVCtrl_libXNVCtrl_gyp
patch-third_party_libjingle_source_talk_base_nethelpers_cc
patch-third_party_libusb_libusb_gyp
patch-third_party_libvpx_libvpx_gyp
patch-third_party_libvpx_obj_int_extract_sh
patch-third_party_libvpx_source_libvpx_build_make_obj_int_extract_c
patch-third_party_libvpx_unpack_lib_posix_sh
patch-third_party_libyuv_libyuv_gyp
patch-third_party_protobuf_src_google_protobuf_stubs_atomicops_h
patch-third_party_yasm_source_config_openbsd_config_h
patch-third_party_yasm_source_config_openbsd_libyasm-stdint_h
patch-tools_clang_scripts_plugin_flags_sh
patch-tools_gyp_pylib_gyp_generator_make_py
patch-ui_base_l10n_l10n_util_cc
patch-ui_gfx_codec_png_codec_cc
patch-webkit_plugins_npapi_plugin_list_posix_cc
patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc
www/chromium/pkg: PLIST
Added files:
www/chromium/patches: patch-breakpad_breakpad_gyp
patch-build_common_gypi
patch-chrome_browser_browser_resources_grd
patch-chrome_browser_extensions_system_info_event_router_cc
patch-chrome_browser_plugins_plugins_resource_service_cc
patch-chrome_browser_speech_tts_controller_cc
patch-third_party_ffmpeg_libavutil_mem_c
patch-third_party_libXNVCtrl_NVCtrl_c
patch-third_party_libjingle_source_talk_base_physicalsocketserver_cc
patch-third_party_protobuf_src_google_protobuf_stubs_strutil_h
patch-ui_base_strings_app_locale_settings_grd
patch-v8_src_atomicops_h
patch-webkit_media_filter_helpers_cc
Removed files:
www/chromium/patches: patch-remoting_remoting_gyp
Log message:
- update to 26.0.1410.43
- switch chromium to use clang/llvm instead of gcc
- switch back to the internal libvpx because it's an unreleased version
at this point
- re-enable SSE2 support
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 02:20:44
Modified files:
net/arm : Makefile
Log message:
No need for librsvg.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 03:41:31
Modified files:
print/hplip : Makefile
Log message:
Needs lsusb.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/03 05:23:31
Modified files:
www/mongrel2 : Makefile
Log message:
add comment re use of gtar; this one is not extended headers
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 05:35:43
Modified files:
x11/gnome/yelp : Makefile
Removed files:
x11/gnome/yelp/patches: patch-libyelp_yelp-view_c
Log message:
Doesn't really make sense to maintain this patch.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/03 06:03:06
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
fix comment detailing the memory map
from syuu@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 06:32:42
Modified files:
x11/gnome/shell: Makefile
Log message:
Depends on x11/gnome/clocks.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:00:15
Modified files:
x11/gnome/mutter: Makefile
Log message:
No need for the python module.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:16:31
Modified files:
x11/gnome/empathy: Makefile
Log message:
Add MODPY_RUNDEP=No.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:25:57
Modified files:
x11/gnome/gjs : Makefile
Log message:
This does not need python.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:34:30
Modified files:
x11/gnome/eog : Makefile
Log message:
Does not need python.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:37:41
Modified files:
x11/gnome/tracker: Makefile
Log message:
Python is needed for the tests.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:41:17
Log message:
Import gnome-weather-3.8.0.
Weather application for GNOME.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130403
N ports/x11/gnome/weather/distinfo
N ports/x11/gnome/weather/Makefile
N ports/x11/gnome/weather/patches/patch-configure
N ports/x11/gnome/weather/pkg/DESCR
N ports/x11/gnome/weather/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:41:47
Modified files:
x11/gnome : Makefile
Log message:
+weather
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 07:42:27
Modified files:
meta/gnome : Makefile
Log message:
Remove clocks, it's implied by gnome-shell.
Add weather.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 08:30:40
Modified files:
x11/gnome/tracker: Makefile
Log message:
Add a do-test target.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/03 09:14:17
Modified files:
archivers/ha : Makefile
archivers/ha/patches: patch-nix_machine_c
Log message:
casting a pointer type does not magically change the size of the
referenced variable
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 09:19:01
Modified files:
print/cups : Makefile
Added files:
print/cups/patches: patch-backend_usb-libusb_c
Log message:
Unbreak the USB backend.
spotted by Martin Crossley
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/03 09:35:54
Modified files:
cad/chipmunk : Makefile
cad/chipmunk/patches: patch-psys_src_lunix_pas_c
cad/chipmunk/pkg: PLIST
Added files:
cad/chipmunk/patches: patch-psys_include_p2c_lunix_pas_h
Log message:
casting a pointer type does not magically change the size of the
referenced variable
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/03 09:38:48
Modified files:
usr.sbin/ldomctl: config.c
Log message:
Make it possible to explicitly specify the number of vcpus and the amount
of memory for the primary domain. As a bonus this prevents people from
shooting themselves in the foot by creating two domains names "primary".
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 09:45:47
Modified files:
x11/gnome/gdm : Makefile
x11/gnome/gdm/pkg: gdm.rc
Log message:
Make the rc script a little bit less horrible.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/03 10:28:10
Modified files:
sbin/ifconfig : ifconfig.c
Log message:
handle larger time_t types; toss some unused code
ok guenther
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/03 11:07:15
Modified files:
devel/bpython : Makefile
Log message:
No this does not need to depend on py-gobject3.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/04/03 11:40:48
Modified files:
www/owncloud : Makefile distinfo
www/owncloud/pkg: PLIST README
Added files:
www/owncloud/patches: patch-apps_updater_appinfo_info_xml
Log message:
update to 5.0.3, based on ajacoutot@'s diff
ok ajacoutot@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/03 12:07:07
Modified files:
sys/dev/pci : if_bge.c
Log message:
Fix a typo in the bge_ape_lock_init() function.
From David Imhoff.
ok dlg@ sthen@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/03 13:20:50
Modified files:
app/cwm : client.c
Log message:
move XUngrabServer to the end of client_new() to avoid races where clients,
such as those using sdl, attempt to manage the clients themselves when the
clients aren't fully ready. other wm's grab the xserver during the whole
client setup process, so match.
behavior found by jsg.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/03 13:28:00
Modified files:
app/cwm : search.c
Log message:
honor PATH search order for exec; from Andres Perera.
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/04/03 13:38:20
Modified files:
lib/libc/asr : res_send_async.c
Log message:
Use MSG_NOSIGNAL when writing DNS queries over TCP sockets to ensure
we don't trigger SIGPIPE.
ok millert
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/03 13:57:17
Modified files:
sys/dev/pci/drm: drm_drv.c
sys/dev/pci/drm/i915: i915_drv.c i915_gem.c
i915_gem_execbuffer.c
Log message:
Return ENOENT instead of EBADF if looking up a gem object fails.
Return EINVAL instead of EBADF if the same object is specified twice in
an execbuffer2 call.
This is what Linux does.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/03 14:04:20
Added files:
net/libbind/patches: patch-doc_Makefile_in
Log message:
libbind has a missing build depend on groff, noticed by rpe@, as it tries
to rebuild catpages. Since I throw them away anyway, patch the Makefile to
stop rebuilding them as well. Fixes build without groff installed -
doesn't change the package so no bump.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/03 14:17:23
Modified files:
net/isc-bind : Makefile
net/isc-bind/pkg: isc_named.rc
Log message:
Normally newer versions of BIND default to one UDP listener per interface
per CPU. As found by Marc Peters, this doesn't work too well on a t5120
with 64 threads, so change the default settings in the rc.d script to -U 4
to cap this to 4, or the number of CPUs if less.
As usual with rc.d scripts, if you need to override flags, set
isc_named_flags="..." in rc.conf.local.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/03 14:22:55
Modified files:
app/cwm : client.c
Log message:
- no reason to breakout ClassHints work, so fold into client_{new,delete},
but keep _MOTIF_WM_HINTS separate.
- simplify fetching app/class hint.
- fix _MOTIF_WM_HINTS Atom type.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/03 15:06:01
Modified files:
net/isc-dhcp : Makefile distinfo
Log message:
Update to isc-dhcp 4.2.5-P1.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/03 15:13:50
Modified files:
lib/libc/asr : gethostnamadr_async.c
Log message:
properly follow the CNAME chain in reverse lookups
spotted by sthen@
CVSROOT: /cvs
Module name: www
Changes by: guenther@cvs.openbsd.org 2013/04/03 22:20:08
Modified files:
. : events.html
Log message:
Add links to (most of) the OpenBSD eurobsd2012 talks
CVSROOT: /cvs
Module name: ports
Changes by: tobiasu@cvs.openbsd.org 2013/04/03 22:21:14
Modified files:
lang/gcc/4.7 : Makefile distinfo
Log message:
Update adastrap tarball due to libm major bump. Bundle libm with adastrap
as we do for libc since it's cheap to do and can save us some work in the
future.
ok pascal@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 00:03:42
Modified files:
x11/gnome/eog/pkg: PLIST
Log message:
Regen PLIST to unbreak; MODPY_PY_PREFIX does not exist in this context.
reported by nigel@
CVSROOT: /cvs
Module name: src
Changes by: zhuk@cvs.openbsd.org 2013/04/04 00:50:44
Modified files:
etc/rc.d : rc.subr
Log message:
Show only available actions in RC script usage messages.
Also, prettify representation of actions list a bit.
a lot of input and ok halex@ aja@
also ok schwarze@
small nit spotted by marc@
"makes a lot of sense to me" todd@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/04 00:52:07
Added files:
distrib/sets/lists/base: md.octeon
distrib/sets/lists/comp: md.octeon
distrib/sets/lists/etc: md.octeon
distrib/sets/lists/game: md.octeon
distrib/sets/lists/man: md.octeon
Log message:
add lists for octeon
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/04/04 00:53:05
Modified files:
. : octeon.html
Log message:
snapshots are available now!
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 01:04:43
Modified files:
devel/py-gobject3: Makefile
Log message:
share/pygobject/2.0/codegen is no more.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 01:05:06
Modified files:
x11/gnome/alacarte: Makefile distinfo
x11/gnome/alacarte/pkg: PLIST
Removed files:
x11/gnome/alacarte/patches: patch-Alacarte_MainWindow_py
patch-Alacarte_MenuEditor_py
Log message:
Update to alacarte-3.7.90 to unbreak runtime.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/04 01:43:24
Modified files:
. : INDEX
Log message:
regen after first batch of gnomes shuffling is finished.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/04 04:45:33
Modified files:
. : Makefile.cross
Log message:
remove BIN{MODE,GRP,OWN} since bsd.own.mk is already included.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: zhuk@cvs.openbsd.org 2013/04/04 04:47:21
Modified files:
sbin/dump : dump.8 traverse.c
Log message:
Make our dump(8) honour the "nodump" flag for directories, effectively
disabling dumping their contents.
input and ok otto@ millert@
man page bits input and ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/04/04 05:18:03
Modified files:
sys/arch/amd64/stand/libsa: softraid.c
sys/arch/i386/stand/libsa: softraid.c
Log message:
zap redundant assignments
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 06:17:22
Modified files:
x11/gnome/gvfs : Makefile
x11/gnome/orca : Makefile
x11/gnome/libgnome-keyring: Makefile
x11/gnome/libsecret: Makefile
x11/gnome/shell: Makefile
Log message:
Fix devel/py-gobject3 dependency. Sometimes it's needed at run time, or
for the regression tests...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 06:18:34
Modified files:
x11/gnome/tracker: Makefile
Log message:
Regression tests need dbus-python.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/04 06:36:43
Modified files:
lang/python : python.port.mk
Log message:
use ^ before MODPY_PREFIX in SUBST_VARS to reduce bogus subst's (this is
only used by "make plist" and doesn't chnage packages). ok fgsch rpointel aja
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 06:57:25
Modified files:
www/opera : Makefile distinfo
www/opera/pkg : PLIST
Log message:
SECURITY update to opera-12.15.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 07:07:37
Modified files:
x11/gnome/gedit: Makefile
x11/gnome/gedit/pkg: PLIST
x11/gnome/gedit-code-assistance: Makefile
x11/gnome/gedit-latex: Makefile
x11/gnome/gedit-plugins: Makefile
x11/gnome/gedit-plugins/pkg: PLIST
Log message:
Fix dependencies (missing py-gobject3).
Enable the python plugins -- they require py3-gobject3 which is not around
yet (we will move py-gobject3 to python3 sooner than later) but at least
the gedit ports are ready for the py3 move.
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/04/04 07:20:17
Modified files:
. : events.html
Log message:
Move my talk to the past events.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 07:51:30
Modified files:
x11/gnome/settings-daemon: Makefile
x11/gnome/settings-daemon/patches:
patch-plugins_cursor_gsd-cursor-manager_c
Removed files:
x11/gnome/settings-daemon/patches:
patch-plugins_cursor_gsd-cursor-manager_h
Log message:
Better patches.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/04 08:15:23
Log message:
Import games/golly, a game of life simulator.
Tweaks from jasper@
ok brad@ jasper@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_04-Apr-2013
N ports/games/golly/Makefile
N ports/games/golly/distinfo
N ports/games/golly/patches/patch-Makefile_in
N ports/games/golly/patches/patch-configure
N ports/games/golly/patches/patch-wxpython_cpp
N ports/games/golly/pkg/PLIST
N ports/games/golly/pkg/DESCR
N ports/games/golly/files/golly.desktop
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/04 08:16:10
Modified files:
games : Makefile
Log message:
+golly
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 08:36:01
Modified files:
x11/gnome/doc-utils/patches: patch-tools_gnome-doc-utils_make
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 08:38:28
Modified files:
x11/gnome/libsecret/pkg: PLIST
Log message:
Regen PLIST... MODPY_PY_PREFIX is bad!
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/04 08:45:46
Modified files:
databases/postgresql: Makefile distinfo
databases/postgresql/pkg: PLIST-docs
Log message:
Critical SECURITY update to PostgreSQL, fixing CVE-2013-1899,
CVE-2013-1900 and CVE-2013-1901. ok jasper@
"A major security issue fixed in this release, CVE-2013-1899, makes
it possible for a connection request containing a database name that
begins with "-" to be crafted that can damage or destroy files within a
server's data directory. Anyone with access to the port the PostgreSQL
server listens on can initiate this request. This issue was discovered
by Mitsumasa Kondo and Kyotaro Horiguchi of NTT Open Source Software
Center." http://www.postgresql.org/about/news/1456/
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/04 08:59:39
Modified files:
databases/postgresql: Tag: OPENBSD_5_2 Makefile distinfo
databases/postgresql/pkg: Tag: OPENBSD_5_2 PLIST-docs
Log message:
Critical SECURITY update to PostgreSQL in 5.2-stable, fixing CVE-2013-1899,
CVE-2013-1900 and CVE-2013-1901.
"A major security issue fixed in this release, CVE-2013-1899, makes
it possible for a connection request containing a database name that
begins with "-" to be crafted that can damage or destroy files within a
server's data directory. Anyone with access to the port the PostgreSQL
server listens on can initiate this request. This issue was discovered
by Mitsumasa Kondo and Kyotaro Horiguchi of NTT Open Source Software
Center." http://www.postgresql.org/about/news/1456/
A dump/restore is not required for those running 9.1.X.
However, this release corrects several errors in management of GiST
indexes. After installing this update, it is advisable to REINDEX
any GiST indexes that meet one or more of the conditions described
below.
Also, if you are upgrading from a version earlier than 9.1.6, see
the release notes for 9.1.6.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 09:12:21
Modified files:
x11/gnome/anjuta/pkg: PLIST
Log message:
Regen PLIST to unbreak, no more MODPY_PY_PREFIX.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 09:42:00
Modified files:
textproc/gtk-doc: Makefile
Log message:
Temporarily remove dependency in yelp to prevent a dep look.
I'm working on a more permanent solution.
gnome-icon-theme-symbolic -> gnome-icon-theme
gnome-icon-theme -> librsvg
librsvg -> gtk-doc
gtk-doc -> yelp
yelp -> webkit,gtk3
webkit,gtk+3 -> gtk+3
gtk+3 -> gnome-icon-theme-symbolic
Thanks fgsch@ for the notice and espie@ for debugging the loop
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/04 10:02:32
Modified files:
distrib/sets/lists/comp: md.amd64
distrib/sets/lists/man: md.amd64
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/04 10:03:56
Modified files:
archivers/arc : distinfo
archivers/bzip : distinfo
archivers/bzip2: Makefile distinfo
archivers/bzip2/pkg: PLIST
archivers/cabextract: distinfo
archivers/deco : distinfo
archivers/fastjar: distinfo
archivers/freeze: distinfo
archivers/gcpio: distinfo
archivers/gshar+gunshar: distinfo
archivers/gtar : distinfo
archivers/ha : distinfo
archivers/hs-zlib-bindings: distinfo
archivers/hs-zlib-enum: distinfo
archivers/lha : distinfo
archivers/libarchive: Makefile distinfo
archivers/libarchive/pkg: PLIST
archivers/libmspack: Makefile distinfo
archivers/libmspack/pkg: PLIST
archivers/libshrink: Makefile
archivers/libshrink/pkg: PLIST
archivers/libtar: Makefile distinfo
archivers/libtar/pkg: PLIST
archivers/libzip: Makefile distinfo
archivers/libzip/pkg: PLIST
archivers/luazlib: distinfo
archivers/lxsplit: distinfo
archivers/lzo : Makefile distinfo
archivers/lzo/pkg: PLIST
archivers/lzo2 : Makefile distinfo
archivers/lzo2/pkg: PLIST
archivers/lzop : distinfo
archivers/macutil: distinfo
archivers/makeself: distinfo
archivers/nulib: distinfo
archivers/p5-Archive-Zip: distinfo
archivers/p5-Compress-Bzip2: distinfo
archivers/p5-Compress-LZO: distinfo
archivers/p5-POE-Filter-Zlib: distinfo
archivers/p5-PerlIO-gzip: distinfo
archivers/p7zip: distinfo
archivers/par1cmdline: distinfo
archivers/par2cmdline: distinfo
archivers/pecl-rar: distinfo
archivers/py-lzo: distinfo
archivers/ripole: distinfo
archivers/ruby-archive-tar-minitar: distinfo
archivers/rzip : distinfo
archivers/star : distinfo
archivers/ucl : Makefile distinfo
archivers/ucl/pkg: PLIST
archivers/unace: distinfo
archivers/unarj: distinfo
archivers/unshield: Makefile distinfo
archivers/unshield/pkg: PLIST
archivers/unzip: distinfo
archivers/xz : Makefile distinfo
archivers/xz/pkg: PLIST
archivers/zip : distinfo
archivers/zipios: Makefile distinfo
archivers/zipios/pkg: PLIST
archivers/zoo : distinfo
archivers/zziplib: Makefile distinfo
archivers/zziplib/pkg: PLIST
Removed files:
archivers/bzip2/pkg: PFRAG.shared
archivers/libarchive/pkg: PFRAG.shared
archivers/libmspack/pkg: PFRAG.shared
archivers/libshrink/pkg: PFRAG.shared
archivers/libtar/pkg: PFRAG.shared
archivers/libzip/pkg: PFRAG.shared
archivers/lzo/pkg: PFRAG.shared
archivers/lzo2/pkg: PFRAG.shared
archivers/ucl/pkg: PFRAG.shared
archivers/unshield/pkg: PFRAG.shared
archivers/xz/pkg: PFRAG.shared
archivers/zipios/pkg: PFRAG.shared
archivers/zziplib/pkg: PFRAG.shared
Log message:
sync distinfo and merge in PFRAG.shared.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/04 10:06:27
Modified files:
astro/celestia : distinfo
astro/dgpsip : distinfo
astro/gcal : distinfo
astro/jday : Makefile
astro/jday/pkg : PLIST
astro/libnova : Makefile distinfo
astro/libnova/pkg: PLIST
astro/luna : distinfo
astro/phoon : distinfo
astro/py-metar : distinfo
astro/sattrack : distinfo
astro/sunclock : distinfo
astro/wmglobe : distinfo
astro/wmmoonclock: distinfo
astro/wmspaceweather: distinfo
astro/wmsun : distinfo
astro/xearth : distinfo
astro/xephem : distinfo
astro/xphoon : distinfo
astro/xworld : distinfo
Removed files:
astro/jday/pkg : PFRAG.shared
astro/libnova/pkg: PFRAG.shared
Log message:
sync distinfo and merge in PFRAG.shared.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/04 10:28:20
Modified files:
www/silverstripe: Makefile
www/silverstripe/pkg: PLIST
Log message:
protect some files on updates
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/04 10:48:22
Modified files:
multimedia/xine-lib: Makefile
Added files:
multimedia/xine-lib/patches: patch-src_xine-engine_demux_c
patch-src_xine-utils_utils_c
Log message:
Make use of clock_gettime() on OpenBSD.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/04 10:49:56
Modified files:
x11/vlc : Makefile
Added files:
x11/vlc/patches: patch-src_misc_mtime_c patch-src_posix_thread_c
Log message:
Make use of clock_gettime() on OpenBSD.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/04 11:05:16
Modified files:
security/p5-Authen-Radius: Makefile distinfo
security/p5-Authen-Radius/pkg: PLIST
Log message:
update to p5-Authen-Radius-0.22, from giovanni@, with a tweak from me
to avoid a hanging test. (still marked as interactive, as it requires a
local radius server to test), ok giovanni@
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2013/04/04 11:29:37
Modified files:
sys/ufs/ffs : ffs_softdep.c
Log message:
Fix bug where clear_remove() and clear_inodedeps() would not iterate
over the entire pagedep and inodedep hash tables due to an off-by-one
mistake in loops. Spotted by and diff from Pedro Martelletto. Sent
upstream to Kirk and also fixed in FreeBSD.
ok otto@ millert@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/04 11:49:33
Modified files:
lib/libc/asr : gethostnamadr.c
Log message:
use the provided ALIGN() macro instead of re-inventing a square wheel.
prodded by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/04 11:50:19
Modified files:
lib/libc/asr : getnetnamadr.c
Log message:
fix alignment issue in getnetby{addr,name}() too.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/04 11:58:42
Modified files:
sys/netinet6 : icmp6.c
Log message:
Make icmp6 ready for 64 bit time_t by adding a range check and an
explicit cast.
OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/04 12:13:43
Modified files:
sys/kern : uipc_socket.c
Log message:
Do not allow the listen(2) syscall for an already connected socket.
This would create a weird set of states in TCP. FreeBSD has the
same check.
Issue found by and OK guenther@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 12:16:07
Modified files:
textproc/gtk-doc: Makefile
Log message:
BUILD_DEPENDS are still needed.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 12:38:10
Modified files:
faq/pf : index.html
Log message:
Link [pt].
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/04 12:58:53
Log message:
Import of MariaDB.
MariaDB is a multi-threaded SQL database with a command syntax very similar
to mSQL.
ok sthen@ giovanni@
Status:
Vendor Tag: brad
Release Tags: brad_20130404
N ports/databases/mariadb/Makefile
N ports/databases/mariadb/distinfo
N ports/databases/mariadb/patches/patch-client_CMakeLists_txt
N ports/databases/mariadb/patches/patch-sql_CMakeLists_txt
N ports/databases/mariadb/patches/patch-scripts_CMakeLists_txt
N ports/databases/mariadb/patches/patch-scripts_mysql_install_db_sh
N ports/databases/mariadb/patches/patch-scripts_mysqld_safe_sh
N ports/databases/mariadb/patches/patch-sql_mysqld_cc
N ports/databases/mariadb/patches/patch-storage_oqgraph_CMakeLists_txt
N ports/databases/mariadb/patches/patch-mysql-test_CMakeLists_txt
N ports/databases/mariadb/patches/patch-libmysql_CMakeLists_txt
N ports/databases/mariadb/patches/patch-cmake_mysql_version_cmake
N ports/databases/mariadb/patches/patch-cmake_install_macros_cmake
N ports/databases/mariadb/patches/patch-tests_CMakeLists_txt
N ports/databases/mariadb/pkg/DESCR-main
N ports/databases/mariadb/pkg/DESCR-server
N ports/databases/mariadb/pkg/DESCR-tests
N ports/databases/mariadb/pkg/PLIST-main
N ports/databases/mariadb/pkg/PLIST-server
N ports/databases/mariadb/pkg/PLIST-tests
N ports/databases/mariadb/pkg/README-server
N ports/databases/mariadb/pkg/mysqld.rc
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/04 13:15:36
Modified files:
distrib/notes/octeon: install
Log message:
jot down some steps for loading a kernel of internal storage; not quite complete yet.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 13:18:14
Modified files:
x11/gnome/doc-utils: Makefile
Log message:
Add comment about rarian/scrollkeeper.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/04 13:23:39
Modified files:
sys/netinet : udp_usrreq.c
Log message:
Merge the duplicate IPv4 and IPv6 checksum checking code in udp_input()
into one block.
OK mpi@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/04 13:26:41
Modified files:
x11/gnome/doc-utils: Makefile
x11/gnome/doc-utils/pkg: PLIST
Log message:
Rework dependencies.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/04 13:57:23
Modified files:
audio/mpg123 : Makefile distinfo
Log message:
update to 1.15.3, which claims to fix corner cases of WAV writing, again
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/04 15:26:19
Modified files:
sys/dev/pci/drm/i915: intel_dp.c
Log message:
The intel_dp_i2c_aux_ch() function has to return Linux-style negative errno
values. Its callers assume a positive return value means the function was
successful.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/04 15:45:03
Modified files:
archivers/libtar: Makefile
Log message:
actually bump the revision
CVSROOT: /cvs
Module name: src
Changes by: martynas@cvs.openbsd.org 2013/04/04 16:01:32
Modified files:
gnu/gcc/gcc : c-lex.c
gnu/gcc/libcpp : expr.c
gnu/gcc/libcpp/include: cpplib.h
Log message:
Add support for "d" floating-point suffix, as defined by draft N1312
of TR 24732. Emit pedantic warning if the feature is being used.
Requested by jasper@; needed by certain ports. OK miod@.
CVSROOT: /cvs
Module name: ports
Changes by: martynas@cvs.openbsd.org 2013/04/04 16:36:51
Modified files:
textproc/py-sphinx: Makefile
Log message:
Add test dependency on texlive to get a better test coverage.
From Juan Francisco Cantero Hurtado. OK rpe@.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/04 17:05:49
Modified files:
sys/dev/pci : pcidevs
Log message:
Add Broadcom BCM5717C, BCM5725, BCM5727, BCM5762 PCI ids.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/04 17:07:18
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/04 18:14:00
Modified files:
usr.bin/ssh : auth2-gss.c krl.c sshconnect2.c
Log message:
hush some {unused, printf type} warnings
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/04 18:31:49
Modified files:
usr.bin/ssh : pathnames.h
Log message:
use the existing _PATH_SSH_USER_RC define to construct the other
pathnames; bz#2077, ok dtucker@ (no binary change)
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/04 18:58:51
Modified files:
usr.bin/ssh : mux.c
Log message:
cleanup mux-created channels that are in SSH_CHANNEL_OPENING state too
(in addition to ones already in OPEN); bz#2079, ok dtucker@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/04 19:28:27
Modified files:
games/battlestar: extern.h globals.c
Log message:
this doesn't need to be time_t ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/04 19:29:07
Modified files:
usr.bin/newsyslog: newsyslog.c
Log message:
rename a variable to hours so it doesn't look like time. ok deraadt guenther
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/04 19:31:30
Modified files:
bin/ksh : var.c
Log message:
SECONDS is, in a highly theoretical way, not y2k38 safe. comment it.
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/04/04 20:23:35
Modified files:
. : events.html
Log message:
Add links to my meeting slides and audio.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/04 20:54:51
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
move the bounds check for execbuffer relocation count closer to linux
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/04 20:56:18
Modified files:
sys/arch/i386/conf: GENERIC
sys/arch/amd64/conf: GENERIC
Log message:
enable com3 on both i386 and amd64 (com4 config is added, but disabled)
ok miod kettenis tedu
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/04/04 22:57:46
Modified files:
distrib/notes/octeon: hardware install prep
Log message:
Grammar tweaks.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/04 23:39:46
Modified files:
sys/dev/usb : if_athn_usb.c
Log message:
Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNEL
so there is no HostAP. athn_usb_newassoc() would return if not in HostAP mode
so just stub out the function and don't build the callback function for
the RAMDISK.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/04 23:45:09
Modified files:
sys/arch/i386/conf: RAMDISK_CD
sys/arch/amd64/conf: RAMDISK_CD
Log message:
Add the remaining USB Wifi adapters to the CD RAMDISK media for users
using the media with upgrades - athn(4), atu(4), otus(4), rsu(4), uath(4)
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 00:33:21
Modified files:
devel/glib2 : Makefile
Added files:
devel/glib2/patches: patch-gobject_gtype_c
Log message:
Add interface-after-init exception for glibmm and gtk# ; from upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 00:59:11
Modified files:
sysutils/consolekit: Makefile
sysutils/consolekit/files: pam-foreground-compat.ck
Log message:
Fix sed(1) usage in pam-foreground-compat.ck.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 01:02:08
Modified files:
graphics/argyll: Makefile
Log message:
Use gsed in pre-configure.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/05 01:12:25
Modified files:
lib/libc/asr : res_send_async.c
Log message:
do not fail on EINTR
suggested by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 01:25:26
Modified files:
sys/dev/isa : files.isa
Removed files:
sys/dev/isa : opti.c opti.h
Log message:
unfinished opti device code is never called or used
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 01:32:15
Modified files:
x11/gnome/librsvg: Makefile
Added files:
x11/gnome/librsvg/patches: patch-configure
patch-gdk-pixbuf-loader_Makefile_in
Removed files:
x11/gnome/librsvg/patches: patch-Makefile_am patch-configure_in
patch-gdk-pixbuf-loader_Makefile_am
Log message:
Greatly simplify the way we disable gtk.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/05 01:34:05
Modified files:
x11/gnome/libgweather: Makefile
Log message:
no need for the gcc4 module anymore, thanks to martynas@
you will need a recent gcc from base for this.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 01:41:08
Modified files:
textproc/gtk-doc: Makefile
Log message:
Dep loop is gone.
Use source-highlight for syntax highlighting.
Explicitely disable dblatext and fop.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 01:52:27
Modified files:
comms/gmfsk : Makefile
Log message:
textproc/rarian is not needed.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 02:02:36
Modified files:
graphics/fyre : Makefile
graphics/fyre/pkg: PLIST
Log message:
No need for textproc/rarian, ca sert rarian.
Regen PLIST/WANTLIB while here.
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/04/05 02:17:08
Modified files:
. : plus.html
Log message:
March 25-31 plus.html, ok jj@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 02:21:45
Modified files:
x11/gnome/librsvg/patches: patch-configure
Log message:
Drop comment, no pkg change.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 02:24:21
Modified files:
de : 53.html
faq/pf/pt : filter.html
fr : donations.html goals.html security.html
openbgpd/pt : ftp.html
openntpd/pt : ftp.html portable.html
papers/pt : index.html
pt : plus.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 02:25:30
Modified files:
sys/kern : sys_socket.c uipc_socket.c uipc_socket2.c
uipc_syscalls.c uipc_usrreq.c
Log message:
remove some obsolete casts
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/05 03:10:26
Modified files:
emulators/sdlmame: Makefile distinfo
Log message:
Update to sdlmame 0.148u2.
bcallah@ ok.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/05 03:27:18
Modified files:
devel/py-hgtools: Makefile distinfo
Log message:
- update py-hgtools to 3.0.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 05:17:23
Modified files:
x11/gnome/doc-utils: Makefile
Log message:
Missing BUILD_DEPENDS, spotted by nigel.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 05:21:26
Modified files:
x11/gnome/doc-utils: Makefile
Log message:
And another one...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 05:54:40
Modified files:
meta/gnome : Makefile
Log message:
nautilus-sendto is already part of -main.
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/04/05 06:58:04
Modified files:
libexec/ld.so : Makefile loader.c resolve.c resolve.h util.h
libexec/ld.so/alpha: ldasm.S syscall.h
libexec/ld.so/amd64: ldasm.S syscall.h
libexec/ld.so/arm: ldasm.S syscall.h
libexec/ld.so/hppa: ldasm.S syscall.h
libexec/ld.so/i386: ldasm.S syscall.h
libexec/ld.so/m68k: ldasm.S syscall.h
libexec/ld.so/m88k: ldasm.S syscall.h
libexec/ld.so/mips64: syscall.h
libexec/ld.so/powerpc: syscall.h
libexec/ld.so/sh: ldasm.S syscall.h
libexec/ld.so/sparc: ldasm.S syscall.h
libexec/ld.so/sparc64: ldasm.S syscall.h
Added files:
libexec/ld.so : dl_dirname.c dl_realpath.c dl_uname.c
Log message:
- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.
Improvements and okay matthew@, millert@, guenther@
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/04/05 06:59:54
Modified files:
lib/libc/gen : dirname.c uname.c
lib/libc/stdlib: realpath.c
Log message:
- Add comments regarding copies of these files also in libexec/ld.so
okay guenther@
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/04/05 07:01:17
Modified files:
regress/libexec/ld.so: Makefile
Log message:
- Hookup regress for rpath substitution support
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/05 07:14:28
Modified files:
build : mirrors.dat
Log message:
Add a mirror at the School of Computing, Queen's University,
in Kingston, ON, Canada. From maintainer Ryan Kavanagh.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/05 07:15:10
Modified files:
. : ftp.html ftplist
openbgpd : ftp.html
openntpd : ftp.html portable.html
openssh : ftp.html portable.html
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/05 07:16:05
Modified files:
build : mirrors.dat
Log message:
add upstream details for athena.caslab.queensu.ca
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/05 07:28:59
Modified files:
sys/arch/i386/conf: RAMDISK_CD
Log message:
Brad didn't even try building the ramdisk, because it is 7.5K oversize.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 07:57:16
Modified files:
x11/gnome/terminal: Makefile
x11/gnome/terminal/pkg: PLIST
Log message:
Disable the nautilus extension for the time being; it's not functionnal yet
and is disabled by default.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 08:07:31
Modified files:
x11/gnome/gvfs : Makefile
Added files:
x11/gnome/gvfs/patches: patch-client_gdaemonfileinputstream_c
patch-client_gdaemonfileoutputstream_c
patch-daemon_Makefile_in
patch-daemon_gvfsbackend_h
patch-daemon_gvfschannel_c
patch-daemon_gvfsjoberror_c
patch-daemon_gvfsjoberror_h
patch-daemon_gvfsjobopenforread_c
patch-daemon_gvfsjobopenforwrite_c
patch-daemon_gvfsmonitor_c
patch-daemon_gvfsreadchannel_c
Log message:
Bring lots of fixes from upstream to fix several crashes.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 08:19:20
Modified files:
textproc/rarian: Makefile
textproc/rarian/pkg: PLIST
Log message:
Do not remove share/help/ during @extraunexec.
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/04/05 08:51:35
Modified files:
devel/subversion: Makefile
Added files:
devel/subversion/patches:
patch-subversion_mod_dav_svn_deadprops_c
patch-subversion_mod_dav_svn_liveprops_c
patch-subversion_mod_dav_svn_lock_c
patch-subversion_mod_dav_svn_reports_log_c
Log message:
Add patches for CVE-2013-1884, CVE-2013-1845, CVE-2013-1846, CVE-2013-1847,
and CVE-2013-1849. All of these are denial-of-service vulnerabilities
which affect Subversion servers using mod_dav_svn (Apache HTTPD) only.
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/04/05 09:06:21
Modified files:
devel/subversion: Tag: OPENBSD_5_2 Makefile
Added files:
devel/subversion/patches: Tag: OPENBSD_5_2
patch-subversion_mod_authz_svn_mod_authz_svn_c
patch-subversion_mod_dav_svn_deadprops_c
patch-subversion_mod_dav_svn_liveprops_c
patch-subversion_mod_dav_svn_lock_c
patch-subversion_mod_dav_svn_reports_log_c
patch-subversion_mod_dav_svn_repos_c
Log message:
For 5.2-stable:
Add patches for CVE-2013-1884, CVE-2013-1845, CVE-2013-1846, CVE-2013-1847,
and CVE-2013-1849. All of these are denial-of-service vulnerabilities
which affect Subversion servers using mod_dav_svn (Apache HTTPD) only.
For good measure throw in two additional fixes which were made after SVN 1.7.5,
fixing a crash in mod_dav_svn and unbound memory use in mod_authz_svn.
These fixes are already in 5.3 and -current.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/05 09:26:51
Modified files:
x11/gnome/anjuta: Makefile
Log message:
bump after PLIST changes
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 09:53:55
Modified files:
graphics/gthumb: Makefile
Log message:
Missing BUILD+RUN_DEPENDS.
spotted by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/04/05 10:32:02
Modified files:
x11/spectrwm : Makefile distinfo
x11/spectrwm/pkg: PLIST
Removed files:
x11/spectrwm/pkg: PFRAG.shared
Log message:
Update for Spectrwm to 2.2.0:
* Fix setkeymapping to call expand_tilde for proper expansion of ~
in path.
* Add new quirk NOFOCUSONMAP.
* Add get_screen_count function that handles the result of
xcb_get_setup.
* Initialize some pointers that could be freed without being
initialized.
* Add new ws_next_move and ws_prev_move bindings.
* Fix fullscreen layout stacking issue when using multiple regions.
* Improve man page explanation of verbose_layout.
* Fix input focus fallback issue when running with multiple regions.
* Fix manual focus mode sometimes switching region with pointer
motion.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 10:45:42
Modified files:
x11/gtk2mm : Makefile distinfo
x11/gtk2mm/pkg : PLIST
Removed files:
x11/gtk2mm/pkg : PFRAG.shared
Log message:
Update to gtk2mm-2.24.3.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/05 11:07:25
Modified files:
app/cwm : client.c group.c menu.c search.c xevents.c
Log message:
zap stray whitespace
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/05 11:29:50
Modified files:
net : Makefile
x11/xpostit : Makefile
Removed files:
net/archie : Makefile distinfo
net/archie/patches: patch-Makefile patch-archie_c patch-archie_h
patch-procquery_c patch-regex_c
net/archie/pkg : DESCR PLIST
net/xarchie : Makefile distinfo
net/xarchie/patches: patch-FWF_Dir_Imakefile
patch-FWF_FileChooser_FChooser_h
patch-Imakefile patch-query_c patch-regex_c
net/xarchie/pkg: DESCR PLIST
Log message:
Remove Archie clients. Archie FTP index search is long dead. ok sthen@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/05 11:36:02
Modified files:
app/cwm : search.c
Log message:
add missing proto; replace magic number
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/05 11:45:52
Modified files:
x11/gnome/nautilus: Makefile
Log message:
Sync the watch list.
CVSROOT: /cvs
Module name: www
Changes by: eric@cvs.openbsd.org 2013/04/05 13:04:26
Modified files:
opensmtpd : index.html
Added files:
opensmtpd/announces: release-5.3.1.txt
Log message:
opensmtpd 5.3.1 released
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/05 13:19:06
Modified files:
sbin/dhclient : dhcpd.h options.c dispatch.c
Log message:
Nuke parameter to do_packet() not used since 2006. From dhill.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/04/05 13:20:26
Modified files:
devel/glib2 : Makefile
Added files:
devel/glib2/patches: patch-configure patch-glib_gatomic_c
Log message:
Unbreak on mips64(el) platforms.
Add g_atomic_int_get and g_atomic_pointer_get const patch which was also
submitted upstream.
ok aja@ bcallah@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/05 13:31:36
Modified files:
usr.sbin/dhcpd : bpf.c dhcp.c
sbin/dhclient : bpf.c
Log message:
send_packet() and writev() return ssize_t, not int. Use correct
type to store the returned value. From dhill.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/05 13:55:46
Modified files:
sys/arch/octeon/include: octeonvar.h
Log message:
don't hardcode the size of u-boot's argv, but use a define instead.
to be re-used shortly elsewhere..
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/05 14:36:27
Modified files:
games/moria : Makefile
games/moria/patches: patch-source_death_c patch-source_main_c
patch-source_misc1_c patch-source_save_c
patch-unix_unix_c
Log message:
fix time_t abuses in twenty-year-old code
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/05 16:26:41
Modified files:
sys/dev/pci : agp_i810.c
Log message:
Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting it
from the GTT aperture doesn't make a lot of sense. On some machines the
amount of stolen memory is the same size of even larger than the aperture!
So pretend that there is no stolen memory on these systems for now.
ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/04/05 16:45:44
Modified files:
share/man/man4 : ral.4
Log message:
Small grammar fix. "a firmware" -> "a firmware file"
"sounds better." tedu@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/05 17:02:27
Modified files:
distrib/notes/octeon: install
Log message:
spacing and clarify that one has to manually create the fat partition for
now as the installer doesn't take care of that yet...soon though.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/04/05 17:16:41
Modified files:
usr.sbin/identd: identd.c
Log message:
kill redundant prototype
OK dlg@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/05 20:19:13
Modified files:
emulators/sdlmame: Makefile
Log message:
Make sure to apply the u2 patch from the recent update.
Explicitly disable the new Qt-based debugger.
Bump REVISION.
Discussed with and ok fgsch@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 21:44:34
Modified files:
sys/kern : kern_exit.c kern_fork.c kern_prot.c
kern_synch.c kern_sysctl.c
sys/sys : sysctl.h systm.h
Log message:
rthreads are always enabled. remove the sysctl.
ok deraadt guenther kettenis matthew
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 21:46:51
Modified files:
lib/libc/gen : sysctl.3
Log message:
rthread sysctl isn't experimental anymore. oh, and it's gone too.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 21:47:07
Modified files:
sbin/sysctl : sysctl.8
Log message:
remove kern.rthreads
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 21:53:25
Modified files:
sys/kern : subr_pool.c kern_malloc.c
sys/sys : systm.h malloc.h
Log message:
shuffle around some poison code, prototypes, values...
allow some more pool debug code to be enabled if not compiled in
bump poison size back up to 64
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 22:25:01
Modified files:
lib/librthread : rthread.c
Log message:
fix race when exiting a detached thread. observed by and ok guenther
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/05 22:38:14
Modified files:
sys/sys : vnode.h
Log message:
there aren't any locks in here anymore, so we don't need lock.h
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/04/06 00:00:22
Modified files:
regress/usr.bin/ssh: Makefile cfgmatch.sh integrity.sh
multiplex.sh rekey.sh test-exec.sh
Log message:
Split the regress log into 3 parts: the debug output from ssh, the debug
log from sshd and the output from the client command (ssh, scp or sftp).
Somewhat functional now, will become more useful when ssh/sshd -E is added.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/06 00:08:20
Modified files:
sys/kern : kern_sig.c
Log message:
i missed a file, crap. found by deraadt
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/06 00:10:34
Modified files:
sys/kern : subr_poison.c
Log message:
i missed this file too.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/06 00:40:03
Modified files:
security/py-paramiko: Makefile distinfo
security/py-paramiko/pkg: PLIST
Log message:
- update py-paramiko to 1.10.1
- regen PLIST
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/06 01:20:47
Modified files:
lib/librthread : __tfork_thread.3
lib/libc/sys : __thrsigdivert.2 __thrsleep.2
Log message:
remove more references to kern.rthreads sysctl.
many thanks to jmc for noticing
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/06 01:32:40
Modified files:
lib/libc/sys : __thrsigdivert.2 __thrsleep.2
Log message:
a little fix for the version history
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/06 01:40:19
Modified files:
distrib/notes/octeon: whatis
Log message:
drop paragraph saying there are no install sets and that one needs to
cross compile.
pointed out by Rafael Neves
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/06 01:53:57
Modified files:
sys/arch/octeon/octeon: machdep.c
Log message:
allow GENERIC.MP to compile again...just for shits and giggles.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 01:57:43
Log message:
Import ap2-mod_dnssd-0.6.
mod_dnssd is an Apache HTTPD module which adds Zeroconf support via
DNS-SD using Avahi.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130406
N ports/www/ap2-mod_dnssd/distinfo
N ports/www/ap2-mod_dnssd/Makefile
N ports/www/ap2-mod_dnssd/pkg/PLIST
N ports/www/ap2-mod_dnssd/pkg/DESCR
N ports/www/ap2-mod_dnssd/pkg/UNMESSAGE
N ports/www/ap2-mod_dnssd/pkg/README
N ports/www/ap2-mod_dnssd/patches/patch-src_Makefile_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 01:58:31
Modified files:
www : Makefile
Log message:
+ap2-mod_dnssd
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 01:59:43
Modified files:
x11/gnome/nautilus: Makefile
Log message:
Add gnome-user-share to the watchlist.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 02:16:53
Modified files:
x11/gnome/controlcenter: Makefile
Added files:
x11/gnome/controlcenter/patches:
patch-panels_sharing_cc-sharing-panel_c
Log message:
Do not display the bluetooth sharing panel when bluetooth is disabled.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 02:18:31
Log message:
Import gnome-user-share-3.8.0.
gnome-user-share is a small package that binds together various free
software projects to bring easy to use user-level file sharing to the
masses.
<...>
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130406
N ports/x11/gnome/user-share/distinfo
N ports/x11/gnome/user-share/Makefile
N ports/x11/gnome/user-share/pkg/DESCR
N ports/x11/gnome/user-share/pkg/PLIST
N ports/x11/gnome/user-share/patches/patch-configure
N ports/x11/gnome/user-share/patches/patch-src_share-extension_c
N ports/x11/gnome/user-share/patches/patch-src_user_share_c
N ports/x11/gnome/user-share/patches/patch-src_http_c
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 02:19:08
Modified files:
x11/gnome : Makefile
Log message:
+user-share
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 02:21:20
Modified files:
meta/gnome : Makefile
Log message:
Move vino from -main to -extra; this allows sharing the Desktop out-of-the-box.
Add gnome-user-share to -extra.
Add rygel to -extra.
discussed with/ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/06 02:21:34
Modified files:
net/gupnp/core : Makefile distinfo
Log message:
- update to gupnp-0.20.2
CVSROOT: /cvs
Module name: www
Changes by: kettenis@cvs.openbsd.org 2013/04/06 02:44:14
Modified files:
faq : current.html
Log message:
Add a heads-up about the renumbering of com(4) devices on amd64 and i386.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 02:48:50
Modified files:
sysutils/upower: Makefile
sysutils/upower/pkg: PLIST
Log message:
Remove /var/db/upower/history-* at @extraunexec time.
ok landry@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 03:02:33
Modified files:
x11/gnome/gvfs : Makefile
x11/gnome/gvfs/patches: patch-daemon_gvfsjoberror_c
x11/gnome/gvfs/pkg: DESCR-goa DESCR-smb
Log message:
GVfsJobError: Return TRUE in try ; from upstream.
Tweak DESCR of -smb and -goa (and mention -goa is needed for ownCloud
integration).
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/06 03:40:02
Modified files:
sysutils/ansible: Makefile distinfo
sysutils/ansible/pkg: PLIST
Log message:
update ansible to 1.1
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 03:45:12
Modified files:
x11/gnome/terminal: Makefile
Log message:
Drop LIB_DEPENDS on nautilus.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 04:41:58
Modified files:
x11/gnome/mousetweaks: Makefile
Log message:
Drop USE_GROFF.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 05:30:12
Modified files:
x11/gnome/tracker: Makefile
x11/gnome/tracker/patches: patch-data_tracker-extract_pc_in
patch-data_tracker-sparql_pc_in
Log message:
Remove bogus chunck from the pkgconfig patches.
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/04/06 05:38:41
Modified files:
lib/libsndio : mio_open.3 sio_open.3 sndio.7
Log message:
explain what "default" means in sndio.7 rather than {sio,mio}_open.3,
with tweaks from jmc
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/06 06:29:45
Modified files:
print/lyx : Makefile
Log message:
LyX picks up hunspell at build time; disable this for now.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/06 06:52:35
Modified files:
databases/sqlports/files: PkgPath.pm
Log message:
needed for error messages
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/04/06 07:03:09
Modified files:
sys/dev/usb : uoakrh.c
Log message:
fix format string % escape
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/06 07:41:11
Modified files:
sys/kern : subr_pool.c
Log message:
make kernel compile
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/06 08:39:58
Modified files:
www/mozilla : mozilla.port.mk
Log message:
Ensure FX/SM/TB depend on nss 3.14.3/nspr 4.9.5/sqlite 3.7.15.2.
Adjust WANTLIB while here.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/06 08:41:17
Modified files:
www/fennec : Makefile
www/firefox36 : Makefile
devel/xulrunner/1.9: Makefile
productivity/sunbird: Makefile
Added files:
www/fennec/patches: patch-js_src_ctypes_libffi_src_x86_freebsd_S
Log message:
Bump after WANTLIB fix - while here, backport kettenis' libffi i386 fix
to fennec.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/06 08:44:52
Modified files:
www/mozilla-firefox: Makefile distinfo
www/mozilla-firefox/patches:
patch-browser_app_profile_firefox_js
patch-gfx_thebes_gfxPlatform_cpp
patch-js_src_configure_in
patch-media_libsydneyaudio_src_Makefile_in
patch-security_manager_pki_resources_content_exceptionDialog_js
patch-storage_src_mozStorageConnection_cpp
patch-toolkit_library_Makefile_in
www/firefox-i18n: Makefile.inc distinfo
Added files:
www/mozilla-firefox/patches: patch-browser_installer_Makefile_in
patch-js_src_ctypes_libffi_src_x86_freebsd_S
Log message:
Update to firefox 20.0.
- See http://www.mozilla.org/en-US/firefox/20.0/releasenotes/
- Fixes MFSA 2013-30->40
- switch back to use clang on i386, now that llvm got fixed there
- backport libffi i386 fix (TODO: switch to systemwide libffi if possible)
- add nicer fix to avoid installing the sdk lib/headers
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/06 08:48:10
Modified files:
www/seamonkey : Makefile distinfo
www/seamonkey/patches: patch-mozilla_gfx_thebes_gfxPlatform_cpp
patch-mozilla_js_src_configure_in
patch-mozilla_media_libsydneyaudio_src_Makefile_in
patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js
patch-mozilla_storage_src_mozStorageConnection_cpp
patch-mozilla_toolkit_library_Makefile_in
www/seamonkey-i18n: Makefile.inc distinfo
Added files:
www/seamonkey/patches:
patch-mozilla_js_src_ctypes_libffi_src_x86_freebsd_S
Removed files:
www/seamonkey/patches:
patch-mozilla_toolkit_mozapps_installer_packager_mk
Log message:
Update to seamonkey 2.17.
- See http://www.seamonkey-project.org/releases/seamonkey2.17/
- Fixes MFSA 2013-30->40
- switch back to use clang on i386, now that llvm got fixed there
- backport libffi i386 fix (TODO: switch to systemwide libffi if possible)
- nicer fix to avoid installing the sdk lib/headers
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/06 08:50:04
Modified files:
mail/thunderbird-i18n: Makefile.inc distinfo
mail/mozilla-thunderbird: Makefile distinfo
mail/mozilla-thunderbird/patches:
patch-mozilla_js_src_configure_in
Added files:
mail/mozilla-thunderbird/patches:
patch-mozilla_js_src_ctypes_libffi_src_x86_freebsd_S
Log message:
Bugfix update to thunderbird 17.0.5.
- See https://www.mozilla.org/en-US/thunderbird/17.0.5/releasenotes/
- Fixes MFSA 2013-30,31,32,34,35,36,38,40
- backport libffi i386 fix
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/06 08:50:47
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.hp300 md.hppa md.hppa64 md.i386
md.landisk md.loongson md.luna88k
md.macppc md.mvme68k md.mvme88k
md.octeon md.sgi md.socppc md.sparc
md.sparc64 md.vax md.zaurus
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/04/06 10:07:00
Modified files:
usr.bin/ssh : channels.c sshd.c
Log message:
handle ECONNABORTED for accept(); ok deraadt some time ago...
CVSROOT: /cvs
Module name: src
Changes by: jturner@cvs.openbsd.org 2013/04/06 10:24:19
Modified files:
distrib/notes/octeon: hardware
Log message:
Remove duplicate "is supported" text and reformat.
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: giovanni@cvs.openbsd.org 2013/04/06 11:03:51
Modified files:
usr.sbin/npppd/pptp: pptpd.c
Log message:
Turn an error into a warning to be able to start l2tp tunnels even if
gre is not allowed.
ok yasuoka@
CVSROOT: /cvs
Module name: www
Changes by: chl@cvs.openbsd.org 2013/04/06 11:36:59
Modified files:
opensmtpd : portable.html
Log message:
update link
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/04/06 12:36:21
Modified files:
graphics/dvdrip: Makefile distinfo
graphics/dvdrip/pkg: PLIST
Added files:
graphics/dvdrip/patches: patch-lib_Video_DVDRip_Config_pm
patch-lib_Video_DVDRip_GUI_Project_Title_pm
patch-lib_Video_DVDRip_Project_pm
Log message:
Update to dvdrip-0.98.11. Add missing run deps on subtitleripper and xine,
install .desktop icon, provide useful default for DVD device name, and make
drive close/eject buttons work. Also tweak the Linux-specific DVD mounting
code which is required for subtitle ripping -- it now supports an fstab entry
or automatically mounts at a temporary dir, both intended for use with sysctl
kern.usermount=1 since running dvdrip as root is... not recommended.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/06 13:02:07
Modified files:
sysutils/ktsuss: Makefile
Log message:
switch MASTER_SITES to a mirror; spotted by rpe@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/06 13:03:19
Modified files:
net/dclib : Makefile
Log message:
switch MASTER_SITES to a mirror; spotted by rpe@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/06 13:32:32
Modified files:
mail/libspf2 : Makefile distinfo
mail/libspf2/pkg: PLIST
Removed files:
mail/libspf2/pkg: PFRAG.shared
Log message:
switch libspf2 to libbind; it requires either res_close (which our old resolver
supported but asr doesn't) or res_ninit (which neither asr nor our old resolver
support). While there, roll PFRAG.shared into PLIST and regen distinfo.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/06 13:57:48
Modified files:
infrastructure/templates: network.conf.template
Log message:
MASTER_SITE_KDE
- switch ftp.uvsq.fr from http to ftp
MASTER_SITE_FREEBSD_LOCAL
- switch se and uk mirrors to http and move upwards in list
- switch ru mirror from http to ftp
MASTER_SITE_PACKETSTORM
- replace all currently listed mirrors with the 4 offical ones
MASTER_SITE_MYSQL
- remove ftp.rhnet.is and mirror.services.wisc.edu
- switch a couple of ftp mirrors to http
- ftp://ftp.linorg.usp.br beomes http://linorg.usp.br
- switch.ch becomes first ftp mirror to improve "make peek-ftp"
MASTER_SITE_ISC
- remove ftp.epix.net
- move ftp.arcane-networks.net below ftp://ftp.isc.org
ok sthen@, jasper@ (on a similar diff)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/06 15:51:37
Modified files:
print/cups-filters: Makefile distinfo
Log message:
Update to cups-filters-1.0.33.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/06 15:52:38
Modified files:
x11/gnome/nautilus-sendto: Makefile
Log message:
unbreak build by including gobject-introspection via
MODGNOME_TOOLS= goi
ok aja@
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/04/06 18:59:38
Modified files:
faq : upgrade53.html
Log message:
few improvements inspired by remco at d-compu dot dyndns org and sthen@:
sysmerge handles changed files in general, not just "locally" changed files.
Intro paragraph was too specific.
sdiff really can use a wider-than-80 character terminal window if you have
it available.
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/04/06 19:04:22
Modified files:
faq : upgrade53.html
Log message:
screen -> window, which is closer to sthen@'s wording anyway...and ack
that it isn't always possible.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/06 19:07:24
Modified files:
security/amap : Makefile
Log message:
remove MASTER_SITE_PACKETSTORM from MASTER_SITES
the distfile is not hosted there anymore
"go ahead" sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/06 19:08:41
Modified files:
security/apg : Makefile
Log message:
remove MASTER_SITE_PACKETSTORM from MASTER_SITES
the distfile is not hosted there anymore
"go ahead" sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/06 19:10:19
Modified files:
devel/flawfinder: Makefile
Log message:
remove MASTER_SITE_PACKETSTORM from MASTER_SITES
the distfile is not hosted there anymore
"go ahead" sthen@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/04/06 20:10:33
Modified files:
usr.bin/ssh : log.c log.h ssh.1 ssh.c sshd.8 sshd.c
Log message:
Add -E option to ssh and sshd to append debugging logs to a specified file
instead of stderr or syslog. ok markus@, man page help jmc@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/04/06 20:16:03
Modified files:
regress/usr.bin/ssh: Makefile forwarding.sh integrity.sh
rekey.sh sshd-log-wrapper.sh test-exec.sh
Log message:
use -E option for ssh and sshd to write debuging logs to ssh{,d}.log and
save the output from any failing tests. If a test fails the debug output
from ssh and sshd for the failing tests (and only the failing tests) should
be available in failed-ssh{,d}.log.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/06 20:32:03
Modified files:
sys/dev/ic : mfi.c
Log message:
david imhoff points out that the error handling in mfi_init_ccb gets the
index to which ccb to free wrong.
this takes the logic from mpi/mpii/mfii which pulls the ready ccbs off
the free list rather than rely on the current index from the for loop
that we failed inside of.
thanks to david for finding this out.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/06 21:22:05
Modified files:
sys/dev/pci : if_bge.c
Log message:
check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd.
found by david imhoff.
tested by david on a 5719 and by me on a 5720 and 5721
CVSROOT: /cvs
Module name: ports
Changes by: matthieu@cvs.openbsd.org 2013/04/07 01:09:54
Modified files:
net/iperf : Makefile
Log message:
SEPARATE_BUILD breaks ipv6 support detection in configure.
ok lteo@ (maintainer), naddy@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 01:12:53
Modified files:
devel/glib2/patches: patch-glib_Makefile_in
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 02:47:33
Modified files:
print/splix : Makefile
Added files:
print/splix/patches: patch-src_pstoqpdl_cpp
Log message:
Fix the pstoqpdl driver: allow printing from iOS devices by inserting a
dummy "%%Creator" line.
from Martin Crossley
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/07 03:06:36
Modified files:
devel/py-xdg : Makefile
devel/py-xdg/pkg: PLIST
Log message:
Add python3 FLAVOR, it's needed for some parts of current speech-dispatcher.
okay ajacoutot@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/07 03:07:12
Modified files:
devel : Makefile
Log message:
Hook up py-xdg,python3.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/07 03:08:18
Modified files:
audio/speech-dispatcher: Makefile
Log message:
Add an explicit dependency on py-xdg,python3. Unbreaks spd-conf at least.
okay ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/04/07 03:40:27
Modified files:
usr.bin/ssh : sshd.8
Log message:
clarify -e text. suggested by & ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/07 03:54:31
Modified files:
textproc/mupdf : Makefile
textproc/mupdf/pkg: PLIST
Added files:
textproc/mupdf/patches: patch-Makefile
Log message:
re-add the processing tool, lost upstream...
okay sthen@
mubusy -> mutool
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 04:37:14
Modified files:
graphics/inkscape: Makefile distinfo
graphics/inkscape/pkg: PLIST
Log message:
Fix build with gtk2mm>=2.24.3.
Regen WANTLIB/PLIST while here.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/07 05:32:22
Modified files:
textproc/mupdf/patches: patch-Makefile
Log message:
turns out this was already committed upstream; add reference
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/07 05:35:16
Modified files:
textproc/mupdf : Makefile
Log message:
update license marker comment, this is now affero license (bleurgh)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/07 05:38:06
Modified files:
textproc/mupdf : Makefile
Added files:
textproc/mupdf/patches: patch-apps_x11_main_c
Log message:
add patch from http://bugs.ghostscript.com/show_bug.cgi?id=693679 fixing
painfully slow scrolling at higher dpi
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/07 05:51:42
Removed files:
www/mozilla-firefox/patches:
patch-toolkit_mozapps_installer_packager_mk
Log message:
remove patch-toolkit_mozapps_installer_packager_mk; from landry's git repo
reported by rpe@ nigel@ espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 07:02:41
ports/x11/gnome/libgnomecanvasmm/patches
Update of /cvs/ports/x11/gnome/libgnomecanvasmm/patches
In directory cvs.openbsd.org:/tmp/cvs-serv30838/patches
Log Message:
Directory /cvs/ports/x11/gnome/libgnomecanvasmm/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 07:03:16
Modified files:
x11/gnome/libgnomecanvasmm: Makefile
x11/gnome/libgnomecanvasmm/pkg: DESCR
Added files:
x11/gnome/libgnomecanvasmm/patches: patch-demos_canvas_cc
patch-demos_canvas_cc.orig
patch-libgnomecanvas_libgnomecanvasmm_init_cc
patch-libgnomecanvas_libgnomecanvasmm_properties_h
Log message:
Fix build with gtkmm>=2.24.3.
breakage reported by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 07:19:23
Removed files:
x11/gnome/libgnomecanvasmm/patches: patch-demos_canvas_cc.orig
Log message:
Remove bogus.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/07 08:20:50
Modified files:
audio/rhythmbox: Makefile distinfo
audio/rhythmbox/pkg: DESCR PLIST
Removed files:
audio/rhythmbox/patches: patch-data_ui_rhythmbox-ui_xml
Log message:
Update to rhythmbox-2.99.
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2013/04/07 08:34:35
Modified files:
games/flare : Makefile distinfo
games/flare/pkg: PLIST
Log message:
- Update to 0.18.
- Change MASTER_SITES.
- Update my mail while here.
OK bentley@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/04/07 09:33:02
Modified files:
security/spiped: Makefile distinfo
security/spiped/pkg: PLIST
Log message:
Update spiped to 1.3.0.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jsg@cvs.openbsd.org 2013/04/07 13:14:11
Modified files:
net/enet : Makefile distinfo
Log message:
update to enet 1.3.7
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/07 13:14:46
Modified files:
sysutils/p5-Sys-Virt: Makefile distinfo
sysutils/p5-Sys-Virt/pkg: PLIST
Removed files:
sysutils/p5-Sys-Virt/pkg: PFRAG.shared
Log message:
update to p5-Sys-Virt-1.0.3
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/07 14:07:24
Modified files:
devel/cvsweb : Makefile
devel/cvsweb/patches: patch-cvsweb_cgi patch-cvsweb_conf
patch-cvsweb_conf-netbsd
devel/cvsweb/pkg: README
Log message:
More perl 5.16 fixes:
* Add further modules to README so that "annotate" will work.
* Fix a deprecation warning.
ok tobias@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/07 14:09:23
Modified files:
x11/ratpoison : Makefile distinfo
x11/ratpoison/pkg: PLIST
Removed files:
x11/ratpoison/patches: patch-Makefile_in patch-configure_in
patch-contrib_allwindows_sh
patch-src_config_h_in
Log message:
update to ratpoison 1.4.6, from Jeremie Courreges-Anglas,
with input from william@ (maintainer).
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/04/07 14:58:25
Modified files:
sys/netinet6 : raw_ip6.c
Log message:
Make the SO_BINDANY socket option also work for raw IPv6 sockets.
OK markus@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/07 16:21:26
Modified files:
databases/mariadb/pkg: README-server
Log message:
MySQL -> MariaDB
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/07 16:48:29
Modified files:
games/manaplus : Makefile distinfo
Log message:
Update games/manaplus to 1.3.3.31
Remove a redundant declaration of EXTRACT_SUFX, one is enough.
ok sthen@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/07 18:56:21
Modified files:
app/cwm : menu.c
Log message:
missing prototype
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/07 20:49:53
Modified files:
databases/mariadb/pkg: README-server
Log message:
Fix this for the different length of the name.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/07 21:08:38
Modified files:
lib/libc/sys : getrlimit.2
Log message:
Updates to SYNOPSIS, ERRORS, and STANDARDS.
getrlimit(2) RLIMIT_STACK wording suggested by jmc@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/07 22:27:42
Modified files:
emulators/sdlmess: Makefile distinfo
Log message:
Update emulators/sdlmess to 0.148u2 (sync with emulators/sdlmame).
Like sdlmame, disable the Qt-based debugger.
ok rfreeman@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/07 23:43:33
Modified files:
sys/dev/pci/drm/i915: intel_display.c
Log message:
Don't clobber crtc->fb when queue_flip fails
from linux 3.8.6
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/07 23:46:12
Modified files:
sys/dev/pci/drm/i915: intel_dp.c
Log message:
Use the fixed pixel clock for eDP in intel_dp_set_m_n()
from linux 3.8.6
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/07 23:55:04
Modified files:
lib/libc/sys : getrlimit.2
Log message:
zap trailing whitespace;
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/04/08 00:16:18
Modified files:
sys/dev/pci : if_ale.c
Log message:
Fix typo in ale_stop_mac().
From FreeBSD
ok kevlo@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/08 00:26:12
Modified files:
lib/libc/sys : getsockopt.2 gettimeofday.2 listen.2 read.2
write.2
Log message:
Updates to SYNOPSIS, ERRORS, and STANDARDS.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 00:27:41
Modified files:
geo/libchamplain: Makefile
Log message:
hobbits take maintainership
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 00:32:31
Modified files:
de : 53.html events.html ftp.html
faq/pf/de : index.html
faq/pf/nl : index.html
faq/pf/pt : index.html
nl : ftp.html
openbgpd/de : ftp.html
openbgpd/pt : ftp.html
openntpd/de : ftp.html portable.html
openntpd/pt : ftp.html portable.html
opensmtpd/de : index.html portable.html
opensmtpd/nl : index.html portable.html
openssh/de : ftp.html portable.html
openssh/nl : ftp.html portable.html
papers/de : index.html
pt : plus.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/04/08 00:50:07
Modified files:
usr.sbin/smtpd : to.c
Log message:
division of time_t does not necessarily fit in an int
spotted by deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/08 00:51:00
Modified files:
www/seamonkey : Makefile
Log message:
Switch back i386 to use gcc 4.6. Building with clang hits MAXDSIZ limit
when linking libxul.so, as found out by espie@.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 01:19:33
Modified files:
audio/gmpc-plugins: Makefile
Log message:
remove bogus configure switch (doesn't do anything)
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/08 01:39:17
Modified files:
lib/libc/sys : write.2
Log message:
macro fix for previous;
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 01:57:03
Modified files:
x11/gnome/terminal: Makefile
x11/gnome/terminal/patches: patch-src_terminal-screen_c
Log message:
rework patch a bit based on feedback from upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 01:59:10
Modified files:
audio : Makefile
Log message:
unhook gmpc-libnotify
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 01:59:19
Removed files:
audio/gmpc-libnotify: Makefile distinfo
audio/gmpc-libnotify/patches: patch-src_plugin_c
audio/gmpc-libnotify/pkg: DESCR PLIST
Log message:
remove gmpc-libnotify, as it's been non-functional for the better part of a year
and even the maintainer uses the standard notifications from gmpc itself.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/04/08 02:20:26
Log message:
Import gcc 4.8.
For a full Changelog, see: http://gcc.gnu.org/gcc-4.8/changes.html
Tested by me on amd64, i386 and powerpc and by brad@ on sparc64.
Adds support for -java on powerpc. -faggressive-loop-optimizations is
disabled by default in the port, and the default debugging format changed
to DWARF2 (instead of 4).
tweaks and ok tobiasu@
Status:
Vendor Tag: pascal
Release Tags: pascal_20130804
N ports/lang/gcc/4.8/Makefile
N ports/lang/gcc/4.8/distinfo
N ports/lang/gcc/4.8/gcc4.port.mk
N ports/lang/gcc/4.8/pkg/PFRAG.I386-main
N ports/lang/gcc/4.8/pkg/PLIST-main
N ports/lang/gcc/4.8/pkg/PFRAG.PPC-main
N ports/lang/gcc/4.8/pkg/PLIST-f95
N ports/lang/gcc/4.8/pkg/PLIST-ada
N ports/lang/gcc/4.8/pkg/PLIST-c++
N ports/lang/gcc/4.8/pkg/PLIST-estdc
N ports/lang/gcc/4.8/pkg/PLIST-objc
N ports/lang/gcc/4.8/pkg/PLIST-java
N ports/lang/gcc/4.8/pkg/PFRAG.ITM-main
N ports/lang/gcc/4.8/pkg/PFRAG.ATOMIC-main
N ports/lang/gcc/4.8/pkg/PFRAG.QUADMATH-main
N ports/lang/gcc/4.8/pkg/PFRAG.SPARC-main
N ports/lang/gcc/4.8/patches/patch-boehm-gc_configure
N ports/lang/gcc/4.8/patches/patch-boehm-gc_dyn_load_c
N ports/lang/gcc/4.8/patches/patch-boehm-gc_include_gc_config_h_in
N ports/lang/gcc/4.8/patches/patch-boehm-gc_include_gc_config_macros_h
N ports/lang/gcc/4.8/patches/patch-boehm-gc_include_gc_pthread_redirects_h
N ports/lang/gcc/4.8/patches/patch-boehm-gc_mach_dep_c
N ports/lang/gcc/4.8/patches/patch-boehm-gc_os_dep_c
N ports/lang/gcc/4.8/patches/patch-boehm-gc_pthread_support_c
N ports/lang/gcc/4.8/patches/patch-configure
N ports/lang/gcc/4.8/patches/patch-gcc_flags_h
N ports/lang/gcc/4.8/patches/patch-boehm-gc_threadlibs_c
N ports/lang/gcc/4.8/patches/patch-gcc_defaults_h
N ports/lang/gcc/4.8/patches/patch-gcc_configure
N ports/lang/gcc/4.8/patches/patch-gcc_ada_adaint_c
N ports/lang/gcc/4.8/patches/patch-gcc_ada_gcc-interface_Makefile_in
N ports/lang/gcc/4.8/patches/patch-gcc_builtins_c
N ports/lang/gcc/4.8/patches/patch-gcc_c-family_c-format_c
N ports/lang/gcc/4.8/patches/patch-gcc_c-family_c_opt
N ports/lang/gcc/4.8/patches/patch-gcc_config_alpha_alpha_md
N ports/lang/gcc/4.8/patches/patch-gcc_config_alpha_alpha_opt
N ports/lang/gcc/4.8/patches/patch-gcc_targhooks_c
N ports/lang/gcc/4.8/patches/patch-gcc_config_alpha_openbsd_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_exec-stack_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_i386_openbsd_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_openbsd-libpthread_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_openbsd_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_pa_pa_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_rs6000_openbsd1_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_rs6000_openbsd_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_rs6000_sysv4_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_rs6000_t-openbsd
N ports/lang/gcc/4.8/patches/patch-gcc_config_sparc_openbsd64_h
N ports/lang/gcc/4.8/patches/patch-boehm-gc_include_private_gcconfig_h
N ports/lang/gcc/4.8/patches/patch-gcc_config_sparc_sparc_c
N ports/lang/gcc/4.8/patches/patch-gcc_config_i386_openbsdelf_h
N ports/lang/gcc/4.8/patches/patch-libgcc_config_host
N ports/lang/gcc/4.8/patches/patch-gcc_cp_g++spec_c
N ports/lang/gcc/4.8/patches/patch-gcc_fortran_f95-lang_c
N ports/lang/gcc/4.8/patches/patch-gcc_go_go-lang_c
N ports/lang/gcc/4.8/patches/patch-gcc_java_lang_c
N ports/lang/gcc/4.8/patches/patch-gcc_lto_lto_c
N ports/lang/gcc/4.8/patches/patch-gcc_toplev_c
N ports/lang/gcc/4.8/patches/patch-gcc_testsuite_gcc_dg_format_format_h
N ports/lang/gcc/4.8/patches/patch-gcc_gcc_c
N ports/lang/gcc/4.8/patches/patch-gcc_common_opt
N ports/lang/gcc/4.8/patches/patch-libtool_m4
N ports/lang/gcc/4.8/patches/patch-gnattools_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libffi_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libffi_configure
N ports/lang/gcc/4.8/patches/patch-libffi_include_Makefile_in
N ports/lang/gcc/4.8/patches/patch-gcc_config_i386_i386_c
N ports/lang/gcc/4.8/patches/patch-Makefile_in
N ports/lang/gcc/4.8/patches/patch-gcc_config_gcc
N ports/lang/gcc/4.8/patches/patch-libgcc_libgcc2_c
N ports/lang/gcc/4.8/patches/patch-libgfortran_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libgfortran_configure
N ports/lang/gcc/4.8/patches/patch-libgo_config_libtool_m4
N ports/lang/gcc/4.8/patches/patch-libgo_configure
N ports/lang/gcc/4.8/patches/patch-libgomp_configure
N ports/lang/gcc/4.8/patches/patch-libiberty_cp-demangle_c
N ports/lang/gcc/4.8/patches/patch-gcc_ada_Make-generated_in
N ports/lang/gcc/4.8/patches/patch-libitm_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libjava_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libjava_configure
N ports/lang/gcc/4.8/patches/patch-libstdc++-v3_src_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libjava_configure_host
N ports/lang/gcc/4.8/patches/patch-libjava_classpath_configure
N ports/lang/gcc/4.8/patches/patch-libjava_libltdl_configure
N ports/lang/gcc/4.8/patches/patch-libmudflap_configure
N ports/lang/gcc/4.8/patches/patch-libmudflap_mf-runtime_h
N ports/lang/gcc/4.8/patches/patch-libobjc_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libobjc_configure
N ports/lang/gcc/4.8/patches/patch-libquadmath_configure
N ports/lang/gcc/4.8/patches/patch-libssp_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libssp_configure
N ports/lang/gcc/4.8/patches/patch-libstdc++-v3_libsupc++_Makefile_in
N ports/lang/gcc/4.8/patches/patch-libatomic_Makefile_in
N ports/lang/gcc/4.8/patches/patch-lto-plugin_Makefile_in
N ports/lang/gcc/4.8/patches/patch-lto-plugin_configure
N ports/lang/gcc/4.8/patches/patch-zlib_configure
N ports/lang/gcc/4.8/patches/patch-gcc_c_c-decl_c
N ports/lang/gcc/4.8/patches/patch-libgcc_Makefile_in
N ports/lang/gcc/4.8/patches/patch-gcc_config_pa_pa_c
N ports/lang/gcc/4.8/patches/patch-boehm-gc_misc_c
N ports/lang/gcc/4.8/patches/patch-libjava_prims_cc
N ports/lang/gcc/4.8/patches/patch-libgo_Makefile_in
N ports/lang/gcc/4.8/patches/patch-gcc_config_alpha_alpha_c
N ports/lang/gcc/4.8/patches/patch-gcc_opts_c
N ports/lang/gcc/4.8/patches/patch-libstdc++-v3_configure
N ports/lang/gcc/4.8/patches/patch-gcc_config_rs6000_driver-rs6000_c
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/04/08 02:21:42
Modified files:
lang/gcc : Makefile
Log message:
+ 4.8
CVSROOT: /cvs
Module name: src
Changes by: chrisz@cvs.openbsd.org 2013/04/08 02:24:56
Modified files:
lib/libc/asr : getaddrinfo_async.c
Log message:
Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right.
This fixes hostname resolution for OpenVPN 2.3.1.
ok eric@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 03:05:42
Modified files:
x11/gnome/user-share: Makefile
x11/gnome/user-share/patches: patch-src_share-extension_c
patch-src_user_share_c
Added files:
x11/gnome/user-share/patches: patch-configure_ac
Removed files:
x11/gnome/user-share/patches: patch-configure
Log message:
Proper conditionnals for bluetooth support.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/08 03:42:26
Modified files:
sys/arch/octeon/octeon: autoconf.c machdep.c
Log message:
allow octeon to find it's root device, based on the flags passed by U-Boot. The ${bootcmd}
needs to be something like 'bootoctlinux root=/dev/octcf0'.
This will be temporary untill we have proper bootblocks, but for now, this (in combination)
with an upcoming installer diff allows my CAM-0100 to autoboot straight of the disk, without
having to load the kernel via TFTP.
ok bcallah@ yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/08 03:45:57
Modified files:
distrib/octeon/ramdisk: install.md
Log message:
create a small MSDOS partition from where u-boot will load the kernel.
feedback/ok halex@ krw@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/08 03:46:53
Modified files:
distrib/notes/octeon: install prep
Log message:
sync with recent developments
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/04/08 03:47:45
Modified files:
. : octeon.html
Log message:
sync with reality
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/04/08 03:48:28
Modified files:
. : octeon.html
Log message:
small style nit, from Rafael Neves
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/04/08 03:51:38
Modified files:
distrib/octeon/ramdisk: install.md
Log message:
expand instructions for manually configuring the MBR.
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/04/08 04:34:20
Modified files:
share/man/man4 : usb.4
sys/dev/usb : usb.c usb.h usbdi.h
Log message:
Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4).
Those are the equivalents for ugen(4)'s USB_GET_CONFIG_DESC and
USB_GET_FULL_DESC.
Help and OK mpi@, jmc@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 06:11:52
Modified files:
x11/gnome/terminal: Makefile
x11/gnome/terminal/patches: patch-src_terminal-screen_c
Log message:
sync with upstream's fix.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 06:18:12
Modified files:
devel/glib2/patches: patch-glib_gatomic_c
Log message:
Pushed upstream.
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/04/08 06:53:47
Modified files:
. : loongson.html
Log message:
Minor style nit.
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/04/08 06:58:18
Modified files:
. : octeon.html
Log message:
More syncing with reality. Snapshot are currently available.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/08 07:02:31
Modified files:
app/cwm : group.c kbfunc.c menu.c mousefunc.c
Log message:
consistency
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/08 07:05:27
Modified files:
app/cwm : group.c
Log message:
reverse logic to make it like the others
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 07:13:58
Modified files:
lang/vala : Makefile distinfo
Log message:
update to vala-0.20.1
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/04/08 07:17:03
Modified files:
distrib/notes/octeon: install
Log message:
Grammar/wording tweaks.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 07:49:44
ports/devel/libglademm/patches
Update of /cvs/ports/devel/libglademm/patches
In directory cvs.openbsd.org:/tmp/cvs-serv22211/patches
Log Message:
Directory /cvs/ports/devel/libglademm/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 07:50:23
Modified files:
devel/libglademm: Makefile
devel/libglademm/pkg: PLIST
Added files:
devel/libglademm/patches: patch-examples_derived_main_cc
patch-examples_variablesmap_main_cc
Removed files:
devel/libglademm/pkg: PFRAG.shared
Log message:
Fix build with gtkmm>=2.24.3
reported by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 07:58:16
Modified files:
x11/gtkglextmm : Makefile
Added files:
x11/gtkglextmm/patches: patch-gtkglext_gtkmm_gl_drawingarea_h
patch-gtkglext_gtkmm_gl_widget_h
Log message:
Fix build with gtkmm>=2.24.3.
reported by nigel@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/08 08:15:26
Modified files:
usr.bin/calendar/calendars: calendar.history
Log message:
lsd first synthesised 16/11/38, not 7/4/43, apparently; its wondrous
properties discovered in 43, but i've left the recorded date as the
first synthesised one;
from James J. Lippard
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 08:20:34
Modified files:
productivity/workrave: Makefile
Added files:
productivity/workrave/patches: patch-frontend_gtkmm_src_GUI_cc
patch-frontend_gtkmm_src_HeadInfo_hh
Log message:
Fix build with gtkmm>=2.24.3.
reported by nigel@
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/04/08 08:22:53
Modified files:
. : octeon.html
Log message:
Flesh out the history of the octeon port, bring it to where we are now.
Minor grammar tweak.
Discussed with and ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 08:36:23
Modified files:
sysutils/gsmartcontrol: Makefile
Added files:
sysutils/gsmartcontrol/patches:
patch-src_applib_cmdex_sync_gui_cpp
patch-src_gsc_init_cpp
Log message:
Fix build with gtkmm>=2.24.3.
reported by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 09:12:08
Modified files:
editors/subtitleeditor: Makefile
Added files:
editors/subtitleeditor/patches:
patch-plugins_actions_configurekeyboardshortcuts_configurekeyboardshortcuts_cc
patch-src_color_h
patch-src_command_cc
patch-src_document_cc
patch-src_documentsystem_cc
patch-src_extension_subtitleformat_h
patch-src_main_cc
patch-src_style_cc
patch-src_stylemodel_cc
patch-src_styles_cc
patch-src_subtitle_cc
patch-src_subtitleformatio_cc
patch-src_subtitlemodel_cc
patch-src_subtitles_cc
Log message:
Fix build with gtkmm>=2.24.3.
reported by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 09:13:06
Modified files:
x11/gnome/tweak-tool: Makefile distinfo
x11/gnome/tweak-tool/pkg: PLIST
Added files:
x11/gnome/tweak-tool/patches: patch-aclocal_m4
Removed files:
x11/gnome/tweak-tool/patches: patch-configure
Log message:
Update to gnome-tweak-tool-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/08 09:25:43
Modified files:
graphics/ufraw : Makefile distinfo
Log message:
tarball was rerolled upstream (new config.{guess,sub}).
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/04/08 09:32:23
Modified files:
sys/netinet : ip_divert.c
sys/netinet6 : ip6_divert.c
Log message:
Recalculate the IP and protocol checksums of packets (re)injected via
divert(4) sockets.
Recalculation of these checksums is necessary because (1) PF no longer
updates IP checksums as of pf.c rev 1.731, so translated packets that
are diverted to userspace (e.g. divert-packet with nat-to/rdr-to) will
have bad IP checksums and will be reinjected with bad IP checksums if
the userspace program doesn't correct the checksums; (2) the userspace
program may modify the packets, which would invalidate the checksums;
and (3) the divert(4) man page states that checksums are supposed to be
recalculated on reinjection.
This diff has been tested on a public webserver serving both IPv4/IPv6
for more than four weeks. It has also been tested on a firewall with
divert-packet and nat-to/rdr-to where it transferred over 60GB of
FTP/HTTP/HTTPS/SSH/DNS/ICMP/ICMPv6 data correctly, using IPv4/IPv6
userspace programs that intentionally break the IP and protocol
checksums to confirm that recalculation is done correctly on
reinjection. IPv6 extension headers were tested with Scapy.
Thanks to florian@ for testing the original version of the diff with
dnsfilter and Justin Mayes for testing the original version with Snort
inline. Thanks also to todd@ for helping me in my search for the cause
of this bug.
I would especially like to thank blambert@ for reviewing many versions
of this diff, and providing guidance and tons of helpful feedback.
no objections from florian@
help/ok blambert@, ok henning@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/08 09:43:04
Modified files:
app/cwm : mousefunc.c
Log message:
plug memleak; always need to menuq_clear even when a selection is made.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/08 09:54:11
Modified files:
textproc/icu4c : Makefile
Log message:
mark BROKEN on arm.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/08 10:36:22
Modified files:
audio/ardour : Makefile
Added files:
audio/ardour/patches: patch-gtk2_ardour_actions_cc
patch-gtk2_ardour_fft_result_h
patch-gtk2_ardour_imageframe_view_h
patch-gtk2_ardour_mixer_ui_cc
patch-libs_gtkmm2ext_fastmeter_cc
patch-libs_gtkmm2ext_idle_adjustment_cc
patch-libs_gtkmm2ext_stateful_button_cc
Log message:
Fix build with gtkmm>=2.24.3.
reported by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/08 10:45:07
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
work around bob
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/08 11:06:56
Modified files:
graphics/ffmpeg: Makefile distinfo
graphics/ffmpeg/patches: patch-configure patch-library_mak
graphics/ffmpeg/pkg: PLIST
Removed files:
graphics/ffmpeg/patches: patch-libavcodec_libgsm_c
Log message:
Update to FFmpeg 20130319 snapshot. From 1.2 branch.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/08 11:08:36
Modified files:
x11/mplayer : Makefile
Removed files:
x11/mplayer/patches: patch-fmt-conversion_c
patch-libmpdemux_mp_taglists_c
Log message:
Update after FFmpeg 20130319 update.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/08 12:53:54
Modified files:
mail/dovecot : Makefile distinfo
mail/dovecot/pkg: PLIST-server
Log message:
Update to Dovecot 2.1.16.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/08 12:54:43
Modified files:
mail/dovecot-pigeonhole: Makefile distinfo
Log message:
Update to Dovecot-pigeonhole 0.3.4.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/08 12:55:26
Modified files:
mail/dovecot-antispam: Makefile
Log message:
Update for Dovecot 2.1.16.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/08 13:24:19
Modified files:
www/p5-WWW-YouTube-Download: Makefile distinfo
www/p5-WWW-YouTube-Download/pkg: PLIST
Added files:
www/p5-WWW-YouTube-Download/patches: patch-bin_youtube-playlists
Removed files:
www/p5-WWW-YouTube-Download/patches: patch-Makefile_PL
Log message:
update to p5-WWW-YouTube-Download, from maintainer Mikolaj Kucharski
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/08 13:35:00
Modified files:
lib/libc/sys : mmap.2 getfh.2 mquery.2
Log message:
Use .Er for errno E* constants
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/08 13:49:55
Modified files:
lib/libc/sys : lseek.2 nanosleep.2 socket.2 socketpair.2
truncate.2
Log message:
Updates to SYNOPSIS, ERRORS, and STANDARDS.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/08 14:03:15
Modified files:
lib/libc/asr : res_query.c res_send.c
Log message:
Do not fail if the user buffer is too short to hold the packet: fill it up
to the given size and return the packet length.
issue spotted by weerd@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/08 14:56:32
Modified files:
graphics/ufraw : distinfo
Log message:
unbreak; pointed out by naddy (moved to DIST_SUBDIR to avoid problems with
mismatching distfiles, but I regen'd distinfo before that, and forgot to redo).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/08 14:58:21
Modified files:
infrastructure/db: user.list
Log message:
reserve id for c-icap
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/08 15:32:19
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
A few changes that reduce the diffs to the Linux code. Mostly style issues,
but in one case change the errno value that gets returened to match Linux.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/08 16:23:41
Modified files:
www/ruby-jekyll: Makefile distinfo
Removed files:
www/ruby-jekyll/patches: patch-_metadata
Log message:
- update to jekyll-0.12.1
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/08 16:28:04
Modified files:
devel/geany : Makefile distinfo
devel/geany/patches: patch-doc_Makefile_in
devel/geany/pkg: PLIST
Log message:
Update to geany 1.2.3.
benoit@ ok. maintainer timed-out.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/08 17:43:33
Modified files:
x11/mplayer : Makefile
Log message:
Partially revert previous commit and commit the proper fix for the FFmpeg update.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/08 19:47:04
Modified files:
sys/arch/amd64/amd64: identcpu.c
Log message:
Add missing #ifdef CRYPTO around amd64_has_aesni
Diff from Silamael (Silamael (at) coronamundi.de)
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/08 19:50:02
Modified files:
sys/arch/i386/i386: trap.c
Log message:
Need #include "isa.h" for NISA
Diff from Christian Groessler (chris (at) groessler.org)
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/08 20:56:50
Modified files:
sys/compat/common: tty_43.c
Log message:
knf. even old ttys need love.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/08 21:08:03
Modified files:
net/texapp : Makefile distinfo
Log message:
Update net/texapp to 0.4.4
ok lteo@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/08 23:41:13
Modified files:
net/py-IP : Makefile distinfo
Log message:
- update py-IP to 0.81
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/09 00:21:22
Modified files:
emulators/vbam : Makefile
Added files:
emulators/vbam/patches: patch-src_gtk_main_cpp
Log message:
Fix build with gtkmm>=2.24.3; shoud be the last fallout.
reported by nigel@
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/04/09 00:42:17
Modified files:
lib/libc/asr : asr_debug.c
Log message:
show what we parsed in debug output; ok guether@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/09 02:35:38
Modified files:
sys/netinet : in_pcb.c ip_input.c ip_ipsp.c ip_output.c
sys/netinet6 : ip6_output.c
Log message:
Remove read-only ipsec variables and directly use defines instead.
ok mikeb@, markus@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/09 02:42:48
Modified files:
sys/dev/usb : usb_subr.c usbdi_util.c usbdi_util.h
Log message:
There's no need for usbd_get_config_desc_full() so just call usbd_get_desc()
directly this also makes it easier to understand which function actually
generates IO.
ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/09 02:47:56
Modified files:
sys/dev/usb : usbdi.c usbdi.h
Log message:
When submitting a request the device's default pipe is always
used, so do not pretend to support a different one and get rid
of the unused usbd_do_request_flags_pipe() function.
ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/04/09 02:58:46
Modified files:
usr.bin/ftp : fetch.c
Log message:
Retry when SSL_read fails with SSL_ERROR_WANT_READ. Fixes the case where
an https server attempts renegotiation. ok jung@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/09 03:21:36
Modified files:
devel/p5-common-sense: Makefile distinfo
Log message:
minor update, fixes spurious warnings with perl 5.16.
okay sthen@, kevlo@...
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/09 07:28:02
Modified files:
devel/jenkins : Makefile distinfo
Log message:
- update to jenkins-1.510
ok ian@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/09 07:33:24
Modified files:
net/gupnp/dlna : Makefile distinfo
net/gupnp/dlna/pkg: PLIST
Log message:
- update to gupnp-dlna-0.10.1
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/09 08:03:05
Modified files:
games/valyriatear: Makefile distinfo
Log message:
Update games/valyriatear to 0.5.1
ok brad@
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/04/09 08:51:33
Modified files:
usr.sbin/bgpctl: bgpctl.c
usr.sbin/dvmrpctl: dvmrpctl.c
usr.sbin/ospfctl: ospfctl.c
usr.sbin/ripctl: ripctl.c
Log message:
do not store a time_t or the result of a time_t division in an int
prompted by deraadt@, ok claudio@ chl@ guenther@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/09 11:32:20
Modified files:
x11/gnome/contacts: Makefile
Log message:
Missing goi, spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: fgsch@cvs.openbsd.org 2013/04/09 12:30:34
Modified files:
bin/pax : tar.c tar.h
Log message:
Add extended header support for ustar. Currently only path and linkpath are
handled.
input from zhuk and guenther. tested by zhuk and sthen on a bulk.
ok guenther.
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/04/09 12:47:14
Modified files:
sys/conf : newvers.sh
Log message:
newvers.sh uses 'basename' to determine the directory name to stamp the
kernel version ID with, but it did not account for spaces in the name,
leading to version strings like "OpenBSD 5.3-current ()". Quote the
call to basename to permit paths with spaces in the name.
ok halex@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/04/09 12:58:03
Modified files:
sys/kern : subr_hibernate.c
sys/sys : hibernate.h
Log message:
Add a magic number to the head of the signature block. Check for magic
number match during signature block read during speculative unhibernate on
boot. If the magic number matches but we have otherwise chosen to not
unhibernate (due to kernel/memory mismatch), clear the signature block
early to avoid accidentally trying to unhibernate on subsequent boots. This
prevents accidental unhibernates and endless unhibernate/reboot cycles.
Add a define for HIBERNATE_DEBUG for various debugging printfs (disabled by
default).
Finally, change some KASSERTs to warning printfs (they probably shouldn't
have been KASSERTs in the first place).
"looks good" deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/09 13:51:37
Added files:
infrastructure/bin: portimport
infrastructure/man/man1: portimport.1
Log message:
add portimport
portimport is used to import the directories and files of a new
port to the OpenBSD ports cvs(1) repository, avoiding common mistakes.
It has to be executed from within the new port's directory.
please read the BUGS section in portimport(1) for details about the
user login used to connect to cvs.openbsd.org !!
addition suggested by and OK sthen@
no objections from jasper@ espie@ aja@
manpage nits jmc@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/09 14:21:46
Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD
Log message:
unobfuscate my entry
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/09 14:54:33
Modified files:
devel/p5-Time-TimeDate: Makefile distinfo
devel/p5-Time-TimeDate/pkg: PLIST
Log message:
update to p5-Time-TimeDate 2.30 and drop USE_GROFF
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/04/09 15:58:57
Modified files:
x11/gtk+3 : Makefile
Log message:
Less pessimistic CFLAGS on powerpc to work around the life analysis bug
exposed by gtkcssselector.c; faulting file reduced to a 36 line testcase
which is being investigated at the moment.
ok ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/09 19:35:55
Modified files:
sys/dev : ipmi.c
sys/dev/acpi : dsdt.c
sys/dev/isa : it.c
sys/dev/onewire: onewire.c
sys/dev/pci : if_san_common.c
sys/dev/pci/drm: drm_drv.c
sys/kern : kern_bufq.c
sys/net : if_pppx.c
sys/netinet6 : icmp6.c
Log message:
Fix various glitches in queue macro usage.
ok millert@
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/04/09 20:47:10
Modified files:
devel/jdk/1.6 : Makefile distinfo
Added files:
devel/jdk/1.6/patches: patch-jdk_make_sun_awt_mawt_gmk
Removed files:
devel/jdk/1.6/patches: patch-hotspot_src_share_vm_runtime_os_cpp
Log message:
- unbreak native_bootstrap FLAVOR by adjusting SUPDISTFILES location
- fix awt problems by including libfontconfig.so in bootstrap jdk
- remove lack of ORIGIN support work-around
- fix include path order in awt
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/04/09 20:49:05
Modified files:
devel/jdk/1.7 : Makefile
devel/jdk/1.7/patches:
patch-jdk_src_share_classes_sun_applet_AppletPanel_java
Added files:
devel/jdk/1.7/patches: patch-hotspot_src_share_vm_runtime_os_cpp
patch-jdk_make_common_Defs-bsd_gmk
patch-jdk_make_sun_awt_mawt_gmk
patch-jdk_src_share_classes_sun_awt_FontConfiguration_java
Log message:
- remove lack of ORIGIN support work-around
- remove build dir from rpath
- fix include path order in awt
- fix FontConfiguration logic for BSD
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/09 20:57:21
Modified files:
usr.bin/which : Makefile whereis.1 which.c
Log message:
Get the standard path from _PATH_STDPATH instead of
sysctl({CTL_USER,USER_CS_PATH}). Expand that into the manpage
too.
_PATH_STDPATH suggested by miod@
Corrections from schwarze@ and jmc@
ok millert@ miod@ schwarze@ jmc@
CVSROOT: /cvs
Module name: ports
Changes by: mpi@cvs.openbsd.org 2013/04/10 01:33:33
Modified files:
www/liferea : Makefile distinfo
Log message:
Update to liferea 1.8.12 and remove USE_GROFF, maintainer timeout.
ok landry@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/10 01:37:32
Modified files:
sys/dev/usb : usbdi_util.c usbdi_util.h
Log message:
Remove unused function usb_find_desc().
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/10 01:39:43
Modified files:
sys/dev/usb : usb_subr.c usbdi.h
Log message:
Merge usb_devinfo* helper functions into usbd_print(), nothing else use
them.
ok ratchov@, mglocker@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/10 01:46:24
Modified files:
sys/dev/usb : if_kue.c
Log message:
Instead of refetching the descriptor from the device, just use the copy
already in memory retrieved during the autoconf USB attach logic. This
is a good example of how confusing can be the usbd_get_* functions.
ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/10 01:48:36
Modified files:
sys/dev/usb : usb_subr.c usbdi_util.c usbdi_util.h
Log message:
Merge usbd_get_device_desc() into the only function using them.
ok mglocker@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/04/10 02:29:56
Modified files:
lang/fpc : Makefile
Added files:
lang/fpc/patches: patch-fpcsrc_packages_openssl_src_openssl_pas
Log message:
Load libcrypto before libssl in the OpenSSL package.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/10 02:50:59
Modified files:
sys/net : if_pflow.c if_pppoe.c pf.c
pfkeyv2_parsemessage.c radix_mpath.c
sys/netinet : igmp.c ip_icmp.c ip_input.c ip_ipsp.c
ip_output.c ip_var.h ipsec_input.c
ipsec_output.c raw_ip.c tcp_input.c tcp_subr.c
tcp_usrreq.c tcp_var.h udp_usrreq.c
sys/netinet6 : in6_pcb.c nd6.c
Log message:
Remove various external variable declaration from sources files and
move them to the corresponding header with an appropriate comment if
necessary.
ok guenther@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 03:40:02
Modified files:
x11/gnome/user-share: Makefile
x11/gnome/user-share/patches: patch-configure_ac
patch-src_user_share_c
Added files:
x11/gnome/user-share/patches: patch-data_Makefile_am
patch-data_org_gnome_desktop_file-sharing-bluetooth_gschema_xml_in_in
patch-data_org_gnome_desktop_file-sharing_gschema_xml_in_in
Log message:
Split the sharing schema so that we don't install the bluetooth keys
which we don't support.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 03:40:59
Modified files:
x11/gnome/controlcenter: Makefile
x11/gnome/controlcenter/patches:
patch-panels_sharing_cc-sharing-panel_c
Log message:
FILE_SHARING_SCHEMA_ID -> FILE_SHARING_BLUETOOTH_SCHEMA_ID where needed.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/10 05:51:16
Modified files:
usr.bin/tmux : server-client.c
Log message:
Remove some code not needed on OpenBSD.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/10 06:07:18
Modified files:
usr.bin/tmux : tmux.1
Log message:
Missed -o from set-window-option, from Ben Boeckel.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/10 06:15:36
Modified files:
usr.bin/tmux : cmd-queue.c
Log message:
Fix bug where end guard in control mode was not printed after session
destroyed, from George Nachman.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/10 06:20:35
Modified files:
usr.bin/tmux : job.c
Log message:
Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 06:34:27
Modified files:
print/system-config-printer: Makefile
Log message:
Missing BUILD_DEPENDS; spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/04/10 06:58:52
Modified files:
sys/compat/linux: linux_futex.c
Log message:
futex: Assert that the refcount is larger than 0 when doing futex_put.
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/04/10 07:11:24
Modified files:
sys/compat/linux: linux_futex.c
Log message:
futex: Sprinkle a few debug printfs that helped me in the past.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/10 07:13:47
Modified files:
build : mirrors.dat
Log message:
ftp/rsync are broken on mirrors.gigenet.com
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/10 07:14:08
Modified files:
. : ftp.html ftplist
openbgpd : ftp.html
openntpd : ftp.html portable.html
openssh : ftp.html portable.html
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/10 07:15:14
Modified files:
converters/p5-DateManip: Makefile distinfo
converters/p5-DateManip/pkg: PLIST
Log message:
update to p5-DateManip 6.39, ok espie@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/04/10 07:17:42
Modified files:
sys/compat/linux: linux_futex.c
Log message:
futex: Prevent multiple futex pool initializations.
This is a temporary (ugly) fix, the pool init call should be moved from
linux_elf_probe into a better place.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 08:13:53
Modified files:
x11/gnome/tracker: Makefile
x11/gnome/tracker/patches:
patch-src_libtracker-common_tracker-type-utils_c
Added files:
x11/gnome/tracker/patches: patch-configure_ac
patch-m4_intltool_m4
patch-src_libtracker-extract_tracker-utils_c
patch-src_tracker-needle_tracker-utils_c
Removed files:
x11/gnome/tracker/patches: patch-configure
patch-src_libtracker-common_Makefile_in
patch-src_libtracker-common_tracker-dbus_c
patch-src_libtracker-common_tracker-os-dependant-unix_c
patch-src_libtracker-miner_tracker-password-provider_c
patch-src_tracker-control_Makefile_in
patch-src_tracker-control_tracker-control-general_c
patch-src_tracker-needle_tracker-utils_vala
Log message:
Rework all kvm(3) patches to a state closer to being commitable upstream.
Fix a few implicit declarations.
Remove patch-src_libtracker-miner_tracker-password-provider_c which is not
needed anymore.
CVSROOT: /cvs
Module name: ports
Changes by: okan@cvs.openbsd.org 2013/04/10 08:14:37
Modified files:
sysutils/sec : Makefile distinfo
Log message:
maintenance update to 2.7.1
ok ajacoutot
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 08:29:53
Modified files:
x11/gnome/settings-daemon: Makefile
x11/gnome/settings-daemon/patches:
patch-plugins_media-keys_gsd-media-keys-manager_c
Log message:
Fix a race condition that could lead to a crash (upstream).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 08:30:43
Modified files:
x11/gnome/tracker: Makefile
Added files:
x11/gnome/tracker/patches:
patch-src_libtracker-common_tracker-dbus_c
patch-src_libtracker-common_tracker-os-dependant-unix_c
patch-src_tracker-control_tracker-control-general_c
Log message:
cvs(1) missed those...???
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 09:41:47
Modified files:
x11/gnome/tracker: Makefile
x11/gnome/tracker/patches:
patch-tests_libtracker-common_tracker-sched-test_c
Added files:
x11/gnome/tracker/patches: patch-src_tracker-needle_Makefile_in
patch-src_tracker-needle_tracker-utils_vala
Removed files:
x11/gnome/tracker/patches:
patch-src_tracker-needle_tracker-utils_c
Log message:
Fix another implicit declaration.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/04/10 10:14:28
Modified files:
www/chromium : Makefile distinfo
Log message:
update to 26.0.1410.63
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 11:07:39
Modified files:
print/cups-filters/patches: patch-utils_cups-browsed_c
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/10 11:17:23
Modified files:
print/cups-filters: Makefile
print/cups-filters/patches: patch-utils_cups-browsed_c
Log message:
Forgot to sync the patch in previous.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/04/10 12:46:43
Modified files:
www/chromium : Makefile
www/chromium/patches: patch-base_atomicops_h
patch-chrome_chrome_browser_gypi
Log message:
update some patches
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/10 13:08:09
Modified files:
app/cwm : xutil.c
Log message:
_NET_WM_NAME is UTF8_STRING type
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/10 14:55:34
Modified files:
sys/arch/hppa/hppa: trap.c
Log message:
Correctly handle data memory protection ID traps: if occuring in user mode,
SIGSEGV the process; if occuring in kernel mode, check for a possible
pcb_onfault to recover, before otherwise panicing.
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/10 18:44:26
Modified files:
bin/pax : tar.c
Log message:
The tweaks I suggested to the previous diff resulted in the typeflag
being checked after it was overwritten by the next block read in.
Eliminate the argument aliasing that led to this being overlooked
by passing rd_xheader() the size and typeflag directly.
problem discovery and ok fgsch@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/10 20:27:50
Modified files:
usr.bin/ssh : packet.c
Log message:
quiet disconnect notifications on the server from error() back to logit()
if it is a normal client closure; bz#2057 ok+feedback dtucker@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/10 21:08:47
Modified files:
include : string.h
Log message:
Add 'restrict' per POSIX, per prodding by tedu@. (Might permit more warnings?)
Tweak standards exposure of memchr (never) and strdup (POSIX-2008)
Remove unnecessary tests of __BSD_VISIBLE
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/10 21:09:16
Modified files:
include : unistd.h
Log message:
getpgid() and getsid() were rolled into POSIX in 2008
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/10 22:30:59
Modified files:
sys/sys : sysctl.h
Log message:
copy out a blank string if no wmesg, so userland can rely on reading
p_wmesg[0] and not find junk leftover from before
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 00:13:17
Modified files:
devel/libgee : Makefile distinfo
Log message:
Update to libgee-0.10.1.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/11 01:27:27
Modified files:
usr.bin/tmux : tty.c
Log message:
Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app which
treats \033[>4;1m and \033[4;1m (bold+underline). Reported & tested by
otto@.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/11 01:50:56
Modified files:
sys/dev/usb : usbdi.c
Log message:
Merge usbd_ar_pipe in usbd_abort_pipe, no functional change.
ok ratchov@, mglocker@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/04/11 02:34:13
Modified files:
lang/gcc/4.8/patches: patch-gcc_ada_Make-generated_in
lang/gcc/4.6/patches: patch-gcc_ada_Make-generated_in
lang/gcc/4.7/patches: patch-gcc_ada_Make-generated_in
Log message:
Attempt to fix longstanding ada build failure when building in parallel by
forcing gnatmake to use -j1.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: pirofti@cvs.openbsd.org 2013/04/11 03:11:51
Modified files:
www/youtube-dl : Makefile distinfo
Log message:
Update youtube-dl to 2013.04.03.
From David Hill, thank you!
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 03:45:03
Modified files:
audio/rhythmbox: Makefile
Log message:
Remove uneeded BUILD_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 04:03:32
Modified files:
x11/gnome/tracker/patches: patch-src_tracker-needle_Makefile_in
patch-tests_libtracker-common_tracker-sched-test_c
Log message:
Pushed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 04:14:37
Modified files:
x11/gnome/user-share: Makefile
x11/gnome/user-share/patches: patch-src_user_share_c
Added files:
x11/gnome/user-share/patches: patch-src_obexftp_c
patch-src_obexpush_c
patch-src_user_share-private_h
Log message:
Unbreak runtime.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 05:08:03
Modified files:
audio/rhythmbox: Makefile
audio/rhythmbox/pkg: PLIST
Log message:
Disable webkit support; our antique webkit port links to gstreamer-0.10
but rhythmbox uses and links to to gstreamer-1.0 so we end up with
symbol clashings and eventually a crash :-(
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/11 06:06:25
Modified files:
sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c ip_ipsp.c
ip_ipsp.h ip_output.c ip_spd.c ipsec_input.c
sys/netinet6 : ip6_output.c
Log message:
Remove the extern keyword from function declarations, document
sysctl declarations, move variables and functions used in only
one place in their corresponding file. No functional change.
No objection from markus@, ok mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/11 07:38:32
Log message:
Import libqalculate, somewhat useful math library, used by recent KDE 4 SC
versions.
Qalculate! is small and simple to use but with much power and
versatility underneath. Features include customizable functions,
units, arbitrary precision, plotting, and a graphical interface
that uses a one-line fault-tolerant expression entry (although it
supports optional traditional buttons).
Input and okay landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130411
N ports/math/libqalculate/Makefile
N ports/math/libqalculate/distinfo
N ports/math/libqalculate/patches/patch-configure_in
N ports/math/libqalculate/patches/patch-libqalculate_Calculator_cc
N ports/math/libqalculate/patches/patch-po_POTFILES_in
N ports/math/libqalculate/patches/patch-src_qalc_cc
N ports/math/libqalculate/pkg/DESCR
N ports/math/libqalculate/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 07:46:51
Modified files:
math/libqalculate: Makefile
Log message:
Missing textproc/intltool MODULE.
Remove uneeded BUILD_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/11 08:05:18
Log message:
Import astro/wcslib, used by KStars.
WCSLIB is a C library, supplied with a full set of Fortran wrappers,
that implements the "World Coordinate System" (WCS) standard in
FITS (Flexible Image Transport System).
Note: pgplot support is not compiled due to license restrictions of the
corresponding dependency.
input and okay landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130411
N ports/astro/wcslib/Makefile
N ports/astro/wcslib/distinfo
N ports/astro/wcslib/patches/patch-configure_ac
N ports/astro/wcslib/patches/patch-makedefs_in
N ports/astro/wcslib/pkg/DESCR
N ports/astro/wcslib/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/11 08:06:40
Modified files:
astro : Makefile
math : Makefile
Log message:
Hook up wcslib and libqalculate.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/11 08:08:07
Modified files:
astro/wcslib : Makefile
Log message:
Oops, missed TEST_DEPENDS - committed from the wrong directory.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/11 09:18:00
Modified files:
infrastructure/bin: portimport
infrastructure/man/man1: portimport.1
Log message:
Add -u option to portimport(1), allowing to specify your username in CVS.
BUGS section is gone now.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/11 09:40:21
Modified files:
astro/wcslib : Makefile
Log message:
jasper@ pointed out that there is a fortran MODULE, so use it for
astro/wcslib instead. Bump done for safety.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/11 09:41:20
Modified files:
mail/rcube-sieverules: Makefile
Log message:
correct license marker, tighten RUN_DEPENDS
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/11 10:11:23
Log message:
add ports/mail/rcube-contextmenu, ok ajacoutot@
This plugin adds context menus to Roundcube's message list, folder list
and address book. The menus include the abilities to mark messages as
read/unread, delete, reply and forward.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130411
N ports/mail/rcube-contextmenu/Makefile
N ports/mail/rcube-contextmenu/distinfo
N ports/mail/rcube-contextmenu/pkg/DESCR
N ports/mail/rcube-contextmenu/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/11 10:12:15
Modified files:
mail : Makefile
Log message:
add rcube-contextmenu, and zap some stray whitespace
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 10:45:31
Modified files:
www/owncloud : Makefile distinfo
www/owncloud/pkg: PLIST
Log message:
SECURITY update to owncloud-5.0.4.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 11:32:35
Modified files:
x11/mplayer/patches: patch-configure
Log message:
Remove png hack no longer necessary.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 11:34:00
Modified files:
multimedia/xine-lib: Makefile
multimedia/xine-lib/patches: patch-m4_decoders_m4
Removed files:
multimedia/xine-lib/patches: patch-m4_libFLAC_m4
Log message:
- Remove FLAC autoconf hacks that are no longer necessary
- Sync WANTLIBs
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 11:58:42
Modified files:
x11/vlc : Makefile distinfo
x11/vlc/patches: patch-configure_ac
x11/vlc/pkg : PLIST-main
Removed files:
x11/vlc/patches: patch-include_vlc_common_h
patch-include_vlc_cpu_h
patch-modules_codec_avcodec_audio_c
patch-modules_codec_avcodec_avcodec_c
patch-modules_codec_avcodec_avcodec_h
patch-modules_codec_avcodec_encoder_c
patch-modules_demux_asf_asf_c
patch-modules_demux_mkv_Ebml_parser_cpp
patch-modules_demux_mkv_Ebml_parser_hpp
patch-modules_video_filter_deinterlace_yadif_h
Log message:
Update to VLC 2.0.6.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 12:37:53
Modified files:
x11/gnome/tracker/patches:
patch-src_tracker-extract_tracker-extract-mp3_c
Log message:
Pushed upstream.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/11 13:15:21
Modified files:
lib/libc/arch/m88k: SYS.h
Log message:
Fix obviously stupid bug in the PIC_{LOAD,STORE} macros when compiling with
-fPIC. Harmless since we build libc -fpic so far.
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/04/11 14:19:16
Modified files:
lib/libc/asr : asr.c
Log message:
Proper access of _THREAD_PRIVATE storage. Avoids a mem leak and reinit
of resolver context for each resolver call for single threaded
programs. With and ok tedu@ ok eric@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 14:26:10
Modified files:
multimedia/mkvtoolnix: Makefile
multimedia/mkvtoolnix/patches: patch-configure
Log message:
- Takeover as MAINTAINER
- Sort WANTLIB / LIB_DEPENDS / CONFIGURE_ARGS
- Remove unnecessary CONFIGURE_ARGS options
- Remove some LDFLAGS hacks
- Remove now unnecessary chunk of the autoconf patch
- Tidy up the Makefile a bit
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/11 14:58:34
Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.h
Log message:
Do not abuse -finhibit-size-directive to control tight code alignment:
- turn FUNCTION_BOUNDARY into a constant, as intended, since its value
is used (among other things) to decide the alignment to expect from a
function pointer value.
- remove LABEL_ALIGN_AFTER_BARRIER. There is no reason to align jump
destinations on half a cache line, and the MI default for this value
is good enough.
However, in order to preserve the intent of what FUNCTION_BOUNDARY used to
be defined as, initialize align_functions to sensible values in
m88k_override_options(), unless -falign-functions=... is specified.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 15:02:19
Modified files:
databases/mariadb: Makefile
databases/mariadb/pkg: PLIST-main PLIST-server
Log message:
Move mytop back to the server sub-package where I had it originally.
It requires DBD::mysql which the server sub-package already has and
I don't want to add more dependencies to the client sub-package.
Plus add the missing dependency on Term::ReadKey for mytop.
From giovanni@ OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/11 15:52:18
Modified files:
usr.bin/tmux : clock.c tmux.c
Log message:
Call setlocale(LC_TIME) at startup.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/11 18:27:32
Modified files:
usr.sbin/dhcpd : sync.c
Log message:
Unbreak lease synchronization by making the sync header contain the
correct packet length even when paddding is present. Previously the
HMAC calculated by the receiver would not be based on the whole
packet.
Problem noted and essentially identical diffs from Kapetanakis Giannis
via misc@ and then Johan Ymerson via bugs@.
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/04/11 18:55:29
Modified files:
. : plus.html
Log message:
plus.html for April 1-7, with no zfs :-( . ok jj@.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 19:11:32
Modified files:
devel/boost : Makefile
Added files:
devel/boost/patches: patch-boost_config_posix_features_hpp
Log message:
Let Boost know OpenBSD has certain POSIX features but Boost does
not enable the use of said features because the POSIX feature
groups are not enabled yet due to missing functions/features
within respective feature groups.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/11 22:48:52
Modified files:
sys/arch/m88k/m88k: trap.c
Log message:
Double-register load and store instructions using an odd-numbered register as
the low part trigger an `illegal instruction' trap on the 88110 (and I can't
see this documented anywhere in the manual). Of course there is code "in the
wild" which uses such constructs (libgmp is one such example).
Extend double_reg_fixup() to take the trap type as an extra argument, and
explicitely allow ld.d or st.d instructions with odd-numbered registers at
aligned addresses if we are invoked from the `illegal instruction' trap
handler, to give this code a chance to run on 88110.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 23:05:21
Modified files:
de : loongson.html
openbgpd/pt : ftp.html
openntpd/pt : ftp.html portable.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/11 23:16:03
Modified files:
security/gnutls: Makefile
Log message:
Update license marker as the license changed with 3.1.10.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/11 23:46:16
Modified files:
databases/evolution-data-server: Makefile
Added files:
databases/evolution-data-server/patches:
patch-addressbook_libebook_e-book-client_c
patch-addressbook_libedata-book_e-book-backend-sqlitedb_c
patch-calendar_backends_file_e-cal-backend-file_c
patch-calendar_libecal_e-cal-client_c
patch-camel_camel-imapx-server_c
patch-camel_camel-imapx-server_h
patch-camel_camel-imapx-store_c
patch-camel_camel-imapx-summary_c
patch-modules_owncloud-backend_owncloud-utils_c
Log message:
Merge several bug fixed from upstream (memory corruption, memory leaks...).
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/12 01:21:59
Modified files:
devel/lua-lgi : Makefile distinfo
Log message:
- update to lua-lgi-0.7.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/12 01:26:44
Modified files:
x11/gnome/gjs : Makefile
Added files:
x11/gnome/gjs/patches: patch-gi_arg_c
patch-test_js_testEverythingBasic_js
Log message:
fix a crasher (from upstream)
CVSROOT: /cvs
Module name: ports
Changes by: mpi@cvs.openbsd.org 2013/04/12 02:22:10
Modified files:
devel/libusb1 : Makefile
devel/libusb1/patches: patch-libusb_os_openbsd_usb_c
Log message:
Make use of the new usb(4) ioctls to retrieve the config descriptor from
memory instead of generating I/O as adertised by the libusb API.
ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/12 02:32:53
Modified files:
sys/dev/pci/drm/i915: intel_crt.c
Log message:
Now we can handle bitbanging enable the fallback method of getting
the crt edid if normal gmbus access failed.
Seems to resolve problems Christopher Zimmermann was seeing fetching
the crt edid.
CVSROOT: /cvs
Module name: ports
Changes by: tobiasu@cvs.openbsd.org 2013/04/12 04:01:47
Modified files:
lang/gcc/4.8 : Makefile distinfo
lang/gcc/4.8/patches: patch-gcc_ada_adaint_c
patch-gcc_ada_gcc-interface_Makefile_in
lang/gcc/4.8/pkg: PLIST-ada
Added files:
lang/gcc/4.8/patches: patch-gcc_ada_system-openbsd-sparcv9_ads
lang/gcc/4.8/pkg: PFRAG.I386-ada
Log message:
Add Ada support for sparc64.
Use SJLJ exceptions instead of ZCX because gcc produces broken code
for the later. Enable ncpu detection in the runtime for all archs.
ok pascal@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/12 04:22:34
Modified files:
sysutils/dfc : Makefile distinfo
sysutils/dfc/patches: patch-CMakeLists_txt
Log message:
- update dfc to 3.0.2
- update patches and MASTER_SITES
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/12 04:39:04
Modified files:
sysutils/bacula: Makefile distinfo
sysutils/bacula/patches: patch-Makefile_in patch-configure
patch-src_qt-console_main_cpp
patch-src_tools_Makefile_in
sysutils/bacula/pkg: PLIST-bat
Removed files:
sysutils/bacula/patches:
patch-examples_autochangers_chio-changer-openbsd
Log message:
Update to bacula-5.2.13.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/12 04:47:38
Modified files:
www/bacula-web : Makefile distinfo
www/bacula-web/pkg: PLIST
Log message:
Update to bacula-web-5.2.13.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/12 05:37:46
Modified files:
x11/gnome/rygel: Makefile distinfo
x11/gnome/rygel/pkg: PLIST
Log message:
Update to rygel-0.18.0 and unbreak.
Use a working libtool(1), i.e. the GNU one.
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/12 06:44:31
Modified files:
usr.bin/tmux : cmd-source-file.c
Log message:
Copy the client into the new cmdq in source-file so commands that work
on it (such as new-session) can work. Fixes issue reported by oss-adv at
users dot sf dot net.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/12 06:50:37
Modified files:
usr.bin/tmux : utf8.c
Log message:
Remove some Korean characters from the zero-width list that apparently
shouldn't be there, from Jeong Mok Cho.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/12 06:58:39
Modified files:
sys/dev/usb : if_athn_usb.c if_atu.c if_otus.c if_ral.c
if_rsu.c if_uath.c ueagle.c umbg.c uow.c
usbdi.c usbdi.h uticom.c
Log message:
Instead of using a wrapper around usbd_transfer() when submitting a
transfer synchronously just pass the USBD_SYNCHRONOUS flag like any
other flags when creating a transfer.
ok sthen@, mglocker@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/12 07:05:56
Modified files:
sys/dev/usb : usbdi.c
Log message:
usbd_setup_default_xfer() already use the default device's pipe so there's
no need to reset it afterward.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/12 08:06:38
Modified files:
comms/hylafax : Makefile
Log message:
Add a missing run dependency on print/ghostscript/gnu
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/12 08:11:26
Log message:
import p5-IO-Socket-IP, a better replacement for IO:Socket perl module.
Hints and ok sthen@
IO::Socket::IP provides a protocol-independent way to use IPv4 and
IPv6 sockets, as a drop-in replacement for IO::Socket::INET. Most
constructor arguments and methods are provided in a backward-compatible
way.
Status:
Vendor Tag: giovanni
Release Tags: giovanni_20130412
N ports/net/p5-IO-Socket-IP/Makefile
N ports/net/p5-IO-Socket-IP/distinfo
N ports/net/p5-IO-Socket-IP/pkg/DESCR
N ports/net/p5-IO-Socket-IP/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/12 08:23:57
Modified files:
net : Makefile
Log message:
+p5-IO-Socket-IP
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/12 08:35:57
Modified files:
mail/amavisd-new: Makefile
Log message:
Add a dependency on net/p5-IO-Socket-IP, this module is preferred over IO::Socket::Inet
ok sthen@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/12 08:46:30
Modified files:
app/cwm : calmwm.c calmwm.h screen.c
Log message:
push Screenq into screen_init
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/12 08:49:16
Modified files:
app/cwm : calmwm.c
Log message:
makes no sense to set an error handler which uses X_Dpy before XOpenDisplay.
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/04/12 09:22:26
Modified files:
sys/arch/octeon/dev: if_cnmac.c
Log message:
Fix the log messages displayed to the user.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/12 10:41:06
Modified files:
x11/gnome/shell: Makefile
Log message:
Missing RUN_DEPENDS on net/telepathy/telepathy-logger.
CVSROOT: /cvs
Module name: ports
Changes by: mglocker@cvs.openbsd.org 2013/04/12 11:12:55
Modified files:
devel/libplist : Makefile distinfo
devel/libplist/pkg: PLIST-main
Log message:
Update to libplist-1.10.
Help and OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/12 11:25:58
Modified files:
usr.bin/calendar/calendars: calendar.birthday
Log message:
correct spelling is "Christiaan Huygens"; from James J. Lippard
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/12 11:39:57
Modified files:
textproc/icu4c : Makefile
devel/cmake : Makefile
Log message:
Replace BROKEN-arm with arch-conditional "CFLAGS += -O1 -fno-stack-protector".
Big thanks to miod@ for tracking down the area in which the problem lies
and suggesting this workaround.
Unbreaks a big chunk of the ports tree on arm.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/12 12:22:49
Modified files:
usr.sbin/smtpd : aliases.c bounce.c control.c expand.c lka.c
mda.c mfa_session.c mta.c mta_session.c queue.c
smtp_session.c smtpctl.c smtpd-api.h smtpd.c
smtpd.h table_db.c table_static.c to.c util.c
Log message:
replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
consistency and clarity. Remove useless and confusing extra byte in
a few arrays based on this define.
ok gilles@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/12 14:45:57
Modified files:
app/cwm : client.c
Log message:
we already set window state in client_hide or client_unhide right before, so
there's no need to do it again.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/12 14:54:27
Modified files:
app/cwm : client.c
Log message:
we handle WM_STATE here, so remove misleading comment.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/12 15:44:53
Modified files:
net/nagios/nsca-ng: Makefile distinfo
net/nagios/nsca-ng/patches: patch-etc_nsca-ng_cfg
Removed files:
net/nagios/nsca-ng/patches: patch-man_nsca-ng_cfg_in
patch-src_server_conf_c
patch-src_server_nsca-ng_c
Log message:
update to NSCA-ng 1.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 02:28:36
Modified files:
games/grhino : Makefile
games/grhino/patches: patch-configure
games/grhino/pkg: PLIST
Log message:
Use the x11/gnome MODULE and remove explicit dependency on rarian.
Install the desktop file and add the goo.
Remove pthread patch.
ok rpointel@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 02:40:23
Modified files:
audio/rhythmbox: Makefile distinfo
Removed files:
audio/rhythmbox/patches: patch-plugins_Makefile_in
patch-plugins_audioscrobbler_rb-audioscrobbler-entry_c
patch-plugins_audioscrobbler_rb-audioscrobbler_c
Log message:
Update to rhythmbox-2.99.1.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/13 02:46:07
Modified files:
textproc/sphinx: Makefile
Log message:
reduce Makefile eyebleedingness slightly; no package change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 02:53:10
Modified files:
graphics/jbigkit: Makefile distinfo
graphics/jbigkit/patches: patch-Makefile patch-libjbig_Makefile
patch-pbmtools_Makefile
patch-pbmtools_jbgtopbm_c
graphics/jbigkit/pkg: DESCR PLIST
Removed files:
graphics/jbigkit/pkg: PFRAG.shared
Log message:
Update to jbigkit-2.0.
This adds the lightweitgh version of the jbig library: jbig85 which is
needed by a WIP update of graphics/splix.
from Martin Crossley with some tweaks
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 02:53:47
Modified files:
graphics/netpbm: Makefile
Added files:
graphics/netpbm/patches: patch-converter_other_jbig_jbigtopnm_c
Log message:
Fix build after jbigkit update to 2.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 02:54:19
Modified files:
x11/kde/office3: Makefile
Log message:
Regen WANTLIB.
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/04/13 02:57:10
Modified files:
sys/dev/ic : ar5212.c
Log message:
Perform a warm reset instead of putting the hardware into full sleep mode
to avoid system hangs upon 'ifconfig down up' with some AR5212 hardware.
Linux uses the same workaround. Diff from Dinar Talypov (t.dinar.m at gmail).
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/13 03:11:02
Modified files:
www/webkit : Makefile distinfo
www/webkit/patches: patch-GNUmakefile_in
patch-Source_JavaScriptCore_heap_MachineStackMarker_cpp
patch-Source_WebCore_plugins_PluginDatabase_cpp
patch-configure
www/webkit/pkg : PLIST
Added files:
www/webkit/patches:
patch-Source_JavaScriptCore_assembler_MacroAssemblerX86Common_h
patch-Source_JavaScriptCore_jit_ExecutableAllocator_h
patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm
patch-Source_JavaScriptCore_llint_LowLevelInterpreter_asm
patch-Source_JavaScriptCore_llint_LowLevelInterpreter_cpp
patch-Source_JavaScriptCore_offlineasm_cloop_rb
patch-Source_ThirdParty_leveldb_port_port_posix_h
patch-Source_WTF_wtf_Atomics_cpp
patch-Source_WTF_wtf_Atomics_h
patch-Source_WTF_wtf_InlineASM_h
patch-Source_WTF_wtf_Platform_h
patch-Source_WTF_wtf_RAMSize_cpp
patch-Source_WTF_wtf_dtoa_utils_h
patch-Source_WebKit2_Platform_CoreIPC_unix_ConnectionUnix_cpp
Removed files:
www/webkit/patches:
patch-Source_JavaScriptCore_jit_ExecutableAllocatorFixedVMPool_cpp
patch-Source_JavaScriptCore_runtime_UString_h
patch-Source_JavaScriptCore_wtf_Atomics_h
patch-Source_JavaScriptCore_wtf_NumberOfCores_cpp
patch-Source_JavaScriptCore_wtf_Platform_h
patch-Source_JavaScriptCore_wtf_TCSpinLock_h
patch-Source_JavaScriptCore_wtf_dtoa_utils_h
patch-Source_WebCore_platform_text_TextBreakIterator_h
patch-Source_WebKit_gtk_resources_error_html
Log message:
Major update to webkit 2.0.0.
- add ruby to BDEPS. Webkit build system now uses autohell, python, ruby and perl \o/
- set MODRUBY_REV = 1.8 on sparc64 since 1.9 is broken there
- disable WebKit2 support, it needs shm_open()/shm_unlink()
- switch from gstreamer-0.10 to gstreamer1
- force-disable JIT/ASSEMBLER on non-jit archs, builds fails otherwise (bug #113638)
- only build NumberPrototype.cpp with -O0 on sparc64, not the damn whole thing
- use -Wl,--relax on ppc otherwise linking fails
- move some patches around since JavaScriptCore/wtf moved to WTF/wtf
- dont uselessly rerun make within make during install, gmake blows
- blindly backport upstream r144077 to fix mips64 build
- backport bits of #103128 & r145551 to fix powerpc build
- backport r147967 & more to fix bashisms in configure
- bug #109932 forced the use of gcc >= 4.7 or clang >= 3.0, but this is
only for WebKit2 so loosen the check atm
Tested working fine on amd64 & i386, went in bulk builds, known broken
at runtime on ppc (being worked on. or not.) should build on mips64el
(and maybe even run!) and sparc64 (wont run! ever! nothing new here..),
but 'someone' will care about the poor exotic archs and fix'em, right ?
After too much prodding from the gnome maintainers who desperately need it
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/13 03:14:06
Modified files:
audio/gmpc-plugins: Makefile
mail/evolution : Makefile
mail/evolution-rss: Makefile
mail/evolution-ews: Makefile
www/liferea : Makefile
www/py-webkitgtk: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/empathy: Makefile
x11/gnome/online-accounts: Makefile
x11/gnome/sushi: Makefile
x11/gnome/yelp : Makefile
Log message:
Tweak WANTLIB after webkit update (mostly s/gst*-0.10/gst*-1.0/ + removing
gstinterfaces-0.10) and bump some REVISIONs.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 03:27:34
Modified files:
www/epiphany : Makefile
www/midori : Makefile
www/luakit : Makefile
www/surf : Makefile
www/xombrero : Makefile
Log message:
Webkit uses gstreamer1 now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 03:30:25
Modified files:
x11/gnome/getting-started-docs: Makefile
Log message:
plugins-ffmpeg -> plugins-libav
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 03:33:29
Modified files:
www/epiphany : Makefile
www/midori : Makefile
www/luakit : Makefile
www/surf : Makefile
www/xombrero : Makefile
Log message:
I forgot that with gstreamer1, sndio(7) support is directly integrated in
plugins-base which webkit already provides; so no need for plugins-good
dependency anymore.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/13 04:02:11
Modified files:
infrastructure/bin: dpb
Log message:
fix die handler, as it should display the message as well...
grumble
make it possible to temporarily disable those handlers.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/13 04:04:43
Modified files:
infrastructure/lib/DPB: Job.pm PkgPath.pm
infrastructure/lib/DPB/Job: Port.pm
Log message:
display a bit more post-mortem info, show the Core<->current job info.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/13 04:06:08
Modified files:
www/epiphany : Makefile distinfo
www/epiphany/patches: patch-lib_Makefile_in
patch-src_Makefile_in
patch-tests_Makefile_in
www/epiphany/pkg: PLIST
Added files:
www/epiphany/patches: patch-configure
Log message:
- update to epiphany-3.8.0 now that we have webkit 2.0.0!
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/13 04:09:30
Modified files:
x11/gnome/empathy: Makefile distinfo
x11/gnome/empathy/pkg: PLIST
Removed files:
x11/gnome/empathy/patches: patch-libempathy_empathy-contact_c
patch-libempathy_empathy-utils_c
Log message:
- update empathy to 3.8.0, it needs some work but it's better than what we currently have anyway.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 04:14:38
Modified files:
x11/gnome/devhelp: Makefile
Log message:
Fix after the webkit update.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 04:14:58
Modified files:
graphics/shotwell: Makefile
Log message:
Fix after the webkit update.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 04:26:50
Modified files:
x11/gnome/documents: Makefile distinfo
x11/gnome/documents/patches: patch-configure
x11/gnome/documents/pkg: PLIST
Log message:
Update to gnome-documents-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 04:44:15
Modified files:
x11/gnome/banshee: Makefile
Log message:
Fix WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 04:46:36
Modified files:
x11/gnome/sushi: Makefile
Log message:
Tighten dependencies.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 04:53:33
Modified files:
x11/gnome/anjuta: Makefile
Log message:
Regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/13 04:58:41
Modified files:
textproc/sphinx: Makefile
Log message:
Don't pull in execinfo.h via autoconf to fix builds with DPB junking.
This doesn't check for backtrace* functions being in libexecinfo so it's
unused anyway -> no package change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 05:50:11
Modified files:
audio/rhythmbox: Makefile
audio/rhythmbox/pkg: PLIST
Log message:
Re-enable WebKit support.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 06:08:32
Modified files:
www/epiphany : Makefile
www/epiphany/pkg: PLIST
Log message:
Regen PLIST.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 06:15:10
Modified files:
x11/gnome/documents: Makefile
Log message:
Extend comment.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 06:32:26
Modified files:
mail/evolution : Makefile distinfo
mail/evolution/patches: patch-mail_Makefile_in
mail/evolution/pkg: PLIST-main
Removed files:
mail/evolution/patches:
patch-modules_bogofilter_evolution-bogofilter_c
patch-modules_spamassassin_evolution-spamassassin_c
Log message:
Update to evolution-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 06:36:26
Modified files:
mail/evolution-rss: Makefile distinfo
mail/evolution-rss/patches: patch-src_rss-config-factory_c
mail/evolution-rss/pkg: PLIST
Log message:
Update to evolution-rss-0.3.93.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 06:37:27
Modified files:
mail/evolution-ews: Makefile distinfo
mail/evolution-ews/patches: patch-configure
mail/evolution-ews/pkg: PLIST
Log message:
Update to evolution-ews-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/13 06:41:01
Modified files:
net/isc-bind : Makefile distinfo
Log message:
update to newer RRL patch (affects FLAVOR=ratelimit only)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 06:55:23
Modified files:
x11/gnome/empathy: Makefile
Log message:
Fic dependencies.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/13 07:08:17
Modified files:
www/tinyproxy : Makefile
www/tinyproxy/patches: patch-etc_tinyproxy_conf_in
Added files:
www/tinyproxy/patches: patch-configure
Log message:
tweaks to www/tinyproxy, ok frantisek holop (maintainer)
- fix the license marker
- show people how to bind to all IPv4 addresses rather than
the default of all IPv6 addresses
- zap an unnecessary variable in Makefile
- zap -Wredundant-decls, it's useless and spammy on the console
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 07:28:22
Modified files:
. : INDEX
Log message:
Regen, 7970
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 07:36:13
Modified files:
net/libnice : Makefile
Log message:
Fix LIB_DEPENDS/WANTLIB.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 09:04:39
Modified files:
. : want.html
Log message:
I have an x40 but not hard drive in it.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/04/13 09:45:47
Modified files:
www/ruby-capybara-webkit: Makefile
Log message:
Remove dependency on www/webkit, as this uses QtWebKit, included in
x11/qt4.
Pointed out by ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 10:01:37
Modified files:
databases/evolution-data-server: Makefile
Log message:
Fix some substitutions.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/13 10:13:34
Modified files:
infrastructure/lib/DPB/Job: Port.pm
Log message:
better
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/13 10:40:36
Modified files:
usr.sbin/dhcpd : db.c
Log message:
Don't dance with errno, just check the return values of fprintf(),
fputs() and fputc() to see if a failure occurred. Add a couple of
missing checks. Replace putc() with fputc(). Shorter, nicer code.
No functional change.
ok fgsch@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/13 12:08:47
Modified files:
usr.sbin/dhcpd : sync.h sync.c
Log message:
Give struct dhcp_synctlv_lease fields a prefix (lv_) as the fields
in other structs have. Reduces potential for confusion with fields
of same name but different types in leases. Use consistent variable
name. No change to executable.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/04/13 13:25:32
Modified files:
security/spiped: Makefile distinfo
Log message:
Update spiped to 1.3.1.
"yep" sthen@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/13 13:31:58
Modified files:
usr.bin/which : Makefile whereis.1
Log message:
My clever "expand _PATH_STDPATH in whereis.1" logic broke the build if
you forgot to make obj first. Switch to putting the path in the manpage
and just verifying at build-time whether it's correct.
Problem pointed out by rpe@
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/04/13 14:19:50
Modified files:
devel/gmp : Makefile
Added files:
devel/gmp/files: mpn_m88k_add_n.asm mpn_m88k_sub_n.asm
Log message:
Replace existing PIC-unaware m88k assembly parts with proper m4 generator;
also disable the assembly mul_1 routine, which fails 5 of the regress tests.
This lets this build again on m88k.
Bump package version just to be on the safe side.
help and ok naddy@
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/13 16:31:42
Modified files:
lang/python : Makefile.inc
lang/python/2.5: Makefile
lang/python/2.7: Makefile distinfo
lang/python/2.7/files: CHANGES.OpenBSD
lang/python/2.7/patches: patch-Lib_test_test_tempfile_py
patch-Makefile_pre_in
patch-Modules_selectmodule_c
patch-setup_py
lang/python/2.7/pkg: PLIST-main PLIST-tests PLIST-tools
Added files:
lang/python/2.7/patches: patch-Lib_test_regrtest_py
patch-configure_ac
Removed files:
lang/python/2.7/patches: patch-Lib_test_test_dl_py
patch-Modules_makesetup
patch-Modules_mathmodule_c
patch-Modules_socketmodule_c
patch-configure_in
sup64-Lib_test_regrtest_py
Log message:
Update python 2.7 to 2.7.4.
This is a slighly different version that I sent that includes an updated
kqueue diff that works with python 2 and 3 and puts test_bsddb and
test_bsddb3 back on the skip list as they're not built outside amd64
and i386.
Only 2 tests are known to fail: test_kqueue (broken) and test_threading
(failing on 2.7.3, under investigation but likely broken). If something
else fails please send your test.log.
Tested on a bulk by landry, sparc64 by brad, ppc gonzalo and amd64 by me.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/13 16:41:15
Modified files:
x11/gnome/gdl : Makefile distinfo
Log message:
Update to gdl-3.8.1.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/13 17:51:54
Modified files:
distrib/sets/lists/comp: md.i386
distrib/sets/lists/man: md.i386
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/13 18:33:55
Modified files:
mail/postfix/snapshot: Makefile distinfo
Log message:
Update to Postfix 2.11-20130405.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/13 18:41:46
Modified files:
multimedia/libtheora: Makefile
Added files:
multimedia/libtheora/patches: patch-lib_Makefile_in
patch-theora_pc_in
patch-theoradec_pc_in
patch-theoraenc_pc_in
Log message:
Add a linking fix for libtheoraenc to libtheoradec from upstream
and fix the theora pkg-config files for overlinking with shared
libs.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/13 18:43:44
Modified files:
audio/tremor : Makefile
Added files:
audio/tremor/patches: patch-vorbisidec_pc_in
Log message:
Fix pkg-config file for overlinking with shared libs.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/13 22:49:22
Modified files:
sys/dev/pci/drm/i915: intel_display.c
Log message:
add some acer quirks from linux 3.8.7
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/13 23:38:36
Modified files:
sys/dev/pci/drm/i915: intel_crt.c
Log message:
Be sure to turn hsync/vsync back on at crt enable (v2)
from linux 3.8.7
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 02:15:59
Modified files:
devel/spidermonkey: Makefile
Log message:
Add libproxy to the watch list.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 02:31:00
Modified files:
net/libproxy : Makefile distinfo
net/libproxy/pkg: DESCR-main DESCR-webkit
Log message:
Update to libproxy-0.4.11.
Re-enable the mozilla FLAVOR now that we have mozjs185.
Add bootstrap to PSEUDO_FLAVOR to prevent the dep loop with WebKit.
Move from if PSEUDO_FLAVOR... to BUILD_PACKAGES.
Fix DESCR-*
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 02:31:29
Modified files:
net : Makefile
Log message:
Build all FLAVORS or libproxy.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 02:35:45
Modified files:
meta/gnome : Makefile
meta/gnome/pkg : README-main
Log message:
Better "Cheat sheet".
CVSROOT: /cvs
Module name: xenocara
Changes by: mpi@cvs.openbsd.org 2013/04/14 04:23:04
Modified files:
. : README
lib/libGL : Makefile
lib/libGL/dri/swrastg: Makefile
lib/libGL/gallium: Makefile.inc
lib/libGL/gallium/drivers: Makefile
lib/libGL/gallium/libgallium: Makefile
lib/libGL/mesa : Makefile
share/mk : bsd.xconf.mk
Log message:
Add a new option to the xenocara infrastructure be able to automatically
build the Gallium3D software rasterizer as part of the libGL.
Note that it can also makes use of LLVM to build the llvmpipe if the
corresponding port is installed. Please refer to the README for a more
complete documentation.
Prodded by ajacoutot@, ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/14 07:45:42
Modified files:
emulators/sdlmess: Makefile distinfo
Removed files:
emulators/sdlmess/patches: patch-src_emu_fileio_h
Log message:
Update emulators/sdlmess to 0148u3.
ok fgsch@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/14 08:55:47
Log message:
Import games/polymorphable, a total mod of the FLARE engine.
ok kirby@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Apr-14
N ports/games/polymorphable/Makefile
N ports/games/polymorphable/distinfo
N ports/games/polymorphable/pkg/DESCR
N ports/games/polymorphable/pkg/PLIST
N ports/games/polymorphable/pkg/README
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/14 08:56:33
Modified files:
games : Makefile
Log message:
+polymorphable
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 09:16:01
Modified files:
games/polymorphable: Makefile
Log message:
Remove bogus line.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 09:19:47
Modified files:
x11/spice-gtk : Makefile
Log message:
Add BUILD+RUN_DEPENDS on usbutils, usv.ids is picked up at compiled
time.
Regen WANTLIB while here.
ok jasper@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/14 09:37:20
Modified files:
games/polymorphable: Makefile
games/polymorphable/pkg: PLIST
Removed files:
games/polymorphable/pkg: README
Log message:
Tweaks from aja@ - remove the foobar~ files from PLIST and drop the README
because the info is already included in DESCR.
Bump REVISION.
ok aja@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/14 10:13:17
Modified files:
app/cwm : calmwm.h client.c xutil.c
Log message:
only a window is required to set WM_STATE. also un-confuse xu_ptr_getpos
by using 'win' instead of 'rootwin' so as not to imply only the root
window is queried, rather any window.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 10:21:20
Modified files:
databases/evolution-data-server: Makefile distinfo
databases/evolution-data-server/patches:
patch-tests_libebook-contacts_test-query_c
patch-tests_libebook_client_test-client-custom-summary_c
Removed files:
databases/evolution-data-server/patches:
patch-addressbook_libebook_e-book-client_c
patch-addressbook_libedata-book_e-book-backend-sqlitedb_c
patch-calendar_backends_file_e-cal-backend-file_c
patch-calendar_libecal_e-cal-client_c
patch-camel_camel-imapx-server_c
patch-camel_camel-imapx-server_h
patch-camel_camel-imapx-store_c
patch-camel_camel-imapx-summary_c
patch-modules_owncloud-backend_owncloud-utils_c
patch-tests_test-server-utils_e-test-server-utils_c
Log message:
Update to evolution-data-server-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 10:27:44
Modified files:
x11/gnome/terminal: Makefile distinfo
x11/gnome/terminal/pkg: PLIST
Log message:
Update to gnome-terminal-3.8.0.1.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 10:32:30
Removed files:
x11/gnome/terminal/patches: patch-src_profile-preferences_ui
Log message:
Forgot in previous.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 10:39:05
Modified files:
www/chromium : Makefile
Log message:
Mark BROKEN on i386; this will give a chance to people still using an older
version not to update and end up with a broken browser.
Issue being investigated by robert@
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 10:53:54
Modified files:
mail/evolution : Makefile distinfo
mail/evolution/patches: patch-mail_Makefile_in
mail/evolution/pkg: PLIST-main
Log message:
Update to evolution-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 11:00:12
Modified files:
mail/evolution-ews: Makefile distinfo
mail/evolution-ews/patches: patch-configure
Log message:
Update to evolution-ews-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/14 11:30:56
Modified files:
emulators/sdlmame: Makefile distinfo
Removed files:
emulators/sdlmame/patches: patch-src_emu_fileio_h
Log message:
Update to sdlmame 0.148u3.
ok bcallah who takes over maintainership ;-)
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/04/14 12:12:36
Modified files:
productivity/taskwarrior: Makefile distinfo
productivity/taskwarrior/pkg: PLIST
Removed files:
productivity/taskwarrior/patches: patch-src_util_cpp
Log message:
Upgrade to 2.2.0, remove extra WANTLIB and LIB_DEPENDS
OK bcallah@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/14 13:04:28
Modified files:
x11/gnome/documents: Makefile
Log message:
Missing (bogus) build dependency on textproc/itstool.
reported by sthen@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/14 13:04:37
Modified files:
sys/dev/pci : agpvar.h
sys/dev/pci/drm: drm_drv.c
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h intel_fb.c
Log message:
Take a different approach towards framebuffer accelartion. Instead of using
the blitter, scroll by double-mapping the framebuffer and reprogramming the
registers that determine the first visible pixel, much in the same way as the
vga text console uses the 6845. This makes scrolling very fast, and since we
no longer need to issue commands to any of the rings, we can enable this when
X is running and safely scroll when printing panic messages or if we've
entered ddb.
Testes by many.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/14 13:05:19
Modified files:
sys/arch/mvme68k/stand/bootst: boot.c rawfs.c version.c
sys/arch/mvme88k/stand/bootst: boot.c rawfs.c version.c
Log message:
Unbreak tape boot blocks by not attempting to load kernel symbols, and providing
a smarter seek routine which can seek forward and cope with the libsa gzip code
reading the first 4KB of a file upon open, only to discard the buffer because
it assumes we can always seek backwards.
These boot blocks had been broken since the switch to the MI libsa loadfile
code.
Reported for mvme88k by Michael Fritsch, thanks and sorry for taking too long
to fix.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/14 13:32:52
Modified files:
sys/dev/pckbc : wskbdmap_mfii.c
Log message:
Support for F13-F24 keys found on IBM 122-key keyboards.
From "Creamy" on tech@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/14 13:33:46
Modified files:
sys/dev/usb : makemap.awk
Log message:
Get USB F13 to F24 keys from the PS/2 layout, rather than as extra entries, now.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/14 13:34:11
Modified files:
sys/dev/usb : ukbdmap.c
Log message:
regen
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/14 13:35:52
Modified files:
x11/gnome/calculator: Makefile distinfo
Removed files:
x11/gnome/calculator/patches: patch-src_equation-lexer_vala
patch-src_equation-parser_vala
Log message:
-update to gnome-calculator-3.8.1
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/14 13:40:12
Modified files:
sys/dev/wscons : wsemul_vt100_keys.c
Log message:
Add escape codes for F21 to F24, continuing the existing sequence. Note that
vt100 and vt220 do not have such function keys, and there is no clear consensus,
for terminal emulations supporting F21 to F24, of the escape codes to use
(linux stops at F20, and Wyse and QNX use incompatible sequences for keys up
to F20).
From "Creamy" on tech@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/04/14 13:57:40
Modified files:
share/mk : bsd.xorg.mk
Log message:
Allow flags to be passed to make using ${MAKE_FLAGS}
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/04/14 13:59:03
Modified files:
lib/libGL : Makefile
Log message:
Use MAKE_FLAGS to propagate XENOCARA_BUILD_GALLIUM to install step.
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/04/14 14:01:06
Modified files:
. : events.html
Log message:
Move Central European BSD Day 2013 to the past and minor validation
fixes.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/14 14:21:15
Modified files:
www/hiawatha : Makefile distinfo
www/hiawatha/patches: patch-config_hiawatha_conf_in
patch-man_hiawatha_1_in
patch-src_serverconfig_c
www/hiawatha/pkg: PLIST
Removed files:
www/hiawatha/patches: patch-config_php-fcgi_conf_in
Log message:
update to hiawatha-9.0
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/04/14 14:28:09
Modified files:
www/tt-rss : Makefile distinfo
www/tt-rss/patches: patch-update_php
www/tt-rss/pkg : PLIST tt_rss_update.rc
Log message:
update tt-rss to 1.7.8
with feedback and ok landry@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/14 14:28:56
Modified files:
emulators/qemu : Makefile
Log message:
Make use of the testsuite.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/14 15:10:49
Modified files:
graphics/ffmpeg: Makefile
Log message:
The testsuite was fixed within the last 3 years to work with swscale
which has been the norm for that long so enable it.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/04/14 15:31:01
Modified files:
lib/libpthread/man: pthread_getconcurrency.3
Log message:
typo; Benedikt Steinbusch
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/14 16:03:59
Modified files:
distrib/sets/lists/comp: md.sparc64
distrib/sets/lists/man: md.sparc64
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/14 16:23:08
Modified files:
lib/libc/asr : asr_utils.c gethostnamadr.c
gethostnamadr_async.c res_send_async.c
Log message:
spacing
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/14 17:22:05
Modified files:
textproc/libxml: Makefile distinfo
textproc/libxml/patches: patch-Makefile_in patch-catalog_c
patch-python_Makefile_in
patch-python_tests_Makefile_in
patch-xstc_Makefile_in
textproc/libxml/pkg: PLIST-main
Removed files:
textproc/libxml/pkg: PFRAG.shared-main
Log message:
update to libxml 2.9.0, ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/14 17:22:06
Modified files:
x11/gnustep/base: Makefile
Added files:
x11/gnustep/base/patches: patch-Source_Additions_GSXML_m
Log message:
fix with libxml 2.9
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/14 17:22:11
Modified files:
lang/php/5.2 : Makefile
Added files:
lang/php/5.2/patches: patch-ext_dom_documenttype_c
patch-ext_dom_node_c
patch-ext_simplexml_simplexml_c
Log message:
fix with libxml 2.9
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/14 17:22:18
Added files:
x11/kde/webdev/patches:
patch-kxsldbg_kxsldbgpart_libxsldbg_xsldbg_cpp
patch-kxsldbg_xsldbgmain_cpp
Log message:
fix with libxml 2.9
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/14 19:58:32
Modified files:
graphics/GraphicsMagick: Makefile distinfo
graphics/GraphicsMagick/patches: patch-configure
graphics/GraphicsMagick/pkg: PLIST
Log message:
Update to GraphicsMagick 1.3.18.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/14 20:06:16
Modified files:
graphics/aalib : Makefile
Added files:
graphics/aalib/patches: patch-aalib-config_in
Log message:
Fix aalib-config for overlinking with shared libs.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/14 20:38:43
Modified files:
graphics/png : Makefile distinfo
graphics/png/patches: patch-scripts_libpng_pc_in
patch-scripts_makefile_openbsd
Log message:
Update to png 1.5.15.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/04/14 21:01:06
Modified files:
devel/jdk/1.6 : Makefile distinfo
devel/jdk/1.6/patches:
patch-jdk_src_solaris_native_java_lang_UNIXProcess_md_c
Log message:
- Remove uthreads work-around which set STDIN/OUT/ERR to non-blocking
in child processes.
- Rebuild bootstrap jdks to eliminate the boot jdk from setting
STDIN/OUT/ERR non-blocking when building the jdk.
Fixes intermittent build failures noted by landry@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 00:25:18
Modified files:
usr.sbin/mtree : Makefile
Log message:
do not need -static anymore
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 00:29:57
Modified files:
share/man/man8 : diskless.8
Log message:
do not Capitalize architecture names, because it makes it hard to search
for them... especially important in this manual page.. diskless setup is
a weavy path of use this, not that, but this, etc
ok jmc
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 01:21:51
Modified files:
x11/gnome/photos: Makefile distinfo
x11/gnome/photos/pkg: PLIST
Removed files:
x11/gnome/photos/patches: patch-configure
Log message:
Update to gnome-photos-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 01:33:12
Modified files:
print/splix : Makefile distinfo
print/splix/pkg: PLIST README
Removed files:
print/splix/patches: patch-src_pstoqpdl_cpp
Log message:
Update to splix-2.0.0.308 (svn rev. 308).
from Martin Crossley, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 01:39:29
Modified files:
devel/libpeas : Makefile
devel/libpeas/pkg: PLIST
Log message:
Slowly start to move things to python3 in GNOME. Enable both the python
and python3 loaders in libpeas.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/15 01:44:03
Modified files:
mail/py-milter : Makefile distinfo
mail/py-milter/pkg: PLIST
Log message:
- update py-milter to 0.9.8
- regen PLIST
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 01:53:27
Modified files:
www/epiphany : Makefile
Added files:
www/epiphany/patches: patch-lib_widgets_ephy-location-entry_c
patch-src_ephy-notebook_c
Log message:
plug a memleak and reduce some console spam; from upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 02:04:46
Modified files:
sysutils : Makefile
Log message:
build ruby18 flavor of ruby-augeas, so it'll work with puppet
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 02:08:09
Modified files:
sysutils/ruby-puppet: Makefile.inc
Log message:
add ruby-augeas to the watchlist
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 02:23:41
Modified files:
x11/gnome/grilo-mediaserver2: Makefile
Added files:
x11/gnome/grilo-mediaserver2/patches:
patch-src_grilo-mediaserver2_c
patch-src_test-client_c
Log message:
Bring a couple of patches from upstream for better behavior.
Depends on grilo-plugins so that we export things by default.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 02:42:55
Modified files:
audio/rhythmbox: Makefile
Added files:
audio/rhythmbox/patches: patch-plugins_im-status_im-status_py
Log message:
Add a fix to properly load the im-status plugin.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/15 02:58:46
Modified files:
. : 53.html
Log message:
4635 pkgs for sparc
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/15 03:09:50
Modified files:
sys/dev/pckbc : pms.c
Log message:
Don't probe for all supported protocols this can confuse some touchpads and
makes it harder to pick the right protocol if a device answers to more than
one magic sequence.
Tested by many on tech@, ok shadchin@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/15 03:12:42
Modified files:
sys/dev/pckbc : pms.c
Log message:
Move the IntelliMouse protocol definition after Elantech ones, because some
touchpads support both of them and we want to pick the latter.
Reported by Peter J. Philipp, thanks.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/15 03:14:41
Modified files:
sys/dev/pckbc : pms.c
Log message:
Revert r1.37 now that we stop after the first matching protocol, tested
by Peter J. Philipp, thanks.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 03:16:05
Modified files:
x11/gnome/power-manager: Makefile distinfo
Log message:
Minor update to gnome-power-manager-3.8.1.
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/04/15 03:23:02
Modified files:
sys/dev/cardbus: ehci_cardbus.c ohci_cardbus.c uhci_cardbus.c
sys/dev/pci : ehci_pci.c ohci_pci.c uhci_pci.c
sys/dev/usb : ehci.c ehcireg.h ehcivar.h ezload.c ezload.h
if_athn_usb.c if_athn_usb.h if_atu.c
if_atureg.h if_aue.c if_auereg.h if_axe.c
if_axereg.h if_cdce.c if_cdcef.c if_cdcereg.h
if_cue.c if_cuereg.h if_kue.c if_kuereg.h
if_mos.c if_mosreg.h if_otus.c if_otusreg.h
if_ral.c if_ralvar.h if_rsu.c if_rsureg.h
if_rum.c if_rumvar.h if_run.c if_runvar.h
if_smsc.c if_smscreg.h if_uath.c if_uathvar.h
if_udav.c if_udavreg.h if_upgt.c if_upgtvar.h
if_upl.c if_url.c if_urlreg.h if_urndis.c
if_urndisreg.h if_urtw.c if_urtwn.c
if_urtwnreg.h if_urtwreg.h if_wi_usb.c if_zyd.c
if_zydreg.h moscom.c ohci.c ohcireg.h ohcivar.h
uark.c uaudio.c uaudioreg.h uberry.c ubsa.c
ubt.c uchcom.c ucom.c ucomvar.h ucycom.c udcf.c
udfu.c udl.c udl.h udsbr.c ueagle.c ueaglevar.h
uftdi.c ugen.c uhci.c uhcireg.h uhcivar.h
uhidev.c uhidev.h uhub.c uipaq.c ukbd.c ulpt.c
umass.c umassvar.h umbg.c umct.c umidi.c
umidireg.h umidivar.h umodem.c umsm.c uoak.h
uoaklux.c uoakrh.c uoakv.c uow.c uplcom.c
urio.c usb.c usb_mem.c usb_mem.h usb_subr.c
usbcdc.h usbdi.c usbdi.h usbdi_util.c
usbdi_util.h usbdivar.h usbf.c usbf.h
usbf_subr.c usbfvar.h usbhid.h uscanner.c
uslcom.c usps.c uthum.c uticom.c utrh.c uts.c
utwitch.c uvideo.c uvideo.h uvisor.c uvscom.c
uyap.c
Log message:
Get rid of various 'typedef struct' definitions and use plain structure
definitions instead. We don't change usb.h for now to stay compatible
with userland.
Tested by mpi@ on macppc and myself on i386.
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 03:36:41
Modified files:
x11/gnome/color-manager: Makefile distinfo
x11/gnome/color-manager/patches: patch-configure
Log message:
Minor update to gnome-color-manager-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 03:38:37
Modified files:
x11/gnome/online-accounts: Makefile distinfo
Log message:
- update to gnome-online-accounts-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 04:04:26
Modified files:
audio/rhythmbox/patches: patch-plugins_im-status_im-status_py
Log message:
Pushed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 04:11:01
Modified files:
print/hplip : Makefile
print/hplip/pkg: PLIST-main
Log message:
Fix @extraunexec.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 04:49:25
Modified files:
x11/gtksourceview3: Makefile distinfo
Log message:
- update to gtksourceview3-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 06:12:59
Modified files:
x11/gnome/clocks: Makefile distinfo
Log message:
Minor update to gnome-clocks-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 06:43:38
Modified files:
x11/gnome/gedit-plugins: Makefile
Log message:
Missing RUN_DEPENDS.
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/04/15 07:08:39
Modified files:
lib/libc/rpc : svc_tcp.c
Log message:
Back out r1.17 and its subsequent conversion to poll. Otherwise
we can get into a svc_getreq_poll() -> readtcp() -> svc_getreq_poll()
loop until we run out of stack. If we want to avoid blocking on
the new fd in readtcp() we need to poll() in svc_getreq_poll(),
which will require a more elaborate change. OK tedu@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 07:18:28
Modified files:
x11/gnome/contacts: Makefile distinfo
Log message:
- update to gnome-contacts-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 07:21:00
Modified files:
audio/rhythmbox: Makefile
Log message:
Missing RUN_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/15 07:44:06
Modified files:
infrastructure/lib/DPB: Engine.pm
Log message:
stub_out() to remove a bit more packages in an agressive way.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 08:14:47
Modified files:
de : events.html ftp.html
nl : ftp.html
openbgpd/de : ftp.html
openntpd/de : ftp.html portable.html
openssh/de : ftp.html portable.html
openssh/nl : ftp.html portable.html
pt : plus.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 08:38:46
Modified files:
devel/py-gobject3: Makefile distinfo
Removed files:
devel/py-gobject3/patches: patch-gi__gobject_pygflags_c
Log message:
Update to py-gobject3-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 08:48:10
Modified files:
graphics/gdk-pixbuf2: Makefile distinfo
Log message:
Update to gdk-pixbuf-2.28.1.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 09:29:23
Modified files:
distrib/sets/lists/comp: md.armish md.zaurus
distrib/sets/lists/man: md.armish md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/15 09:32:19
Modified files:
sys/isofs/cd9660: cd9660_vfsops.c
sys/isofs/udf : udf_vfsops.c
sys/kern : vfs_subr.c syscalls.master vfs_syscalls.c
syscalls.conf
sys/miscfs/procfs: procfs_vfsops.c
sys/msdosfs : msdosfs_vfsops.c
sys/nfs : nfs_vfsops.c
sys/ntfs : ntfs_vfsops.c
sys/sys : mount.h
sys/ufs/ext2fs : ext2fs_vfsops.c
sys/ufs/ffs : ffs_vfsops.c
sys/ufs/mfs : mfs_vfsops.c
sys/conf : GENERIC
Log message:
Add an f_mntfromspec member to struct statfs, which specifies the name of
the special provided when the mount was requested. This may be the same as
the special that was actually used for the mount (e.g. in the case of a
device node) or it may be different (e.g. in the case of a DUID).
Whilst here, change f_ctime to a 64 bit type and remove the pointless
f_spare members.
Compatibility goo courtesy of guenther@
ok krw@ millert@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/15 09:33:13
Modified files:
sys/kern : syscalls.c
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/15 09:37:10
Modified files:
sys/kern : init_sysent.c
sys/sys : syscall.h syscallargs.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/15 09:50:42
Modified files:
lib/libc : shlib_version
Log message:
Crank due to statfs changes and other inbound commits.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 09:51:47
Modified files:
usr.sbin/traceroute: Makefile
usr.sbin/traceroute6: Makefile
Log message:
no longer LDSTATIC
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/04/15 09:54:17
Modified files:
include : sha2.h
lib/libc/hash : Makefile.inc sha2.3 sha2.c
bin/md5 : cksum.1 md5.c
Log message:
SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a
later revision of FIPS-180. OK miod@ jmc@ guenther@ djm@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 09:57:15
src/distrib/special/chroot
Update of /cvs/src/distrib/special/chroot
In directory cvs.openbsd.org:/usr/src/distrib/special/chroot
Log Message:
Directory /cvs/src/distrib/special/chroot added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/15 10:19:47
Modified files:
usr.sbin/pppd : pppd.8
Log message:
scripts should be run as root, but are not; add a BUGS entry to that
effect, and comment out the text that says they are run as root
isue pointed out by creamy
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/15 10:22:51
Modified files:
usr.bin/which : whereis.1
Log message:
tweak previous;
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/15 10:34:19
Modified files:
usr.bin/which : Makefile
Log message:
Tweak check rule to match change to the manpage formatting
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 10:37:26
Modified files:
devel : Makefile
Log message:
build ruby18 flavor too of bundler
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/04/15 10:38:21
Modified files:
include : unistd.h
lib/libc/gen : Makefile.inc
lib/libc/sys : fsync.2 Makefile.inc
Added files:
lib/libc/gen : fdatasync.c
Log message:
Implement fdatasync() as a wrapper around fsync()
ok guenther, deraadt, jmc
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/15 10:47:14
Modified files:
sys/sys : sysctl.h
lib/libc/gen : sysctl.3 sysctl.c
sbin/sysctl : sysctl.8 sysctl.c
usr.bin/kdump : kdump.c
Log message:
Remove CTL_USER hierarchy from sysctl()
(Use sysconf() or confstr() instead)
ok miod@ millert@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 10:50:14
Modified files:
sysutils/polkit: Makefile
Removed files:
sysutils/polkit/patches:
patch-src_polkitagent_polkitagenthelperprivate_c
Log message:
Remove fdatasync(2) patch.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 11:03:49
Modified files:
www/chromium : Makefile
Removed files:
www/chromium/patches: patch-base_base_gyp
Log message:
We have fdatasync(2) now.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 11:23:33
Modified files:
mail/evolution-rss: Makefile
Log message:
Remove useless CONFIGURE_ARGS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 11:50:20
Modified files:
x11/gnome/backgrounds: Makefile distinfo
Log message:
Update to gnome-backgrounds-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 11:55:29
Modified files:
x11/gnome/desktop: Makefile distinfo
x11/gnome/desktop/pkg: PLIST
Log message:
Update to gnome-desktop-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 11:55:35
Modified files:
meta/gnome : Makefile
Log message:
Welcome GNOME 3.8.1.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 12:53:50
Modified files:
distrib/miniroot: install.sh
Log message:
Use the dd and ed that are on the media, instead of the one post-install.
Amazing this mistake lurked for so long...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 12:54:29
Modified files:
x11/gtk+3 : Makefile distinfo
x11/gtk+3/patches: patch-gtk_Makefile_in patch-gtk_gtksettings_c
Log message:
Update to gtk+3-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 12:56:07
Modified files:
devel/vte3 : Makefile distinfo
Log message:
update to vte3-0.34.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 12:57:55
Modified files:
x11/gnome/terminal: Makefile distinfo
x11/gnome/terminal/patches: patch-src_client_c
patch-src_terminal-prefs_c
patch-src_terminal_c
Removed files:
x11/gnome/terminal/patches: patch-src_terminal-screen_c
Log message:
update to gnome-terminal-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 13:00:40
Modified files:
x11/gnome/gucharmap: Makefile distinfo
Log message:
gucharmap-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 13:11:15
Modified files:
x11/gnome/gedit-plugins: Makefile distinfo
x11/gnome/gedit-plugins/pkg: PLIST
Log message:
- update to gedit-plugins-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 13:11:36
Modified files:
x11/gnome/empathy: Makefile distinfo
x11/gnome/empathy/patches: patch-configure
x11/gnome/empathy/pkg: PLIST
Log message:
- update to empathy-3.8.1
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/15 13:34:30
Added files:
distrib/special/chroot: Makefile
Log message:
for when we include chroot in the future
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 13:38:34
Modified files:
sysutils/augeas: Makefile
Added files:
sysutils/augeas/patches: patch-lenses_sysctl_aug
Log message:
fix setting sysctl values as the Simplevars.entry was used it inserted a
space between the key and value. but sysctl(8) doesn't like this, so use
a custom entry type instead.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 14:31:23
Modified files:
sysutils/augeas: Makefile
Added files:
sysutils/augeas/patches: patch-lenses_simplelines_aug
Log message:
allow parsing of hostname.if(5) files.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/15 14:51:50
Modified files:
sysutils/augeas: Makefile
sysutils/augeas/files: bootconf.aug
Log message:
tyop
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/15 20:11:25
Log message:
Imports games/easyrpg
EasyRPG_Player is a free interpreter for RPG Maker 2000/2003 and EasyRPG
games.
ok rfreeman@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Apr-15
N ports/games/easyrpg/Makefile
N ports/games/easyrpg/distinfo
N ports/games/easyrpg/patches/patch-builds_cmake_CMakeLists_txt
N ports/games/easyrpg/pkg/PLIST
N ports/games/easyrpg/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/15 20:12:02
Modified files:
games : Makefile
Log message:
+easyrpg
CVSROOT: /cvs
Module name: www
Changes by: guenther@cvs.openbsd.org 2013/04/15 21:56:24
Modified files:
faq : current.html
Log message:
statfs change requires strict following of the build steps, or you'll
end up with a userland that can't mount (or remount!) critical filesystems
CVSROOT: /cvs
Module name: www
Changes by: guenther@cvs.openbsd.org 2013/04/15 22:26:10
Modified files:
faq : current.html
Log message:
Tweak previous
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/15 23:12:39
Modified files:
sys/kern : syscalls.conf
Log message:
Some compat options require snapshot coordination
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/04/15 23:21:19
Modified files:
print/texlive/texmf: Makefile
Added files:
print/texlive/texmf/patches:
patch-texmf-dist_tex_latex_beamer_beamerbaseverbatim_sty
Log message:
Pull in an upstream bugfix that lets beamer work with verbatim again.
ok edd@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 23:54:16
Modified files:
x11/gnome/baobab: Makefile distinfo
x11/gnome/baobab/pkg: PLIST
Log message:
Update to baobab-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/15 23:59:43
Modified files:
x11/gnome/themes-standard: Makefile distinfo
Log message:
Update to gnome-themes-standard-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 00:01:54
Modified files:
devel/glib2 : Makefile distinfo
devel/glib2/pkg: PLIST
Removed files:
devel/glib2/patches: patch-gobject_gtype_c
Log message:
Update to glib2-2.36.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 00:02:04
Modified files:
x11/gnome/session: Makefile distinfo
Log message:
Update to gnome-session-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 00:06:43
Modified files:
x11/gnome/getting-started-docs: Makefile distinfo
x11/gnome/getting-started-docs/pkg: PLIST
Log message:
Update to gnome-getting-started-docs-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/16 00:15:38
Modified files:
x11/gnome/gedit: Makefile distinfo
x11/gnome/gedit/pkg: PLIST
Log message:
update to gedit-3.8.1
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/16 00:16:26
Modified files:
usr.sbin/sliplogin: Makefile
Log message:
add MLINKS for slip.login(5) and slip.hosts(5);
requested by Tim van der Molen
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 00:17:13
Modified files:
x11/gnome/gdm : Makefile distinfo
x11/gnome/gdm/pkg: PLIST
Log message:
Update to gdm-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 00:17:27
Modified files:
x11/gnome/vino : Makefile distinfo
x11/gnome/vino/patches: patch-configure
Log message:
Update to vino-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 00:17:41
Modified files:
x11/gnome/vinagre: Makefile distinfo
x11/gnome/vinagre/patches: patch-configure
Log message:
Update to vinagre-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 00:21:44
Modified files:
textproc/meld : Makefile
Log message:
Remove uneeded MODULES.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 00:28:13
Modified files:
x11/gnome/documents: Makefile distinfo
Log message:
Update to gnome-documents-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 00:28:24
Modified files:
x11/gnome/sushi: Makefile distinfo
Log message:
Update to sushi-3.8.1.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 00:29:07
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300
md.hppa md.hppa64 md.i386 md.landisk
md.loongson md.luna88k md.macppc
md.mvme68k md.mvme88k md.octeon md.sgi
md.socppc md.sparc md.sparc64 md.zaurus
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 00:34:31
Modified files:
x11/gnome/nautilus: Makefile distinfo
x11/gnome/nautilus/pkg: PLIST
Added files:
x11/gnome/nautilus/pkg: PFRAG.shared
Log message:
Update to nautilus-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/16 00:34:53
Modified files:
x11/gnome/libgweather: Makefile distinfo
Log message:
update to libgweather-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/16 00:35:54
Modified files:
x11/gnome/file-roller: Makefile distinfo
x11/gnome/file-roller/pkg: PLIST
Log message:
update to file-roller-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/16 00:38:13
Modified files:
x11/gnome/screenshot: Makefile distinfo
Log message:
update to gnome-screenshot-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/16 00:40:23
Modified files:
x11/gnome/system-log: Makefile distinfo
Log message:
update to gnome-system-log-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 00:41:44
Modified files:
x11/gnome/empathy: Makefile
Log message:
Remove uneeded CONFIGURE_ARGS.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/16 00:42:21
Modified files:
graphics/gthumb: Makefile distinfo
Log message:
update to gthumb-3.2.1
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/04/16 01:27:36
Modified files:
usr.sbin/npppd/pppoe: pppoed.c
Log message:
pppoed didn't work since it has been broken after the last
configuration parser change.
pointed out by todd.
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/04/16 01:29:08
Modified files:
usr.sbin/npppd/npppd: parse.y
Log message:
Configuration option `strip-nt-domain' and `strip-atmark-realm' didn't
work since the parser mistakenly treated them as `eap-capable' option.
Pointed out by markus
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/04/16 01:31:20
Modified files:
usr.sbin/npppd/npppd: npppd_config.c
Log message:
Existing authentication realms are removed mistakenly when
the configuration is reloaded.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 01:34:15
Modified files:
mail/evolution-rss: Makefile
Added files:
mail/evolution-rss/patches:
patch-src_e-mail-formatter-evolution-rss_c
Log message:
Do not require EShellSettings (upstream).
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/04/16 01:36:55
Modified files:
sys/net : pipex.c pipex_local.h
Log message:
When pipex session is terminated by idle timer, there was a problem that
the session is removed from the pipex_closed_wait_list twice, fixed it.
It always causes panic because QUEUE_MACRO_DEBUG is enabled by default.
Also remove some needless (struct pipex_session *) casts.
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/04/16 01:42:27
Modified files:
usr.sbin/npppd/npppd: npppd.c npppd_local.h
Log message:
Fixed `max-session' and `user-max-session'. They has been broken by the
configuration reworking.
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/04/16 01:45:19
Modified files:
usr.sbin/npppd/l2tp: l2tp_ctrl.c
Log message:
Fix some AVPs of SCCRP to comply RFC 2661.
- Firmware revision and vendor name AVP are not mandatory.
- Hostname AVP must have 1 octect at least.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 02:36:28
Modified files:
x11/gnome/gcr : Makefile distinfo
Log message:
Update to gcr-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 02:46:17
Modified files:
x11/gnome/keyring: Makefile distinfo
Log message:
Update to gnome-keyring-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/16 02:51:21
Modified files:
net/p5-SNMP_Session: Makefile
net/p5-SNMP_Session/patches: patch-lib_SNMP_Session_pm
Log message:
Newer perl has pack_sockaddr_in6; avoid importing it here to avoid warnings.
Problem reported by brad@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 02:54:09
Modified files:
devel/py-xdg : Makefile
Log message:
Missing FLAVOR entry.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/04/16 03:33:20
Modified files:
usr.sbin/pkg_add/OpenBSD: Vstat.pm
Log message:
pass state correctly so we can do error messages.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/16 03:59:35
Log message:
import c-icap, ok benoit@
c-icap is an implementation of an ICAP server. It can be used with HTTP
proxies that support the ICAP protocol to implement content adaptation
and filtering services. Squid 3.x and most commercial HTTP proxies
support the ICAP protocol.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130416
N ports/www/c-icap/Makefile.inc
N ports/www/c-icap/Makefile
N ports/www/c-icap/modules/Makefile
N ports/www/c-icap/modules/distinfo
N ports/www/c-icap/modules/patches/patch-services_virus_scan_clamav_support_c
N ports/www/c-icap/modules/patches/patch-services_virus_scan_virus_scan_conf
N ports/www/c-icap/modules/pkg/PLIST-main
N ports/www/c-icap/modules/pkg/PLIST-urlcheck
N ports/www/c-icap/modules/pkg/DESCR-urlcheck
N ports/www/c-icap/modules/pkg/DESCR-main
N ports/www/c-icap/c-icap/Makefile
N ports/www/c-icap/c-icap/distinfo
N ports/www/c-icap/c-icap/pkg/c_icap.rc
N ports/www/c-icap/c-icap/pkg/PLIST-main
N ports/www/c-icap/c-icap/pkg/PLIST-ldap
N ports/www/c-icap/c-icap/pkg/PLIST-db
N ports/www/c-icap/c-icap/pkg/DESCR-main
N ports/www/c-icap/c-icap/pkg/DESCR-db
N ports/www/c-icap/c-icap/pkg/DESCR-ldap
N ports/www/c-icap/c-icap/patches/patch-cfg_param_c
N ports/www/c-icap/c-icap/patches/patch-c-icap_conf_in
N ports/www/c-icap/c-icap/patches/patch-docs_man_c-icap_8_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/16 04:00:47
Log message:
import ports/www/squidclamav, ok benoit
ClamAV-based virus scanner for c-icap. This uses clamd to scan;
for an alternative using libclamav, see the c-icap-clamav package.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130416
N ports/www/squidclamav/Makefile
N ports/www/squidclamav/distinfo
N ports/www/squidclamav/pkg/DESCR
N ports/www/squidclamav/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/16 04:01:18
Modified files:
www : Makefile
Log message:
+c-icap,squidclamav
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/16 04:14:09
Modified files:
build : mirrors.dat
Log message:
ssh fingerprints for anoncvs.obsd.si
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/16 04:14:31
Modified files:
. : anoncvs.html
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/16 04:15:03
Modified files:
build : mirrors.dat
Log message:
update CF for anoncvs.obsd.si
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/16 04:15:11
Modified files:
. : anoncvs.html
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:19:08
Modified files:
devel/py-gobject3: Makefile
Added files:
devel/py-gobject3/pkg: DESCR-common DESCR-main
PFRAG.no-python3-main PLIST-common
PLIST-main
Removed files:
devel/py-gobject3/pkg: DESCR PLIST
Log message:
Split this port as we need the python3 bindings for GNOME:
-main (with a python3 FLAVOR)
-common (header and pkgconfig files)
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:21:31
Modified files:
devel/py-gobject3: Makefile
Log message:
tyop
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:21:58
Modified files:
audio/rhythmbox: Makefile
devel/glade : Makefile
devel/libpeas : Makefile
graphics/goocanvas2: Makefile
inputmethods/ibus: Makefile
net/libaccounts-glib: Makefile
net/telepathy/telepathy-gabble: Makefile
sysutils/d-feet: Makefile
textproc/catfish: Makefile
x11/gnome/alacarte: Makefile
x11/gnome/caribou: Makefile
x11/gnome/shell: Makefile
x11/gnome/totem: Makefile
x11/gnome/tweak-tool: Makefile
Log message:
Bump after py-gobject3 change.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/16 04:22:11
Modified files:
mail/sieve-connect: Makefile distinfo
mail/sieve-connect/patches: patch-sieve-connect_pl
Log message:
SECURITY update to sieve-connect 0.85; fix TLS hostname verification.
From maintainer LEVAI Daniel, tweak to enforce IO::Socket::SSL version by me
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:23:01
Modified files:
x11/gnome/gedit: Makefile
x11/gnome/gedit/pkg: PLIST
Log message:
Move to python3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:23:31
Modified files:
x11/gnome/gedit-code-assistance: Makefile
x11/gnome/gedit-code-assistance/pkg: PLIST
Log message:
Move to python3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:24:11
Modified files:
x11/gnome/gedit-latex: Makefile
x11/gnome/gedit-latex/pkg: PLIST
Log message:
Move to python3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:25:04
Modified files:
x11/gnome/gedit-plugins: Makefile
x11/gnome/gedit-plugins/pkg: PLIST
Log message:
move to python3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:25:48
Modified files:
devel/liblouis : Makefile
devel/liblouis/pkg: PLIST
Log message:
Move to python3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:27:10
Modified files:
x11/gnome/py-atspi: Makefile
Log message:
Move to python3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:28:00
Modified files:
x11/gnome/orca : Makefile
x11/gnome/orca/pkg: PLIST
Log message:
Move to python3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:34:23
Modified files:
devel/libpeas : Makefile
Log message:
This needs both py-gobject3 and py3-gobject3 since we provide both loaders.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:40:20
Modified files:
x11/gnome/py-atspi: Makefile
Log message:
Remove uneeded CONFIGURE_ARGS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 04:43:46
Modified files:
x11/gnome/gedit-plugins: Makefile
x11/gnome/gedit-plugins/pkg: PLIST
Log message:
Disable the dashboard and synctex plugins for now; they are obsolete and
must be ported to GDBus/gi.
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/04/16 05:11:14
Modified files:
faq : current.html
Log message:
config -> conf, pointed out by Michal Markowski (markowski1 at gmail), thanks!
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/16 05:13:04
Modified files:
telephony/kamailio: Makefile distinfo
telephony/kamailio/patches: patch-Makefile_defs
patch-etc_kamailio_cfg
patch-modules_auth_auth_mod_c
patch-modules_carrierroute_Makefile
patch-utils_kamctl_kamctl
patch-utils_kamctl_kamctl_base
patch-utils_kamctl_kamctlrc
patch-utils_kamctl_kamdbctl_base
telephony/kamailio/pkg: PLIST-ldap PLIST-main PLIST-mysql
PLIST-perl PLIST-postgresql
PLIST-snmpstats PLIST-xmlrpc
Added files:
telephony/kamailio/patches: patch-lib_print_Makefile
patch-modules_app_perl_app_perl_mod_c
patch-modules_mi_xmlrpc_abyss_xmlrpc_int_h
patch-modules_nat_traversal_nat_traversal_c
patch-modules_nathelper_nathelper_c
patch-modules_p_usrloc_ul_db_h
patch-modules_pv_pv_time_c
patch-modules_sca_sca_subscribe_c
patch-modules_sca_sca_subscribe_h
patch-modules_snmpstats_Makefile
patch-modules_websocket_Makefile
patch-modules_websocket_ws_handshake_c
patch-modules_xhttp_pi_xhttp_pi_fnc_c
patch-sip_msg_clone_c
Removed files:
telephony/kamailio/patches: patch-lib_cds_Makefile
patch-modules_ipops_ipops_mod_c
patch-modules_k_mi_xmlrpc_abyss_xmlrpc_int_h
patch-modules_k_nat_traversal_nat_traversal_c
patch-modules_k_p_usrloc_ul_db_h
patch-modules_k_perl_perl_c
patch-modules_k_pv_pv_time_c
patch-modules_k_snmpstats_Makefile
patch-modules_s_eval_eval_c
patch-modules_s_ldap_Makefile
Log message:
update to Kamailio 4.0.0, from maintainer Roman Kravchuk
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 05:40:58
Modified files:
x11/gnome/settings-daemon: Makefile distinfo
x11/gnome/settings-daemon/patches:
patch-plugins_power_gsd-backlight-linux_c
Removed files:
x11/gnome/settings-daemon/patches:
patch-plugins_cursor_gsd-cursor-manager_c
patch-plugins_media-keys_gsd-media-keys-manager_c
Log message:
Update to gnome-settings-daemon-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 05:57:29
Modified files:
x11/gnome/seahorse: Makefile distinfo
Log message:
Update to seahorse-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 06:03:12
Modified files:
x11/gnome/ekiga: Makefile
Log message:
Regen WANTLIB to unbreak.
reported by naddy@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/16 06:05:04
Modified files:
sys/net : if_sl.c
Log message:
Remove code under ifndef OpenBSD. No object change.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/16 06:08:07
Modified files:
www/c-icap : Makefile
Log message:
oops, zap extra dir (squidclamav was originally going to be under c-icap/
but I changed my mind).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/16 06:09:36
Modified files:
infrastructure/db: config.no-gsed
Log message:
As found by dhill, a commonly used autoconf fragment is buggy and only
sets SED (which it later uses in certain checks) if lt_cv_path_SED is not
set. Adjust config.no-gsed to explicitly set SED to avoid this.
Problem most easily seen if using an alternative CC.
Earlier version ok naddy@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/16 06:10:03
Modified files:
sys/dev/usb : ohci.c
Log message:
Merge ohci_hash_rem_td() into ohci_free_std() to reduce differences with
uhci(4). No functional change.
ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/04/16 06:15:55
Modified files:
lib/libc/rpc : svc_run.c
Log message:
Replace a realloc() + memcpy() with calloc() + memcpy().
We don't need to zero pfd but using calloc() gets us overflow
protection for free. OK chl@ deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 06:16:21
Modified files:
x11/gnome/controlcenter: Makefile distinfo
Log message:
Update to gnome-control-center-3.8.1.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/16 06:19:38
Modified files:
build : mirrors.dat
Log message:
remove 'host also known as' for ftp.obsd.si, req by Mitja.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/16 06:19:58
Modified files:
. : anoncvs.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/16 06:22:50
Modified files:
sys/dev/usb : uhci.c
Log message:
Don't be too clever when allocating a buffer for a transfer and do not
pre-allocate TDs to put them in the free list.
ok deraadt@, mglocker@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 06:36:57
Modified files:
x11/gnome/grilo-plugins: Makefile
Log message:
Regen WANTLIB to unbreak.
reported by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 06:48:41
Modified files:
x11/gnome/orca : Makefile distinfo
x11/gnome/orca/pkg: PLIST
Added files:
x11/gnome/orca/patches: patch-configure_ac patch-m4_intltool_m4
Log message:
Update to orca-3.8.0; this still has runtime issues which we are working on
fixing.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 06:49:42
Modified files:
x11/gnome/libzapojit: Makefile
Log message:
Regen WANTLIB to unbreak.
spotted by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 06:54:27
Modified files:
devel/glib2mm : Makefile distinfo
devel/glib2mm/pkg: PLIST
Log message:
Update to stable glib2mm-2.36.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 07:03:19
ports/textproc/rubber/patches
Update of /cvs/ports/textproc/rubber/patches
In directory cvs.openbsd.org:/tmp/cvs-serv15843/patches
Log Message:
Directory /cvs/ports/textproc/rubber/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 07:03:48
Modified files:
textproc/rubber: Makefile
Added files:
textproc/rubber/patches: patch-src_rules_latex___init___py
Log message:
Fix errors with whitespaces in filenames.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 07:16:30
Modified files:
x11/gnome : gnome.port.mk
Log message:
goi -> gi as this is the generic name gobject-introspection is usually
refered to.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 07:17:02
Modified files:
audio/rhythmbox: Makefile
databases/evolution-data-server: Makefile
devel/atk : Makefile
devel/libsoup : Makefile
devel/gconf2 : Makefile
devel/goffice : Makefile
devel/json-glib: Makefile
devel/libgsf : Makefile
devel/libgtop2 : Makefile
devel/libnotify: Makefile
devel/libunique: Makefile
devel/libwnck : Makefile
devel/libgdata : Makefile
devel/vte : Makefile
devel/pango : Makefile
devel/gsettings-desktop-schemas: Makefile
devel/libgee : Makefile
devel/glade : Makefile
devel/libunique3: Makefile
devel/libwnck3 : Makefile
devel/libgee06 : Makefile
devel/vte3 : Makefile
geo/libchamplain: Makefile
geo/emerillon : Makefile
graphics/evince: Makefile
graphics/clutter/clutter-gst: Makefile
graphics/clutter/clutter-gtk: Makefile
graphics/clutter/cogl: Makefile
graphics/clutter/core: Makefile
graphics/clutter/mash: Makefile
graphics/gdk-pixbuf2: Makefile
graphics/goocanvas2: Makefile
graphics/lasem : Makefile
math/gnumeric : Makefile
net/gupnp/av : Makefile
net/gupnp/igd : Makefile
net/gupnp/core : Makefile
net/gupnp/dlna : Makefile
net/librest : Makefile
net/telepathy/folks: Makefile
net/gssdp : Makefile
net/libsocialweb: Makefile
textproc/gtranslator: Makefile
x11/gtk+3 : Makefile
x11/gtk-vnc : Makefile
x11/gtk+2 : Makefile
x11/gnome/anjuta: Makefile
x11/gnome/online-accounts: Makefile
x11/gnome/baobab: Makefile
x11/gnome/grilo: Makefile
x11/gnome/desktop: Makefile
x11/gnome/eog : Makefile
x11/gnome/gdl : Makefile
x11/gnome/gdm : Makefile
x11/gnome/gedit: Makefile
x11/gnome/gucharmap: Makefile
x11/gnome/at-spi2-core: Makefile
x11/gnome/libgda: Makefile
x11/gnome/libgnome-keyring: Makefile
x11/gnome/contacts: Makefile
x11/gnome/gcr : Makefile
x11/gnome/libgweather: Makefile
x11/gnome/librsvg: Makefile
x11/gnome/libxklavier: Makefile
x11/gnome/menus: Makefile
x11/gnome/nautilus: Makefile
x11/gnome/nautilus-sendto: Makefile
x11/gnome/totem: Makefile
x11/gnome/totem-pl-parser: Makefile
x11/gnome/tracker: Makefile
x11/gnome/libsecret: Makefile
x11/gnome/gedit-code-assistance: Makefile
x11/gnome/libcryptui: Makefile
x11/gnome/documents: Makefile
x11/gnome/clocks: Makefile
x11/gnome/libzapojit: Makefile
x11/gnome/mutter: Makefile
x11/gnome/shell: Makefile
x11/gnome/weather: Makefile
x11/gtksourceview3: Makefile
Log message:
goi -> gi (gnome MODULE change).
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 07:17:40
Modified files:
share/man/man5 : port-modules.5
Log message:
Adapt after recent gnome MODULE change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 07:22:23
Modified files:
net/glib2-networking: Makefile distinfo
net/glib2-networking/pkg: PLIST
Log message:
Update to glib2-networking-2.36.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 07:24:42
Modified files:
devel/py-gobject: Makefile
Log message:
Remove obsolete CONFIGURE_ARGS and comment.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/16 07:25:52
Modified files:
sysutils/ruby-puppet/2: Makefile
sysutils/ruby-puppet/3: Makefile
Added files:
sysutils/ruby-puppet/2/patches:
patch-lib_puppet_type_resources_rb
sysutils/ruby-puppet/3/patches:
patch-lib_puppet_type_resources_rb
Log message:
adjust the uid puppet looks at to determine if a user is a "system user" to 1000.
this then gets used to purge all non-system users, whether this is a good idea is
left as an exercise to the user.
ok aja@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 07:28:24
Modified files:
devel/libsoup : Makefile distinfo
devel/libsoup/pkg: PLIST-main
Log message:
Update to libsoup-2.42.1.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/16 07:37:23
Modified files:
mail/roundcubemail: Makefile distinfo
mail/roundcubemail/patches: patch-config_main_inc_php_dist
mail/roundcubemail/pkg: PLIST README
Removed files:
mail/roundcubemail/patches:
patch-plugins_managesieve_config_inc_php_dist
Log message:
Update to Roundcube 0.9.
Note that database access is now done via PDO, and that for users of
SQLite this requires a change to sqlite3 - see the package readme for
update instructions.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/16 07:37:33
Modified files:
mail/rcube-sieverules: Makefile distinfo
mail/rcube-sieverules/patches: patch-config_inc_php_dist
mail/rcube-sieverules/pkg: PLIST
Log message:
update for newer roundcube
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/16 07:37:42
Modified files:
mail/rcube-contextmenu: Makefile distinfo
mail/rcube-contextmenu/pkg: PLIST
Log message:
update for newer roundcube
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/16 07:41:31
Modified files:
faq : current.html
Log message:
roundcube update moves to PDO and sqlite2->sqlite3; remind people to
follow the instructions.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 07:53:40
Modified files:
graphics/dia : Makefile
Added files:
graphics/dia/patches: patch-app_render_gdk_c
patch-plug-ins_vdx_vdx_c
patch-plug-ins_xfig_xfig_c
Log message:
Merge a patch from upstream that should fix a runtime crash reported by
giovanni@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 07:59:24
Modified files:
x11/gnome/gvfs : Makefile distinfo
Removed files:
x11/gnome/gvfs/patches: patch-client_gdaemonfileinputstream_c
patch-client_gdaemonfileoutputstream_c
patch-daemon_Makefile_in
patch-daemon_gvfsbackend_h
patch-daemon_gvfschannel_c
patch-daemon_gvfsjoberror_c
patch-daemon_gvfsjoberror_h
patch-daemon_gvfsjobopenforread_c
patch-daemon_gvfsjobopenforwrite_c
patch-daemon_gvfsmonitor_c
patch-daemon_gvfsreadchannel_c
Log message:
Update to gvfs-1.16.1.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/16 08:44:13
Modified files:
sys/arch/arm/arm: pmap7.c
Log message:
Add secondary cache flushes to armv7's pmap.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 08:55:20
Added files:
www/chromium/patches: patch-base_base_gyp
Log message:
Unbreak: clang has an internal fdatasync declaration which does not match.
prodded by robert@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 08:55:23
Modified files:
sys/arch/loongson/dev: ohci_voyager.c
sys/arch/arm/xscale: pxa27x_udc.c pxa2x0_ohci.c
Log message:
Get rid of various 'typedef struct' definitions and use plain structure
definitions instead. We don't change usb.h for now to stay compatible
with userland.
missed bits from previous change; ok mpi
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 09:23:13
Modified files:
productivity/glabels: Makefile
Log message:
Regen WANTLIB to unbreak.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/16 09:27:03
Modified files:
x11/fluxbox : Makefile distinfo
x11/fluxbox/patches: patch-src_Makefile_in
patch-util_fluxbox-generate_menu_in
x11/fluxbox/pkg: PLIST
Removed files:
x11/fluxbox/patches: patch-src_FbTk_FbTime_cc
patch-src_FbTk_TextureRender_cc
patch-src_FbTk_Timer_cc
patch-src_FbTk_Timer_hh patch-src_Window_cc
patch-util_fbsetbg
Log message:
Update x11/fluxbox to 1.3.5
ok gonzalo@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/16 10:18:03
Log message:
import imagination, a simple dvd slide show maker
hints and ok sthen@
Imagination is a lightweight and simple DVD slide show maker
built with the GTK+2 toolkit.
Imagination has been designed from the ground up to
be fast, light and easy-to-use.
Status:
Vendor Tag: giovanni
Release Tags: giovanni_20130416
N ports/multimedia/imagination/Makefile
N ports/multimedia/imagination/distinfo
N ports/multimedia/imagination/pkg/PLIST
N ports/multimedia/imagination/pkg/DESCR
N ports/multimedia/imagination/patches/patch-src_support_h
N ports/multimedia/imagination/patches/patch-src_audio_c
N ports/multimedia/imagination/patches/patch-src_callbacks_c
N ports/multimedia/imagination/patches/patch-src_main-window_c
N ports/multimedia/imagination/patches/patch-Makefile_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/16 10:20:49
Modified files:
multimedia : Makefile
Log message:
link multimedia/imagination to the build
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/16 10:29:30
Modified files:
usr.sbin/pkg_add/pod: OpenBSD::State.pod
share/man/man4 : pgt.4
sbin/newfs_ext2fs: newfs_ext2fs.8
Log message:
spelling fixes;
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 10:51:36
Modified files:
sbin/ping : Makefile
sbin/ping6 : Makefile
Log message:
These are already static, because of ../Makefile.inc
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 11:33:47
Modified files:
x11/gnome/orca : Makefile distinfo
x11/gnome/orca/pkg: PLIST
Log message:
Update to orca-3.8.1.
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/04/16 12:06:35
Modified files:
bin/pax : file_subs.c
Log message:
Use utimensat() and futimens() instead of utimes() and futimes().
This lets us use UTIME_OMIT instead of having to lstat() the file
when we want to preserve one of the times. Remove casts to long
for tv_sec to prepare for upcoming time_t changes. OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 12:10:24
Modified files:
usr.sbin/tcpdump: smbutil.c
Log message:
fix glitches in unused source file; ok millert
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 12:17:39
Modified files:
sbin/dump : main.c tape.c
Log message:
do not need to cast type to same type
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 12:28:25
Modified files:
usr.bin/calendar: day.c
Log message:
bzero struct tm before use; ok millert
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 12:57:39
Modified files:
usr.bin/rwho : rwho.c
Log message:
cannot inspect out_name via a time_t pointer; ok guenther
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 13:24:55
Modified files:
usr.bin/rdistd : server.c
usr.bin/write : write.c
usr.sbin/syslogd: syslogd.c
usr.sbin/yppoll: yppoll.c
Log message:
remove casts to time_t * which are not needed
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 13:25:49
Modified files:
sbin/fsdb : fsdb.c
Log message:
bzero struct tm before use
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 13:26:00
Modified files:
sbin/dump : optr.c
sbin/isakmpd : policy.c
Log message:
remove casts to time_t * which are not needed
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 14:24:45
Modified files:
usr.bin/rcs : co.c rcsdiff.c rcsutil.c
Log message:
remove wrong casts; ok millert
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 15:41:31
Modified files:
x11/gnome/py-atspi: Makefile
x11/gnome/py-atspi/pkg: PLIST
Log message:
Add conflict with py-atspi-*
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/16 15:53:59
Modified files:
x11/gnome/weather: Makefile distinfo
x11/gnome/weather/patches: patch-configure
x11/gnome/weather/pkg: PLIST
Log message:
Update to gnome-weather-3.8.1.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 16:06:49
Modified files:
sbin/sysctl : sysctl.c
Log message:
handle big time_t types; ok guenther
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 16:10:34
Modified files:
sbin/ping : ping.c
Log message:
improve name of the 32-bit timeval that ping uses, and bound the use
a bit better. discussed with guenther
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 16:10:48
Modified files:
sbin/ping6 : ping6.c
Log message:
mark time_t edges with comments
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 16:11:10
Modified files:
usr.bin/kdump : kdump.c
Log message:
handle large time_t variables; ok guenther
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 16:13:14
Modified files:
bin/ksh : mail.c
Log message:
remove unneccessary time_t * cast
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 16:13:30
Modified files:
bin/csh : time.c
Log message:
handle larger time_t types
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 16:13:43
Modified files:
bin/dd : misc.c
Log message:
handle larger tv_sec types
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 16:19:14
Modified files:
usr.bin/netstat: unix.c
Log message:
handle long long tv_sec; ok millert
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 16:21:32
Modified files:
sys/dev/pci : if_em.h
Log message:
spelling errors; Diego Casati
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 16:37:28
Modified files:
usr.bin/oldrdist: server.c
Log message:
time(NULL) looks better than time(0)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 17:13:27
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 17:16:19
Modified files:
libexec/ld.so : dl_prebind.c
Log message:
an acceptable time_t truncation (binding cannot take that long)
ok matthew
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 17:42:44
Modified files:
usr.sbin/mtree : create.c
Log message:
handle large time_t types; ok millert
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 17:43:00
Modified files:
usr.bin/time : time.c
Log message:
handle large time_t types; ok millert
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 18:13:40
Modified files:
usr.sbin/rtsold: dump.c
Log message:
handle large time_t
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 18:14:37
Modified files:
usr.sbin/rtadvd: rtadvd.c
Log message:
handle large tv_sec
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 18:20:52
Modified files:
usr.bin/rcs : ci.c
Log message:
remove time_t cast not needed; ok guenther
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 20:09:18
Modified files:
lib/libc/asr : asr.c
Log message:
give a timespec a name that is easier to verify
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/16 20:28:40
Modified files:
share/man/man4 : pci.4
share/man/man4/man4.alpha: tga.4
Log message:
mention that the tga driver is specifically for the DECchip 21030
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 21:07:40
Modified files:
lib/libc/net : res_random.c
Log message:
use CLOCK_MONOTONIC, and repair future time_t overflow
ok millert guenther
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/16 21:33:13
Modified files:
sbin/fsck_ext2fs: inode.c
sbin/newfs_ext2fs: mke2fs.c
Log message:
ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t --
that should tide us over for a long time.
ok guenther
CVSROOT: /cvs
Module name: ports
Changes by: mglocker@cvs.openbsd.org 2013/04/16 22:42:32
Modified files:
sysutils/usbutil/patches: patch-usbctl_c
Log message:
Fix broken compile after the usb 'typedef struct' commit.
Reported and ok naddy@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 00:18:51
Modified files:
x11/gnome/at-spi2-atk: Makefile distinfo
Log message:
Update to at-spi2-atk-2.8.1.
CVSROOT: /cvs
Module name: www
Changes by: chl@cvs.openbsd.org 2013/04/17 00:20:07
Modified files:
opensmtpd : portable.html
Log message:
add new link
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 00:30:24
Modified files:
devel : Makefile
Log message:
+py-gobject3,python3
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 01:59:36
Modified files:
x11/gnome/devhelp: Makefile distinfo
x11/gnome/devhelp/patches: patch-configure
Log message:
Update to devhelp-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 02:00:48
Modified files:
lang/boo : Makefile
Log message:
Unset BROKEN to see if this finally builds reliably.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/17 02:25:37
Modified files:
sys/netinet : in.c
Log message:
Simplify the check to call in_ifinit() by merging two conditional
viariables.
ok mikeb@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/17 02:41:41
Modified files:
usr.bin/tmux : job.c
Log message:
%zu format for size_t.
CVSROOT: /cvs
Module name: ports
Changes by: pirofti@cvs.openbsd.org 2013/04/17 02:51:01
Modified files:
cad/xnecview : Makefile
Log message:
xnecview: mark as broken on sh due to makedepend infinite loop.
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/04/17 03:04:09
Modified files:
usr.bin/ssh : session.c
Log message:
revert rev 1.262; it fails because uid is already set here. ok djm@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/17 03:55:40
Modified files:
x11/gnome/mutter: Makefile distinfo
Removed files:
x11/gnome/mutter/patches: patch-src_compositor_meta-background_c
patch-src_ui_ui_c
Log message:
update to mutter-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/17 03:56:00
Modified files:
devel/json-glib: Makefile distinfo
devel/json-glib/pkg: PLIST
Removed files:
devel/json-glib/pkg: PFRAG.shared
Log message:
update to json-glib 0.16.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/17 03:56:54
Modified files:
www/epiphany : Makefile distinfo
Removed files:
www/epiphany/patches: patch-lib_widgets_ephy-location-entry_c
patch-src_ephy-notebook_c
Log message:
update to epiphany-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/17 04:13:19
Modified files:
x11/gnome/controlcenter: Makefile
Log message:
drop some bogus configure args.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 04:23:35
Modified files:
x11/gtk3mm : Makefile distinfo
Log message:
Update to gtk3mm-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/17 04:52:46
Modified files:
net/transmission: Makefile
Log message:
gtar no longer needed for extracting a distfile with extended headers
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/17 05:04:28
Modified files:
x11/gnome/shell: Makefile distinfo
x11/gnome/shell/patches: patch-js_ui_panel_js
Log message:
update to gnome-shell-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/17 05:04:50
Modified files:
x11/gnome/shell-extensions: Makefile distinfo
x11/gnome/shell-extensions/pkg: PLIST
Log message:
update to gnome-shell-extensions-3.8.1
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/04/17 05:53:10
Modified files:
share/man/man4 : usb.4
sys/dev/usb : usb.c usb.h
Log message:
Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve the
device descriptor.
Help and ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/17 06:01:06
Modified files:
mail/getmail : Makefile distinfo
Log message:
Update to getmail 4.39.1, fixing bugs with non ascii chars in mailbox
names, and gmail. From maintainer Tim van der Molen.
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/04/17 06:50:15
Modified files:
. : plus.html
Log message:
plus.html for April 8-14, with input from jj@.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/17 07:00:26
Modified files:
multimedia/imagination: Makefile
multimedia/imagination/patches: patch-src_callbacks_c
multimedia/imagination/pkg: PLIST
Added files:
multimedia/imagination/patches: patch-configure
Log message:
Cleanup the port
Help and ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/17 07:05:10
Modified files:
www/phpmyadmin : Makefile distinfo
www/phpmyadmin/pkg: PLIST
Log message:
SECURITY update to phpmyadmin 3.5.8, ok giovanni@, maintainer timeout
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 07:20:20
Modified files:
multimedia/imagination: Makefile
Added files:
multimedia/imagination/patches: patch-aclocal_m4
Removed files:
multimedia/imagination/patches: patch-configure
Log message:
Regen WANTLIB, intl is not supposed end up there.
Better patch for DATADIRNAME to follow what we do everywhere else in-tree.
Fix indentation.
Tighten LIB_DEPENDS.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/17 07:30:38
Modified files:
app/cwm : calmwm.h conf.c group.c parse.y
Log message:
add conf_ignore and move group_make_autogroup to conf_autogroup to match.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/17 07:31:47
Modified files:
app/cwm : conf.c
Log message:
zap extra space
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/17 07:37:27
Modified files:
x11/gnome/anjuta: Makefile distinfo
x11/gnome/anjuta/pkg: PLIST
Log message:
update to anjuta 3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/17 07:39:21
Modified files:
x11/gnome/rygel: Makefile distinfo
x11/gnome/rygel/pkg: PLIST
Log message:
update to rygel-0.18.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 07:41:04
Modified files:
x11/gnome/gdm : Makefile distinfo
Log message:
Update to gdm-3.8.1.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 07:52:07
Modified files:
lang/boo : Makefile
Log message:
Well, that was quick... re-add BROKEN, it hangs on my first dpb build :-(
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/17 07:52:20
Modified files:
app/cwm : calmwm.h client.c xutil.c
Log message:
slightly rework WM_STATE set/get to make it less ambigious; will be more clear
on what needs to change to make it right in the end.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/17 07:55:42
Modified files:
textproc/libxml: Makefile
Added files:
textproc/libxml/patches: patch-HTMLparser_c patch-parser_c
Log message:
Backport security fixes from libxml upstream:
https://secunia.com/advisories/53061/
https://bugzilla.gnome.org/show_bug.cgi?id=690202
ok ajacoutot@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/17 07:57:06
Modified files:
app/cwm : calmwm.h client.c xutil.c
Log message:
mechanical xu_{get,set}state -> xu_{get,set}_wm_state change
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/17 08:19:32
Modified files:
sys/netinet : ip_input.c
Log message:
Replace some casts by ifatoia() and sintosa().
ok krw@, mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/17 08:21:57
ports/www/racktables/patches
Update of /cvs/ports/www/racktables/patches
In directory cvs.openbsd.org:/tmp/cvs-serv27962/patches
Log Message:
Directory /cvs/ports/www/racktables/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/17 08:25:51
Modified files:
www/racktables : Makefile distinfo
www/racktables/pkg: PLIST
Added files:
www/racktables/patches: patch-wwwroot_inc_remote_php
Log message:
update to Racktables 0.20.4: many fixes and improvements
CVSROOT: /cvs
Module name: ports
Changes by: mpi@cvs.openbsd.org 2013/04/17 08:28:17
Modified files:
devel/libusb1 : Makefile
devel/libusb1/patches: patch-libusb_os_openbsd_usb_c
Log message:
Make use of the new usb(4) ioctl to retrieve the device descriptor from
memory instead of generating I/O as adertised by the libusb API.
ok mglocker@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/17 08:29:25
Modified files:
www/drupal7/colorbox: Makefile
www/drupal7/disable_messages: Makefile
www/drupal7/google_analytics: Makefile
www/drupal7/jquery_plugin: Makefile
www/drupal7/locale-nl: Makefile
www/drupal7/nodesinblock: Makefile
www/drupal7/slideshow_creator: Makefile
www/drupal7/theme-adaptivetheme: Makefile
www/drupal7/theme-atcommerce: Makefile
www/drupal7/ubercart: Makefile
Log message:
drop maintainership as i don't use these anymore; any takers?
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/04/17 08:47:54
Added files:
www/chromium/patches:
patch-third_party_leveldatabase_env_chromium_cc
Log message:
do not redeclare fdatasync now that we have it in base
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 08:52:31
Modified files:
usr.bin/tmux : format.c
Log message:
(long long) and %lld for time_t output
ok nicm
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 08:59:43
Modified files:
x11/gnome/banshee: Makefile distinfo
x11/gnome/banshee/pkg: PLIST
Log message:
Update to banshee-2.6.1.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 09:01:26
Modified files:
usr.bin/file : file.h print.c softmagic.c
Log message:
variety of fixes to correct large time_t code. it is quite broken upstream.
ok chl
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 09:02:38
Modified files:
usr.sbin/smtpd : queue_backend.c smtpctl.c smtpd.c
Log message:
large time_t problems
ok gilles
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/17 09:06:59
Modified files:
graphics/clutter/core: Makefile distinfo
graphics/clutter/core/patches: patch-clutter_Makefile_in
patch-configure
Log message:
- update to clutter-1.4.2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/17 09:15:16
Modified files:
net/nagios/nrpe: Makefile distinfo
net/nagios/nrpe/patches: patch-sample-config_nrpe_cfg_in
patch-src_nrpe_c
Added files:
net/nagios/nrpe/patches: patch-configure
Log message:
switch back to the nagios version of NRPE and update to 2.14, including
fix for metacharacter filtering (CVE-2013-1362) which was letting $(...)
through, reported by a couple of people.
this loses the v6 support but the fork which added this is currently dead.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 09:31:49
Modified files:
lib/libevent : event.c
Log message:
(long long) and %lld for big time_t
ok nicm, who will pass it upstream
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 09:33:02
Modified files:
lib/libevent : event_tagging.c
Log message:
evtag_marshal_timeval() truncates tv_sec to 32 bits, not passing the high
bits. Mark it with XXX 2038. I think it is poor style to create a
"marshalling layer" which throws away information someone might need.
ok nicm, who will pass the news upstream and ask for them to fix it
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 09:51:53
Modified files:
audio/espeak/patches: patch-src_speech_h
Log message:
Remove bogus comment; no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 09:55:17
Modified files:
audio/espeak : Makefile
audio/espeak/pkg: PLIST
Log message:
Install the speak_lib header where applications are actually looking for it.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 09:55:46
Modified files:
usr.sbin/amd/amd: nfs_start.c
usr.sbin/amd/amq: amq.c
usr.sbin/amd/fsinfo: fsi_util.c
Log message:
first few large time_t changes; more might be required -- still digging.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 09:58:45
Modified files:
usr.bin/at : at.c
usr.sbin/cron : atrun.c cron.c externs.h funcs.h misc.c
Log message:
Adapt cron and at for future large time_t and tv_sec types. These were some
of the harder programs to adapt, so let me know if problems happen.
tested by guenther, gilles, chl, others
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/17 10:21:59
Modified files:
devel/p5-Class-Inspector: Makefile distinfo
Log message:
minor update to Class::Inspector 1.28, avoids warning with newer perl
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/04/17 10:22:26
Modified files:
sys/nfs : nfs_vfsops.c nfsdiskless.h
sys/uvm : uvm_swap.c
Log message:
Unbreak and cleanup diskless swap automount.
Initial diff to replace unclear short variable name "nd" by
"nfs_diskless" and to display the real nfs path to swap in pstat -s by
deraadt@
Testing by me revealed diskless swap automount was broken since some
time. Fix this by passing and using the correct vnode in nfs_diskless
to swapmount().
Lots of input / help deraadt@, tweaks by deraadt@
OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 10:24:59
Modified files:
sys/sys : memrange.h
Log message:
pretty
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 10:26:35
Modified files:
audio/speech-dispatcher: Makefile
audio/speech-dispatcher/patches:
patch-src_api_python_speechd_config_config_py
patch-src_server_speechd_h
Added files:
audio/speech-dispatcher/patches: patch-include_speechd_types_h
Removed files:
audio/speech-dispatcher/patches: patch-config_speechd_conf
patch-src_clients_spdsend_common_c
patch-src_modules_cicero_c
patch-src_modules_espeak_c
patch-src_server_sem_functions_c
patch-src_server_speaking_c
Log message:
Remove some useless patches.
Tighten CONFIGURE_ARGS.
Better patch to deal with TEMP_FAILURE_RETRY.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 11:31:06
Modified files:
databases/evolution-data-server: Makefile
databases/evolution-data-server/patches:
patch-addressbook_libebook-contacts_e-book-query_c
patch-tests_libebook-contacts_test-phone-number_c
patch-tests_libebook-contacts_test-query_c
patch-tests_libebook_client_test-client-custom-summary_c
Log message:
LC_ADDRESS is a GNU extension, treat it as such (upstream).
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/17 11:39:29
Modified files:
lib/libc/regex : engine.c regcomp.c regex2.h regexec.c regfree.c
Log message:
silence some warnings by adding prototypes, casts, and headers as
appropriate. in regex, stop using the struct hack for a fixed size array
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/17 11:40:35
Modified files:
lib/libc/crypt : crypt2.c
lib/libc/gen : getcwd.c getgrent.c getgrouplist.c isatty.c
readdir_r.c scandir.c
lib/libc/rpc : xdr_rec.c
lib/libc/stdio : fputws.c vfscanf.c vfwprintf.c wcio.h
lib/libc/stdlib: strtol.c strtoul.c
lib/libc/termios: tcgetpgrp.c tcsetpgrp.c
lib/libc/time : localtime.c
Log message:
add some prototypes, casts, includes, parenthesis, and whatnot to
silence some warnings.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 11:40:53
Modified files:
libexec/talkd : announce.c
Log message:
do not mix concepts of gettimeofday(), tv_sec, and localtime() in a
useless fashion.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 11:43:55
Modified files:
usr.bin/compress: main.c
Log message:
zlib info header is 32-bit; handle for localtime() call; ok millert
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/17 11:44:03
Modified files:
sys/kern : subr_pool.c
Log message:
check that the pool we are about to init isn't already on the list in
order to detect double init mistakes. add a similar check and rearrange
pool_destory to detect the opposite mistake.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/17 11:46:53
Modified files:
sys/uvm : uvm_map.c
Log message:
do not permanently avoid the BRKSIZ gap in the heap for mmap. after some
allocations have been made, open it up. this is a variation on a previous
change that was lost in the great uvm map rewrite. allows some platforms,
notably i386, to fully utilize their address space.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/17 11:49:58
Modified files:
sys/dev/usb : udl.c
Log message:
uvm_extern.h not uvm.h
CVSROOT: /cvs
Module name: src
Changes by: gerhard@cvs.openbsd.org 2013/04/17 12:35:47
Modified files:
sys/arch/i386/isa: clock.c
sys/arch/amd64/isa: clock.c
Log message:
Don't set the frequency of the statclock if we don't have one.
Prevents strange hang-ups during reboot. Joint work with hshoexer@.
ok mikeb@, mlarkin@, miod@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/17 12:40:58
Modified files:
lib/libc/stdlib: strtonum.c
Log message:
the tiniest of style tweaks
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/17 12:53:27
Modified files:
lib/libc/stdlib: strtonum.3
Log message:
surround the error strings with quotes to clarify exactly which strings
the function is going to return.
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/04/17 13:13:23
Modified files:
lib/libc/asr : asr.c
Log message:
check return value of strdup(), fix mem leak in error path and take
into account that asr_use_resolver() can return NULL; ok tedu@ eric@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/17 13:26:10
Modified files:
usr.sbin/dhcpd : db.c dhcpd.h parse.c
Log message:
Replace hand-rolled date printing/parsing code with strftime()/strptime().
Use timegm() because all the dates are in UTC and the 'standard'
routines can't handle the truth.
Remove some 'time_t is 32bits' assumptions.
Print 'UTC' at the end of dates in the leases file, rather than
mentioning that all dates are UTC in a comment at the top of the
file.
Feedback and suggestions from guenther@, kettenis@, otto@, tedu@,
deraadt@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/17 13:59:56
Modified files:
x11/gnome/orca : Makefile
Log message:
Fix depends; spotted by landry@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/17 14:04:05
Modified files:
sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h
i915_gem.c i915_gem_evict.c
i915_gem_execbuffer.c i915_irq.c
intel_display.c intel_overlay.c intel_pm.c
intel_ringbuffer.c
Log message:
Another round of reducing diffs with Linux code.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/17 14:15:14
Modified files:
sys/dev/pci/drm/i915: intel_fb.c
Log message:
Add support for 16bpp mode to code that interfaces with the rasops(9) code.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 14:17:33
Modified files:
usr.bin/ar : archive.c archive.h
usr.bin/ranlib : build.c
Log message:
Handle greater time_t, so that .a files work after 2038.
ok miod
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/17 15:15:23
Modified files:
gnu/usr.bin/binutils/ld/emulparams: elf32m88k.sh
Log message:
Crank MAXPAGESIZE from 4KB to 64KB to match what SVR4/m88k and DG/UX do.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/17 15:19:17
Modified files:
gnu/usr.bin/binutils/bfd: elf32-m88k.c
gnu/usr.bin/binutils/include/elf: m88k.h
Log message:
Define and fill machine-specific DT_88K_PLT{START,END} _DYNAMIC tags when
creating objects with a .plt (either shared libraries or dynamic binaries).
These tags contain the start and end address of the plt, relative to the
beginning of the object.
This will (eventually) allow ld.so to find the area spanned by the plt more
easily, and also matches what SVR4/m88k does.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/17 15:34:58
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
Also accelerate scrolling backwards.
CVSROOT: /cvs
Module name: ports
Changes by: ratchov@cvs.openbsd.org 2013/04/17 17:03:23
Modified files:
x11/mplayer : Makefile
x11/mplayer/files: ao_sndio.c
Log message:
allocate the right number of pollfd structures
ok naddy
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/17 17:22:42
Modified files:
sys/uvm : uvm_map.c
Log message:
it is better if we always start addr at something reasonable, and
then move it up. previous revision would leave addr uninitialized.
pointed out by oga at nicotinebsd.org
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/17 20:16:08
Modified files:
usr.bin/ssh : sftp.c
Log message:
make "sftp -q" do what it says on the sticker: hush everything but errors;
ok dtucker@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 20:28:48
Modified files:
usr.bin/pr : pr.c
Log message:
struct timezone is so 1980
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/17 20:29:59
Modified files:
usr.sbin/wsmoused: wsmoused.c
Log message:
struct timezone is so 1980
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/17 20:46:12
Modified files:
regress/usr.bin/ssh: Makefile
Added files:
regress/usr.bin/ssh: sftp-chroot.sh
Log message:
test sshd ChrootDirectory+internal-sftp; feedback & ok dtucker@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/04/17 23:34:35
Modified files:
mail/tnef : Makefile distinfo
mail/tnef/patches: patch-configure
Log message:
Update to tnef-1.4.9.
ok kevlo@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/18 00:10:06
Modified files:
mail/py-authres: Makefile distinfo
mail/py-authres/pkg: PLIST
Log message:
- update py-authres to 0.600
- regen PLIST and MASTER_SITES
ok giovanni@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/18 00:21:21
Modified files:
games/gbrainy : Makefile distinfo
games/gbrainy/pkg: PLIST
Log message:
Update to gbrainy-2.2.0.
ok kevlo@ (maintainer)
CVSROOT: /cvs
Module name: www
Changes by: gilles@cvs.openbsd.org 2013/04/18 00:27:30
Modified files:
opensmtpd : portable.html
Log message:
update link to official archlinux package
thanks Sebastien Luttringer
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/18 00:42:38
Modified files:
www/nginx/stable: Makefile distinfo
Log message:
- update to nginx-1.2.8
ok william@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/18 01:41:44
Modified files:
www/puppet-dashboard: Makefile
Added files:
www/puppet-dashboard/patches:
patch-app_views_layouts_application_html_haml
patch-app_views_layouts_radiator_html_haml
patch-config_settings_yml_example
Log message:
Make the refresh rates of the application and radiator views configurable.
ok aja@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/18 01:42:30
Modified files:
mail/p5-MIME-tools: Makefile distinfo
Log message:
Bugfix update to 5.504
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/18 02:38:54
Modified files:
lang/php : Makefile.inc
lang/php/5.2 : Makefile distinfo
lang/php/5.3 : Makefile distinfo
Log message:
update to PHP 5.3.24 and switch 5.3 to tar.bz2 distfiles
ok (and original diff for 5.3.23) william@, maintainer timeout
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/04/18 02:44:39
Modified files:
sys/dev/usb : usb.c usbdi.h
Log message:
Move over function prototypes from ubsdi.h to usb.c which just get used
there. Some spacing while here.
Suggested and ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/18 03:00:28
Modified files:
devel/py-gobject3: Makefile
devel/py-gobject3/pkg: PLIST-main
Added files:
devel/py-gobject3/pkg: PFRAG.python3-main
Log message:
Several fixes:
* unfuck pkgpath for the python3 -main package
* set RUN_DEPENDS-common to empty
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/18 03:00:54
Modified files:
devel/libpeas : Makefile
x11/gnome/gedit-latex: Makefile
x11/gnome/gedit: Makefile
x11/gnome/gedit-plugins: Makefile
x11/gnome/orca : Makefile
x11/gnome/py-atspi: Makefile
x11/gnome/gedit-code-assistance: Makefile
Log message:
Bump after py-gobject3,-main,python3 pkgpath changed.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/18 04:42:32
Modified files:
devel/glib2/patches: patch-configure
Log message:
unbreak on hppa as well.
reported and tested by landry@
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/18 05:31:37
Modified files:
www/webkit : Makefile distinfo
www/webkit/patches: patch-configure
www/webkit/pkg : PLIST
Log message:
Update to webkit-2.0.1.
ok landry@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/18 05:36:36
Modified files:
x11/xfce4/exo : Makefile
Log message:
Add p5-URI to RUN_DEPENDS too, exo-compose-mail-1 uses URI::Escape,
URI::file and URI::URL. Bump REVISION.
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/04/18 06:00:45
Modified files:
x11/slim : Makefile distinfo
x11/slim/patches: patch-CMakeLists_txt patch-Ck_cpp patch-Ck_h
patch-app_cpp patch-switchuser_cpp
Added files:
x11/slim/patches: patch-log_h
Removed files:
x11/slim/patches: patch-image_cpp
Log message:
Update for Slim to 1.3.5:
* Support UTF8 string.
* And fix some bugs.
Ok landry@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/18 06:21:31
Modified files:
graphics/jpeg : Makefile distinfo
graphics/jpeg/pkg: PLIST
Removed files:
graphics/jpeg/pkg: PFRAG.shared
Log message:
maintenance update to 8d; ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/18 07:57:14
Modified files:
graphics/colord: Makefile distinfo
graphics/colord/patches: patch-configure patch-src_cd-main_c
patch-src_cd-profile_c
graphics/colord/pkg: PLIST
Removed files:
graphics/colord/patches: patch-client_cd-create-profile_c
patch-lib_colord_cd-icc_c
Log message:
Update to colord-0.1.33.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/18 08:30:22
Modified files:
www/epiphany : Makefile
Log message:
Missing LIB_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/18 09:08:01
Modified files:
devel/readline : Makefile distinfo
devel/readline/patches: patch-Makefile_in
devel/readline/pkg: PLIST
Added files:
devel/readline/patches: patch-support_shobj-conf
Removed files:
devel/readline/patches: patch-doc_history_info
patch-doc_readline_info
patch-doc_rluserman_info
devel/readline/pkg: PFRAG.shared
Log message:
update to readline 6.2, fix the version numbers in the library and installed
header, tidy Makefile etc. ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/18 09:08:17
Log message:
import ports/devel/cgdb, ok landry@
cgdb is a lightweight curses (terminal-based) interface to the GNU
Debugger (GDB). In addition to the standard gdb console, cgdb provides
a split screen view that displays the source code as it executes.
Syntax-highlighted source window
Visual breakpoint setting
Keyboard shortcuts for common functions
Searching source window (using regexp)
Scrollable gdb history of entire session
Tab completion
Key mappings (macros)
Status:
Vendor Tag: sthen
Release Tags: sthen_20130418
N ports/devel/cgdb/Makefile
N ports/devel/cgdb/distinfo
N ports/devel/cgdb/pkg/PLIST
N ports/devel/cgdb/pkg/DESCR
N ports/devel/cgdb/patches/patch-config_readline_check_version_m4
N ports/devel/cgdb/patches/patch-configure_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/18 09:08:40
Modified files:
devel : Makefile
Log message:
+cgdb
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/18 09:43:22
Modified files:
usr.bin/netstat: unix.c inet.c
Log message:
improve time_t printing; ok claudio
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/18 09:44:01
Modified files:
usr.bin/netstat: mroute.c
Log message:
improve time_t handling here, too
CVSROOT: /cvs
Module name: src
Changes by: okan@cvs.openbsd.org 2013/04/18 10:23:25
Modified files:
usr.bin/chpass : chpass.c
Log message:
- use FD_CLOEXEC instead of 1
- use O_CLOEXEC with open() instead of open/fcntl
from David Hill
ok otto@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/04/18 11:57:07
Modified files:
lang/iverilog : Makefile distinfo
lang/iverilog/pkg: PLIST
Log message:
Update to iverilog-0.9.6.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/04/18 12:10:30
Modified files:
cad/gtkwave : Makefile distinfo
cad/gtkwave/pkg: PLIST
Added files:
cad/gtkwave/patches: patch-share_applications_Makefile_in
Log message:
Update to gtkwave-3.3.45.
Tweaks from landry/sthen, ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/18 12:29:20
Modified files:
benchmarks/netperf: Makefile distinfo
benchmarks/netperf/pkg: PLIST
Added files:
benchmarks/netperf/patches: patch-configure_ac
patch-doc_examples_arr_script
patch-doc_netperf_texi
patch-src_dscp_c
patch-src_netcpu_sysctl_c
patch-src_netlib_c
patch-src_netserver_c
patch-src_nettest_bsd_c
Removed files:
benchmarks/netperf/patches: patch-netserver_c
patch-nettest_bsd_c
Log message:
update to netperf 2.6.0
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/18 12:30:41
Modified files:
sys/dev/acpi : acpi.c
Log message:
pin the acpi thread to the BSP, because AML and SMI cannot be trusted. I
was certain we were doing this already, but it turns out no...
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/18 12:47:18
Modified files:
security/assl : Makefile distinfo
security/assl/pkg: PLIST
Removed files:
security/assl/pkg: PFRAG.shared
Log message:
- update assl to 1.3.0
- remove PFRAG.shared
- bump SHARED_LIBS
- update PLIST, HOMEPAGE and MASTER_SITES
tweaks from jcs@, from David Hill (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/18 12:52:50
Modified files:
net/fping : Makefile distinfo
net/fping/patches: patch-fping_c
Log message:
add a patch from netperf-wrapper to allow printing timestamps.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/18 14:19:32
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
"160 chars ought to be enough for everybody"
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/18 14:29:08
Modified files:
net/quagga : Makefile distinfo
net/quagga/patches: patch-configure_ac patch-doc_Makefile_in
patch-ospfclient_Makefile_in
patch-zebra_kernel_socket_c
net/quagga/pkg : PLIST
Added files:
net/quagga/pkg : quagga_babeld.rc quagga_bgpd.rc
quagga_ospf6d.rc quagga_ospfd.rc quagga_ripd.rc
quagga_ripngd.rc quagga_zebra.rc
Removed files:
net/quagga/patches: patch-bgpd_bgp_open_c
patch-ospfclient_Makefile_am
patch-ospfd_Makefile_am
patch-ospfd_Makefile_in
net/quagga/pkg : MESSAGE PFRAG.shared
Log message:
Update to quagga 0.99.22, merged from diffs from myself and Brad. Also:
- replace MESSAGE with some @sample'd config files
- install rc.d scripts
- multicast code still ported from older version (new one needs RFC3678)
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/18 14:43:16
Modified files:
sys/arch/mvme88k/stand: Makefile.inc
Log message:
Lower boot blocks load address, so that they fit within 8MB. Step 1 of many
towards getting Angelfire boards (MVME180/181) running.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/18 15:06:40
Modified files:
gnu/usr.bin/gcc/gcc: protector.c
Log message:
Use __guard_local as the stack protector canary symbol, as already done in
gcc 4.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/04/18 16:35:36
Modified files:
lang/tinyscheme: Makefile distinfo
lang/tinyscheme/patches: patch-makefile
Removed files:
lang/tinyscheme/patches: patch-scheme_c
Log message:
Update tinyscheme to 1.41.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/18 16:54:50
Modified files:
devel/cmake : cmake.port.mk
Log message:
add an XXX comment because I don't have time to look now, but don't want
to forget: if a library is not listed in SHARED_LIBS, with the cmake module
it will be created with *no* version suffix. (i.e. .so not .so.0.0)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/18 17:44:51
Modified files:
math/p5-Math-Base36: Makefile distinfo
Log message:
update to p5-Math-Base36 0.12, minor fixes, from maintainer Mikolaj Kucharski
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/18 19:00:10
Modified files:
usr.bin/ssh : sshd_config.5
Log message:
document the requirment that the AuthorizedKeysCommand be owned by root;
ok dtucker@ markus@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/18 19:01:00
Modified files:
usr.bin/ssh : ssh-keygen.c
Log message:
fix some memory leaks; bz#2088 ok dtucker@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/18 19:03:01
Modified files:
usr.bin/ssh : session.c
Log message:
reintroduce 1.262 without the connection-killing bug:
fatal() when ChrootDirectory specified by running without root privileges;
ok markus@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/18 19:06:50
Modified files:
usr.bin/ssh : authfile.c cipher.c cipher.h kex.c kex.h
kexecdh.c kexecdhc.c kexecdhs.c key.c key.h
mac.c mac.h packet.c ssh.1 ssh.c
Log message:
add the ability to query supported ciphers, MACs, key type and KEX
algorithms to ssh. Includes some refactoring of KEX and key type handling
to be table-driven; ok markus@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/18 20:47:43
Modified files:
emulators/qemu : Makefile distinfo
emulators/qemu/patches: patch-configure
Added files:
emulators/qemu/patches: patch-Makefile_objs patch-tests_Makefile
Removed files:
emulators/qemu/patches: patch-include_qemu_timer_h
Log message:
Update to QEMU 1.4.1. Includes a fix for CVE-2013-1922.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/18 23:06:21
Modified files:
usr.sbin/rpc.lockd: test.c
Log message:
print tv_sec properly
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/18 23:06:35
Modified files:
usr.sbin/rtadvd: rtadvd.c
Log message:
print tv_sec properly
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/18 23:06:52
Modified files:
usr.sbin/rtsold: rtsold.c
Log message:
print tv_sec properly
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/18 23:16:59
Modified files:
sysutils/cyphertite: Makefile distinfo
Log message:
- update cyphertite to 1.5.3
from David Hill (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/19 02:54:50
Modified files:
sys/dev/usb : usbdi.c usbdi.h
Log message:
Remove unused usbd_get_buffer() function.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/19 02:58:53
Modified files:
sys/dev/usb : ehci.c ohci.c uhci.c usbdi.c usbdivar.h
Log message:
Remove allocm() and freem() from the USB bus interface now that they
are only used as wrappers around usb_{alloc,free}mem().
ok deraadt@, mglocker@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/19 03:42:34
Modified files:
mail/geary : Makefile
Log message:
missing dependency on gi
spotted by sthen@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/19 05:10:18
Modified files:
usr.bin/ssh : ssh.c
Log message:
add -Q to usage; reminded by jmc@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/04/19 06:07:08
Modified files:
usr.bin/ssh : kex.c
Log message:
remove duplicated list entry pointed out by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/19 06:17:50
Modified files:
cad/gtkwave : Makefile
cad/gtkwave/pkg: PLIST
Log message:
Use --disable-mime-update like $deity intended.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/19 06:47:13
Modified files:
de : 53.html anoncvs.html
faq/pf/pt : index.html
fr : ftp.html loongson.html
nl : anoncvs.html
openbgpd/fr : ftp.html
openntpd/fr : ftp.html
opensmtpd/de : portable.html
opensmtpd/fr : index.html
opensmtpd/nl : portable.html
openssh/ru : index.html
papers/pt : index.html
pt : index.html plat.html plus.html query-pr.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/04/19 08:10:20
Modified files:
sbin/disklabel : editor.c
Log message:
make sure the fs blocksize doesn't get too big; ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/19 08:33:51
Modified files:
www/dillo : Makefile distinfo
www/dillo/patches: patch-dillorc patch-dpi_datauri_c
patch-dpi_https_c patch-dpid_main_c
patch-src_cookies_c
www/dillo/pkg : PLIST
Removed files:
www/dillo/patches: patch-Makefile_in patch-dpid_Makefile_in
patch-src_IO_dpi_c patch-src_Makefile_in
patch-src_dns_c
Log message:
Update www/dillo to 3.0.3
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: okan@cvs.openbsd.org 2013/04/19 08:35:40
Modified files:
usr.bin/vacation: vacation.1 vacation.c
Log message:
match behavior of current sendmail-based vacation: eliminate the concept that
an interval (-r) of 0 indicates sending a reply to every message (per sender),
but rather match the 'non-numeric' case where only one reply will be sent (per
sender). default remains unchanged. vacation database should be reinitalized
sometime before 2038.
removes the need for time_t casts.
discussed with deraadt; ok millert
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/19 09:00:27
Modified files:
x11/gnome/gdm : Makefile
Log message:
Remove unused configure switch.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/04/19 09:02:41
Modified files:
sys/conf : swapgeneric.c
sys/sys : conf.h
Log message:
sw_vp is now in struct nfs_diskless, remove it from struct swdevt.
This needs a change in config(8) to be commited shortly.
input/ok deraadt@, ok miod@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/04/19 09:03:02
Modified files:
usr.sbin/config: mkswap.c
Log message:
sw_vp is now in struct nfs_diskless.
input/ok deraadt@, ok miod@
CVSROOT: /cvs
Module name: www
Changes by: florian@cvs.openbsd.org 2013/04/19 09:05:59
Modified files:
faq : current.html
Log message:
struct swdevt requires up to date config(8).
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/19 09:51:27
Modified files:
usr.bin/find : function.c
Log message:
handle large numbers. this fixes time_t beyond 2038, constrains the
range of i_num correctly, and now handles files > 4GB in size on 32-bit
machines.
ok otto millert
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/19 09:54:38
Removed files:
x11/gnome/gdm/patches: patch-gui_simple-greeter_Makefile_in
Log message:
Remove useless patch; no pkg change.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/19 10:12:05
Modified files:
lib/libc/gen : time.3
lib/libc/sys : gettimeofday.2
Log message:
add clock_gettime to see also. i think guenther was ok with this.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/19 10:38:47
Modified files:
usr.sbin/rdate : rdate.c
Log message:
comment incorrect; rdate has -n support now too
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/19 10:50:02
Modified files:
games/manaplus : Makefile distinfo
games/manaplus/patches: patch-src_utils_stringutils_h
games/manaplus/pkg: PLIST
Log message:
Update games/manaplus to 1.3.4.14
ok benoit@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/19 11:01:50
Modified files:
x11/gnome/desktop: Makefile
x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in
Added files:
x11/gnome/desktop/patches: patch-configure_ac
Log message:
Our locale support is very poor, so compile with -DWITH_INCOMPLETE_LOCALES.
This at least allows to display a list of "supported" locales.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/19 11:05:32
Modified files:
sysutils/accountsservice: Makefile distinfo
sysutils/accountsservice/patches: patch-src_Makefile_in
patch-src_daemon_c
patch-src_libaccountsservice_Makefile_in
patch-src_user_c
sysutils/accountsservice/pkg: PLIST
Removed files:
sysutils/accountsservice/patches:
patch-src_libaccountsservice_act-user_c
sysutils/accountsservice/pkg: PFRAG.shared
Log message:
Update to accountsservice-0.6.31.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/19 11:28:07
Modified files:
usr.bin/cvs : date.y
usr.bin/rcs : date.y
usr.sbin/eeprom: getdate.y
gnu/usr.bin/cvs/lib: getdate.y
Log message:
Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).
Adding more powerful checking is too difficult. We'll fix this problem
by moving to 64-bit time_t.. and once we do, we don't want this code to
falsely trigger.
ok millert
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/04/19 11:36:09
Modified files:
bin/ksh : shf.c
Log message:
Add support for printing long long (%lld). OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/19 11:39:45
Modified files:
bin/ksh : c_sh.c
Log message:
handle long long time_t
ok millert tedu
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/19 12:03:17
Modified files:
usr.sbin/inetd : inetd.c
Log message:
for datagrams, assume other protocols should fail
ok millert
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/19 12:11:13
Modified files:
sbin/ifconfig : ifconfig.c
Log message:
remove comment about "make gcc happy" for variables which WERE being
used uninitialized... clean up time related variables too for 2038++
ok millert
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/19 12:26:33
Modified files:
meta/gnome : Makefile
meta/gnome/pkg : README-main
Log message:
Make it clearer GDM is needed.
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/04/19 13:07:45
Modified files:
sys/dev/usb : usb.c
Log message:
Rename usbd_fill_*_task() to usb_fill_*_task().
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/04/19 13:14:46
Modified files:
usr.sbin/rdate : rdate.8 rdate.c
Log message:
Make -n the default and add -o flag for the old RFC 868 time protocol
(which uses a 32-bit value for its wire protocol). OK deraadt@ ian@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/04/19 13:54:34
Modified files:
x11/st : Makefile distinfo
x11/st/patches : patch-Makefile patch-config_def_h
patch-config_mk
Log message:
Update to st-0.4.
ok jung@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/19 14:20:36
Modified files:
lang/tcl/8.4 : distinfo
mail/hypermail : distinfo
mail/hypermail/patches: patch-configure patch-docs_hmrc_4
patch-docs_hmrc_html
patch-docs_hypermail_html
patch-src_print_c
net/flow-tools : distinfo
net/gtk-gnutella: distinfo
news/tin : distinfo
news/trn : distinfo
Log message:
regen distinfo and patches of a few things in ports which use the
Bellovin/$alz/Berets date.y, no package changes
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/04/19 15:25:39
Modified files:
usr.sbin/dhcpd : dispatch.c
Log message:
Log (at LOG_INFO) which interfaces dhcpd listens to and (as suggested by
krw) their address. As dhcpd uses BPF, it's not possible to find this
information out from fstat/netstat. ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/19 15:32:37
Modified files:
x11/p5-Tk : Makefile
news/tin : Makefile
news/trn : Makefile
news/trn/patches: patch-parsedate_y
net/flow-tools : Makefile
Added files:
x11/p5-Tk/patches: patch-pTk_mTk_tclGeneric_tclGetDate_y
news/tin/patches: patch-src_parsdate_y
net/flow-tools/patches: patch-lib_getdate_y
Log message:
Constrain date.y's 2038 check to only when sizeof(time_t) == sizeof(int).
As done in base e.g. usr.bin/cvs/date.y r1.23
Add an XXX comment for stupid static LeapYears table in trn/tin.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/19 15:44:08
Modified files:
sys/kern : kern_sched.c
Log message:
sprinkle ifdef MP to disable cpu migration code when not needed.
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/19 17:15:29
Modified files:
gnu/usr.bin/perl/hints: openbsd.sh
Log message:
Revert 1.47 (bad merge)
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/19 17:20:53
Modified files:
gnu/usr.bin/binutils/bfd: archive.c bfd-in2.h bfdio.c
coff-rs6000.c ecoff.c libbfd-in.h
gnu/usr.bin/binutils/gdb: corefile.c source.c symfile.c
gnu/usr.bin/binutils-2.17/bfd: archive.c bfd-in2.h bfdio.c
coff-rs6000.c ecoff.c libbfd-in.h
Log message:
Use time_t instead of long for archive timestamps, and print them as long long;
prodding deraadt@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/19 17:44:34
Modified files:
sys/arch/loongson/dev: gdiumiic.c
sys/dev/gpio : gpioiic.c
Log message:
In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in addition
to the state of the SDA bit; the MI i2c code is about to depend upon this.
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/04/19 18:13:01
Modified files:
usr.sbin/rdate : rdate.c
Log message:
Add -o option to getopt string and usage.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/19 19:18:55
Modified files:
usr.sbin/dhcpd : db.c
Log message:
Remove extraneous "\n" erroneously introduced by move to strftime().
Spotted by sthen@.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/19 20:38:33
Modified files:
net/dnsmasq : Makefile distinfo
net/dnsmasq/patches: patch-man_dnsmasq_8 patch-src_config_h
Log message:
Update to dnsmasq 2.66.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/04/19 20:50:16
Modified files:
cad/geda-gaf : Makefile
cad/geda-gaf/pkg: PLIST
Removed files:
cad/geda-gaf/pkg: PFRAG.shared
Log message:
Fix mime parts in PLIST, and add hicolor icon goos.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/04/19 20:52:31
Modified files:
games/openttd : Makefile distinfo
games/openttd/patches: patch-Makefile_bundle_in
games/openttd/pkg: PLIST
Log message:
Update to openttd-1.3.0.
ok bcallah@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/19 22:52:24
Modified files:
usr.bin/find : function.c
Log message:
adjust comment
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/20 00:38:56
Modified files:
www/owncloud : Makefile distinfo
www/owncloud/pkg: PLIST
Log message:
SECURITY update to owncloud-5.0.5.
oC-SA-2013-017
oC-SA-2013-018
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/04/20 01:00:19
Modified files:
usr.sbin/npppd/l2tp: l2tpd.c
usr.sbin/npppd/npppd: npppd.c
usr.sbin/npppd/pptp: pptpd.c
Log message:
PPPoE server was broken since last configuration rework. Calling
pppoed_init() was accidentally deleted. Revert it in npppd_init() and
rearrange l2tpd_init() and pptpd_init() to the same place.
ok todd
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/04/20 01:54:28
Modified files:
sys/net : pipex_local.h
Log message:
Remove unused macro function.
diff from Michael W. Bombardieri.
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/04/20 02:01:37
Modified files:
sys/arch/hppa/gsc: gsckbc.c
sys/dev/ic : i8042reg.h pckbc.c pckbcvar.h
sys/dev/isa : pckbc_isa.c
sys/dev/pckbc : pms.c
Log message:
Enable active PS/2 multiplexing if available.
Supported for i386 and amd64 except SMALL_KERNEL.
Based on Miod's former work on this subject.
ok mpi
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/04/20 06:03:45
Modified files:
share/zoneinfo/datfiles: antarctica asia australasia
southamerica zone.tab
Log message:
tzdata2013c from ftp.iana.org
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/20 07:28:03
Modified files:
www/chromium : Makefile
Removed files:
www/chromium/patches: patch-base_base_gyp
Log message:
This patch is really not needed.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/20 07:55:34
Modified files:
x11/gnome/tracker: Makefile
x11/gnome/tracker/patches:
patch-src_libtracker-common_tracker-dbus_c
Log message:
Tweak patch.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/20 07:55:48
Modified files:
www/mod_perl : Makefile
www/mod_perl/pkg: PLIST
Log message:
Don't install Apache::SizeLimit for the old version of mod_perl, it
conflicts with the new one. Found by Chris Bennett.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/20 08:27:09
Modified files:
sys/dev/i2c : i2c_bitbang.c
Log message:
Implement support for "clock stretching" where a slave device pulls down SCL
to slow down the master device. This makes the i2c bit-banging code work
with slow slave device such as SDVO chips and DDC eeproms found on various
graphics hardware supported by inteldrm(4). Mostly from NetBSD.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/20 08:39:03
Modified files:
comms/gmfsk : Makefile distinfo
comms/gmfsk/pkg: PLIST
Log message:
regen plist (missing dirs), regen distinfo while there.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/20 08:58:01
Modified files:
comms/hamlib : Makefile distinfo
comms/hamlib/patches: patch-rpcrig_rpcrigd_c
patch-rpcrot_rpcrot_proc_c
patch-rpcrot_rpcrotd_c
comms/hamlib/pkg: PLIST-main PLIST-python PLIST-tcl
Removed files:
comms/hamlib/patches: patch-Makefile_in patch-configure
comms/hamlib/pkg: PFRAG.shared-main PFRAG.shared-python
Log message:
update to hamlib 1.2.15.3, don't use groff, and avoid installing useless
.a/.la for modules
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/20 09:23:40
Modified files:
graphics/jpeg : Makefile distinfo
graphics/jpeg/patches: patch-jerror_c
Log message:
Update to version 9, which adds support for a reversible color
transform to improve compression of RGB images. ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/20 09:25:35
Modified files:
graphics/jasper: Makefile
graphics/jasper/patches: patch-src_libjasper_jpc_jpc_cs_c
graphics/jasper/pkg: DESCR PLIST
Removed files:
graphics/jasper/pkg: PFRAG.shared
Log message:
Security:
Fixes for heap overflows CVE-2011-4516, CVE-2011-4517. From FreeBSD/Debian.
While here, trim DESCR, routine cleanups.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/20 10:22:55
Modified files:
net/openvpn : Makefile distinfo
net/openvpn/pkg: PLIST
Added files:
net/openvpn/patches: patch-Makefile_in patch-configure
patch-doc_openvpn_8
patch-include_Makefile_in
patch-sample_sample-config-files_client_conf
patch-sample_sample-config-files_server_conf
patch-sample_sample-config-files_static-home_conf
patch-sample_sample-config-files_static-office_conf
patch-sample_sample-config-files_tls-home_conf
patch-sample_sample-config-files_tls-office_conf
patch-sample_sample-config-files_xinetd-client-config
patch-sample_sample-config-files_xinetd-server-config
patch-src_openvpn_init_c
patch-src_openvpn_options_c
patch-src_openvpn_options_h
patch-src_openvpn_socket_c
patch-src_openvpn_socket_h
patch-src_openvpn_syshead_h
patch-src_openvpn_tun_c
net/openvpn/pkg: PFRAG.shared
Removed files:
net/openvpn/patches: patch-init_c patch-openvpn_8
patch-options_c patch-options_h
patch-route_c
patch-sample-config-files_client_conf
patch-sample-config-files_server_conf
patch-sample-config-files_static-home_conf
patch-sample-config-files_static-office_conf
patch-sample-config-files_tls-home_conf
patch-sample-config-files_tls-office_conf
patch-sample-config-files_xinetd-client-config
patch-sample-config-files_xinetd-server-config
patch-socket_c patch-socket_h
patch-syshead_h patch-tun_c
Log message:
update to OpenVPN 2.31, from Bjorn Ketelaars, maintainer timeout
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/20 10:26:25
Modified files:
net/ssvnc : Makefile
net/ssvnc/pkg : PLIST-gui PLIST-main
Added files:
net/ssvnc/patches: patch-scripts_util_ss_vncviewer
patch-vnc_unixsrc_vncviewer_vncviewer_man
Log message:
move vncstorepw to /usr/local/bin in the main package, it's used for
-passwd. use correct path to stunnel.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/20 10:28:09
Modified files:
www/fcgi : Makefile
www/fcgi/pkg : PFRAG.shared PLIST
Log message:
perl .bs file should be in PFRAG.shared
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/20 11:06:31
Log message:
import textproc/patchutils, earlier version ok okan@
thanks Jeremie Courreges-Anglas for tracking down failures
with regression tests.
Patchutils is a small collection of programs that operate on patch files.
Interdiff: generate incremental patch from two patches against common source
Combinediff: generate single patch from two incremental patches
Filterdiff: separate patches applying to files matching a wildcard
Fixcvsdiff: corrects output of 'cvs diff'
Rediff/Editdiff: corrects hand-edited patches
Lsdiff: identify files affected by a patch file
Splitdiff: separates patches from a patch file
Grepdiff: displays a list of the files modified by a patch where the
patch contains a given regular expression
Recountdiff: fixes up counts and offsets in a unified diff
Unwrapdiff: fixes word-wrapped unified diffs
Status:
Vendor Tag: sthen
Release Tags: sthen_20130420
N ports/textproc/patchutils/Makefile
N ports/textproc/patchutils/distinfo
N ports/textproc/patchutils/pkg/PLIST
N ports/textproc/patchutils/pkg/DESCR
N ports/textproc/patchutils/patches/patch-editdiff_in
N ports/textproc/patchutils/patches/patch-espdiff_in
N ports/textproc/patchutils/patches/patch-move-to-front
N ports/textproc/patchutils/patches/patch-tests_combine3_run-test
N ports/textproc/patchutils/patches/patch-tests_combine2_run-test
N ports/textproc/patchutils/patches/patch-doc_editdiff_1
N ports/textproc/patchutils/patches/patch-src_util_c
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/20 11:06:56
Modified files:
textproc : Makefile
Log message:
+patchutils
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 11:39:50
Modified files:
usr.bin/mg : ttyio.c
Log message:
use poll() instead of select() [with a fixed size fd_set]
ok florian
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 11:41:33
Modified files:
usr.sbin/relayd: relay_http.c
Log message:
print large time_t nicely; ok benno
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 11:43:53
Modified files:
sys/arch/beagle/dev: omehci.c omohci.c
Log message:
more usb typedef removal fallout
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 11:45:02
Modified files:
usr.sbin/relayd: relay.c
Log message:
SSL_CTX_set_timeout only handles long for the delta timeval, so constrain
it with MIN and LONG_MAX. It is only an interval, so it is fine.
suggestion by djm, ok benno
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 11:46:23
Modified files:
etc : inetd.conf
Log message:
disable time (rfc868) service by default
ok millert
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/20 11:53:02
Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k.c
Log message:
remove dead code in print_operand()
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 11:55:46
Modified files:
usr.sbin/rdate : rfc868time.c
Log message:
remove irrelevant comment
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/20 11:55:46
Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k.h
Log message:
Define PIC_OFFSET_TABLE_REGNUM as INVALID_REGNUM when not compiling PIC.
Also, when compiling PIC, do not force PIC_OFFSET_TABLE_REGNUM to be set
in global_regs[], there is no reason to do this (on the other hand, forcing it
to be set in fixed_regs[] and call_used_regs[] is still necessary and correct).
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 11:55:51
Modified files:
usr.sbin/rdate : ntpleaps.c
Log message:
spacing
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 12:19:59
Modified files:
sys/dev/ic : pckbc.c
Log message:
correct handling of t_apmver
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/20 12:40:42
Modified files:
sys/arch/m88k/include: exec.h
libexec/ld.so/m88k: rtld_machine.c
Log message:
Prefer the processor-specific _DYNAMIC[] tags value to find out the boundaries
of the .plt whenever possible, and fallback to the old behaviour of searching
for special symbols pointing to its boundaries. No functional change.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/20 13:02:52
Modified files:
lib/libc/crypt : crypt.3
usr.bin/passwd : passwd.1
Log message:
Xr encrypt(1) to give people a hint if they just want a password string
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 13:02:57
Modified files:
usr.bin/file : compress.c
Log message:
use poll() instead of select() with a limited-size fd_set
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 13:21:46
Modified files:
usr.sbin/mtrace: mtrace.c
Log message:
remove one of the last stupid (unsigned) casts in the tree
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 14:11:41
Modified files:
usr.sbin/rbootd: rbootd.c
Log message:
replace select with poll
ok miod
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/20 14:12:10
Modified files:
usr.sbin/rbootd: bpf.c
Log message:
Use offsetof() instead of rolling our own; gets rid of truncation warnings
when building on 64-bit hosts.
"looks good" deraadt@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/20 14:17:17
Modified files:
usr.sbin/rbootd: defs.h
Log message:
Crank C_MAXFILE static limit of files to serve; note that this is actually
a limit of the number of files in /usr/mdec/rbootd/, not a limit of files
listed in /etc/rbootd.conf. The existing limit of 10 is too small for some
networks.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/20 14:23:10
Modified files:
sys/dev/ic : aic7xxx.c
Log message:
In ahc_reset(), use SELxxx constants instead of magic values. No functional
change.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/20 14:26:26
Modified files:
sys/arch/sgi/gio: newport.c newportreg.h
Log message:
Do not wait too long for the chip to unbusy, and return EAGAIN to the upper
layers when the chip can't process commands fast enough; wscons knows how to
cope.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 14:32:37
Modified files:
usr.sbin/pppd/chat: chat.c
Log message:
casts of (time_t *) lead to bugs
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/04/20 14:39:14
Modified files:
usr.sbin/rdate : rdate.c
Log message:
Remove extra info from usage message; that's what the manual is for.
OK jmc@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/04/20 14:54:04
Modified files:
lang/gcc/4.8 : Makefile
lang/gcc/4.8/patches: patch-gcc_config_alpha_alpha_c
patch-gcc_config_alpha_openbsd_h
patch-libgcc_Makefile_in
Log message:
Add alpha support.
Help/testing by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/20 15:25:29
Modified files:
graphics/jpeg : Makefile
Added files:
graphics/jpeg/patches: patch-jmorecfg_h
Log message:
Restore assumptions about the availability of boolean/TRUE/FALSE to those
in jpeg 8. Unbreaks at least graphics/tiff.
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/04/20 17:32:32
Modified files:
usr.sbin/npppd/common: slist.c slist.h
usr.sbin/npppd/l2tp: l2tpd.c
usr.sbin/npppd/npppd: chap.c lcp.c npppd.c
usr.sbin/npppd/pppoe: pppoed.c
usr.sbin/npppd/pptp: pptp_ctrl.c pptpd.c
Log message:
Don't use random() because it's not safe. Use arc4random() instead of
it. Suggested by deraadt.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 17:40:26
Modified files:
sys/arch/hppa/gsc: gsckbc.c
Log message:
more pckbd fallout, sigh
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/20 17:47:58
Modified files:
lib/libc/sys : nanosleep.2
Log message:
identify the argument containing the requested timeout, give arguments
better names, and reword time to duration for clarity
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/20 18:14:51
Modified files:
usr.sbin/cron : misc.c
Log message:
cleaner and easier to use signed long long. ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 18:24:42
Modified files:
usr.sbin/mrouted: defs.h main.c rsrr.c
Log message:
convert select to poll, since the select code had descriptor limits
ok tedu
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/20 18:40:08
Modified files:
usr.sbin/procmap: procmap.c
Log message:
revert 1.45. it depended on a kernel change we will not be making, and
the old code was cleaner
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/20 18:47:14
Modified files:
faq/pf : nat.html
Log message:
replace "adapters" with "interfaces", it makes more sense when you consider
vlans. prompted by a mail to misc from fekete at tormail.org
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/04/20 21:30:08
Log message:
Import garden-1.0.8.
Garden of coloured lights is an old school 2D vertical shoot-em-up with
some innovative elements. Innovative graphics, soundtrack and game
concept. The game itself is very challenging and as you progress, you
will understand that you are dealing with a true piece of art...
ok bcallah@
Status:
Vendor Tag: bentley
Release Tags: bentley_20130420
N ports/games/garden/Makefile
N ports/games/garden/distinfo
N ports/games/garden/pkg/DESCR
N ports/games/garden/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/04/20 21:30:42
Modified files:
games : Makefile
Log message:
+garden
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 22:25:49
Modified files:
libexec/getty : subr.c
Log message:
use poll + nanosleep instead of select with a fixed size fd_set
ok tedu
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 22:33:41
Modified files:
usr.sbin/dvmrpd: parse.y
Log message:
the DVMRP protocol generation number can work beyond 2038 because it
is unsigned. Cast it specifically, with a comment, to make this more
clear.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/20 22:37:29
Modified files:
usr.sbin/mrouted: main.c
Log message:
as in dvmrpd:
the DVMRP protocol generation number can work beyond 2038 because it
is unsigned. Cast it specifically, with a comment, to make this more
clear.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/21 00:42:43
Modified files:
usr.sbin/mrouted: igmp.c inet.c main.c prune.c route.c rsrr.c
vif.c
Log message:
deregister. no binary change.
CVSROOT: /cvs
Module name: www
Changes by: otto@cvs.openbsd.org 2013/04/21 01:06:51
Modified files:
. : want.html
Log message:
Really need a ldom capable sun machine. My T1000 broke down...
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/21 01:44:59
Modified files:
lib/libc/sys : accept.2
Log message:
wording fix;
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/04/21 03:51:24
Modified files:
usr.bin/telnet : network.c sys_bsd.c telnet_locl.h tn3270.c
utilities.c
Log message:
Convert select() to poll(). OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/21 04:30:58
Modified files:
etc : rc.conf
Log message:
disable inetd by default; ok aja millert
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/21 05:05:14
Modified files:
sbin/mount : mount.c
Log message:
When mount(1) is run in verbose mode, display f_mntfromspec if it differs
from f_mntfromname.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/21 05:17:29
Modified files:
education/verbiste: Makefile distinfo
education/verbiste/pkg: PLIST
Removed files:
education/verbiste/patches: patch-doc_fr_french-conjugator_1_in
patch-doc_fr_french-deconjugator_1_in
patch-doc_fr_verbiste_3_in
patch-doc_french-conjugator_1_in
patch-doc_french-deconjugator_1_in
education/verbiste/pkg: PFRAG.shared
Log message:
maintenance update to 0.1.35
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/21 05:45:08
Log message:
import ports/comms/rtl-sdr, help+ok mpi@
DVB-T dongles based on the Realtek RTL2832U can be used as a cheap SDR
(software defined radio), since the chip allows transferring the raw I/Q
samples to the host, which is officially used for DAB/DAB+/FM demodulation.
RTL-SDR provides some tools to work with these devices:
rtl_eeprom: EEPROM programming tool
rtl_sdr: tunes the device and captures raw data to a file
rtl_test: check the possible tuning range
Asynchronous mode is NOT currently supported on OpenBSD. rtl_sdr and rtl_test
have been modified to force synchronous mode, and the following are not yet
available:
rtl_adsb: simple ADS-B decoder (aircraft tracking)
rtl_fm: general purpose analogue demodulator
(narrow band FM, wide band FM, AM and SSB)
rtl_tcp: provides a network server for remote access to an SDR
Status:
Vendor Tag: sthen
Release Tags: sthen_20130421
N ports/comms/rtl-sdr/Makefile
N ports/comms/rtl-sdr/distinfo
N ports/comms/rtl-sdr/pkg/PLIST
N ports/comms/rtl-sdr/pkg/DESCR
N ports/comms/rtl-sdr/patches/patch-src_CMakeLists_txt
N ports/comms/rtl-sdr/patches/patch-src_librtlsdr_c
N ports/comms/rtl-sdr/patches/patch-src_rtl_sdr_c
N ports/comms/rtl-sdr/patches/patch-src_rtl_test_c
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/21 05:45:32
Modified files:
comms : Makefile
Log message:
+rtl-sdr
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/21 05:56:09
Modified files:
sbin/umount : Makefile umount.c
Log message:
Check both f_mntfromname and f_mntfromspec when looking for a mounted
filesystem. This makes umount via DUID possible.
ok krw@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/21 06:33:06
Modified files:
usr.sbin/edquota: edquota.c
Removed files:
usr.sbin/edquota: pathnames.h
Log message:
Unbreak edquota by fixing the temporary file name template. Whilst here,
fold pathnames.h into edquota.c - we do not really need a header file for
a single define.
ok deraadt@ guenther@ millert@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/21 07:00:22
Modified files:
sys/dev : softraidvar.h softraid.c softraid_raid1.c
Log message:
Convert RAID1 to the new work unit completion functions and generic
interrupt handler. Disciplines such as RAID1/4/5/6 need a way to intercept
I/O when the work unit is complete, but before the SCSI xfer is complete.
This is provided via a sd_scsi_wu_done hook, which enables work units to be
restarted or otherwise modified before the SCSI xfer completion occurs.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2013/04/21 07:50:56
Log message:
Import qca-gnupg.
Status:
Vendor Tag: shadchin
Release Tags: shadchin_20130421
N ports/security/qca-gnupg/Makefile
N ports/security/qca-gnupg/distinfo
N ports/security/qca-gnupg/files/conf.pri
N ports/security/qca-gnupg/pkg/DESCR
N ports/security/qca-gnupg/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2013/04/21 07:54:30
Modified files:
security : Makefile
Log message:
add qca-gnupg
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2013/04/21 07:56:27
Modified files:
net/psi : Makefile distinfo
net/psi/patches: patch-configure
net/psi/pkg : PLIST
Added files:
net/psi/patches: patch-iris_iris_pri
patch-iris_src_jdns_jdns_p_h
patch-iris_src_jdns_jdns_sys_c
Removed files:
net/psi/patches: patch-iris_libidn_rfc3454_c
patch-iris_xmpp-core_jid_cpp
net/psi/pkg : PFRAG.shared
Log message:
Update to psi-0.15.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/21 08:41:26
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c
i915_gem_tiling.c
Log message:
Move GEM initialization code into its own function like Linux has.
CVSROOT: /cvs
Module name: src
Changes by: sebastia@cvs.openbsd.org 2013/04/21 08:44:16
Modified files:
sys/arch/macppc/conf: files.macppc
sys/arch/macppc/dev: zs.c
sys/arch/macppc/include: z8530var.h
sys/arch/sgi/hpc: files.hpc
sys/arch/sgi/include: z8530var.h
sys/arch/solbourne/dev: zsclock.c
sys/arch/solbourne/solbourne: locore.s
sys/arch/sparc/conf: files.sparc
sys/arch/sparc/dev: z8530kbd.c zs.c zs_kgdb.c
sys/arch/sparc/include: z8530var.h
sys/arch/sparc64/conf: files.sparc64
sys/arch/sparc64/dev: z8530kbd.c zs.c
sys/arch/sparc64/include: z8530var.h
sys/dev/ic : z8530sc.c z8530sc.h z8530tty.c
sys/dev/sun : z8530ms.c
Removed files:
sys/arch/macppc/dev: z8530reg.h z8530sc.c z8530sc.h z8530tty.c
sys/arch/sgi/hpc: z8530sc.c z8530sc.h z8530tty.c
sys/arch/sparc/dev: z8530reg.h z8530sc.c z8530sc.h z8530tty.c
sys/arch/sparc64/dev: z8530reg.h z8530sc.c z8530sc.h z8530tty.c
Log message:
Unify the zs tty driver.
Most of the hard work by mpi@, who provided the initial diff.
Fixes for sparc from myself. Tested on sgi and sparc myself.
Compiles and detects zstty on my powerbook, compile tested on
sparc64 by me. Real testing with zs device on sparc64 by miod@
who also gave a lot of help and feedback.
ok miod@, mpi@
CVSROOT: /cvs
Module name: src
Changes by: sebastia@cvs.openbsd.org 2013/04/21 08:45:51
Modified files:
share/man/man4/man4.sparc: zs.4
Log message:
Add a files section to the sparc zs driver, pointing to the
tty devices
OK miod@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/21 09:43:34
Modified files:
sys/arch/mips64/mips64: mips64_machdep.c
Log message:
In inittodr(), be sure to only invoke tc_setclock() once. Fixes huge uptime
when the clock is bad and we switch to the filesystem time.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/04/21 11:13:36
Modified files:
sys/arch/sgi/gio: gio.c
Log message:
Well, it turns out the assumption that boards with a 32-bit ID register
will not accept smaller-than-32-bit accesses to the ID register is wrong with
some boards (such as the Set Eng. fast Ethernet).
Rework the logic introduced in 1.10 to allow matching a board with a 32-bit
ID register and consistent reads at smaller sizes.
Tested to not cause false positive or disappearing devices against newport,
grtwo, impact, Phobos G130/G160, Fore ATM, Cyclone Colorbus, and of course
Set Eng.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/21 11:50:29
Modified files:
usr.sbin/pppd/chat: chat.c
Log message:
delete (uncompiled) hacked usleep function.
young minds should not be exposed to such code.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/21 12:07:32
Modified files:
lib/libc/crypt : crypt.3
Log message:
this man page is mostly about password hashing now (you really don't
want to be using DES) and some of the notes about the export controls
are no longer so relevant. ok deraadt jmc
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/21 12:31:56
Modified files:
lib/libc/crypt : md5crypt.c
Log message:
tweak a few comments
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/21 13:29:43
Modified files:
www/icedtea-web: Makefile distinfo
Log message:
Security update to icedtea-web 1.3.2.
- CVE-2013-1927, RH884705: fixed gifar vulnerability
- CVE-2013-1926, RH916774: Class-loader incorrectly shared for applets
with same relative-path.
- remove gtk2/3 dependency, & remove flavor.
http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-April/022790.html
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/04/21 13:42:32
Modified files:
usr.sbin/rtsold: dump.c rtsold.c rtsold.h
Log message:
IPv6 might still be around in 2038, replace magic timeval
{0x7fffffff, 0x7fffffff} with an explicit flag that timers should
be stopped.
input deraadt@, kettenis@
"Looks like a nice solution." deraadt@
OK benno@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/21 13:46:31
Modified files:
usr.sbin/rtsold: dump.c
Log message:
handle exceedingly long uptimes
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/21 13:46:37
Log message:
import ports/net/mosh, from Jeremie Courreges-Anglas, ok abieber@
Remote terminal application that allows roaming, supports intermittent
connectivity, and provides intelligent local echo and line editing of
user keystrokes.
Mosh is designed to be more robust and responsive than SSH, especially
over Wi-Fi, cellular, and long-distance links.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130421
N ports/net/mosh/Makefile
N ports/net/mosh/distinfo
N ports/net/mosh/pkg/PLIST
N ports/net/mosh/pkg/DESCR
N ports/net/mosh/patches/patch-src_util_select_h
N ports/net/mosh/patches/patch-src_frontend_mosh-server_cc
N ports/net/mosh/patches/patch-src_network_transportfragment_cc
N ports/net/mosh/patches/patch-src_frontend_stmclient_cc
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/21 13:46:56
Modified files:
net : Makefile
Log message:
+mosh
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/21 14:46:07
Modified files:
sys/dev/pci : pcidevs
Log message:
new digi puc; Hugo Lombard
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/21 14:46:13
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/21 14:46:28
Modified files:
sys/dev/pci : pucdata.c
Log message:
new digi puc; Hugo Lombard
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/21 14:49:39
Modified files:
usr.sbin/pstat : pstat.c
Log message:
Tweak #include order to work during the big time_t transition
noted by matthieu@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/21 15:32:00
Modified files:
usr.bin/tmux : server-client.c
Log message:
Don't let server_client_check_focus use a dead bufferevent, from Romain
Francoise.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/21 16:38:51
Modified files:
usr.sbin/mrouted: main.c prune.c
Log message:
use arc4random_uniform(); ok djm
plus some other markings about signal races...
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/21 17:13:39
Modified files:
sbin/pfctl : pfctl_parser.c
Log message:
avoid truncating a time_t division into days
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/21 17:14:35
Modified files:
sys/arch/sparc/include: eeprom.h
Log message:
eeprom does not contain a a time_t -- it contains an unsigned 32 bit int.
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/04/21 19:17:18
Modified files:
usr.bin/ssh : mux.c
Log message:
typo in debug output: evitval->exitval
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/21 19:19:09
Modified files:
sys/dev/usb : umass_scsi.c
Log message:
correct tv_sec handling in debug code
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/21 20:07:46
Modified files:
sys/ufs/ffs : ffs_inode.c
Log message:
ffs2 blockcount is unsigned, so we must check for underflow beforehand.
from freebsd. ok deraadt guenther otto
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/21 21:31:39
Modified files:
sys/dev/pcmcia : if_ray.c
Log message:
handle large time_t correctly in debug code
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/21 23:08:46
Modified files:
usr.sbin/identd: identd.c
Log message:
handle ENOBUFS on the SEQPACKET socketpair between the child and the parent
procs. if this happens it would mean the parent has a backlog of work cos
of slow username resolutions. in that situation the child should tell the
client theres an error, but not die.
this factors out a bit of code to handle generating errors for the client
and closing the socket.
reviewed by jmatthew@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/22 00:02:47
Modified files:
www/bacula-web : Makefile distinfo
Log message:
Update to bacula-web-5.2.13.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/22 00:22:22
Modified files:
devel/libgit2/libgit2: Makefile distinfo
devel/libgit2/libgit2/patches: patch-CMakeLists_txt
devel/libgit2/libgit2/pkg: PLIST
Added files:
devel/libgit2/libgit2/patches: patch-src_unix_posix_h
Log message:
- update to libgit2-0.18.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/22 00:23:24
Modified files:
devel/libgit2/py-git2: Makefile distinfo
devel/libgit2/py-git2/pkg: PLIST
Log message:
- update to py-git2-0.18.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/22 00:33:28
Modified files:
devel/libgit2 : Makefile.inc
devel/libgit2/libgit2: Makefile
devel/libgit2/py-git2: Makefile
Log message:
- redo MASTER_SITES
- no more need for gtar
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/22 00:39:53
Modified files:
devel/libgit2/libgit2/patches: patch-src_unix_posix_h
devel/libgit2/py-git2: Makefile
Log message:
- enable regress tests in py-git2
- patch in libgit2 has been merged upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/22 00:48:26
Log message:
import gitolite 3.5.1
Gitolite is an access control layer on top of git.
Here are the features that most people see:
* Use a single unix user ("real" user) on the server.
* Provide access to many gitolite users.
* Control access to many git repositories.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20132204
N ports/sysutils/gitolite/distinfo
N ports/sysutils/gitolite/Makefile
N ports/sysutils/gitolite/pkg/PLIST
N ports/sysutils/gitolite/pkg/README
N ports/sysutils/gitolite/pkg/DESCR
N ports/sysutils/gitolite/patches/patch-install
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/22 00:48:58
Modified files:
sysutils : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/22 00:49:19
Modified files:
graphics/grap : Makefile distinfo
Log message:
- update to grap-1.44
maintainer timed-out
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/04/22 01:21:52
Modified files:
usr.bin/make : timestamp.c timestamp.h timestamp_t.h
Log message:
unifdef non full TIMESPEC code
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/04/22 01:23:08
Modified files:
regress/usr.bin/ssh: multiplex.sh
Log message:
Write mux master logs to regress.log instead of ssh.log to keep separate
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/04/22 01:28:53
Modified files:
regress/usr.bin/ssh: multiplex.sh
Log message:
Add tests for -Oforward and -Ocancel for local and remote forwards
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/22 02:31:46
Modified files:
sys/dev/pci/drm: drm_drv.c
Log message:
Put the code manipulating scatter gather mapping for the framebuffer under
ifdef to be able to compile DRM on macppc.
ok kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: mpi@cvs.openbsd.org 2013/04/22 02:37:20
Modified files:
devel/libusb1 : Makefile
devel/libusb1/patches: patch-libusb_os_openbsd_usb_c
Log message:
Instead of generating I/O to get the active configuration number, just read
it from the cached descriptor.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/22 02:42:19
Modified files:
usr.bin/tmux : client.c
Log message:
Use lockf which is more portable than flock, from Dagobert Michelsen.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/22 04:02:22
Modified files:
infrastructure/lib/DPB/Job: Port.pm
Log message:
okay, if we're missing info, assume it's not really important, as it is
in an extra package we don't really care about.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/22 04:06:12
Modified files:
infrastructure/bin: dpb
infrastructure/lib/DPB: PkgPath.pm
Log message:
dump all the paths with fishy behavior at end of equiv.
this is a bit too much, but this catches:
SUBDIR=devel/py-gobject3,python3 make dump-vars DPB=Yes
devel/py-gobject3,python.BUILD_DEPENDS=graphics/py3-cairo STEM->=0.10.38:devel/gettext lang/python/3.2 STEM->=0.41.1p0:textproc/intltool devel/gmake archivers/xz
devel/py-gobject3,python.IS_INTERACTIVE=No
devel/py-gobject3,python.SUBPACKAGE=-main
devel/py-gobject3,python.FLAVOR=python3
devel/py-gobject3,python.BUILD_PACKAGES= -main -common
devel/py-gobject3,python.FULLPKGNAME=py3-gobject3-3.8.1p0
devel/py-gobject3,python.RUN_DEPENDS=STEM->=0.10.38:devel/gettext lang/python/3.2 devel/py-gobject3,-common graphics/py3-cairo
devel/py-gobject3,python.LIB_DEPENDS=STEM->=0.10.38:devel/gettext converters/libiconv devel/gobject-introspection
devel/py-gobject3,-common.BUILD_DEPENDS=graphics/py3-cairo STEM->=0.10.38:devel/gettext lang/python/3.2 STEM->=0.41.1p0:textproc/intltool devel/gmake archivers/xz
devel/py-gobject3,-common.IS_INTERACTIVE=No
devel/py-gobject3,-common.SUBPACKAGE=-main
devel/py-gobject3,-common.FLAVOR=python3
devel/py-gobject3,-common.BUILD_PACKAGES= -main -common
devel/py-gobject3,-common.FULLPKGNAME=py-gobject3-common-3.8.1
devel/py-gobject3,-common.RUN_DEPENDS=STEM->=0.10.38:devel/gettext lang/python/3.2
(note the "wrong" flavor, which means that
devel/py-gobject3,python3,-main ends up without an associated fullpkgname)
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/22 05:14:17
Modified files:
infrastructure/lib/DPB: PkgPath.pm
Log message:
only show "real bugs". The ones that come from old paths don't count.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/22 05:32:29
Modified files:
security/clamav-unofficial-sigs: Makefile
security/clamav-unofficial-sigs/patches:
patch-clamav-unofficial-sigs_conf
security/clamav-unofficial-sigs/pkg: DESCR
Log message:
- add Foxhole filename databases to the list in sample config.
- add a HOMEPAGE (it's not really for the clamav-unofficial-sigs script,
but is fairly relevant as it explains the database choices).
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/22 05:48:26
Modified files:
education/verbiste: Makefile distinfo
Log message:
Update to 0.1.36.
- fixed: querir, amuir, secher/assecher/dessecher
- added: referencier
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/22 07:13:56
Modified files:
devel/cmake : Makefile
Added files:
devel/cmake/patches: patch-Modules_FindRuby_cmake
Log message:
Add support for rubyarchhdrdir and rubyarchlibdir, with fallback to "defaults"
on systems that have such directories but RbConfig doesn't have such options.
Needed for some minor KDE SC parts.
ok dcoppa@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/22 07:32:38
ports/net/php-weathermap/files
Update of /cvs/ports/net/php-weathermap/files
In directory cvs.openbsd.org:/tmp/cvs-serv5872/files
Log Message:
Directory /cvs/ports/net/php-weathermap/files added to the repository
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/22 07:35:18
Modified files:
usr.bin/tmux : server-fn.c
Log message:
Call recalculate_sizes() after killing window in case it is in a grouped
session, from Daniel Ralston.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/04/22 08:04:29
Modified files:
x11/rxvt-unicode: Makefile distinfo
Log message:
Bugfixing update to rxvt-unicode-9.18
- fix regression that caused artifacts on resize.
While here, regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/22 08:05:07
Modified files:
net/php-weathermap: Makefile distinfo
net/php-weathermap/patches: patch-editor_php
patch-lib_datasources_WeatherMapDataSource_mrtg_php
net/php-weathermap/pkg: PLIST
Added files:
net/php-weathermap/files: editor-config.php-dist
Removed files:
net/php-weathermap/patches: patch-editor-config_php-dist
patch-editor_inc_php
Log message:
update to php-weathermap 0.97c; various fixes including SECURITY fixes
to improve input validation in the editor (which is not enabled by default)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/22 08:17:10
Modified files:
www/icedtea-web: Makefile
www/icedtea-web/patches: patch-Makefile_in
patch-plugin_icedteanp_IcedTeaNPPlugin_h
Log message:
Remove build dependency on gtar now that our tar handles PaxHeaders
fine. Regen patches while here.
reminded by fgsch@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/22 08:42:45
Modified files:
audio/mscore : Makefile
audio/mscore/pkg: PLIST
Log message:
switch from @unexec to @unexec-delete for update-desktop-database, as done
for most other ports. ok bcallah@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/04/22 08:55:10
Modified files:
databases/redis: Makefile distinfo
databases/redis/patches: patch-src_redis_c
Log message:
Bugfix update to redis-2.6.12
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/22 09:02:42
Modified files:
usr.sbin/dhcpd : sync.c
Log message:
When sync'ing, look for lease by hwaddr and then ipaddr. Not hwaddr
twice. Simplify logic. Fixes loops while sync'ing for sthen@.
Spotted by & fixed tested by sthen@.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/22 09:10:56
Modified files:
sys/dev/pci : envy.c
sys/dev/pci/drm: drm_irq.c
sys/dev/usb : hidkbd.c
Log message:
handle long long time_t in debug code
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/04/22 09:48:54
Modified files:
net/gajim : Makefile distinfo
Log message:
Update for Gajim to 0.15.3:
* Better handling of SSL errors
* Better handling of canceling file transfer
* Improve farstream calls
And more.
Ok pea@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/22 09:53:46
Modified files:
databases/pgpool: Makefile distinfo
Removed files:
databases/pgpool/patches: patch-watchdog_watchdog_c
Log message:
- update pgpool to 3.2.3
from David Hill, ok pea@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: krw@cvs.openbsd.org 2013/04/22 10:00:11
Modified files:
net/rsync : Makefile
net/rsync/pkg : PLIST
Added files:
net/rsync/pkg : rsyncd.rc
Log message:
Add rsyncd script for /etc/rc.d, now that inetd is no longer on by
default.
Tweaks and feedback from ian@ sthen@ ajacoutot@. ok sthen@ ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/22 10:34:53
Modified files:
usr.bin/tmux : cmd-choose-tree.c
Log message:
Get session of -t window rather than client's window.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/22 11:32:32
Log message:
Import Virtuoso. Needed by Soprano (for tests) and for KDE 4 (Nepomuk).
Virtuoso is a high-performance object-relational SQL database. As
a database, it provides transactions, a smart SQL compiler, powerful
stored-procedure language with optional Java and .Net server-side
hosting, hot backup, SQL-99 support and more. It has all major
data-access interfaces, such as ODBC, JDBC, ADO .Net and OLE/DB.
"I looked at virtuoso and it gave me too much headaches.
Import it then (and polish in-tree)" landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130422
N ports/databases/virtuoso/Makefile
N ports/databases/virtuoso/distinfo
N ports/databases/virtuoso/patches/patch-binsrc_maildrop_Makefile_in
N ports/databases/virtuoso/patches/patch-binsrc_tests_Makefile_in
N ports/databases/virtuoso/patches/patch-binsrc_tests_biftest_bif_sample_c
N ports/databases/virtuoso/patches/patch-binsrc_vspx_vspx_sql
N ports/databases/virtuoso/patches/patch-configure_in
N ports/databases/virtuoso/patches/patch-libsrc_Thread_sched_pthread_c
N ports/databases/virtuoso/patches/patch-libsrc_Thread_thread_int_h
N ports/databases/virtuoso/patches/patch-libsrc_Wi_bif_file_c
N ports/databases/virtuoso/patches/patch-libsrc_Wi_openxml_sql
N ports/databases/virtuoso/patches/patch-libsrc_Wi_system_sql
N ports/databases/virtuoso/patches/patch-libsrc_odbcsdk_include_sqltypes_h
N ports/databases/virtuoso/patches/patch-libsrc_plugin_dlf_h
N ports/databases/virtuoso/patches/patch-libsrc_zlib_contrib_minizip_ioapi_h
N ports/databases/virtuoso/patches/patch-libsrc_Wi_disk_c
N ports/databases/virtuoso/patches/patch-libsrc_Wi_recovery_c
N ports/databases/virtuoso/patches/patch-libsrc_Wi_srvstat_c
N ports/databases/virtuoso/pkg/DESCR
N ports/databases/virtuoso/pkg/PFRAG.shared
N ports/databases/virtuoso/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/04/22 11:33:02
Modified files:
distrib/sets/lists/xbase: md.armish md.landisk
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/22 11:46:55
Modified files:
databases : Makefile
Log message:
Hook up virtuoso.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/22 11:52:42
Modified files:
x11/gnome/gjs : Makefile distinfo
x11/gnome/gjs/pkg: PLIST
Log message:
update gjs to 1.36.1
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/22 12:39:34
Modified files:
net/openvpn : Makefile
Log message:
remove fkr@ as maintainer per his request
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/22 13:13:40
Modified files:
lang/rubinius : Makefile
Log message:
Mark as BROKEN-hppa, no atomic ops on this arch like mips64*.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/22 13:18:16
Modified files:
lang/ruby/2.0 : Makefile
Log message:
Mark as BROKEN-sparc64, segfaults during build
generating constant definitions
../.././ext/socket/mkconstants.rb: [BUG] Segmentation fault
*** Signal SIGABRT in ext/socket
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/22 13:34:10
Modified files:
infrastructure/lib/DPB: Engine.pm
Log message:
make sure things end up in a sane state. In particular, we may add the
same path several times (which is fine for hashes), but we should deal
with RDEPENDS in a consistent way...
problem "noticed" by landry.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/22 13:37:48
Modified files:
devel/p5-File-Next: Makefile distinfo
Log message:
Update to p5-File-Next 1.12, needed by upcoming ack update.
ok pyr@ (MAINTAINER) - note, if someone wants to claim ownership, this
port is up for adoption.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/22 13:38:40
Modified files:
textproc/p5-ack: Makefile distinfo
textproc/p5-ack/pkg: PLIST
Log message:
Update to p5-ack 2.02, add a HOMEPAGE.
ok pyr@ (MAINTAINER) - this port is also up for adoption if someone wants it.
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/04/22 13:49:36
Modified files:
usr.sbin/spamdb: spamdb.c
Log message:
prepare for more time bits; ok millert@ deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/04/22 14:38:43
Modified files:
graphics/feh : Makefile
Added files:
graphics/feh/patches: patch-src_winwidget_c
Log message:
Fix -F --zoom 100 not working when compiling feh with gcc and enabled
optimizations (git commit cc7cb9f381e2687933b960da3599097beb727554)
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/22 14:56:54
Modified files:
infrastructure/lib/DPB: Core.pm
Log message:
forgotten commit, during debug, show more info about what's running on the
core (e.g., job contents)
CVSROOT: /cvs
Module name: ports
Changes by: ratchov@cvs.openbsd.org 2013/04/22 15:14:34
Modified files:
games/allegro : Makefile
games/allegro/files: sndio.c
Log message:
in the sndio backend, assume 16-bit samples are signed and 8-bit
unsigned. Found by rfreeman
ok landry
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/04/22 15:33:16
Modified files:
lib/libc/gen : signal.3
Log message:
Fixed typo.
ok jmc
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/22 16:17:29
Modified files:
usr.bin/tmux : cmd-choose-tree.c tmux.h window-choose.c
Log message:
When using choose-tree -u, start with the current window
highlighted. From Thomas Adam.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/04/22 17:28:07
Modified files:
emulators/fceux: Makefile distinfo
emulators/fceux/patches: patch-SConstruct
emulators/fceux/pkg: PLIST
Log message:
Update to fceux-2.2.1.
ok rfreeman@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/22 19:46:39
Modified files:
usr.sbin/identd: identd.8 identd.c
Log message:
add support for -N as per libexec/identd. this lets users put
.noident in their homedir to have this identd return HIDDEN-USER
instead of their username.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/22 19:55:45
Modified files:
usr.sbin/identd: identd.8 identd.c
Log message:
add support for returning uids instead of usernames via -n, like libexec
identd.
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/04/22 20:04:13
Modified files:
net/snort : Makefile distinfo
net/snort/patches: patch-etc_snort_conf
patch-src_dynamic-plugins_sf_engine_Makefile_in
patch-src_dynamic-preprocessors_Makefile_in
patch-src_dynamic-preprocessors_dcerpc2_Makefile_in
patch-src_dynamic-preprocessors_dnp3_Makefile_in
patch-src_dynamic-preprocessors_dns_Makefile_in
patch-src_dynamic-preprocessors_ftptelnet_Makefile_in
patch-src_dynamic-preprocessors_gtp_Makefile_in
patch-src_dynamic-preprocessors_imap_Makefile_in
patch-src_dynamic-preprocessors_modbus_Makefile_in
patch-src_dynamic-preprocessors_pop_Makefile_in
patch-src_dynamic-preprocessors_reputation_Makefile_in
patch-src_dynamic-preprocessors_sdf_Makefile_in
patch-src_dynamic-preprocessors_sip_Makefile_in
patch-src_dynamic-preprocessors_smtp_Makefile_in
patch-src_dynamic-preprocessors_ssh_Makefile_in
patch-src_dynamic-preprocessors_ssl_Makefile_in
patch-src_preprocessors_Stream5_snort_stream5_tcp_c
Log message:
Update to Snort 2.9.4.5, from Markus Lude (maintainer).
Tested by Markus on sparc64, and by myself on amd64 and i386.
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/22 23:37:35
Modified files:
usr.sbin/identd: identd.8 identd.c
Log message:
remove support for specifying which port you want to run on. there's no
point.
well argued by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/22 23:38:20
Modified files:
usr.sbin/identd: identd.8
Log message:
i forgot to add -n and -N to the synopsis
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/22 23:39:32
Modified files:
usr.sbin/identd: identd.c
Log message:
fix usage to reflect the currently accepted getopt things.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/22 23:43:05
Modified files:
usr.sbin/identd: identd.8
Log message:
i copied too much from the tftpd manpage. identd doesnt take a directory
argument.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/23 00:17:07
Modified files:
usr.sbin/identd: identd.c
Log message:
use stat to see if ~/.noident is there to avoid reimplementing a security
issue from 1988 when using open.
pointed out by deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 00:53:00
Modified files:
devel/ruby-rspec: Makefile.inc
devel/ruby-rspec/1: Makefile
devel/ruby-rspec/core: Makefile
devel/ruby-rspec/expectations: Makefile
devel/ruby-rspec/mocks: Makefile
devel/ruby-rspec/rspec: Makefile
Log message:
- remove unneeded PERMIT_* lines
- update HOMEPAGE
CVSROOT: /cvs
Module name: www
Changes by: pirofti@cvs.openbsd.org 2013/04/23 01:06:51
Modified files:
. : 53.html
Log message:
1111 packages built for sh this release.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/23 01:08:13
Modified files:
usr.bin/biff : biff.1
Log message:
add EXIT STATUS; original diff from Ryan Kavanagh, but i've used the
(similar) text from freebsd;
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/04/23 01:11:27
Modified files:
sbin/fsdb : fsdb.c
Log message:
prepare for more time (bits); ok deraadt@ millert@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 01:17:08
Modified files:
devel/ruby-diff-lcs: Makefile distinfo
devel/ruby-diff-lcs/pkg: PLIST
Log message:
- update to diff-lcs-1.2.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 01:22:57
Modified files:
devel/ruby-rspec/1: Makefile
Log message:
point this HOMEPAGE to the "old" rspec-1 pages.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/23 01:23:56
Modified files:
. : 53.html
Log message:
arm: 4944, and we're out of time.
Thanks tobiasu@ for use of your machine :)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 01:31:07
Modified files:
devel/ruby-jeweler: Makefile distinfo
devel/ruby-jeweler/pkg: PLIST
Log message:
- update to jeweler-1.8.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 01:31:17
Modified files:
devel/ruby-extlib: Makefile distinfo
devel/ruby-extlib/pkg: PLIST
Log message:
- update to extlib-0.9.16
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/23 01:38:05
Modified files:
sys/arch/macppc/dev: adb.c pm_direct.c
sys/arch/macppc/macppc: clock.c
Log message:
Don't assume time_t is an uint32_t.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 01:38:16
Modified files:
devel/ruby-extlib: Makefile
Removed files:
devel/ruby-extlib/patches: patch-Rakefile
Log message:
remove unneeded patch since we can just use json_pure now that it's around
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 01:40:33
Modified files:
devel/ruby-rspec/core: Makefile distinfo
devel/ruby-rspec/core/pkg: DESCR PLIST
Log message:
update to rspec-core-2.13.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 01:40:42
Modified files:
devel/ruby-rspec/expectations: Makefile distinfo
devel/ruby-rspec/expectations/pkg: PLIST
Log message:
update to rspec-expectations-2.13.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 01:40:50
Modified files:
devel/ruby-rspec/mocks: Makefile distinfo
devel/ruby-rspec/mocks/pkg: DESCR PLIST
Log message:
update to rspec-mocks-2.13.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 01:41:17
Modified files:
devel/ruby-rspec/rspec: Makefile distinfo
devel/ruby-rspec/rspec/pkg: PLIST
Log message:
- update to rspec-2.13.0
- tighten dependencies while here
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 01:44:43
Modified files:
devel/ruby-cucumber: Makefile
Log message:
wow, this was a useful HOMEPAGE, still, let's fix it.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/04/23 01:59:31
Modified files:
www/tomcat/v7 : Makefile distinfo
www/tomcat/v7/pkg: PLIST-examples
Log message:
Update to tomcat-7.0.39
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/23 03:22:46
Modified files:
mail/postfwd : Makefile distinfo
mail/postfwd/pkg: PLIST
Log message:
Update to 1.35, some compatibility fixes with newer Perl
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/23 03:31:33
Modified files:
net/openvpn : Makefile
Removed files:
net/openvpn/patches: patch-doc_openvpn_8
patch-src_openvpn_init_c
patch-src_openvpn_options_c
patch-src_openvpn_options_h
patch-src_openvpn_socket_c
patch-src_openvpn_socket_h
Log message:
remove the (minimal) rtable support; shortly after it was added to the
OpenVPN port, "exec" was added to route(8) which provides the same support
in a more general way. use a command like this instead:
"route -T exec openvpn -daemon ..."
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/23 03:40:58
Modified files:
www/webkit : Makefile
Added files:
www/webkit/patches: patch-Source_WTF_wtf_StackBounds_cpp
Log message:
Add a patch to fix stack bounds computation, from David Hill (also
pushed upstream as https://bugs.webkit.org/show_bug.cgi?id=114978)
Seems to fix xombrero/surf crashes on amd64, and seems to magically make
webkit sort-of usable (ie dead-slow, but js seems to work) on powerpc.
(symptom : ** Message: console message: undefined @0: RangeError: Maximum
call stack size exceeded.)
Note : webkit still fails to build on mips64* and hppa. sigh.
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/23 04:33:06
Modified files:
usr.sbin/identd: identd.c
Log message:
sizeof(&foo) isnt as good as sizeof(foo).
found by sthen@
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/04/23 06:00:21
Modified files:
www/aria2 : Makefile distinfo
Log message:
Update for Aria2 to 1.17.0:
* Save options directly specified for download in --save-session
* Save URI returned only from FileEntry::getRemainingUris()
* Use info level log for system trusted ca imports failure
* Implement simple Happy Eyeballs for HTTP/FTP downloads
Ok benoit@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/23 06:28:51
Modified files:
sys/arch/amd64/stand/boot: Makefile
sys/arch/i386/stand/boot: Makefile
Log message:
Remove softraid boot support from fdboot (again).
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/23 06:36:49
Removed files:
sys/arch/amd64/stand/etc: Makefile
sys/arch/i386/stand/etc: Makefile
Log message:
tedu unused makefiles.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/23 06:49:52
Modified files:
sys/dev : softraid.c softraid_raid6.c softraid_raidp.c
softraidvar.h
Log message:
Rename ccb_flag to ccb_flags.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 07:10:46
Modified files:
audio/xmp : Makefile
Added files:
audio/xmp/patches: patch-src_loaders_masi_load_c
Log message:
security fix for CVE-2013-1980, libxmp MASI Parsing Buffer Overflow Vulnerability
note that this port could use an update by someone who cares..
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/23 07:13:11
Modified files:
sys/dev : softraid_raid6.c softraid_raidp.c
Log message:
Do not pass SR_CCBF_FREEBUF unless we are passing an already allocated
buffer that we want freed; set SR_CCBF_FREEBUF when a buffer is allocated
by the addio function.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 07:17:07
Modified files:
devel/srecord : Makefile distinfo
devel/srecord/pkg: PLIST
Removed files:
devel/srecord/pkg: PFRAG.shared
Log message:
update to srecord-1.61
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/23 07:35:08
Modified files:
sys/dev : softraid_raidp.c
Log message:
Convert RAID4/5 to new ccb handling.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/23 07:36:19
Modified files:
sys/dev : softraid_raid6.c
Log message:
Convert RAID6 to new ccb handling.
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/04/23 08:32:26
Modified files:
mail/msmtp : Makefile distinfo
mail/msmtp/patches: patch-scripts_msmtpq_msmtpq
Log message:
update to 1.4.31; OK dcoppa@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/04/23 08:32:53
Modified files:
usr.bin/make : Makefile arch.c arch.h compat.c cond.c dir.c
dir.h dump.c engine.c generate.c gnode.h make.c
memory.c suff.c targ.c targ.h targequiv.c
timestamp.c timestamp.h var.c
Removed files:
usr.bin/make : timestamp_t.h
Log message:
remove TIMESTAMP abstraction layer, prodded by theo.
while there, clean up includes.
use strtoll for ar timestamps (pretty much unused in reality, more
standard conforming than anything)
use idea from Todd to adapt to time_t being 32 bits OR 64 bits
(pedantically correct: INT_MIN would work just fine up to 1910 or so...)
okay millert@, gone thru a make build.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/23 08:50:19
Modified files:
comms/rtl-sdr : Makefile
comms/rtl-sdr/pkg: DESCR PLIST
Added files:
comms/rtl-sdr/patches: patch-src_rtl_fm_c
Log message:
add synchronous mode and hack around mutex problems, allowing rtl_fm to work.
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/04/23 10:02:10
Modified files:
sys/arch/i386/i386: hibernate_machdep.c
sys/arch/amd64/amd64: hibernate_machdep.c
Log message:
Remove obsolete comment, okay mlarkin@.
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/04/23 10:37:23
Modified files:
sys/arch/octeon/include: pci_machdep.h
Log message:
Remove a loongson reference.
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/23 10:41:13
Modified files:
sys/arch/amd64/stand/boot: Makefile
sys/arch/amd64/stand/cdboot: Makefile
sys/arch/amd64/stand/pxeboot: Makefile
sys/arch/i386/stand/boot: Makefile
sys/arch/i386/stand/cdboot: Makefile
sys/arch/i386/stand/pxeboot: Makefile
Log message:
Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - they
are needed for the upcoming type changes.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/23 10:41:27
Modified files:
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: README
Log message:
use the full path to rake in the crontab lines, as /usr/local isn't in the PATH
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/23 10:47:01
Modified files:
www/p5-Apache-Reload: Makefile
www/p5-Apache-Reload/pkg: PLIST
Log message:
Apache2::Reload is included in ap2-mod_perl, remove it from p5-Apache-Reload
which is only intended for use with the old version of mod_perl. Fixes problem
pointed out by Chris Bennett.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 11:29:14
Modified files:
sbin/fsirand : fsirand.c
Log message:
handle big ino_t
ok otto
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 11:29:26
Modified files:
sbin/clri : clri.c
Log message:
handle big ino_t
ok otto
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/23 11:48:17
Modified files:
usr.bin/tee : tee.c
Log message:
rework to simplify, check errors against -1, remove casts, etc.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/23 11:49:45
Modified files:
usr.bin/ssh : misc.c
Log message:
use xasprintf instead of a series of strlcats and strdup. ok djm
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 12:08:40
Modified files:
bin/ls : print.c
usr.bin/find : ls.c
Log message:
handle large ino_t; ok millert
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 12:17:22
Modified files:
usr.sbin/rpc.lockd: lockd_lock.c
Log message:
handle large ino_t
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 12:18:59
Modified files:
usr.sbin/quot : quot.c
Log message:
handle large ino_t
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 12:41:08
Modified files:
bin/rm : rm.c
Log message:
handle large ino_t
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/23 12:58:20
Log message:
Import p5-autobox 2.77 from Chris Bennett.
The autobox pragma allows methods to be called on integers, floats,
strings, arrays, hashes, and code references in exactly the same manner
as blessed references.
The autoboxing is transparent: boxed values are not blessed into their
(user-defined) implementation class (unless the method elects to bestow
such a blessing) - they simply use its methods as though they are.
ok sthen@
Status:
Vendor Tag: cbennett
Release Tags: landry_20130423
N ports/devel/p5-autobox/distinfo
N ports/devel/p5-autobox/Makefile
N ports/devel/p5-autobox/pkg/PLIST
N ports/devel/p5-autobox/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/23 12:58:57
Modified files:
devel : Makefile
Log message:
+p5-autobox
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/04/23 12:59:53
Modified files:
devel/libev : Makefile distinfo
devel/libev/patches: patch-Makefile_in patch-configure
devel/libev/pkg: PLIST
Removed files:
devel/libev/patches: patch-ev_c
devel/libev/pkg: PFRAG.shared
Log message:
Update to libev-4.15.
While here, merge PFRAG.shared into PLIST.
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 13:35:52
Modified files:
sys/arch/socppc/include: autoconf.h
Log message:
remove unused time_t related chunks; ok kettenis
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 13:57:02
Modified files:
sbin/mount_vnd : mount_vnd.c
Log message:
simple repair for large ino_t
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 14:03:05
Modified files:
usr.bin/kdump : kdump.c
Log message:
simple large ino_t handling
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/23 14:34:16
Modified files:
security/clamav: Makefile distinfo
security/clamav/patches: patch-libclamav_Makefile_in
Log message:
SECURITY update to ClamAV 0.97.8
"ClamAV 0.97.8 addresses several reported potential security bugs.
Thanks to Felix Groebert of the Google Security Team for finding and
reporting these issues."
- fixes in PE and autoit decoding
- off by one malloc in SIS format handler
- minor changes to freshclam
- add error checking in md5 (memcpy etc.)
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/23 14:42:38
Modified files:
sys/ufs/ffs : ffs_alloc.c ffs_balloc.c fs.h
Log message:
change ffs layout policy. try to pack meta data in close to the start of
each cylinder group, which should speed up disk access a little and fsck
substantially. adapted from freebsd.
for more info: www.mckusick.com/publications/faster_fsck.pdf
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: martynas@cvs.openbsd.org 2013/04/23 15:02:51
Modified files:
lib/libc/arch/amd64/gen: flt_rounds.S
Log message:
Do a PC-relative relocation for _map rather than going through
GOTPCREL. Uncovered after the binutils patch where it isn't optimized
away at assembly and is forced to go through GOTPCREL. But _map
is effectively a local variable.
Found with cephes by guenther@.
OK guenther@, kettenis@, deraadt@.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/04/23 15:18:57
Modified files:
usr.sbin/identd: identd.8 identd.c
Log message:
support src/libexec/identd's -e option in src/usr.sbin/identd, ok dlg@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 15:27:15
Modified files:
sbin/growfs : growfs.c
Log message:
handle large ino_t; ok tedu
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 15:27:38
Modified files:
sbin/newfs : mkfs.c
Log message:
handle large ino_t; ok tedu
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 15:28:10
Modified files:
sbin/quotacheck: quotacheck.c
Log message:
handle large ino_t; ok tedu
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 15:39:59
Modified files:
sbin/dump : tape.c traverse.c
Log message:
handle large ino_t; ok tedu
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/04/23 17:04:45
Modified files:
sysutils/entr : Makefile distinfo
sysutils/entr/pkg: DESCR
Removed files:
sysutils/entr/patches: patch-regress_sh
Log message:
Update entr to 1.9. MAINTAINER had similar diff.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/23 17:32:46
Modified files:
usr.bin/netstat: unix.c
Log message:
create a method to print the unp_ino (ino_t) properly once it becomes
bigger
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/23 19:26:31
Modified files:
sbin/dhclient : packet.c
Log message:
Follow ISC and freebsd by increasing ip_ttl on packets from 16 to
128, so people living many hops from their dhcp server can still
get leases.
Pointed out by deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/23 20:21:20
Modified files:
x11/mplayer/files: ai_sndio.c
Log message:
Add missing license.
ok ratchov@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/24 00:00:35
Modified files:
usr.sbin/mtrace: mtrace.c
Log message:
kill srandom(); ok claudio
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/04/24 01:01:59
Modified files:
gnu/usr.sbin/sendmail/cf/cf: openbsd-proto.mc openbsd-submit.mc
Log message:
Disable ident queries since ident(1) does not run by default anymore.
ok sthen@ millert@ dlg@ todd@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/24 01:07:58
Modified files:
x11/gnome/tracker/patches: patch-configure_ac
patch-src_libtracker-common_tracker-dbus_c
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/24 01:41:33
Modified files:
astro/stellarium: Makefile distinfo
astro/stellarium/pkg: PLIST
Log message:
Update to stellarium-0.12.1.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/24 01:50:36
Modified files:
security/passwdqc: Makefile distinfo
security/passwdqc/pkg: PLIST
Removed files:
security/passwdqc/pkg: PFRAG.shared
Log message:
update to passwdqc 1.3.0, and install new example php wrapper function.
- improved detection of common character sequences
- improved generation of random passphrases with non-default settings
(including expanded range of possible bit sizes)
- code robustness improvements
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/24 01:58:12
Modified files:
textproc/p5-LaTeX-Driver: Makefile distinfo
Log message:
update to p5-LaTeX-Driver 0.12, from Chris Bennett
CVSROOT: /cvs
Module name: src
Changes by: blambert@cvs.openbsd.org 2013/04/24 02:23:45
Modified files:
sys/arch/amd64/amd64: bios.c
sys/arch/i386/i386: bios.c
Log message:
Use the manufacturer-supplied bios serial/uuid as a source of
uniqueness to seed the random pool; although it's somewhat
hit-or-miss, as serial numbers of 123456789 (I have the same
combination on my luggage!) and lazy uuid instantiation
mean it's not as unique as we would like.
Still, on those boards where the manufacturer isn't a slacker,
it's better than nothing...
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: blambert@cvs.openbsd.org 2013/04/24 02:31:06
Modified files:
sys/kern : subr_disk.c
Log message:
When attaching disks, feed the disklabel's checksum to
the random pool as unique-esque-but-not-secret data.
inspired by conversations with tedu@/deraadt@
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 02:34:45
Modified files:
databases/soprano: Makefile distinfo
databases/soprano/patches: patch-cmake_modules_FindRedland_cmake
databases/soprano/pkg: DESCR PLIST
Added files:
databases/soprano/patches: patch-test_CMakeLists_txt
Log message:
Update Soprano to 2.9.0. Altough not formally required by KDE4 SC, it
behaves better with KDE4 PIM.
Some regression tests still fail, but mostly due to fetching data from
external URLs and such.
"since all the other stuff is disconnected, go ahead with it" landry@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 02:42:13
Log message:
Import Phonon backends, separated since Phonon 4.6.0.
Phonon update will follow shortly.
VLC backend has limited functionality, so default is GStreamer one.
"since all the other stuff is disconnected, go ahead with it" landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/multimedia/phonon-backend/Makefile
N ports/multimedia/phonon-backend/Makefile.inc
N ports/multimedia/phonon-backend/gstreamer/Makefile
N ports/multimedia/phonon-backend/gstreamer/distinfo
N ports/multimedia/phonon-backend/gstreamer/patches/patch-cmake_FindGStreamer_cmake
N ports/multimedia/phonon-backend/gstreamer/patches/patch-gstreamer_CMakeLists_txt
N ports/multimedia/phonon-backend/gstreamer/patches/patch-gstreamer_videowidget_cpp
N ports/multimedia/phonon-backend/gstreamer/pkg/DESCR
N ports/multimedia/phonon-backend/gstreamer/pkg/PLIST
N ports/multimedia/phonon-backend/vlc/Makefile
N ports/multimedia/phonon-backend/vlc/distinfo
N ports/multimedia/phonon-backend/vlc/patches/patch-CMakeLists_txt
N ports/multimedia/phonon-backend/vlc/pkg/DESCR
N ports/multimedia/phonon-backend/vlc/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/24 02:44:35
Modified files:
databases/ruby-hiera: Makefile distinfo
databases/ruby-hiera/pkg: PLIST
Log message:
Update to ruby-hiera-1.2.1.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 02:53:37
Modified files:
multimedia/phonon: Makefile distinfo
multimedia/phonon/pkg: DESCR PLIST
Added files:
multimedia/phonon: phonon.port.mk
multimedia/phonon/patches: patch-cmake_CMakeLists_txt
patch-cmake_FindPhononInternal_cmake
patch-phonon_CMakeLists_txt
patch-phonon_pc_cmake
Log message:
Update Phonon to 4.6.0. Major changes:
* Main library renamed from "phonon" to "phonon_s", to avoid clashing
with Qt4's one.
* Backends now live in multimedia/phonon-backend port (committed earlier).
* The multimedia/phonon module added, to avoid adding complicated
RDEP strings to ports of Phonon users.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 03:06:00
Log message:
Import Akonadi 1.9.1.
Akonadi is a PIM layer, which provides an asynchronous API to access all kind
of PIM data (e.g. mails, contacts, events, todos etc.).
It consists of several processes (generally called the Akonadi server) and a
library (called client library) which encapsulates the communication
between the client and the server.
Note: Akonadi creates a cache of different data in ~/.local/share/akonadi,
using one or the other DB backend. By default, it uses (own) SQLite backend,
it behaves best here. If you change DB backend, you will NOT lose your data,
just the cache will need to be regenerated.
The old version in x11/kde4/akonadi will bite the dust soon.
ok landry@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/productivity/akonadi/Makefile
N ports/productivity/akonadi/distinfo
N ports/productivity/akonadi/patches/patch-server_src_storage_dbconfigpostgresql_cpp
N ports/productivity/akonadi/pkg/DESCR
N ports/productivity/akonadi/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 03:16:23
Modified files:
productivity : Makefile
multimedia : Makefile
Log message:
Link stuff recently imported to the build.
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/24 03:33:41
Modified files:
net/rtmpdump : Makefile distinfo
net/rtmpdump/patches: patch-librtmp_Makefile
Log message:
update to a newer snapshot
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/24 03:52:54
Modified files:
sys/kern : kern_event.c tty.c
sys/sys : event.h
Log message:
When a ucom(4) is removed, it frees the tty with ttyfree(). However if
anyone is waiting with kqueue their knotes may still have a reference to
the tty and later try to use it in the filt_tty* functions.
To avoid this, walk the knotes in ttyfree(), remove them from the tty's
list and invalidate them by setting kn_hook to NODEV. The filter
functions can then check for this and safely ignore the knotes.
ok tedu matthieu
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/24 04:01:33
Modified files:
usr.bin/tmux : server.c tmux.c tmux.h
Log message:
Rename global configuration define.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 04:02:30
Removed files:
x11/kde4/akonadi: Makefile distinfo
x11/kde4/akonadi/patches: patch-AkonadiConfig_cmake_in
x11/kde4/akonadi/pkg: DESCR PLIST
Log message:
Remove outdated Akonadi.
This starts a long run of x11/kde4 commits, please wait...
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/04/24 04:15:47
Modified files:
usr.bin/tmux : tmux.1
Log message:
.Op Fl b not .Fl b for run-shell synopsis, from Ben Boeckel.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/24 04:17:08
Modified files:
sys/netinet : in_proto.c ip_icmp.c ip_input.c ipsec_input.c
sys/netinet6 : icmp6.c in6_proto.c ip6_input.c ip6protosw.h
sys/sys : domain.h protosw.h
Log message:
Instead of having various extern declarations for protocol variables,
declare them once in their corresponding header file.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/24 04:20:15
Modified files:
sys/netmpls : mpls.h mpls_input.c mpls_output.c mpls_proto.c
Log message:
Move various extern declarations into their corresponding header file.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 04:37:15
Modified files:
x11/kde4 : Makefile Makefile.inc kde4.port.mk
Added files:
x11/kde4 : kde-release-helper
Removed files:
x11/kde4 : README
Log message:
Update KDE 4 infrastructure.
okay landry@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 04:42:54
Removed files:
x11/kde4/utils : Makefile distinfo
x11/kde4/utils/pkg: DESCR PLIST
x11/kde4/qimageblitz: Makefile distinfo
x11/kde4/qimageblitz/patches: patch-test_CMakeLists_txt
x11/kde4/qimageblitz/pkg: DESCR PLIST
x11/kde4/graphics: Makefile distinfo
x11/kde4/graphics/patches: patch-cmake_modules_FindLIBGS_cmake
patch-libs_libkdcraw_libraw_src_libraw_cxx_cpp
x11/kde4/graphics/pkg: DESCR PLIST
x11/kde4/games : Makefile distinfo
x11/kde4/games/patches: patch-ksirk_ksirk_iris_src_jdns_jdns_p_h
patch-ksirk_ksirk_iris_src_jdns_jdns_sys_c
patch-ksirk_ksirk_iris_src_xmpp_xmpp-core_securestream_h
patch-ksirk_ksirk_iris_src_xmpp_xmpp-core_simplesasl_cpp
patch-ksirk_ksirk_iris_src_xmpp_xmpp-im_s5b_cpp
x11/kde4/games/pkg: DESCR PLIST
x11/kde4/edu : Makefile distinfo
x11/kde4/edu/patches: patch-kalgebra_calgebra_main_cpp
patch-kmplot_kmplot_view_cpp
x11/kde4/edu/pkg: DESCR PLIST
x11/kde4/base-runtime: Makefile distinfo
x11/kde4/base-runtime/pkg: DESCR PLIST
x11/kde4/base-workspace: Makefile distinfo
x11/kde4/base-workspace/patches: patch-ConfigureChecks_cmake
patch-cmake_modules_UnixAuth_cmake
patch-kcheckpass_kcheckpass_c
patch-kdm_config_def
patch-ksysguard_ksysguardd_OpenBSD_ProcessList_c
patch-libs_ksysguard_processcore_processes_openbsd_p_cpp
x11/kde4/base-workspace/pkg: DESCR PLIST
x11/kde4/attica: Makefile distinfo
x11/kde4/attica/pkg: DESCR PLIST
x11/kde4/accessibility: Makefile distinfo
x11/kde4/accessibility/pkg: DESCR PLIST
x11/kde4/extragear-plasma: Makefile distinfo
x11/kde4/extragear-plasma/patches: patch-applets_frame_frame_cpp
patch-applets_lancelot_app_src_BaseActionWidget_cpp
x11/kde4/extragear-plasma/pkg: DESCR PLIST
x11/kde4/multimedia: Makefile distinfo
x11/kde4/multimedia/patches: patch-CMakeLists_txt
patch-kioslave_audiocd_plugins_wav_encodercda_cpp
patch-libkcompactdisc_wmlib_include_wm_cdda_h
patch-libkcompactdisc_wmlib_plat_openbsd_c
x11/kde4/multimedia/pkg: DESCR PLIST
x11/kde4/velop : Makefile distinfo
x11/kde4/velop/pkg: DESCR PLIST
Log message:
Remove stuff that got renamed, split or moved out of KDE4 SC.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:21:42
Log message:
Analitza is a library part of KAlgebra.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/analitza/Makefile
N ports/x11/kde4/analitza/distinfo
N ports/x11/kde4/analitza/files/FindNcurses.cmake
N ports/x11/kde4/analitza/patches/patch-CMakeLists_txt
N ports/x11/kde4/analitza/patches/patch-calgebra_CMakeLists_txt
N ports/x11/kde4/analitza/patches/patch-calgebra_main_cpp
N ports/x11/kde4/analitza/pkg/DESCR
N ports/x11/kde4/analitza/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:22:31
Log message:
Ark is KDE's file archiver.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/ark/Makefile
N ports/x11/kde4/ark/distinfo
N ports/x11/kde4/ark/pkg/DESCR
N ports/x11/kde4/ark/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:24:28
Log message:
KIO slave that allows treating audio CDs like a "real" filesystem,
where tracks are represented as files and, when copied from the
folder, are digitally extracted from the CD. This ensures a perfect
copy of the audio data.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/audiocd-kio/Makefile
N ports/x11/kde4/audiocd-kio/distinfo
N ports/x11/kde4/audiocd-kio/patches/patch-plugins_wav_encodercda_cpp
N ports/x11/kde4/audiocd-kio/pkg/DESCR
N ports/x11/kde4/audiocd-kio/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:25:07
Log message:
KDE KSplash theme.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/base-artwork/Makefile
N ports/x11/kde4/base-artwork/distinfo
N ports/x11/kde4/base-artwork/pkg/DESCR
N ports/x11/kde4/base-artwork/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:28:32
Log message:
Base KDE applications. Selected highlights:
* Dolphin: The new kde4 file manager.
* kdialog: Allows to display menu boxes from shell scripts.
* KFind: File find utility (standalone and in Konqueror's file manager).
* Konqueror: The file manager and web browser you get easily used to.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/baseapps/Makefile
N ports/x11/kde4/baseapps/distinfo
N ports/x11/kde4/baseapps/patches/patch-konq-plugins_validators_FindLibTidy_cmake
N ports/x11/kde4/baseapps/patches/patch-konq-plugins_validators_config-konq-validator_h_cmake
N ports/x11/kde4/baseapps/patches/patch-konq-plugins_validators_tidy_validator_cpp
N ports/x11/kde4/baseapps/pkg/DESCR
N ports/x11/kde4/baseapps/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:29:13
Log message:
Blinken is the KDE version of the well-known game Simon Says. Follow
the pattern of sounds and lights as long as you can! Press the start
game button to begin. Watch the computer and copy the pattern it makes.
Complete the sequence in the right order to win.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/blinken/Makefile
N ports/x11/kde4/blinken/distinfo
N ports/x11/kde4/blinken/pkg/DESCR
N ports/x11/kde4/blinken/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:29:41
Log message:
Bomber is a single player arcade game. The player is
invading various cities in a plane that is decreasing in
height.
The goal of the game is to destroy all the buildings and
advance to the next level. Each level gets a harder by
increasing the speed of the plane and the height of the
buildings.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/bomber/Makefile
N ports/x11/kde4/bomber/distinfo
N ports/x11/kde4/bomber/pkg/DESCR
N ports/x11/kde4/bomber/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:30:16
Log message:
Bovo is a Gomoku-like game for two players.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/bovo/Makefile
N ports/x11/kde4/bovo/distinfo
N ports/x11/kde4/bovo/pkg/DESCR
N ports/x11/kde4/bovo/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:31:00
Log message:
Cantor is an application that lets you use your favorite mathematical
applications from within a nice KDE-integrated Worksheet Interface. It
offers assistant dialogs for common tasks and allows you to share your
worksheets with others.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/cantor/Makefile
N ports/x11/kde4/cantor/distinfo
N ports/x11/kde4/cantor/patches/patch-src_backends_R_rserver_rcallbacks_cpp
N ports/x11/kde4/cantor/pkg/DESCR
N ports/x11/kde4/cantor/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:31:49
Log message:
A multimedia player where the focus is on simplicity, instead of
features.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/dragon/Makefile
N ports/x11/kde4/dragon/distinfo
N ports/x11/kde4/dragon/pkg/DESCR
N ports/x11/kde4/dragon/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:32:49
Log message:
FFmpeg-based thumbnail creation module for KDE file browsing windows.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/ffmpegthumbs/Makefile
N ports/x11/kde4/ffmpegthumbs/distinfo
N ports/x11/kde4/ffmpegthumbs/pkg/DESCR
N ports/x11/kde4/ffmpegthumbs/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:33:25
Log message:
Filelight allows you to quickly understand where your diskspace is
being used by graphically representing your filesystem.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/filelight/Makefile
N ports/x11/kde4/filelight/distinfo
N ports/x11/kde4/filelight/pkg/DESCR
N ports/x11/kde4/filelight/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:34:17
Log message:
Granatier is a clone of the classic Bomberman(TM) game, inspired
by the work of the Clanbomber clone.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/granatier/Makefile
N ports/x11/kde4/granatier/distinfo
N ports/x11/kde4/granatier/pkg/DESCR
N ports/x11/kde4/granatier/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:35:04
Log message:
KDE mobipocket plugins for Strigi, Okular and thumbnails.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/graphics-mobipocket/Makefile
N ports/x11/kde4/graphics-mobipocket/distinfo
N ports/x11/kde4/graphics-mobipocket/pkg/DESCR
N ports/x11/kde4/graphics-mobipocket/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:35:52
Log message:
Collection of graphics files analyzers for Strigi database.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/graphics-strigi-analyzer/Makefile
N ports/x11/kde4/graphics-strigi-analyzer/distinfo
N ports/x11/kde4/graphics-strigi-analyzer/pkg/DESCR
N ports/x11/kde4/graphics-strigi-analyzer/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:36:37
Log message:
Collection of KDE plugins for getting thumbnails from different types
of files.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/graphics-thumbnailers/Makefile
N ports/x11/kde4/graphics-thumbnailers/distinfo
N ports/x11/kde4/graphics-thumbnailers/pkg/DESCR
N ports/x11/kde4/graphics-thumbnailers/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:37:23
Log message:
Gwenview is a simple image viewer for KDE which offers a folder tree
window and a file list window for navigating easily through your image
file hierarchy.
Features:
- correct rendering of alpha-channel in images
- docked windows for a configurable layout
- full screen mode
- a thumbnail view
- background thumbnail generation
- center images in view
- zooming (including fit-to-window)
- support for IO slaves
- multi-selection support
- bookmarks
- image rotation and mirroring
- advanced keyboard navigation, Opera-like next / previous mouse navigation
and customizable mouse-wheel navigation
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/gwenview/Makefile
N ports/x11/kde4/gwenview/distinfo
N ports/x11/kde4/gwenview/patches/patch-CMakeLists_txt
N ports/x11/kde4/gwenview/pkg/DESCR
N ports/x11/kde4/gwenview/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:38:19
Log message:
Jovie is KDE's text-to-speech application, formerly a part of
accessibility package.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/jovie/Makefile
N ports/x11/kde4/jovie/distinfo
N ports/x11/kde4/jovie/pkg/DESCR
N ports/x11/kde4/jovie/pkg/PLIST
N ports/x11/kde4/jovie/patches/patch-cmake_FindSpeechd_cmake
N ports/x11/kde4/jovie/patches/patch-jovie_CMakeLists_txt
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:38:51
Log message:
Juk is a jukebox, tagger and music collection manager for KDE.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/juk/Makefile
N ports/x11/kde4/juk/distinfo
N ports/x11/kde4/juk/pkg/DESCR
N ports/x11/kde4/juk/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:39:30
Log message:
kaccessible implements a QAccessibleBridgePlugin to provide
accessibility services like focus tracking and a screenreader
application.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kaccessible/Makefile
N ports/x11/kde4/kaccessible/distinfo
N ports/x11/kde4/kaccessible/pkg/DESCR
N ports/x11/kde4/kaccessible/pkg/PLIST
N ports/x11/kde4/kaccessible/patches/patch-CMakeLists_txt
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:41:12
Log message:
System service to manage user's activities, track the usage patterns etc.
Note that we avoid kactivities daemon from being built: it requires modern
compiler (with decent C++0x support) and doesn't work anyway.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kactivities/Makefile
N ports/x11/kde4/kactivities/distinfo
N ports/x11/kde4/kactivities/patches/patch-src_service_Application_cpp
N ports/x11/kde4/kactivities/pkg/DESCR
N ports/x11/kde4/kactivities/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:41:52
Log message:
Kajongg is the ancient Chinese board game for 4 players. Kajongg can be
used in two different ways: Scoring a manual game where you play as
always and use Kajongg for the computation of scores and
for bookkeeping. Or you can use Kajongg to play against any combination
of other human players or computer players.
If you are looking for Mah Jongg solitaire, use the kmahjongg package.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kajongg/Makefile
N ports/x11/kde4/kajongg/distinfo
N ports/x11/kde4/kajongg/pkg/DESCR
N ports/x11/kde4/kajongg/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:42:15
Log message:
KAlgebra is a fully featured calculator that lets you plot different
types of 2D and 3D functions and to calculate easy and not so easy
calculations, such as addition, trigonometric functions or derivatives.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kalgebra/Makefile
N ports/x11/kde4/kalgebra/distinfo
N ports/x11/kde4/kalgebra/patches/old-patch-calgebra_main_cpp
N ports/x11/kde4/kalgebra/pkg/DESCR
N ports/x11/kde4/kalgebra/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:46:42
Log message:
Kalzium is an application which will show you some information about the
periodic system of the elements. Therefore you could use it as an
information database.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kalzium/Makefile
N ports/x11/kde4/kalzium/distinfo
N ports/x11/kde4/kalzium/patches/patch-cmake_modules_FindLibfacile_cmake
N ports/x11/kde4/kalzium/pkg/DESCR
N ports/x11/kde4/kalzium/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:49:15
Log message:
Digital camera support for KDE.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kamera/Makefile
N ports/x11/kde4/kamera/distinfo
N ports/x11/kde4/kamera/pkg/DESCR
N ports/x11/kde4/kamera/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:49:43
Log message:
Kanagram is a game that is based on the word/letter puzzles that the
author played as a child. A word is picked at random and displayed with
its letters in a messed order, with difficulty dependent on the chosen
level. You have an unlimited number of attempts, and scores are kept.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kanagram/Makefile
N ports/x11/kde4/kanagram/distinfo
N ports/x11/kde4/kanagram/pkg/DESCR
N ports/x11/kde4/kanagram/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:50:18
Log message:
Kapman is a clone of the well known game Pac-Man. You must go through
the levels escaping ghosts in a maze. You lose a life when a ghost
eats you, but you can eat the ghosts for a few seconds when eating
an energizer. You win points when eating pills, energizers, and
bonus, and you win one life for each 10,000 points. When you have
eaten all the pills and energizers of a level, you go to the next
level, and the player and ghost speeds increase. The game ends when
you have lost all your lives.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kapman/Makefile
N ports/x11/kde4/kapman/distinfo
N ports/x11/kde4/kapman/pkg/DESCR
N ports/x11/kde4/kapman/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:51:46
Log message:
A fast and advanced text editor, extensible with nice plugins.
Supports vi mode and editing sessions.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kate/Makefile
N ports/x11/kde4/kate/distinfo
N ports/x11/kde4/kate/pkg/DESCR
N ports/x11/kde4/kate/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:53:55
Log message:
Katomic is both fun and educational game built around molecular
geometry. It employs simplistic two-dimensional looks at different
chemical elements.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/katomic/Makefile
N ports/x11/kde4/katomic/distinfo
N ports/x11/kde4/katomic/pkg/DESCR
N ports/x11/kde4/katomic/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:56:30
Log message:
KBlackbox is a game of hide and seek played on a grid of boxes where
the computer has hidden several balls.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kblackbox/Makefile
N ports/x11/kde4/kblackbox/distinfo
N ports/x11/kde4/kblackbox/pkg/DESCR
N ports/x11/kde4/kblackbox/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:56:52
Log message:
KBlocks is the classic falling blocks game. The idea is stack the
falling blocks in a way that lines are completely filled. When a
line is completed it is removed, and more space is available in the
play area. When there is not enough space for blocks to fall, the
game is over.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kblocks/Makefile
N ports/x11/kde4/kblocks/distinfo
N ports/x11/kde4/kblocks/pkg/DESCR
N ports/x11/kde4/kblocks/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:57:17
Log message:
KBounce is a single player arcade game with the elements of puzzle.
It is played on a field, surrounded by walls, with two or more balls
that move about in the field bouncing off of walls. The player can
build new walls, decreasing the size of the active field.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kbounce/Makefile
N ports/x11/kde4/kbounce/distinfo
N ports/x11/kde4/kbounce/pkg/DESCR
N ports/x11/kde4/kbounce/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:57:42
Log message:
KBreakout is a Breakout-like game. The object of the game is to
destroy as many bricks as possible without losing the ball.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kbreakout/Makefile
N ports/x11/kde4/kbreakout/distinfo
N ports/x11/kde4/kbreakout/pkg/DESCR
N ports/x11/kde4/kbreakout/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:58:02
Log message:
KBruch is a small program to practice calculating with fractions for
KDE.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kbruch/Makefile
N ports/x11/kde4/kbruch/distinfo
N ports/x11/kde4/kbruch/pkg/DESCR
N ports/x11/kde4/kbruch/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:58:39
Log message:
KCharSelect is used to select special characters from all installed
fonts and copy them to the clipboard.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kcharselect/Makefile
N ports/x11/kde4/kcharselect/distinfo
N ports/x11/kde4/kcharselect/pkg/DESCR
N ports/x11/kde4/kcharselect/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:59:19
Log message:
KDiskFree displays available file devices (hard disk drives, floppy,
CD/DVD etc.) along with information on their capacity, free space,
type, mount point etc.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kdf/Makefile
N ports/x11/kde4/kdf/distinfo
N ports/x11/kde4/kdf/pkg/DESCR
N ports/x11/kde4/kdf/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 05:59:50
Log message:
KDiamond is a single player puzzle game. The object of the game is
to build lines of three similar diamonds.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kdiamond/Makefile
N ports/x11/kde4/kdiamond/distinfo
N ports/x11/kde4/kdiamond/pkg/DESCR
N ports/x11/kde4/kdiamond/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:00:46
Log message:
KFloppy is a graphical format utility for 3.5" and 5.25" floppy disks.
Totally untested in production due to lack of hardware in my notebook.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kfloppy/Makefile
N ports/x11/kde4/kfloppy/distinfo
N ports/x11/kde4/kfloppy/patches/patch-floppy_cpp
N ports/x11/kde4/kfloppy/patches/patch-format_cpp
N ports/x11/kde4/kfloppy/patches/patch-format_h
N ports/x11/kde4/kfloppy/pkg/DESCR
N ports/x11/kde4/kfloppy/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:01:14
Log message:
KFourInLine is a board game for two players based on the Connect-Four(TM)
game. The players try to build up a row of four pieces using different
strategies. Pieces are placed on a board. The game can also be
played against a computer.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kfourinline/Makefile
N ports/x11/kde4/kfourinline/distinfo
N ports/x11/kde4/kfourinline/pkg/DESCR
N ports/x11/kde4/kfourinline/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:01:40
Log message:
KGamma package provides screen gamma management through
SystemSettings applet for KDE.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kgamma/Makefile
N ports/x11/kde4/kgamma/distinfo
N ports/x11/kde4/kgamma/pkg/DESCR
N ports/x11/kde4/kgamma/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:02:13
Log message:
KGeography is a geography learning tool, which allows you to learn
about the political divisions of some countries (divisions, capitals
of those divisions and their associated flags if there are some).
It is part of the KDE Education Project.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kgeography/Makefile
N ports/x11/kde4/kgeography/distinfo
N ports/x11/kde4/kgeography/pkg/DESCR
N ports/x11/kde4/kgeography/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:02:51
Log message:
KGoldRunner is a game of action and puzzle solving. Run through the
maze, dodge your enemies, collect all the gold and climb up to the
next level.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kgoldrunner/Makefile
N ports/x11/kde4/kgoldrunner/distinfo
N ports/x11/kde4/kgoldrunner/pkg/DESCR
N ports/x11/kde4/kgoldrunner/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:03:38
Log message:
KGpg is a simple interface to GnuPG.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kgpg/Makefile
N ports/x11/kde4/kgpg/distinfo
N ports/x11/kde4/kgpg/patches/patch-kgpg_kcfg
N ports/x11/kde4/kgpg/pkg/DESCR
N ports/x11/kde4/kgpg/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:04:31
Log message:
KHangMan is the classical hangman game. The child should guess a
word letter by letter. At each miss, the picture of a hangman
appears. After 10 tries, if the word is not guessed, the game is
over and the answer is displayed. A hint can be shown to help you
guess the word.
The words are nouns and available in several languages at the moment
including English US, Bulgarian, Catalan, Czech, Danish, German,
Greek, British English, Spanish, Estonian, Finnish, French, Irish
(Gaelic), Hungarian, Italian, Norwegian (Bokml), Dutch, Norwegian
(Nynorsk), Occitan, Punjabi, Polish, Portuguese, Brazilian Portuguese,
Russian, Slovenian, Serbian, Slovak, Swedish, Tajik, Turkish and
Ukrainian. The program will detect which languages are present and
enable them. You will also be able to easily download other languages
via the Get New Stuff dialog.
There are at least 4 categories per language: easy, medium, hard
and animals which contains only animals nouns.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/khangman/Makefile
N ports/x11/kde4/khangman/distinfo
N ports/x11/kde4/khangman/pkg/DESCR
N ports/x11/kde4/khangman/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:04:54
Log message:
Kig is a program for exploring geometric constructions.
It is part of the KDE Education Project.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kig/Makefile
N ports/x11/kde4/kig/distinfo
N ports/x11/kde4/kig/patches/patch-CMakeLists_txt
N ports/x11/kde4/kig/pkg/DESCR
N ports/x11/kde4/kig/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:05:16
Log message:
Go is a strategic board game for two players. It is also known as igo
(Japanese), weiqi or wei ch'i (Chinese) or baduk (Korean). Go is noted
for being rich in strategic complexity despite its simple rules.
The game is played by two players who alternately place black and white
stones (playing pieces, now usually made of glass or plastic) on the
vacant intersections of a grid of 19x19 lines (9x9 or 13x13 lines for
easier flavors).
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kigo/Makefile
N ports/x11/kde4/kigo/distinfo
N ports/x11/kde4/kigo/pkg/DESCR
N ports/x11/kde4/kigo/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:05:41
Log message:
KillBots is a simple game of evading killer robots. Who created the
robots and why they have been programmed to destroy, no one knows.
All that is known is that the robots are numerous and their sole
objective is to destroy you. Fortunately for you, their creator has
focused on quantity rather than quality and as a result the robots
are severely lacking in intelligence. Your superior wit and a fancy
teleportation device are your only weapons against the never-ending
stream of mindless automatons.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/killbots/Makefile
N ports/x11/kde4/killbots/distinfo
N ports/x11/kde4/killbots/pkg/DESCR
N ports/x11/kde4/killbots/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:06:18
Log message:
KDE 4 bindings for .NET/Mono.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kimono/Makefile
N ports/x11/kde4/kimono/distinfo
N ports/x11/kde4/kimono/patches/patch-CMakeLists_txt
N ports/x11/kde4/kimono/patches/patch-akonadi_CMakeLists_txt
N ports/x11/kde4/kimono/pkg/DESCR
N ports/x11/kde4/kimono/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:07:30
Log message:
Kiriki is an addictive and fun dice game for KDE, designed to be
played by as many as six players. Participants have to collect
points by rolling five dice for up to three times per single turn.
Each roll generates a specific combination of numbers which the
player is free to either accept or decline. However, each specific
combination of numbers can be accepted only once. After thirteen
turns the game ends and the scores are compared. The player with
the largest amount of points wins the game.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kiriki/Makefile
N ports/x11/kde4/kiriki/distinfo
N ports/x11/kde4/kiriki/pkg/DESCR
N ports/x11/kde4/kiriki/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:07:54
Log message:
Kiten is a Japanese reference tool. Features:
* Search with English keyword, Japanese reading, or a Kanji
string on a list of EDICT files.
* Search with English keyword, Japanese reading, number of
strokes, grade number, or a Kanji on a list of KANJIDIC files.
* Comes with all necessary files.
* Limit searches to only common entries.
* Nested searches of results possible.
* Compact, small, fast interface.
* Global KDE keybindings for searching highlighted strings.
* Browse Kanji by grade.
It is part of the KDE Education Project.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kiten/Makefile
N ports/x11/kde4/kiten/distinfo
N ports/x11/kde4/kiten/pkg/DESCR
N ports/x11/kde4/kiten/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:08:23
Log message:
KJumpingCube is a simple tactical game. You can play it against the
computer or a friend - or you can set up a game between two computer
players and just watch.
The playing area is a box of cubes containing points. When the game
starts each cube has one point, no owner and a neutral color. If
you click on a neutral cube it becomes yours, changes to your color
and increases by one point. Your objective is to capture all the
cubes, but now it is your opponent's turn.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kjumpingcube/Makefile
N ports/x11/kde4/kjumpingcube/distinfo
N ports/x11/kde4/kjumpingcube/pkg/DESCR
N ports/x11/kde4/kjumpingcube/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:08:56
Log message:
KLettres aims to help to learn the alphabet and then to read some
syllables in different languages. It is meant to help learning the
very first sounds of a new language, for children or for adults.
Currently 25 languages are available: Arabic, Czech, Brazilian
Portuguese, Danish, Dutch, British English, English, English Phonix,
French, German, Hebrew, Hungarian, Italian, Kannada, Hebrew, Hindi
Romanized, Low Saxon, Luganda, Malayalam, Norwegian Bokml, Punjabi,
Spanish, Slovak, Ukrainian and Telugu, you can choose them using
the Languages menu. A toolbar with the special characters per
language is provided if you don't have the correct country keyboard
or the keyboard layout to be able to display correctly the accented
letters.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/klettres/Makefile
N ports/x11/kde4/klettres/distinfo
N ports/x11/kde4/klettres/pkg/DESCR
N ports/x11/kde4/klettres/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:09:19
Log message:
Klickety is a KDE adaptation of the "clickomania" game.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/klickety/Makefile
N ports/x11/kde4/klickety/distinfo
N ports/x11/kde4/klickety/pkg/DESCR
N ports/x11/kde4/klickety/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:09:50
Log message:
KolorLines is a simple but highly addictive, one player game for KDE.
KolorLines has been inspired by well known game of Color Lines, written
for DOS, by Olga Demina, Igor Ivkin and Gennady Denisov back in 1992.
The goal of KolorLines is quite plain. The player has to move the
colored balls around the game board, gathering them into the lines of
the same color by five. Once the line is complete it is removed from the
board, therefore freeing precious space. In the same time the new balls
keep arriving by three after each move, filling up the game board.
KolorLines cannot be won, and is played against the high score
exclusively. The game ends once the whole game board is filled up
with balls.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/klines/Makefile
N ports/x11/kde4/klines/distinfo
N ports/x11/kde4/klines/pkg/DESCR
N ports/x11/kde4/klines/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:10:11
Log message:
KMag is a screen magnifier, useful for making stuff readable.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kmag/Makefile
N ports/x11/kde4/kmag/distinfo
N ports/x11/kde4/kmag/pkg/DESCR
N ports/x11/kde4/kmag/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:10:37
Log message:
In KMahjongg the tiles are scrambled and staked on top of each other
to resemble a certain shape. The player then is expected to remove all
the tiles off the game board by locating each tile's matching pair.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kmahjongg/Makefile
N ports/x11/kde4/kmahjongg/distinfo
N ports/x11/kde4/kmahjongg/pkg/DESCR
N ports/x11/kde4/kmahjongg/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:11:55
Log message:
KMines is the classic Minesweeper game. The idea is to uncover all
the squares without blowing up any mines. When a mine is blown up,
the game is over.
Hint: try to use middle mouse button.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kmines/Makefile
N ports/x11/kde4/kmines/distinfo
N ports/x11/kde4/kmines/pkg/DESCR
N ports/x11/kde4/kmines/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:12:22
Log message:
KMix is an audio mixer controller. On OpenBSD it is forced to use
PulseAudio as backend.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kmix/Makefile
N ports/x11/kde4/kmix/distinfo
N ports/x11/kde4/kmix/patches/patch-CMakeLists_txt
N ports/x11/kde4/kmix/patches/patch-backends_kmix-backends_cpp
N ports/x11/kde4/kmix/pkg/DESCR
N ports/x11/kde4/kmix/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:12:43
Log message:
kmousetool is a program which clicks the mouse for you.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kmousetool/Makefile
N ports/x11/kde4/kmousetool/distinfo
N ports/x11/kde4/kmousetool/pkg/DESCR
N ports/x11/kde4/kmousetool/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:13:09
Log message:
A type-and-say frontend for speech synthesizers.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kmouth/Makefile
N ports/x11/kde4/kmouth/distinfo
N ports/x11/kde4/kmouth/pkg/DESCR
N ports/x11/kde4/kmouth/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:13:38
Log message:
KmPlot is a mathematical function plotter for the KDE.
It has built in a powerfull parser. You can plot different functions
simultaneously and combine their function terms to build new
functions. KmPlot supports functions with parameters and functions
in polar coordinates. Several grid modes are possible. Plots may
be printed with high precision in correct scale.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kmplot/Makefile
N ports/x11/kde4/kmplot/distinfo
N ports/x11/kde4/kmplot/patches/patch-kmplot_view_cpp
N ports/x11/kde4/kmplot/pkg/DESCR
N ports/x11/kde4/kmplot/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:15:26
Log message:
KNavalBattle is a ship sinking game for KDE. Ships are placed on a
board which represents the sea. Players try to hit each others ships
in turns without knowing where they are placed. The first player
to destroy all ships wins the game.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/knavalbattle/Makefile
N ports/x11/kde4/knavalbattle/distinfo
N ports/x11/kde4/knavalbattle/pkg/DESCR
N ports/x11/kde4/knavalbattle/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:15:47
Log message:
KNetwalk is a single player logic game. Construct the network,
connecting all the terminals to the server in the fewest turns possible.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/knetwalk/Makefile
N ports/x11/kde4/knetwalk/distinfo
N ports/x11/kde4/knetwalk/pkg/DESCR
N ports/x11/kde4/knetwalk/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:16:10
Log message:
Kolf is a miniature golf game with 2D top-down view. Courses are
dynamic, and up to 10 people can play at once in competition. Kolf
comes with a tutorial course.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kolf/Makefile
N ports/x11/kde4/kolf/distinfo
N ports/x11/kde4/kolf/pkg/DESCR
N ports/x11/kde4/kolf/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:16:35
Log message:
A simple ball dodging game for KDE 4.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kollision/Makefile
N ports/x11/kde4/kollision/distinfo
N ports/x11/kde4/kollision/pkg/DESCR
N ports/x11/kde4/kollision/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:16:58
Log message:
Kolourpaint is a simple but feature-rich raster image editor
for KDE.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kolourpaint/Makefile
N ports/x11/kde4/kolourpaint/distinfo
N ports/x11/kde4/kolourpaint/pkg/DESCR
N ports/x11/kde4/kolourpaint/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:17:18
Log message:
Konquest is the KDE version of Gnu-Lactic. Players conquer other
planets by sending ships to them. The goal is to build an interstellar
empire and ultimately conqueror all other player's planets. Konquest
can be played against other people or a computer.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/konquest/Makefile
N ports/x11/kde4/konquest/distinfo
N ports/x11/kde4/konquest/pkg/DESCR
N ports/x11/kde4/konquest/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:17:46
Log message:
Konsole is an X terminal emulator for the KDE platform, allowing
users to have a convenient way to use the command line. Aside from
providing a way to use a powerful shell, Konsole also offers features
that make it easier or more pleasurable to work in the command line,
such as profile management, scrollback, and color schemes, including
translucency for effects.
Konsole also provides an embedded KPart terminal which is used by
apps such as Yakuake, Dolphin, and Kate, giving users a consistent
and familiar interface when working in the command line.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/konsole/Makefile
N ports/x11/kde4/konsole/distinfo
N ports/x11/kde4/konsole/pkg/DESCR
N ports/x11/kde4/konsole/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:18:23
Log message:
Korundum is KDE bindings for Ruby.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/korundum/Makefile
N ports/x11/kde4/korundum/distinfo
N ports/x11/kde4/korundum/patches/patch-CMakeLists_txt
N ports/x11/kde4/korundum/patches/patch-examples_dbpedia_references_CMakeLists_txt
N ports/x11/kde4/korundum/patches/patch-modules_plasma_examples_applets_analog-clock_CMakeLists_txt
N ports/x11/kde4/korundum/patches/patch-modules_plasma_examples_applets_digital-clock_CMakeLists_txt
N ports/x11/kde4/korundum/pkg/DESCR
N ports/x11/kde4/korundum/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:18:53
Log message:
To play patience you need, as the name suggests, patience. For simple
games, where the way the game goes depends only upon how the cards fall,
your patience might be the only thing you need.
There are also patience games where you must plan your strategy and
think ahead in order to win.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kpat/Makefile
N ports/x11/kde4/kpat/distinfo
N ports/x11/kde4/kpat/pkg/DESCR
N ports/x11/kde4/kpat/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:19:13
Log message:
KRemoteControl (formerly KDELirc) is a KDE frontend for remote
controls.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kremotecontrol/Makefile
N ports/x11/kde4/kremotecontrol/distinfo
N ports/x11/kde4/kremotecontrol/pkg/DESCR
N ports/x11/kde4/kremotecontrol/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:19:37
Log message:
KReversi is a simple one player strategy game played against the
computer. If a player's piece is captured by an opposing player,
that piece is turned over to reveal the color of that player. A
winner is declared when one player has more pieces of his own color
on the board and there are no more possible moves.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kreversi/Makefile
N ports/x11/kde4/kreversi/distinfo
N ports/x11/kde4/kreversi/pkg/DESCR
N ports/x11/kde4/kreversi/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:20:42
Log message:
Kross-interpreters is a collection of KDE 4 bindings helper, for
running different language interpreters.
Currently it contains helpers for Python, Ruby and Java.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kross-interpreters/Makefile
N ports/x11/kde4/kross-interpreters/distinfo
N ports/x11/kde4/kross-interpreters/pkg/DESCR-java
N ports/x11/kde4/kross-interpreters/pkg/DESCR-main
N ports/x11/kde4/kross-interpreters/pkg/PLIST-java
N ports/x11/kde4/kross-interpreters/pkg/PLIST-main
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:21:12
Log message:
KRuler is a simple screen ruler application for KDE.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kruler/Makefile
N ports/x11/kde4/kruler/distinfo
N ports/x11/kde4/kruler/pkg/DESCR
N ports/x11/kde4/kruler/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:21:40
Log message:
ksaneplugin package provides user interface for scanning
through libksane in KDE.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/ksaneplugin/Makefile
N ports/x11/kde4/ksaneplugin/distinfo
N ports/x11/kde4/ksaneplugin/pkg/DESCR
N ports/x11/kde4/ksaneplugin/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:26:46
Log message:
Audio CD player for KDE.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kscd/Makefile
N ports/x11/kde4/kscd/distinfo
N ports/x11/kde4/kscd/patches/patch-CMakeLists_txt
N ports/x11/kde4/kscd/pkg/DESCR
N ports/x11/kde4/kscd/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:28:54
Log message:
KShisen is a solitaire-like game played using the standard set of
Mahjong tiles. Unlike Mahjong however, KShisen has only one layer of
scrambled tiles.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kshisen/Makefile
N ports/x11/kde4/kshisen/distinfo
N ports/x11/kde4/kshisen/pkg/DESCR
N ports/x11/kde4/kshisen/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:30:36
Log message:
KsirK computerized version of a well known strategy game. In the current
version, KsirK is a multi-player network-enabled game with an AI.
The goal of the game is simply to conquer the World. It is done by
attacking your neighbors with your armies.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/ksirk/Makefile
N ports/x11/kde4/ksirk/distinfo
N ports/x11/kde4/ksirk/patches/patch-ksirk_iris_src_jdns_jdns_p_h
N ports/x11/kde4/ksirk/patches/patch-ksirk_iris_src_jdns_jdns_sys_c
N ports/x11/kde4/ksirk/patches/patch-ksirk_iris_src_xmpp_zlib_zlibcompressor_cpp
N ports/x11/kde4/ksirk/pkg/DESCR
N ports/x11/kde4/ksirk/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:31:08
Log message:
KTron is a simple snake duel game for the KDE. You can play KTron
against the computer or a friend. The aim of the game is to live
longer than your opponent. To do that, avoid running into a wall,
your own tail and that of your opponent.
KSnakeDuel is a simple Snake-like game for the KDE. The aim of
KSnake is to survive as long as possible and eat as many fruits as
you can.
You can switch between these games using the game type selector in
the configuration dialog.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/ksnakeduel/Makefile
N ports/x11/kde4/ksnakeduel/distinfo
N ports/x11/kde4/ksnakeduel/pkg/DESCR
N ports/x11/kde4/ksnakeduel/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:31:32
Log message:
KSnapshot is a simple and powerful shapshot utility for KDE.
Main features:
- Include or exclude mouse pointer from screen.
- Taking a picture from the whole screen, particular window
or any other part of screen.
- Snapshots can be non-polygonal.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/ksnapshot/Makefile
N ports/x11/kde4/ksnapshot/distinfo
N ports/x11/kde4/ksnapshot/pkg/DESCR
N ports/x11/kde4/ksnapshot/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:32:17
Log message:
In KSpaceduel each of two possible players controls a satellite
spaceship orbiting the sun. As the game progresses players have
to eliminate opponent's spacecraft.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kspaceduel/Makefile
N ports/x11/kde4/kspaceduel/distinfo
N ports/x11/kde4/kspaceduel/pkg/DESCR
N ports/x11/kde4/kspaceduel/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/24 06:34:15
Modified files:
sys/netinet : ip_output.c
Log message:
ansify.
ok mikeb@, haesbaert@
jajaja miod@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:45:08
Log message:
KSquares is modeled after the well known pen and paper based game
of Dots and Boxes. The idea behind KSquares is to construct squares
by interconnecting the dots on the grid. Up to four players can
play this game together, taking turns. The trick is regardless of
who has constructed most of the square, it is the player who completes
the square that gets the point for it. To win the game round player
has to collect the most points by covering the most area with the
squares of player's own color.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/ksquares/Makefile
N ports/x11/kde4/ksquares/distinfo
N ports/x11/kde4/ksquares/pkg/DESCR
N ports/x11/kde4/ksquares/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 06:46:13
Log message:
KStars is a Desktop Planetarium for KDE. It provides an accurate
graphical simulation of the night sky, from any location on Earth,
at any date and time. The display includes upto 100 million stars,
13,000 deep-sky objects,all 8 planets, the Sun and Moon, and thousands
of comets and asteroids.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kstars/Makefile
N ports/x11/kde4/kstars/distinfo
N ports/x11/kde4/kstars/pkg/DESCR
N ports/x11/kde4/kstars/pkg/PLIST
N ports/x11/kde4/kstars/patches/patch-kstars_skyobjects_ksmoon_cpp
N ports/x11/kde4/kstars/patches/patch-kstars_skycomponents_supernovaecomponent_cpp
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/04/24 06:47:39
Modified files:
security/jailkit: Makefile distinfo
security/jailkit/patches: patch-ini_jk_init_ini
patch-py_jk_lib_py
Log message:
Update for Jailkit to 2.16, bugfix release.
Ok sebastia@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: merdely@cvs.openbsd.org 2013/04/24 07:37:22
Modified files:
net/nagios/check_esxi_hardware: Makefile distinfo
Log message:
Update check_esxi_hardware to 20130424:
It adds "System Board 1 LCD Cable Pres 0: Connected" to the list of
things that fall under:
"As long as Dell doesnt correct these CIM elements return code we have
to ignore it"
"sure" sthen@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/24 07:46:09
Modified files:
sbin/isakmpd : init.c isakmpd.c util.c
Log message:
remove old backwards random junk
ok mikeb
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/24 07:46:29
Modified files:
sbin/fsck_ext2fs: dir.c inode.c pass1.c pass2.c pass4.c pass5.c
sbin/fsck_ffs : dir.c inode.c pass1.c pass1b.c pass2.c pass4.c
pass5.c utilities.c
sbin/fsdb : fsdb.c fsdbutil.c
sbin/ncheck_ffs: ncheck_ffs.c
sbin/restore : dirs.c restore.c symtab.c tape.c utilities.c
Log message:
pretty print bigger off_t
ok tedu otto
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/04/24 08:29:00
Modified files:
usr.sbin/procmap: procmap.c
Log message:
pretty-print bigger ino_t variables
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/24 10:01:10
Modified files:
usr.bin/cu : cu.c
Log message:
simplify tilde expand as seen in ssh. ok nicm
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/04/24 10:01:46
Modified files:
usr.bin/ssh : misc.c
Log message:
remove extra parens noticed by nicm
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/04/24 11:29:02
Modified files:
sys/sys : systm.h
sys/kern : kern_clock.c
share/man/man9 : tvtohz.9 Makefile
Log message:
Add tstohz(9) as the timespec analog to tvtohz(9).
ok miod
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:19:02
Log message:
KSudoku is a logic-based symbol placement puzzle. The player has
to fill a grid with symbols so that each column, row and block on
the game board contains only one instance of each symbol. In KSudoku
the symbols are usually the numbers 1 to 9, but may be the letters
A to P or A to Y in larger puzzles. Puzzles start with the board
partially filled and it is your job to fill in the rest.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/ksudoku/Makefile
N ports/x11/kde4/ksudoku/distinfo
N ports/x11/kde4/ksudoku/pkg/DESCR
N ports/x11/kde4/ksudoku/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:19:19
Log message:
KTimer is a little tool to execute programs after some time.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/ktimer/Makefile
N ports/x11/kde4/ktimer/distinfo
N ports/x11/kde4/ktimer/pkg/DESCR
N ports/x11/kde4/ktimer/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:19:50
Log message:
KTouch is a typing learning tool for KDE.
It is a part of KDE Edu project.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/ktouch/Makefile
N ports/x11/kde4/ktouch/distinfo
N ports/x11/kde4/ktouch/pkg/DESCR
N ports/x11/kde4/ktouch/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:20:11
Log message:
KTuberling is a "potato editor". That means that you can drag and
drop eyes, mouths, mustache, and other parts of face and goodies
onto a potato-like guy. Similarly, you have other playgrounds with
different themes.
There is no winner for the game. The only purpose is to make the
funniest faces you can.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/ktuberling/Makefile
N ports/x11/kde4/ktuberling/distinfo
N ports/x11/kde4/ktuberling/pkg/DESCR
N ports/x11/kde4/ktuberling/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:20:35
Log message:
KTurtle is an educational programming environment for the KDE
Desktop. KTurtle aims to make programming as easy and touchable as
possible, and therefore can be used to teach kids the basics of
math, geometry and... programming.
The programming language used in KTurtle is loosely based on Logo.
KTurtle allows, just like some implementations of Logo, to translate
the programming language (the commands, the documentation and the
error messages) to the native language of the programmer. For more
information on translating KTurtle please read the translation how
to. Translating the programming language to the native language of
the programmer is one of the many ways KTurtle tries to make learning
to programming more simple. Other features to help to achieve this
goal are: intuitive syntax highlighting, simple error messages,
integrated canvas to make drawings on, integrated help function,
slow-motion or step execution, and more.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kturtle/Makefile
N ports/x11/kde4/kturtle/distinfo
N ports/x11/kde4/kturtle/pkg/DESCR
N ports/x11/kde4/kturtle/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:20:52
Log message:
Kubrick is based on the famous Rubik's Cube(TM) puzzle. In Kubrick,
the cube sizes range from 2x2x2 (easy) up to 6x6x6 (very hard), or
you can play with irregular "bricks" such as 5x3x2 and "mats" (one
cubie thick) such as 6x4x1. The game has a selection of puzzles at
several levels of difficulty, as well as some demonstrations of
pretty patterns and solution moves. It is also possible to make up
your own puzzles.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kubrick/Makefile
N ports/x11/kde4/kubrick/distinfo
N ports/x11/kde4/kubrick/pkg/DESCR
N ports/x11/kde4/kubrick/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:21:20
Log message:
KWallet is a GUI for managing the passwords stored by KDE apps.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kwallet/Makefile
N ports/x11/kde4/kwallet/distinfo
N ports/x11/kde4/kwallet/pkg/DESCR
N ports/x11/kde4/kwallet/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:21:42
Log message:
KWordQuiz is a general purpose flash card program. It can be used
for vocabulary learning and many other subjects.
KWordQuiz is the KDE version of the Windows program WordQuiz. If
you have just switched to KDE/Linux you can use all files created
in WordQuiz with KWordQuiz.
KWordQuiz uses the kvtml file format and you can download contributed
files.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/kwordquiz/Makefile
N ports/x11/kde4/kwordquiz/distinfo
N ports/x11/kde4/kwordquiz/pkg/DESCR
N ports/x11/kde4/kwordquiz/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:24:04
Log message:
Import KDE 4 localization ports.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/l10n/Makefile
N ports/x11/kde4/l10n/Makefile.inc
N ports/x11/kde4/l10n/Makefile.langs
N ports/x11/kde4/l10n/distinfo
N ports/x11/kde4/l10n/ar/Makefile
N ports/x11/kde4/l10n/as/Makefile
N ports/x11/kde4/l10n/ast/Makefile
N ports/x11/kde4/l10n/bg/Makefile
N ports/x11/kde4/l10n/bs/Makefile
N ports/x11/kde4/l10n/ca/Makefile
N ports/x11/kde4/l10n/ca@valencia/Makefile
N ports/x11/kde4/l10n/cs/Makefile
N ports/x11/kde4/l10n/da/Makefile
N ports/x11/kde4/l10n/de/Makefile
N ports/x11/kde4/l10n/el/Makefile
N ports/x11/kde4/l10n/en_GB/Makefile
N ports/x11/kde4/l10n/es/Makefile
N ports/x11/kde4/l10n/et/Makefile
N ports/x11/kde4/l10n/eu/Makefile
N ports/x11/kde4/l10n/fa/Makefile
N ports/x11/kde4/l10n/fi/Makefile
N ports/x11/kde4/l10n/fr/Makefile
N ports/x11/kde4/l10n/fy/Makefile
N ports/x11/kde4/l10n/ga/Makefile
N ports/x11/kde4/l10n/gl/Makefile
N ports/x11/kde4/l10n/gu/Makefile
N ports/x11/kde4/l10n/he/Makefile
N ports/x11/kde4/l10n/hi/Makefile
N ports/x11/kde4/l10n/hr/Makefile
N ports/x11/kde4/l10n/hu/Makefile
N ports/x11/kde4/l10n/ia/Makefile
N ports/x11/kde4/l10n/id/Makefile
N ports/x11/kde4/l10n/is/Makefile
N ports/x11/kde4/l10n/it/Makefile
N ports/x11/kde4/l10n/ja/Makefile
N ports/x11/kde4/l10n/ka/Makefile
N ports/x11/kde4/l10n/kk/Makefile
N ports/x11/kde4/l10n/km/Makefile
N ports/x11/kde4/l10n/kn/Makefile
N ports/x11/kde4/l10n/ko/Makefile
N ports/x11/kde4/l10n/lt/Makefile
N ports/x11/kde4/l10n/lv/Makefile
N ports/x11/kde4/l10n/mai/Makefile
N ports/x11/kde4/l10n/mk/Makefile
N ports/x11/kde4/l10n/ml/Makefile
N ports/x11/kde4/l10n/ms/Makefile
N ports/x11/kde4/l10n/nb/Makefile
N ports/x11/kde4/l10n/nds/Makefile
N ports/x11/kde4/l10n/nl/Makefile
N ports/x11/kde4/l10n/nn/Makefile
N ports/x11/kde4/l10n/pa/Makefile
N ports/x11/kde4/l10n/pkg/DESCR
N ports/x11/kde4/l10n/pkg/PLIST-es
N ports/x11/kde4/l10n/pkg/PLIST-et
N ports/x11/kde4/l10n/pkg/PLIST-eu
N ports/x11/kde4/l10n/pkg/PLIST-fa
N ports/x11/kde4/l10n/pkg/PLIST-fi
N ports/x11/kde4/l10n/pkg/PLIST-fr
N ports/x11/kde4/l10n/pkg/PLIST-ga
N ports/x11/kde4/l10n/pkg/PLIST-gl
N ports/x11/kde4/l10n/pkg/PLIST-he
N ports/x11/kde4/l10n/pkg/PLIST-hi
N ports/x11/kde4/l10n/pkg/PLIST-hr
N ports/x11/kde4/l10n/pkg/PLIST-hu
N ports/x11/kde4/l10n/pkg/PLIST-ia
N ports/x11/kde4/l10n/pkg/PLIST-is
N ports/x11/kde4/l10n/pkg/PLIST-it
N ports/x11/kde4/l10n/pkg/PLIST-ja
N ports/x11/kde4/l10n/pkg/PLIST-kk
N ports/x11/kde4/l10n/pkg/PLIST-km
N ports/x11/kde4/l10n/pkg/PLIST-ko
N ports/x11/kde4/l10n/pkg/PLIST-lt
N ports/x11/kde4/l10n/pkg/PLIST-lv
N ports/x11/kde4/l10n/pkg/PLIST-ar
N ports/x11/kde4/l10n/pkg/PLIST-nb
N ports/x11/kde4/l10n/pkg/PLIST-id
N ports/x11/kde4/l10n/pkg/PLIST-nds
N ports/x11/kde4/l10n/pkg/PLIST-nl
N ports/x11/kde4/l10n/pkg/PLIST-nn
N ports/x11/kde4/l10n/pkg/PLIST-pa
N ports/x11/kde4/l10n/pkg/PLIST-pl
N ports/x11/kde4/l10n/pkg/PLIST-kn
N ports/x11/kde4/l10n/pkg/PLIST-pt
N ports/x11/kde4/l10n/pkg/PLIST-pt_BR
N ports/x11/kde4/l10n/pkg/PLIST-ro
N ports/x11/kde4/l10n/pkg/PLIST-ru
N ports/x11/kde4/l10n/pkg/PLIST-si
N ports/x11/kde4/l10n/pkg/PLIST-sk
N ports/x11/kde4/l10n/pkg/PLIST-sl
N ports/x11/kde4/l10n/pkg/PLIST-sr
N ports/x11/kde4/l10n/pkg/PLIST-sv
N ports/x11/kde4/l10n/pkg/PLIST-tg
N ports/x11/kde4/l10n/pkg/PLIST-th
N ports/x11/kde4/l10n/pkg/PLIST-tr
N ports/x11/kde4/l10n/pkg/PLIST-ug
N ports/x11/kde4/l10n/pkg/PLIST-uk
N ports/x11/kde4/l10n/pkg/PLIST-vi
N ports/x11/kde4/l10n/pkg/PLIST-wa
N ports/x11/kde4/l10n/pkg/PLIST-zh_CN
N ports/x11/kde4/l10n/pkg/PLIST-zh_TW
N ports/x11/kde4/l10n/pkg/PLIST-bg
N ports/x11/kde4/l10n/pkg/PLIST-bs
N ports/x11/kde4/l10n/pkg/PLIST-ca
N ports/x11/kde4/l10n/pkg/PLIST-ca@valencia
N ports/x11/kde4/l10n/pkg/PLIST-cs
N ports/x11/kde4/l10n/pkg/PLIST-da
N ports/x11/kde4/l10n/pkg/PLIST-de
N ports/x11/kde4/l10n/pkg/PLIST-el
N ports/x11/kde4/l10n/pkg/PLIST-en_GB
N ports/x11/kde4/l10n/pkg/PLIST-mr
N ports/x11/kde4/l10n/pl/Makefile
N ports/x11/kde4/l10n/pt/Makefile
N ports/x11/kde4/l10n/pt_BR/Makefile
N ports/x11/kde4/l10n/ro/Makefile
N ports/x11/kde4/l10n/ru/Makefile
N ports/x11/kde4/l10n/se/Makefile
N ports/x11/kde4/l10n/si/Makefile
N ports/x11/kde4/l10n/sk/Makefile
N ports/x11/kde4/l10n/sl/Makefile
N ports/x11/kde4/l10n/sq/Makefile
N ports/x11/kde4/l10n/sr/Makefile
N ports/x11/kde4/l10n/sv/Makefile
N ports/x11/kde4/l10n/ta/Makefile
N ports/x11/kde4/l10n/tg/Makefile
N ports/x11/kde4/l10n/th/Makefile
N ports/x11/kde4/l10n/tr/Makefile
N ports/x11/kde4/l10n/tt/Makefile
N ports/x11/kde4/l10n/ug/Makefile
N ports/x11/kde4/l10n/uk/Makefile
N ports/x11/kde4/l10n/vi/Makefile
N ports/x11/kde4/l10n/wa/Makefile
N ports/x11/kde4/l10n/zh_CN/Makefile
N ports/x11/kde4/l10n/zh_TW/Makefile
N ports/x11/kde4/l10n/mr/Makefile
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:24:21
Log message:
The KDE Compact Disc DataBase library provides an API for KDE
applications to fetch and submit audio CD information over the
Internet.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/libkcddb/Makefile
N ports/x11/kde4/libkcddb/distinfo
N ports/x11/kde4/libkcddb/pkg/DESCR
N ports/x11/kde4/libkcddb/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:24:40
Log message:
KDE library with support for CD drives on different platforms.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/libkcompactdisc/Makefile
N ports/x11/kde4/libkcompactdisc/distinfo
N ports/x11/kde4/libkcompactdisc/patches/patch-CMakeLists_txt
N ports/x11/kde4/libkcompactdisc/patches/patch-wmlib_include_wm_struct_h
N ports/x11/kde4/libkcompactdisc/patches/patch-wmlib_plat_openbsd_c
N ports/x11/kde4/libkcompactdisc/pkg/DESCR
N ports/x11/kde4/libkcompactdisc/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:25:07
Log message:
libkdcraw is a C++ interface around the LibRaw library
used to decode RAW picture files.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/libkdcraw/Makefile
N ports/x11/kde4/libkdcraw/distinfo
N ports/x11/kde4/libkdcraw/pkg/DESCR
N ports/x11/kde4/libkdcraw/pkg/PLIST
N ports/x11/kde4/libkdcraw/files/FindLibRaw.cmake
N ports/x11/kde4/libkdcraw/patches/patch-CMakeLists_txt
N ports/x11/kde4/libkdcraw/patches/patch-libkdcraw_CMakeLists_txt
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:25:31
Log message:
libkdeedu is a set of shared libraries used by the KDE Education Project
applications.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/libkdeedu/Makefile
N ports/x11/kde4/libkdeedu/distinfo
N ports/x11/kde4/libkdeedu/pkg/DESCR
N ports/x11/kde4/libkdeedu/pkg/PLIST
N ports/x11/kde4/libkdeedu/patches/patch-LibKdeEduConfig_cmake_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:26:05
Log message:
Common library and data for KDE game applications.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/libkdegames/Makefile
N ports/x11/kde4/libkdegames/distinfo
N ports/x11/kde4/libkdegames/patches/patch-KDEGamesConfig_cmake_in
N ports/x11/kde4/libkdegames/pkg/DESCR
N ports/x11/kde4/libkdegames/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:26:44
Log message:
libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata
for KDE.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/libkexiv2/Makefile
N ports/x11/kde4/libkexiv2/distinfo
N ports/x11/kde4/libkexiv2/pkg/DESCR
N ports/x11/kde4/libkexiv2/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:28:13
Log message:
Kipi (KDE Image Plugin Interface) is an effort to develop a common
plugin structure for Digikam, KimDaBa, Showimg and Gwenview. Its
aim is to share image plugins among graphic applications. Kipi is
based on the old digiKam plugins implementation and is maintained
by digiKam team.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/libkipi/Makefile
N ports/x11/kde4/libkipi/distinfo
N ports/x11/kde4/libkipi/pkg/DESCR
N ports/x11/kde4/libkipi/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:28:34
Log message:
This is the library used for loading and rendering of Mahjongg tilesets
and associated backgrounds, used by Kajongg, KMahjongg and KShisen.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/libkmahjongg/Makefile
N ports/x11/kde4/libkmahjongg/distinfo
N ports/x11/kde4/libkmahjongg/pkg/DESCR
N ports/x11/kde4/libkmahjongg/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:29:01
Log message:
A library for dealing with scanners. LibKSane is a KDE interface for
SANE library to control flat scanners.
This library provides a widget to control a scanner, KSaneWidget.
Internally, it will use the SANE library (or directly use TWAIN on
Windows if SANE is not available).
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/libksane/Makefile
N ports/x11/kde4/libksane/distinfo
N ports/x11/kde4/libksane/pkg/DESCR
N ports/x11/kde4/libksane/pkg/PLIST
N ports/x11/kde4/libksane/patches/patch-KSaneConfig_cmake_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:29:21
Log message:
Lieutenant Skat (from German Offiziersskat) is a fun and engaging
card game for two players, where the second player is either live
opponent, or built in artificial intelligence.
The game is played using a single deck of cards. Cards are shuffled
and distributed amongst the players in such a way that half of them
are face down and half of them are open. Each participant plays one
of the open cards per turn. As soon as all the cards are played the
round ends and points are calculated and awarded.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/lskat/Makefile
N ports/x11/kde4/lskat/distinfo
N ports/x11/kde4/lskat/pkg/DESCR
N ports/x11/kde4/lskat/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:30:32
Log message:
Marble is a Virtual Globe and World Atlas that you can use to learn
more about Earth: You can pan and zoom around and you can look up
places and roads.
Marble offers different thematic maps: A classroom-style topographic
map, a satellite view, street map, earth at night and temperature
and precipitation maps. All maps include a custom map key, so it
can also be used as an educational tool for use in class-rooms. For
educational purposes you can also change date and time and watch
how the starry sky and the twilight zone on the map change.
In opposite to other virtual globes Marble also features multiple
projections: Choose between a Flat Map ("Plate carr"), Mercator or
the Globe.
Note: Marble project (tries to) support non-KDE builds too. Anyone
interested could work on it...
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/marble/Makefile
N ports/x11/kde4/marble/distinfo
N ports/x11/kde4/marble/pkg/DESCR
N ports/x11/kde4/marble/pkg/PLIST
N ports/x11/kde4/marble/patches/patch-src_plugins_positionprovider_gpsd_GpsdPositionProviderPlugin_cpp
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:31:34
Log message:
MPlayer-based thumbnail creation module for KDE file browsing windows.
Note: it's not the same as ffmpegthumbs, and they could operate in parallel.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/mplayerthumbs/Makefile
N ports/x11/kde4/mplayerthumbs/distinfo
N ports/x11/kde4/mplayerthumbs/pkg/DESCR
N ports/x11/kde4/mplayerthumbs/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:33:45
Log message:
Nepomuk is about classification, organisation and presentation of data.
It is not an application, but a component which can be used by
developers within applications.
This package includes actual Nepomuk functionality.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/nepomuk-core/Makefile
N ports/x11/kde4/nepomuk-core/distinfo
N ports/x11/kde4/nepomuk-core/patches/patch-services_fileindexer_indexer_ffmpegextractor_cpp
N ports/x11/kde4/nepomuk-core/pkg/DESCR
N ports/x11/kde4/nepomuk-core/pkg/MESSAGE
N ports/x11/kde4/nepomuk-core/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:34:03
Log message:
Nepomuk is about classification, organisation and presentation of data.
It is not an application, but a component which can be used by
developers within applications.
This is the KDE Meta Data library (not to confuse with KFileMetaData).
It consists of the following parts:
* The main resource handling centered around Nepomuk2::Resource;
* The handling of ontologies via classes in the Nepomuk2::Types namespace;
* The desktop Nepomuk2::Query API;
* nepomuk_facets;
* Several utility methods and classes.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/nepomuk-widgets/Makefile
N ports/x11/kde4/nepomuk-widgets/distinfo
N ports/x11/kde4/nepomuk-widgets/pkg/DESCR
N ports/x11/kde4/nepomuk-widgets/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:34:39
Log message:
Okular is a universal document viewer based on KPDF for KDE 4.
It combines the excellent functionalities of KPDF with the
versatility of supporting different kind of documents, like PDF,
Postscript, DjVu, CHM, XPS, ePub and others.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/okular/Makefile
N ports/x11/kde4/okular/distinfo
N ports/x11/kde4/okular/patches/patch-OkularConfig_cmake
N ports/x11/kde4/okular/patches/patch-cmake_modules_FindPoppler_cmake
N ports/x11/kde4/okular/pkg/DESCR
N ports/x11/kde4/okular/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:34:57
Log message:
perlkde is KDE bindings for Perl.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/p5-kde/Makefile
N ports/x11/kde4/p5-kde/distinfo
N ports/x11/kde4/p5-kde/files/undefperl.awk
N ports/x11/kde4/p5-kde/pkg/DESCR
N ports/x11/kde4/p5-kde/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:35:42
Log message:
perlqt is Qt bindings for Perl.
They are developed as a part of KDE SC, so putting them here.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/p5-qt/Makefile
N ports/x11/kde4/p5-qt/distinfo
N ports/x11/kde4/p5-qt/files/undefperl.awk
N ports/x11/kde4/p5-qt/patches/patch-qtcore_src_CMakeLists_txt
N ports/x11/kde4/p5-qt/pkg/DESCR
N ports/x11/kde4/p5-qt/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:35:58
Log message:
A memory and pairs game for KDE.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/pairs/Makefile
N ports/x11/kde4/pairs/distinfo
N ports/x11/kde4/pairs/pkg/DESCR
N ports/x11/kde4/pairs/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:36:15
Log message:
Palapeli is a single-player jigsaw puzzle game. The Palapeli window
is separated into two areas, the puzzle collection and the puzzle
table.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/palapeli/Makefile
N ports/x11/kde4/palapeli/distinfo
N ports/x11/kde4/palapeli/pkg/DESCR
N ports/x11/kde4/palapeli/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:36:33
Log message:
Parley is a program to help you memorize things.
Parley supports many language specific features but can be used for
other learning tasks just as well. It uses the spaced repetition
learning method, also known as flash cards.
Creating new vocabulary collections with Parley is easy, but of
course it is even better if you can use some of our premade files.
Have a look at the KDE-Files.org page or use the "Download New
Collections" feature directly in Parley.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/parley/Makefile
N ports/x11/kde4/parley/distinfo
N ports/x11/kde4/parley/pkg/DESCR
N ports/x11/kde4/parley/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:36:48
Log message:
Picmi is a single player puzzle game. The object of the game is to
color cells according to numbers given at the side of the board.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/picmi/Makefile
N ports/x11/kde4/picmi/distinfo
N ports/x11/kde4/picmi/pkg/DESCR
N ports/x11/kde4/picmi/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:39:01
Log message:
This package contains run-time specific components of KDE PIM framework.
It includes:
* accountwizard - steps you through account creation for many resources;
* Akonadi agents - calendarsearch, invitations, maildispatcher,
nepomukfeeder and more;
* Akonadi resources - birthdays, VCard contacts, CalDav, Google, ICal
calendars, and many more.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/pim-runtime/Makefile
N ports/x11/kde4/pim-runtime/distinfo
N ports/x11/kde4/pim-runtime/pkg/DESCR
N ports/x11/kde4/pim-runtime/pkg/PLIST
N ports/x11/kde4/pim-runtime/patches/patch-agents_nepomukfeeder_nepomukfeederagent_cpp
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:40:19
Log message:
All kind of addons to improve your Plasma (KDE4 shell) experience.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/plasma-addons/Makefile
N ports/x11/kde4/plasma-addons/distinfo
N ports/x11/kde4/plasma-addons/patches/patch-CMakeLists_txt
N ports/x11/kde4/plasma-addons/patches/patch-applets_kimpanel_backend_ibus_CMakeLists_txt
N ports/x11/kde4/plasma-addons/patches/patch-applets_kimpanel_backend_scim_CMakeLists_txt
N ports/x11/kde4/plasma-addons/patches/patch-applets_kimpanel_cmake_FindIBus_cmake
N ports/x11/kde4/plasma-addons/pkg/DESCR
N ports/x11/kde4/plasma-addons/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:41:57
Log message:
A set of tools for managing print jobs and printers. Some highlights:
* printd: contains a kded module that checks for user print jobs
and shows a systray icon;
* printqueue: contains an application that show the printers queue;
* printer-manager-kcm: configure printers in a very simple way;
* add-printer: a wizard to add new printers;
* plasmoid: show printers and it's jobs.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/print-manager/Makefile
N ports/x11/kde4/print-manager/distinfo
N ports/x11/kde4/print-manager/patches/patch-CMakeLists_txt
N ports/x11/kde4/print-manager/patches/patch-configure-printer_CMakeLists_txt
N ports/x11/kde4/print-manager/patches/patch-libkcups_CMakeLists_txt
N ports/x11/kde4/print-manager/pkg/DESCR
N ports/x11/kde4/print-manager/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:42:20
Log message:
PyKDE4 is KDE bindings for Python.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/py-kde/Makefile
N ports/x11/kde4/py-kde/distinfo
N ports/x11/kde4/py-kde/patches/patch-CMakeLists_txt
N ports/x11/kde4/py-kde/patches/patch-__init___py
N ports/x11/kde4/py-kde/pkg/DESCR
N ports/x11/kde4/py-kde/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:43:55
Log message:
Qt bindings for .NET/Mono.
Developed as a part of KDE SC, so resides here.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/qyoto/Makefile
N ports/x11/kde4/qyoto/distinfo
N ports/x11/kde4/qyoto/patches/patch-cmake_CMakeCSharpInformation_cmake
N ports/x11/kde4/qyoto/pkg/DESCR
N ports/x11/kde4/qyoto/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 12:44:28
Log message:
Rocs aims to be a Graph Theory IDE for helping professors to show
the results of a graph algorithm and also helping students to do
the algorithms. Rocs has a scripting module, done in Qt Script,
that interacts with the drawn graph and every change in the graph
with the script is reflected on the drawn one.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/rocs/Makefile
N ports/x11/kde4/rocs/distinfo
N ports/x11/kde4/rocs/patches/patch-CMakeLists_txt
N ports/x11/kde4/rocs/patches/patch-RocsCore_LoadSave_Plugins_CMakeLists_txt
N ports/x11/kde4/rocs/pkg/DESCR
N ports/x11/kde4/rocs/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:03:25
Log message:
Basic KDE run-time components, including:
* kcmshell and kcm modules: basic configuration
* basic kio slaves
* ktrash
* drkonqi (debugger)
* khelpcenter
and some other stuff.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/runtime/Makefile
N ports/x11/kde4/runtime/distinfo
N ports/x11/kde4/runtime/patches/patch-attica_kdeplugin_CMakeLists_txt
N ports/x11/kde4/runtime/pkg/DESCR
N ports/x11/kde4/runtime/pkg/MESSAGE
N ports/x11/kde4/runtime/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:04:15
Log message:
KDE SDK includes the following components:
* Cervisia - CVS Frontend
* KAppTemplate - KDE Template Generator
* KCachegrind - Profiler Frontend
* Kdesvn-build - KDE building helper
* Kompare - Diff/Patch Frontend
* Kstartperf - Startup time measurement tool for KDE applications
* KUIViewer - Qt Designer UI File Viewer
* Lokalize - Computer-aided translation system
* Okteta - Hex editor
* Umbrello - UML diagram application
Following components depend on unported Antlr2 and thus are not
available on OpenBSD:
* Poxml
* Swappo
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
C ports/x11/kde4/sdk/Makefile
C ports/x11/kde4/sdk/distinfo
N ports/x11/kde4/sdk/patches/patch-okteta_kasten_controllers_test_scriptvalueconvertertest_cpp
N ports/x11/kde4/sdk/patches/patch-kapptemplate_cmake_modules_KAppTemplateMacro_cmake
N ports/x11/kde4/sdk/patches/patch-kdesdk-thumbnailers_po_thumbnailer_CMakeLists_txt
N ports/x11/kde4/sdk/patches/patch-okteta_kasten_controllers_test_commonparsertest_cpp
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_adddebug
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_build-progress_sh
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_colorsvn
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_cvsblame
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_cvslastlog
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_kf5_functionUtilkde_pm
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_nonsvnlist
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_package_crystalsvg
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_adapt-kconfiggroupsaver_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_adapt-to-kde4-api_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_adapt-to-new-kconfig2_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_adapt-to-new-kdebug-api_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_adapt-to-qt4-api_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-display_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-bad-qdatastream_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-find-to-indexof_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-kgenericfactory_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-killtimers_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-kinstance_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-kkeydialog_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-kmimetype-pixmap_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-kstringhandler_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-newq4headers_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-q3cstring_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-qboxlayout_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-qgridlayout_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-qiodevice_at_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-qlabel_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-qstringlatin1_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_fix-link_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-qvhbox_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_convert-signal_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_functionUtilkde_pm
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_icons-kde3tokde4-renamer_icons-kde3to4-renamer_sh
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_remove-qt3-support_pl
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_replaceRenamedDeprecated_sh
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_search-qstringlist_sh
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_search-qwhatsthis_sh
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_qt4_search-registeredApplications_sh
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_svn-clean
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_svn2log_sh
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_svnaddcurrentdir
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_svnforwardport
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_svnversions
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_unsercmake
N ports/x11/kde4/sdk/patches/patch-kde-dev-scripts_wcgrep
U ports/x11/kde4/sdk/pkg/DESCR
C ports/x11/kde4/sdk/pkg/PLIST
3 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jzhuk:yesterday -jzhuk ports/x11/kde4/sdk
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:04:47
Log message:
SMOKE is a introspective wrapper around the Qt and KDE frameworks.
Legend has it that SMOKE stands for Scripting Meta Object Kompiler
Engine.
Information about all classes and all methods/functions is stored
in cross-referencing tables for fast look-ups. Thereby the whole
API of a wrapped library can be used.
The main purpose of SMOKE is making it easier to write bindings
from scripting languages to Qt and KDE - with an emphasis on ease
of use and flexibility.
This package contains generator used for creating actual wrappers.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/smokegen/Makefile
N ports/x11/kde4/smokegen/distinfo
N ports/x11/kde4/smokegen/pkg/DESCR
N ports/x11/kde4/smokegen/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:05:11
Log message:
SMOKE is a introspective wrapper around the Qt and KDE frameworks.
Legend has it that SMOKE stands for Scripting Meta Object Kompiler
Engine.
Information about all classes and all methods/functions is stored
in cross-referencing tables for fast look-ups. Thereby the whole
API of a wrapped library can be used.
The main purpose of SMOKE is making it easier to write bindings
from scripting languages to Qt and KDE - with an emphasis on ease
of use and flexibility.
This package contains wrappers for KDE, for Qt wrappers see
the smokeqt package.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/smokekde/Makefile
N ports/x11/kde4/smokekde/distinfo
N ports/x11/kde4/smokekde/patches/patch-CMakeLists_txt
N ports/x11/kde4/smokekde/pkg/DESCR
N ports/x11/kde4/smokekde/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:06:07
Log message:
SMOKE is a introspective wrapper around the Qt and KDE frameworks.
Legend has it that SMOKE stands for Scripting Meta Object Kompiler
Engine.
Information about all classes and all methods/functions is stored
in cross-referencing tables for fast look-ups. Thereby the whole
API of a wrapped library can be used.
The main purpose of SMOKE is making it easier to write bindings
from scripting languages to Qt and KDE - with an emphasis on ease
of use and flexibility.
This package contains wrappers for Qt, and does not depend on KDE
in any way.
NB: This could conflict with x11/ruby-qt4, paths to fix this are
investigated.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/smokeqt/Makefile
N ports/x11/kde4/smokeqt/distinfo
N ports/x11/kde4/smokeqt/patches/patch-qtopengl_CMakeLists_txt
N ports/x11/kde4/smokeqt/patches/patch-qwt_qwt_includes_h
N ports/x11/kde4/smokeqt/pkg/DESCR
N ports/x11/kde4/smokeqt/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:06:28
Log message:
Step is an interactive physics simulator. It works like this: you
place some bodies on the scene, add some forces such as gravity or
springs, then click "Simulate" and Step shows you how your scene
will evolve according to the laws of physics. You can change every
property of bodies/forces in your experiment (even during simulation)
and see how this will change the outcome of the experiment. With
Step you can not only learn but feel how physics works.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/step/Makefile
N ports/x11/kde4/step/distinfo
N ports/x11/kde4/step/patches/patch-stepcore_tests_contacts_cc
N ports/x11/kde4/step/patches/patch-stepcore_tests_worldcopy_cc
N ports/x11/kde4/step/patches/patch-stepcore_types_h
N ports/x11/kde4/step/pkg/DESCR
N ports/x11/kde4/step/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:06:51
Log message:
SuperKaramba is a tool that allows you to easily create interactive
widgets on your KDE desktop.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/superkaramba/Makefile
N ports/x11/kde4/superkaramba/distinfo
N ports/x11/kde4/superkaramba/pkg/DESCR
N ports/x11/kde4/superkaramba/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:07:09
Log message:
SVGPart is a KPart KDE module for viewing SVG.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/svgpart/Makefile
N ports/x11/kde4/svgpart/distinfo
N ports/x11/kde4/svgpart/pkg/DESCR
N ports/x11/kde4/svgpart/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:08:00
Log message:
Sweeper helps to clean unwanted traces the user leaves on a KDE
system.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/sweeper/Makefile
N ports/x11/kde4/sweeper/distinfo
N ports/x11/kde4/sweeper/pkg/DESCR
N ports/x11/kde4/sweeper/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:08:46
Log message:
Collection of wallpapers for KDE 4.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/wallpapers/Makefile
N ports/x11/kde4/wallpapers/distinfo
N ports/x11/kde4/wallpapers/pkg/DESCR
N ports/x11/kde4/wallpapers/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:12:58
Modified files:
x11/kde4/sdk : Makefile distinfo
x11/kde4/sdk/pkg: PLIST
Log message:
Oops, missed that x11/kde4/sdk was already there. Deconflict.
pointed out by sthen@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:17:42
Log message:
Provides the interface and basic tools for the KDE workspace.
This package contains desktop manager, Plasma panels and other
KDE 4 bells and whistles.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/x11/kde4/workspace/Makefile
N ports/x11/kde4/workspace/distinfo
N ports/x11/kde4/workspace/files/checkpass_bsd.c
N ports/x11/kde4/workspace/patches/patch-ConfigureChecks_cmake
N ports/x11/kde4/workspace/patches/patch-cmake_modules_UnixAuth_cmake
N ports/x11/kde4/workspace/patches/patch-kcheckpass_CMakeLists_txt
N ports/x11/kde4/workspace/patches/patch-kcheckpass_kcheckpass_c
N ports/x11/kde4/workspace/patches/patch-kcontrol_keyboard_CMakeLists_txt
N ports/x11/kde4/workspace/patches/patch-kcontrol_keyboard_tests_xkb_rules_test_cpp
N ports/x11/kde4/workspace/patches/patch-kdm_config_def
N ports/x11/kde4/workspace/patches/patch-kinfocenter_Modules_base_info_openbsd_cpp
N ports/x11/kde4/workspace/patches/patch-kinfocenter_Modules_pci_CMakeLists_txt
N ports/x11/kde4/workspace/patches/patch-krunner_CMakeLists_txt
N ports/x11/kde4/workspace/patches/patch-startkde_cmake
N ports/x11/kde4/workspace/patches/patch-plasma_generic_applets_systemtray_CMakeLists_txt
N ports/x11/kde4/workspace/patches/patch-kstartupconfig_kstartupconfig_c
N ports/x11/kde4/workspace/patches/patch-ksysguard_ksysguardd_OpenBSD_ProcessList_c
N ports/x11/kde4/workspace/patches/patch-libs_ksysguard_processcore_processes_openbsd_p_cpp
N ports/x11/kde4/workspace/patches/patch-plasma_generic_dataengines_rss_CMakeLists_txt
N ports/x11/kde4/workspace/patches/patch-plasma_generic_runners_calculator_CMakeLists_txt
N ports/x11/kde4/workspace/patches/patch-qguiplatformplugin_kde_CMakeLists_txt
N ports/x11/kde4/workspace/pkg/DESCR
N ports/x11/kde4/workspace/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:19:31
Log message:
A WebKit browser component for KDE (KPart).
It is used by default in our KDE 4 because KHTML (or, more technically, KJS)
crashes at start. Thus it's a run-time dependency of kde-baseapps package.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/www/kwebkitpart/Makefile
N ports/www/kwebkitpart/distinfo
N ports/www/kwebkitpart/patches/patch-src_kwebkitpart_desktop
N ports/www/kwebkitpart/pkg/DESCR
N ports/www/kwebkitpart/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:21:09
Log message:
Akonadi Google is a project that aims to provide Akonadi resources for
accessing Google services like calendar, contacts or tasks from KDE PIM.
This one depends on KDE libraries and used by KDE PIM.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/productivity/libkgapi/Makefile
N ports/productivity/libkgapi/distinfo
N ports/productivity/libkgapi/pkg/DESCR
N ports/productivity/libkgapi/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:23:44
Log message:
KTorrent is a bittorrent application for KDE which allows you to
download files using the BitTorrent protocol. It enables you to run
multiple torrents at the same time and comes with extended features
to make it a full-featured client for BitTorrent.
This package contains main KTorrent library, that could be used by
other apps than KTorrent itself. In particular, it's used by KGet
from KDE SC itself.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130424
N ports/net/libktorrent/Makefile
N ports/net/libktorrent/distinfo
N ports/net/libktorrent/patches/patch-src_net_address_h
N ports/net/libktorrent/pkg/DESCR
N ports/net/libktorrent/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:28:03
Removed files:
x11/kde4/base/patches:
patch-apps_kinfocenter_base_info_openbsd_cpp
x11/kde4/base : Makefile distinfo
x11/kde4/base/pkg: DESCR PLIST
Log message:
Oops, forgot to remove one more gone package.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:30:06
ports/x11/kde4/admin/patches
Update of /cvs/ports/x11/kde4/admin/patches
In directory cvs.openbsd.org:/tmp/cvs-serv23555/patches
Log Message:
Directory /cvs/ports/x11/kde4/admin/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:30:57
Modified files:
x11/kde4/admin : Makefile distinfo
x11/kde4/admin/pkg: DESCR PLIST
Added files:
x11/kde4/admin/patches: patch-ksystemlog_src_lib_globals_cpp
patch-ksystemlog_src_modes_apache_apacheConfiguration_h
patch-ksystemlog_src_modes_authentication_authenticationConfiguration_h
patch-ksystemlog_src_modes_cron_cronConfiguration_h
patch-ksystemlog_src_modes_daemon_daemonConfiguration_h
patch-ksystemlog_src_modes_postfix_postfixConfigurationWidget_h
patch-ksystemlog_src_modes_postfix_postfixConfiguration_h
patch-ksystemlog_src_modes_postfix_postfixLogMode_cpp
patch-ksystemlog_src_modes_system_systemConfiguration_h
Log message:
Update KDE4 admin package.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:32:57
Modified files:
x11/kde4/artwork: Makefile distinfo
x11/kde4/artwork/pkg: DESCR PLIST
Added files:
x11/kde4/artwork/patches:
patch-cmake_modules_FindXscreensaver_cmake
Removed files:
x11/kde4/artwork/patches:
patch-kscreensaver_kxsconfig_CMakeLists_txt
Log message:
Update KDE4 artwork package (screensavers and other "active" graphics stuff).
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:45:29
Modified files:
x11/kde4/libs : Makefile distinfo
x11/kde4/libs/patches: patch-kjs_CMakeLists_txt
patch-kjs_collector_cpp
x11/kde4/libs/pkg: DESCR PLIST
Added files:
x11/kde4/libs : TODO
x11/kde4/libs/patches: patch-cmake_modules_CMakeLists_txt
patch-cmake_modules_FindGphoto2_cmake
patch-cmake_modules_FindPhonon_cmake
patch-cmake_modules_FindQCA2_cmake
patch-cmake_modules_KDE4Macros_cmake
patch-kdecore_CMakeLists_txt
patch-kdecore_io_ksavefile_cpp
patch-kdecore_kernel_kstandarddirs_cpp
patch-kdecore_kernel_kstandarddirs_unix_cpp
patch-kdecore_network_ConfigureChecks_cmake
patch-kdecore_network_klocalsocket_unix_cpp
patch-kdecore_tests_kstandarddirstest_cpp
patch-kdeui_dialogs_kbugreport_cpp
patch-kinit_kinit_cpp
patch-kinit_klauncher_cpp
patch-kio_kio_kautomount_cpp
patch-kio_kio_kfileshare_cpp
patch-kio_kio_krun_cpp
patch-kio_kio_slave_cpp
patch-kpty_tests_kptyprocesstest_cpp
Log message:
Update KDE4 libs package.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:48:51
Modified files:
x11/kde4/network: Makefile distinfo
x11/kde4/network/patches:
patch-kopete_protocols_jabber_libiris_iris_jdns_jdns_p_h
patch-kopete_protocols_jabber_libiris_iris_jdns_jdns_sys_c
x11/kde4/network/pkg: PLIST
Added files:
x11/kde4/network/patches: patch-CMakeLists_txt
patch-krfb_libvncserver_CMakeLists_txt
patch-krfb_libvncserver_rfb_rfb_h
patch-krfb_libvncserver_rfbserver_c
Log message:
Update KDE network package to 4.10.2.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 13:50:40
Modified files:
x11/kde4/oxygen-icons: Makefile distinfo
x11/kde4/oxygen-icons/pkg: DESCR PLIST
Log message:
Update Oxygen icon theme to 4.10.2.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 14:01:23
Modified files:
x11/kde4/pim : Makefile distinfo
x11/kde4/pim/pkg: PLIST
Added files:
x11/kde4/pim/patches: patch-CMakeLists_txt
patch-mobile_lib_tests_bnf_selection_CMakeLists_txt
patch-mobile_licenses_CMakeLists_txt
Removed files:
x11/kde4/pim/patches: patch-kresources_groupwise_soap_stdsoap2_h
Log message:
Update KDE4 PIM applications package to 4.10.2.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 14:02:13
ports/x11/kde4/pimlibs/patches
Update of /cvs/ports/x11/kde4/pimlibs/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32067/patches
Log Message:
Directory /cvs/ports/x11/kde4/pimlibs/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 14:03:40
Modified files:
x11/kde4/pimlibs: Makefile distinfo
x11/kde4/pimlibs/pkg: DESCR PLIST
Added files:
x11/kde4/pimlibs/patches: patch-CMakeLists_txt
patch-ConfigureChecks_cmake
patch-KdepimLibsConfig_cmake_in
patch-kcalcore_CMakeLists_txt
patch-kcalcore_ConfigureChecks_cmake
patch-kioslave_smtp_command_cpp
Log message:
Update KDE4 PIM libraries package to 4.10.2.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 14:04:28
Modified files:
x11/kde4/toys : Makefile distinfo
x11/kde4/toys/pkg: DESCR PLIST
Log message:
Update KDE4 toys package to 4.10.2.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 14:07:20
Modified files:
x11/kde4/webdev: Makefile distinfo
x11/kde4/webdev/pkg: PLIST
Added files:
x11/kde4/webdev/patches: patch-CMakeLists_txt
patch-klinkstatus_cmake_modules_FindLibTidy_cmake
patch-klinkstatus_src_CMakeLists_txt
patch-klinkstatus_src_config-tidy_h_cmake
patch-klinkstatus_src_plugins_scripting_scripts_CMakeLists_txt
patch-klinkstatus_src_plugins_scripting_scripts_examples_statistics_statistics_rb
patch-klinkstatus_src_tidy_tidyx_h
Log message:
Update KDE4 Web development package to 4.10.2.
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/04/24 14:44:53
Modified files:
share/man/man9 : tvtohz.9
Log message:
wording tweak from jmc
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 14:45:30
Log message:
Very complete bindings to the Qt API, with no dependencies on KDE.
This is basically the same as x11/ruby-qt4 beacuse those are just
different releases of the same project. Idea is to make this package
a replacement for the x11/ruby-qt4.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130425
N ports/x11/kde4/ruby-qt/Makefile
N ports/x11/kde4/ruby-qt/distinfo
N ports/x11/kde4/ruby-qt/pkg/DESCR
N ports/x11/kde4/ruby-qt/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/24 14:47:35
Modified files:
x11/kde4/korundum: Makefile
Log message:
Explicitly depend on ruby18 FLAVOR of ruby-qt. Did not built => no bump.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/24 16:40:06
Modified files:
print/scribus : Makefile distinfo
print/scribus/pkg: PLIST
Log message:
Update to scribus 1.4.2.
From Jiri B, ok kili@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/24 23:45:56
Modified files:
devel/libsoup : Makefile distinfo
Log message:
Update to libsoup-2.42.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/24 23:53:19
Modified files:
devel/pangomm : Makefile distinfo
devel/pangomm/pkg: PLIST
Removed files:
devel/pangomm/pkg: PFRAG.shared
Log message:
Update to pangomm-2.34.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/24 23:58:08
Modified files:
devel/atk2mm : Makefile distinfo
devel/atk2mm/pkg: PLIST
Removed files:
devel/atk2mm/pkg: PFRAG.shared
Log message:
Update to atk2mm-2.22.7.
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/04/25 00:41:46
Modified files:
sbin/ifconfig : ifconfig.c
Log message:
fix format string; found while scaning the tree for time_t/ino_t problems;
ok deraadt@ krw@
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/04/25 00:43:20
Modified files:
sbin/dhclient : dhclient.c
sbin/dump : optr.c tape.c
sbin/fsck_ext2fs: main.c
sbin/fsck_ffs : main.c
sbin/fsdb : fsdb.c
sbin/restore : dirs.c interactive.c
Log message:
big int_t/time_t fixes; ok deraadt@ krw@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/04/25 00:52:15
Modified files:
lib/fontconfig/common: config.h
Log message:
gcc 2.95 doesn't support flexible array members.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/04/25 00:53:38
Modified files:
lib/fontconfig/src: Makefile libfontconfig.la.in
Log message:
Generate a correct libfontconfig.la on static only architectures.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/25 01:11:43
Modified files:
devel/libunique: Makefile
Log message:
Fix WANTLIB, ensure harfbuzz/icu is there - lost two days building broken
webkit on ppc because of that.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/25 03:13:55
Removed files:
multimedia/phonon/patches: patch-CMakeLists_txt
patch-cmake_FindGObject_cmake
patch-gstreamer_CMakeLists_txt
patch-xine_videowidget_h
Log message:
cvs rm forgotten old patches, spotted by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/25 05:54:01
Modified files:
multimedia/phonon: phonon.port.mk
Log message:
When Phonon was moved from WIP, REVISION in port was removed, but reference
to it in phonon.port.mk wasn't => build is broken.
Noticed by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/25 06:21:01
Modified files:
x11/kde4/korundum: Makefile
Log message:
Fixup dependencies here too. Won't build => no bump.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/25 07:37:16
Modified files:
www/phpmyadmin : Makefile distinfo
Log message:
SECURITY update to phpmyadmin 3.5.8.1, fixes incl php code execution for
logged-in users. more details at http://cxsecurity.com/issue/WLB-2013040179
OK gsoares@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/25 08:02:02
Modified files:
net/ssldump/patches: patch-ssl_ssldecode_c
Added files:
net/ssldump/patches: patch-ssl_ciphersuites_c
patch-ssl_ssl_enums patch-ssl_ssl_enums_c
patch-ssl_ssl_rec_c patch-ssl_sslciphers_h
Removed files:
net/ssldump/patches: patch-aes
Log message:
regen patches, no package change
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/25 09:18:19
Modified files:
net/ssldump/patches: patch-ssl_ciphersuites_c
patch-ssl_ssl_enums patch-ssl_ssl_enums_c
patch-ssl_ssl_rec_c patch-ssl_sslciphers_h
Log message:
add comments to existing patches; no pkg change
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/25 09:21:40
Modified files:
net/ssldump : Makefile distinfo
net/ssldump/pkg: PLIST
Added files:
net/ssldump/patches: patch-base_pcap-snoop_c
patch-ssl_sslprint_c
Log message:
add ssldump patches from sourceforge tracker, unbreaking runtime
drop USE_GROFF, regen plist+distinfo while there
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/04/25 09:31:29
Modified files:
net/openvmps : Makefile distinfo
Log message:
sync with the last version 1.4.04
ok aja@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/25 09:57:18
Modified files:
www/cherokee : Makefile
Added files:
www/cherokee/patches: patch-cherokee_common-internal_h
patch-configure_in
Log message:
handle a "long long"-sized time_t.
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:10:53
Modified files:
x11/gnustep/make: Makefile distinfo
Log message:
Mostly maintenance release update of gnustep-make to 2.6.4
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:14:27
Modified files:
x11/gnustep : gnustep.port.mk
x11/gnustep/base: Makefile distinfo
x11/gnustep/base/pkg: PLIST
Added files:
x11/gnustep : GNUstep.conf
Removed files:
x11/gnustep/base/patches: patch-SSL_configure_ac
patch-Source_Additions_GSXML_m
patch-Source_NSConnection_m
patch-Source_NSThread_m
patch-Source_NSUserDefaults_m
patch-configure
Log message:
update to gnustep-base 1.24.1
Getting rid of patch to make SYSTRACE happy, switch to use a GNUstep.conf
file in the x11/gnustep directory instead, more closely following what
the framework provides
API changes required a major library bump
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:16:28
Modified files:
x11/gnustep/gui: Makefile distinfo
x11/gnustep/gui/pkg: PLIST
Added files:
x11/gnustep/gui/patches: patch-Tools_speech_GNUmakefile
patch-configure_ac
Removed files:
x11/gnustep/gui/patches: patch-configure
Log message:
Update gnustep-gui to 0.23.1
Enable the GSSpeechserver
library crank needed
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:17:00
Modified files:
x11/gnustep/back: Makefile distinfo
Log message:
minor update of gnustep-back to 0.23.0
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/25 10:26:52
Modified files:
audio/ascd : distinfo
audio/ascd/patches: patch-Imakefile patch-faktory_c
Log message:
regen patches/distinfo, no pkg change
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:27:40
Modified files:
x11/gnustep/batmon: Makefile distinfo
x11/gnustep/batmon/pkg: PLIST
Log message:
update batmon to 0.7
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:28:16
Modified files:
x11/gnustep/databasin: Makefile distinfo
x11/gnustep/databasin/pkg: PLIST
Log message:
update databasin to 0.6
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:28:52
Modified files:
x11/gnustep/dbuskit: Makefile distinfo
x11/gnustep/dbuskit/pkg: PLIST
Log message:
compatibility update dbuskit 0.1.1
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:29:43
Modified files:
x11/gnustep/fisicalab: Makefile distinfo
x11/gnustep/fisicalab/pkg: PLIST
Log message:
update fisicalab to 0.3.2
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:30:18
Modified files:
x11/gnustep/ftp: Makefile distinfo
x11/gnustep/ftp/pkg: PLIST
Log message:
update FTP to 0.4
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:30:54
Modified files:
x11/gnustep/gorm: Makefile distinfo
x11/gnustep/gorm/pkg: PLIST
Removed files:
x11/gnustep/gorm/patches: patch-GormCore_GormDocument_m
patch-GormLib_IBObjectAdditions_m
Log message:
update gorm to 1.2.20
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:31:23
Modified files:
x11/gnustep/graphos: Makefile distinfo
x11/gnustep/graphos/pkg: PLIST
Log message:
update graphos to 0.4
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:31:57
Modified files:
x11/gnustep/gworkspace: Makefile distinfo
Added files:
x11/gnustep/gworkspace/patches: patch-Operation_FileOpInfo_m
Removed files:
x11/gnustep/gworkspace/files: MDFinder_GNUmakefile
Preferences_GNUmakefile
Log message:
update gworkspace to 0.9.2
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:32:35
Modified files:
x11/gnustep/price: Makefile distinfo
x11/gnustep/price/pkg: PLIST
Log message:
update PRICE to 1.2.0
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:33:00
Modified files:
x11/gnustep/simpleagenda: Makefile distinfo
x11/gnustep/simpleagenda/pkg: PLIST
Removed files:
x11/gnustep/simpleagenda/patches: patch-GNUmakefile_preamble
patch-tests_GNUmakefile
Log message:
update simpleagenda to 0.43
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:33:27
Modified files:
x11/gnustep/sqlclient: Makefile distinfo
Log message:
update sqlclient to 1.6.1
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:34:06
Modified files:
x11/gnustep/webservices: Makefile distinfo
x11/gnustep/webservices/pkg: PLIST
Log message:
update webservices to 0.5.10
minor library bump needed
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:35:36
Modified files:
x11/gnustep/zipper: Makefile distinfo
x11/gnustep/zipper/pkg: PLIST
Log message:
update Zipper to 1.5
support added for more compression formats
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/25 10:38:40
Modified files:
audio/ascd : Makefile
audio/ascd/patches: patch-ascd_c
audio/ascd/pkg : PLIST
Added files:
audio/ascd/patches: patch-ext_h
Log message:
avoid unnecessary prototypes, regen plist while there
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:40:12
Modified files:
x11/gnustep/aclock: Makefile distinfo
x11/gnustep/aclock/pkg: PLIST
x11/gnustep/addresses: Makefile
x11/gnustep/addresses/pkg: PLIST
x11/gnustep/affiche: Makefile distinfo
x11/gnustep/affiche/pkg: PLIST
x11/gnustep/cdplayer: Makefile distinfo
x11/gnustep/corebase: Makefile
x11/gnustep/edenmath: Makefile distinfo
x11/gnustep/edenmath/pkg: PLIST
x11/gnustep/examples: Makefile distinfo
x11/gnustep/examples/pkg: PLIST
x11/gnustep/gemas: Makefile distinfo
x11/gnustep/gemas/pkg: PLIST
x11/gnustep/gmastermind: Makefile distinfo
x11/gnustep/gmastermind/pkg: PLIST
x11/gnustep/gmines: Makefile distinfo
x11/gnustep/gmines/pkg: PLIST
x11/gnustep/gnumail: Makefile distinfo
x11/gnustep/gomoku: Makefile distinfo
x11/gnustep/gomoku/pkg: PLIST
x11/gnustep/grr: Makefile distinfo
x11/gnustep/grr/pkg: PLIST
x11/gnustep/gshisen: Makefile distinfo
x11/gnustep/gshisen/pkg: PLIST
x11/gnustep/gspdf: Makefile distinfo
x11/gnustep/gspdf/pkg: PLIST
x11/gnustep/highlighterkit: Makefile distinfo
x11/gnustep/imageviewer: Makefile distinfo
x11/gnustep/imageviewer/pkg: PLIST
x11/gnustep/jigsaw: distinfo
x11/gnustep/jigsaw/pkg: PLIST
x11/gnustep/lapispuzzle: Makefile distinfo
x11/gnustep/lapispuzzle/pkg: PLIST
x11/gnustep/laternamagica: Makefile distinfo
x11/gnustep/laternamagica/pkg: PLIST
x11/gnustep/matharray: Makefile distinfo
x11/gnustep/mpdcon: Makefile
x11/gnustep/mpdcon/pkg: PLIST
x11/gnustep/netclasses: Makefile distinfo
x11/gnustep/paje: Makefile
x11/gnustep/paje/pkg: PLIST
x11/gnustep/pantomime: Makefile distinfo
x11/gnustep/pdfkit: distinfo
x11/gnustep/performance: Makefile distinfo
x11/gnustep/projectcenter: Makefile distinfo
x11/gnustep/projectcenter/pkg: PLIST
x11/gnustep/remotedesk: Makefile distinfo
x11/gnustep/remotedesk/pkg: PLIST
x11/gnustep/renaissance: Makefile distinfo
x11/gnustep/renaissance/pkg: PLIST
x11/gnustep/rsskit: Makefile distinfo
x11/gnustep/sudoku: Makefile distinfo
x11/gnustep/sudoku/pkg: PLIST
x11/gnustep/systempreferences: Makefile distinfo
x11/gnustep/systempreferences/pkg: PLIST
x11/gnustep/terminal: Makefile distinfo
x11/gnustep/terminal/pkg: PLIST
x11/gnustep/timemon: Makefile distinfo
x11/gnustep/timemon/pkg: PLIST
x11/gnustep/webserver: Makefile distinfo
Log message:
bump after gnustep update
as pointed out from Landry, while there, regen PLIST and update distinfo
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:40:44
Modified files:
games/oolite : Makefile distinfo
Log message:
bump after gnustep update, regen distinfo
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:41:50
Modified files:
www/sope : Makefile distinfo
Log message:
update sope to 2.0.5a
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 10:43:05
Modified files:
www/sogo : Makefile distinfo
Log message:
update sogo to 2.0.5a
OK landry@
CVSROOT: /cvs
Module name: src
Changes by: sobrado@cvs.openbsd.org 2013/04/25 10:53:11
Modified files:
share/man/man5 : pf.conf.5
Log message:
fix range for assigned ports managed by the IANA (see RFC 1700).
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/25 10:58:24
Log message:
KCalc is a calculator which offers many mathematical functions.
Somehow missed yesterday. Noticed by nigel@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130425
N ports/x11/kde4/kcalc/Makefile
N ports/x11/kde4/kcalc/distinfo
N ports/x11/kde4/kcalc/patches/patch-knumber_knumber_float_cpp
N ports/x11/kde4/kcalc/pkg/DESCR
N ports/x11/kde4/kcalc/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/25 10:59:05
Log message:
KColorChooser is a simple application to select the color from the
screen or from a pallete.
Somehow missed yesterday. Noticed by nigel@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130425
N ports/x11/kde4/kcolorchooser/Makefile
N ports/x11/kde4/kcolorchooser/distinfo
N ports/x11/kde4/kcolorchooser/pkg/DESCR
N ports/x11/kde4/kcolorchooser/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/25 15:07:32
ports/x11/kde4/libs/files
Update of /cvs/ports/x11/kde4/libs/files
In directory cvs.openbsd.org:/tmp/cvs-serv5065/files
Log Message:
Directory /cvs/ports/x11/kde4/libs/files added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/25 15:11:57
Modified files:
x11/gnustep/jigsaw: Makefile
Log message:
Missing REVISION bump, spotted by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/25 15:17:28
Added files:
x11/kde4/libs/files: ConfigureChecks.cmake FindLibXslt.cmake
FindPolkitQt.cmake FindXKB.cmake
FindXine.cmake config-util.h.cmake
Log message:
Add files missed on kdelibs-4 update.
Found by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/25 15:18:41
Modified files:
x11/kde4 : Makefile
Log message:
Disable kalzium until dependency problems got fixed.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/25 15:29:52
Modified files:
www/squid : Makefile
Added files:
www/squid/patches: patch-src_client_side_reply_cc
Log message:
printf format string fix for long long time_t
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/25 15:33:21
Modified files:
misc/memcached : Makefile
Added files:
misc/memcached/patches: patch-items_c
Log message:
printf format string fix for long long time_t
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/25 16:14:17
Modified files:
sys/arch/beagle/dev: ampintc.c
Log message:
Correctly enable ARM's Generic Interrupt Controller.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/04/25 16:58:42
Log message:
Import ports/mail/trojita. ok bcallah@ landry@ sthen@
Trojita is a fast Qt IMAP e-mail client. It offers on-demand message
list and body part loading, offline IMAP support, IMAP over SSH (in
addition to the usual SSL/TLS connections) and deals with HTML mail in a
safe and robust way.
Status:
Vendor Tag: jturner
Release Tags: jturner_20130425
N ports/mail/trojita/Makefile
N ports/mail/trojita/distinfo
N ports/mail/trojita/pkg/DESCR
N ports/mail/trojita/pkg/PLIST
N ports/mail/trojita/patches/patch-src_po2qm_prf
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/04/25 17:01:34
Modified files:
mail : Makefile
Log message:
+trojita
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/25 17:07:17
Modified files:
sys/arch/beagle/dev: omap.c omap3.c omap4.c
Log message:
Add a terminator to the device list, so that we don't end up having
unexpected behaviour when a device isn't found.
ok bmercer@
CVSROOT: /cvs
Module name: www
Changes by: brad@cvs.openbsd.org 2013/04/25 17:10:51
Modified files:
. : want.html
Log message:
Looking for..
- Two 900 MHz UltraSPARC III Cu processor modules.
- Two 2GB PC2-6400 DDR2 800 MHz memory modules.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/25 17:12:34
Modified files:
sys/arch/beagle/dev: omgpio.c
Log message:
Add GPIO support for the PandaBoard. Disable BeagleBoard's unused interrupt
functions for now.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/25 17:16:02
Modified files:
sys/arch/beagle/include: vmparam.h
Log message:
Use the correct arch name in a beagle header.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/25 18:09:14
Modified files:
sys/arch/beagle/dev: amptimer.c ampintc.c
Log message:
Clean up ARM's generic interrupt controller and timer. Add the ability to
change the frequency and add match functions.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: gsoares@cvs.openbsd.org 2013/04/25 20:20:04
Modified files:
usr.sbin/npppd/npppd: ppp.h
Log message:
fix typo in comment; OK yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/04/25 21:41:32
Modified files:
gnu/usr.bin/binutils/bfd: elf-bfd.h elflink.c
Log message:
Fix linker errors when using llvm/clang.
See http://lists.gnu.org/archive/html/bug-binutils/2004-07/msg00000.html for a description of the error.
Fix taken from the binutils 2.16 timeframe (GPLv2)
"Then go for it." miod@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/25 22:27:40
Modified files:
meta/gnustep : Makefile
Log message:
version of meta gnustep port follows version of gworkspace.
got missed yesterday, pointed out by nigel@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/25 23:05:34
Modified files:
sys/arch/arm/include: pte.h
Log message:
Update and clean ARMv7 specific defines in the PTE header file.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/26 01:11:53
Modified files:
x11/kde4/okular: Makefile
Log message:
Missing LIB_DEPENDS, spotted by nigel@.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/26 01:21:40
Modified files:
www/lighttpd : Makefile
Added files:
www/lighttpd/patches: patch-src_http_auth_c
Log message:
Fix crypt(3) support in lighttpd's htpasswd support; permits use with bcrypt
ok brad@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/26 01:48:16
Modified files:
www/phpmyadmin : Makefile
Log message:
Drop kevlo as MAINTAINER at his request
CVSROOT: /cvs
Module name: www
Changes by: giovanni@cvs.openbsd.org 2013/04/26 02:48:02
Modified files:
. : events.html
Log message:
Link my slides about npppd(8)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/26 03:15:24
Modified files:
www/hiawatha : Makefile distinfo
www/hiawatha/patches: patch-man_hiawatha_1_in
patch-src_serverconfig_c
Log message:
update to hiawatha 9.1
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/26 03:20:41
Removed files:
x11/kde4/network/patches:
patch-kget_transfer-plugins_bittorrent_libbtcore_net_reverseresolver_cpp
Log message:
Zap the patch missed when updating KDE4 network package.
Found by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/26 03:24:30
Modified files:
x11/kde4/sdk : Makefile
Log message:
Fix WANTLIB, bump for safety.
Found by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/26 03:35:05
Modified files:
x11/kde4/artwork: Makefile
Log message:
Add missing BDEP/RDEP on x11/xscreensaver. Probably missed somewhere in WIP
a while ago.
Noticed by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/26 04:10:28
Modified files:
devel/p5-EV : Makefile distinfo
Log message:
update to p5-EV 4.15
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/26 04:10:45
Modified files:
devel/p5-AnyEvent: Makefile distinfo
devel/p5-AnyEvent/pkg: PLIST
Log message:
update to p5-AnyEvent 7.04, set EPOCH
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/26 04:11:11
Modified files:
devel/p5-AnyEvent-HTTP: Makefile distinfo
devel/p5-AnyEvent-HTTP/pkg: PLIST
Log message:
update to p5-AnyEvent-HTTP 2.15, regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/26 04:14:09
Modified files:
devel/p5-IO-All: Makefile distinfo
Log message:
update to p5-IO-All 0.46
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/26 04:32:19
Added files:
x11/kde4/gwenview/patches: patch-lib_CMakeLists_txt
Log message:
Make Gwenview compile with libjpeg-9. This will not allow to operate on some
modern JPEG images, but with libjpeg-8 it wasn't able, too, anyway.
No bump needed.
Reported by nigel@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/26 05:51:22
Modified files:
sys/arch/arm/include: pmap.h
Log message:
ARMv7 userland uses a single domain. This define is already used in pmap7.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/26 06:12:37
Log message:
import metaclass-0.0.1
Adds a __metaclass__ method to all Ruby objects.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20132604
N ports/devel/ruby-metaclass/Makefile
N ports/devel/ruby-metaclass/distinfo
N ports/devel/ruby-metaclass/pkg/DESCR
N ports/devel/ruby-metaclass/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/04/26 06:15:55
Modified files:
sysutils/ruby-facter: Makefile distinfo
sysutils/ruby-facter/patches: patch-lib_facter_kernelrelease_rb
patch-lib_facter_memory_rb
patch-lib_facter_util_virtual_rb
sysutils/ruby-facter/pkg: PLIST
Log message:
update to 1.7.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/26 06:16:06
Modified files:
devel : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/26 06:18:20
Modified files:
devel/ruby-mocha: Makefile distinfo
devel/ruby-mocha/pkg: PLIST
Log message:
- update to mocha-0.13.3
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/26 06:46:06
Modified files:
databases/ruby-hiera: Makefile
net/apache-activemq: Makefile
www/puppet-dashboard: Makefile
sysutils/mcollective: Makefile
Log message:
Drop puppet releated ports I maintain and give them to jasper@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/26 07:01:25
Modified files:
build : mirrors.dat
Log message:
baksmell.netrunner.nu (trondheim) is down; pointed out by Xianwen Chen
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/26 07:01:30
Modified files:
. : ftp.html ftplist
openbgpd : ftp.html
openntpd : ftp.html portable.html
openssh : ftp.html portable.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/04/26 07:01:55
Modified files:
distrib/notes : mirrors
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/26 07:04:14
Modified files:
games/eliot : Makefile distinfo
games/eliot/patches: patch-qt_main_window_cpp
patch-utils_Makefile_in
games/eliot/pkg: PLIST
Removed files:
games/eliot/patches: patch-configure patch-utils_ncurses_h
Log message:
Update games/eliot to 2.1
Take MAINTAINER
ok landry@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/26 07:06:05
Modified files:
de : 53.html events.html
faq/pf/de : nat.html
faq/pf/fr : index.html nat.html
faq/pf/nl : nat.html
faq/pf/pt : nat.html
fr : plat.html want.html
openntpd/fr : portable.html
openssh/fr : ftp.html portable.html
papers/fr : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/26 07:28:00
Log message:
import puppetlabs_spec_helper-0.4.1
puppetlabs_spec_helper is a set of shared spec helpers specific to Puppetlabs projects.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20132604
N ports/devel/ruby-rspec/puppetlabs_spec_helper/Makefile
N ports/devel/ruby-rspec/puppetlabs_spec_helper/distinfo
N ports/devel/ruby-rspec/puppetlabs_spec_helper/pkg/PLIST
N ports/devel/ruby-rspec/puppetlabs_spec_helper/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/26 07:28:43
Log message:
import rspec-puppet-0.1.6
rspec-puppet are RSpec tests for your Puppet manifests & modules.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20132604
N ports/devel/ruby-rspec/puppet/distinfo
N ports/devel/ruby-rspec/puppet/Makefile
N ports/devel/ruby-rspec/puppet/pkg/PLIST
N ports/devel/ruby-rspec/puppet/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/26 07:31:03
Modified files:
devel/ruby-rspec: Makefile
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/04/26 07:46:41
Modified files:
sys/dev/usb : if_cdce.c udfu.c umodem.c usbdi.c usbdi.h
uvideo.c
Log message:
Rename three functions in usbdi.c to their right prefix (usb_* to usbd_*).
ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/26 08:05:24
Modified files:
sys/dev/usb : usb.c usbdi.c usbdivar.h
Log message:
Give back to usb(4) what is usb(4)'s. In other words use the usb_* prefix
for functions related to the usb(4) driver and keep usbd_* for generic
USB layer functions.
ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/26 08:11:18
Modified files:
sys/dev/usb : usbdi.h
Log message:
Remove bogus comments.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/26 08:13:12
Modified files:
sysutils/ruby-facter: Makefile
sysutils/ruby-facter/pkg: PLIST
Added files:
sysutils/ruby-facter/patches: patch-lib_facter_util_config_rb
patch-spec_unit_util_config_spec_rb
Log message:
- ensure the directory for external facts is created
ok robert@ aja@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/26 08:14:32
Modified files:
devel/ruby-rspec/puppet: Makefile
devel/ruby-rspec/puppetlabs_spec_helper: Makefile
Log message:
take maintainership
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/26 08:19:25
Modified files:
sys/dev/usb : usbdi.c usbdi.h
Log message:
Remove unused and ambiguous usbd_get_interface() function.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/26 08:28:39
Modified files:
sys/dev/usb : udl.c
Log message:
Don't use usbd_bulk_transfer() to submit a synchronous transfer. This
function is badly named and should be used for transfers coming from
userland which is not the case here as synchronous transfers are only
used while configuring the device.
Note that the transfer submission code can be simplified now that sync
and async transfers use the standard setup_xfer()/transfer() method.
Tested by and ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/26 08:43:23
Modified files:
sys/dev/usb : if_upgt.c
Log message:
Don't use usbd_bulk_transfer() to submit a synchronous transfer. This
function is badly named and checks for posted signals before and after
sleeping only if there's no timeout set, which is not the case here.
Tested by and ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/26 08:53:19
Modified files:
sys/dev/usb : uvideo.c
Log message:
Don't use usbd_bulk_transfer() to submit a synchronous transfer here too.
ok mglocker@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/26 09:45:35
Modified files:
sys/dev : softraid.c softraid_raid6.c softraid_raidp.c
softraidvar.h
Log message:
Add a SR_WUF_DISCIPLINE flag that identifies work units that have resulted
from discipline specific I/O. Such work units are not associated with a
SCSI xfer and are returned via sr_wu_put() on completion.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/26 10:06:05
Modified files:
sys/dev : softraid_raidp.c
Log message:
Convert RAID4/5 to new work unit completion routines.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/26 10:09:30
Log message:
import telephony/p5-Asterisk-AMI, ok landry@
This module provides an interface to the Asterisk Manager Interface.
Its goal is to provide a flexible, powerful, and reliable way to
interact with Asterisk upon which other applications may be built.
It utilizes AnyEvent and therefore can integrate very easily into
event-based applications, but still provides blocking functions for use
with standard scripting.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130426
N ports/telephony/p5-Asterisk-AMI/Makefile
N ports/telephony/p5-Asterisk-AMI/distinfo
N ports/telephony/p5-Asterisk-AMI/pkg/PLIST
N ports/telephony/p5-Asterisk-AMI/pkg/DESCR
N ports/telephony/p5-Asterisk-AMI/patches/patch-lib_Asterisk_AMI_pm
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/26 10:09:53
Modified files:
telephony : Makefile
Log message:
+p5-Asterisk-AMI
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/26 10:16:50
Modified files:
x11/wxSVG : Makefile distinfo
x11/wxSVG/pkg : PLIST
Removed files:
x11/wxSVG/pkg : PFRAG.shared
Log message:
Update to wxSVG 1.1.14.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/26 10:19:24
Modified files:
sysutils/coreutils: Makefile distinfo
sysutils/coreutils/pkg: PLIST
Removed files:
sysutils/coreutils/patches: patch-Makefile_in
patch-src_longlong_h
Log message:
Update to coreutils 8.21.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/26 11:32:26
Modified files:
emulators/bochs: Makefile distinfo
emulators/bochs/patches: patch-Makefile_in patch-_bochsrc
emulators/bochs/pkg: PLIST
Log message:
Update to Bochs 2.6.1.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/26 12:00:26
Removed files:
x11/kde4/sdk/patches: patch-CMakeLists_txt
Log message:
One more extra patch.
Found by nigel@.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/26 12:31:51
Modified files:
x11/kde4/sdk : Makefile
Log message:
Actually, uses gtar at build. Was missed after recent change from gtar to
tar in kde4.port.mk (in WIP).
Problem found by nigel@
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/04/26 15:27:30
Modified files:
print/pdfshuffler: Makefile
Log message:
Former MAINTAINER (Ido Admon) want to drop maintainership.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/26 17:10:26
Modified files:
graphics/darktable: Makefile distinfo
graphics/darktable/pkg: PLIST
Added files:
graphics/darktable/patches: patch-doc_CMakeLists_txt
patch-src_common_dtpthread_h
Removed files:
graphics/darktable/patches:
patch-cmake_modules_FindFLICKCURL_cmake
patch-src_LibRaw_libraw_libraw_types_h
patch-src_common_darktable_c
patch-src_dtview_CMakeLists_txt
patch-src_imageio_format_png_c
Log message:
update to darktable-1.2
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/27 02:04:02
Modified files:
audio/speech-dispatcher: Makefile
Log message:
Add intltool to MODULES, configure checks for its presence.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/27 05:31:52
Modified files:
devel/goffice : Makefile distinfo
devel/goffice/pkg: PLIST
Removed files:
devel/goffice/patches: patch-goffice_math_go-cspline_c
patch-goffice_math_go-regression_c
Log message:
Update to goffice-0.10.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/27 05:32:47
Modified files:
math/gnumeric : Makefile distinfo
math/gnumeric/pkg: PLIST
Log message:
Update to gnumeric-1.12.2.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/27 05:39:47
Modified files:
audio/pacpl : Makefile distinfo
audio/pacpl/patches: patch-Makefile_in patch-codecs_conf
patch-pacpl
Added files:
audio/pacpl/pkg: DESCR PLIST
Removed files:
audio/pacpl/pkg: DESCR-amarok DESCR-konqueror DESCR-main
MESSAGE-amarok PLIST-amarok PLIST-konqueror
PLIST-main
Log message:
update pacpl to 4.0.5, also:
- patch to fix the annoying warnings on systems without LANG or
PWD set in the environment
- roll subpackages into the main package; no point having an entire
package that just installs some scripts/data files (which are harmless
if the corresponding package is not installed) and adds run deps.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/27 07:02:08
Modified files:
productivity/grisbi: Makefile distinfo
Added files:
productivity/grisbi/patches: patch-src_gsb_file_c
patch-src_gsb_form_widget_c
Log message:
Update to grisbi 0.8.9.
Backport two fixes from
http://article.gmane.org/gmane.linux.grisbi.devel.french/8669
http://article.gmane.org/gmane.linux.grisbi.devel.french/8671 to fix
some crashes when exiting. Still not perfect...
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/27 07:26:01
Modified files:
build : mirrors.dat
Log message:
erlangen mirror has hw problems; from Simon Kuhnle (maintainer)
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/27 07:26:40
Modified files:
. : ftp.html ftplist anoncvs.html cvsync.html
openbgpd : ftp.html
openntpd : ftp.html portable.html
openssh : ftp.html portable.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/04/27 08:06:10
Modified files:
sys/dev : softraid_raid6.c
Log message:
Convert RAID 6 to new work unit completion routines.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/27 08:29:09
Modified files:
www/p5-WWW-YouTube-Download: Makefile distinfo
Added files:
www/p5-WWW-YouTube-Download/patches:
patch-lib_WWW_YouTube_Download_pm
Removed files:
www/p5-WWW-YouTube-Download/patches: patch-bin_youtube-playlists
Log message:
update to p5-WWW-YouTube-Download 0.50, from maintainer Mikolaj Kucharski
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/27 08:48:03
Modified files:
multimedia/gstreamer1/core: Makefile distinfo
Log message:
Update to gstreamer1-1.0.7.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/27 08:48:18
Modified files:
multimedia/gstreamer1/plugins-base: Makefile distinfo
multimedia/gstreamer1/plugins-base/patches: patch-configure_ac
Log message:
Update to gstreamer1-plugins-base-1.0.7.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/27 08:48:32
Modified files:
multimedia/gstreamer1/plugins-good: Makefile distinfo
multimedia/gstreamer1/plugins-good/patches: patch-configure_ac
patch-sys_oss_Makefile_in
Log message:
Update to gstreamer1-plugins-good-1.0.7.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/27 08:48:50
Modified files:
multimedia/gstreamer1/plugins-ugly: Makefile distinfo
Log message:
Update to gstreamer1-plugins-ugly-1.0.7.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/27 08:49:06
Modified files:
multimedia/gstreamer1/plugins-bad: Makefile distinfo
Log message:
Update to gstreamer1-plugins-bad-1.0.7.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/27 08:49:21
Modified files:
multimedia/gstreamer1/plugins-libav: Makefile distinfo
multimedia/gstreamer1/plugins-libav/patches:
patch-gst-libs_ext_libav_configure
Log message:
Update to gstreamer1-plugins-libav-1.0.7.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/27 09:11:57
Modified files:
devel/cgdb : Makefile
Added files:
devel/cgdb/patches: patch-lib_gdbmi_gdbmi_parser_c
Log message:
unbreak on mips platforms, which already have the 'mips' symbol defined.
ok sthen@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/27 09:19:48
Modified files:
www/squid : Makefile distinfo
Added files:
www/squid/patches: patch-src_ip_Intercept_cc
Removed files:
www/squid/patches: patch-helpers_basic_auth_LDAP_config_test
patch-helpers_basic_auth_SASL_config_test
patch-helpers_digest_auth_LDAP_config_test
patch-helpers_digest_auth_eDirectory_config_test
patch-helpers_external_acl_LDAP_group_config_test
patch-helpers_external_acl_eDirectory_userip_config_test
Log message:
update to squid-3.2.10: fixes & rolling in some patches committed upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/27 09:22:00
Modified files:
devel/srecord : Makefile
Log message:
add missing build dependency on ghostscript;
spotted by nigel@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/04/27 09:27:25
Modified files:
. : MODULES 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/27 09:42:15
Modified files:
x11/qt4 : Makefile
Log message:
As worked out by naddy, qt4 only builds gtk theme support if gtk+2
was present at configure time, so the build is non-deterministic.
(notably audio/musique build fails unless qt4 was built with gtk
theme support). Add gtk+2 as a build dep to avoid this. Sync WANTLIB
while there. ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/27 09:43:42
Modified files:
infrastructure/bin: pkg_subst
infrastructure/man/man1: pkg_subst.1
Log message:
add basic mode support for pkg_subst, ok espie@. example use:
${SUBST_CMD} -c -m 755 -o root -g bin ${FILESDIR}/script ${PREFIX}/bin/script
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/27 09:44:21
Modified files:
comms/sredird : Makefile
comms/sredird/pkg: MESSAGE
comms/xcept : Makefile
comms/xcept/pkg: MESSAGE
databases/gnats: Makefile
databases/gnats/pkg: README
graphics/sane-backends: Makefile
graphics/sane-backends/pkg: README
mail/kpoppassd : Makefile
mail/kpoppassd/pkg: README UNMESSAGE
mail/solid-pop3d: Makefile
mail/solid-pop3d/pkg: MESSAGE
mail/re-alpine : Makefile
mail/re-alpine/pkg: README-imap
misc/amanda : Makefile
misc/amanda/pkg: MESSAGE-client MESSAGE-main UNMESSAGE-client
UNMESSAGE-main
net/bitlbee : Makefile
net/bitlbee/pkg: README
net/oidentd : Makefile
net/oidentd/pkg: MESSAGE
net/samba : Makefile
net/samba/pkg : README-main
net/gophernicus: Makefile
net/gophernicus/pkg: README
net/minbif : Makefile
net/minbif/pkg : MESSAGE
Log message:
Tweak MESSAGEs/READMEs now that inetd(8) is off by default.
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/04/27 09:50:39
Modified files:
www/owncloud : Makefile
www/owncloud/pkg: README UNMESSAGE
Log message:
Document a workaround for the UTF-8 locale problem in owncloud 5. ok aja
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/04/27 10:02:59
Modified files:
print/py-poppler: Makefile
print/py-poppler/patches: patch-poppler_defs
Log message:
Unbreak for poppler >= 0.18 (noticed by Martin Natano).
Remove MAINTAINER Ido Admon.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/27 10:27:19
Modified files:
net/ocsync : Makefile distinfo
net/ocsync/patches: patch-src_std_c_file_c
Log message:
Update to ocsync-0.70.7.
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/04/27 10:39:30
Modified files:
usr.sbin/relayctl: relayctl.c
usr.sbin/relayd: parse.y pfe_filter.c relayd.conf.5 relayd.h
Log message:
time_t 64bit fixes for relayd and relayctl:
- fix statistics
- set INT_MAX limit on session timeouts
- make sure we dont use to large session timeouts in pf redirects and
openssl
tested with old and new time_t
ok florian@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/27 11:02:38
Modified files:
games/easyrpg : Makefile distinfo
Log message:
Update games/easyrpg to 0.1.1
ok benoit@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/27 11:15:01
Modified files:
share/man/man7 : mdoc.7 mandoc_char.7 roff.7
Log message:
- (mdoc.7) fix Xr to self
- double word fix
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/04/27 11:54:24
Modified files:
sbin/dhclient : dhclient.c dhcpd.h parse.c
Log message:
Use same parse_date() and date writing logic as in dhcpd. i.e.
strptime() rather than handrolling parsing. Change date format
in leases to same as dhcpd, fixing 'u' vs 'w' error made in
initial strftime() introduction.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/27 11:56:38
Modified files:
sysutils/checkbashisms: Makefile
Added files:
sysutils/checkbashisms: distinfo
Removed files:
sysutils/checkbashisms/files: checkbashisms.pl
Log message:
switch to the newer checkbashisms that's now distributely separately on
sourceforge; ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/27 11:58:26
Modified files:
print/pdfshuffler: Makefile distinfo
print/pdfshuffler/patches: patch-setup_py
print/pdfshuffler/pkg: PLIST
Log message:
update to pdfshuffler 0.6.0, from Martin Natano with hints from aja@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/27 14:22:36
Modified files:
x11/kde4 : kde4.port.mk
Log message:
Stupid me, pre-fake target has PREFIX == TRUEPREFIX. Should fix some
failures that testers didn't hit yet.
From warning noticed by RD Thrush on ports@, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/04/27 14:45:17
Modified files:
x11/kde4/kalgebra: Makefile
Log message:
Oops, forgot to actually commit a dependency fix for KAlgebra.
Noticed by nigel@ and RD Thrush on ports@, sorry!
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/27 15:52:32
Modified files:
print/pdfshuffler: Makefile
Added files:
print/pdfshuffler/patches: patch-pdfshuffler_pdfshuffler_py
Log message:
add patch I forgot to cvs add, pointed out by Martin Natano.
bump + small Makefile tweaks.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/27 17:52:25
Modified files:
games/easyrpg : Makefile
games/easyrpg/patches: patch-builds_cmake_CMakeLists_txt
Log message:
Fully remove the git block to prevent clone from running. We don't need it
because we're using tarballed releases.
Point WRKSRC to the directory where cmake build scripts reside. Removes the
need for the do-configure routine, which was awkward.
Bump REVISION.
Pointed out by and ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/27 18:40:47
Modified files:
lang/python/2.5: Makefile
Log message:
This will be the only python version using configure.in soon so copy
the post-patch target that uses it here.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/27 18:49:11
Modified files:
lang/python : Makefile.inc
Log message:
- change post-patch to use configure.ac
- set default autoconf version to 2.69
- explicitly set tk version to 8.5. prompted by sthen.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/27 18:51:34
Modified files:
lang/python/2.7: Makefile
lang/python/2.7/files: CHANGES.OpenBSD
lang/python/2.7/patches: patch-configure_ac patch-setup_py
Log message:
- Update changes specific to OpenBSD
- Update comments on patch-configure_ac
- Drop uneeded change in setup.py
- Bump package
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/27 18:55:26
Modified files:
lang/python/3.2: Makefile distinfo
lang/python/3.2/files: CHANGES.OpenBSD
lang/python/3.2/patches: patch-Lib_test_regrtest_py
patch-Lib_test_test_tempfile_py
patch-Makefile_pre_in
patch-Modules_selectmodule_c
lang/python/3.2/pkg: PLIST-idle PLIST-main PLIST-tests
PLIST-tkinter
Added files:
lang/python/3.2/patches: patch-Lib_test_test_kqueue_py
patch-configure_ac patch-setup_py
Removed files:
lang/python/3.2/patches: patch-Modules_makesetup
patch-configure_in
Log message:
Update to 3.2.4.
Bring patches from 2.7, remove unneeded ones, change plist to not conflict
with upcoming 3.3.1 version and update changes specific to OpenBSD.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/27 19:00:33
Modified files:
lang/python : python.port.mk
Log message:
Handle upcoming 3.3 directory
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/27 19:29:59
Log message:
Import python 3.3.1. Not hooked to the tree yet.
Status:
Vendor Tag: fgsch
Release Tags: fgsch_20130428
N ports/lang/python/3.3/Makefile
N ports/lang/python/3.3/distinfo
N ports/lang/python/3.3/files/CHANGES.OpenBSD
N ports/lang/python/3.3/patches/patch-configure_ac
N ports/lang/python/3.3/patches/patch-Lib_test_test_kqueue_py
N ports/lang/python/3.3/patches/patch-Modules_selectmodule_c
N ports/lang/python/3.3/patches/patch-setup_py
N ports/lang/python/3.3/patches/patch-Makefile_pre_in
N ports/lang/python/3.3/patches/patch-Modules_pyexpat_c
N ports/lang/python/3.3/pkg/DESCR-gdbm
N ports/lang/python/3.3/pkg/DESCR-idle
N ports/lang/python/3.3/pkg/DESCR-main
N ports/lang/python/3.3/pkg/DESCR-tests
N ports/lang/python/3.3/pkg/DESCR-tkinter
N ports/lang/python/3.3/pkg/PLIST-gdbm
N ports/lang/python/3.3/pkg/PLIST-idle
N ports/lang/python/3.3/pkg/PLIST-main
N ports/lang/python/3.3/pkg/PLIST-tests
N ports/lang/python/3.3/pkg/PLIST-tkinter
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/28 01:07:56
Modified files:
x11/gnome/user-share: Makefile
x11/gnome/user-share/patches: patch-configure_ac
patch-src_user_share_c
Removed files:
x11/gnome/user-share/patches: patch-data_Makefile_am
patch-data_org_gnome_desktop_file-sharing-bluetooth_gschema_xml_in_in
patch-data_org_gnome_desktop_file-sharing_gschema_xml_in_in
patch-src_obexftp_c
patch-src_obexpush_c
patch-src_user_share-private_h
Log message:
Simplify patching.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/28 01:08:42
Modified files:
x11/gnome/controlcenter: Makefile
x11/gnome/controlcenter/patches:
patch-panels_sharing_cc-sharing-panel_c
Log message:
Simplify patching.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/28 01:18:46
Modified files:
x11/gnome/user-share: Makefile
Log message:
Remove uneeded chunk.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/28 01:19:43
Modified files:
fr : ftp.html
openbgpd/fr : ftp.html
openntpd/fr : ftp.html portable.html
openssh/fr : ftp.html portable.html
papers/fr : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by: jj@cvs.openbsd.org 2013/04/28 01:39:57
Modified files:
. : plus.html
Log message:
Committing on behalf of Brett Mahar who was poor internet now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/28 01:40:40
Modified files:
meta/gnome : Makefile
Log message:
Reorder some dependencies.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/28 02:04:27
Modified files:
net/gnugk : Makefile
Log message:
No need for gtar anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/28 02:06:19
Modified files:
graphics/makehuman: Makefile
Log message:
No need for gtar anymore.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/28 02:13:10
Modified files:
usr.bin/biff : biff.1
Log message:
further info for EXIT STATUS from Ryan Kavanagh: in the diff he
originally sent, there was an important distinction that i ommitted,
since i used freebsd's text; reinstate that text now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/28 02:18:55
Modified files:
audio/pulseaudio: Makefile
games/pokerth : Makefile
graphics/hugin : Makefile
net/avahi : Makefile
x11/gpointing-device-settings: Makefile
x11/remmina : Makefile
Log message:
No need for gtar.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/04/28 03:55:45
Modified files:
graphics/pngcrush: Makefile distinfo
Log message:
- update pngcrush to 1.7.58
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/04/28 07:01:34
Modified files:
x11/tk/8.5 : Makefile
x11/tk/8.5/pkg : PFRAG.shared PLIST
Log message:
move pkgIndex.tcl from PLIST to PFRAG.shared
since its not created on static archs
REVISION bump
OK stu@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/28 07:14:22
Modified files:
games/manaplus : Makefile distinfo
Log message:
Update games/manaplus to 1.3.4.28
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/28 07:27:13
Modified files:
sys/arch/arm/arm: fault.c
sys/arch/arm/include: armreg.h
Log message:
Improved dealing of ARMv7 faults. Added ARMv7 fault descriptions.
ok bmercer@
tested on zaurus by todd@ and patrick@
tested on armv7 boards
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/28 08:39:15
Modified files:
sys/arch/arm/arm: pmap7.c
Log message:
Revert the ARMv7 header split introduced in pmap7.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/28 09:11:31
Modified files:
x11/spice-gtk : Makefile distinfo
x11/spice-gtk/pkg: PLIST
Log message:
- update to spice-gtk-0.19
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/28 10:34:53
Modified files:
devel/apache-ant: Makefile
devel/commons-io: Makefile
devel/mspdebug : Makefile
Log message:
no need for gtar anymore
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/28 10:40:42
Modified files:
lang/erlang : erlang.port.mk
Log message:
no need for gtar anymore, all erl-* ports build fine now.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/04/28 10:53:26
Modified files:
proto/x11proto : ChangeLog XF86keysym.h Xfuncproto.h.in Xmd.h
Xwindows.h Xwinsock.h configure.ac
Log message:
Update to xproto 7.0.24
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/04/28 10:55:57
Modified files:
lib/libX11 : ChangeLog Makefile.in aclocal.m4 config.guess
config.sub configure configure.ac depcomp
install-sh missing
lib/libX11/include: Makefile.in
lib/libX11/include/X11: Xcms.h Xlib.h Xlibint.h Xutil.h
lib/libX11/man : AllPlanes.man BlackPixelOfScreen.man
DisplayOfCCC.man ImageByteOrder.man
IsCursorKey.man Makefile.in
XAddConnectionWatch.man XAddHost.man
XAllocClassHint.man XAllocColor.man
XAllocIconSize.man XAllocSizeHints.man
XAllocStandardColormap.man XAllocWMHints.man
XAllowEvents.man XAnyEvent.man XButtonEvent.man
XChangeKeyboardControl.man
XChangeKeyboardMapping.man
XChangePointerControl.man XChangeSaveSet.man
XChangeWindowAttributes.man XCirculateEvent.man
XCirculateRequestEvent.man XClearArea.man
XClientMessageEvent.man XColormapEvent.man
XConfigureEvent.man XConfigureRequestEvent.man
XConfigureWindow.man XCopyArea.man
XCreateColormap.man XCreateFontCursor.man
XCreateFontSet.man XCreateGC.man XCreateIC.man
XCreateOC.man XCreatePixmap.man
XCreateRegion.man XCreateWindow.man
XCreateWindowEvent.man XCrossingEvent.man
XDefineCursor.man XDestroyWindow.man
XDestroyWindowEvent.man XDrawArc.man
XDrawImageString.man XDrawLine.man
XDrawPoint.man XDrawRectangle.man
XDrawString.man XDrawText.man XEmptyRegion.man
XErrorEvent.man XExposeEvent.man
XExtentsOfFontSet.man XFillRectangle.man
XFilterEvent.man XFlush.man
XFocusChangeEvent.man XFontSetExtents.man
XFontsOfFontSet.man XFree.man XGetEventData.man
XGetVisualInfo.man XGetWindowAttributes.man
XGetWindowProperty.man XGrabButton.man
XGrabKey.man XGrabKeyboard.man XGrabPointer.man
XGrabServer.man XGraphicsExposeEvent.man
XGravityEvent.man XIconifyWindow.man
XIfEvent.man XInitImage.man XInitThreads.man
XInstallColormap.man XInternAtom.man
XIntersectRegion.man XKeymapEvent.man
XListFonts.man XLoadFont.man XLookupKeysym.man
XMapEvent.man XMapRequestEvent.man
XMapWindow.man XNextEvent.man XNoOp.man
XOpenDisplay.man XOpenIM.man XOpenOM.man
XParseGeometry.man XPolygonRegion.man
XPropertyEvent.man XPutBackEvent.man
XPutImage.man XQueryBestSize.man
XQueryColor.man XQueryPointer.man
XQueryTree.man XRaiseWindow.man
XReadBitmapFile.man XRecolorCursor.man
XReparentEvent.man XReparentWindow.man
XResizeRequestEvent.man
XResourceManagerString.man XSaveContext.man
XSelectInput.man XSelectionClearEvent.man
XSelectionEvent.man XSelectionRequestEvent.man
XSendEvent.man XSetArcMode.man
XSetClipOrigin.man XSetCloseDownMode.man
XSetCommand.man XSetErrorHandler.man
XSetFillStyle.man XSetFont.man XSetFontPath.man
XSetICFocus.man XSetICValues.man
XSetInputFocus.man XSetLineAttributes.man
XSetPointerMapping.man XSetScreenSaver.man
XSetSelectionOwner.man XSetState.man
XSetTextProperty.man XSetTile.man
XSetTransientForHint.man
XSetWMClientMachine.man
XSetWMColormapWindows.man XSetWMIconName.man
XSetWMName.man XSetWMProperties.man
XSetWMProtocols.man XStoreBytes.man
XStoreColors.man XStringListToTextProperty.man
XStringToKeysym.man XSupportsLocale.man
XSynchronize.man XTextExtents.man
XTextWidth.man XTranslateCoordinates.man
XUnmapEvent.man XUnmapWindow.man
XVaCreateNestedList.man XVisibilityEvent.man
XWarpPointer.man XcmsAllocColor.man
XcmsCCCOfColormap.man XcmsCIELabQueryMaxC.man
XcmsCIELuvQueryMaxC.man XcmsColor.man
XcmsConvertColors.man XcmsCreateCCC.man
XcmsDefaultCCC.man XcmsQueryBlack.man
XcmsQueryColor.man XcmsSetWhitePoint.man
XcmsStoreColor.man XcmsTekHVCQueryMaxC.man
XmbDrawImageString.man XmbDrawString.man
XmbDrawText.man XmbLookupString.man
XmbResetIC.man XmbTextEscapement.man
XmbTextExtents.man
XmbTextListToTextProperty.man
XmbTextPerCharExtents.man
XrmEnumerateDatabase.man XrmGetFileDatabase.man
XrmGetResource.man XrmInitialize.man
XrmMergeDatabases.man XrmPutResource.man
XrmUniqueQuark.man
lib/libX11/man/xkb: Makefile.in XkbGetNamedGeometry.man
XkbSAGroup.man XkbSASetGroup.man
XkbSetDetectableAutoRepeat.man
XkbSetDeviceButtonActions.man
lib/libX11/modules: Makefile.in
lib/libX11/modules/im: Makefile.in
lib/libX11/modules/im/ximcp: Makefile.in imCallbk.c imDefFlt.c
imDefIc.c imDefIm.c imDefLkup.c
imDispch.c imExten.c imImSw.c
imInsClbk.c imInt.c imLcGIc.c
imLcIc.c imLcIm.c imLcLkup.c
imLcSIc.c imRm.c imRmAttr.c
imThaiFlt.c imThaiIc.c imThaiIm.c
imTrX.c imTrans.c imTransR.c
lib/libX11/modules/lc: Makefile.in
lib/libX11/modules/lc/Utf8: Makefile.in
lib/libX11/modules/lc/def: Makefile.in
lib/libX11/modules/lc/gen: Makefile.in
lib/libX11/modules/lc/xlocale: Makefile.in
lib/libX11/modules/om: Makefile.in
lib/libX11/modules/om/generic: Makefile.in omXChar.c
lib/libX11/nls : Makefile.am Makefile.in compose.dir.pre
locale.alias.pre locale.dir.pre
lib/libX11/nls/am_ET.UTF-8: Compose.pre
lib/libX11/nls/en_US.UTF-8: Compose.pre
lib/libX11/nls/ja_JP.UTF-8: Compose.pre
lib/libX11/nls/ko_KR.UTF-8: Compose.pre
lib/libX11/nls/pt_BR.UTF-8: Compose.pre
lib/libX11/nls/th_TH.UTF-8: Compose.pre
lib/libX11/nls/zh_CN.UTF-8: Compose.pre
lib/libX11/nls/zh_HK.UTF-8: Compose.pre
lib/libX11/nls/zh_TW.UTF-8: Compose.pre
lib/libX11/specs: Makefile.in
lib/libX11/specs/XIM: Makefile.in
lib/libX11/specs/XKB: Makefile.in
lib/libX11/specs/i18n: Makefile.in
lib/libX11/specs/i18n/compose: Makefile.in
lib/libX11/specs/i18n/framework: Makefile.in
lib/libX11/specs/i18n/localedb: Makefile.in
lib/libX11/specs/i18n/trans: Makefile.in
lib/libX11/specs/libX11: CH04.xml Makefile.in
lib/libX11/src : ChProp.c ChWindow.c ConfWind.c CrBFData.c
CrPFBData.c CrWindow.c DrArc.c DrLine.c
DrPoint.c DrRect.c ErrDes.c FillArc.c FillRct.c
Font.c FontInfo.c GetDflt.c GetFProp.c ImUtil.c
KeyBind.c KeysymStr.c LiHosts.c Macros.c
Makefile.in MoveWin.c PolyTxt16.c PropAlloc.c
Quarks.c RestackWs.c SendEvent.c SetHints.c
SetPntMap.c StBytes.c StColor.c StName.c
StrKeysym.c Text16.c XErrorDB XlibAsync.c
XlibInt.c config.h.in globals.c udcInf.c
lib/libX11/src/util: Makefile.in
lib/libX11/src/xcms: Makefile.am Makefile.in cmsColNm.c
cmsTrig.c
lib/libX11/src/xkb: Makefile.in XKBAlloc.c XKBGAlloc.c
XKBMAlloc.c XKBMisc.c XKBNames.c XKBRdBuf.c
XKBlibint.h
lib/libX11/src/xlibi18n: Makefile.in XimTrInt.h Ximint.h
Removed files:
lib/libX11/nls/ja.S90: XI18N_OBJS XLC_LOCALE.pre
lib/libX11/nls/ja.U90: XI18N_OBJS XLC_LOCALE.pre
Log message:
Update to libX11 1.6RC. No bump needed.
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/04/28 11:17:07
Modified files:
gnu/usr.bin/binutils/bfd: elf-bfd.h elflink.c
Log message:
Revert the previous commit. It breaks the xenocara build on macppc and the
issue it fixes will be fixed anyway once the move to binutils-2.17 happens.
xenocara breakage discovered by matthieu@
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/04/28 12:03:40
Modified files:
usr.bin/ftp : ftp.1
Log message:
Remove an obsolete paragraph in the BUGS section about using ftp(1) with
4.2BSD servers.
ok jmc nick tedu
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2013/04/28 12:07:33
Modified files:
multimedia/gstreamer-0.10/plugins-base: Makefile
multimedia/gstreamer-0.10/plugins-base/patches:
patch-ext_vorbis_gstvorbisdeclib_h
Log message:
Fix for vorbis plugin. From upstream.
ok ajacoutot@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/04/28 13:30:01
Modified files:
. : MODULES 3RDPARTY
Log message:
upate
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/04/28 14:30:50
Modified files:
net/haproxy : Makefile distinfo
Removed files:
net/haproxy/patches: patch-src_proto_http_c
Log message:
Update for Haproxy to 1.4.23.
Mostly bugfixes and last patch commited upstream.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/28 16:42:41
Modified files:
lang/python/2.7/patches: patch-setup_py
lang/python/3.2/patches: patch-setup_py
lang/python/3.3/patches: patch-setup_py
Log message:
pickup the system readline even if devel/readline is installed.
reported by nigel@, sthen@ ok.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/04/28 16:47:20
Modified files:
databases/hs-postgresql-simple: Makefile distinfo
databases/hs-postgresql-simple/pkg: PLIST
Log message:
Update to hs-postgresql-simple-0.3.1.0.
From maintainer David Schaefer.
CVSROOT: /cvs
Module name: src
Changes by: aoyama@cvs.openbsd.org 2013/04/28 17:33:12
Modified files:
sys/arch/luna88k/conf: GENERIC
sys/arch/luna88k/dev: lunafb.c lunaws.c omrasops.c
Log message:
Preliminary modifications for Xorg 1bpp server, based on OpenBSD/hp300
and NetBSD/luna68k. Need more work in Xorg.
luna88k/conf/GENERIC:
- enable wsmux on GENERIC kernel
luna88k/dev/luanfb.c:
- make hardware access volatile'd
- add extra ioctl(2) used in Xorg wsfb driver
- add some workaround
luna88k/dev/lunaws.c:
- add WSDISPLAY_COMPAT_RAWKBD stuff for Xorg keyboard input
luna88k/dev/omrasops.c:
- change 'caddr_t' to 'u_int8_t *'
"go for it!" miod@
CVSROOT: /cvs
Module name: src
Changes by: okan@cvs.openbsd.org 2013/04/28 18:19:19
Modified files:
lib/libutil : check_expire.c
Log message:
use O_CLOEXEC with open() instead of open/fcntl; from David Hill
ok otto
CVSROOT: /cvs
Module name: src
Changes by: okan@cvs.openbsd.org 2013/04/28 18:28:23
Modified files:
bin/systrace : openbsd-syscalls.c
lib/libc/db/btree: bt_open.c
lib/libc/db/hash: hash.c hash_page.c
lib/libc/gen : syslog_r.c
lib/libc/yp : yp_bind.c
lib/libevent : signal.c
lib/libutil : passwd.c
usr.bin/mail : lex.c names.c popen.c
usr.bin/nc : netcat.c
usr.bin/sudo : sudo.c
usr.bin/vi/common: exf.c
usr.sbin/apmd : apmd.c
usr.sbin/ppp/ppp: chap.c chat.c command.c exec.c
Log message:
use FD_CLOEXEC instead of 1; from David Hill
ok otto
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/28 18:56:48
Modified files:
app/cwm : calmwm.h screen.c xevents.c
Log message:
use an int in screen_init and avoid needing to cast for screen number (which).
CVSROOT: /cvs
Module name: ports
Changes by: jsg@cvs.openbsd.org 2013/04/28 19:50:57
Log message:
import Red Eclipse 1.4
Red Eclipse is a single-player and multi-player first-person
ego-shooter, built as a total conversion of Cube Engine 2,
which lends itself toward a balanced gameplay, completely at
the control of map makers, while maintaining a general theme
of agility in a variety of environments.
help from and ok ajacoutot@, ok rfreeman@
Status:
Vendor Tag: jsg
Release Tags: jsg_20130429
N ports/games/redeclipse/Makefile
N ports/games/redeclipse/distinfo
N ports/games/redeclipse/pkg/DESCR-main
N ports/games/redeclipse/pkg/DESCR-data
N ports/games/redeclipse/pkg/PLIST-data
N ports/games/redeclipse/pkg/PLIST-main
N ports/games/redeclipse/patches/patch-core_mk
N ports/games/redeclipse/patches/patch-engine_sound_cpp
N ports/games/redeclipse/patches/patch-system-install_mk
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jsg@cvs.openbsd.org 2013/04/28 19:56:43
Log message:
import Cube 2: Sauerbraten Collect Edition
Cube 2: Sauerbraten is a free multiplayer/singleplayer first person
shooter, built as a major redesign of the Cube FPS.
Much like the original Cube, the aim of this game is not necessarily
to produce the most features & eyecandy possible, but rather to allow
map/geometry editing to be done dynamically in-game, to create fun
gameplay and an elegant engine.
help from and ok ajacoutot@, ok rfreeman@
Status:
Vendor Tag: jsg
Release Tags: jsg_20130429
N ports/games/sauerbraten/Makefile
N ports/games/sauerbraten/distinfo
N ports/games/sauerbraten/pkg/PLIST-data
N ports/games/sauerbraten/pkg/PLIST-main
N ports/games/sauerbraten/pkg/DESCR-data
N ports/games/sauerbraten/pkg/DESCR-main
N ports/games/sauerbraten/patches/patch-Makefile
N ports/games/sauerbraten/patches/patch-engine_sound_cpp
N ports/games/sauerbraten/files/sauerbraten.sh
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jsg@cvs.openbsd.org 2013/04/28 19:59:31
Modified files:
games : Makefile
Log message:
add redeclipse and sauerbraten
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/28 20:36:23
Modified files:
multimedia/xine-ui: Makefile
multimedia/xine-ui/patches: patch-src_xitk_xine-toolkit_xitk_c
Added files:
multimedia/xine-ui/patches: patch-src_xitk_actions_c
patch-src_xitk_panel_c
Log message:
Some bug fixes from upstream..
- Fix 2 shutdown races.
- Open user file immediately when only logo is playing.
- Clean shutdown on panel close.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/04/28 21:10:24
Modified files:
www/nginx : Makefile.inc
Log message:
Allow building passenger with any installed ruby.
Requested by ajacoutot@, diff from jeremy@, thanks!
ok ajacoutot jeremy
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/28 22:17:58
Modified files:
usr.sbin/identd: identd.8 identd.c
Log message:
implement -h from libexec/identd, which hides usernames/uids.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/29 00:32:12
Modified files:
usr.sbin/identd: identd.c
Log message:
add -h to usage();
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/29 00:51:24
Modified files:
audio/amarok : Makefile
Log message:
sync WANTLIBs.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/29 00:51:59
Modified files:
multimedia/kaffeine: Makefile
Log message:
sync WANTLIBs.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: pirofti@cvs.openbsd.org 2013/04/29 01:05:43
Modified files:
www/youtube-dl : Makefile distinfo
Log message:
Update to youtube-dl 2013.04.22
From David Hill, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/29 02:35:23
Modified files:
devel : Makefile
Log message:
Unhook py-psyco.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/04/29 02:37:35
Removed files:
devel/py-psyco : Makefile distinfo
devel/py-psyco/pkg: DESCR PLIST
Log message:
only works with 2.5 and it's abandoned upstream so die die die.
ajacoutot@ ok.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/29 04:44:44
Modified files:
x11/qt3 : Makefile
x11/qt3/patches: patch-src_kernel_qpngio_cpp
Added files:
x11/qt3/patches: patch-src_tools_qtextstream_cpp
patch-src_tools_qtextstream_h
Log message:
allow qtextstream to serialize long long integers out.
For completion, qt3 should also serialize long long in, but that's
a more intrusive change, and it's not really needed to keep existing
things compiling.
Obviously, this code is totally different and 64 bits capable in qt4.
this fixes the build of kdepim3 post 64 bits time_t.
problem noticed by sthen@.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/04/29 05:27:44
Modified files:
games/blobwars : Makefile
Added files:
games/blobwars/patches: patch-src_main_cpp
Log message:
Add missing bind_textdomain_codeset() to fix non en_us.UTF8 locales.
ok kili@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/04/29 05:35:07
Modified files:
www/tomcat : Makefile.inc
Log message:
no need for gtar anymore
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/29 05:35:29
Modified files:
games/ivan : Makefile distinfo
games/ivan/patches: patch-FeLib_Include_save_h
games/ivan/pkg : PLIST
Log message:
handle 64-bit time_t, regen plist/distinfo while there
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/29 05:57:03
Modified files:
www : Makefile
Removed files:
www/bk2site : Makefile distinfo
www/bk2site/patches: patch-iwebstream_C patch-iwebstream_H
patch-reference_C
www/bk2site/pkg: DESCR PLIST
Log message:
zap bk2site; it "transforms Netscape bookmarks into a Yahoo-like website
with slashdot-like news"; the bookmark format changed some time ago and this
hasn't followed suit. also, build breaks with 64-bit time_t.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/29 06:10:24
Modified files:
x11/ogle : Makefile
x11/ogle/pkg : DESCR PLIST
Added files:
x11/ogle/pkg : README
Removed files:
x11/ogle/pkg : MESSAGE PFRAG.shared
Log message:
Move a big part of DESCR into a README.
Drop MESSAGE.
Merge PFRAG.shared into PLIST.
ok espie@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/04/29 06:40:49
Modified files:
x11/ion : Makefile distinfo
x11/ion/patches: patch-etc_cfg_ioncore_lua patch-system_mk
x11/ion/pkg : PFRAG.shared PLIST
Added files:
x11/ion/patches: patch-utils_ion-statusd_statusd_mail_lua
Removed files:
x11/ion/patches:
patch-mod_statusbar_ion-statusd_statusd_mail_lua
Log message:
Update for Ion to 20090110:
* Apply FRAME_SHADED_TOGGLE hack in WFrame.maximize_vert
for correct unshaded size hints to rqgeom handlers.
* A few strings were missing translation wrapper
* Shouldn't open queries in frame if message box is open.
* WMPlex focus code fixes/improvements.
* Unsqueeze fixes
* ioncore_warn_nolog uses usual warn if not in OPMODE_INIT.
And another bugs.
Tested by gilles@ (thanks!)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/29 06:54:00
Modified files:
textproc/mupdf : Makefile
textproc/mupdf/patches: patch-apps_x11_main_c
Added files:
textproc/mupdf/patches: patch-apps_pdfapp_c
Log message:
better fix for slow scrolling, from upstream repo
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/04/29 06:57:58
Modified files:
graphics/comix : Makefile distinfo
graphics/comix/patches: patch-src_comix_py
Log message:
Update for Comix to 4.0.4:
* Applied a workaround for a bug that caused the "Open" dialog to
crash when trying to open a file when the file type filter had been
reset to blank. This bug seems to only appear on some systems,
probably depending on the installed GTK+ version.
* Fixed a bug that caused the error message for unfulfilled
dependencies to not be printed properly.
* The rar/unrar program is now invoked in such a way as to keep
broken or incomplete files extracted from RAR archives, since Comix
might be able to display parts of these files anyway.
While here add HOMEPAGE.
Ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/04/29 07:34:51
Modified files:
sysutils/upower: Makefile
Log message:
Enable deprecated code, newer upower relies on newer interfaces
(logind, systemd or something else), will be discussed upstream later.
This lets suspend from xfce menu work again.
ok landry@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/04/29 07:38:35
Modified files:
sys/dev/usb : files.usb
Log message:
ulpt(4) depends on firmload since its rev 1.41 when it got support for
uploading HP LaserJet firmwares. From Dennis Lindroos on bugs@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/29 08:00:45
Modified files:
math/galculator: Makefile distinfo
math/galculator/pkg: PLIST
Removed files:
math/galculator/patches: patch-src_Makefile_in
Log message:
maintenance update to 2.1.2
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/04/29 08:11:32
Modified files:
etc : rc.conf
Log message:
Remove most of pre-rc.d(8) backward compatibility.
ok krw@ sthen@ rpe@ halex@ dcoppa@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/29 08:12:07
Modified files:
faq : current.html
Log message:
Document how to move from old-style pre-rc.d(8) variables to the new ones.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/29 08:22:32
Log message:
Import editors/tpad - a simple, fast GTK-based text editor.
tweak from and ok sthen@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Apr-29
N ports/editors/tpad/Makefile
N ports/editors/tpad/distinfo
N ports/editors/tpad/patches/patch-src_main_c
N ports/editors/tpad/patches/patch-po_POTFILES_in
N ports/editors/tpad/pkg/PLIST
N ports/editors/tpad/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/29 08:23:09
Modified files:
editors : Makefile
Log message:
+tpad
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/29 08:29:56
Modified files:
databases/openldap: Makefile distinfo
databases/openldap/patches: patch-servers_slapd_Makefile_in
databases/openldap/pkg: PLIST-main
Removed files:
databases/openldap/pkg: PFRAG.shared-main
Log message:
update to OpenLDAP 2.4.35 and add some comments about mdb
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/04/29 09:29:29
Modified files:
security/ccid : Makefile distinfo
Log message:
Update to ccid-1.4.10.
Added support for a bunch of new readers.
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/04/29 11:06:20
Modified files:
sys/sys : signal.h time.h select.h poll.h
sys/kern : kern_sig.c sys_generic.c syscalls.master
lib/libc/sys : Makefile.inc select.2 poll.2
lib/librthread : rthread_cancel.c shlib_version
lib/libc : shlib_version
Log message:
Extend P_SIGSUSPEND handling in userret() to properly restore the
sigmask even if there are no pending signals under the temporary
sigmask.
Refactor existing select() and poll() system calls to introduce the
pselect() and ppoll() system calls.
Add rthread wrappers for pselect() and ppoll(). While there, update
cancellation point comments to reflect recent fdatasync() addition.
Minor bumps for libc and librthread due to new symbols.
ok guenther, millert, deraadt, jmc
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/04/29 11:08:08
Modified files:
sys/sys : syscall.h syscallargs.h
sys/kern : init_sysent.c syscalls.c
Log message:
regen
CVSROOT: /cvs
Module name: ports
Changes by: okan@cvs.openbsd.org 2013/04/29 11:14:03
Modified files:
sysutils/sec : Makefile distinfo
Log message:
update to 2.7.2
ok gsoares
CVSROOT: /cvs
Module name: src
Changes by: todd@cvs.openbsd.org 2013/04/29 11:20:45
Modified files:
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: todd@cvs.openbsd.org 2013/04/29 11:43:02
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300
md.hppa md.hppa64 md.i386 md.landisk
md.loongson md.luna88k md.macppc
md.mvme68k md.mvme88k md.octeon md.sgi
md.socppc md.sparc md.sparc64 md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/04/29 12:35:08
Modified files:
sys/sys : poll.h
Log message:
Tweak previous: test __BSD_VISIBLE with #if, not #ifdef
ok matthew@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/04/29 18:46:56
Modified files:
x11/mplayer : Makefile
x11/mplayer/patches: patch-configure
Log message:
Tweak some of the Makefile comments and remove some hacks in the
configure script which are no longer necessary.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmatthew@cvs.openbsd.org 2013/04/29 23:14:59
Modified files:
usr.sbin/ypldap: ldapclient.c
Log message:
ignore SIGPIPE so we don't fall over if an ldap connection breaks
ok dlg@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/30 00:21:15
Modified files:
devel/glib2mm : Makefile distinfo
devel/glib2mm/pkg: PLIST
Log message:
Update to glib2mm-2.36.1.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/30 00:53:07
Modified files:
lib/libc/asr : getaddrinfo_async.c
Log message:
copy input flags in result addrinfo structures.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/04/30 01:07:50
Modified files:
sys/dev/pci : if_em_hw.c
Log message:
Handle newer fiber adapters the same way as 82575/82576,
required to make 82580(i340) and i350 based adapters work.
Tested by Rogier Krieger on an i350-F2.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/30 01:14:13
Modified files:
sys/dev/ic : mfireg.h
Log message:
pull in BBU bits from freebsd
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/30 01:17:36
Modified files:
sys/dev/ic : mfi.c mfireg.h
Log message:
use MR_DCMD consistently. some MD_DCMD was in there somehow.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/30 01:18:34
Modified files:
sys/dev/ic : mfireg.h
Log message:
white space fixes
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/30 01:19:23
Modified files:
sys/dev/ic : mfivar.h
Log message:
white space tweak
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/30 02:35:44
Modified files:
x11/gnome/tracker: Makefile
x11/gnome/tracker/patches:
patch-src_libtracker-common_tracker-os-dependant-unix_c
Log message:
Committed upstream with a tweak.
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/04/30 03:09:40
Modified files:
graphics/colord: Makefile
Added files:
graphics/colord/patches: patch-lib_colord_cd-icc_c
Log message:
Fix colord build on sparc64 and other architectures.
Patch already committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/04/30 03:18:01
Modified files:
graphics/colord/patches: patch-lib_colord_cd-icc_c
Log message:
Fix comment.
CVSROOT: /cvs
Module name: ports
Changes by: nigel@cvs.openbsd.org 2013/04/30 04:18:42
Modified files:
graphics/blender: Makefile
Log message:
PYTHON_LIBRARY setting not required and wrong after python 3.2.4 update,
removed cmake finds the library now.
Ok Pascal Maintainer
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/04/30 04:22:37
Modified files:
infrastructure/man/man1: dpb.1
infrastructure/lib/DPB: Engine.pm
infrastructure/lib/DPB/Job: Port.pm
Log message:
add ! to ports that prevent junk from happening, so that you know why it
doesn't junk.
spell out a bit more that logs and locks do NOT need to be shared.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/30 05:28:02
Modified files:
mail/postfix/snapshot: Makefile
mail/postfix/snapshot/patches: patch-conf_main_cf
mail/postfix/stable: Makefile
mail/postfix/stable/patches: patch-conf_main_cf
Log message:
Remove the inet_protocols=ipv4 line from the bottom of Postfix's sample
main.cf; it was hiding a previously-set inet_protocols=all. (Ideally
we would remove both lines as "all" is the default, but Postfix upgrade
scripts re-add "ipv4"). Problem reported by krw@, ok brad@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/04/30 05:42:56
Modified files:
usr.sbin/ntpd : client.c ntp_msg.c ntpd.h server.c
Log message:
Remove unused function argument variables 'len' and 'auth' from
ntp_sendmsg(). They have been removed from the function body in the past
but not from the argument list.
From Maxime Villard
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/30 05:50:47
Modified files:
sys/arch/arm/arm: db_interface.c
Log message:
Replace the statically defined protection bits with a macro, which will
be useful for the upcoming ARMv7 changes.
ok bmercer@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/30 05:51:16
Modified files:
build : support.dat
Log message:
+halonsecurity, requested by Jonas Falck
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/04/30 05:51:22
Modified files:
. : support.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/30 06:02:39
Modified files:
lib/libc/asr : asr.c asr.h asr_private.h async_resolver.3
getaddrinfo_async.c gethostnamadr_async.c
getnetnamadr_async.c getrrsetbyname_async.c
res_query.c res_search_async.c res_send.c
res_send_async.c
Log message:
Do not take external buffers for storing DNS responses in the internal
async API. That is actually useless and it makes the code more
complicated. The required buffers are always allocated when needed.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/04/30 06:07:21
Modified files:
usr.sbin/smtpd : dns.c
Log message:
remove params after API change.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/04/30 06:29:04
Modified files:
usr.sbin/rtadvd: config.c dump.c rtadvd.c rtadvd.h
Log message:
move variables to type time_t; fix format strings
test/ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/04/30 06:30:40
Modified files:
usr.sbin/rtadvd: config.c rtadvd.c timer.c timer.h
Log message:
- replace TIMEVAL_* function/macros with macros from sys/time.h
- replace insque(3) with SLIST from queue(3)
- with that, rewrite rtadvd_check_timer() logic to avoid
timeval {0x7fffffff, 0x7fffffff}
test/ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/30 07:00:21
Added files:
sys/arch/arm/include: pmap7.h
Log message:
Add matching header for pmap7.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/30 07:04:25
Modified files:
sys/arch/arm/arm: genassym.cf
Added files:
sys/arch/arm/arm: cpuswitch7.S
Log message:
Add context switching code matching to our pmap for ARMv7.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/04/30 07:05:44
Modified files:
lib/libc/asr : async_resolver.3
Log message:
various small fixes;
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/30 07:10:45
Modified files:
sys/arch/arm/conf: files.arm
sys/arch/beagle/include: pmap.h
Log message:
Switch from pmap to pmap7.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/30 07:23:52
Modified files:
sys/arch/beagle/beagle: beagle_start.S
Log message:
Use ARMv7 access permission bits.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/30 07:57:02
Modified files:
sys/arch/beagle/conf: Makefile.beagle
Log message:
Fix beagle makefile dependency after switching to new context switching
code.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/30 08:05:51
Modified files:
www/squid : Makefile distinfo
Removed files:
www/squid/patches: patch-src_ip_Intercept_cc
Log message:
minor update to squid 3.2.11
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/04/30 08:54:46
Log message:
Initial import of p5-Clipboard - a perl module to acces the x11 clipboard
OK sthen@
Status:
Vendor Tag: abieber
Release Tags: abieber_20130430
N ports/x11/p5-Clipboard/distinfo
N ports/x11/p5-Clipboard/Makefile
N ports/x11/p5-Clipboard/pkg/DESCR
N ports/x11/p5-Clipboard/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/04/30 08:57:27
Modified files:
x11 : Makefile
Log message:
+p5-Clipboard
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/04/30 09:19:08
Added files:
devel/sdl/patches: patch-src_video_x11_SDL_x11sym_h
Log message:
match prototype after libX11 1.6RC update
CVSROOT: /cvs
Module name: src
Changes by: todd@cvs.openbsd.org 2013/04/30 11:16:49
Modified files:
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/04/30 11:17:00
Modified files:
distrib/sets/lists/xbase: md.vax mi
distrib/sets/lists/xshare: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/30 11:20:59
Modified files:
lang/python : python.port.mk
Log message:
revert last MODPY_PY_PREFIX change in SUBST_VARS, it prevents update-plist from
replacing share/doc/py-something with share/doc/${MODPY_PY_PREFIX}-something.
requested by fgsch@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/04/30 11:25:47
Modified files:
de : anoncvs.html cvsync.html ftp.html
nl : anoncvs.html cvsync.html ftp.html
openbgpd/de : ftp.html
openbgpd/ru : ftp.html
openntpd/de : ftp.html portable.html
openntpd/ru : ftp.html portable.html
openssh/de : ftp.html portable.html
openssh/nl : ftp.html portable.html
openssh/ru : donations.html ftp.html index.html openbsd.html
portable.html report.html
pt : cvsync.html plus.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/04/30 11:27:34
Modified files:
editors/tpad : Makefile
editors/tpad/pkg: DESCR
Log message:
Commit a better pkg/DESCR
Bump REVISION.
ok naddy@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/04/30 12:33:30
Modified files:
usr.sbin/pkg_add: pkg_add.1 pkg_delete.1
share/man/man7 : packages.7
Log message:
point people at pkg_check
ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/04/30 12:41:50
Modified files:
www/squid : Makefile distinfo
www/squid/patches: patch-bootstrap_sh patch-configure_ac
patch-src_Makefile_am patch-src_cf_data_pre
patch-src_client_side_reply_cc
www/squid/pkg : PLIST-main README-main
Log message:
Major update to Squid 3.3.4 (moving the port from the 3.2 branch to 3.3).
New features include:
- SQL Database logging helper
- Time-Quota session helper
- Custom HTTP request headers
- SSL-Bump Server First
- Server Certificate Mimic
While there, add notes to README-main about increasing the number of
file descriptors via login.conf.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/04/30 13:56:40
Modified files:
x11/gnome/vfs2/patches: patch-imported_neon_ne_xml_c
Log message:
fixup comment
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/04/30 13:56:46
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
Clear the right pixels when scrolling backwards.
Fixes issue reported by tedu@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/30 15:10:23
Modified files:
app/cwm : group.c
Log message:
type fix
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/30 15:11:07
Modified files:
app/cwm : search.c
Log message:
missing proto
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/04/30 15:12:20
Modified files:
app/cwm : screen.c
Log message:
group conf_* init functions
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/30 18:03:59
src/sys/arch/arm/cortex
Update of /cvs/src/sys/arch/arm/cortex
In directory cvs.openbsd.org:/tmp/cvs-serv5465/arm/cortex
Log Message:
Directory /cvs/src/sys/arch/arm/cortex added to the repository
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/04/30 18:16:26
Modified files:
sys/arch/arm/conf: files.arm
sys/arch/beagle/conf: GENERIC RAMDISK files.beagle
sys/arch/beagle/dev: omap.c omap4.c
Added files:
sys/arch/arm/cortex: ampintc.c amptimer.c cortex.c cortex.h
files.cortex
Removed files:
sys/arch/beagle/dev: ampintc.c amptimer.c
Log message:
Add a cortex bus which represents the ARM MPCore Complex.
It will attach only to ARM Cortex A9 and A15 SoCs.
The generic interrupt controller and timer will attach to this bus,
later a secondary cache controller can be added.
The base address for those controllers are figured out using
the periphbase register.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/30 18:47:31
Modified files:
sys/dev/ic : mfi.c
Log message:
dont need to walk alldevs during sensor creation looking for the logical
disk scsibus when we record that in mfi_attach.
also happens to get rid of a logic error that let it come out of the loop
on alldevs with a reference to something that wasnt the logical disk
scsibus and use that.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/30 19:15:45
Modified files:
sys/dev/ic : mfireg.h
Log message:
provide a couple of %b things for mfi_hw_present and mfi_adapter_ops cos
im somehow too lazy to read a %x and look for a couple of bits set, but not
lazy enough to not write a %b thing.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/30 19:56:29
Modified files:
sys/dev/ic : mfireg.h
Log message:
there's some extra bits for the bbu status that freebsd dont have. provide
a %b thing for them too.
now i just have to figure out how to represent this nicely:
mfi0: fw_status 0xc00
:(
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/04/30 21:44:22
Modified files:
sys/dev/ic : mfi.c mfireg.h mfivar.h
Log message:
provide a sensor for the battery backup unit (bbu) on mfi boards that
support it.
now i can tell (a bit better) why io might be slow on some of my boxes.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/01 00:57:50
Modified files:
x11/gnome/tracker: Makefile
Added files:
x11/gnome/tracker/patches:
patch-src_libtracker-sparql-backend_tracker-backend_vala
Log message:
Fix an abort() due to the way mutex were handled.
from upstream with help from kurt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/01 01:02:49
Modified files:
x11/gnome/vfs2 : Tag: OPENBSD_5_3 Makefile
Added files:
x11/gnome/vfs2/patches: Tag: OPENBSD_5_3
patch-imported_neon_ne_xml_c
Log message:
Security fix for CVE-2009-2473 neon: billion laughs DoS attack
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/01 01:03:59
Modified files:
net/haproxy : Tag: OPENBSD_5_3 Makefile
Added files:
net/haproxy/patches: Tag: OPENBSD_5_3 patch-src_proto_http_c
Log message:
Security fix for CVE-2013-1912, haproxy may crash on TCP content inspection rules
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/01 01:11:05
Modified files:
www/phpmyadmin : Tag: OPENBSD_5_3 Makefile distinfo
www/phpmyadmin/pkg: Tag: OPENBSD_5_3 PLIST
Log message:
Security update to phpmyadmin 3.5.8.1, which among others fixes
http://cxsecurity.com/issue/WLB-2013040179 (CVE-2013-3238, CVE-2013-3239,
CVE-2013-3240, CVE-2013-3241).
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/01 01:16:15
Modified files:
www/owncloud : Makefile
www/owncloud/pkg: README
Log message:
modules.sample/ always lives in /var/www, so no need for ${PREFIX} here.
as discussed with aja@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/01 01:43:44
Modified files:
graphics/sane-backends: Tag: OPENBSD_5_3 Makefile
Added files:
graphics/sane-backends/patches: Tag: OPENBSD_5_3
patch-backend_kodakaio_c
Log message:
Fix pnm corruption due to error being sent to stdout.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/01 02:48:36
Modified files:
x11/gnome/tracker/patches:
patch-src_libtracker-sparql-backend_tracker-backend_vala
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/01 02:53:27
Modified files:
www/squid : Tag: OPENBSD_5_3 Makefile distinfo
www/squid/patches: Tag: OPENBSD_5_3 patch-src_cf_data_pre
patch-src_squid_8_in
Added files:
www/squid/patches: Tag: OPENBSD_5_3
patch-src_client_side_reply_cc
Removed files:
www/squid/patches: Tag: OPENBSD_5_3
patch-helpers_basic_auth_LDAP_config_test
patch-helpers_basic_auth_SASL_config_test
patch-helpers_digest_auth_LDAP_config_test
patch-helpers_digest_auth_eDirectory_config_test
patch-helpers_external_acl_LDAP_group_config_test
patch-helpers_external_acl_eDirectory_userip_config_test
Log message:
MFC update to squid 3.2.11; includes fix for a denial-of-service affecting
3.2.0.9 and up (CVE-2013-1839).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/01 02:57:22
Modified files:
mail/roundcubemail: Tag: OPENBSD_5_3 Makefile distinfo
Log message:
SECURITY update to mail/roundcubemail 0.8.6, CVE-2013-1904, vulnerability
in save-pref command allowing an attacker to modify its users preferences in
a way that he can then read arbitrary files from the server.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/01 03:06:03
Modified files:
net/isc-bind : Tag: OPENBSD_5_3 Makefile distinfo
net/isc-bind/pkg: Tag: OPENBSD_5_3 PLIST isc_named.rc
Log message:
MFC - BIND 9.9.2-P2: CVE-2013-2266 https://kb.isc.org/article/AA-00871
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/01 03:11:06
Modified files:
telephony/asterisk: Tag: OPENBSD_5_3 Makefile distinfo
Log message:
MFC update to Asterisk 10.12.2, CVE-2013-2686 CVE-2013-2264
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/01 03:30:56
Modified files:
www/owncloud : Tag: OPENBSD_5_3 Makefile distinfo
www/owncloud/pkg: Tag: OPENBSD_5_3 PLIST README UNMESSAGE
Log message:
security update to owncloud-5.0.3, includes fixes for CVE-2013-1822
CVE-2013-1850 CVE-2013-1851
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/01 03:39:02
Modified files:
usr.sbin/bgpd : Tag: OPENBSD_5_3 session.c
Log message:
MFC: handle ECONNABORTED errors from accept(). In many code blocks they
can be ignored silently and without aborting, much like EINTR and EWOULDBLOCK
are.
This is http://ftp.openbsd.org/pub/OpenBSD/patches/5.3/common/001_bgpd.patch:
"A rare condition during session startup may cause bgpd to replace an
active session leading to unknown consequences. Bug found by inspection
(we do not know how to reproduce it, consider that a challenge)."
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/01 03:55:20
Modified files:
net/pidgin : Tag: OPENBSD_5_3 Makefile distinfo
net/pidgin/patches: Tag: OPENBSD_5_3 patch-configure_ac
patch-libpurple_plugins_ssl_Makefile_in
patch-libpurple_protocols_jabber_Makefile_in
patch-libpurple_protocols_oscar_Makefile_in
patch-libpurple_protocols_yahoo_Makefile_in
patch-pidgin_Makefile_in
patch-pidgin_gtkdialogs_c
net/pidgin/pkg : Tag: OPENBSD_5_3 PLIST-libpurple
Removed files:
net/pidgin/patches: Tag: OPENBSD_5_3
patch-finch_libgnt_Makefile_am
patch-finch_libgnt_Makefile_in
Log message:
Update to Pidgin 2.10.7. Fixes 3 security issues and some crashing bugs,
as well as other bug fixes. CVE-2013-0271, CVE-2013-0272, CVE-2013-0273,
CVE-2013-0274
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/05/01 04:02:48
ports/devel/libffi/files
Update of /cvs/ports/devel/libffi/files
In directory cvs.openbsd.org:/tmp/cvs-serv11418/files
Log Message:
Directory /cvs/ports/devel/libffi/files added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/05/01 04:11:54
Modified files:
devel/libffi : Makefile
devel/libffi/patches: patch-configure
Added files:
devel/libffi/files: m88k_ffi.c m88k_ffitarget.h m88k_obsd.S
vax_aoutbsd.S vax_ffi.c vax_ffitarget.h
devel/libffi/patches: patch-Makefile_in patch-src_m68k_ffi_c
patch-src_m68k_sysv_S
Log message:
Fix m68k support (Linux/ELF uses a slightly different calling convention than
SysV/m68k, which NetBSD and OpenBSD follow).
Add m88k/ELF support.
Add vax/a.out support.
All tests from the libffi.call dejagnu testsuite pass on these three platforms.
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/01 05:54:59
Modified files:
sys/arch/arm/arm: pmap.c
Log message:
Fix a case where we might be cache flushing unmapped pages.
From Raphael Graf and NetBSD.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/01 06:40:18
Modified files:
x11/gnome/tracker: Makefile distinfo
Removed files:
x11/gnome/tracker/patches: patch-configure_ac
patch-src_libtracker-common_tracker-dbus_c
patch-src_libtracker-common_tracker-os-dependant-unix_c
patch-src_libtracker-common_tracker-type-utils_c
patch-src_libtracker-extract_tracker-utils_c
patch-src_libtracker-sparql-backend_tracker-backend_vala
patch-src_tracker-needle_Makefile_in
patch-src_tracker-needle_tracker-utils_vala
patch-tests_libtracker-common_tracker-sched-test_c
Log message:
Update to (meta-)tracker-0.16.1.
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/05/01 07:16:32
Modified files:
faq : faq1.html faq2.html faq3.html faq4.html
faq5.html faq6.html faq7.html faq8.html
faq9.html faq10.html faq11.html faq12.html
faq14.html faq15.html
Log message:
updates for 5.3
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/05/01 07:18:27
Modified files:
faq : upgrade52.html current.html
Log message:
5.3 updates
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/05/01 07:20:49
Modified files:
faq : index.html
Log message:
update for 5.3. Lots of input on the quotes from guenther@, tedu@, who
were much more creative than I was!
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/05/01 07:21:45
Modified files:
faq/pf : anchors.html authpf.html carp.html config.html
example1.html filter.html ftp.html index.html
logging.html macros.html nat.html options.html
pools.html queueing.html shortcuts.html
tables.html
Log message:
updates for 5.3
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/01 07:32:40
Modified files:
. : alpha.html amd64.html anoncvs.html armish.html
aviion.html beagle.html cvsync.html ftp.html
hp300.html hppa.html i386.html index.html
landisk.html loongson.html luna88k.html
macppc.html mvme68k.html mvme88k.html
octeon.html security.html sgi.html socppc.html
sparc.html sparc64.html vax-simh.html vax.html
zaurus.html
build : Makefile
build/mirrors : anoncvs.html.head ftp.html.end ftp.html.head
openbgpd : ftp.html
openntpd : ftp.html portable.html
openssh : ftp.html portable.html
Added files:
images : puffy53.gif
Log message:
OpenBSD 5.3 is out..
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/01 07:49:18
Modified files:
sys/arch/beagle/beagle: beagle_machdep.c beagle_start.S
Log message:
Disable PandaBoard's L2 Cache early on bootup. We will re-enable it
later once we're ready.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/01 08:09:50
Modified files:
sys/arch/beagle/beagle: beagle_machdep.c
Added files:
sys/arch/arm/cortex: smc.h
Log message:
Add a secure monitor call function, so that a secondary cache controller
driver can talk to its controller properly.
From drahn at dalerahn.com.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/01 08:22:24
Modified files:
usr.bin/units : units.lib
Log message:
May 01* update currency exchange rates;
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/01 08:42:15
Modified files:
de : 53.html alpha.html amd64.html anoncvs.html
armish.html cvsync.html ftp.html hp300.html
hppa.html i386.html index.html landisk.html
loongson.html macppc.html mvme68k.html
mvme88k.html orders.html security.html sgi.html
socppc.html sparc.html sparc64.html vax.html
zaurus.html
faq/de : faq1.html faq10.html faq11.html faq14.html
faq15.html faq2.html faq3.html faq4.html
faq5.html faq8.html faq9.html index.html
faq/pf/de : anchors.html authpf.html carp.html config.html
example1.html filter.html ftp.html index.html
logging.html macros.html nat.html options.html
pools.html queueing.html shortcuts.html
tables.html
openbgpd/de : ftp.html
openntpd/de : ftp.html portable.html
openssh/de : ftp.html portable.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/05/01 08:43:09
Modified files:
sys/ufs/ufs : ufs_vfsops.c
Log message:
Remove useless cast of ROOT_INFO to ino_t. OK otto@
CVSROOT: /cvs
Module name: ports
Changes by: ian@cvs.openbsd.org 2013/05/01 09:09:57
ports/devel/jenkins/devel
Update of /cvs/ports/devel/jenkins/devel
In directory cvs.openbsd.org:/tmp/cvs-serv9370/devel
Log Message:
Directory /cvs/ports/devel/jenkins/devel added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ian@cvs.openbsd.org 2013/05/01 09:09:58
ports/devel/jenkins/stable
Update of /cvs/ports/devel/jenkins/stable
In directory cvs.openbsd.org:/tmp/cvs-serv9370/stable
Log Message:
Directory /cvs/ports/devel/jenkins/stable added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ian@cvs.openbsd.org 2013/05/01 09:10:21
ports/devel/jenkins/devel/pkg
Update of /cvs/ports/devel/jenkins/devel/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv3723/pkg
Log Message:
Directory /cvs/ports/devel/jenkins/devel/pkg added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ian@cvs.openbsd.org 2013/05/01 09:11:19
ports/devel/jenkins/stable/pkg
Update of /cvs/ports/devel/jenkins/stable/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv30067/pkg
Log Message:
Directory /cvs/ports/devel/jenkins/stable/pkg added to the repository
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/05/01 09:17:36
Modified files:
faq : faq13.html index.html
Log message:
Remove (i386 only) from "Can I have Flash support in my web browser?" in
the indexes to match the actual paragraph.
Update copyright on the main FAQ page.
ok nick@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/01 09:40:33
Modified files:
net/openvpn : Makefile
Added files:
net/openvpn/patches: patch-src_openvpn_route_c
Log message:
Reinstate route.c patch, lost in the update to 2.3.1 where upstream rearranged
files. Found the hard way by, and diff from, Yoshihisa Matsushita.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/01 11:13:05
Modified files:
sys/kern : kern_lock.c kern_rwlock.c
sys/sys : lock.h rwlock.h
Log message:
exorcise lockmgr. the api remains, but is now backed by recursive rwlocks.
originally by thib.
ok deraadt jsing and anyone who tested
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/01 11:18:55
Modified files:
sys/kern : kern_lock.c kern_rwlock.c
Log message:
a few tweaks noticed by jsing
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/01 11:39:09
Modified files:
de : alpha.html amd64.html anoncvs.html armish.html
cvsync.html ftp.html hp300.html hppa.html
i386.html index.html landisk.html loongson.html
macppc.html mvme68k.html mvme88k.html
security.html sgi.html socppc.html sparc.html
sparc64.html vax.html zaurus.html
faq/de : faq1.html faq10.html faq11.html faq12.html
faq14.html faq15.html faq2.html faq3.html
faq4.html faq5.html faq6.html faq7.html
faq8.html faq9.html index.html
faq/fr : faq9.html index.html
faq/pf/de : anchors.html authpf.html carp.html config.html
example1.html filter.html ftp.html index.html
logging.html macros.html nat.html options.html
pools.html queueing.html shortcuts.html
tables.html
fr : alpha.html amd64.html cvsync.html i386.html
index.html zaurus.html
nl : anoncvs.html cvsync.html ftp.html index.html
openbgpd/de : ftp.html
openbgpd/fr : ftp.html
openntpd/de : ftp.html portable.html
openntpd/fr : ftp.html portable.html
openssh/de : ftp.html portable.html
openssh/fr : ftp.html portable.html
openssh/nl : ftp.html portable.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/01 13:31:25
Modified files:
games/garden : Makefile
Log message:
configure checks for update-desktop-database; also found by sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/01 15:09:23
Modified files:
sysutils/cfengine: Makefile distinfo
sysutils/cfengine/patches: patch-pub_getopt_c
sysutils/cfengine/pkg: DESCR PLIST
Added files:
sysutils/cfengine/patches: patch-masterfiles_update_cf
patch-src_cf-report_c
patch-src_sysinfo_c
sysutils/cfengine/pkg: README cf_execd.rc cf_monitord.rc
cf_serverd.rc cfengine.rc
Removed files:
sysutils/cfengine/patches: patch-configure patch-doc_Makefile_in
patch-inputs_Makefile_in
patch-src_cflex_c patch-src_crypto_c
patch-src_do_c patch-src_instrument_c
Log message:
Update to cfengine 3.4.4, worked on by okan@, Jiri B, myself and
Martijn Rijkeboer (Martijn takes MAINTAINER), testing and src/sysinfo.c
diff from Timo Myyra.
!!! Note: CFEngine 3 is not a drop-in upgrade for CFEngine 2 installations.
!!! It is a significantly more powerful version, but it is incompatible with
!!! the CFEngine 2 policy language.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/01 15:13:36
Modified files:
faq : current.html
Log message:
CFEngine
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/05/01 16:39:24
Modified files:
infrastructure/lib/DPB: Engine.pm
Log message:
oops, if the error is dire enough, there's no info.
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/05/01 20:11:53
Modified files:
mail/s-nail : Makefile distinfo
Removed files:
mail/s-nail/patches: patch-cmd1_c
Log message:
Bugfix update to s-nail 14.2.2
Thanks to jca -at- wxcvbn.org whose post inspired
sdaoden -at- gmail.com to roll a bugfix release.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/01 21:17:13
Modified files:
sys/arch/arm/arm: pmap.c
Log message:
remove static from a simple lock to avoid a compiler warning/error that
shows up due to the lock.h simplification. noticed by patrick.
stealing his commit because the tree should at least compile while we
debate the future of simplelocks.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/05/01 22:35:44
Modified files:
sys/dev/ic : mfi.c
Log message:
always attach the battery sensor if the adapter lets us query it.
newly replaced batteries dont show up immediately.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/02 00:05:50
Modified files:
faq/de : faq13.html index.html
faq/nl : faq1.html faq10.html faq11.html faq12.html
faq13.html faq14.html faq15.html faq2.html
faq3.html faq4.html faq5.html faq6.html
faq7.html faq8.html faq9.html index.html
faq/pf/nl : anchors.html authpf.html carp.html config.html
example1.html filter.html ftp.html index.html
logging.html macros.html nat.html options.html
pools.html queueing.html shortcuts.html
tables.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/02 00:57:29
Modified files:
lib/libXfixes/src: Cursor.c
Log message:
Remove white space only diff with upstreams
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/02 01:36:01
Modified files:
lang/gfortran : Makefile
Log message:
Mark BROKEN on powerpc.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/02 02:20:52
Modified files:
net/mosh : Makefile
Removed files:
net/mosh/patches: patch-src_util_select_h
Log message:
We have pselect() now; remove a patch that replaced it with
select()+sigprocmask().
Maintainer's OK
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/02 02:37:56
Modified files:
devel/glib2mm : Makefile distinfo
devel/glib2mm/pkg: PLIST
Log message:
Update to glib2mm-2.36.2.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/02 03:20:17
Modified files:
regress/lib/libc: Makefile
Log message:
Hook up fmemopen and open_memstream tests.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/02 03:46:28
Modified files:
build : mirrors.dat
Log message:
reenable openbsd.cs.fau.de (Erlangen)
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/02 03:47:16
Modified files:
. : ftp.html ftplist anoncvs.html cvsync.html
openbgpd : ftp.html
openntpd : ftp.html portable.html
openssh : ftp.html portable.html
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/02 04:01:34
Modified files:
devel/git : Makefile distinfo
devel/git/patches: patch-Makefile patch-t_t0000-basic_sh
devel/git/pkg : PLIST-main
Added files:
devel/git/patches: patch-t_test-lib_sh
Removed files:
devel/git/patches: patch-t_Makefile
Log message:
Update to git-1.8.2.2
Fixes for vax by Jeremie Courreges-Anglas (thanks!)
OK sthen@, benoit@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/02 05:06:06
Modified files:
devel/git : Makefile
Log message:
Zap useless "GITWEB" var.
sthen@ agrees
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/02 05:54:10
Modified files:
sys/netinet : igmp.c ip_mroute.c ip_mroute.h
sys/netinet6 : ip6_mroute.c ip6_mroute.h raw_ip6.c
Log message:
tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.
ok deraadt@, tedu@ (implicit)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/02 07:21:16
Modified files:
textproc/gdiff : Makefile distinfo
textproc/gdiff/pkg: PLIST
Removed files:
textproc/gdiff/patches: patch-configure patch-m4_Makefile_in
Log message:
update gdiff to diffutils 3.3, the existence of which was pointed out by
Jeremie Courrege-Anglas, which works with 64-bit time_t
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/05/02 08:48:35
Modified files:
sbin/dhclient : clparse.c dhclient.c dhcpd.h
Log message:
Enough of the hand-rolling of queues. Turn client->leases and
client->offered_leases into TAILQs.
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/02 09:41:57
Modified files:
devel/llvm : Makefile
Added files:
devel/llvm/patches: patch-cmake_modules_LLVMConfig_cmake_in
Log message:
Allow upcoming libobjc2 to find LLVM-Config.cmake in its configure stage.
Fix from and OK zhuk@
OK dcoppa@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/05/02 10:35:27
Modified files:
sbin/dhclient : bpf.c clparse.c conflex.c dhclient.c dhcp.h
dhcpd.h dispatch.c errwarn.c options.c packet.c
parse.c tables.c
Log message:
Bunch of comment/whitespace cleanup. Eliminate some misleading or
pointless ones, make multiline comments readable, nuke '...' in
favour of '.', etc.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/02 11:25:15
Modified files:
app/cwm : calmwm.h font.c menu.c mousefunc.c
Log message:
no need for font_{ascent,descent,height} wrappers; limit font_width to
just requiring xftfont.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/02 12:55:24
Modified files:
sys/kern : subr_poison.c
Log message:
according to pedro, ids work better with the ending $
CVSROOT: /cvs
Module name: ports
Changes by: matthew@cvs.openbsd.org 2013/05/02 13:09:18
Log message:
Initial import of ninja, a simple build system with a focus on speed.
ok dcoppa, sthen
Status:
Vendor Tag: matthew
Release Tags: matthew_2013-May-02
N ports/devel/ninja/Makefile
N ports/devel/ninja/distinfo
N ports/devel/ninja/patches/patch-src_subprocess-posix_cc
N ports/devel/ninja/pkg/DESCR
N ports/devel/ninja/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: matthew@cvs.openbsd.org 2013/05/02 13:11:10
Modified files:
devel : Makefile
Log message:
+ninja
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/02 13:12:04
Modified files:
sys/arch/luna88k/dev: omrasops.c
Log message:
typos
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/05/02 13:12:49
Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD
Log message:
Move Uwe out of Brandenburg's barren fields into Berlin's city, per his request.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/02 13:15:53
Modified files:
sys/arch/arm/cortex: files.cortex
sys/arch/beagle/conf: GENERIC RAMDISK
Added files:
sys/arch/arm/cortex: arml2cc.c
Log message:
Add a driver for the secondary cache controller on the PandaBoard and
other ARM Cortex based boards. Disabled for now, until proper
secondary cache flushing is done where it's needed.
ok miod@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/02 13:30:10
Modified files:
app/cwm : mousefunc.c
Log message:
only redraw the name/size box when the client resizes, not every time
there's movement; should slightly help with resize syncs.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/02 13:33:17
Modified files:
app/cwm : mousefunc.c
Log message:
get rid of cc->name in the resize box and make dimensions more readable.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/02 13:41:52
Modified files:
app/cwm : menu.c
Log message:
zap leftover debug printf
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/02 14:08:15
Modified files:
www/py-werkzeug: Makefile
www/py-werkzeug/pkg: PLIST
Log message:
Regen after py-sphinx update and bump. While here ensure docs are
built with the right environment.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/02 14:09:35
Modified files:
www/py-flask : Makefile
www/py-flask/pkg: PLIST
Log message:
Regen after py-sphinx update and bump. While here ensure docs are
built with the right environment.
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/05/02 14:16:50
Modified files:
share/man/man4 : usb.4
Log message:
Unify ioctl arguments and add missing pointer signs.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/02 14:18:35
Modified files:
app/cwm : menu.c
Log message:
- no need to position and size the menu window before an Expose event
since we'll be calculating required size later anyway; allows us to
consolidate all prompt/display/search string building goop into
menu_draw.
- reset the pos/size of menuwin when leaving a menu.
- reverse the 'prompt' NULL check to be consistent with 'initial' one
and fix a whitespace nit while here.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/02 14:29:05
Modified files:
devel/json-c : Makefile distinfo
devel/json-c/pkg: PLIST
Removed files:
devel/json-c/pkg: PFRAG.shared
Log message:
Update to json-c-0.11.
ok dcoppa@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/02 14:43:05
Modified files:
. : 53.html
Log message:
To be released -> Released - thanks Mitja.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/02 14:57:37
Modified files:
sys/arch/arm/cortex: arml2cc.c
Log message:
Remove an #endif I forgot in there.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/02 15:04:01
Modified files:
emulators/sdlmame: Makefile distinfo
emulators/sdlmame/patches: patch-src_osd_sdl_sdl_mak
Removed files:
emulators/sdlmame/patches: patch-src_emu_machine_netlist_h
Log message:
Update emulators/sdlmame to 0.148u4
Makefile tweaks courtesy of sthen@
ok fgsch@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/02 15:05:31
Modified files:
emulators/sdlmess: Makefile distinfo
emulators/sdlmess/patches: patch-src_osd_sdl_sdl_mak
Removed files:
emulators/sdlmess/patches: patch-src_emu_machine_netlist_h
Log message:
Update emulators/sdlmess to 0.148u4 (sync with sdlmame)
As sdlmame, Makefile tweaks from sthen@
ok fgsch@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/02 19:16:36
Modified files:
net/nfdump : Makefile distinfo
net/nfdump/pkg : PLIST-main
Added files:
net/nfdump/patches: patch-bin_launch_c patch-bin_nfprofile_c
Log message:
update to nfdump 1.6.9; many fixes and improvements since the version in tree
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/02 19:17:10
Modified files:
net/nfsen : Makefile distinfo
net/nfsen/patches: patch-etc_nfsen-dist_conf
patch-html_nfsen_php patch-install_pl
Added files:
net/nfsen/pkg : DESCR MESSAGE PLIST README UNMESSAGE
Removed files:
net/nfsen/pkg : DESCR-main DESCR-web MESSAGE-main PLIST-main
PLIST-web README-main UNMESSAGE-main
Log message:
update to NfSen 1.3.6p1, to go with updated nfdump
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/05/02 20:46:28
Modified files:
sys/dev/ic : mfi.c mfireg.h mfivar.h
Log message:
break out the battery status into excruciating detail. makes it harder for
$VENDOR to complain about a lack of diagnostic material from their crappy
mgmt tools if you're not running an operating system they support.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/05/02 21:06:08
Modified files:
net/samba : Makefile distinfo
Log message:
Update to Samba 3.6.14.
From MAINTAINER
ok giovanni@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/02 23:53:49
Modified files:
de : anoncvs.html cvsync.html ftp.html
faq/pf/pt : anchors.html authpf.html carp.html config.html
example1.html filter.html ftp.html index.html
logging.html macros.html nat.html options.html
pools.html queueing.html shortcuts.html
tables.html
faq/ru : faq11.html faq12.html faq2.html faq7.html
faq9.html
it : crypto.html goals.html index.html
lt : anoncvs.html armish.html donations.html
errata.html errata39.html errata40.html
errata41.html goals.html index.html
landisk.html plat.html pmax.html solbourne.html
stable.html vax-simh.html vax.html
openbgpd/de : ftp.html
openbgpd/ru : ftp.html
openntpd/de : ftp.html portable.html
openntpd/ru : ftp.html portable.html
openssh/de : ftp.html portable.html
openssh/it : index.html
openssh/ru : ftp.html portable.html
pt : cvsync.html index.html
ru : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: xenocara
Changes by: ajacoutot@cvs.openbsd.org 2013/05/02 23:57:05
Modified files:
app/xdm/config : Xsession.cpp
app/xinit : xinitrc.cpp
Log message:
Start dbus-launch in a consistent way int xinitrc and Xsession and fix
an indent weirdness while here.
ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/05/03 00:51:46
Modified files:
devel/subversion: Tag: OPENBSD_5_3 Makefile
Added files:
devel/subversion/patches: Tag: OPENBSD_5_3
patch-subversion_mod_dav_svn_deadprops_c
patch-subversion_mod_dav_svn_liveprops_c
patch-subversion_mod_dav_svn_lock_c
patch-subversion_mod_dav_svn_reports_log_c
Log message:
For 5.3-stable:
Add patches for CVE-2013-1884, CVE-2013-1845, CVE-2013-1846, CVE-2013-1847,
and CVE-2013-1849. All of these are denial-of-service vulnerabilities
which affect Subversion servers using mod_dav_svn (Apache HTTPD) only.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/03 01:08:51
Modified files:
x11/virt-viewer: Makefile distinfo
x11/virt-viewer/pkg: PLIST
Log message:
- update to virt-viewer-0.5.6
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/03 01:29:04
Log message:
Import netsurf-buildsystem-1.0. Part of the update to netsurf-3.0.
Status:
Vendor Tag: bentley
Release Tags: bentley_20130502
N ports/www/netsurf/buildsystem/Makefile
N ports/www/netsurf/buildsystem/distinfo
N ports/www/netsurf/buildsystem/pkg/DESCR
N ports/www/netsurf/buildsystem/pkg/PLIST
N ports/www/netsurf/buildsystem/patches/patch-makefiles_Makefile_top
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/03 01:30:10
Log message:
Import libdom-0.0.1. Part of the netsurf-3.0 update.
Status:
Vendor Tag: bentley
Release Tags: bentley_20130502
N ports/www/netsurf/libdom/Makefile
N ports/www/netsurf/libdom/distinfo
N ports/www/netsurf/libdom/pkg/DESCR
N ports/www/netsurf/libdom/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/03 01:30:18
Modified files:
databases/postgresql: Tag: OPENBSD_5_3 Makefile distinfo
databases/postgresql/pkg: Tag: OPENBSD_5_3 PLIST-docs
Log message:
Critical SECURITY update to PostgreSQL, fixing CVE-2013-1899,
CVE-2013-1900 and CVE-2013-1901.
"A major security issue fixed in this release, CVE-2013-1899, makes
it possible for a connection request containing a database name that
begins with "-" to be crafted that can damage or destroy files within a
server's data directory. Anyone with access to the port the PostgreSQL
server listens on can initiate this request. This issue was discovered
by Mitsumasa Kondo and Kyotaro Horiguchi of NTT Open Source Software
Center." http://www.postgresql.org/about/news/1456/
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/03 01:32:34
Modified files:
www/netsurf : Makefile Makefile.inc
www/netsurf/browser: Makefile distinfo
www/netsurf/browser/patches: patch-Makefile
www/netsurf/browser/pkg: PLIST
www/netsurf/hubbub: Makefile distinfo
www/netsurf/hubbub/pkg: PLIST
www/netsurf/libcss: Makefile distinfo
www/netsurf/libcss/patches: patch-Makefile
www/netsurf/libcss/pkg: PLIST
www/netsurf/libnsbmp: Makefile distinfo
www/netsurf/libnsbmp/pkg: PLIST
www/netsurf/libnsgif: Makefile distinfo
www/netsurf/libnsgif/pkg: PLIST
www/netsurf/libparserutils: Makefile distinfo
www/netsurf/libparserutils/pkg: PLIST
www/netsurf/libwapcaplet: Makefile distinfo
www/netsurf/libwapcaplet/pkg: PLIST
Added files:
www/netsurf/hubbub/patches: patch-test_parser_c
patch-test_tokeniser2_c
patch-test_tokeniser3_c
patch-test_tree_c
www/netsurf/libcss/patches: patch-test_css21_c
patch-test_parse-auto_c
www/netsurf/libparserutils/patches: patch-libparserutils_pc_in
patch-test_cscodec-8859_c
patch-test_cscodec-ext8_c
patch-test_cscodec-utf16_c
patch-test_cscodec-utf8_c
Removed files:
www/netsurf/hubbub/patches: patch-build_makefiles_Makefile_top
www/netsurf/hubbub/pkg: PFRAG.shared
www/netsurf/libcss/patches: patch-build_makefiles_Makefile_tools
patch-build_makefiles_Makefile_top
www/netsurf/libcss/pkg: PFRAG.shared
www/netsurf/libnsbmp/patches: patch-build_makefiles_Makefile_top
www/netsurf/libnsbmp/pkg: PFRAG.shared
www/netsurf/libnsgif/patches: patch-build_makefiles_Makefile_top
www/netsurf/libnsgif/pkg: PFRAG.shared
www/netsurf/libparserutils/patches:
patch-build_makefiles_Makefile_top
www/netsurf/libparserutils/pkg: PFRAG.shared
www/netsurf/libwapcaplet/patches:
patch-build_makefiles_Makefile_top
www/netsurf/libwapcaplet/pkg: PFRAG.shared
Log message:
Update to netsurf-3.0.
Changelog here:
http://download.netsurf-browser.org/netsurf/releases/ChangeLog.txt
Thanks to sthen@ tobiasu@ jturner@ for testing.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/03 01:32:52
Modified files:
www/netsurf/libdom: Makefile
Log message:
Missing libiconv MODULE.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/03 01:38:36
Modified files:
www/netsurf/hubbub: Makefile
www/netsurf/libcss: Makefile
Log message:
Missing libiconv MODULE.
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/05/03 01:44:55
Added files:
lang/gcc/4.8/patches: patch-fixincludes_fixincl_x
patch-fixincludes_inclhack_def
patch-gcc_ada_gcc-interface_Make-lang_in
Log message:
* fix fixincludes (again)
* disable acats tests for now; the attempts to make sure that the ada tools in
${WRKBUILD}/gcc are used are quirky, wrong and don't work, causing the test
suite to fail early.
This allows the actual regression tests to run.
ok naddy@ tobiasu@
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/05/03 01:46:12
Modified files:
devel/subversion: Makefile distinfo
Removed files:
devel/subversion/patches:
patch-subversion_mod_dav_svn_deadprops_c
patch-subversion_mod_dav_svn_liveprops_c
patch-subversion_mod_dav_svn_lock_c
patch-subversion_mod_dav_svn_reports_log_c
Log message:
Update to Subversion 1.7.9 which includes the CVE patches committed earlier.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/03 02:51:05
Modified files:
lang/python : python.port.mk
Log message:
allow to override the default python 3 version.
needed by and ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/03 02:52:13
Modified files:
lang/python : Makefile
Log message:
hook python 3.3. 3.2 is still the default until some issues are sorted
with 3.3.
needed by and ok ajacoutot@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/03 03:12:58
Modified files:
. : sparc.html
Log message:
missed 5.2->5.3; Maxime Villard
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/03 03:31:23
Modified files:
net/nfsen : Makefile
Added files:
net/nfsen/patches: patch-libexec_AbuseWhois_pm
patch-libexec_Lookup_pm
Log message:
only import the required function from Socket6, avoids console spam from
importing the whole lot (several things in Socket6 are now in Perl base).
CVSROOT: /cvs
Module name: xenocara
Changes by: shadchin@cvs.openbsd.org 2013/05/03 03:32:18
Modified files:
driver/xf86-input-keyboard: ChangeLog Makefile.in aclocal.m4
config.guess config.sub configure
configure.ac depcomp
driver/xf86-input-keyboard/man: Makefile.in
driver/xf86-input-keyboard/src: Makefile.in at_scancode.c kbd.c
sun_kbd.c xf86OSKbd.h
Log message:
Update to xf86-input-keyboard 1.7.0.
ok matthieu@
CVSROOT: /cvs
Module name: xenocara
Changes by: shadchin@cvs.openbsd.org 2013/05/03 03:34:39
Modified files:
driver/xf86-input-mouse: ChangeLog Makefile.in aclocal.m4
config.guess config.sub configure
configure.ac depcomp
driver/xf86-input-mouse/include: Makefile.in
driver/xf86-input-mouse/man: Makefile.in
driver/xf86-input-mouse/src: Makefile.in bsd_mouse.c
hurd_mouse.c mouse.c mouse.h
sun_mouse.c
Log message:
Update to xf86-input-mouse 1.9.0.
ok matthieu@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/03 03:35:21
Modified files:
sys/netinet : ip_icmp.c
Log message:
Document which gobal variables are used for sysctl(8), add static to
gobals used only in this file and explain that the printf/debug
variable must be settable by ddb.
ok henning@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/05/03 03:41:29
Modified files:
lang/ghc : Makefile
Log message:
The precompiled (and braindead) ghc-pwd in the binary bootstrapper
is poisoned with code from some very early bootstrapper, which
causes failure when bootstrapping from 6.6 via 6.10, 6.12, 7.0
to 7.4. So just overwrite it with /bin/pwd.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/03 03:49:01
Modified files:
net/nfsen : Makefile
net/nfsen/patches: patch-install_pl patch-libexec_AbuseWhois_pm
Log message:
oh, socket6 isn't needed at all: inet_ntop was added to Socket in Perl 5.12
so we can use it from there.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/03 04:12:10
Modified files:
devel/py-tz : Makefile distinfo
devel/py-tz/pkg: PLIST
Log message:
update to py-tz 2013b, ok frantisek holop (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/03 04:23:12
Modified files:
mail/roundcubemail: Makefile
Added files:
mail/roundcubemail/patches: patch-program_include_rcmail_php
patch-program_js_list_js
patch-program_lib_Roundcube_rcube_imap_generic_php
patch-program_lib_Roundcube_rcube_ldap_php
patch-program_lib_Roundcube_rcube_mime_php
patch-program_steps_mail_get_inc
Log message:
backport some Roundcube fixes from release-0.9 tree in git
- Fix list page reset when viewing a message in Larry skin
- Fix unintentional messages list jumps on click in Internet Explorer
- Fix handling untagged responses in IMAP FETCH - "could not load message" error
- Escape user input values when used in eval() in ldap
- Fix various text wrapping and quoting issues
- Fix possible collision in generated thumbnail cache key
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/03 05:00:39
Modified files:
graphics/tiff : Makefile
graphics/tiff/patches: patch-libtiff_tif_codec_c
patch-libtiff_tif_dirinfo_c
Added files:
graphics/tiff/patches: patch-contrib_dbs_xtiff_xtiff_c
patch-tools_rgb2ycbcr_c
patch-tools_tiff2bw_c
patch-tools_tiff2pdf_c
patch-tools_tiff2ps_c
patch-tools_tiffcrop_c
patch-tools_tiffdither_c
Log message:
Security fixes for
CVE-2013-1960 - Heap-based buffer overflow
CVE-2013-1961 - Stack-based buffer overflow
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/03 05:04:00
Modified files:
graphics/tiff : Tag: OPENBSD_5_3 Makefile
graphics/tiff/patches: Tag: OPENBSD_5_3
patch-libtiff_tif_codec_c
patch-libtiff_tif_dirinfo_c
Added files:
graphics/tiff/patches: Tag: OPENBSD_5_3
patch-contrib_dbs_xtiff_xtiff_c
patch-tools_rgb2ycbcr_c
patch-tools_tiff2bw_c
patch-tools_tiff2pdf_c
patch-tools_tiff2ps_c
patch-tools_tiffcrop_c
patch-tools_tiffdither_c
Log message:
Security fixes for
CVE-2013-1960 - Heap-based buffer overflow
CVE-2013-1961 - Stack-based buffer overflow
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/03 05:38:32
Modified files:
net/p5-SNMP_Session: Makefile distinfo
net/p5-SNMP_Session/patches: patch-lib_SNMP_Session_pm
Log message:
Unbreak v6 on p5-SNMP_Session by importing inet_ntop as well.
Import inet_ntop and inet_pton from Session.
getaddrinfo remains imported from p5-Session6 as the API is different.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/03 06:17:08
Modified files:
net/p5-SNMP_Session: Makefile
net/p5-SNMP_Session/patches: patch-lib_SNMP_Session_pm
Log message:
switch p5-SNMP_Session to Socket (from base Perl) for v6, tested against
snmpd (which, as an aside, could benefit from supporting multiple "listen on"
so that it could be made to listen to both v4+v6 at the same time..).
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/05/03 07:53:49
Modified files:
lib/libc/citrus: citrus_ctype.c citrus_ctype_local.h
lib/libc/locale: setrunelocale.c
Log message:
Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale.
Patch by Vladimir Támara Patiño
ok mpi millert
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/05/03 07:57:46
Modified files:
sys/uvm : uvm_swap.c
Log message:
fix mem leak in swapmount
pointed out by jsg@
ok tedu@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/05/03 09:33:47
Modified files:
sys/net : if_pflow.c if_pflow.h pf.c pfvar.h
Log message:
Export ingress/egress interface index in pflow(4).
Report that this is needed for some netflow collector and tests by
Chris Ivancic & Colin Ligertwood.
OK mikeb@, benno@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/03 11:54:27
Modified files:
sys/arch/beagle/dev: omgpio.c
Log message:
Don't return before calling splx.
found by and ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/03 11:58:15
Modified files:
sys/arch/beagle/dev: prcm.c
Log message:
Fix a shift in the beagle prcm.
ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/03 12:24:01
Modified files:
sys/sys : queue.h
Log message:
add an xor cookie variant of simpleq
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/03 12:26:07
Modified files:
sys/kern : kern_malloc.c subr_pool.c
sys/sys : malloc.h
Log message:
switch the malloc and pool freelists to using xor simpleq.
this adds a tiny bit more protection from list manipulation.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/03 12:40:32
Modified files:
sysutils/bacula: Makefile
sysutils/bacula/pkg: PLIST-main
Added files:
sysutils/bacula/pkg: bacula.rc
Log message:
add a meta rc.d script for bacula, modelled after samba's, to start and
stop the various daemons together in order suggested by upstream's scripts.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/03 12:43:27
Modified files:
mail/zarafa/zarafa: Makefile
mail/zarafa/zarafa/pkg: zarafa.rc
Log message:
extra sanity checking, ensure that the rc.d scripts run by the meta script
are executable, I needed it for the bacula script which runs daemons split
between two packages, ajacoutot suggested applying to other similar scripts.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/03 12:43:28
Modified files:
net/samba : Makefile
net/samba/pkg : samba.rc
Log message:
extra sanity checking, ensure that the rc.d scripts run by the meta script
are executable, I needed it for the bacula script which runs daemons split
between two packages, ajacoutot suggested applying to other similar scripts.
CVSROOT: /cvs
Module name: src
Changes by: kili@cvs.openbsd.org 2013/05/03 14:43:25
Modified files:
usr.bin/vi/ex : ex_init.c ex_source.c
usr.bin/vi/include: ex_extern.h
Log message:
Use open(2) / fstat(2) instead of stat(2) / open(2) for checking
proper permissions of "local" .exrc or .nexrc files.
With some hints and fixes from deraadt@ and tobias@.
ok millert@ tobias@
(more tweaks suggested by millert@ and some cleanup will be done
in separate diffs)
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/03 16:58:21
Modified files:
www/sarg : Makefile distinfo
Log message:
update sarg to 2.3.6
ok aja@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: tobiasu@cvs.openbsd.org 2013/05/03 17:13:49
Modified files:
lang/gcc/4.6 : Makefile
lang/gcc/4.6/patches: patch-gcc_ada_adaint_c
lang/gcc/4.7 : Makefile
lang/gcc/4.7/patches: patch-Makefile_in patch-gcc_ada_adaint_c
Log message:
Sync 4.8 changes to 4.7 and 4.6
- Absolute path for STRIP
- Enable ncpu detection in gnatlib
- Force sequential "make install" target
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/03 17:16:22
Log message:
import www/selfoss 2.6
ok sthen@, 'looks fine' aja@
selfoss is a multipurpose rss reader, live stream, mashup, aggregation
web application.
Features
- web based rss reader
- universal aggregator
- open source and free
- easy extendable with an open plugin system (write your own data
connectors)
- mobile support (Android, iOS, iPad)
- use selfoss to live stream and collect all your posts, tweets,
feeds in one place
- lightweight PHP application with less than 2 MB
- supports MySQL, PostgreSQL and Sqlite Databases
- OPML Import
- easy installation: upload and run
- with restful json api
Status:
Vendor Tag: rpe
Release Tags: rpe_20130504
N ports/www/selfoss/distinfo
N ports/www/selfoss/Makefile
N ports/www/selfoss/pkg/DESCR
N ports/www/selfoss/pkg/PLIST
N ports/www/selfoss/pkg/README
N ports/www/selfoss/files/selfoss.conf
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/03 17:17:52
Modified files:
www : Makefile
Log message:
add selfoss
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/03 17:21:17
Modified files:
x11/terminator : Makefile distinfo
x11/terminator/patches: patch-doc_terminator_1
x11/terminator/pkg: PLIST
Removed files:
x11/terminator/patches: patch-setup_py
Log message:
Update x11/terminator to 0.97
From Juan Francisco Cantero Hurtado (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: tobiasu@cvs.openbsd.org 2013/05/03 17:23:26
Modified files:
lang/gcc/4.6/patches: patch-gcc_ada_Make-generated_in
lang/gcc/4.7/patches: patch-gcc_ada_Make-generated_in
lang/gcc/4.8/patches: patch-gcc_ada_Make-generated_in
Log message:
Take another stab at debugging the sporadic build failures in the gnat
build tools. Split compiling and linking/binding into two parts and add
some ls in between to spot the disappearing object file...
Reverts previous attempt running gnatmake with -j1 which turned out to
be insufficient.
ok pascal@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/03 18:26:20
Modified files:
usr.bin/grep : util.c
Log message:
blacklist a select few characters instead of a limited whitelist for
detecting non-regex patterns. makes the fast grep code more applicable.
with some improvements by Jeremie Courreges-Anglas
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/04 02:45:41
Modified files:
www/mediawiki : Makefile distinfo
www/mediawiki/pkg: PLIST
Log message:
Security update of mediawiki to 1.19.6, fixes
CVE-2013-2031 - SVG JavaScript detection bypass
CVE-2013-2032 - Extensions can't fully block password changes
ok MAINTAINER
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/04 02:47:27
Modified files:
www/mediawiki : Tag: OPENBSD_5_3 Makefile distinfo
www/mediawiki/pkg: Tag: OPENBSD_5_3 PLIST
Log message:
Security update of mediawiki to 1.19.6, fixes
CVE-2013-2031 - SVG JavaScript detection bypass
CVE-2013-2032 - Extensions can't fully block password changes
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/04 03:21:17
Modified files:
kerberosV/src/lib/krb5: fcache.c v4_glue.c
Log message:
fix use after free in error paths
ok sthen@ fgsch@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/04 03:23:33
Modified files:
libexec/ld.so/ldconfig: prebind.c prebind_delete.c
Log message:
fix use after free in error paths
ok sthen@ jung@ fgsch@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/04 03:24:34
Modified files:
multimedia/get_iplayer: Makefile distinfo
multimedia/get_iplayer/patches: patch-get_iplayer
Log message:
update get_iplayer to a newer snapshot, includes some fixes to the XML files
it optionally outputs
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/04 03:26:24
Modified files:
usr.sbin/ldpd : ldpd.c
Log message:
fix a use after free
ok sthen@ jung@ fgsch@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/04 03:41:33
Modified files:
textproc/dblatex: Makefile distinfo
Log message:
avoid a two-step SUBST_CMD/INSTALL_SCRIPT process by using new(ish)
SUBST_CMD -m to set the mode while copying.
regen distinfo and switch to mandoc while there.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/04 03:41:38
Modified files:
textproc/xml2rfc: Makefile
Log message:
avoid a two-step SUBST_CMD/INSTALL_SCRIPT process by using new(ish)
SUBST_CMD -m to set the mode while copying.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/04 04:00:52
Modified files:
devel/vtcl : Makefile
Log message:
avoid a two-step SUBST_CMD/INSTALL_SCRIPT process by using new(ish)
SUBST_CMD -m to set the mode while copying.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/04 04:18:55
Modified files:
devel/p5-Locale-Maketext-Lexicon: Makefile distinfo
devel/p5-Locale-Maketext-Lexicon/pkg: PLIST
Log message:
update to Locale-Maketext-Lexicon 0.93, use mandoc, and update license marker
(in one of the many releases in the ~8 years since the previous in-tree
version, it has changed to to MIT license).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/04 04:33:56
Modified files:
devel/svk : Makefile
devel/svk/pkg : PLIST
Log message:
remove LD_PRELOAD=libpthread.so wrapper hack
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/04 04:34:33
Removed files:
devel/svk/files: wrapper.sh
Log message:
remove LD_PRELOAD=libpthread.so wrapper hack
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/04 05:31:57
Modified files:
comms/smstools : Makefile
Log message:
avoid unnecessary two-step install/subst_cmd
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/04 06:22:14
Modified files:
sys/dev/usb : uthum.c
Log message:
- remove unused DPRINTFN, simple DPRINTF is enough
- sc_dying is unused, remove it and the uthum_activate() function
suggested by mpi (for ugold, but applicable here too), ok mpi
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/04 07:18:30
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
In i915_alloc_ifp() and i965_alloc_ifp() use extent_alloc_subregion() to make
sure we allocate outside the Legacy Address Range. Gets rid of the "no ifp"
warning on the x41.
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/05/04 07:46:21
Added files:
usr.sbin/smtpd : crypto.c
Log message:
Add crypto.c to provide smtpd with a way to encrypt envelopes and messages
using aes-256-gcm before they hit the queue. not "plugged" yet.
lots of comments from mikeb, tedu and djm.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/04 09:13:48
Log message:
Import ports/editors/se. ok sthen@
se is a screen oriented version of the classic UNIX text editor ed. It
has a full visual interface allowing you to see the text you're editing.
It's command syntax will be very familiar to users who already know ed.
Some of se's additional features are, a built-in help system,
configurable options that can be loaded from a startup file, the ability
to be ran interactively or via the included scriptse utility, and
optional usage logging.
Status:
Vendor Tag: jturner
Release Tags: jturner_20130504
N ports/editors/se/Makefile
N ports/editors/se/distinfo
N ports/editors/se/pkg/DESCR
N ports/editors/se/pkg/PLIST
N ports/editors/se/patches/patch-src_edit_h
N ports/editors/se/patches/patch-src_edit_c
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/04 09:17:27
Modified files:
editors : Makefile
Log message:
+se
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/05/04 11:17:05
Modified files:
emulators/fs-uae: Makefile distinfo
emulators/fs-uae/patches: patch-src_fs-uae_main_c
emulators/fs-uae/pkg: PLIST
Log message:
Update to fs-uae-2.2.2.
ok bcallah@
CVSROOT: /cvs
Module name: www
Changes by: martynas@cvs.openbsd.org 2013/05/04 12:12:35
Modified files:
. : want.html
Log message:
Clarify the request; my Toshiba (which served me for years) died
a few days ago. Also consequently if anyone needs any parts (ram?)
please contact me before I dispose it (the model is L300-1AM).
CVSROOT: /cvs
Module name: ports
Changes by: mglocker@cvs.openbsd.org 2013/05/04 14:34:33
Modified files:
net/nedi : Makefile distinfo
net/nedi/patches: patch-html_log_msg_txt patch-inc_crontab
net/nedi/pkg : PLIST
Log message:
Update to nedi-1.0.8.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/05/04 15:14:20
Modified files:
textproc/hs-attoparsec: Makefile distinfo
textproc/hs-attoparsec/pkg: PLIST
Log message:
Update to hs-attoparsec-0.10.4.0.
From David Schaefer.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/05/04 15:17:17
Modified files:
devel/hs-aeson : Makefile
textproc/hs-attoparsec-enumerator: Makefile
security/hs-asn1-data: Makefile
security/hs-certificate: Makefile
security/hs-tls: Makefile
textproc/hs-attoparsec-iteratee: Makefile
devel/hs-configurator: Makefile
textproc/hs-heist: Makefile
www/hs-snap-core: Makefile
www/hs-snap-loader-dynamic: Makefile
www/hs-snap-server: Makefile
www/hs-snap : Makefile
Log message:
Bump after update of textproc/hs-attoparsec.
Greetings to espie@ (btw: it's ghc that sucks, not haskell).
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/05/04 15:19:04
Modified files:
databases/hs-postgresql-simple: Makefile distinfo
Log message:
Update to hs-postgresql-simple-0.3.1.2.
From maintainer David Schaefer.
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/05/04 15:27:11
Modified files:
devel/gdb : Makefile distinfo
devel/gdb/patches: patch-bfd_elf_c
patch-gdb_data-directory_Makefile_in
patch-gdb_python_python-config_py
patch-libiberty_Makefile_in
Log message:
Update to GDB 7.6.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/04 15:55:56
Modified files:
sys/dev/usb : uthum.c
Log message:
revert uthum_activate removal, it is needed in the detach path as found the
hard way by mglocker@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/04 16:34:12
Modified files:
audio/p5-Audio-Scan: Makefile distinfo
audio/p5-Audio-Scan/pkg: DESCR PLIST
Log message:
update to p5-Audio-Scan 0.93
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/04 19:07:46
Modified files:
lib/libc/sys : select.2
Log message:
no need to cast calloc
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/04 23:39:16
Modified files:
de : 53.html sparc.html
faq/fr : faq7.html faq8.html index.html
fr : anoncvs.html armish.html aviion.html
cvsync.html events.html ftp.html hp300.html
hppa.html landisk.html loongson.html
luna88k.html macppc.html mvme68k.html
security.html sgi.html socppc.html sparc.html
sparc64.html vax.html
openbgpd/pt : ftp.html
openntpd/pt : ftp.html portable.html
opensmtpd/fr : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/04 23:50:18
Modified files:
x11/gnome/gcr : Makefile distinfo
x11/gnome/gcr/patches: patch-ui_Makefile_in
Log message:
Update to gcr-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/04 23:56:49
Modified files:
x11/gnome/keyring: Makefile distinfo
Log message:
Update to gnome-keyring-3.8.2.
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/05 03:50:21
Modified files:
usr.bin/sndiod : dev.c
Log message:
Initialize client rate. Fixes crashes when the client doesn't set the
rate. Problem reported and analyzed by Dimitri Sokolyuk . Thanks!
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/05 05:05:49
Modified files:
sys/dev/pci : Tag: OPENBSD_5_3 if_vr.c
Log message:
MFC, original by sthen@.
----
remove spurious semicolon at end of if statement in vr_watchdog.
from oga@bitrig, ok dtucker
----
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/05 06:30:41
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
Remove some #ifdef'ed out code that's never going to get used again.
CVSROOT: /cvs
Module name: www
Changes by: dtucker@cvs.openbsd.org 2013/05/05 06:56:20
Modified files:
. : errata53.html
Log message:
Add errata entry for vr(4) watchdog bug I added while working on the
TX interrupt mitigation changes. Help from sthen@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/05 07:02:46
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c
Log message:
With KMS, the inteldrm_quiesce dance isn't needed anymore. Zap the code.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/05 07:03:59
Modified files:
x11/goggles : Makefile
Log message:
Change MASTER_SITES, as upstream changed the location of the tarball.
ok espie@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/05 07:19:00
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Remove a supefluous check.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/05 07:55:36
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c
i915_gem_execbuffer.c intel_overlay.c
intel_pm.c intel_ringbuffer.c
Log message:
Add nonblocking argument to i915_gem_object_pin() and
i915_gem_object_bind_to_gtt().
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/05 08:25:52
Modified files:
usr.sbin/rtadvd: rtadvd.c
Log message:
typo in log message. ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/05/05 10:09:38
Modified files:
x11/spectrwm : Makefile distinfo
x11/spectrwm/patches: patch-spectrwm_c
Log message:
Update for Spectrwm to 2.3.0.
Bugfixes and others.
Just go ahead sthen@
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/05/05 10:17:19
Modified files:
net/ejabberd : Makefile distinfo
net/ejabberd/patches: patch-src_ejabberdctl_template
net/ejabberd/pkg: PLIST README
Log message:
Update for Ejabberd to 2.1.12:
Mostly bugfixes
https://github.com/processone/ejabberd/blob/master/doc/release_notes_2.1.12.txt
Ok aja@ abieber@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/05/05 10:45:01
Modified files:
sbin/dhclient : dhclient.c dhcpd.h
Log message:
Add a flag to struct client_state (IS_RESPONSIBLE) to record when
the first expected RTM_NEWADDR arrives, which signals that a lease
has been bound to the interface. Ignore RTM_NEWADDR and RTM_DELADDR
messages until the flag has been set.
Makes it more likely that the last dhclient started will be the
last dhclient standing. Fixes the problem reported by David Higgs,
where restarting an install in a vm consistantly caused the new
dhclient to be the one that dies.
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/05/05 10:48:08
Modified files:
devel/avrdude : Makefile distinfo
devel/avrdude/patches: patch-avrdude_conf_in patch-stk500v2_c
Log message:
Update to avrdude-5.11.
This is gonzalo's work he posted to ports@ a while back. I have just
remerged the diff for -current.
Tested on an arduino mega (clone) and an arduino uno.
OK gonzalo@
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/05/05 10:52:39
Modified files:
faq : faq4.html
Log message:
missed 52 -> 53, spotted by Rod Whitworth, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/05 11:37:00
Modified files:
mail/smtp-vilter: Makefile distinfo
Removed files:
mail/smtp-vilter/patches:
patch-backend_vilter-attachment_vilter-attachment_c
patch-bin_smtp-vilter_engine_c
patch-bin_smtp-vilter_parse_y
patch-bin_smtp-vilter_scan_l
patch-bin_smtp-vilter_smtp-vilter_8
patch-bin_smtp-vilter_smtp-vilter_c
patch-bin_smtp-vilter_smtp-vilter_conf_5
patch-bin_smtp-vilter_socket_c
patch-etc_smtp-vilter_smtp-vilter_conf
patch-include_smtp-vilter_h
Log message:
- update to smtp-vilter 1.3.8
prompted by marc balmer (upstream)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/05 12:50:21
Modified files:
devel/lua-lgi : Makefile
Added files:
devel/lua-lgi/patches: patch-lgi_override_Gdk_lua
Log message:
Fix compatibility with Gtk+ 2.x
from upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/05 12:58:35
Modified files:
textproc/ruby-maruku: Makefile distinfo
textproc/ruby-maruku/pkg: PLIST
Log message:
- update to ruby-maruku-0.6.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/05 13:02:44
Modified files:
devel/ruby-gir_ffi: Makefile distinfo
devel/ruby-gir_ffi/pkg: PLIST
Log message:
update to ruby-gir_ffi-0.5.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/05 13:07:44
Modified files:
x11/yad : Makefile distinfo
Log message:
update to yad-0.20.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/05 13:13:31
Modified files:
. : INDEX
Log message:
sync, 8014 unzels.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/05 13:24:13
Modified files:
mail/roundcubemail: Makefile
mail/roundcubemail/pkg: README
productivity/davical: Makefile
productivity/davical/pkg: README
www/bacula-web : Makefile
www/bacula-web/pkg: README
www/blogsum : Makefile
www/blogsum/pkg: README
www/cgit : Makefile
www/cgit/pkg : MESSAGE
www/drupal6/core: Makefile
www/drupal6/core/pkg: README
www/drupal7/core: Makefile
www/drupal7/core/pkg: README
www/gitlist : Makefile
www/gitlist/pkg: README
www/photoshow : Makefile
www/photoshow/pkg: README
www/phpvirtualbox: Makefile
www/phpvirtualbox/pkg: README
www/rackmonkey : Makefile
www/rackmonkey/pkg: README
Log message:
modules.sample/ always lives in /var/www, so no need for ${PREFIX} here.
as discussed with aja@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/05 13:25:57
Modified files:
sys/arch/amd64/amd64: sys_machdep.c
sys/arch/amd64/include: sysarch.h
Log message:
remove never used get/set ioperm sysarch functions. ok guenther
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/05 13:27:23
Modified files:
lib/libarch/amd64: Makefile amd64_iopl.2
Removed files:
lib/libarch/amd64: amd64_get_ioperm.2 amd64_get_ioperm.c
amd64_set_ioperm.c
Log message:
remove never implemented amd64 get/set ioperm sysarch. ok guenther
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/05 13:28:36
Modified files:
share/man/man3 : intro.3
Log message:
remove reference to amd64_get_ioperm noticed by jmc
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/05 13:41:53
Modified files:
sys/conf : Tag: OPENBSD_5_3 newvers.sh
Log message:
switch to -stable suffix, reminded by mitja
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/05/05 14:18:10
Modified files:
databases/ports-readmes-dancer: Makefile distinfo
Log message:
new version, features:
- shows most reverse dependencies, as asked by sthen@ (a bit tricky thx to
canonical paths)
- canonicalize paths, e.g. path/x11/kde/libs3 will redirect to
path/x11/kde/libs3,-main
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/05 14:41:24
Modified files:
lib/libarch/i386: i386_iopl.2
Log message:
since i386_{g,s}et_ioperm(2) are the same page, do not list them both in
SEE ALSO;
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/05 14:42:53
Modified files:
usr.bin/sndiod : dev.c sock.c
Log message:
Initialize channel ranges of new slots to full sub-device channels.
Fixes wrong channel mappings when the client specifies no channels.
Found by Dimitri Sokolyuk , thanks!
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/05/05 14:51:40
Modified files:
devel/arduino : Makefile
devel/arduino/files: BSDmakefile
Log message:
Improve BSDmakefile distributed with arduino libs:
- Adds the utility/ directory as an include path for each library imported.
Needed to build, for example, the SD library.
- Add example settings for an arduino mega.
- Add example of how to use the SD library.
- Use -ffunction-sections -fdata-sections and link with
-Wl,--gc-sections, as the official arduino toolchain does[1].
This makes smaller hex files. I put the -f stuff in CTUNING, which
was previously defined but unused. Commented the unused def out for now.
- Implement __cxa_pure_virtual so the user does not have to[1][2].
- Deal with the creation and removal of the utility/ directory
automatically. The comment that explained this was actually wrong
anyway. It said to create a 'utilities' directory, but it meant
'utility'. Anyway, manage this automatically, why not.
[1] http://stackoverflow.com/questions/920500/what-is-the-purpose-of-cxa-pure-virtual
[2] http://playground.arduino.cc/OpenBSD/CLI
OK jasper@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/05/05 15:11:32
Modified files:
x11/mplayer : Makefile
x11/mplayer/patches: patch-configure
Removed files:
x11/mplayer/patches: patch-libvo_x11_common_c
Log message:
- Simplify sndio configure check based on feedback from upstream
- Remove X LP64 patch as the bug was fixed upstream awhile ago
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/05 15:21:43
Modified files:
net/icli : Makefile distinfo
Log message:
update to 0.44
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/05 16:13:48
Modified files:
net/nagios/nagios: Makefile distinfo
net/nagios/nagios/patches: patch-configure
net/nagios/nagios/pkg: PLIST-main PLIST-web
Added files:
net/nagios/nagios/pkg: README-main
Log message:
update nagios to 3.5.0
- remove REVISION-main
- use ${PREFIX-web} instead of /var/www in CONFIGURE_ARGS
- use --with-htmurl, --with-httpd-conf, --with-log-dir to have
(almost) identical CONFIGURE_ARGS for nagios and icinga
- make post-install block more compact
- move the apache config file snippet from nagios-main to nagios-web
- add a pkg-readme
with feedback and ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/05/05 18:15:11
Modified files:
sys/arch/i386/include: specialreg.h
sys/arch/i386/isa: clock.c
Log message:
the use of modern intel performance counter msrs to measure the number of
cycles per second isnt reliable, particularly inside "virtual" machines.
cpuspeed can be calculated as 0, which causes a divide by zero later on
which is bad.
this goes to more effort to detect if the performance counters are in use
by the hypervisor, or detecting if they gave us a cpuspeed of 0 so we can
fall through to using rdtsc.
ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/05 18:23:49
Modified files:
lib/librthread/arch/mips64: _atomic_lock.c
Log message:
If the lock is contended, such that the 'sc' fails, then we need to
reset the %2 register with _SPINLOCK_LOCKED before retrying.
tobiasu@ hit the problem and figured out that ".set noreorder" is
needed in the ASM
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/05/05 22:32:12
Modified files:
sys/arch/amd64/amd64: identcpu.c
sys/arch/amd64/include: specialreg.h
Log message:
the use of modern intel performance counter msrs to measure the number of
cycles per second isnt reliable, particularly inside "virtual" machines.
cpuspeed can be calculated as 0, which causes a divide by zero later on
which is bad.
this goes to more effort to detect if the performance counters are in use
by the hypervisor, or detecting if they gave us a cpuspeed of 0 so we can
fall through to using rdtsc.
the same change as:
src/sys/arch/i386/include/specialreg.h r.45
src/sys/arch/i386/isa/clock.c 1.49
ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/06 00:30:05
Modified files:
textproc/ruby-pygments.rb: Makefile distinfo
textproc/ruby-pygments.rb/pkg: PLIST
Log message:
update to ruby-pygments.rb-0.5.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/06 00:33:13
Modified files:
devel/ruby-highline: Makefile distinfo
devel/ruby-highline/pkg: PLIST
Log message:
update to highline-1.6.18
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/06 01:02:45
Modified files:
textproc/ruby-pygments.rb: Makefile distinfo
Log message:
partially revert previous update and update to 0.4.2 instead as jekyll
doesn't play nice with pygments.rb > 0.4.2 yet.
set epoch.
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/06 01:35:12
Modified files:
usr.bin/ssh : sftp-server.8
Log message:
Reference the version of the sftp draft we actually implement. ok djm@
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/05/06 01:53:10
Modified files:
sys/dev/pci : pcidevs
Log message:
Add OCTEON Plus CN50XX Network Processor id.
Rename Cavium to Cavium Networks.
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/05/06 01:56:37
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/05/06 02:47:04
Modified files:
sys/dev/pci : pcidevs
Log message:
Revert Cavium Networks back to Cavium - it was right in the first place.
Drop "Network Processor" off of OCTEON Plus CN50XX Network Processor, we
don't need the extra characters.
noticed by brad@ and jsg@
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/05/06 02:49:23
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/05/06 05:29:18
Modified files:
usr.bin/make : for.c
Log message:
actually show list of mismatched for loops when a fatal error occurs.
okay millert@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/06 05:57:09
Modified files:
mail/mixmaster : Makefile
Log message:
provide a mirror for the extra distfiles
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/06 06:00:54
Modified files:
x11/wmpinboard : Makefile
Log message:
MASTER_SITES=${HOMEPAGE} is no good when there's no HOMEPAGE.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/06 06:01:17
Modified files:
chinese/crxvt : Makefile
games/xroach : Makefile
Log message:
having MASTER_SITES_BACKUP is implied, so no need to make it explicit.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/06 06:05:54
Modified files:
textproc/py-docutils: Makefile distinfo
textproc/py-docutils/pkg: PLIST
Log message:
- update py-docutils to 0.10
- regen PLIST
from David Hill, "look ok" Ben Lovett (Maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/05/06 07:53:40
Modified files:
textproc/sp/patches: patch-include_Attribute_h
patch-lib_parser_inst_m4
patch-nsgmls_RastEventHandler_h
Added files:
textproc/sp/patches: patch-Makefile
Log message:
if the filesystem is fast enough, there is a race condition while building
also annotate "force" targets as phony to make sure they actually get
built.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/06 08:23:36
Modified files:
devel/jenkins : Tag: OPENBSD_5_3 Makefile distinfo
Log message:
Security update of jenkins to 1.509.1, addressing several security issues:
CVE-2013-1808, CVE-2013-2033, CVE-2013-2034
ok ian@ (MAINTAINER)
(note that the -current port is being restructured and will include the
update as well)
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/06 10:00:34
Modified files:
app/cwm : menu.c
Log message:
border width/color makes no sense on menuwin
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/06 10:03:11
Modified files:
app/cwm : group.c client.c calmwm.h
Log message:
remove group in client_delete directly.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/06 10:16:30
Log message:
import py-flask-sqlalchemy, sqlalchemy support for flask.
correction and ok from benoit@
Status:
Vendor Tag: fgsch
Release Tags: fgsch_20130506
N ports/databases/py-flask-sqlalchemy/Makefile
N ports/databases/py-flask-sqlalchemy/distinfo
N ports/databases/py-flask-sqlalchemy/pkg/PLIST
N ports/databases/py-flask-sqlalchemy/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/06 10:18:33
Log message:
import py-mongo, a python driver for mongodb.
ok benoit@
Status:
Vendor Tag: fgsch
Release Tags: fgsch_20130506
N ports/databases/py-mongo/Makefile
N ports/databases/py-mongo/distinfo
N ports/databases/py-mongo/pkg/PLIST
N ports/databases/py-mongo/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/06 10:20:11
Modified files:
databases : Makefile
Log message:
enter py-flask-sqlalchemy and py-mongo
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/06 10:37:56
Modified files:
sys/kern : kern_lock.c kern_rwlock.c
Log message:
restore original gangster lockstatus return values for compat
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/06 11:49:37
Modified files:
lang/swi-prolog: Makefile
Log message:
avoid picking up bash in a sub-configure started during the build stage
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/06 12:50:47
Modified files:
math/graphviz : Makefile
Log message:
No need for pre-configure here: file being patched does not go to binary
package, and is not called as executable script but as
"$(TCLSH) gv_doc_writer.tcl" instead.
okay edd@ (MAINTAINER)
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/06 13:09:19
Modified files:
app/cwm : parse.y
Log message:
negative values for borderwith, moveamount, snapdist and gap are
configuration errors, so warn and load defaults.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/06 13:22:23
Modified files:
telephony/asterisk-openbsd-moh: Makefile distinfo
telephony/asterisk-openbsd-moh/pkg: PLIST
Log message:
add 5.3 release song
CVSROOT: /cvs
Module name: www
Changes by: claudio@cvs.openbsd.org 2013/05/06 13:30:16
Modified files:
. : want.html
Log message:
I got a Cisco 1841 some time ago and michele@ is not very active anymore
so take this request off the list.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/06 14:25:38
www/opensmtpd/ru
Update of /cvs/www/opensmtpd/ru
In directory cvs.openbsd.org:/tmp/cvs-serv4923/opensmtpd/ru
Log Message:
Directory /cvs/www/opensmtpd/ru added to the repository
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/06 14:25:56
Modified files:
faq/de : faq4.html
faq/pt : faq10.html faq2.html faq3.html faq7.html
faq9.html
Added files:
opensmtpd/ru : goals.html index.html manual.html papers.html
portable.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/05/06 14:57:26
Modified files:
usr.bin/make : make.1
Log message:
clarify that the :C modifier uses extended regular expressions; ok espie@ jmc@
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/05/06 15:00:00
Modified files:
faq : faq9.html
Log message:
21st century updates. ok nick
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/06 15:16:18
Modified files:
infrastructure/mk: perl.port.mk
Log message:
Add MODPERL_BIN_ADJ and MODPERL_ADJ_FILES, similar to other port modules.
Tested with the upcoming print/texlive/base big shebang adjustment patch.
"Makes sense" sthen@
CVSROOT: /cvs
Module name: src
Changes by: zhuk@cvs.openbsd.org 2013/05/06 15:17:37
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
Document new MODPERL_ADJ_FILES and MODPERL_BIN_ADJ variables.
Based on text from and okay sthen@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/05/06 18:26:34
Modified files:
usr.sbin/tftpd : tftpd.c
Log message:
getpwnam doesnt set errno on failure, so use errx, not err, to say it
failed.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/06 19:28:53
Modified files:
sys/arch/vax/mscp: mscp_tape.c
Log message:
remove an unreferenced var that accessed uninitialised memory
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/06 19:32:12
Modified files:
usr.sbin/bgpctl: mrtparser.c
Log message:
fix some leaks in error paths
ok claudio@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/06 19:35:41
Modified files:
app/cwm : menu.c
Log message:
border width/color makes sense for some, so put it back
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/05/06 19:44:57
Modified files:
lib/libc/sys : setresuid.2
Log message:
on failure errno is set as well
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/06 19:54:06
Modified files:
sys/dev/ic : ami.c
Log message:
fix a double free in an error path
reminded of this diff by a report from Arto Jonsson
ok krw@ fgsch@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/06 23:58:52
Modified files:
devel/py-asn1 : Makefile distinfo
Log message:
- update py-asn1 to 0.1.7
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/07 00:09:51
Modified files:
x11/gnome/latexila: Makefile distinfo
x11/gnome/latexila/patches: patch-configure
x11/gnome/latexila/pkg: PLIST
Log message:
Update to latexila-2.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/07 00:23:52
Modified files:
security/libtasn1: Makefile distinfo
security/libtasn1/pkg: PLIST
Removed files:
security/libtasn1/pkg: PFRAG.shared
Log message:
Update to libtasn1-3.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/07 00:39:00
Modified files:
security/p11-kit: Makefile distinfo
security/p11-kit/pkg: PLIST
Removed files:
security/p11-kit/patches: patch-common_compat_c
patch-common_compat_h
patch-trust_parser_c
Log message:
Update to p11-kit-0.18.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/07 00:39:41
Modified files:
security/libnettle: Makefile distinfo
security/libnettle/patches: patch-Makefile_in patch-configure
security/libnettle/pkg: PLIST
Removed files:
security/libnettle/pkg: PFRAG.shared
Log message:
Update to libnettle-2.7.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/07 00:44:22
Modified files:
sysutils/ruby-directory_watcher: Makefile distinfo
sysutils/ruby-directory_watcher/pkg: PLIST
Log message:
update to directory_watcher-1.4.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/07 00:44:47
Modified files:
x11/dbus : Makefile
x11/dbus/pkg : README
Log message:
Sync dbus-launch test with what we do in xenocara.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/07 00:53:26
Modified files:
net/curl : Makefile
Added files:
net/curl/patches: patch-lib_cookie_c
Log message:
Security fix for CVE-2013-1944 curl: Cookie domain suffix match vulnerability
ok naddy@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/07 00:54:51
Modified files:
net/curl : Tag: OPENBSD_5_3 Makefile
Added files:
net/curl/patches: Tag: OPENBSD_5_3 patch-lib_cookie_c
Log message:
Security fix for CVE-2013-1944 curl: Cookie domain suffix match vulnerability
ok naddy@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/07 00:54:55
Modified files:
lang/coffeescript: Makefile distinfo
lang/coffeescript/pkg: PLIST
Log message:
update to coffeescript 1.6.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/07 01:00:01
Modified files:
x11/dbus : Makefile distinfo
x11/dbus/patches: patch-configure_ac
patch-dbus_dbus-sysdeps-unix_c
patch-dbus_dbus-sysdeps-util-unix_c
x11/dbus/pkg : PLIST
Removed files:
x11/dbus/patches: patch-tools_dbus-launch_c
x11/dbus/pkg : PFRAG.shared
Log message:
Update to dbus-1.6.10.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/07 01:00:20
Modified files:
security/qca-gnupg/files: conf.pri
Log message:
add rcs id
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/07 01:06:42
Modified files:
editors/emacs : Makefile distinfo
editors/emacs/pkg: DESCR PFRAG.athena PFRAG.gtk3 PFRAG.no_x11
PLIST
Added files:
editors/emacs/pkg: PFRAG.gtk2
Log message:
- update to emacs 24.3
- rework flavors and make gtk3 the default (as per upstream)
from jca (MAINTAINER)
ports-wise ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/07 01:09:53
Modified files:
multimedia/imagination: Makefile
Log message:
Add a missing build dependency
spotted and ok naddy@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/07 01:31:57
Modified files:
x11/gtk3mm : Makefile distinfo
Log message:
Update to gtk3mm-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/07 01:59:25
Modified files:
inputmethods/ibus: Makefile distinfo
inputmethods/ibus/patches: patch-engine_Makefile_in
patch-src_ibusshare_c
patch-tools_Makefile_in
patch-ui_gtk3_Makefile_in
inputmethods/ibus/pkg: PLIST
Added files:
inputmethods/ibus/patches: patch-client_gtk2_ibusimcontext_c
patch-client_gtk3_ibusimcontext_c
Log message:
update to ibus 1.5.2.
ajacoutot@ ok
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/07 02:03:42
Modified files:
lang/python : Makefile.inc
lang/python/2.5: Makefile
lang/python/2.7: Makefile
lang/python/3.2: Makefile
lang/python/3.3: Makefile
Log message:
remove djm and put rpointel as the maintainer for 2.5 and 2.7 as well.
discussed with djm.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/07 02:07:34
Modified files:
mail/courier-authlib: Makefile distinfo
mail/courier-authlib/patches: patch-Makefile_in
patch-bdbobj_Makefile_in
patch-configure
mail/courier-authlib/pkg: PFRAG.shared-main PLIST-main
Log message:
Update to 0.65
some bugs fixed and a new sqlite auth module has been added
ok william@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/07 02:12:09
Modified files:
mail/courier-imap: Makefile distinfo
Log message:
Bugfix update to 4.13
ok william@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/07 02:44:38
Modified files:
sys/dev/usb : uhidev.c uhidev.h
Log message:
When deactivating child devices do not panic if their driver does
not implement an *activate() function. This could receive more love
but is good enough for the moment to start cleaning useless *activate()
functions.
While here remove unused sc_dying argument.
Tested by and ok mglocker@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/07 03:18:09
Modified files:
build : mirrors.dat
Log message:
Update anoncvs.bom.nom.co information: new fingerprints and correct
location (Perth not Sydney). From Michael W. Bombardieri.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/07 03:18:25
Modified files:
. : anoncvs.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/07 03:32:58
Modified files:
usr.sbin/snmpctl: snmpctl.c
Log message:
alloc the size of the struct not the size of a pointer to it
ok reyk@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/07 04:48:24
Modified files:
x11/gnome/user-share: Makefile
x11/gnome/user-share/patches: patch-configure_ac
patch-src_share-extension_c
patch-src_user_share_c
Added files:
x11/gnome/user-share/patches: patch-src_Makefile_am
Log message:
Update bluetooth patches with their latest revision from the BZ ticket.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/05/07 05:00:16
Modified files:
usr.bin/tmux : input-keys.c
Log message:
Don't limit width and height to 222 in standard mouse mode.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/07 06:17:20
Modified files:
libexec/login_token: token.c
Log message:
fixed size types should be fixed size. long -> uint32_t.
from Matthias Pitzl pitzl at genua de
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/07 06:35:49
Modified files:
faq : faq10.html
Log message:
fix man.cgi link; Maurice Janssen
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/07 06:47:23
Modified files:
faq/de : faq9.html
faq/fr : faq2.html faq3.html faq5.html faq9.html
faq/nl : faq4.html faq9.html
faq/pf/fr : anchors.html authpf.html carp.html config.html
example1.html filter.html ftp.html index.html
logging.html macros.html nat.html options.html
pools.html queueing.html shortcuts.html
tables.html
fr : errata53.html mvme88k.html sparc.html want.html
nl : anoncvs.html cvsync.html ftp.html
openbgpd/fr : ftp.html
openntpd/fr : ftp.html portable.html
openssh/fr : ftp.html portable.html
openssh/nl : ftp.html portable.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/07 07:16:47
Modified files:
faq : faq10.html
Log message:
fix sektion; Maurice fixed this in his first diff but I missed it when
hand applying
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/07 08:15:36
Modified files:
faq : faq10.html
Log message:
argh. and the other section number in text. thanks Maurice.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/07 08:16:52
Modified files:
www/webkit : Makefile
www/webkit/patches: patch-Source_WTF_wtf_StackBounds_cpp
Added files:
www/webkit/patches:
patch-Source_WebKit_gtk_webkit_webkitwebplugin_cpp
patch-Source_WebKit_gtk_webkit_webkitwebpluginprivate_h
Log message:
Initialize WebKitWebPlugin path to prevent double-free; from upstream
landry@ (maintainer) is currently away, so ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ian@cvs.openbsd.org 2013/05/07 09:13:39
Modified files:
devel/jenkins : Makefile
Added files:
devel/jenkins : Makefile.inc
devel/jenkins/devel: Makefile distinfo
devel/jenkins/devel/pkg: PLIST
devel/jenkins/stable: Makefile distinfo
devel/jenkins/stable/pkg: PLIST
Removed files:
devel/jenkins : distinfo
Log message:
As recently discussed, split suggested by Mark Prins, prompted by
gonzalo's update for 1.513.`OK gonzalo@, improved & OK jasper@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/07 09:34:47
Modified files:
net/icinga/core: Makefile distinfo
net/icinga/core/patches: patch-Changelog patch-configure
patch-sample-config_icinga_cfg_in
net/icinga/core/pkg: PLIST-cgi PLIST-ido PLIST-main README-main
net/icinga/web : Makefile distinfo
net/icinga/web/patches: patch-Makefile_in patch-configure
patch-etc_apache2_icinga-web_conf_in
net/icinga/web/pkg: PLIST
Removed files:
net/icinga/core/patches: patch-base_Makefile_in
patch-module_idoutils_src_Makefile_in
Log message:
Update to Icinga 1.9, thanks to rpe@ for feedback and testing the beta.
Also thanks to Michael Friedrich (upstream) for sending out helpful notes
to package maintainers about changes in the release which may affect them,
we like projects who do that :)
CVSROOT: /cvs
Module name: ports
Changes by: ian@cvs.openbsd.org 2013/05/07 10:09:44
Modified files:
devel/jenkins : Makefile.inc
devel/jenkins/devel: distinfo
devel/jenkins/stable: distinfo
Log message:
Repair distinfo files, reported by jasper@, help from sthen@, no bump, could not have built.
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/05/07 10:19:58
Modified files:
usr.sbin/relayd: relay_http.c
Log message:
- Add a simple check to prevent that the client-provided hex HTTP chunk size
turns our signed input variable into a negative number. This prevents that
a chunked HTTP connection could break its own state machine and turn into
a stalled state. The bug doesn't harm other connections or relayd itself.
- Use a 64bit variable to allow theoretical large chunks.
- Fix a comment.
ok tedu@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/07 13:26:25
Modified files:
sys/kern : kern_exit.c
Log message:
Merge from FreeBSD, r191313
---------------------------
On the exit of the child process which parent either set SA_NOCLDWAIT
or ignored SIGCHLD, unconditionally wake up the parent instead of doing
this only when the child is a last child.
This brings us in line with other U**xes that support SA_NOCLDWAIT. If
the parent called waitpid(childpid), then exit of the child should wake
up the parent immediately instead of forcing it to wait for all children
to exit.
---------------------------
ok tedu@, millert@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/07 14:04:18
Modified files:
devel/libffi/patches: patch-src_arm_ffi_c
Log message:
regen; no functional change
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/07 14:14:45
Modified files:
net/nagios/nsca: Makefile distinfo
net/nagios/nsca/patches: patch-src_nsca_c patch-src_send_nsca_c
Log message:
update nsca to 2.9.1
switch back to the original version, because icinga's fork of NSCA
has been discontiued
Please note: it is recommended that NCSA-ng is used for new
installations.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/07 14:17:43
Modified files:
net/nagios/nsca: Makefile
net/nagios/nsca/patches: patch-src_nsca_c patch-src_send_nsca_c
Log message:
minor tweaks (no package change): use ${SUBST_CMD} instead of perl -pi -e,
and strip DOS line-endings to make for more-easily-emailable patches
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/07 14:37:24
Modified files:
multimedia/minidlna: Makefile distinfo
multimedia/minidlna/patches: patch-getifaddr_c
patch-minidlna_conf
patch-upnphttp_c patch-utils_c
multimedia/minidlna/pkg: PLIST minidlna.rc
Removed files:
multimedia/minidlna/patches: patch-Makefile patch-genconfig_sh
patch-image_utils_c patch-libav_h
patch-metadata_c patch-minidlna_c
patch-scanner_c
patch-tagutils_misc_c
patch-tagutils_tagutils-asf_h
patch-tagutils_tagutils-plist_c
patch-tagutils_tagutils_c
patch-upnpglobalvars_c
patch-upnpsoap_c patch-uuid_c
Log message:
update to MiniDLNA 1.1.0, rolling in a bunch of patches which have been committed upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/07 14:41:23
Added files:
devel/libffi/patches: patch-src_arm_sysv_S
Log message:
re-instate a small part of this previously removed patch; enough to get
libffi building again on arm.
tested by patrick@
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/07 17:20:11
Modified files:
www/ruby-passenger: Makefile
www/ruby-passenger/files: nginx-passenger.conf.sample
www/ruby-passenger/patches: patch-build_config_rb
www/ruby-passenger/pkg: PLIST-main PLIST-standalone
Added files:
www/ruby-passenger/patches: patch-build_common_library_rb
Log message:
Use libev from ports instead of embedded libev. Clean up WANTLIB and
DEPENDS. Update nginx config file to reflect current user/paths.
libev issue discovered by naddy@.
OK naddy@
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/07 17:40:34
Modified files:
databases/ruby-pg: Makefile distinfo
databases/ruby-pg/pkg: PLIST
Log message:
Update to pg 0.15.1.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/07 17:41:23
Modified files:
databases/ruby-sequel_pg: Makefile distinfo
Log message:
Update to sequel_pg 1.6.5.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/07 17:43:49
Modified files:
devel/ruby-home_run: Makefile distinfo
Log message:
Update to home_run 1.0.9.
CVSROOT: /cvs
Module name: src
Changes by: gsoares@cvs.openbsd.org 2013/05/07 18:15:03
Modified files:
usr.sbin/ldomctl: config.c
Log message:
tweak hvmd_init_guest() to check if everything was OK in md_read(),
otherwise print out an error string and exit.
OK jasper@ kettenis@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/07 19:06:34
Modified files:
sys/dev/usb : uthum.c
Log message:
re-commit uthum_activate() removal, now that uhidev(4) can handle it.
testing by myself and mglocker@, ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/07 20:03:11
Modified files:
mail/trojita : Makefile distinfo
mail/trojita/pkg: PLIST
Removed files:
mail/trojita/patches: patch-src_po2qm_prf
Log message:
Update trojita to 0.3.93.
ok bcallah@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/07 21:00:32
Modified files:
sys/dev/ic : mfi.c
Log message:
fix some leaks in error paths
ok fgsch@ krw@ kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/05/07 21:23:06
Modified files:
mail/isync : Tag: OPENBSD_5_3 Makefile distinfo
Log message:
SECURITY update to isync-1.0.6; resolves CVE-2013-0289
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/07 22:00:51
Modified files:
sys/dev/pci/drm/i915: intel_ddi.c
Log message:
Maxime Villard reported an uninitialised variable access in
intel_ddi_prepare_link_retrain(), turns out this is already
fixed upstream by Syam Sidhardhan so take their patch.
ok dcoppa@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/07 23:30:07
Modified files:
de : anoncvs.html
faq/de : faq10.html
faq/nl : faq10.html
faq/pt : faq1.html faq10.html faq9.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/07 23:39:49
Modified files:
lib/libc/sys : sigaction.2
Log message:
We have fdatasync() and pselect() now, so uncomment them in the list of
async-signal-safe functions. Also, add ppoll() as an async-s-s extension
interface
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/08 00:09:49
Modified files:
net/p5-Net-Whois-RIPE: Makefile distinfo
Log message:
- update p5-Net-Whois-RIPE to 2.003
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/08 00:12:58
Log message:
import colorator-0.1
Colorator colorizer your text in the terminal and provides a simple API
to do so.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130805
N ports/devel/ruby-colorator/Makefile
N ports/devel/ruby-colorator/distinfo
N ports/devel/ruby-colorator/pkg/DESCR
N ports/devel/ruby-colorator/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/08 00:13:38
Log message:
import commander-4.1.3
The complete solution for Ruby command-line executables. Commander
bridges the gap between other terminal related libraries you know and
love (OptionParser, HighLine), while providing many new features, and an
elegant API.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130805
N ports/devel/ruby-commander/Makefile
N ports/devel/ruby-commander/distinfo
N ports/devel/ruby-commander/pkg/DESCR
N ports/devel/ruby-commander/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/08 00:14:09
Log message:
import safe_yaml-0.7.1
Parse YAML safely, without that pesky arbitrary object deserialization
vulnerability.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130805
N ports/devel/ruby-safe_yaml/Makefile
N ports/devel/ruby-safe_yaml/distinfo
N ports/devel/ruby-safe_yaml/pkg/PLIST
N ports/devel/ruby-safe_yaml/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/08 00:15:43
Modified files:
www/ruby-jekyll: Makefile distinfo
www/ruby-jekyll/pkg: PLIST
Log message:
update to jekyll-1.0.0
Some notes when upgrading: the --server and --build flags have been turned
into subcommands. So use 'jekyll server' from now on. Also '--auto' was
changed to '--watch'
And you need to make sure the excludes in your _config.yml is an array or
you'll end up with: error: undefined method `glob_include?' for "foo".
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/08 00:17:45
Modified files:
devel : Makefile
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/05/08 00:24:44
Modified files:
usr.sbin/rtadvd: config.c
Log message:
Correctly compute packet size when including DNS search lists.
From Stephane A. Sezer
ok bluhm@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/05/08 00:26:05
Modified files:
usr.sbin/rtadvd: config.c
Log message:
Fix a comparison when building a packet with DNS search lists.
From Stephane A. Sezer
ok bluhm@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/05/08 00:28:09
Modified files:
usr.sbin/rtadvd: config.c
Log message:
Minor style cleanups.
From Stephane A. Sezer
ok bluhm@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/05/08 00:30:25
Modified files:
usr.sbin/rtadvd: rtadvd.h
Log message:
Reduce size of some unused arrays.
From Stephane A. Sezer
ok bluhm@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/05/08 00:32:07
Modified files:
usr.sbin/rtadvd: config.c
Log message:
Replace use of strncpy with memcpy. Previous code used strncpy on data
that is not null-terminated.
From Stephane A. Sezer
ok bluhm@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/08 01:23:20
Modified files:
lib/libc/sys : sigaction.2
Log message:
Lists should be sorted by the normal alphabet, not my private one
Noted by jmc@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/08 01:32:25
Modified files:
multimedia/phonon-backend/gstreamer: Makefile distinfo
Log message:
Bugfix update to 4.6.3. Contains fix for some GTK-related crashes.
port-wise okay sthen@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/08 01:46:26
Modified files:
lib/libc/sys : setpgid.2
Log message:
Update DESCRIPTION, ERRORS, SEE ALSO, and STANDARDS sections
(setpgid has *never* cared about euid in OpenBSD)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/08 01:47:41
Modified files:
net/gtk-gnutella: Makefile
Log message:
Missing BUILD_DEPENDS.
Regen WANTLIB while here.
CVSROOT: /cvs
Module name: src
Changes by: mglocker@cvs.openbsd.org 2013/05/08 02:26:25
Modified files:
sys/dev/usb : uthum.c
Log message:
Move reset commands from that attach path to an own function.
Reset device on detach (required for planed usb device claiming).
Tested with my uthum(4) device
"TEMPer sensor(0x660c), Ten X Technology, Inc.(0x1130)".
ok yuo@, mpi@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/08 02:31:31
Modified files:
net/etherape : Makefile distinfo
net/etherape/pkg: PLIST
Log message:
- update etherape to 0.9.13
- update PLIST and WANTLIB
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/05/08 02:38:37
Modified files:
infrastructure/mk: bsd.port.mk
infrastructure/lib/DPB: Fetch.pm
Log message:
revisit old codes, rewrite DISTFILES handling using
.for v1 v2 in list
techniques, which make it clearer.
Add new syntax to distfiles, which is not painful to do now, and support it
for dpb fetch as well: a distfile can now be file{url} to specify a different
result from the url (this allows really weird naming scheme on http sites
to give us consistent files, which has become a nagging problem).
This still doesn't mean you shouldn't encourage upstream to do the right thing
and provide nice archive urls.
extend the fetch process in bsd.port.mk to work more like dpb does, namely
download to intermediate "part" files that don't vanish and use -C if
necessary.
Both those mean that FETCH_CMD has to work like ftp, including the -C and
-o support...
discussed with various people.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/05/08 02:51:55
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
document DISTFILES extended syntax
split huge fetch description into separate paragraphs.
revive fetch-all, which is still very much alive.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/08 03:03:07
Modified files:
x11/gnome/color-manager: Makefile
Added files:
x11/gnome/color-manager/patches: patch-src_gcm-calibrate-main_c
Log message:
Don't try to access /proc/cmdline
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/08 03:03:41
Modified files:
x11/gnome/controlcenter: Makefile
Added files:
x11/gnome/controlcenter/patches:
patch-panels_color_cc-color-panel_c
Log message:
Don't try to access /proc/cmdline
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/08 03:07:03
Modified files:
x11/gnome/color-manager/patches: patch-src_gcm-calibrate-main_c
Log message:
Tweak.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/08 03:10:39
Modified files:
graphics/libgphoto2: Makefile distinfo
graphics/libgphoto2/patches: patch-camlibs_directory_directory_c
patch-libgphoto2_port_usb_libusb_c
patch-tests_Makefile_in
Log message:
Update to libgphoto-2.5.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/08 03:11:01
Modified files:
graphics/gphoto2: Makefile distinfo
Log message:
Update to gphoto-2.5.2.
CVSROOT: /cvs
Module name: src
Changes by: giovanni@cvs.openbsd.org 2013/05/08 04:00:14
Modified files:
usr.sbin/smtpd : smtpd.8
Log message:
To enable smtpd you should comment a crontab entry too
ok gilles@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/08 04:29:43
Modified files:
security/ophcrack: Makefile distinfo
security/ophcrack/patches: patch-configure
Log message:
- update ophcrack to 3.5.0
- update patches and WANTLIB
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/08 04:56:45
Modified files:
print/htmldoc : Makefile distinfo
Log message:
- update HOMEPAGE and MASTER_SITES
- bump REVISION
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/08 07:05:33
Modified files:
devel/fox : Makefile distinfo
devel/fox/pkg : PLIST
Removed files:
devel/fox/patches: patch-configure patch-src_fxpngio_cpp
devel/fox/pkg : PFRAG.shared
Log message:
Update devel/fox to 1.6.49
ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/05/08 07:38:09
Modified files:
lang/ghc : Makefile
Log message:
Move the stuff from post-extract to post-patch to help
the build after time_t changes.
(this still isn't enough)
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/08 07:46:53
Modified files:
databases/percona-toolkit: Makefile distinfo
databases/percona-toolkit/pkg: PLIST
Removed files:
databases/percona-toolkit/patches: patch-bin_pt-mext
Log message:
Update to 2.2.2
pt-query-advisor and some other tools has been removed
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/08 07:48:37
Modified files:
de : 50.html 51.html 52.html 53.html alpha.html
amd64.html amiga.html anoncvs.html arc.html
armish.html crypto.html cvsync.html
donations.html errata.html events.html ftp.html
hackathons.html hp300.html hppa.html i386.html
index.html items.html landisk.html
loongson.html mvme68k.html mvme88k.html
older.html orders.html plat.html pmax.html
policy.html press.html report.html romp.html
sgi.html socppc.html sparc.html sparc64.html
sun3.html tshirts.html users.html why-cvs.html
zaurus.html
faq/de : faq1.html faq2.html faq3.html faq4.html
faq5.html index.html
faq/pf/zh : authpf.html config.html index.html macros.html
perf.html scrub.html tables.html
faq/ru : faq1.html faq2.html faq3.html faq4.html
faq5.html
faq/zh : current.html faq1.html faq15.html faq2.html
faq3.html faq4.html faq5.html faq6.html
index.html
fr : orders.html
openbgpd/de : ftp.html goals.html index.html manual.html
papers.html
openbgpd/pt : goals.html index.html manual.html papers.html
openbgpd/ru : ftp.html
opencvs/de : goals.html index.html
openntpd/de : ftp.html goals.html portable.html
openntpd/ru : ftp.html portable.html
opensmtpd/de : goals.html index.html list.html manual.html
papers.html portable.html report.html
security.html users.html
opensmtpd/faq/de: filter.html
opensmtpd/ru : goals.html index.html manual.html papers.html
portable.html
openssh/de : bank-donation.html donations.html ftp.html
index.html openbsd.html portable.html
specs.html
openssh/fr : bank-donation.html
openssh/hu : windows.html
openssh/ru : bank-donation.html donations.html ftp.html
portable.html specs.html
papers/de : index.html
ru : index.html
spamd/de : index.html
spamd/ru : index.html
spamd/zh : index.html
zh : 43.html 44.html 45.html 46.html 47.html
anoncvs.html books.html cvsup.html
errata41.html errata43.html errata44.html
errata45.html errata46.html errata47.html
errata48.html ftp.html index.html
translation.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/08 07:51:53
Modified files:
x11/gnome/controlcenter/patches:
patch-panels_color_cc-color-panel_c
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/08 08:00:45
Modified files:
x11/gnome/tracker/patches:
patch-src_tracker-extract_tracker-extract-mp3_c
Log message:
Drop comment.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/08 08:19:44
Modified files:
lib/libc/sys : setpgid.2
Log message:
fix SEE ALSO;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/08 08:22:38
Modified files:
usr.sbin/smtpd : smtpd.8
Log message:
fix previous;
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/08 08:46:10
Modified files:
emulators/sdlmame: Makefile
emulators/sdlmess: Makefile
Log message:
use ${SUBST_CMD} -c -o ${SHAREOWN} -g ${SHAREGRP} instead of two-step
process with SUBST_CMD / chown. ok bcallah@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/08 09:14:04
Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: openbsd1.h
Log message:
Do not define OBSD_NO_DYNAMIC_LIBRARIES when building an ELF m88k compiler.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/08 09:17:15
Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k.c m88k.md
Log message:
In block_move_sequence(), use emit_move_insn() instead of rolling our own
incomplete equivalent. The ugly BLK<->{QI,HI,SI,DI} load and store insns in
m88k.md can thus get removed, and there was much rejoicing (as well as fewer
warnings when building).
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/08 09:17:57
src/gnu/gcc/gcc/config/m88k
Update of /cvs/src/gnu/gcc/gcc/config/m88k
In directory cvs.openbsd.org:/tmp/cvs-serv29782/m88k
Log Message:
Directory /cvs/src/gnu/gcc/gcc/config/m88k added to the repository
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/08 09:30:39
Modified files:
gnu/usr.bin/cc : Makefile.tgt
gnu/usr.bin/cc/cc_tools: Makefile
gnu/usr.bin/cc/libgcc: Makefile
Added files:
gnu/gcc/gcc/config/m88k: constraints.md m88k-modes.def
m88k-protos.h m88k.c m88k.h m88k.md
m88k.opt openbsdelf.h predicates.md
t-openbsd
Log message:
A port of the current gcc 3.3.6 m88k backend to gcc 4.2.1.
Main features:
- md constraints rewritten in RTL
- md predicaties rewritten in RTL
- md va_arg switched to gimple
- abort() calls replaced with gcc_assert() or gcc_unreachable() for better
diagnostics
- support for non-ELF systems completely removed
Missing:
- conversion of the pipeline information from define_function_unit to
define_automata not done yet (thus pipeline information currently removed)
Known regressions against 3.3.6 so far:
- no stack protector support yet
- __builtin_setjmp doesn't restore the frame pointer correctly upon return
from __builtin_longjmp
- at least one case of optimization error when delay slots are not disabled.
- libgcc is only built -fPIC, instead of static/fpic/fPIC.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/05/08 09:31:47
Modified files:
lang/ghc : Makefile
Log message:
The ghc-pwd hack is no longer needed.
I'm currently testing a new ghc-bootstrap.sh version which I'll
copy around if the test succeeds.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/08 09:36:30
Modified files:
sys/arch/i386/i386: process_machdep.c
sys/arch/i386/include: npx.h pcb.h
sys/arch/i386/isa: npx.c
Log message:
remove stale cyrix emc support, and switch to just using intial npxcw
ok kettenis
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/08 09:44:09
Modified files:
databases/pgadmin3: Makefile distinfo
databases/pgadmin3/pkg: PLIST
Log message:
Update to 1.16.1
This version is fullly compatible with Postgresql 9.2.x
ok sthen@, maintainer timeout
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/08 09:48:05
Modified files:
sys/arch/i386/include: npx.h
Log message:
this comment is not attached to this value. remove
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/08 10:06:45
Modified files:
lib/csu/m88k : crt0.c
Log message:
Don't declare ___start static, for gcc4 would optimize it out.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/08 10:13:12
Modified files:
lib/libc/sys : rename.2
Log message:
clarify when EACCESS can fail. if from is read only, you're out of luck.
failure to document this case noticed by Mike Small
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/08 10:14:34
Modified files:
net/libproxy : Makefile
net/libproxy/patches: patch-bindings_perl_src_CMakeLists_txt
Added files:
net/libproxy/patches: patch-libproxy_url_cpp
Log message:
Bring a couple of fixes from upstream, including a mem leak.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/08 11:10:23
Modified files:
databases/ruby-data_objects: Makefile distinfo
Log message:
Update to data_objects 0.10.12. Change test binary from bacon to rspec2.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/08 11:11:23
Modified files:
databases/ruby-do_mysql: Makefile distinfo
Log message:
Update to do_mysql 0.10.12. Fix data_objects dependency version.
Change test binary from bacon to rspec2.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/08 11:11:55
Modified files:
databases/ruby-do_postgres: Makefile distinfo
Log message:
Update to do_postgres 0.10.12. Fix data_objects dependency version.
Change test binary from bacon to rspec2.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/08 11:12:27
Modified files:
databases/ruby-do_sqlite3: Makefile distinfo
Log message:
Update to do_sqlite3 0.10.12. Fix data_objects dependency version.
Change test binary from bacon to rspec2.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/08 11:32:07
Modified files:
gnu/gcc/gcc/config/arm: arm.md
Log message:
Backport fix for gcc PR target/31152:
* arm.md (negscc): Match the correct operand for optimized LT0 test.
Remove optimization for GT.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/08 14:25:17
Modified files:
security/clamav: Makefile
Log message:
don't USE_GROFF, and bump.
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/05/08 14:38:38
Modified files:
archivers/unshield/patches: patch-lib_Makefile_in
Log message:
missing rcs id
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/08 14:55:15
Modified files:
sys/sys : exec_elf.h
libexec/ld.so : resolve.c resolve.h
libexec/ld.so/alpha: rtld_machine.c
libexec/ld.so/amd64: rtld_machine.c
libexec/ld.so/arm: rtld_machine.c
libexec/ld.so/i386: rtld_machine.c
libexec/ld.so/m68k: rtld_machine.c
libexec/ld.so/m88k: rtld_machine.c
libexec/ld.so/mips64: rtld_machine.c
libexec/ld.so/powerpc: rtld_machine.c
libexec/ld.so/sh: rtld_machine.c
libexec/ld.so/sparc: rtld_machine.c
libexec/ld.so/sparc64: rtld_machine.c
Log message:
Implement symbol caching and RELACOUNT/RELCOUNT optimizations.
Much assistance and testing by miod
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/08 15:05:44
Modified files:
lang/php/5.3 : Tag: OPENBSD_5_3 Makefile distinfo
Log message:
MFC update to PHP 5.3.24, includes various crash and security-related
fixes on the path from 5.3.21 to 5.3.24.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/08 15:10:33
Modified files:
sys/arch/arm/arm: bus_dma.c
Log message:
Port over NetBSD's arm dma sync code. This makes it easier to flush
the secondary cache, as we always have the physical address.
tested on panda and zaurus
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/08 15:17:22
Modified files:
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/08 15:36:31
Modified files:
lang/python/3.2: Makefile
Log message:
PLIST_DB whines about a missed bump from moving MAINTAINER out of
3.2/Makefile and picking it up from Makefile.inc instead, I don't really
see why, but bump REVISION anyway to help bulk builds.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/08 15:37:33
Modified files:
www/py-gunicorn: Makefile distinfo
Log message:
- update py-gunicorn to 0.17.4
ok gsoares@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/08 17:01:36
Modified files:
sys/dev/pci/drm/i915: i915_drv.h i915_gem.c
Log message:
The "locking" in i915_gem_object_move_to_inactive() makes no sense. Get rid
of it. It's implemented using "simple" locks anyway, which are no-ops.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/08 18:44:06
Modified files:
x11/xfe : Makefile distinfo
x11/xfe/patches: patch-Makefile_in patch-configure
x11/xfe/pkg : PLIST
Added files:
x11/xfe/patches: patch-src_DirList_cpp
Log message:
Update x11/xfe to 1.34
Take MAINTAINER.
ok jturner@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/08 19:50:12
Modified files:
mail/archiveopteryx: Makefile
mail/archiveopteryx/patches: patch-db_database_cpp
Added files:
mail/archiveopteryx/patches: patch-db_postgres_cpp
patch-db_schema_cpp
Log message:
Fix runtime with postgresql 9.2.
From JG Pailloncy, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/05/08 23:54:31
Modified files:
lang/ghc : Makefile
Log message:
Mention that the bootstrap target needs autoconf-2.61.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/09 01:33:17
Modified files:
telephony/asterisk-sounds: asterisk-sounds.port.mk
telephony/asterisk-sounds/core-sounds: Makefile.inc
telephony/asterisk-sounds/extra-sounds: Makefile.inc
telephony/asterisk-sounds/moh-opsound: Makefile
Log message:
zap extra CATEGORIES entry for these ports, it's not really useful
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/09 03:39:24
Modified files:
games/fortune/datfiles: fortunes2
Log message:
teenagers from *outer* space ("they blast the flesh off hunmans!");
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/09 06:30:29
Modified files:
graphics/py3-cairo: Makefile
Log message:
,python3 -> ${MODPY_FLAVOR}
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/09 06:57:01
Modified files:
usr.sbin/ospf6d: rde_lsdb.c
Log message:
Simplify code, no binary change.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/09 07:00:13
Modified files:
x11/e17/e : Makefile distinfo
x11/e17/e_dbus : Makefile distinfo
x11/e17/ecore : Makefile distinfo
x11/e17/ecore/pkg: PLIST
x11/e17/edje : Makefile distinfo
x11/e17/eet : Makefile distinfo
x11/e17/efreet : Makefile distinfo
x11/e17/efreet/pkg: PLIST
x11/e17/eina : Makefile distinfo
x11/e17/eio : Makefile distinfo
x11/e17/elementary: Makefile distinfo
x11/e17/elementary/pkg: PLIST
x11/e17/embryo : Makefile distinfo
x11/e17/emotion: Makefile distinfo
x11/e17/ethumb : Makefile distinfo
x11/e17/evas : Makefile distinfo
Log message:
update enlightenment to 0.17.2.1 and EFL to 1.7.6
bump SHARED_LIBS minor of ecore and major for emotion
(thanks to sthen@ for the analysis)
ok aja@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/09 07:35:44
Modified files:
sys/arch/arm/cortex: amptimer.c
sys/arch/beagle/beagle: intr.c
sys/arch/beagle/include: intr.h
Log message:
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/09 07:40:38
Modified files:
sys/arch/beagle/dev: gptimer.c
Log message:
Have the ARM MPCore Timer use the private timer, which will be very useful
for SMP on the newer ARMv7 boards.
From drahn at dalerahn.com.
ok bmercer@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/09 07:43:01
Modified files:
faq/fr : faq10.html faq11.html faq12.html faq13.html
faq14.html faq15.html
fr : anoncvs.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/09 07:54:12
Modified files:
gnu/gcc/gcc/config/m88k: m88k.h
Log message:
Define LOCAL_ALIGNMENT as well.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/09 08:06:38
Modified files:
devel/glib2 : Makefile
Added files:
devel/glib2/patches: patch-gio_gemblemedicon_c
patch-gio_gsocks5proxy_c
patch-glib_gspawn_c
Log message:
Merge some patches from upstream to fix a couple of crashes.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/09 08:21:55
Modified files:
gnu/gcc/gcc/config/m88k: openbsdelf.h
Log message:
Define WINT_TYPE as well.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/09 08:24:55
Log message:
Import audio/ario, a GTK-based MPD client with a UI inspired by Rhythmbox.
ok abieber@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-May-09
N ports/audio/ario/Makefile
N ports/audio/ario/distinfo
N ports/audio/ario/patches/patch-src_ario-profiles_h
N ports/audio/ario/patches/patch-src_ario-avahi_c
N ports/audio/ario/patches/patch-src_ario-util_h
N ports/audio/ario/patches/patch-src_plugins_ario-plugin-info_c
N ports/audio/ario/pkg/PLIST
N ports/audio/ario/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/09 08:25:35
Modified files:
audio : Makefile
Log message:
+ario
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/09 08:27:17
Modified files:
sys/arch/arm/armv7: armv7_mutex.c
Log message:
Implement mtx_enter_try for armv7 and handle ci_mutex_level.
From drahn and oga at bitrig.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/09 08:46:59
Modified files:
audio/ario : Makefile
audio/ario/pkg : PLIST
Added files:
audio/ario/patches: patch-aclocal_m4
Log message:
Install locale files where they belong.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/09 08:53:36
Modified files:
audio/ario : Makefile
Log message:
Missing textproc/intltool MODULE.
Remove bogus RUN_DEPENDS; discussed with bcallah@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/09 09:00:41
Modified files:
sys/dev/pci/drm/i915: i915_drv.h i915_gem.c
Log message:
Add a #define such that we can say "struct drm_i915_private" to reduce the
diffs with Linux.
CVSROOT: /cvs
Module name: src
Changes by: rpe@cvs.openbsd.org 2013/05/09 09:05:53
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
add [-m mode] to the SUBST_CMD example line
ok espie@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/09 09:16:53
Modified files:
sys/arch/beagle/conf: GENERIC RAMDISK files.beagle
sys/arch/beagle/dev: omap.c omap4.c
Added files:
sys/arch/beagle/dev: omapid.c
Log message:
Add a driver for the OMAP identification registers/fuses,
so that we can adjust the timer frequency for PandaBoard version.
From drahn at bitrig.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/09 09:17:32
Modified files:
net/avahi : Makefile
net/avahi/patches: patch-avahi-compat-libdns_sd_warn_c
Log message:
Tweak patch.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/09 10:06:40
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
A few more changes to reduce the diffs to the Linux code.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/09 11:03:55
Modified files:
x11/e17 : Makefile.inc
x11/e17/e : Makefile
x11/e17/e_dbus : Makefile
x11/e17/ecore : Makefile
x11/e17/edje : Makefile
x11/e17/eet : Makefile
x11/e17/efreet : Makefile
x11/e17/eina : Makefile
x11/e17/eio : Makefile
x11/e17/elementary: Makefile
x11/e17/embryo : Makefile
x11/e17/emotion: Makefile
x11/e17/ethumb : Makefile
x11/e17/evas : Makefile
Log message:
tidy up e17 Makefiles
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/09 11:57:56
Modified files:
lang/luajit : Makefile distinfo
Log message:
Update luajit to 2.0.1
OK benoit@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/09 12:28:27
Modified files:
lang/python/3.3: Makefile
Log message:
like 3.2, PLIST_DB whines about a missed bump from moving MAINTAINER out of
3.3/Makefile and picking it up from Makefile.inc instead, I don't really
see why, but bump REVISION anyway to help bulk builds.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/09 12:33:50
Modified files:
x11/kde4 : kde-release-helper
Log message:
Unbreak (missing double quotes).
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/09 12:47:53
Modified files:
mail/smtp-vilter: Makefile
Added files:
mail/smtp-vilter/patches: patch-bin_smtp-vilter_engine_c
Log message:
re-add function that got lost in the previous update; unbreaks ldap flavor.
spotted by sthen@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/09 13:25:59
Log message:
Import Qt bindings for Telepathy framework. Could be used by some
kdenetwork apps, e.g. krfb and krdc.
okay jasper@
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20130509
N ports/net/telepathy/telepathy-qt/Makefile
N ports/net/telepathy/telepathy-qt/distinfo
N ports/net/telepathy/telepathy-qt/patches/patch-cmake_modules_FindQt_cmake
N ports/net/telepathy/telepathy-qt/patches/patch-cmake_modules_FindFarstream_cmake
N ports/net/telepathy/telepathy-qt/patches/patch-TelepathyQt_Farstream_CMakeLists_txt
N ports/net/telepathy/telepathy-qt/patches/patch-cmake_modules_FindGObject_cmake
N ports/net/telepathy/telepathy-qt/pkg/DESCR
N ports/net/telepathy/telepathy-qt/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/09 13:28:34
Modified files:
net/telepathy : Makefile
Log message:
Hook up telepathy-qt.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/09 13:32:17
Modified files:
gnu/usr.bin/binutils/gdb: Makefile.in m88k-tdep.c
gnu/usr.bin/binutils/gdb/config/m88k: obsd.mt
Added files:
gnu/usr.bin/binutils/gdb: m88kbsd-tdep.c
Log message:
Allow gdb on m88k to fetch symbols from shared libraries when debugging
dynamically linked binaries. Borrowed from m68k with trivial changes.
ok kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/09 13:35:40
Modified files:
x11/fluxbox : Makefile
Log message:
Take MAINTAINER.
Bump REVISION.
Discussed with dcoppa@ (previous MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/09 13:45:19
Modified files:
sys/arch/mips64/mips64: cpu.c mem.c
Log message:
Do not panic when running the MP kernel on a single-processor system; found
the hard way by tobiasu@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/09 13:53:48
Modified files:
sys/dev/pcmcia : if_ne_pcmcia.c
Log message:
- use NETGEAR vendor ID for NETGEAR products, not LINKSYS.
- add NETGEAR FA410TXC with 00:13:46 manufacturer part of the Ethernet address; tested by Riccardo Mottola, thanks!
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/09 14:07:26
Modified files:
sys/arch/arm/arm: bus_dma.c pmap.c pmap7.c
sys/arch/arm/include: pmap.h pmap7.h
Log message:
On ARMv7 we can't use the cache mask to check for coherency.
Therefore we add new macros to be able to check for it properly.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/09 14:17:04
Modified files:
security/clamav: Tag: OPENBSD_5_3 Makefile distinfo
security/clamav/patches: Tag: OPENBSD_5_3
patch-database_Makefile_in
patch-etc_Makefile_in
patch-libclamav_Makefile_in
Log message:
MFC SECURITY update to ClamAV 0.97.8,
- fixes in PE and autoit decoding
- off by one malloc in SIS format handler
- out of bounds access in WWPack
- fixes in freshclam (zero a buffer before using for strings, and
receive error handling)
There are new/changed library functions, so would normally warrant a bump,
but as they're only internal use and to avoid rebuilding additional ports,
skipping the library bump here, as discussed with/OK jasper@.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/09 14:41:47
Modified files:
sys/arch/arm/armv7: armv7_space.c
sys/arch/arm/conf: files.arm
Added files:
sys/arch/arm/armv7: bus_space_asm_armv7.S
Log message:
Drain the bufs after or before we do a bus space operation on ARMv7.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/09 16:35:17
Modified files:
lang/luajit : Makefile distinfo
Log message:
add luajit hotfix using fancy new syntax!
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/09 17:46:06
Modified files:
sys/arch/arm/armv7: armv7_space.c
Log message:
Don't rely on uvm_km_free() to remove the pmap mapping when unmapping
in bus space.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/09 18:18:42
Modified files:
sys/arch/beagle/beagle: intr.c
sys/arch/beagle/dev: intc.c omap4.c omgpio.c
Log message:
whitespaces
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/05/09 21:18:16
Modified files:
. : plus.html
Log message:
My internet is back, therefore here is plus.html for April 22-28.
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/05/09 21:40:07
Modified files:
usr.bin/ssh : sshconnect2.c
Log message:
fix bzero(ptr_to_struct, sizeof(ptr_to_struct)); bz#2100 from
Colin Watson
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/05/09 21:46:14
Modified files:
regress/usr.bin/ssh: modpipe.c
Log message:
sync some portability changes from portable OpenSSH
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/05/09 22:08:01
Modified files:
usr.bin/ssh : key.c
Log message:
memleak in cert_free(), wasn't actually freeing the struct;
bz#2096 from shm AT digitalsun.pl
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/09 22:55:36
Modified files:
lib/libc/sys : sigaction.2
Log message:
Clarify behavior of SA_NOCLDWAIT
Tweak indentation in the synopsis
feedback and ok jmc@, espie@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/09 23:59:37
Modified files:
lib/libc/sys : setsid.2
Log message:
Update STANDARDS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/10 00:03:30
Modified files:
print/scribus : Makefile
Log message:
No need to hardcode MODPY_VERSION; we use the default.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/10 00:07:53
Modified files:
lang/python : python.port.mk
Log message:
Since we can override MODPY_VERSION, no need to override
MODPY_DEFAULT_VERSION_3 as well.
ok fgsch@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/10 00:12:42
Modified files:
lib/libc/sys : shutdown.2
Log message:
Update SYNOPSIS and add STANDARDS
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/10 03:56:45
Modified files:
net/wide-dhcp/patches: patch-README
Added files:
net/wide-dhcp/patches: patch-client_Makefile_OpenBSD
patch-client_README patch-client_dhcpc_8
patch-client_dhcpc_8_jis
patch-client_dhcpc_c patch-client_dhcpc_h
patch-client_dhcpc_subr_c
patch-client_flushroute_c
patch-relay_Makefile_OpenBSD
patch-relay_README patch-relay_relay_c
patch-server_Makefile_OpenBSD
patch-server_README patch-server_common_h
patch-server_database_c
patch-server_delarp_c
patch-server_dhcps_c patch-server_dhcps_h
patch-server_getmac_c
patch-tools_Makefile_OpenBSD
patch-tools_dhcpm_c
Removed files:
net/wide-dhcp/patches: patch-client_Makefile.OpenBSD
patch-client_dhcpc.8
patch-client_dhcpc.8.jis
patch-client_dhcpc.c patch-client_dhcpc.h
patch-client_dhcpc_subr.c
patch-client_flushroute.c
patch-relay_Makefile.OpenBSD
patch-relay_relay.c
patch-server_Makefile.OpenBSD
patch-server_common.h
patch-server_database.c
patch-server_delarp.c
patch-server_dhcps.c patch-server_dhcps.h
patch-server_getmac.c
patch-tools_Makefile.OpenBSD
patch-tools_dhcpm.c
Log message:
normalise patches (context diffs -> unidiffs, and use standard filenames).
no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/10 03:58:02
Modified files:
net/wide-dhcp : Makefile distinfo
net/wide-dhcp/pkg: PLIST
Log message:
regen PLIST/distinfo, tidy Makefile, don't USE_GROFF, bump
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/10 04:13:50
Modified files:
usr.bin/ssh : ssh-pkcs11-helper.c
Log message:
remove unused extern optarg. ok markus@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/10 04:17:27
Modified files:
sys/arch/beagle/beagle: beagle_machdep.c
Log message:
Map beagle kernel and its vector page executable.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/10 04:18:46
Modified files:
sys/arch/arm/arm: fiq.c
Log message:
Map vector page executable when installing the fiq handler.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/10 04:20:23
Modified files:
sys/arch/arm/arm: sig_machdep.c
Log message:
Remove an instruction cache sync which is not needed.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/10 04:25:52
Modified files:
sys/arch/arm/arm: stubs.c
Log message:
Flush the secondary cache when dumping.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/10 04:26:42
Modified files:
net/wide-dhcp : Makefile
net/wide-dhcp/pkg: DESCR
Log message:
tweak DESCR, point out this is v4 not v6, remove text about building a
kernel with BPF.
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/05/10 04:31:16
Modified files:
sys/compat/linux: linux_file.c linux_file64.c linux_ipc.c
linux_misc.c linux_time.c linux_time.h
linux_types.h
Log message:
compat_linux: Add support for future time_t and ino_t size enlargements.
Reviewed by guenther@.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/10 04:45:46
Modified files:
net/wide-dhcp : Makefile
net/wide-dhcp/patches: patch-client_dhcpc_subr_c
patch-server_Makefile_OpenBSD
Removed files:
net/wide-dhcp/pkg: MESSAGE
Log message:
- swap order of ioctls so SIOCSIFADDR comes before SIOCSIFNETMASK
- remove unneeded MESSAGE
- don't use tbl to format manpages, it's no longer needed
- mark as NOT_FOR_ARCHS=${LP64_ARCHS}, it's broken there
(uses wrong MAC address)
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/05/10 05:36:24
Modified files:
sys/net : if_pfsync.c pf.c pfvar.h
Log message:
Since pf_state_key_attach can decide to free the provided state
key we need to sync our state key pointers with whatever values
the function will pick. Not doing so will produce wrong results
if address translation must be applied afterwards and we happen
to have a state key collision. Then pf_translate will follow an
old pointer and punch in garbage addresses into the packet.
Noticed, initial patch and tests by Vitaly Sinilin
ok tedu, henning
CVSROOT: /cvs
Module name: ports
Changes by: mpi@cvs.openbsd.org 2013/05/10 05:40:02
Modified files:
net/libdnet : Makefile
net/libdnet/patches: patch-src_intf_c
Log message:
Do not issue SIOCSIFNETMASK before SIOCSIFADDR, it is not needed and will
fail after upcoming change.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/10 06:27:45
Modified files:
net/nmap : Makefile
net/nmap/patches: patch-libdnet-stripped_src_intf_c
Log message:
Do not issue SIOCSIFNETMASK before SIOCSIFADDR in libdnet-stripped code, it is not needed and will
fail after upcoming change.
This code is not used by nmap but is better to keep it in sync with net/libdnet
ok sthen@ mpi@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/10 09:44:43
Modified files:
app/cwm : calmwm.h xevents.c xutil.c
Log message:
fix KeySym type
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/05/10 10:00:08
Modified files:
sys/arch/sparc/dev: z8530kbd.c
sys/arch/sparc64/dev: z8530kbd.c
Log message:
ditch unused zskbd_device_lookup; verified by sebastia@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/10 10:05:34
Modified files:
app/cwm : conf.c xevents.c xutil.c
Log message:
int type fixes
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/10 10:10:40
Modified files:
app/cwm : menu.c
Log message:
spacing
CVSROOT: /cvs
Module name: www
Changes by: gilles@cvs.openbsd.org 2013/05/10 10:23:50
Modified files:
opensmtpd : list.html papers.html
Log message:
- fix two typos reported on www@
- link eric's asiabsdcon presentation
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/10 10:32:48
Modified files:
app/cwm : calmwm.h conf.c xevents.c xutil.c
Log message:
more type fixes for mask/button
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/10 10:56:39
Modified files:
telephony/asterisk-sounds: asterisk-sounds.port.mk
Log message:
Adjust the (slightly awkward) construction of DISTNAME so that setting
REVISION doesn't change the stem of the package name. Came after some head
scratching after naddy@ reported a PLIST_DB change to telephony/asterisk's
@depend lines which happened after I bumped REVISION on the asterisk-sounds
ports when I tweaked CATEGORIES.
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/05/10 12:33:55
Modified files:
sys/dev : vscsi.c
Log message:
bail if device_lookup doesn't find anything; brings vscsi(4)
in line with other drivers. ok matthew
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/05/10 12:59:22
Modified files:
sbin/dhclient : dispatch.c
Log message:
Fix subnet check. Check our rdomain against the rdomains of the other
interfaces and not against our own.
Problem noted, fix tested and ok mikeb@
CVSROOT: /cvs
Module name: src
Changes by: todd@cvs.openbsd.org 2013/05/10 14:18:01
Modified files:
distrib/sets/lists/base: md.armish md.zaurus
distrib/sets/lists/comp: md.armish md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/10 14:25:28
Modified files:
sys/arch/arm/arm: bus_dma.c
Log message:
Simplify mapping pages by just calling pmap_kenter_cache.
From oga at bitrig.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/10 14:30:31
Modified files:
cad/fritzing : Makefile
databases/pkglocatedb: Makefile
devel/libaudiofile: Makefile
devel/netbeans : Makefile
games/renpy : Makefile
Log message:
Use -m mode with ${SUBST_CMD} instead of two-step process
SUBST_CMD / chmod. Replace -o root -g bin with -o ${BINOWN}
and -g ${BINGRP}.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/10 16:06:10
Modified files:
sys/arch/arm/arm: db_machdep.c
Log message:
Convert K&R style function declaration to ANSI.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/10 16:08:15
Modified files:
sys/arch/arm/include: db_machdep.h
Log message:
whitespaces
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/11 00:21:15
Modified files:
security/cyrus-sasl2: Makefile
security/cyrus-sasl2/pkg: PFRAG.shared PLIST
Log message:
Explicitely build --without-pam.
Merge some chunck of PFRAG.shared into PLIST.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/11 01:56:45
Modified files:
opensmtpd/de : list.html papers.html
opensmtpd/nl : list.html papers.html
Added files:
opensmtpd/ru : users.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/11 02:11:12
Modified files:
sysutils/pstree: Makefile distinfo
Log message:
- update pstree to 2.36
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/11 04:54:36
Modified files:
www/selfoss : Makefile distinfo
www/selfoss/pkg: PLIST
Log message:
update selfoss to 2.7.
- remove svg from and sort list of files to remove \r in do-extract
- align perl opts order and use backref in do-install
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/11 05:10:56
Modified files:
print/hplip : Makefile
print/hplip/pkg: PLIST-libs PLIST-main
Log message:
Move the share/cups/drv/hp directory from -libs to -main since this is
only needed for cups; this should prevent a warning that the directory is
not empty when uninstalling cups/cups-filters.
prodded by fgsch@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/11 05:15:53
Modified files:
print/hplip : Makefile
print/hplip/pkg: PLIST-libs PLIST-main
Log message:
Revert previous; -hpcups does not depend on -main as spotted by fgsch@
grrrr....!
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/11 05:18:27
Modified files:
sys/net : if_trunk.c
Log message:
Set trunk(4)'s MTU to that of the first trunkport. Allows trunk to work with
jumbo/baby-jumbo frames. To avoid problems with mismatches between trunkports,
any additional ports must have the same MTU as already set on the trunk(4).
Based on changes made in FreeBSD. Tested by myself and jj@, ok reyk@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/11 05:48:22
Modified files:
share/man/man4 : trunk.4
Log message:
add a CAVEATS entry relating to trunk(4)'s handling of MTUs, ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/11 05:58:53
Modified files:
cad/gtkwave : Makefile distinfo
cad/gtkwave/patches: patch-share_applications_Makefile_in
Log message:
update to gtkwave-3.3.46
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/11 06:10:56
Modified files:
x11/e17/evas : Makefile
Log message:
remove two unused configure arguments
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/11 06:17:16
Modified files:
. : plus.html
Log message:
"Fixed pppoe(4) server" - this is actually npppd(8)'s PPPoE server, not pppoe(4)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/11 08:23:49
Modified files:
devel/git : Makefile distinfo
Log message:
- update git to 1.8.2.3
ok dcoppa@
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/05/11 08:42:28
Modified files:
usr.sbin/bgpd : bgpd.h parse.y
Log message:
change mrt rib dump ReopenTimerInterval from time_t to int. Intervalls
don't need to scale to 64 bits in this universe.
ok claudio@ & florian@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/11 09:56:28
Modified files:
sys/dev/pci/drm/i915: i915_drv.h
Log message:
Remove some #ifdef 0'd code that we're never going to use again.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/11 09:57:24
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
whitespace
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/11 13:03:41
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Another small tweak to get things close to Linux.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/11 15:00:23
Modified files:
lang/mawk : Makefile distinfo
lang/mawk/patches: patch-configure
lang/mawk/pkg : DESCR PLIST
Log message:
update to mawk 1.3.4-20130219 (Thomas Dickey has taken over upstream),
from Jeremie Courrege-Anglas, with a few tweaks by me
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/11 15:46:27
Modified files:
app/cwm : calmwm.h conf.c screen.c
Log message:
replace conf_{gap,color,font} with conf_screen since really we are
configuring the screen *after* parsing, just as we do a conf_client on
client manage.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/11 16:01:07
Modified files:
app/cwm : calmwm.h client.c screen.c xevents.c
Log message:
new -> init
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/11 16:03:17
Modified files:
app/cwm : kbfunc.c
Log message:
swap x/y calculations in kbd move/resize to match those in the respective mouse functions
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/11 16:04:21
Modified files:
share/man/man4 : rsu.4 urtwn.4
Log message:
remove some weird editing blip;
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/05/11 16:13:30
Modified files:
lang/ghc : Makefile
Log message:
Let the bootstrap target fail early if autoconf-2.61 or
automake-1.4 aren't installed.
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/11 22:58:41
Modified files:
usr.bin/sndiod : utils.h
Log message:
get NULL definition from stddef.h
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/11 23:00:14
Modified files:
usr.bin/sndiod : midi.c
Log message:
Fix reversed condition to check if a midi port is referenced,
causing sometimes the port to be closed prematurely
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/11 23:02:08
Modified files:
usr.bin/sndiod : midi.c
Log message:
use -q options order as order of exposed midi ports
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/12 01:16:44
Modified files:
devel/py-coverage: Makefile distinfo
devel/py-coverage/pkg: PLIST
Log message:
- update py-coverage to 3.6
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/12 01:24:21
Modified files:
devel/py-minimock: Makefile distinfo
Log message:
- update py-minimock to 1.2.8
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/12 01:29:04
Modified files:
games/singularity: Makefile
Log message:
Use ${SUBST_CMD} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} -c
instead of three-step process SUBST_CMD / chmod / chown.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/12 02:10:07
Modified files:
sys/arch/mvme68k/stand: Makefile.inc
sys/arch/mvme68k/stand/bootsd: version.c
sys/arch/mvme68k/stand/bootst: version.c
sys/arch/mvme68k/stand/netboot: version.c
Log message:
Lower heap location and load address by 1MB for the secondary boot loaders,
to fit 8MB boards.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/12 04:43:45
Modified files:
sys/arch/mvme88k/stand: Makefile
sys/arch/mvme88k/stand/bugcrt: Makefile Makefile.inc crt0.S
sys/arch/mvme88k/stand/libsa: Makefile libsa.h
sys/arch/mvme88k/stand/netboot: Makefile boot.c conf.c config.h
dev_net.c if_ie.c if_le.c
if_lereg.h version.c
sys/arch/mvme88k/stand/sboot: Makefile sboot.c
Added files:
sys/arch/mvme88k/stand/libsa: fault.c setjmp.S
sys/arch/mvme88k/stand/netboot: devices.c netif.c
sys/arch/mvme88k/stand/sboot: devices.c devopen.c version.c
Removed files:
sys/arch/mvme88k/stand/libsa: config.h
sys/arch/mvme88k/stand/netboot: if_iereg.h
sys/arch/mvme88k/stand/sboot: TODO XBUG.S XSRT0.S clock.c
clockreg.h etherfun.c etherfun.h
if_le.c if_lereg.h oc_cksum.S
sboot.h srec.c
Log message:
S-Records boot code for mvme88k, finally. Allows a kernel to be loaded from
network, using either the on-board interface (on MVME187 and MVME197) or
any MVME376.
While there, add MVME376 support to netboot.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/12 06:15:59
Modified files:
distrib/sets/lists/base: md.mvme88k
distrib/notes/mvme88k: contents install
etc/etc.mvme88k: Makefile.inc
Log message:
Install and document the S-Records boot loader.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/12 07:06:25
Modified files:
driver/xf86-video-apm/src: apm.h apm_driver.c
driver/xf86-video-ark/src: ark_driver.c
driver/xf86-video-ati/src: radeon_driver.c radeon_kms.c
driver/xf86-video-chips/src: ct_driver.c
driver/xf86-video-cirrus/src: alp_driver.c lg_driver.c
driver/xf86-video-dummy/src: dummy_driver.c
driver/xf86-video-geode/src: geode_driver.c gx_driver.c
lx_driver.c
driver/xf86-video-glint/src: glint_driver.c
driver/xf86-video-i128/src: i128_driver.c
driver/xf86-video-i740/src: i740_driver.c
driver/xf86-video-neomagic/src: neo_driver.c
driver/xf86-video-nv/src: g80_driver.c nv_driver.c nv_include.h
riva_driver.c riva_include.h
driver/xf86-video-openchrome/src: via_driver.c
driver/xf86-video-r128/src: r128_driver.c
driver/xf86-video-radeonold/src: radeon_driver.c
driver/xf86-video-rendition/src: rendition.c rendition.h
driver/xf86-video-s3/src: s3_driver.c
driver/xf86-video-s3virge/src: s3v_driver.c
driver/xf86-video-savage/src: savage_driver.c
driver/xf86-video-siliconmotion/src: smi_driver.c
driver/xf86-video-sis/src: sis_driver.c
driver/xf86-video-sunffb/src: ffb_driver.c
driver/xf86-video-tdfx/src: tdfx_driver.c
driver/xf86-video-trident/src: trident_driver.c
driver/xf86-video-tseng/src: tseng_driver.c
driver/xf86-video-vesa/src: vesa.c
driver/xf86-video-vmware/saa: saa_priv.h
driver/xf86-video-vmware/src: vmware.c
driver/xf86-video-vmware/vmwgfx: vmwgfx_driver.c
driver/xf86-video-voodoo/src: voodoo_driver.c
driver/xf86-video-wildcatfb/src: wildcatfb_driver.c
driver/xf86-video-wsfb/src: wsfb_driver.c
driver/xf86-video-wsudl/src: wsudl_driver.c
Log message:
Remove calls to miInitializeBackingStore() and includes of mibstore.h
mibstore.h defines miInitializeBackingStore() as an empty stub, and
goes away in xserver 1.14.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/12 07:10:20
Modified files:
. : MODULES 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/12 07:11:53
Modified files:
. : MODULES
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/12 08:15:31
Modified files:
sys/arch/amd64/amd64: intr.c vector.S
sys/arch/amd64/include: intr.h
sys/arch/i386/i386: apicvec.s machdep.c vector.s
Log message:
Take the kernel lock and call the actual interrupt handler from a
single c function. This will hopefully make easier to stop taking
the kernel lock when running "mp safe" interrupt handlers.
help from ok kettenis
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/12 09:02:33
Modified files:
www/gtkhtml4 : Makefile distinfo
Log message:
update to gtkhtml4-4.6.5
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/12 09:09:41
Modified files:
x11/gnome/gnote: Makefile distinfo
Log message:
update to gnote-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/12 09:25:54
Modified files:
databases/evolution-data-server: Makefile distinfo
Removed files:
databases/evolution-data-server/patches:
patch-addressbook_libebook-contacts_e-book-query_c
patch-tests_libebook-contacts_test-phone-number_c
patch-tests_libebook-contacts_test-query_c
patch-tests_libebook_client_test-client-custom-summary_c
Log message:
Update to evolution-data-server-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/12 09:31:45
Modified files:
mail/evolution : Makefile distinfo
mail/evolution/pkg: PLIST-main
Log message:
Update to evolution-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/12 09:34:00
Modified files:
mail/evolution-ews: Makefile distinfo
Log message:
Update to evolution-ews-3.8.2.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/12 10:04:55
Modified files:
de : alpha.html armish.html donations.html
errata41.html errata42.html errata43.html
errata44.html events.html hackathons.html
hp300.html hppa.html index.html items.html
landisk.html loongson.html mac68k.html
older.html orders.html press.html socppc.html
sparc64.html users.html zaurus.html
faq/de : faq1.html faq10.html faq13.html faq14.html
faq2.html faq3.html faq4.html faq6.html
faq/fr : faq14.html
opensmtpd/de : report.html
openssh/de : openbsd.html specs.html
papers/de : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/12 10:09:04
Modified files:
net/synergy : Makefile distinfo
net/synergy/patches: patch-CMakeLists_txt
patch-src_lib_ipc_CIpcClientProxy_cpp
patch-src_lib_ipc_CIpcServerProxy_cpp
patch-src_lib_synergy_CProtocolUtil_h
Added files:
net/synergy/patches: patch-src_lib_server_CClientProxy1_4_cpp
patch-tools_CMakeLists_txt
Log message:
Update net/synergy to 1.4.12
ok abieber@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/05/12 11:10:57
Modified files:
sys/dev/pci : if_vio.c
Log message:
fix use after free in case the mbuf needs defragmentation
This fixes a panic found by Matthieu Herrb.
OK mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/12 11:32:10
Modified files:
net/openafs : Makefile
Log message:
use SUBST_CMD with -o -g [-m] to replace the multi-step process
SUBST_CMD/chown/chmod?
ok sthen@ todd@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/12 12:48:53
Modified files:
sys/arch/sparc64/sparc64: intr.c locore.s
Log message:
Take the kernel lock and call the actual interrupt handler from a
single C function. Inspired by the change made to amd64/i386 by ratchov@.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/12 12:49:49
Modified files:
databases/ports-readmes-dancer: Makefile
Log message:
use -m mode with SUBST_CMD to eliminate a chmod
ok espie@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/05/12 13:33:01
Modified files:
sys/arch/sparc64/dev: vdsk.c
sys/dev/pci : vioblk.c
Log message:
Handle big (a.k.a. >2TB) disks by adding logic to handle the 12 and 16
byte scsi read/write commands.
Issue pointed out by John Morrissey via bugs@. Problem reproduced and
fix tested by sf@ on vioblk.
ok sf@ kettenis@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/12 14:41:45
Modified files:
sys/dev/wscons : wsdisplay.c
Log message:
In wsdisplay_switchtoconsole(), make sure we really are the console before
attempting to switch screens. On amd64/i386 the glass console gets
initialised early even if a serial console has been set up by the bootloader.
To add insult to injury, the glass console isn't properly "detached" and the
MI wsdisplay(4) driver continues to believe it is the console. This should
really be fixed, but is a nasty can of worms.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/12 14:47:44
Modified files:
sys/arch/amd64/amd64: db_interface.c
sys/arch/i386/i386: db_interface.c
Log message:
Tell wsdisplay(4) to switch back to the console screen upon entering ddb(4).
This gives users a decent chance to see panic messages and interact with ddb(4)
when they're running X on hardware for which we have a KMS driver. Currently
that means inteldrm(4).
ok jsg@, guenther@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/12 15:00:56
Modified files:
sys/arch/mvme88k/stand/netboot: if_ie.c if_le.c
sys/arch/mvme88k/stand/sboot: sboot.c
Log message:
Make sboot really match its documented behaviour when booting without an
interface name.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/12 17:00:57
Modified files:
textproc/calibre: Makefile
Log message:
add a missing run dep on poppler-utils (for pdftohtml)
(this could use an update too, really..)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/12 17:01:13
Modified files:
textproc/calibre: distinfo
Log message:
regen distinfo
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/12 23:57:01
Modified files:
sysutils/p5-Schedule-At: Makefile distinfo
Log message:
- update p5-Schedule-At to 1.15
- remove USE_GROFF
Maintainer timeout, ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/13 00:33:06
Modified files:
textproc/ruby-kramdown: Makefile distinfo
textproc/ruby-kramdown/pkg: PLIST
Log message:
update to kramdown-1.0.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/13 00:33:25
Modified files:
textproc/ruby-pygments.rb: Makefile distinfo
Log message:
update to pygments.rb-0.5.0, again
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/13 00:34:11
Modified files:
www/ruby-jekyll: Makefile distinfo
www/ruby-jekyll/pkg: PLIST
Log message:
update to jekyll-1.0.2; includes a 'jekyll doctor' command to check for
known compatibility problems with earlier versions of jekyll.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/13 00:55:26
Modified files:
textproc/p5-XML-Generator: Makefile distinfo
Log message:
- update p5-XML-Generator to 1.04
- remove USE_GROFF
Maintainer timeout, ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/13 00:57:02
Log message:
import gimgtools-0.02
gimgtools is a set of command-line tools to examine and manipulate
Garmin IMG (the map format) files. The included tools are:
* gimgunlock: Unlock a locked map so that it can be used on ALL devices.
* gimgxor: Unscramble XOR'd map files.
* gimginfo: Print information of the map.
* gimgextract: Extract the IMG sections.
* gimgch: Hexdump and compare section header of two or more IMGs.
ok sebastia@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131305
N ports/geo/gimgtools/distinfo
N ports/geo/gimgtools/Makefile
N ports/geo/gimgtools/pkg/PLIST
N ports/geo/gimgtools/pkg/DESCR
N ports/geo/gimgtools/patches/patch-Makefile
N ports/geo/gimgtools/patches/patch-gimglib_c
N ports/geo/gimgtools/patches/patch-gimgch_c
N ports/geo/gimgtools/patches/patch-gimgextract_c
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/13 00:57:51
Modified files:
geo : Makefile
Log message:
+gimgtools
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/13 01:49:43
Modified files:
devel/p5-File-DirCompare: Makefile distinfo
Log message:
- update p5-File-DirCompare to 0.7
- remove USE_GROFF
Maintainer timeout, ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/13 01:52:06
Modified files:
devel/p5-Hash-Flatten: Makefile distinfo
Log message:
- update p5-Hash-Flatten to 1.19
Maintainer timeout, ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 02:21:44
Modified files:
print/cups-filters: Makefile distinfo
Removed files:
print/cups-filters/patches: patch-utils_cups-browsed_c
Log message:
Update to cups-filters-1.0.34.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 02:34:09
Modified files:
print/hplip : Makefile distinfo
print/hplip/patches: patch-Makefile_in patch-check_py
patch-prnt_hpcups_HPCupsFilter_cpp
patch-scan_py patch-ui4_devmgr5_py
patch-ui_devmgr4_py
print/hplip/pkg: PLIST-hpijs
Log message:
Update to hplip-3.13.4.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 02:39:06
Modified files:
print/foo2zjs : Makefile distinfo
print/foo2zjs/patches: patch-Makefile patch-getweb_in
Log message:
Update to foo2zjs-20130321.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 02:52:01
Modified files:
security/libgcrypt: Makefile distinfo
Log message:
Update to libgcrypt-1.5.2.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/13 02:59:26
Modified files:
www/py-django : Makefile distinfo
www/py-django/pkg: PLIST README
Log message:
- update py-django to 1.5.1
- update HOMEPAGE, MASTER_SITES and README
- regen PLIST
tweaks and ok from Ryan Boggs (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 03:03:22
Modified files:
x11/gnome/power-manager: Makefile distinfo
Log message:
Update to gnome-power-manager-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 03:08:38
Modified files:
security/gnutls: Makefile distinfo
security/gnutls/pkg: PLIST
Log message:
Maintenance update to gnutls-3.1.11.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/13 03:25:56
Log message:
import abcl-1.1.1
Armed Bear Common Lisp (ABCL) is a full implementation of the Common
Lisp language featuring both an interpreter and a compiler, running in
the JVM. Originally started to be a scripting language for the J editor,
it now supports JSR-223 (Java scripting API): it can be a scripting
engine in any Java application. Additionally, it can be used to
implement (parts of) the application using Java to Lisp integration
APIs.
from timo.myyra@wickedbsd.net
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131305
N ports/lang/abcl/Makefile
N ports/lang/abcl/distinfo
N ports/lang/abcl/files/abcl
N ports/lang/abcl/files/abcl_completions
N ports/lang/abcl/files/gen-completions.lisp
N ports/lang/abcl/pkg/DESCR
N ports/lang/abcl/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 03:26:33
Modified files:
print/foomatic-db: Makefile distinfo
print/foomatic-db/pkg: PLIST
Log message:
Update to foomatic-db-4.0.20130513.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/13 03:27:10
Modified files:
lang : Makefile
Log message:
+abcl
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 03:33:21
Modified files:
x11/gnome/color-manager: Makefile distinfo
Removed files:
x11/gnome/color-manager/patches: patch-src_gcm-calibrate-main_c
Log message:
Update to gnome-color-manager-3.8.2.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 03:46:19
Modified files:
etc/mtree : special
Log message:
Sort the npppd entries.
ok schwarze@ giovanni@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/13 04:17:13
Modified files:
sys/netinet : in.c
Log message:
Make SIOCSIFDSTMASK and SIOCSIFNETMASK fail if there is no previous
address configured on the interface just like SIOCSIFBRDADDR does.
This prevent the global IPv4 address list and the per-interface list
to be out of sync until one of SIOCAIFADDR or SIOCSIFADDR ioctl(2)
is issued.
ok mikeb@, sthen@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 04:37:02
Modified files:
lib/libc : shlib_version
include : string.h
lib/libc/string: Makefile.inc
Added files:
lib/libc/string: memmem.3 memmem.c
Log message:
Add an implementation of memmem() -- from FreeBSD with some tweaks.
Requires a libc minor bump, committing now so that we have up-to-date
snapshots for the upcoming hackathon.
joint work with millert@
man page bits ok jmc@
input and ok millert@, guenther@, deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 04:37:44
Modified files:
x11/gnome/keyring: Makefile
Removed files:
x11/gnome/keyring/patches:
patch-pkcs11_wrap-layer_tests_mock-secret-store_c
Log message:
Remove uneeded patch now that we have memmem() -- requires a current libc.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 04:38:36
Modified files:
x11/gnome/tracker: Makefile
Removed files:
x11/gnome/tracker/patches:
patch-src_tracker-extract_tracker-extract-mp3_c
Log message:
Remove broken alternative memmem() patch -- requires a current libc.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/13 04:39:37
Modified files:
x11/gnome/rygel: Makefile distinfo
Log message:
update to rygel 0.18.2
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/13 05:43:27
Modified files:
lang/verilator : Makefile distinfo
lang/verilator/pkg: PLIST
Log message:
- update verilator to 3.846
- regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/13 06:09:25
Modified files:
net/ruby-stomp : Makefile distinfo
Log message:
update to stomp-1.2.9
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/13 06:57:42
Modified files:
archivers/cabextract: Makefile distinfo
Removed files:
archivers/cabextract/patches: patch-mspack_cabd_c
patch-mspack_mspack_h
patch-src_cabextract_c
Log message:
update to cabextract 1.4, ok Steve Shockley (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/13 07:08:35
Modified files:
games/manaplus : Makefile distinfo
games/manaplus/pkg: PLIST
Log message:
Update games/manaplus to 1.3.5.12
ok benoit@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 07:48:58
Modified files:
x11/gtk+3 : Makefile distinfo
x11/gtk+3/patches: patch-gtk_Makefile_in
Log message:
Update to gtk+3-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 08:29:12
Modified files:
x11/gtk+2 : Makefile distinfo
Log message:
Update to gtk+2-2.24.18.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/13 08:43:20
Modified files:
devel/p5-Test-MockTime: Makefile distinfo
Log message:
- update p5-Test-MockTime to 0.12
- remove USE_GROFF
Maintainer timeout, ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/13 08:53:45
Modified files:
devel/p5-Test-SharedFork: Makefile distinfo
Log message:
- update p5-Test-SharedFork to 0.21
- add TEST_DEPENDS
Maintainer timeout, ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/13 08:56:42
Modified files:
devel/p5-Test-Strict: Makefile distinfo
Log message:
- update p5-Test-Strict to 0.22
- remove USE_GROFF
Maintainer timeout, ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/13 09:02:26
Modified files:
devel/cmake : Makefile cmake.port.mk
devel/cmake/patches: patch-Source_cmTarget_cxx
Log message:
Fix for the problem sthen@ reported some time ago: if a library is
not listed in SHARED_LIBS, it will be created with no version suffix.
It was a regression caused by my "build shared libraries without
soname" work, sorry.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 09:16:01
Modified files:
devel/glib2 : Makefile distinfo
devel/glib2/patches: patch-configure patch-glib_Makefile_in
devel/glib2/pkg: PLIST
Removed files:
devel/glib2/patches: patch-gio_gemblemedicon_c
patch-gio_gsocks5proxy_c
patch-glib_gspawn_c
Log message:
Update to glib2-2.36.2.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 09:30:24
Modified files:
opensmtpd : index.html
Log message:
Link the [ru] translation.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 09:34:02
Modified files:
opensmtpd/ru : index.html papers.html users.html
Added files:
opensmtpd/ru : list.html security.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 10:02:53
Modified files:
devel/py-gobject3: Makefile distinfo
Log message:
Update to py-gobject3-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/13 10:23:12
Modified files:
net/texapp : Makefile distinfo
Log message:
Update net/texapp to 0.5.1
ok abieber@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/13 11:22:10
Modified files:
x11/gnome/ghex : Makefile distinfo
x11/gnome/ghex/patches: patch-configure
Log message:
update to ghex-3.8.1
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/13 11:46:42
Modified files:
sys/arch/sparc64/dev: schizo.c
sys/arch/sparc64/sparc64: intr.c
sys/arch/sparc64/include: bus.h intr.h
Log message:
Implement support for running interrupt handlers without taking the kernel
lock, by adding a new BUS_INTR_ESTABLISH_MPSAFE flag for use with the
(sparc64-specific) bus_intr_establish(9) interface. Add support for this
flag to schizo(4); other bus drivers will ignore it for now. While there,
remove the BUS_INTR_ESTABLISH_FASTTRAP flag which serves no purpose.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 11:51:36
Modified files:
x11/gnome/icon-theme-symbolic: Makefile distinfo
x11/gnome/icon-theme-symbolic/pkg: PLIST
Log message:
Update to gnome-icon-theme-symbolic-3.8.2.1.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/13 11:53:55
Modified files:
infrastructure/db: config.site
Log message:
we have memmem() now; ok ajacoutot@ espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 12:07:43
Modified files:
devel/pango : Makefile distinfo
Log message:
Update to pango-1.34.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 12:20:54
Modified files:
x11/gnome/baobab: Makefile distinfo
x11/gnome/baobab/patches: patch-configure patch-src_Makefile_in
Log message:
Update to baobab-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/13 12:23:51
Log message:
import ports/comms/fldigi, ok benoit@
Fldigi is a software modem for Amateur Radio use. It is a sound card based
program that is used for both transmitting and receiving data in any of the
following modes:
BPSK and QPSK 31, 63, 125, 250 (both), and 63F and 500 (BPSK only)
PSKR 125, 250, and 500
CW speeds from 5 to 200 wpm
DominoEX 4, 5, 8, 11, 16 and 22; also with FEC
Hellschreiber Feld Hell, Slow Hell, Hell x5/x9, FSKHell(-105) and Hell 80
MFSK 4, 8, 11, 16, 22, 31, 32 and 64; most with image support
MT63 500, 1000 and 2000
OLIVIA various tones and bandwidths
RTTY various baud rates, shifts, nbr. of data bits, etc.
THOR 4, 5, 8, 11, 16 and 22
Throb and ThrobX 1, 2, and 4
WWV receive only - calibrate your sound card to WWV
Frequency Analysis receive only - measure the frequency of a carrier
Fldigi can also control a transceiver using Hamlib or RigCAT I/O, perform online
or cdrom QRZ queries, log QSOs with the built-in logbook or Xlog, and send
reception reports to the PSK Automatic Propagation Reporter.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130513
N ports/comms/fldigi/Makefile
N ports/comms/fldigi/distinfo
N ports/comms/fldigi/pkg/PLIST
N ports/comms/fldigi/pkg/DESCR
N ports/comms/fldigi/patches/patch-scripts_tests_config-h_sh
N ports/comms/fldigi/patches/patch-scripts_tests_cr_sh
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/13 12:24:06
Modified files:
comms : Makefile
Log message:
+fldigi
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/05/13 12:30:51
Modified files:
usr.sbin/pkg_add/OpenBSD: PackingElement.pm
Log message:
specialfiles ARE file while destated, so they set lastfile, which is
useful for size and digest. BUT samples should never alias specialfiles,
so error out right away.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 12:44:20
Modified files:
sysutils/xstatbar: Makefile
Log message:
Drop maintainership.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/13 13:02:49
Modified files:
x11/fbpanel : Makefile
Removed files:
x11/fbpanel/pkg: MESSAGE
Log message:
rm MESSAGE, it's not needed anymore.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/13 13:06:46
Modified files:
lang/python : python.port.mk
Log message:
make _MODPY_CMD external (remove underscore).
sthen@ ok
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/13 13:10:45
Modified files:
net/py-pcs : Makefile
audio/py-mutagen: Makefile
Log message:
_MODPY_CMD -> MODPY_CMD
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/13 13:12:36
Modified files:
textproc/calibre: Makefile
multimedia/moovida/plugins-bad: Makefile
Log message:
_MODPY_CMD -> MODPY_CMD
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/13 13:27:16
Modified files:
sys/arch/sparc64/dev: pyro.c
Log message:
Get rid of some silly underscores.
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/05/13 14:14:33
Modified files:
x11/smtube : Makefile distinfo
x11/smtube/pkg : PLIST
Log message:
Update for smtube to 1.7:
Ok benoit@
CVSROOT: /cvs
Module name: ports
Changes by: mglocker@cvs.openbsd.org 2013/05/13 14:21:50
ports/mail/p5-Email-Received
Update of /cvs/ports/mail/p5-Email-Received
In directory cvs.openbsd.org:/tmp/cvs-serv20877/p5-Email-Received
Log Message:
Directory /cvs/ports/mail/p5-Email-Received added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/13 14:56:55
Modified files:
x11/nagstamon : Makefile
Log message:
tweak CATEGORIES
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/13 14:57:38
Modified files:
net/icinga : Makefile.inc
net/icinga/core: Makefile
net/icinga/web : Makefile
Log message:
tweak CATEGORIES
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/05/13 15:01:37
Modified files:
lang/ghc : Makefile
Log message:
Remove stray line continuation backslash.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/13 17:10:20
Log message:
Import ports/sysutils/backdir. Tweaks/suggestions sthen@. ok sthen@.
Backdir is a simple tool that backs up every normal, non-executable file
in the current directory to a subdirectory named "backups", creating the
directory if it doesn't already exist. It uses the file's last modified
date and time as part of the filename. If a file hasn't been changed
since the last time backdir was ran the file will be skipped.
Status:
Vendor Tag: jturner
Release Tags: jturner_20130513
N ports/sysutils/backdir/Makefile
N ports/sysutils/backdir/distinfo
N ports/sysutils/backdir/pkg/PLIST
N ports/sysutils/backdir/pkg/DESCR
N ports/sysutils/backdir/patches/patch-Makefile
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/13 17:11:52
Modified files:
sysutils : Makefile
Log message:
+backdir
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/13 17:15:47
Log message:
Import ports/mail/mimetic. ok sthen@.
mimetic is a MIME library written in C++ designed to be easy to use and
integrate but yet fast and efficient.
Status:
Vendor Tag: jturner
Release Tags: jturner_20130513
N ports/mail/mimetic/Makefile
N ports/mail/mimetic/distinfo
N ports/mail/mimetic/pkg/DESCR
N ports/mail/mimetic/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/13 17:17:15
Modified files:
mail : Makefile
Log message:
+mimetic
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/05/13 19:54:22
Modified files:
multimedia/xine-lib: Makefile
Removed files:
multimedia/xine-lib/patches: patch-src_xine-engine_Makefile_in
Log message:
Remove patch no longer necessary.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/05/13 19:57:55
Modified files:
multimedia/xine-ui: Makefile
Added files:
multimedia/xine-ui/patches: patch-src_xitk_Makefile_in
Log message:
- Remove CPPFLAGS hack for libpng and fix the issue properly
- Sync WANTLIBs
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: mglocker@cvs.openbsd.org 2013/05/13 22:14:47
Log message:
Perl module to parse an email Received: header.
ok sthen@
Status:
Vendor Tag: mglocker
Release Tags: mglocker_2013-May-14
N ports/mail/p5-Email-Received/distinfo
N ports/mail/p5-Email-Received/Makefile
N ports/mail/p5-Email-Received/pkg/DESCR
N ports/mail/p5-Email-Received/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: mglocker@cvs.openbsd.org 2013/05/13 22:55:17
Modified files:
mail : Makefile
Log message:
+p5-Email-Received
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 00:20:28
Modified files:
x11/gnome/icon-theme: Makefile distinfo
x11/gnome/icon-theme/pkg: PLIST
Log message:
Update to gnome-icon-theme-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 00:30:54
Modified files:
devel/vte3 : Makefile distinfo
devel/vte3/patches: patch-src_pty_c
Log message:
update to vte3-0.34.5
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 00:33:59
Modified files:
x11/gnome/terminal: Makefile distinfo
Log message:
update to gnome-terminal-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 00:34:23
Modified files:
x11/gnome/libgweather: Makefile distinfo
x11/gnome/libgweather/pkg: PLIST
Log message:
update to libgweather-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 00:35:04
Modified files:
x11/gnome/gedit: Makefile distinfo
x11/gnome/gedit/patches: patch-configure
x11/gnome/gedit/pkg: PLIST
Log message:
update to gedit-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 00:44:38
Modified files:
net/glib2-networking: Makefile distinfo
Log message:
Update to glib2-networking-2.36.2.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 00:44:50
Modified files:
x11/gnome/gucharmap: Makefile distinfo
Log message:
update to gucharmap-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 00:46:08
Modified files:
x11/gnome/system-monitor: Makefile distinfo
x11/gnome/system-monitor/pkg: PLIST
Log message:
update to gnome-system-monitor-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 00:46:26
Modified files:
x11/gnome/system-monitor/patches: patch-configure
Log message:
ugh, missed in previous
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 00:49:54
Modified files:
x11/gnome/file-roller: Makefile distinfo
Log message:
update to file-roller-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 00:50:08
Modified files:
x11/gnome/eog : Makefile distinfo
Log message:
update to eog-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 00:52:30
Modified files:
x11/gnome/screenshot: Makefile distinfo
Log message:
update to gnome-screenshot-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 00:52:34
Modified files:
x11/gnome/calculator: Makefile distinfo
Log message:
update to gnome-calculator-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 00:53:41
Modified files:
x11/gnome/vinagre: Makefile distinfo
Log message:
Update to vinagre-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 00:58:44
Modified files:
x11/gnome/weather: Makefile distinfo
x11/gnome/weather/pkg: PLIST
Log message:
Update to gnome-weather-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 01:07:57
Modified files:
x11/gnome/getting-started-docs: Makefile distinfo
x11/gnome/getting-started-docs/pkg: PLIST
Log message:
Update to gnome-getting-started-docs-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 01:14:20
Modified files:
devel/eclipse/plugins: Makefile.inc
Log message:
normalize CATEGORIES to devel
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 01:15:18
Modified files:
devel/avr : Makefile.inc
devel/msp430 : Makefile.inc
Log message:
normalize CATEGORIES to devel
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 01:15:58
Modified files:
graphics/clutter: Makefile.inc
Log message:
normalize CATEGORIES to graphics
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 01:17:06
Modified files:
net/telepathy : Makefile.inc
Log message:
normalize CATEGORIES to net
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 01:17:28
Modified files:
sysutils/erchef: Makefile.inc
Log message:
normalize CATEGORIES to sysutils
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 01:17:54
Modified files:
x11/nx : Makefile.inc
Log message:
normalize CATEGORIES to x11
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 01:21:16
Modified files:
x11/gnome/desktop: Makefile distinfo
Log message:
Update to gnome-desktop-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 01:21:44
Modified files:
meta/gnome : Makefile
Log message:
Welcome GNOME 3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 01:23:43
Modified files:
x11/gnome/anjuta: Makefile distinfo
x11/gnome/anjuta/pkg: PLIST
Added files:
x11/gnome/anjuta/patches: patch-configure_ac
patch-plugins_language-support-vala_locator_vala
patch-plugins_language-support-vala_provider_vala
patch-plugins_language-support-vala_report_vala
patch-plugins_symbol-db_anjuta-tags_ctags-visitor_vala
Log message:
update to anjuta-3.8.2
* add a patch from upstream git to re-enable vala support
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 01:24:43
Modified files:
x11/gnome/yelp-xsl: Makefile distinfo
Log message:
Update to yelp-xsl-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 01:28:35
Modified files:
graphics/gthumb: Makefile distinfo
Log message:
update to gthumb-3.2.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 01:36:00
Modified files:
x11/gnome/yelp : Makefile distinfo
Log message:
Update to yelp-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 01:36:13
Modified files:
x11/gnome/mutter: Makefile distinfo
x11/gnome/mutter/pkg: PLIST
Log message:
update to mutter-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 01:40:12
Modified files:
x11/gnome/online-accounts: Makefile distinfo
Log message:
update to gnome-online-accounts-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 01:47:01
Modified files:
x11/gnome/devel-docs: Makefile distinfo
Log message:
Update to gnome-devel-docs-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 01:50:59
Modified files:
x11/gnome/documents: Makefile distinfo
Log message:
Update to gnome-documents-3.8.2.1.
CVSROOT: /cvs
Module name: xenocara
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 01:55:46
Modified files:
. : README
Log message:
Create the obj dir when building the gallium driver.
ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/14 02:09:24
Modified files:
www/mozilla-sync: Makefile.inc
www/mozilla-sync/core: Makefile
www/mozilla-sync/full: Makefile
www/mozilla-sync/reg: Makefile
www/mozilla-sync/storage: Makefile
Log message:
tidy CATEGORIES and bump
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 02:10:15
Modified files:
meta : Makefile.inc
Log message:
NO_REGRESS -> NO_TEST
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 02:13:56
Modified files:
x11/gnome/user-docs: Makefile distinfo
x11/gnome/user-docs/pkg: PLIST
Log message:
Update to gnome-user-docs-3.8.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 02:21:38
Modified files:
x11/gnome/photos: Makefile distinfo
x11/gnome/photos/pkg: PLIST
Log message:
Update to gnome-photos-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 02:33:26
Modified files:
x11/gnome/session: Makefile distinfo
Log message:
Update to gnome-session-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 02:42:48
Modified files:
x11/gnome/seahorse: Makefile distinfo
Log message:
Update to seahorse-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 02:59:34
Modified files:
x11/gnome/shell-extensions: Makefile distinfo
x11/gnome/shell-extensions/pkg: PLIST
Log message:
update to gnome-shell-extensions-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 02:59:45
Modified files:
x11/gnome/shell: Makefile distinfo
x11/gnome/shell/patches: patch-js_ui_panel_js
x11/gnome/shell/pkg: PLIST
Log message:
update to gnome-shell-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 03:06:39
Modified files:
devel/vte3 : Makefile
Added files:
devel/vte3/patches: patch-src_test-vte-sh_sh
Log message:
allow regress tests to finish
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/14 03:16:29
Modified files:
x11/kde4 : kde4.port.mk
x11/kde4/admin : distinfo
x11/kde4/analitza: Makefile distinfo
x11/kde4/ark : Makefile distinfo
x11/kde4/artwork: distinfo
x11/kde4/audiocd-kio: Makefile distinfo
x11/kde4/base-artwork: distinfo
x11/kde4/base-artwork/pkg: PLIST
x11/kde4/baseapps: Makefile distinfo
x11/kde4/baseapps/pkg: PLIST
x11/kde4/blinken: distinfo
x11/kde4/bomber: distinfo
x11/kde4/bovo : distinfo
x11/kde4/cantor: Makefile distinfo
x11/kde4/dragon: distinfo
x11/kde4/ffmpegthumbs: Makefile distinfo
x11/kde4/filelight: distinfo
x11/kde4/granatier: distinfo
x11/kde4/graphics-mobipocket: Makefile distinfo
x11/kde4/graphics-strigi-analyzer: distinfo
x11/kde4/graphics-thumbnailers: distinfo
x11/kde4/gwenview: Makefile distinfo
x11/kde4/jovie : Makefile distinfo
x11/kde4/juk : distinfo
x11/kde4/kaccessible: distinfo
x11/kde4/kactivities: Makefile distinfo
x11/kde4/kajongg: distinfo
x11/kde4/kalgebra: distinfo
x11/kde4/kalzium: Makefile distinfo
x11/kde4/kamera: distinfo
x11/kde4/kanagram: Makefile distinfo
x11/kde4/kapman: distinfo
x11/kde4/kate : Makefile distinfo
x11/kde4/kate/pkg: PLIST
x11/kde4/katomic: distinfo
x11/kde4/kblackbox: distinfo
x11/kde4/kblocks: distinfo
x11/kde4/kbounce: distinfo
x11/kde4/kbreakout: distinfo
x11/kde4/kbruch: distinfo
x11/kde4/kcalc : distinfo
x11/kde4/kcalc/patches: patch-knumber_knumber_float_cpp
x11/kde4/kcharselect: distinfo
x11/kde4/kcolorchooser: distinfo
x11/kde4/kdf : distinfo
x11/kde4/kdiamond: distinfo
x11/kde4/kfloppy: distinfo
x11/kde4/kfourinline: distinfo
x11/kde4/kgamma: distinfo
x11/kde4/kgeography: distinfo
x11/kde4/kgoldrunner: distinfo
x11/kde4/kgpg : distinfo
x11/kde4/khangman: Makefile distinfo
x11/kde4/kig : distinfo
x11/kde4/kigo : distinfo
x11/kde4/killbots: distinfo
x11/kde4/kimono: Makefile distinfo
x11/kde4/kiriki: distinfo
x11/kde4/kiten : Makefile distinfo
x11/kde4/kjumpingcube: distinfo
x11/kde4/klettres: distinfo
x11/kde4/klickety: distinfo
x11/kde4/klines: distinfo
x11/kde4/kmag : distinfo
x11/kde4/kmahjongg: distinfo
x11/kde4/kmines: distinfo
x11/kde4/kmix : distinfo
x11/kde4/kmousetool: distinfo
x11/kde4/kmouth: distinfo
x11/kde4/kmplot: distinfo
x11/kde4/knavalbattle: distinfo
x11/kde4/knetwalk: distinfo
x11/kde4/kolf : Makefile distinfo
x11/kde4/kollision: distinfo
x11/kde4/kolourpaint: Makefile distinfo
x11/kde4/konquest: distinfo
x11/kde4/konsole: Makefile distinfo
x11/kde4/korundum: distinfo
x11/kde4/kpat : Makefile distinfo
x11/kde4/kremotecontrol: Makefile distinfo
x11/kde4/kreversi: distinfo
x11/kde4/kross-interpreters: distinfo
x11/kde4/kruler: distinfo
x11/kde4/ksaneplugin: distinfo
x11/kde4/kscd : Makefile distinfo
x11/kde4/kshisen: distinfo
x11/kde4/ksirk : Makefile distinfo
x11/kde4/ksnakeduel: distinfo
x11/kde4/ksnapshot: distinfo
x11/kde4/kspaceduel: distinfo
x11/kde4/ksquares: distinfo
x11/kde4/kstars: distinfo
x11/kde4/ksudoku: distinfo
x11/kde4/ktimer: distinfo
x11/kde4/ktouch: distinfo
x11/kde4/ktuberling: distinfo
x11/kde4/kturtle: distinfo
x11/kde4/kubrick: distinfo
x11/kde4/kwallet: distinfo
x11/kde4/kwordquiz: distinfo
x11/kde4/l10n : distinfo
x11/kde4/l10n/pkg: PLIST-ar PLIST-bg PLIST-bs PLIST-ca
PLIST-ca@valencia PLIST-cs PLIST-da PLIST-de
PLIST-el PLIST-en_GB PLIST-es PLIST-et
PLIST-eu PLIST-fa PLIST-fi PLIST-fr PLIST-ga
PLIST-gl PLIST-he PLIST-hi PLIST-hr PLIST-hu
PLIST-ia PLIST-is PLIST-it PLIST-ja PLIST-kk
PLIST-km PLIST-ko PLIST-lt PLIST-lv PLIST-mr
PLIST-nb PLIST-nds PLIST-nl PLIST-nn PLIST-pa
PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ro
PLIST-ru PLIST-sk PLIST-sl PLIST-sr PLIST-sv
PLIST-tg PLIST-th PLIST-tr PLIST-ug PLIST-uk
PLIST-vi PLIST-zh_CN PLIST-zh_TW
x11/kde4/libkcddb: Makefile distinfo
x11/kde4/libkcompactdisc: Makefile distinfo
x11/kde4/libkdcraw: Makefile distinfo
x11/kde4/libkdeedu: Makefile distinfo
x11/kde4/libkdegames: Makefile distinfo
x11/kde4/libkexiv2: Makefile distinfo
x11/kde4/libkipi: Makefile distinfo
x11/kde4/libkmahjongg: Makefile distinfo
x11/kde4/libksane: Makefile distinfo
x11/kde4/libs : Makefile distinfo
x11/kde4/libs/pkg: PLIST
x11/kde4/lskat : distinfo
x11/kde4/marble: Makefile distinfo
x11/kde4/mplayerthumbs: distinfo
x11/kde4/nepomuk-core: Makefile distinfo
x11/kde4/nepomuk-core/pkg: PLIST
x11/kde4/nepomuk-widgets: Makefile distinfo
x11/kde4/network: Makefile distinfo
x11/kde4/network/pkg: PLIST
x11/kde4/okular: Makefile distinfo
x11/kde4/oxygen-icons: distinfo
x11/kde4/p5-kde: distinfo
x11/kde4/p5-qt : distinfo
x11/kde4/pairs : distinfo
x11/kde4/palapeli: Makefile distinfo
x11/kde4/parley: distinfo
x11/kde4/picmi : distinfo
x11/kde4/pim : Makefile distinfo
x11/kde4/pim-runtime: Makefile distinfo
x11/kde4/pimlibs: Makefile distinfo
x11/kde4/pimlibs/pkg: PLIST
x11/kde4/plasma-addons: Makefile distinfo
x11/kde4/print-manager: Makefile distinfo
x11/kde4/py-kde: Makefile distinfo
x11/kde4/qyoto : Makefile distinfo
x11/kde4/rocs : Makefile distinfo
x11/kde4/rocs/pkg: PLIST
x11/kde4/ruby-qt: Makefile distinfo
x11/kde4/runtime: Makefile distinfo
x11/kde4/runtime/pkg: PLIST
x11/kde4/sdk : Makefile distinfo
x11/kde4/smokegen: Makefile distinfo
x11/kde4/smokekde: Makefile distinfo
x11/kde4/smokeqt: Makefile distinfo
x11/kde4/step : distinfo
x11/kde4/superkaramba: Makefile distinfo
x11/kde4/svgpart: distinfo
x11/kde4/sweeper: distinfo
x11/kde4/toys : distinfo
x11/kde4/wallpapers: distinfo
x11/kde4/webdev: Makefile distinfo
x11/kde4/workspace: Makefile distinfo
Added files:
x11/kde4/analitza/patches: patch-cmake_FindReadline_cmake
x11/kde4/kaccessible/patches: patch-cmake_FindSpeechd_cmake
patch-kaccessibleapp_cpp
Removed files:
x11/kde4/jovie/patches: patch-cmake_FindSpeechd_cmake
patch-jovie_CMakeLists_txt
x11/kde4/libs/patches: patch-kio_kio_kautomount_cpp
x11/kde4/pim-runtime/patches:
patch-agents_nepomukfeeder_nepomukfeederagent_cpp
Log message:
Bugfix update KDE4 to 4.10.3 version, including some tweaks:
* Bump all SHARED_LIBS to 50.0, to avoid future clashes with KDE3
libraries (based on input from espie@);
* Enable support for Telepathy in kdenetwork (see recently committed
net/telepathy/telepathy-qt);
* Fix build of analitza when GNU readline is installed (thanks kirby@
for pointing to GNU readline issue in general).
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/14 03:34:28
Modified files:
x11/kde4 : Makefile
Log message:
Hook up x11/kde4/l10n to the build, forgotten on initial import.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/14 03:37:17
Modified files:
lang/railo : Makefile
Log message:
BUILD_DEPENDS=${RUN_DEPENDS} to avoid wasting time building this on !java arch.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/14 03:42:47
Modified files:
graphics/scratch: Makefile distinfo
graphics/scratch/files: scratch
graphics/scratch/pkg: PLIST
Added files:
graphics/scratch/patches: patch-src_man_scratch_1
patch-src_plugins_camera_sqCamera-linux_c
patch-src_plugins_scratch_ScratchPlugin_c
graphics/scratch/pkg: README
Removed files:
graphics/scratch/files: iniscratch
graphics/scratch/pkg: MESSAGE
Log message:
update to Scratch 1.4.0.7, from stu@ (maintainer), tested by Lars Engblom.
"I'll do the update today" stu@, 18 April. it's been a while, so committing
for him ;) additional tweak: build dep on squeak, to avoid wasting time on
!squeak arches.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/14 03:52:44
Modified files:
editors/xemacs21-sumo: Makefile distinfo
editors/xemacs21-sumo/pkg: PLIST
Log message:
add a build dependency on xemacs, not technically needed but avoids
wasting time on vax.
add a run dependency on xemacs, regen distinfo/plist and bump.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/14 03:57:27
Modified files:
games/bass : Makefile
games/fotaq : Makefile
Log message:
add a build dep to avoid wasting time packaging on arch where
these aren't useful as scummvm doesn't build
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 04:03:33
Modified files:
x11/gnome/clocks: Makefile distinfo
x11/gnome/clocks/pkg: PLIST
Log message:
Update to gnome-clocks-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/14 04:28:17
Modified files:
www/minitube : Makefile distinfo
www/minitube/pkg: PLIST
Added files:
www/minitube/patches: patch-src_utils_cpp
Removed files:
www/minitube/patches: patch-src_MainWindow_cpp
patch-src_iconloader_qticonloader_cpp
patch-src_qtsingleapplication_qtlocalpeer_cpp
patch-src_updatechecker_cpp
Log message:
Update to minitube-2.0
ok bcallah@
maintainer timed out.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/14 04:36:19
Modified files:
www/minitube : Makefile
Log message:
Zap bogus $SUBST_CMD; forgotten in previous commit.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 05:01:43
Modified files:
databases/evolution-data-server: Makefile
Added files:
databases/evolution-data-server/patches:
patch-camel_camel-imapx-server_c
patch-camel_providers_local_camel-mh-store_c
Log message:
Fix a deadlock; from upstream.
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/14 05:02:32
Log message:
Cynthiune is a versatile music player based on GNUstep, able to play a
lot of different audio formats.
Install audio/timidity port to allow Cynthiune to play Midi files.
tests and feedback from sthen@, brett@
OK sthen@
Status:
Vendor Tag: sebastia
Release Tags: sebastia_20130514
N ports/x11/gnustep/cynthiune/Makefile
N ports/x11/gnustep/cynthiune/distinfo
N ports/x11/gnustep/cynthiune/pkg/DESCR
N ports/x11/gnustep/cynthiune/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/14 05:05:14
Modified files:
x11/gnustep : Makefile
Log message:
Hook up cynthiune
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/05/14 05:05:57
Modified files:
sys/arch/beagle/dev: omapvar.h
Log message:
Add board id for beaglebone.
ok patrick@, bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/14 05:06:39
Modified files:
meta/gnustep : Makefile
Log message:
Install cynthiune together with the GNUstep meta package
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 05:49:13
Modified files:
x11/gnome/icon-theme-symbolic: Makefile distinfo
x11/gnome/icon-theme-symbolic/pkg: PLIST
Log message:
Update to gnome-icon-theme-symbolic-3.8.2.2.
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/05/14 05:51:41
Modified files:
usr.bin/vi/vi : v_txt.c
Log message:
When ^W (WERASE) is hit in insert mode it's possible that the line
buffer is accessed out of bounds. If 'max' == 0 and 'tp->cno' == 1
the 'tp->cno' value is first reduced by one and then 'tp->lb' is
accessed at 'tp->cno' - 1. Also remove dead (and incorrect) code
in the TXT_ALTWERASE case. From Arto Jonsson; OK martynas@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 05:53:18
Modified files:
devel/gsettings-desktop-schemas: Makefile distinfo
devel/gsettings-desktop-schemas/pkg: PLIST
Log message:
Update to gsettings-desktop-schemas-3.8.2.
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/05/14 06:01:17
Modified files:
sys/arch/beagle/dev: omehci.c omohci.c omusbtll.c prcm.c
prcmvar.h
Added files:
sys/arch/beagle/dev: am335x_prcmreg.h omap3_prcmreg.h
Log message:
Add basic prcm support for am335x.
Use separate headers and enable/disablemodule functions for the
different boards. A lot of work by patrick@.
ok patrick@, bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/14 06:04:55
Modified files:
net/libktorrent: Makefile
productivity/libkgapi: Makefile
www/kwebkitpart: Makefile
Log message:
Bump after KDE4 SHARED_LIBS updates.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 06:04:59
Modified files:
www/webkit : Makefile distinfo
Removed files:
www/webkit/patches:
patch-Source_WebKit_gtk_webkit_webkitwebplugin_cpp
patch-Source_WebKit_gtk_webkit_webkitwebpluginprivate_h
Log message:
Update to webkit-2.0.2.
ok landry@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 06:07:12
Modified files:
x11/gnome/settings-daemon: Makefile distinfo
Log message:
Update to gnome-settings-daemon-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 06:16:10
Modified files:
x11/gnome/totem-pl-parser: Makefile distinfo
x11/gnome/totem-pl-parser/pkg: PLIST
Log message:
Update to totem-pl-parser-3.4.5.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/14 06:22:50
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300
md.hppa md.hppa64 md.i386 md.landisk
md.loongson md.luna88k md.macppc
md.mvme68k md.mvme88k md.octeon md.sgi
md.socppc md.sparc md.sparc64 md.zaurus
Log message:
sync sets for libc bump; broken snapshots reported by dmitry dot sensei
at gmail
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 06:24:50
Modified files:
x11/gnome/totem: Makefile distinfo
Log message:
Update to totem-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 06:26:00
Modified files:
x11/gnome/controlcenter: Makefile distinfo
Removed files:
x11/gnome/controlcenter/patches:
patch-panels_color_cc-color-panel_c
Log message:
Update to gnome-control-center-3.8.2.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/14 06:35:56
Modified files:
app/cwm : calmwm.h font.c menu.c mousefunc.c
Log message:
- let callers of font_draw figure out (and pass) the color instead of an
'active' flag.
- use strlen() inside of font_draw; the only instance where it wasn't
used happened to be ignored on a subsequent draw.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 06:36:36
Modified files:
mail/evolution : Makefile
Added files:
mail/evolution/patches: patch-e-util_e-source-selector_c
patch-modules_calendar_e-cal-shell-sidebar_c
patch-modules_calendar_e-memo-shell-sidebar_c
patch-modules_calendar_e-task-shell-sidebar_c
Log message:
Fix: Bug #699980 - Calendar delete does not remove events from view
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 06:44:41
Modified files:
devel/ORBit2 : Makefile
Added files:
devel/ORBit2/patches: patch-linc2_src_linc-connection_c
patch-test_test-mem_c
Log message:
Bug fix and reliability patches from upstream.
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/05/14 07:38:59
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
zap whitespace
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/14 07:39:53
Modified files:
app/cwm : calmwm.c
Log message:
if -> ifdef
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 07:44:31
Modified files:
www/owncloud : Makefile distinfo
www/owncloud/pkg: PLIST
Log message:
SECURITY update to owncloud-5.0.6.
Details at: http://owncloud.org/changelog/
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/14 07:51:12
Modified files:
sysutils : Makefile
Log message:
Unhook backdir while questions on code quality can be addressed.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 08:04:45
Modified files:
www/owncloud : Tag: OPENBSD_5_3 Makefile distinfo
www/owncloud/pkg: Tag: OPENBSD_5_3 PLIST README
Log message:
MFC:
SECURITY update to owncloud-5.0.6.
Details at: http://owncloud.org/changelog/
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/14 08:24:51
Modified files:
sysutils/pkg_mgr: Makefile distinfo
Added files:
sysutils/pkg_mgr/patches:
patch-OpenBSD_PackageManager_CursesView_pm
Log message:
avoid a warning at startup with newer Perl; sync distinfo while there. ok landry@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/14 08:29:08
Modified files:
sys/netinet : ip_ipcomp.c ip_spd.c
Log message:
Fix build with ENCDEBUG defined.
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/05/14 08:31:30
Modified files:
devel/arduino : Makefile
devel/arduino/files: BSDmakefile
Log message:
Fix a race when using 'make -j' -- missing dependency.
From Janne Johansson, OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/14 08:59:34
Modified files:
sys/netinet6 : ip6_mroute.c
Log message:
Fix build with MRT6DEBUG defined.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 09:01:57
Modified files:
net/gnugk : Makefile distinfo
net/gnugk/patches: patch-configure
Log message:
Update to gnugk-3.3.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/05/14 09:18:34
Modified files:
gnu/usr.bin/texinfo/info: Makefile.in
Log message:
make sure the linear ordering matches what makedoc actually does, otherwise
make -j might rebuild those spuriously when they end up being out of date...
okay millert@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/14 10:51:45
Modified files:
x11/gnome/gvfs : Makefile distinfo
Log message:
Update to gvfs-1.16.2.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 10:57:02
Modified files:
x11/gnome/eog-plugins: Makefile distinfo
Log message:
update to eog-plugins-3.8.1
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/05/14 12:41:14
Modified files:
net/quagga : Makefile distinfo
net/quagga/pkg : PLIST
Log message:
Update to Quagga 0.99.22.1.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/05/14 12:47:40
Modified files:
usr.bin/make : engine.c gnode.h targ.c
Log message:
keep track of the youngest child, helps a lot with out-of-date messages
in -dm mode.
okay millert@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/14 14:15:25
Modified files:
sys/uvm : uvm_extern.h uvm_stat.c
Log message:
Remove `swapin' and `swapout' from uvm statistics, since we don't swap out
u areas since quite a few years now.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/14 14:18:52
Modified files:
usr.sbin/procmap: procmap.c
Log message:
Don't bother printing vm_swrss of a process, the current uvm accounting
logic never sets this value.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/14 14:30:47
Modified files:
sys/arch/mvme88k/dev: bugio.c
sys/arch/mvme88k/include: bugio.h prom.h
sys/arch/mvme88k/stand/libbug: Makefile
sys/arch/mvme88k/mvme88k: machdep.c
Removed files:
sys/arch/mvme88k/stand/libbug: outln.c
Log message:
Older BUG version do not implement the `out cr/lf' BUG system call, and, worse,
do not return from it, for extra fun. The good thing is that the existing
kernel console code logic issueing \n as \r\n works nicely with the regular
BUG output routines, so there was no reason to use this particular BUG routine
in the first place.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/14 14:33:01
Modified files:
sys/uvm : uvm_extern.h
Log message:
restore ABI compatibility; guenther
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/14 14:39:25
Modified files:
libexec/rpc.rstatd: rstat_proc.c
usr.bin/systat : vmstat.c
usr.bin/vmstat : vmstat.c
Log message:
Don't display swapin/swapout uvmexp fields
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/14 14:42:58
Modified files:
x11/gnome/system-monitor: Makefile distinfo
Log message:
update to gnome-system-monitor-3.8.2.1
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/14 15:01:21
Modified files:
sys/arch/mvme88k/dev: vme.h
Log message:
typo in multiple inclusion guard symbol name.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/14 15:35:09
Modified files:
www/hiawatha : Makefile
www/hiawatha/pkg: PFRAG.shared
Log message:
unbreak now that cmake shared lib support has been fixed
breakage spotted by naddy
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/14 15:40:14
Modified files:
net/ocsync : Makefile
net/ocsync/pkg : PLIST
Log message:
unbreak now that cmake shared lib support has been fixed
breakage spotted by naddy
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/14 15:58:09
Modified files:
sys/arch/m88k/m88k: m8820x_machdep.c
Log message:
Declare the cmmu-related variables which are set early in the kernel life,
before pmap_bootstrap(), as located in .rodata. This will get them
write-protected after pmap has initialized, for free.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/14 16:55:11
Modified files:
graphics/hugin : Makefile
graphics/hugin/pkg: PLIST
Log message:
unbreak now that cmake shared lib support has been fixed
breakage spotted by naddy
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/14 17:49:52
Modified files:
devel/libyubikey: Makefile distinfo
devel/libyubikey/pkg: PLIST
Removed files:
devel/libyubikey/pkg: PFRAG.shared
Log message:
update to libyubikey 1.10 and switch homepage/distribution to
github.io homepages (where upstream provide....proper tarballs! ta-da!)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/14 17:50:22
Modified files:
sysutils/ykpers: Makefile distinfo
sysutils/ykpers/pkg: PLIST
Removed files:
sysutils/ykpers/pkg: PFRAG.shared
Log message:
update to ykpers 1.13.0, switch to github.io homepages
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/14 17:51:31
Modified files:
security/yubikey-personalization-gui: Makefile distinfo
Removed files:
security/yubikey-personalization-gui/patches:
patch-YKPersonalization_pro
Log message:
update to yubikey-personalization-gui 3.1.9, switch homepage etc.
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/05/14 17:59:26
Modified files:
sys/net : pf.c
Log message:
Pass the correct pointer to pool_put if pf_state_key_attach fails.
Thanks to Brian Poole for noticing this.
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/05/14 18:51:15
Modified files:
. : plus.html
Log message:
plus.html for April 29 to May 5, ok jj@.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/14 22:23:45
Modified files:
libexec/rpc.rstatd: rstat_proc.c
Log message:
undo malfunction
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/15 00:24:53
Log message:
Import audio/gogglesmm, a music collection manager and player.
ok brett@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-May-15
N ports/audio/gogglesmm/Makefile
N ports/audio/gogglesmm/distinfo
N ports/audio/gogglesmm/patches/patch-src_ap_http_cpp
N ports/audio/gogglesmm/patches/patch-Makefile
N ports/audio/gogglesmm/pkg/PLIST
N ports/audio/gogglesmm/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/15 00:25:36
Modified files:
audio : Makefile
Log message:
+gogglesmm
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/15 01:05:39
Modified files:
graphics/clutter/core: Makefile distinfo
Log message:
update to clutter-1.14.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/15 01:57:57
Modified files:
graphics/evince: Makefile distinfo
graphics/evince/pkg: PLIST-main
Log message:
update to evince-3.8.2
CVSROOT: /cvs
Module name: src
Changes by: todd@cvs.openbsd.org 2013/05/15 02:11:23
Modified files:
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/15 02:16:09
Modified files:
sys/dev/pci : agp_i810.c
Log message:
Add support for Intel E7221 integrated graphics.
ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/15 02:29:26
Modified files:
sys/arch/hppa/gsc: harmony.c
sys/arch/macppc/dev: awacs.c i2s.c
sys/arch/sgi/dev: mavb.c
sys/arch/sparc/dev: audioamd.c cs4231.c
sys/arch/sparc64/dev: ce4231.c
sys/arch/vax/vsa: vsaudio.c
sys/arch/zaurus/dev: zaurus_audio.c
sys/dev : audio.c audio_if.h midi.c
sys/dev/bluetooth: btsco.c
sys/dev/ic : am7930.c arcofi.c
sys/dev/isa : ad1848.c ess.c gus.c ics2101.c mpu401.c sbdsp.c
wss.c
sys/dev/pci : auacer.c auglx.c auich.c auixp.c autri.c
auvia.c azalia.c cmpci.c cs4280.c cs4281.c
eap.c emuxki.c envy.c esa.c eso.c fms.c
maestro.c neo.c sv.c yds.c
sys/dev/sbus : cs4231.c
sys/dev/tc : bba.c
sys/dev/usb : uaudio.c umidi.c
Log message:
Introduce a global interrupt-aware mutex protecting data
structures (including sound-card registers) from concurent
access by syscall and interrupt code-paths. Since critical
sections remain the same, calls to splraise/spllower can be
safely replaced by calls to mtx_enter/mtx_leave with two
exceptions: (1) mutexes are not reentrant (the inner splraise
is thus removed), and (2) we're not allowed to sleep with a
mutex (either msleep is used or the mutex is released before
sleeping).
ok and help from kettenis, a lot of work from armani
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/15 03:34:40
Modified files:
devel/ruby-tilt: Makefile distinfo
devel/ruby-tilt/pkg: PLIST
Log message:
update to tilt-1.4.1
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/15 03:46:28
Modified files:
lang/expect : Makefile distinfo
lang/expect/patches: patch-Makefile_in patch-configure_in
patch-exp_clib_c patch-pty_termios_c
patch-tclconfig_tcl_m4
lang/expect/pkg: PFRAG.shared PLIST
Added files:
lang/expect/pkg: PFRAG.no-shared
Removed files:
lang/expect/patches: patch-exp_main_tk_c patch-pkgIndex_in
lang/expect/pkg: PFRAG.no-no_tk
Log message:
Update expect to 5.45. The dependency to Tk is gone. When needed to
steer Tk GUI apps, load the module in wish: package require Expect
Updated version also builds on VAX, and makes the loading of the
Expect module work on all other archs.
tests, comments feedback and OK sthen@, giovanni@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/15 03:47:23
Modified files:
devel/dejagnu : Makefile
Log message:
fix dependencies after expect update
OK sthen@, giovanni@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/15 03:48:43
Modified files:
mail/courier-authlib: Makefile
Log message:
fix dependencies after expect update
OK giovanni@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/15 03:49:40
Modified files:
sysutils/rancid: Makefile
Log message:
fix dependencies after expect update
OK giovanni@, sthen@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/15 04:13:32
Modified files:
sys/dev/pci : pcidevs
Log message:
add some more Intel video devices
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/15 04:16:56
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/15 04:24:36
Modified files:
sys/dev/pci : agp_i810.c
sys/dev/pci/drm/i915: i915_drv.c
Log message:
sync the list of pre haswell intel video devices with linux
ok kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/15 05:45:41
Modified files:
lang : Makefile
Log message:
expect's no_tk flavor is gone
CVSROOT: /cvs
Module name: ports
Changes by: jsing@cvs.openbsd.org 2013/05/15 06:10:15
Modified files:
lang/go : Makefile distinfo
lang/go/pkg : PFRAG.amd64 PFRAG.i386 PLIST
Added files:
lang/go/patches: patch-src_cmd_ld_lib_c
Removed files:
lang/go : systrace.filter
lang/go/patches: patch-src_cmd_6l_asm_c patch-src_cmd_8l_asm_c
patch-src_cmd_go_pkg_go patch-src_cmd_ld_elf_c
patch-src_cmd_ld_elf_h
patch-src_pkg_runtime_os_openbsd_h
patch-src_pkg_runtime_signals_openbsd_h
patch-src_pkg_runtime_sys_openbsd_386_s
patch-src_pkg_runtime_sys_openbsd_amd64_s
patch-src_pkg_runtime_thread_openbsd_c
Log message:
Update lang/go to version 1.1.
Also preserve the timestamps of the source and compiled binaries so that
"go build" does not think installed libraries should be recompiled.
ok jasper@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/15 06:41:30
Modified files:
audio/gogglesmm: Makefile
audio/gogglesmm/patches: patch-Makefile
Log message:
Unbreak.
Don't enforce dependency on tango-icon-theme.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/05/15 06:45:59
Modified files:
lib/libc/string: memmem.c
Log message:
typo: compare len against null needle, not haystack
from Alf Schlichting
ok millert@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/15 06:58:34
Modified files:
x11/gnome/session: Makefile distinfo
Log message:
Update to gnome-session-3.8.2.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/15 07:03:10
Modified files:
x11/gnome/devhelp: Makefile distinfo
Log message:
Update to devhelp-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/15 07:39:05
Modified files:
x11/gnome/calculator: Makefile
Log message:
Use autoconf 2.69.
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/15 08:52:19
Modified files:
x11/gnustep/mpdcon: Makefile
Added files:
x11/gnustep/mpdcon/patches: patch-SQLiteAdaptor_m
Log message:
fix building with clang
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/15 09:18:10
Modified files:
x11/gnustep/paje: Makefile
Added files:
x11/gnustep/paje/patches:
patch-SpaceTimeViewer_DrawView+Drawing_m
Log message:
do not include a non-existent header
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/05/15 09:32:14
Modified files:
usr.bin/tmux : screen-write.c
Log message:
RIS should reset focus reporting, from Hayaki Saito.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/05/15 09:34:09
Modified files:
usr.bin/tmux : cmd.c
Log message:
Reserve space for \0 in cmd_print, from George Nachman.
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/15 09:36:11
Modified files:
x11/gnustep/gui: Makefile
Added files:
x11/gnustep/gui/patches: patch-Printing_GSCUPS_GSCUPSPrintInfo_m
patch-Printing_GSCUPS_GSCUPSPrintOperation_m
patch-Printing_GSCUPS_GSCUPSPrinter_m
Log message:
fix build with clang, actually a problem in cups
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/05/15 09:39:51
Modified files:
usr.bin/tmux : screen.c
Log message:
Don't let cursor position overflow when reflowing, from Christopher
Collins.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/15 10:32:16
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
Move the recently-added -C from the hardcoded arguments passed to FETCH_CMD,
to the user-definable FETCH_CMD variable itself, allowing this to be used with
curl again (FETCH_CMD = /usr/local/bin/curl -C -) for those that need/want it
(e.g. some less common cases with proxies, or for better https support).
"go ahead" espie@, makes sense to naddy.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/15 11:34:03
Modified files:
audio/gogglesmm: Makefile
Added files:
audio/gogglesmm/pkg: MESSAGE
Log message:
We do not want to force a particular theme, so add a MESSAGE telling the
user to install an icon theme if one is not currently installed on the
system.
Bump REVISION.
Discussed with aja@
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/05/15 11:59:38
Modified files:
net/zabbix : Makefile distinfo
Log message:
update to 2.0.6
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/05/15 12:52:01
Modified files:
usr.sbin/nginx : CHANGES CHANGES.ru
usr.sbin/nginx/auto/lib/perl: make
usr.sbin/nginx/src/core: nginx.c nginx.h ngx_conf_file.c
ngx_connection.c ngx_cycle.c
usr.sbin/nginx/src/event: ngx_event_openssl.c
usr.sbin/nginx/src/http: ngx_http.h ngx_http_file_cache.c
ngx_http_request.c ngx_http_upstream.c
ngx_http_upstream_round_robin.c
ngx_http_variables.h
usr.sbin/nginx/src/http/modules: ngx_http_autoindex_module.c
ngx_http_index_module.c
ngx_http_mp4_module.c
ngx_http_proxy_module.c
ngx_http_split_clients_module.c
ngx_http_ssl_module.c
ngx_http_upstream_keepalive_module.c
ngx_http_upstream_least_conn_module.c
usr.sbin/nginx/src/http/modules/perl: nginx.pm
usr.sbin/nginx/src/os/unix: ngx_process_cycle.c
Log message:
update to 1.2.9; several bugfixes and security fix for CVE-2013-2070
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/15 14:17:54
Modified files:
devel/py-rcsparse: Makefile
Added files:
devel/py-rcsparse/patches: patch-rcsparse_c
Log message:
Add a patch by uwe@ (from his git-cvs repo on github) to fix a
memory exhaustion problem.
See: https://github.com/ustuehler/git-cvs/commit/b9fb06697901177ffff554ce692bf829ed6b6b79
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/15 14:18:04
Modified files:
sys/arch/m88k/m88k: m88k_machdep.c
sys/arch/mvme88k/mvme88k: machdep.c
Log message:
Initialize a teeny few more globals to reasonable values to allow for printf()
to work as soon as cn_tab is initialized. Allows us to correctly printf or
panic early on unrecognized systems. This used to be the case but got lost a
long time ago.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/15 14:49:10
Modified files:
share/man/man4 : run.4
Log message:
Edimax EW-7711USn works; from Dawe
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/15 15:19:16
Modified files:
sys/arch/sparc/dev: audioamd.c
Log message:
remove unused variable
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/15 15:19:45
Modified files:
sys/arch/sparc/dev: cs4231.c
Log message:
remove unused splaudio/splx pair
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/15 15:21:11
Modified files:
sys/arch/vax/vsa: vsaudio.c
Log message:
remove unused variable
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/15 15:22:28
Modified files:
sys/dev/ic : am7930.c
Log message:
remove unused variable
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/15 16:46:00
Modified files:
usr.sbin/apmd : apmd.c
Log message:
If execing an /etc/apm/* program fails, log the failure and error message.
ok tedu@ kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/15 18:01:52
Modified files:
editors/tpad : Makefile
Log message:
Add textproc/intltool to MODULES.
Spotted by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/15 18:09:05
Modified files:
net/synergy : Makefile
Log message:
Synergy includes a .zip of cryptopp. We have the same version of cryptopp
in ports. So add a BUILD_DEPENDS on devel/cryptopp:patch and symlink it
into the build so we get all the patches of our ports version. Also drops
the BUILD_DEPENDS on archivers/unzip.
Bump REVISION.
Still does not fix the build error on i386 though...
Suggested by and ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/15 20:00:35
Modified files:
usr.bin/ssh : clientloop.c packet.c packet.h readconf.c
readconf.h ssh_config ssh_config.5
sshconnect2.c
Log message:
Add an optional second argument to RekeyLimit in the client to allow
rekeying based on elapsed time in addition to amount of traffic.
with djm@ jmc@, ok djm
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/15 20:10:35
Modified files:
regress/usr.bin/ssh: rekey.sh
Log message:
Add test for time-based rekeying
CVSROOT: /cvs
Module name: www
Changes by: djm@cvs.openbsd.org 2013/05/15 20:34:30
Modified files:
openssh : index.html
Added files:
openssh/txt : release-6.2p2
Log message:
Release Portable OpenSSH 6.2p2
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/15 21:33:30
Modified files:
regress/usr.bin/ssh: rekey.sh
Log message:
test rekeying when there's no data being transferred
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/15 22:09:14
Modified files:
usr.bin/ssh : monitor.c packet.c servconf.c servconf.h
serverloop.c sshd.c sshd_config sshd_config.5
Log message:
Add RekeyLimit to sshd with the same syntax as the client allowing rekeying
based on traffic volume or time. ok djm@, help & ok jmc@ for the man page.
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/15 22:26:10
Modified files:
regress/usr.bin/ssh: rekey.sh
Log message:
add server-side rekey test
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/05/15 22:27:50
Modified files:
usr.bin/ssh : readconf.c readconf.h ssh_config.5
Log message:
add the ability to ignore specific unrecognised ssh_config options;
bz#866; ok markus@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/15 23:48:31
Modified files:
regress/usr.bin/ssh: rekey.sh
Log message:
add tests for RekeyLimit parsing
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/16 00:28:46
Modified files:
usr.bin/ssh : ssh_config.5
Log message:
put IgnoreUnknown in the right place;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/16 00:30:06
Modified files:
usr.bin/ssh : sshd_config.5
Log message:
oops! avoid Xr to self;
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/16 00:31:50
Modified files:
sys/arch/sparc64/dev: ce4231.c
Log message:
Run audio interrupts without grabbing the kernel lock. While IPL_SERIAL is
higher than IPL_AUDIO on sparc64, and interrupt handlers running at IPL_SERIAL
still grab the kernel lock, this isn't a problem as machines with audioce(4)
are guaranteed not to have zs(4) (the only driver that uses IPL_SERIAL).
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/16 00:38:13
Modified files:
sys/arch/sparc/include: psl.h
Log message:
Add missing IPL_AUDIO macro, needed by dev/audio.c
ok miod and kettenis
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 02:57:57
Modified files:
comms/fldigi : Makefile
Log message:
use gettext module
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 03:04:03
Modified files:
graphics/lensfun: Makefile distinfo
graphics/lensfun/pkg: PLIST
Removed files:
graphics/lensfun/patches: patch-libs_auxfun_image_cpp
Log message:
update to lensfun 0.2.7
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/16 03:08:41
Modified files:
usr.bin/ssh : log.c schnorr.c scp.c serverloop.c sftp.c
sshd.c
Log message:
Fix some "unused result" warnings found via clang and -portable. ok markus@
CVSROOT: /cvs
Module name: ports
Changes by: rpointel@cvs.openbsd.org 2013/05/16 03:09:30
Modified files:
devel/mercurial: Makefile distinfo
devel/mercurial/pkg: PLIST
Removed files:
devel/mercurial/patches: patch-tests_run-tests_py
Log message:
Update mercurial to 2.6.1, from Samir SAADA (thanks).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 03:09:50
Modified files:
audio/fluidsynth: Makefile
databases/virtuoso: Makefile
devel/hs-QuickAnnotate: Makefile
devel/ocaml-lwt: Makefile
editors/focuswriter: Makefile
games/burgerspace: Makefile
games/easyrpg : Makefile
Log message:
use gettext/libiconv MODULES
CVSROOT: /cvs
Module name: ports
Changes by: rpointel@cvs.openbsd.org 2013/05/16 03:10:05
Modified files:
devel/tortoisehg: Makefile distinfo
devel/tortoisehg/pkg: PLIST
Log message:
Update tortoisehg to 2.8, tested by Samir SAADA (thanks).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 03:11:52
Modified files:
games/megaglest/base: Makefile
Log message:
use gettext MODULES. use ${MODLUA_WANTLIB} not lua${MODLUA_VERSION}.
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/16 03:12:31
Modified files:
usr.bin/ssh : readconf.c servconf.c
usr.bin/ssh/ssh: Makefile
usr.bin/ssh/ssh-keysign: Makefile
Log message:
switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 03:16:43
Modified files:
graphics/dmtx-utils: Makefile
graphics/rawtherapee: Makefile
lang/io : Makefile
math/coq : Makefile
print/cups-filters: Makefile
textproc/TclXML: Makefile
textproc/ocaml-text: Makefile
x11/gnome/weather: Makefile
Log message:
use gettext/libiconv MODULES.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/16 03:30:05
Modified files:
sys/dev/usb : usbdevs
Log message:
add another RTL8188 id, from Sigi Rudzio
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/16 03:31:13
Modified files:
sys/dev/usb : usbdevs.h usbdevs_data.h
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/16 03:31:55
Modified files:
sys/dev/usb : if_urtwn.c
Log message:
attach to new RTL8188RU id, from Sigi Rudzio
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/16 04:02:59
Modified files:
share/man/man4 : urtwn.4
Log message:
add Alfa AWUS036NHR, from Sigi Rudzio, pointed out by / ok jmc
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2013/05/16 04:10:35
Modified files:
games/ufoai : Makefile.inc
games/ufoai/base: Makefile distinfo
games/ufoai/base/patches: patch-debian_ufoai_desktop
patch-src_client_cl_language_c
patch-src_common_common_h
games/ufoai/base/pkg: PLIST-editor PLIST-main
games/ufoai/data: Makefile distinfo
games/ufoai/data/pkg: PLIST
Added files:
games/ufoai/base/patches: patch-Makefile patch-build_flags_mk
patch-build_install_mk
patch-build_modules_ufo_mk
patch-build_modules_ufoded_mk
patch-configure
patch-src_ports_unix_unix_shared_c
patch-src_tools_radiant_radiant_render_OpenGLRenderSystem_cpp
Removed files:
games/ufoai/base/patches: patch-Makefile_in
patch-build_client_mk
patch-build_game_mk
patch-build_platform_specific_mk
patch-build_radiant_mk
patch-build_server_mk
patch-build_tests_mk
patch-build_tools_mk
patch-configure_ac
patch-src_client_cinematic_cl_cinematic_ogm_c
patch-src_ports_unix_unix_main_c
patch-src_shared_images_c
patch-src_tools_radiant_libs_convert_h
patch-src_tools_radiant_libs_entity_miscparticle_cpp
patch-src_tools_radiant_libs_gtkutil_IConv_h
patch-src_tools_radiant_libs_gtkutil_cursor_h
patch-src_tools_radiant_libs_gtkutil_idledraw_h
patch-src_tools_radiant_libs_os_dir_h
patch-src_tools_radiant_libs_shaders_shaders_cpp
patch-src_tools_radiant_radiant_mainframe_cpp
patch-src_tools_radiant_radiant_render_qgl_cpp
patch-src_tools_radiant_radiant_server_cpp
patch-src_tools_radiant_radiant_vfs_cpp
Log message:
Update to ufoai 2.4
From now all textures have permissive licenses, so we can ship packages.
Here are just a few of the changes in 2.4:
- A dozen new maps to battle aliens
- Rescue soldiers in dropships shot down by aliens and retreat from battles
- New particle and sound effects for weapons
- Support for smoke and incendiary effects
- New skirmish options to save squads and respawn aliens
- Battlescape render speed dramatically improved
Full changelog: http://ufoai.org/wiki/Changelog/2.4
With input from sthen@ and bentley@. Thanks guys!
Tested by me and bentley@
OK bentley@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/16 04:43:34
Modified files:
usr.bin/ssh : readconf.c servconf.c
Log message:
remove now-unused variables
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/16 04:44:06
Modified files:
usr.bin/ssh : servconf.c
Log message:
remove another now-unused variable
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 05:01:09
Modified files:
comms/sredird : Makefile distinfo
comms/sredird/patches: patch-sredird_8 patch-sredird_c
comms/sredird/pkg: PLIST
Log message:
Alexey Suslikov drops MAINTAINER. While there, regen distinfo/PLIST/patches
and don't USE_GROFF.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 05:28:28
Modified files:
security/xmlsec: Makefile distinfo
security/xmlsec/pkg: PLIST-main
Removed files:
security/xmlsec/pkg: PFRAG.shared-main
Log message:
update to xmlsec 1.2.19: adds support for DSA-SHA256, ECDSA-SHA1,
ECDSA-SHA224, ECDSA-SHA256, ECDSA-SHA384, ECDSA-SHA512 and fixes a
number of miscellaneous bugs.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 06:11:18
Modified files:
security/oath-toolkit: Makefile distinfo
Added files:
security/oath-toolkit/pkg: DESCR-main DESCR-pskc PLIST-main
PLIST-pskc
Removed files:
security/oath-toolkit/pkg: DESCR PFRAG.shared PLIST
Log message:
update oath-toolkit to 2.0.2 - new PSKC support goes into a subpackage
to avoid pulling in xmlsec+deps for the normal use.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 06:14:03
Modified files:
security/oath-toolkit: Makefile
Log message:
add TEST_FLAGS to let more run; gnulib tests will fail until we move time_t
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 06:35:35
Modified files:
net/openconnect: Makefile distinfo
net/openconnect/pkg: PLIST
Log message:
update to OpenConnect 5.00
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/05/16 06:44:48
Modified files:
usr.bin/rcs : diff.c
Log message:
Switch rcsdiff(1) binary file detection from !(isprint() || isspace()) to
checking for embedded NULs, as was done for grep(1) and diff(1) some time ago.
Avoids problems with e.g. latin1-encoded files being treated as binary, since
isprint() uses only ASCII by default and rcsdiff(1) doesn't call setlocale().
ok sthen
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/16 06:45:12
Log message:
Import ports/devel/git-cvs.
git-cvs is a tool to incrementally import changesets from CVS into
a Git repository with stable commit hashes.
Based on an original submission by florian@, with some tweaks by
me and sthen@
OK sthen@, florian@
Status:
Vendor Tag: dcoppa
Release Tags: dcoppa_20130516
N ports/devel/git-cvs/Makefile
N ports/devel/git-cvs/distinfo
N ports/devel/git-cvs/pkg/DESCR
N ports/devel/git-cvs/pkg/PLIST
N ports/devel/git-cvs/patches/patch-setup_py
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/16 07:02:26
Modified files:
devel/git-cvs/patches: patch-setup_py
Log message:
minor bikeshedding
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/16 07:04:06
Modified files:
devel : Makefile
Log message:
Hook git-cvs
CVSROOT: /cvs
Module name: src
Changes by: aoyama@cvs.openbsd.org 2013/05/16 07:59:10
Modified files:
sys/arch/luna88k/dev: lunafb.c
Log message:
Ignore colormap operations at 1bpp, to work with Xorg wsfb driver.
Still need more work in Xorg...
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/16 10:05:49
Modified files:
databases/redis: Makefile distinfo
databases/redis/patches: patch-src_redis_c
Log message:
Bugfix update to redis-2.6.13
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/16 10:20:00
Modified files:
sys/arch/amd64/amd64: intr.c
sys/arch/amd64/include: intr.h intrdefs.h
Log message:
Implement a mechanism to establish interrupt handlers that don't grab the
kernel lock upon entry through a new IPL_MPSAFE flag/level.
ok mikeb@, mpi@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 11:20:12
Modified files:
games/chroma : Makefile
graphics/mapnik: Makefile
graphics/scratch: Makefile
net/psi : Makefile
Log message:
use gettext MODULE
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/16 12:42:30
Modified files:
x11/i3 : Makefile distinfo
x11/i3/patches : patch-i3-config-wizard_i3-config-wizard_mk
patch-i3-dmenu-desktop
patch-include_atoms_xmacro patch-libi3_libi3_mk
patch-man_i3-migrate-config-to-v4_1
patch-src_commands_c patch-src_config_c
patch-src_i3_mk patch-src_key_press_c
patch-src_main_c patch-src_x_c
x11/i3/pkg : PLIST
Added files:
x11/i3/patches : patch-i3-nagbar_main_c
patch-i3bar_include_xcb_h
patch-include_xcb_compat_h
patch-man_i3-dmenu-desktop_1
patch-src_config_parser_c
Removed files:
x11/i3/patches : patch-i3-input_main_c
patch-libi3_ipc_send_message_c
patch-parser-specs_commands_spec
patch-parser-specs_config_spec
patch-src_cfgparse_y patch-src_click_c
patch-src_handlers_c patch-src_manage_c
patch-src_scratchpad_c
Log message:
Update to i3-4.5.1
ok jasper@, abieber@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/16 12:56:16
Modified files:
x11/gnome/grilo: Makefile distinfo
x11/gnome/grilo/pkg: PLIST
Removed files:
x11/gnome/grilo/patches: patch-configure
Log message:
update to grilo-0.2.6
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/16 12:56:29
Modified files:
x11/gnome/grilo-plugins: Makefile distinfo
x11/gnome/grilo-plugins/pkg: PLIST
Added files:
x11/gnome/grilo-plugins/patches: patch-configure
Log message:
update to grilo-plugins-0.2.7
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/16 12:59:27
Modified files:
geo/libchamplain: Makefile distinfo
Log message:
update to libchamplain-0.12.4
CVSROOT: /cvs
Module name: src
Changes by: gerhard@cvs.openbsd.org 2013/05/16 13:24:12
Modified files:
usr.sbin/dhcpd : dispatch.c
Log message:
poll(2) might have slept for an arbitrary amount of time. We should
update 'cur_time' after poll(2) returns.
ok otto
CVSROOT: /cvs
Module name: www
Changes by: jj@cvs.openbsd.org 2013/05/16 13:24:43
Modified files:
. : anoncvs.html
build : mirrors.dat
Log message:
Added ECDSA for anoncvs.eu.openbsd.org
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/16 13:26:04
Modified files:
sys/arch/i386/i386: ioapic.c machdep.c
sys/arch/i386/isa: isa_machdep.c
sys/arch/i386/pci: pci_machdep.c
sys/arch/i386/include: intrdefs.h psl.h
Log message:
Implement a mechanism to establish interrupt handlers that don't grab the
kernel lock upon entry through a new IPL_MPSAFE flag/level.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/16 13:55:32
Modified files:
devel/nspr : Makefile distinfo
devel/nspr/patches: patch-mozilla_nsprpub_configure_in
patch-mozilla_nsprpub_pr_src_pthreads_ptthread_c
Log message:
Update to nspr 4.9.6, needed by upcoming ffx 21.
NSPR 4.9.6 has the following bug fixes:
* Bug 782214: Auto detect Android API version for x86.
* Bug 807883: Add the PL_SizeOfArenaPoolExcludingPool function.
* Bug 812085: Initialize Windows CRITICAL_SECTIONs without debug info
and with nonzero spin count.
* Bug 827271: Add support for Aarch64 (64-Bit ARM).
* Bug 841651: PR_SetThreadPriority doesn't do anything when using Bionic.
Bump minor for PL_SizeOfArenaPoolExcludingPool addition.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/16 14:45:30
Modified files:
games/gottcode : Makefile.inc
Log message:
normalize CATEGORIES to games
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/16 14:46:27
Modified files:
games/ufoai : Makefile.inc
Log message:
normalize CATEGORIES to games
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/16 14:47:49
Modified files:
sysutils/gkrellm/gkrellm: Makefile
sysutils/gkrellm/plugins: Makefile.inc
Log message:
normalize CATEGORIES to sysutils
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/16 14:48:53
Modified files:
www/netsurf : Makefile.inc
www/netsurf/browser: Makefile
www/netsurf/buildsystem: Makefile
www/netsurf/hubbub: Makefile
www/netsurf/libcss: Makefile
www/netsurf/libdom: Makefile
Log message:
normalize CATEGORIES to www
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/16 14:50:04
Modified files:
mail/zarafa : Makefile.inc
Log message:
normalize CATEGORIES to mail
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 15:03:06
ports/telephony/asterisk-sounds/core-sounds/it
Update of /cvs/ports/telephony/asterisk-sounds/core-sounds/it
In directory cvs.openbsd.org:/tmp/cvs-serv24747/it
Log Message:
Directory /cvs/ports/telephony/asterisk-sounds/core-sounds/it added to the repository
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/16 15:14:11
Modified files:
sys/dev/pci/drm: drm_fb_helper.c drm_fb_helper.h
sys/dev/pci/drm/i915: i915_drv.c
Log message:
burner support
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 15:53:32
Modified files:
telephony/asterisk-sounds: Makefile asterisk-sounds.port.mk
telephony/asterisk-sounds/core-sounds: Makefile Makefile.inc
distinfo
telephony/asterisk-sounds/core-sounds/pkg: PLIST-en PLIST-en_AU
PLIST-es PLIST-fr
PLIST-ru
telephony/asterisk-sounds/extra-sounds: Makefile Makefile.inc
distinfo
telephony/asterisk-sounds/extra-sounds/pkg: PLIST-en PLIST-fr
telephony/asterisk-sounds/moh-opsound: distinfo
Added files:
telephony/asterisk-sounds/core-sounds/it: Makefile
telephony/asterisk-sounds/core-sounds/pkg: PLIST-it
Log message:
update to newer Asterisk sound files, adding:
(core)
- Italian language prompts for core sounds
- missing prompts for VoiceMailMain application in Russian
(extra)
- various fixed files in extra-sounds
- various new files in extra-sounds (some in French, many in English)
- many files duplicated from core-sounds have been removed
- note: "an-error-has-occured" has been renamed "an-error-has-occurred"
Additionally the packages now install the text files detailing changes
and a text description of the font files (renamed to avoid conflicts
between flavours).
sln16 versions have been dropped from packages for now to save a
few hundred MB per arch on the mirrors, g729 versions have been added
in their place.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/16 16:06:18
Modified files:
net/bird : Makefile distinfo
Log message:
bird 1.3.10
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/05/16 18:13:14
Modified files:
usr.bin/ssh : addrmatch.c auth-chall.c auth-options.c
auth-rsa.c auth.c auth1.c auth2-chall.c
auth2-gss.c auth2-hostbased.c auth2-jpake.c
auth2-kbdint.c auth2-passwd.c auth2-pubkey.c
auth2.c authfd.c authfile.c bufaux.c bufbn.c
bufec.c buffer.c canohost.c channels.c
cipher-3des1.c cipher.c clientloop.c compat.c
dns.c groupaccess.c gss-genr.c hostfile.c
jpake.c kex.c kexdhc.c kexdhs.c kexecdhc.c
kexecdhs.c kexgexc.c kexgexs.c key.c mac.c
match.c misc.c moduli.c monitor.c monitor_mm.c
monitor_wrap.c mux.c packet.c readconf.c
readpass.c roaming_client.c rsa.c schnorr.c
scp.c servconf.c serverloop.c session.c
sftp-client.c sftp-common.c sftp-glob.c
sftp-server.c sftp.c ssh-add.c ssh-agent.c
ssh-dss.c ssh-ecdsa.c ssh-keygen.c
ssh-keyscan.c ssh-keysign.c ssh-pkcs11-client.c
ssh-pkcs11-helper.c ssh-pkcs11.c ssh-rsa.c
ssh.c sshconnect.c sshconnect1.c sshconnect2.c
sshd.c umac.c uuencode.c xmalloc.c xmalloc.h
Log message:
bye, bye xfree(); ok markus@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/16 18:37:40
Modified files:
regress/usr.bin/ssh: agent.sh cert-hostkey.sh cert-userkey.sh
cfgmatch.sh cipher-speed.sh forcecommand.sh
keytype.sh proto-version.sh ssh-com.sh
test-exec.sh
Log message:
replace 'echo -n' with 'printf' since it's more portable
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/16 19:16:09
Modified files:
regress/usr.bin/ssh: agent-timeout.sh
Log message:
Pull back some portability changes from -portable:
- TIMEOUT is a read-only variable in some shells
- not all greps have -q so redirect to /dev/null instead.
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/16 19:32:11
Modified files:
regress/usr.bin/ssh: integrity.sh
Log message:
don't print output from ssh before getting it (it's available in ssh.log)
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/16 22:29:14
Modified files:
regress/usr.bin/ssh: cipher-speed.sh conch-ciphers.sh
dynamic-forward.sh forwarding.sh
multiplex.sh putty-ciphers.sh putty-kex.sh
putty-transfer.sh reexec.sh rekey.sh scp.sh
sftp-badcmds.sh sftp-batch.sh
sftp-chroot.sh sftp-cmds.sh sftp.sh
ssh-com-client.sh ssh-com-sftp.sh
stderr-after-eof.sh stderr-data.sh
test-exec.sh transfer.sh
Log message:
Move the setting of DATA and COPY into test-exec.sh
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/16 22:59:29
Modified files:
usr.bin/mg : dir.c
Log message:
If directory exists when trying to create a new one, warn user.
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/16 23:24:56
Modified files:
share/man/man9 : km_alloc.9
Log message:
sys/uvm_extern.h -> uvm/uvm_extern.h
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/17 00:31:21
Modified files:
opensmtpd/de : index.html
opensmtpd/nl : index.html
openssh/de : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/17 00:48:54
ports/databases/ruby-redis/patches
Update of /cvs/ports/databases/ruby-redis/patches
In directory cvs.openbsd.org:/tmp/cvs-serv9087/patches
Log Message:
Directory /cvs/ports/databases/ruby-redis/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/17 01:52:48
Modified files:
databases/ruby-redis: Makefile distinfo
Added files:
databases/ruby-redis/patches:
patch-test_publish_subscribe_test_rb
Log message:
Update to redis-rb-3.0.4
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/05/17 01:53:38
Modified files:
. : plus.html
Log message:
plus.html May 6-12, ok jj@. Thanks to Scott McEachern for spotting grammatical error in last week's entries, fixed here.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/17 02:21:48
Modified files:
audio/pianobar : Makefile distinfo
audio/pianobar/patches: patch-Makefile
Removed files:
audio/pianobar/patches: patch-contrib_config-example
Log message:
Update to the latest snapshot from its github repo.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/17 02:24:47
Log message:
Import tweak-3.01.
Tweak is an ncurses-based hex editor. Tweak uses a complex data
structure based on B-trees, designed to make almost all editing
operations extremely fast, even when they are working on huge amounts of
data. Unlike most hex editors, it also has a fully functional insert
mode, along with full cut, copy, and paste support.
ok sthen@
Status:
Vendor Tag: bentley
Release Tags: bentley_20130517
N ports/editors/tweak/Makefile
N ports/editors/tweak/distinfo
N ports/editors/tweak/pkg/DESCR
N ports/editors/tweak/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/17 02:25:38
Modified files:
editors : Makefile
Log message:
+tweak
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/17 03:04:30
Modified files:
sys/netinet : in_pcb.h ip_input.c tcp_usrreq.c udp_usrreq.c
Log message:
Move an extern declaration into its corresponding header file.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/17 03:09:11
Modified files:
sys/dev/usb : usb.c ugen.c
Log message:
Don't leak information to userland in case the actual transfer length is
smaller than the requested one. From ws@NetBSD via miod@.
This problem can only occur when the USBD_SHORT_XFER_OK flag is set,
otherwise completed transfers with a length smaller than the one
submitted are treated as errors.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2013/05/17 03:12:26
Modified files:
x11/Xdialog : Makefile distinfo
games/lincity : Makefile distinfo
net/jabberd : Makefile distinfo
net/dclib : Makefile distinfo
Log message:
- update HOMEPAGE, reminded by natano at natano dot net
- update MASTER_SITES
- regen distinfo while here.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/17 03:14:09
Modified files:
sys/dev/usb : urio.c
Log message:
Make it clear that the code related to a transfer submission doesn't
leak anything to userland because it doesn't set the USBD_SHORT_XFER_OK
flag.
Also prevent a bad copy/paste from introducing a similar issue by using
the actual transferred length instead of the requested one in uiomove().
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/17 03:40:35
Modified files:
devel/eclipse/sdk: Makefile
devel/mspdebug : Makefile
devel/arm-elf : Makefile.inc
Log message:
tweak CATEGORIES
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/05/17 03:47:15
Modified files:
usr.sbin/nginx/src/http/modules: Tag: OPENBSD_5_3
ngx_http_proxy_module.c
Log message:
Security fix for CVE-2013-2028,
http://mailman.nginx.org/pipermail/nginx-announce/2013/000112.html
as discussed with tedu@ and robert@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/17 04:14:56
Modified files:
regress/usr.bin/ssh: host-expand.sh
Log message:
use $OBJ for working files, originally from Tim Rice via portable
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/17 04:16:26
Modified files:
regress/usr.bin/ssh: try-ciphers.sh
Log message:
use expr for math to keep diffs vs portable down
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/17 04:21:42
Modified files:
x11/i3 : Makefile
x11/i3/patches : patch-src_commands_c
Added files:
x11/i3/patches : patch-i3bar_src_xcb_c patch-libi3_ipc_connect_c
patch-src_con_c patch-src_render_c
Log message:
Bunch of fixes from upstream:
Fix crash when not having tray_output configured
libi3: mark IPC fd CLOEXEC
Ensure that resize will take place even if pixel is smaller than
size increments
Fix floating window size with hide_edge_borders
render_con: fix height rounding in aspect ratio computation
tabbed: floor(), put extra pixels into the last tab
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/17 04:23:52
Modified files:
regress/usr.bin/ssh: login-timeout.sh reexec.sh test-exec.sh
Log message:
Use SUDO when cat'ing pid files and running the sshd log wrapper so that
it works with a restrictive umask and the pid files are not world readable.
Changes from -portable.
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/17 04:24:48
Modified files:
regress/usr.bin/ssh: localcommand.sh
Log message:
use backticks for portability
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/17 04:26:26
Modified files:
regress/usr.bin/ssh: sftp-badcmds.sh
Log message:
remove unused BATCH variable
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/17 04:28:11
Modified files:
regress/usr.bin/ssh: sftp.sh
Log message:
only compare copied data if sftp succeeds. from portable
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/17 04:30:07
Modified files:
regress/usr.bin/ssh: test-exec.sh
Log message:
wait a bit longer for startup and use case for absolute path. from portable
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/17 04:33:09
Modified files:
regress/usr.bin/ssh: agent-getpeereid.sh
Log message:
don't redirect stdout from sudo. from portable
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/17 04:34:30
Modified files:
regress/usr.bin/ssh: portnum.sh
Log message:
use a more portable negated if structure. from portable
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/17 04:35:43
Modified files:
regress/usr.bin/ssh: scp.sh
Log message:
use a file extention that's not special on some platforms. from portable
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/17 04:43:53
Modified files:
telephony/pjsua: Makefile distinfo
telephony/pjsua/patches: patch-pjmedia_src_pjmedia_stream_c
Log message:
Update to pjsua-2.1
From maintainer Christopher Zimmermann
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/17 04:59:31
Modified files:
net/miniupnp/miniupnpc: Makefile distinfo
net/miniupnp/miniupnpc/patches: patch-Makefile
patch-miniupnpcmodule_c
net/miniupnp/miniupnpd: Makefile distinfo
net/miniupnp/miniupnpd/patches: patch-Makefile
net/miniupnp/miniupnpd/pkg: PLIST
Added files:
net/miniupnp/miniupnpc/patches: patch-setup_py
net/miniupnp/miniupnpd/patches: patch-miniupnpd_8
Removed files:
net/miniupnp/miniupnpd/patches: patch-miniupnpd_1
Log message:
Update miniupnp{c,d} to version 1.8
ports-wise ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/17 05:13:08
Modified files:
net/netbsd-iscsi-target: Makefile distinfo
net/netbsd-iscsi-target/pkg: PLIST
Removed files:
net/netbsd-iscsi-target/pkg: PFRAG.shared
Log message:
remove dead HOMEPAGE, update MASTER_SITES, regen distinfo/plist
from Alexey Suslikov, maintainer ok
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/05/17 05:13:37
Modified files:
sys/net : rtsock.c
Log message:
Do not attempt to delete the undeletable RNF_ROOT route.
Discovered & fix tested by Peter J Philip.
ok claudio@ blambert@
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/05/17 05:14:46
Modified files:
. : errata53.html errata52.html
Log message:
hook up nginx errata, which is CVE-2013-2070.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/05/17 05:17:48
Modified files:
usr.sbin/nginx/src/http/modules: Tag: OPENBSD_5_2
ngx_http_proxy_module.c
Log message:
Security fix for CVE-2013-2070
http://thread.gmane.org/gmane.comp.security.oss.general/10173
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/17 05:34:49
Modified files:
sys/net : Tag: OPENBSD_5_3 rtsock.c
Log message:
MFC rtsock fix to OPENBSD_5_3:
-/--------------------------
revision 1.126
date: 2013/05/17 11:13:37; author: krw; state: Exp; lines: +2 -1
Do not attempt to delete the undeletable RNF_ROOT route.
Discovered & fix tested by Peter J Philip.
ok claudio@ blambert@
-/--------------------------
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/17 05:36:14
Modified files:
gnu/usr.bin/binutils/gas: expr.c
Log message:
Don't reject '++' and '--' in expressions. Some versions of gcc emit these.
Fix found upstream.
ok miod@, martynas@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/17 06:03:12
Modified files:
sys/dev/rasops : rasops.c rasops.h
Log message:
Implement wsmoused support based on the new multiple screen support. Only
works if the RI_VCONS flag is specified when initializing a rasops_info
descriptor.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/17 06:03:42
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
wsmoused support
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/17 06:42:35
Modified files:
www/tomcat/v6 : Makefile distinfo
www/tomcat/v6/pkg: PLIST-examples PLIST-main
www/tomcat/v7 : Makefile distinfo
www/tomcat/v7/pkg: PLIST-main
Log message:
Updates:
v6 -> 6.0.37
v7 -> 7.0.40
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/05/17 06:48:57
Log message:
Import serf-1.2.0.
The serf library is a high performance C-based HTTP client library built
upon the Apache Portable Runtime (APR) library. It is permissively
licensed under the Apache License, v2.
Key features:
- multiplexed, asynchronous connections
- SSL/TLS support
- full HTTP pipelining
- multiple authentication modes (Basic, Digest, Kerberos/NTLM)
- zero-copy support for increased throughput
ok sthen@
Status:
Vendor Tag: stsp
Release Tags: stsp_17052013
N ports/net/serf/distinfo
N ports/net/serf/Makefile
N ports/net/serf/pkg/PLIST
N ports/net/serf/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/05/17 06:49:50
Modified files:
net : Makefile
Log message:
+ serf
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2013/05/17 06:55:58
Modified files:
security/otpcalc: Makefile distinfo
net/poptop : Makefile distinfo
mail/hypermail : Makefile
Log message:
- update HOMEPAGE, reminded by natano at natano dot net
- update MASTER_SITES
- regen distinfo while here.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/17 07:13:51
Modified files:
editors/ee : Makefile
Log message:
Fix editors/ee:
Add a reachable HOMEPAGE, use PKGNAME to fix the package name, mirror the
source myself, take MAINTAINER, have the do-install routine use
${INSTALL_PROGRAM} instead of ${INSTALL} (thanks to sthen@ for catching
this last one).
ok kirby@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/17 07:47:45
Modified files:
print/cups : Makefile
print/cups/pkg : README-main
Log message:
Add documentation about DNS-SD print sharing.
Fix a typo in README.
Better MASTER_SITES.
all this excellent work done by Martin Crossley
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/17 07:49:15
Modified files:
. : errata53.html
Log message:
Add errata for 004_route.patch, ok jasper@.
This doesn't affect older releases.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/17 08:03:08
Modified files:
mail/postfix/snapshot: Makefile
mail/postfix/snapshot/pkg: MESSAGE
mail/postfix/stable: Makefile
mail/postfix/stable/pkg: MESSAGE
Log message:
file: is not a valid URI scheme, file:// is.
ok brad@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/17 08:54:04
Modified files:
share/man/man9 : Makefile
Log message:
Link m_dup_pkthdr(9) to mbuf(9)
ok blambert@, jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/17 08:55:58
Modified files:
x11/gnome/gdm : Makefile
Added files:
x11/gnome/gdm/patches: patch-daemon_gdm-manager_c
patch-daemon_gdm-session_c
Log message:
Fix a crash on logout (from upstream).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/17 09:08:04
Modified files:
x11/gnome/settings-daemon: Makefile
Added files:
x11/gnome/settings-daemon/patches:
patch-plugins_media-keys_gsd-media-keys-manager_c
Log message:
Fix a crash in the media-keys plugin (upstream).
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/17 11:16:56
Modified files:
x11/gnustep/gui: Makefile
Added files:
x11/gnustep/gui/patches: patch-Source_NSParagraphStyle_m
Log message:
patch from upstream, make Grr load its GUI again on amd64
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/17 11:20:09
Modified files:
share/man/man9 : mbuf_tags.9
Log message:
Sync with reality.
ok henning@, yasuoka@, jmc@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/17 12:26:37
Modified files:
sys/arch/sparc64/dev: pci_machdep.c
sys/arch/sparc64/include: intr.h
Log message:
Implement IPL_MPSAFE for pci bus interrupt handlers.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/17 12:53:24
Modified files:
net/synergy : Makefile
net/synergy/patches: patch-CMakeLists_txt
Added files:
net/synergy/patches: patch-src_lib_synergy_CCryptoMode_h
patch-src_lib_synergy_CCryptoStream_h
Removed files:
net/synergy/patches: patch-tools_CMakeLists_txt
Log message:
Link synergy with the libcryptopp shared library from devel/cryptopp
instead of linking statically against a local copy. This also
unbreaks the build on i386.
ok bcallah@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/17 13:11:41
Modified files:
editors : Makefile
Log message:
emacs,gtk3 is the default flavor now, so instead list ,gtk2 here.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/17 13:38:52
Modified files:
sys/arch/hppa/include: intr.h
sys/arch/hppa64/include: intr.h
sys/arch/alpha/include: intr.h
sys/arch/armish/include: intr.h
sys/arch/beagle/include: intr.h
sys/arch/hp300/include: intr.h
sys/arch/landisk/include: intr.h
sys/arch/loongson/include: intr.h
sys/arch/octeon/include: intr.h
sys/arch/powerpc/include: intr.h
sys/arch/sgi/include: intr.h
sys/arch/sparc/include: psl.h
sys/arch/vax/include: intr.h
sys/arch/zaurus/include: intr.h
Log message:
Add a dummy IPL_MPSAFE definition.
ok miod@, mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/17 14:08:35
Modified files:
lang/ruby/1.9 : Makefile distinfo
lang/ruby/1.9/patches: patch-configure
lang/ruby/1.9/pkg: PLIST-ri_docs
Added files:
lang/ruby/1.9/patches: patch-Makefile_in
Log message:
Update to ruby 1.9.3-p429, with a security fix for CVE-2013-2065
and other minor bugfixes.
Patch bug that crept into build system, already fixed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/17 14:11:43
Modified files:
lang/ruby/2.0 : Makefile distinfo
lang/ruby/2.0/patches: patch-configure patch-lib_fileutils_rb
lang/ruby/2.0/pkg: PLIST-main PLIST-ri_docs
Added files:
lang/ruby/2.0/patches:
patch-lib_rubygems_ext_ext_conf_builder_rb
Removed files:
lang/ruby/2.0/patches: patch-lib_rubygems_ext_builder_rb
Log message:
Update to ruby 2.0.0-p195, with a security fix for CVE-2013-2065
and other significant bugfixes for new features introduced in
ruby 2.0, plus some miscellaneous bugfixes.
This includes an update to the embedded rubygems, which changes
how native extension gems are built, so update the patch to
ensure --user-install continues to work as a regular user with
such gems.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/17 14:14:49
Modified files:
lang/jruby : Makefile distinfo
lang/jruby/patches: patch-build_xml
patch-default_build_properties
patch-lib_ruby_shared_ffi_library_rb
lang/jruby/pkg : PLIST
Removed files:
lang/jruby/patches: patch-bin_jruby_bash
Log message:
Update to jruby 1.7.4. Make sure site_ruby directory is created
in correct location. Fix test target. Remove unneeded patch
to bash script.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/17 14:35:49
Modified files:
usr.bin/mg : tutorial
Log message:
Describe the file -> buffer semantic.
Reviewed and suggestions from jmc@.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/17 16:28:21
Modified files:
sys/arch/m88k/include: asm.h psl.h
Log message:
Fix comments telling that the `serial mode' bit in PSR only applies to 88110,
it also exists on 88100. While there, do not allow userland to set it.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/17 16:33:25
Modified files:
sys/arch/m88k/include: cmmu.h m8820x.h pmap.h
sys/arch/m88k/m88k: m8820x_machdep.c pmap.c
sys/arch/mvme88k/mvme88k: m88110.c
Log message:
Extend cmmu routines to return the caching mode to use for page tables.
Alter the 88200-specific code to enforce cache-inhibited page tables for
extremely old 88200 versions, and to disable write-back caching on systems
where xmem instructions do not behave correctly when applied to write-back
cached addresses.
No change introduced on 88110 systems, as well as most 88100 systems; the
affected systems are 88100 systems with 88100 revision < 10 and/or 88200
revision < 7; that is, only early MVME181 and MVME188 (not 188A) systems.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/17 16:35:19
Modified files:
sys/arch/m88k/m88k: process.S
Log message:
Unnecessary include
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/17 16:38:25
Modified files:
sys/arch/mvme88k/dev: nvram.c nvramreg.h
sys/arch/mvme88k/mvme88k: clockvar.h locore.S machdep.c
sys/arch/mvme88k/conf: files.mvme88k
Added files:
sys/arch/mvme88k/mvme88k: clock.c
Log message:
Split inittodr/resettodr code from actual tod routines, to allow for
multiple tod routines in the near future.
Use the mi clock_ymdhms_to_secs and clock_secs_to_ymdhms routines.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/17 16:40:01
Modified files:
sys/arch/mvme88k/include: cpu.h intr.h
Log message:
Move interrupt-related defines from to .
No functional change.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/17 16:42:20
Modified files:
share/man/man9 : mbuf_tags.9
Log message:
i got SEE ALSO completely wrong ;(
sorry mpi!
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/17 16:42:24
Modified files:
net/net-snmp : Makefile
Added files:
net/net-snmp/patches:
patch-agent_mibgroup_hardware_cpu_cpu_sysctl_c
Log message:
handle removal of swapins/swapouts from struct uvmexp in uvm_extern.h 1.105
similar to a diff from Pavel Korovin, also reported by Mark Patruck
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/17 16:46:28
Modified files:
sys/arch/mvme88k/conf: files.mvme88k
sys/arch/mvme88k/dev: dart.c syscon.c vme.c vme.h
sys/arch/mvme88k/include: cpu.h mvme187.h mvme188.h trap.h
sys/arch/mvme88k/mvme88k: eh.S locore.S m187_machdep.c
m188_machdep.c m197_machdep.c
m1x7_machdep.c m8820x.c machdep.c
pmap_table.c
Added files:
sys/arch/mvme88k/include: board.h
Removed files:
sys/arch/mvme88k/dev: sysconvar.h
Log message:
Replace the bunch of md_* function pointers with a `struct board' containing
function pointers for all the board-specific code.
Add a bunch of `struct board' methods to cover most, if not all, of the
`per-board' logic. This allows most of the md drivers to be cleaned up and
no longer need to embed board-specific knowledge.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/17 16:51:59
Modified files:
sys/arch/mvme88k/compile: .cvsignore
sys/arch/mvme88k/conf: GENERIC M187 M188 M197 RAMDISK
files.mvme88k
sys/arch/mvme88k/dev: dart.c mainbus.c
sys/arch/mvme88k/include: autoconf.h param.h intr.h
sys/arch/mvme88k/mvme88k: eh.S m8820x.c machdep.c
Added files:
sys/arch/mvme88k/conf: M181
sys/arch/mvme88k/dev: angelfire.c
sys/arch/mvme88k/include: mvme181.h
sys/arch/mvme88k/mvme88k: m181_machdep.c
Log message:
Preliminary support for MVME180 and MVME181 boards. On-board serial ports
and VME controller are supported; tod chip isn't supported yet (coming soon).
MVME236 memory boards are not supported and won't likely be (unless I get my
hands on one).
MVME181-1 boots multiuser (slowly) with MVME328 SCSI and MVME376 Ethernet
despite only having 8MB of memory onboard.
MVME180 untested; might need tweaking to get MVME SCSI and Ethernet boards
supported.
Many thanks to Matti Nummi for lending me an MVME181 board.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/17 16:57:50
Modified files:
telephony/asterisk: Makefile distinfo
telephony/asterisk/patches: patch-Makefile
patch-channels_chan_sip_c
telephony/asterisk/pkg: PLIST-main
Removed files:
telephony/asterisk/patches: patch-pbx_pbx_spool_c
patch-res_pjproject_aconfigure
Log message:
update to Asterisk 11.4.0, lots of fixes
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/17 17:08:37
Modified files:
share/man/man4/man4.mvme88k: Makefile intro.4 vme.4
Added files:
share/man/man4/man4.mvme88k: angelfire.4
Log message:
more man page material for jmc@ to chew on
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/17 17:17:21
Modified files:
distrib/notes/mvme88k: hardware
Log message:
AngelFire'r'us
CVSROOT: /cvs
Module name: src
Changes by: aoyama@cvs.openbsd.org 2013/05/17 17:25:16
Modified files:
sys/arch/luna88k/dev: omrasops.c
Log message:
Fix 'the right-of-cursor background color is inverted when we do
delete-after-cursor' bug on luna88k wscons console, by adding the same
operation in om_putchar() to om_erasecols() and om_eraserows().
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/17 17:27:40
Modified files:
libexec/ld.so/m88k: rtld_machine.c
Log message:
Try and support the non-PIC TEXTREL relocations which may creep in binaries
when linked against non-pic material (such as linking against libgcc without
passing -fpic or -fPIC on the commandline).
Given the large userland address space (4GB) and random library placement, it
is unlikely that these relocations can ever suceed anyway (DISP26 only allows
for a 256MB offset); _dl_exit() in that case, after printing a warning message.
That's better than dumping core.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/17 22:13:16
Modified files:
lang/python : Makefile.inc
lang/python/3.3: Makefile
lang/python/3.3/patches: patch-Modules_selectmodule_c
lang/python/3.3/pkg: PLIST-main
Added files:
lang/python/3.3/patches: patch-Lib_test_regrtest_py
Log message:
- update what tests should be skipped
- add missing dependency on archivers/xz
- temporarily fix timeval's tv_sec handling
- bump
ajacoutot@ jasper@ sthen@ ok as part of a larger diff.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/17 23:51:51
Modified files:
usr.bin/mg : tutorial
Log message:
Update last updated date.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/17 23:53:59
Modified files:
usr.bin/mg : fileio.c
Log message:
and and -> and
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/17 23:54:52
Modified files:
education/anki : Makefile
www/moinmoin : Makefile
Log message:
No need to hardcode MODPY_VERSION; we use the default.
ok fgsch@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/18 01:34:59
Modified files:
usr.sbin/rtadvd: rrenum.c
Log message:
gabage->garbage in log string;
from Henning Petersen, netbsd pr 47823
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/18 02:39:47
Modified files:
sys/dev/ic : mfi.c
Log message:
enw->new in comment;
spotted by krw, missed by jsg, and forwarded From: Alexey Suslikov
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/18 02:44:01
Modified files:
telephony/asterisk: Makefile
telephony/asterisk/pkg: PLIST-main
Log message:
@comment res_kqueue_timer.so for now so we fall back to res_pthread_timer
(it didn't used to be built on OpenBSD; 11.4.0 started building it but it's
not correctly functional yet).
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/18 04:21:50
Modified files:
sys/arch/mvme88k/dev: nvram.c
Log message:
Missing bits intended to go with the previous commit but lost in diff splitting:
Split inittodr/resettodr code from actual tod routines, to allow for
multiple tod routines in the near future.
Use the mi clock_ymdhms_to_secs and clock_secs_to_ymdhms routines.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/18 05:23:29
Modified files:
usr.bin/mg : dir.c
Log message:
Use adjustname() for path. ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/18 05:26:01
Modified files:
share/man/man4/man4.mvme88k: Makefile angelfire.4 bussw.4 ie.4
intro.4 le.4 pcctwo.4 syscon.4
vme.4
Added files:
share/man/man4/man4.mvme88k: cl.4 dart.4
Log message:
More manpages. Fix configuration stanzas to match current GENERIC.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/18 06:13:13
Modified files:
share/man/man4/man4.mvme88k: cl.4 dart.4 pcctwo.4
Log message:
tweak previous;
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/05/18 09:35:24
Modified files:
x11/gnustep/base: Makefile
Added files:
x11/gnustep/base/patches: patch-Source_NSCalendar_m
Log message:
NSCalendar fix on amd64, from upstream
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2013/05/18 10:11:39
Modified files:
math/libneural : Makefile distinfo
productivity/bruce: Makefile distinfo
www/py-quixote : Makefile distinfo
devel/kdbg : Makefile distinfo
lang/io : Makefile
Log message:
- update HOMEPAGE
- regen distinfo while here.
Patches from Martin Natano natano at natano dot net, thanks!
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/18 10:38:54
Modified files:
usr.bin/mandoc : chars.c
Log message:
Even though the size of a pointer should not depend on the type of the
data pointed to, pass the size of the right pointer type to calloc;
cosmetic issue reported by Ulrich Spoerlein
found in Coverity Scan CID 978734.
No binary change - ok cmp(1).
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/18 10:45:34
Modified files:
sys/dev/pci/drm/i915: i915_gem_tiling.c
Log message:
Sync with Linux. Mostly comment and whitespace changes, but adds some missing
locking, and enables some #ifdef'ed out code.
CVSROOT: /cvs
Module name: www
Changes by: gilles@cvs.openbsd.org 2013/05/18 11:02:23
Modified files:
opensmtpd : index.html
Added files:
opensmtpd/announces: release-5.3.2.txt
Log message:
5.3.2 released
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/18 11:08:09
Modified files:
usr.bin/mandoc : tree.c
Log message:
Remove the variable sz because it's invariantly == 0,
along with the dead code testing whether it's positive.
Reported by Ulrich Spoerlein ,
found by Coverity Scan CID 975717.
While here, remove the now unused **params array as well,
which Coverity apparently missed, at least it wasn't reported...
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/18 11:20:45
Modified files:
share/man/man4/man4.mvme88k: Makefile intro.4 pcctwo.4
Added files:
share/man/man4/man4.mvme88k: memc.4
Log message:
One more manpage, after prodding from jmc@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/05/18 11:24:46
Modified files:
infrastructure/lib/DPB: PortBuilder.pm
Log message:
write in the lock file that we're building in memory, more possible affinity
information...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/18 11:27:42
Modified files:
x11/gnome/shell: Makefile
Log message:
Missing dependency on telepathy-mission-control.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/18 11:28:55
Modified files:
x11/gnome/gdm : Makefile
x11/gnome/gdm/patches: patch-data_Xsession_in
Removed files:
x11/gnome/gdm/patches: patch-data_Init_in
patch-data_PreSession_in
Log message:
Add devel/check to BUILD_DEPENDS since it gets picked up for tests.
Remove uneeded patches and chunks.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/18 11:34:01
Modified files:
sys/arch/arm/arm: cpufunc.c
Log message:
Use the actual armv7 dcache_inv_range function instead of the wbinv one.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/18 11:42:11
Modified files:
sys/arch/arm/arm: cpufunc.c
Log message:
Make sure we executed the instruction before continuing. Also
replace calls to drain the write buffer with the correct ones for armv7.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/18 11:45:38
Modified files:
share/man/man4/man4.mvme68k: Makefile ie.4 intro.4 le.4 lrc.4
ofobio.4 pcctwo.4
Added files:
share/man/man4/man4.mvme68k: cl.4 dart.4 memc.4 vme.4
Log message:
low-hanging stuff borrowed from mvme88k
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/18 11:47:17
Modified files:
usr.bin/mandoc : mdoc_term.c
Log message:
Should termp_xx_pre() ever get called for a macro it cannot handle,
use abort(3), just like in the three other comparable cases in this file,
instead of ignoring the problem and causing a null pointer access.
Cosmetical issue reported by Ulrich Spoerlein
found by Coverity Scan CID 976115.
No functional change.
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/18 11:48:48
Modified files:
sys/arch/arm/arm: cpufunc.c
Log message:
Mask out the TEX remap and the Access Flag bits when setting the
system control register. Also actually use the mask.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/05/18 12:02:05
Modified files:
graphics/libwebp: Makefile distinfo
graphics/libwebp/pkg: PLIST
Removed files:
graphics/libwebp/pkg: PFRAG.shared
Log message:
Update to libwebp 0.3.0.
ok ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/18 12:06:05
Modified files:
sys/arch/arm/arm: pmap.c
sys/arch/arm/include: pmap.h
Log message:
Modify pmap to work with the pmap header used on armv7. Merge both
headers so that we only need one of them.
"Go for it." miod@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/18 12:07:11
Modified files:
sys/arch/beagle/include: pmap.h
Log message:
Bring beagle back to the other pmap header now that it's merged.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/18 12:15:11
src/gnu/usr.bin/cc/libgcov
Update of /cvs/src/gnu/usr.bin/cc/libgcov
In directory cvs.openbsd.org:/tmp/cvs-serv4981/libgcov
Log Message:
Directory /cvs/src/gnu/usr.bin/cc/libgcov added to the repository
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/18 12:18:21
Modified files:
gnu/usr.bin/cc : Makefile
Added files:
gnu/usr.bin/cc/libgcov: Makefile
Log message:
Build and install libgcov on gcc 4 platforms. Build machinery from FreeBSD.
This makes gcc -fprofile-arcs work again.
Regression reported by Azwaw OUSADOU on tech@, thanks for noticing and sorry
for the delay fixing this.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/18 12:19:12
Modified files:
gnu/gcc/gcc : libgcov.c
Log message:
Replace strcpy() calls with strlcpy() to avoid triggering warnings when
linking against -lgcov.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/18 12:21:39
Modified files:
gnu/usr.bin/cc/libgcov: Makefile
Log message:
Put libgcov.a in the same directory as libgcc.a rather than /usr/lib (unlike
FreeBSD).
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/05/18 13:45:11
Modified files:
lang/gcc/4.6 : Makefile
Log message:
Don't pass -g in CFLAGS; it increases the size of ${WRKBUILD} to over 4G and
thus prevents building it in tmpfs under this threshold.
prompted by/ok espie@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/18 13:49:10
Removed files:
sys/arch/arm/include: pmap7.h
Log message:
Get rid of the pmap7 header now that we merged it into the pmap one.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/18 13:57:42
Modified files:
share/man/man4/man4.mvme68k: vme.4
Log message:
s/mvme88k/mvme68k/ in Dt;
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/18 14:00:43
Modified files:
security/mcrypt: Makefile
Added files:
security/mcrypt/patches: patch-src_rfc2440_c
Log message:
Fix a segv problem.
Notice by herjorge1954 at nokiamail dot com, thanks !
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/18 14:04:15
Modified files:
distrib/sets/lists/base: md.mvme88k
distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.hppa
md.i386 md.landisk md.loongson
md.macppc md.mvme88k md.octeon md.sgi
md.socppc md.sparc md.sparc64 md.zaurus
mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/18 15:43:42
Modified files:
sys/dev/pci/drm/i915: i915_drv.h i915_gem.c i915_gem_tiling.c
Log message:
Add parameters describing the usable part of the GTT and enable the checks
that use them.
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/05/18 16:00:52
Modified files:
graphics/openimageio: Makefile distinfo
graphics/openimageio/patches: patch-src_cmake_oiio_macros_cmake
patch-src_cmake_platform_cmake
patch-src_include_thread_h
patch-src_libutil_sysutil_cpp
graphics/openimageio/pkg: PLIST
Log message:
Update to openimageio 1.1.10.
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/05/18 16:01:28
Modified files:
graphics/blender: Makefile distinfo
graphics/blender/patches:
patch-extern_libmv_libmv_numeric_numeric_h
patch-extern_libmv_libmv_tracking_brute_region_tracker_cc
patch-intern_bsp_CMakeLists_txt
patch-intern_cycles_CMakeLists_txt
patch-intern_cycles_blender_CMakeLists_txt
patch-intern_cycles_device_CMakeLists_txt
patch-intern_cycles_render_CMakeLists_txt
patch-intern_cycles_util_CMakeLists_txt
patch-source_blender_avi_intern_avi_endian_c
patch-source_blender_blenkernel_intern_blender_c
patch-source_blender_blenkernel_intern_packedFile_c
patch-source_blender_blenlib_intern_storage_c
patch-source_blender_blenloader_intern_writefile_c
patch-source_blender_imbuf_intern_openexr_CMakeLists_txt
patch-source_blender_render_intern_source_shadbuf_c
patch-source_gameengine_Ketsji_CMakeLists_txt
graphics/blender/pkg: PLIST
Log message:
Update to blender 2.67.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/18 16:20:39
Modified files:
de : anoncvs.html donations.html
faq/fr : current.html
fr : anoncvs.html errata52.html errata53.html
nl : anoncvs.html
opensmtpd/de : index.html report.html
opensmtpd/fr : index.html
opensmtpd/nl : index.html
openssh/nl : index.html
pt : plus.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/18 17:13:07
Modified files:
sys/arch/sgi/hpc: wdsc.c
Log message:
fix cut'n'paste abuse in "can't happen" error message
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/18 17:28:23
Modified files:
etc/etc.sparc : fbtab ttys
etc/etc.sparc64: fbtab
Log message:
/dev/ttyc is no longer special, now that sun serial mice are handled by
wsmouse; update ttys and fbtab accordingly.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/05/18 18:05:51
Added files:
editors/emacs21/patches: patch-leim_Makefile_in
Log message:
make leim build reproductibly, specifically from dpb.
the build system asks for user input, but errors out if 53, spotted by Maxime Villard (rustyBSD at gmx dot fr), thanks!
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/19 11:01:29
Modified files:
app/cwm : xevents.c
Log message:
simplify
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/19 11:02:04
Modified files:
app/cwm : client.c calmwm.h
Log message:
use XGetWMProtocols and simplify WM_PROTOCOL handling
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/19 11:03:55
Modified files:
app/cwm : xutil.c calmwm.h xevents.c
Log message:
treat WM_CHANGE_STATE like other atoms
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/19 11:05:52
Modified files:
app/cwm : xutil.c calmwm.h xevents.c
Log message:
add support for _NET_CLOSE_WINDOW
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/19 11:28:29
Added files:
x11/gnome/grilo/patches: patch-configure
Log message:
add patch forgotten in previous; thanks to rpe@ for the reminder.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/19 12:37:40
Modified files:
usr.sbin/apmd : apmd.c
Log message:
add some messages when entering suspend as well
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/19 13:14:44
Modified files:
sys/kern : sys_generic.c
Log message:
select(-1, ...) should fail with EINVAL.
ok matthew@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/19 14:04:07
Added files:
x11/kde4/workspace/patches: patch-kdm_CMakeLists_txt
patch-kdm_kfrontend_CMakeLists_txt
Log message:
Unbreak parallel build by adding missing dependencies. No need to bump.
Note that parallel fake of kde-workspace is still broken here due to
bug somewhere in CMake.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/19 14:04:59
Modified files:
textproc/p5-PPIx-Regexp: Makefile distinfo
textproc/p5-PPIx-Regexp/pkg: PLIST
Log message:
update to PPIx-Regexp-0.034, don't USE_GROFF
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/19 14:05:28
Modified files:
devel/p5-Perl-Critic: Makefile distinfo
devel/p5-Perl-Critic/pkg: PLIST
Log message:
update to Perl-Critic-1.118, don't USE_GROFF
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/19 14:06:19
Modified files:
devel/p5-Test-Perl-Critic: Makefile distinfo
Log message:
regen distinfo and don't USE_GROFF
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/19 14:32:47
Modified files:
distrib/sets/lists/man: mi
sys/arch/mvme68k/dev: wdsc.c
share/man/man4 : Makefile
share/man/man4/man4.sgi: Makefile
sys/arch/mvme68k/conf: files.mvme68k
Added files:
share/man/man4 : wdsc.4
Removed files:
sys/arch/mvme68k/dev: dmavar.h i82586.h sbic.c sbicreg.h
sbicvar.h
share/man/man4/man4.sgi: wdsc.4
Log message:
Switch mvme68k to MI wdsc(4) driver. Tested on MVME147.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/19 14:55:28
Modified files:
lib/libc/sys : kill.2
Log message:
If pid<0, kill() won't fail with EPERM unless none of the target processes
could be signaled.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/19 15:05:29
Modified files:
usr.bin/mandoc : mdoc_man.c
Log message:
Move printing of the .RS macro into print_offs() such that print_offs()
takes care of printing the whole line. This reduces code duplication -
in particular after the upcoming commit to repair .Bl -offset -
and makes print_offs() more similar to what print_width() does.
No functional change.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/19 15:40:18
Modified files:
usr.bin/mandoc : mdoc_man.c
regress/usr.bin/mandoc/mdoc/Bl: nested.in nested.out_ascii
tag.in tag.out_ascii
Log message:
Support .Bl -offset in -mdoc -Tman.
Issue found when Thomas Klausner made me
look at the manuals of his http://www.nih.at/libzip library.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/19 17:09:59
Modified files:
app/cwm : calmwm.h client.c conf.c font.c parse.y xutil.c
Log message:
- switch border colors to Xft
- merge border/menu color structures/functions since they now both use Xft
- switch xu_xorcolor to operating on XftColor instead of just
XRenderColor (basically adding pixel)
- if color name allocation fails, revert back to default (this, along
with font validation should occur during config parse, but we don't
have screens setup yet - likely to change at some point)
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/19 17:16:29
Modified files:
app/cwm : calmwm.h conf.c font.c
Log message:
move the rest of xft init into screen_conf, since most of it is based on
config parameters.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/19 17:38:21
Modified files:
app/cwm : Makefile calmwm.h menu.c mousefunc.c xutil.c
Removed files:
app/cwm : font.c
Log message:
move the 2 small font helper functions to xutil.c
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/19 23:36:31
ports/databases/py-redis/patches
Update of /cvs/ports/databases/py-redis/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17058/patches
Log Message:
Directory /cvs/ports/databases/py-redis/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/20 00:38:40
Log message:
Import x11/uwm. Ultimate Window Manager (UWM) is a lightweight window
manager with few dependencies and a unique look and feel.
tweaks from and ok aja@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-May-20
N ports/x11/uwm/Makefile
N ports/x11/uwm/distinfo
N ports/x11/uwm/pkg/DESCR
N ports/x11/uwm/pkg/PLIST
N ports/x11/uwm/patches/patch-uwm_Makefile_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/20 00:39:00
Modified files:
x11 : Makefile
Log message:
+uwm
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/20 00:52:52
Modified files:
databases/py-redis: Makefile distinfo
Added files:
databases/py-redis/patches: patch-redis_client_py
Log message:
Update to py-redis-2.7.5
OK rpointel@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/20 01:01:44
Modified files:
devel/libspectrum: Makefile distinfo
devel/libspectrum/pkg: PLIST
Removed files:
devel/libspectrum/pkg: PFRAG.shared
Log message:
- update libspectrum to 1.1.0
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/20 01:16:25
Modified files:
audio/pianobar : Makefile distinfo
Log message:
Update pianobar to release 2013.05.19
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/20 01:56:48
Modified files:
graphics/feh : Makefile distinfo
graphics/feh/pkg: PLIST
Added files:
graphics/feh/patches: patch-src_slideshow_c
Removed files:
graphics/feh/patches: patch-src_winwidget_c
Log message:
Update to feh-2.9.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/20 02:15:51
Modified files:
audio/espeak : Makefile distinfo
audio/espeak/pkg: PLIST
Log message:
Update to espeak-1.47.11.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/20 02:18:18
Modified files:
devel/gputils : Makefile distinfo
devel/gputils/pkg: PLIST
Log message:
Update gputils to 1.2.0.
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/05/20 02:19:47
Modified files:
sys/dev/usb : ehci.c ohci.c uhci.c
Log message:
Remove `abort_task' from usb task queue before recycling a `struct
usbd_xfer object' which includes the `abort_task'. Otherwise
usb_abort_task_thread() may try to dequeue the recycled task then it
causes panic with page fault.
reported by Edd Barrett and Wade, Daniel.
ok mpi
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/20 03:02:02
Modified files:
x11/gnome/empathy: Makefile distinfo
x11/gnome/empathy/pkg: PLIST
Log message:
update to empathy-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/20 03:05:48
Modified files:
www/glpi : Makefile distinfo
Log message:
update to glpi-0.83.8
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/20 03:09:29
Log message:
Import p5-HTTP-DAV, a dav module for perl
ok landry@ benoit@
HTTP::DAV is a Perl API for interacting with and modifying content
on webservers using the WebDAV protocol. You can LOCK, DELETE
and PUT files and much more on a DAV-enabled webserver.
Status:
Vendor Tag: giovanni
Release Tags: giovanni_20130520
N ports/www/p5-HTTP-DAV/Makefile
N ports/www/p5-HTTP-DAV/distinfo
N ports/www/p5-HTTP-DAV/pkg/PLIST
N ports/www/p5-HTTP-DAV/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/20 03:12:34
Log message:
Import trytond-module-account_asset-2.8.0
This is the "account_asset" module for the Tryton application platform.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130520
N ports/productivity/tryton/account_asset/Makefile
N ports/productivity/tryton/account_asset/distinfo
N ports/productivity/tryton/account_asset/pkg/DESCR
N ports/productivity/tryton/account_asset/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/20 03:12:59
Log message:
Import trytond-module-product_attribute-2.8.0
This is the "product_attribute" module of the Tryton application
platform.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130520
N ports/productivity/tryton/product_attribute/Makefile
N ports/productivity/tryton/product_attribute/distinfo
N ports/productivity/tryton/product_attribute/pkg/DESCR
N ports/productivity/tryton/product_attribute/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/20 03:13:29
Log message:
Import trytond-module-project_invoice-2.8.0
This is the "project_invoice" module for the Tryton application
platform.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130520
N ports/productivity/tryton/project_invoice/Makefile
N ports/productivity/tryton/project_invoice/distinfo
N ports/productivity/tryton/project_invoice/pkg/DESCR
N ports/productivity/tryton/project_invoice/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/20 03:13:57
Log message:
Import trytond-module-sale_supply-2.8.0
This is the "sale_supply" module of the Tryton application platform.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130520
N ports/productivity/tryton/sale_supply/Makefile
N ports/productivity/tryton/sale_supply/distinfo
N ports/productivity/tryton/sale_supply/pkg/DESCR
N ports/productivity/tryton/sale_supply/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/20 03:14:18
Log message:
Import trytond-module-sale_supply_drop_shipment-2.8.0
This is the "sale_supply_drop_shipment" module of the Tryton application
platform.
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130520
N ports/productivity/tryton/sale_supply_drop_shipment/Makefile
N ports/productivity/tryton/sale_supply_drop_shipment/distinfo
N ports/productivity/tryton/sale_supply_drop_shipment/pkg/DESCR
N ports/productivity/tryton/sale_supply_drop_shipment/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/20 03:15:02
Modified files:
productivity/tryton: Makefile
Log message:
+account_asset
+product_attribute
+project_invoice
+sale_supply
+sale_supply_drop_shipment
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/20 03:16:36
Modified files:
www : Makefile
Log message:
+p5-HTTP-DAV
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/20 05:25:02
Modified files:
usr.sbin/bgpd : mrt.c
Log message:
Call pt_getaddr() a bit earlier so that addr.aid is available when first
accessed. Found by magic clang skill of blambert@
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/20 05:26:13
Modified files:
usr.sbin/bgpd : rde_rib.c
Log message:
D'oh, add missing break in prefix_writebuf(). Another find by blambert@
who is to shy to commit these by himself.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/20 08:45:54
Log message:
Import games/irrlamb, a third person 3D physics game where you control a
blue orb and try to turn off all the yellow orbs on each level by running
into them.
ok sthen@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_20-May-2013
N ports/games/irrlamb/Makefile
N ports/games/irrlamb/distinfo
N ports/games/irrlamb/pkg/DESCR
N ports/games/irrlamb/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/20 08:46:29
Modified files:
games : Makefile
Log message:
+irrlamb
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/05/20 08:49:16
Modified files:
www/xombrero : Makefile distinfo
Log message:
Update for xombrero to 1.5.0:
* Fixed a privacy leak caused by using a separate gnutls tls
connection to grab remote HTTPS certificates which ignored
http_proxy
* Disabled/removed threading since gnutls sideband thread is no longer
necessary
* Added command to increment/decrement page numbers in URLs
* Added enable_cache setting to enable/disable cache (disabled by
default)
* Pluged some memory leaks
* Fixed some warnings and bugs caused by GTK 3.8
* Fixed typo in manpage
Ok abieber@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/20 08:51:42
Modified files:
graphics/mapnik: Makefile
Log message:
bump REVISION and regen WANTLIB after switching to gettext MODULE
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/05/20 10:26:51
Modified files:
security/vpnc : Makefile distinfo
security/vpnc/pkg: PLIST
Added files:
security/vpnc/pkg: vpnc.rc
Log message:
Add rc script while here GROFF is not needed.
Ok aja@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/20 11:34:08
Modified files:
sys/arch/i386/i386: amd64errata.c
sys/arch/amd64/amd64: amd64errata.c
Log message:
de-static-ize, such that people don't get confused by aesni failures on
AMD hardware the next time somebody tries to run on a broken KVM hypervisor.
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/20 11:51:17
Modified files:
devel/node-async: Makefile
Log message:
fix for non-standard node port name.
OK jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/20 11:52:07
Modified files:
devel/node-buffer-writer: Makefile
Log message:
fix non-standard node module port name
OK jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/20 11:52:31
Modified files:
devel/node-cloned: Makefile
Log message:
fix non-standard node module port name
OK jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/20 11:52:56
Modified files:
sysutils/node-rmdir: Makefile
Log message:
fix non-standard node module port name
OK jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/20 12:36:03
Modified files:
sysutils/libvirt: Makefile distinfo
sysutils/libvirt/patches: patch-src_Makefile_in
sysutils/libvirt/pkg: PLIST
Added files:
sysutils/libvirt/patches: patch-src_util_vircgroup_c
Log message:
update to libvirt-1.0.5.1
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/20 12:36:06
Modified files:
news/sabnzbd : Makefile distinfo
news/sabnzbd/files: sabnzbd
news/sabnzbd/pkg: MESSAGE PLIST
Added files:
news/sabnzbd/pkg: sabnzbd.rc
Log message:
Upgrade sabnzbd to 0.7.11 and add an rcscript.
OK mglocker@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/20 12:45:40
Modified files:
sysutils/p5-Sys-Virt: Makefile distinfo
Log message:
update to p5-Sys-Virt-1.0.5
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/20 12:51:29
Modified files:
. : errata53.html
Log message:
fix description of the nginx bug, we mistakenly had the description for
the cve-2013-2028 which didn't affect us (though we had the right cve number)
noticed by jeremy@, ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/20 13:02:07
Modified files:
devel/node-fibers: distinfo
Log message:
fix node-fiber's SHA256 sum - package was updated upstream.
OK jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/20 13:15:06
Modified files:
devel/node-fibers: Makefile
Log message:
bump revision as files contained within the package have changed.
OK jeremy@, sthen@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/20 13:42:14
Modified files:
share/man/man9 : uvm.9
Log message:
Wrap list of prototypes in a .nr nS 1/0 pair just like all the others. No
cluse what this is supposed to do, but it is consistent with what happens
elsewhere in this man page and fixes the obvious formatting problems.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/20 14:04:36
Modified files:
app/cwm : menu.c
Log message:
no reason to pass around *sc when it's already in menu_ctx.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/20 14:14:29
Modified files:
lang/ruby/1.9 : Tag: OPENBSD_5_3 Makefile
Added files:
lang/ruby/1.9/patches: Tag: OPENBSD_5_3
patch-ext_dl_lib_dl_func_rb
patch-ext_fiddle_function_c
Log message:
Add fix for CVE-2013-2065: Object taint bypassing in DL and Fiddle
Requested by jasper@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/20 14:21:04
Modified files:
app/cwm : calmwm.h conf.c menu.c mousefunc.c screen.c
xutil.c
Log message:
- configure menuwin with the screen, then create the xft drawable using
the menu window since that's the only place on which we draw
- elminate the need to change the drawable on every font draw
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/20 15:13:58
Modified files:
app/cwm : calmwm.h client.c xutil.c
Log message:
add support for _NET_WM_STATE_MAXIMIZED_{HORZ,VERT}; from Alexander Polakov.
while I'm unsure of the final look of _NET_WM_STATE, there's no reason
to delay this support.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/20 15:19:15
Modified files:
app/cwm : xevents.c
Log message:
handle _NET_ACTIVE_WINDOW ClientMessage; from Alexander Polakov.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/20 15:32:00
Modified files:
app/cwm : menu.c xevents.c
Log message:
stray whitespace
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/20 18:29:20
Modified files:
app/cwm : calmwm.h xevents.c xutil.c
Log message:
handle _NET_WM_STATE ClientMessage; from Alexander Polakov.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/21 00:22:30
Modified files:
x11/libxdg-basedir: Makefile distinfo
Log message:
MASTER_SITES has changed; regen distinfo while here.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/21 00:24:30
Modified files:
x11/kde4/marble: Makefile
Added files:
x11/kde4/marble/patches: patch-src_CMakeLists_txt
patch-src_lib_CMakeLists_txt
Log message:
Avoid using -O3 for compilation.
Noticed and initial patch provided by Juan Francisco Cantero Hurtado
on ports@, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/21 00:59:15
Modified files:
x11/gnome/anjuta: Makefile distinfo
Removed files:
x11/gnome/anjuta/patches: patch-configure_ac
patch-plugins_language-support-vala_locator_vala
patch-plugins_language-support-vala_provider_vala
patch-plugins_language-support-vala_report_vala
patch-plugins_symbol-db_anjuta-tags_ctags-visitor_vala
Log message:
update to anjuta-3.8.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/21 01:33:06
Modified files:
graphics/blender: Makefile
Log message:
set DPB_PROPERTIES=nojunk as this ends up in my build with "!".
ok pascal@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/21 01:50:28
Modified files:
devel/lua-lgi : Makefile
Added files:
devel/lua-lgi/patches: patch-lgi_core_c patch-lgi_core_lua
Log message:
Unbreak with Lua 5.2
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/21 02:13:53
Modified files:
infrastructure/db: systrace.filter
Log message:
permit native-ppoll and native-pselect
ok brad@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/21 04:34:15
Modified files:
games/megaglest/base: Makefile
games/megaglest/base/patches:
patch-source_shared_lib_CMakeLists_txt
Added files:
games/megaglest/base/patches:
patch-mk_cmake_Modules_FindMiniupnpc_cmake
patch-source_shared_lib_sources_platform_posix_socket_cpp
Log message:
Fix build breakage with miniupnpc>1.7
(from upstream SVN revision 3958)
spotted by, and ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/21 04:54:44
Modified files:
sysutils/login_oath: Makefile
Log message:
missing REVISION bump after security/oath-toolkit was split into multi-packages.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/21 06:31:51
Modified files:
graphics/blender: Makefile
Log message:
nojunk is already set by cmake.port.mk; pointed out by espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/21 06:38:07
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
Allow /usr/ports to be a symlink without the need to set PORTSDIR.
chromium was one of the ports that failed to build without PORTSDIR
being set and /usr/ports being a symlink -- but this is not the case
anymore.
If any other port fails because of this, I'll fix it.
ok espie@ todd@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/05/21 08:25:24
Modified files:
sys/dev : softraid.c softraid_raid1.c softraid_raid6.c
softraid_raidp.c softraidvar.h
Log message:
Use a state to indicate that a work unit should only be constructed and not
scheduled, rather than trying to imply this from the rebuild flag.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/05/21 08:30:01
Modified files:
sys/dev : softraid.c softraid_raid6.c softraid_raidp.c
Log message:
Fix missing work unit state initialisations.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/05/21 08:36:10
Modified files:
sys/dev : softraid.c
Log message:
Make the sr_raid_startwu() function handle deferred work units, instead of
the caller having to handle the state changes.
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/05/21 08:41:05
Modified files:
sys/arch/beagle/conf: GENERIC RAMDISK files.beagle
Added files:
sys/arch/beagle/dev: dmtimer.c
Log message:
Add a driver for the am335x timers, to be used by the beaglebone.
Derived from the existing omap3 gptimer.
ok patrick@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/05/21 09:01:54
Modified files:
sys/dev : softraid.c softraid_concat.c softraid_crypto.c
softraid_raid0.c softraid_raid1.c
softraid_raid6.c softraid_raidp.c softraidvar.h
Log message:
Provide a function that handles the scheduling of work units. This
simplifies the discipline code, avoids code duplication and moves the
scheduling logic into a single location.
ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/21 09:11:43
Modified files:
devel/libgtop2 : Makefile
Added files:
devel/libgtop2/patches: patch-sysdeps_openbsd_swap_c
Log message:
fix build after uvm_extern.h rev 1.105 and read the intended variables
ok jasper@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/05/21 09:15:43
Modified files:
sys/dev : softraid.c
Log message:
sr_raid_startwu() is no longer called from interrupt context, hence does
not need to invoke a workq-based callback.
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/05/21 09:21:16
Modified files:
sys/dev : softraid.c
Log message:
Ensure that sc_lock is held when calling sr_meta_native_bootprobe() - the
softraid status functions will complain otherwise.
Found the hard way by ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/05/21 09:43:41
Modified files:
sys/arch/beagle/dev: intc.c intc.h
Log message:
Remove some unused defines and make the number of interrupt lines variable.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: matthew@cvs.openbsd.org 2013/05/21 10:06:52
Modified files:
devel/ninja : Makefile distinfo
Removed files:
devel/ninja/patches: patch-src_subprocess-posix_cc
Log message:
Update devel/ninja to v1.3.3.
ok (and COMMENT tweak) dcoppa
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/21 10:29:30
Modified files:
security/p11-kit: Makefile distinfo
Log message:
Update to p11-kit-0.18.2.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/21 10:31:19
Modified files:
sys/dev/wsfont : wsfont.c
Log message:
Check for NULL ptr before dereferencing, not after; found the hard way by
dcoppa@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/21 10:31:46
Modified files:
devel/p5-Date-ICal: Makefile distinfo
Log message:
Update p5-Date-ICal to 2.678.
ok Sam Smith (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/21 10:34:53
Modified files:
devel/harfbuzz : Makefile distinfo
devel/harfbuzz/patches: patch-src_check-symbols_sh
Log message:
Update to harfbuzz-0.9.17.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/21 10:46:43
Modified files:
print/hplip : Makefile distinfo
print/hplip/patches: patch-Makefile_in patch-base_codes_py
patch-installer_core_install_py
patch-installer_pluginhandler_py
patch-prnt_hpcups_HPCupsFilter_cpp
print/hplip/pkg: PLIST-hpijs
Log message:
Update to hplip-3.13.5.
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/05/21 10:47:54
Modified files:
sys/arch/beagle/dev: prcm.c
Log message:
Small code clean up. Removing noisy printfs.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/21 11:00:26
Modified files:
x11/gnome/weather: Makefile
Log message:
missing bump after MODULES change
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/21 11:19:25
Removed files:
print/system-config-printer: Makefile distinfo
print/system-config-printer/patches: patch-Makefile_in
patch-applet_py
patch-check-device-ids_py
patch-cupshelpers_cupshelpers_py
patch-cupshelpers_xmldriverprefs_py
patch-dbus_org_fedoraproject_Config_Printing_service
patch-firewall_py
patch-newprinter_py
patch-probe_printer_py
patch-system-config-printer_py
patch-troubleshoot_CheckSELinux_py
patch-troubleshoot_SchedulerNotRunning_py
patch-udev_udev-configure-printer_c
print/system-config-printer/pkg: DESCR PLIST
Log message:
Remove system-config-printer; newer versions are just too-linux generic
to be worth the maintenance nightmare and there are alternatives in-tree
(the cups web interface being one).
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/21 11:20:15
Removed files:
print/py-cups : Makefile distinfo
print/py-cups/patches: patch-Makefile patch-setup_py
print/py-cups/pkg: DESCR PLIST
Log message:
Remove py-cups; only system-config-printer was using it.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/21 11:20:51
Modified files:
print : Makefile
Log message:
-py-cups
-system-config-printer
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/21 11:21:28
Removed files:
net/py-smbc : Makefile distinfo
net/py-smbc/pkg: DESCR PLIST
Log message:
Remove; it was only used by system-config-printer.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/21 11:22:04
Modified files:
net : Makefile
Log message:
-py-smbc
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/21 11:44:30
Modified files:
sys/dev/usb : uhub.c
Log message:
Simplify the debug output to help diagnose problems without needing
special glasses.
No object change if UHUB_DEBUG is not defined.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/21 11:47:37
Modified files:
editors/nvi : Makefile
Added files:
editors/nvi/patches: patch-vi_v_txt_c
Log message:
Fix out of bounds buffer access.
From millert@'s recent commit to base nvi.
ok naddy@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/05/21 12:08:58
Modified files:
net/samba : Makefile distinfo
Log message:
Update to Samba 3.6.15.
ok MAINTAINER
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/21 12:25:40
Modified files:
sys/arch/arm/arm: pmap7.c
Log message:
When mapping a new entry, map it read-only, even though it should be
writable. This will cause a pmap fault on first write, so that we can
mark the page as modified. Also mask the bits used for the protection
settings, so that there aren't any leftovers.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/05/21 13:07:02
Modified files:
lib/libutil : pty.c
Log message:
Fix pty descriptor leak if fork() fails.
ok millert
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/21 13:38:08
Modified files:
sysutils/xuvmstat: Makefile distinfo
sysutils/xuvmstat/patches: patch-xuvmstat_c
sysutils/xuvmstat/pkg: PLIST
Log message:
fix with updated uvm_extern.h, sync plist/distinfo while here
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/21 14:05:30
Modified files:
sys/arch/alpha/include: lock.h
sys/arch/amd64/include: lock.h
sys/arch/hppa64/include: lock.h
sys/arch/i386/i386: lock_machdep.c
sys/arch/i386/include: lock.h
sys/arch/m68k/include: lock.h
sys/arch/mips64/include: lock.h
sys/arch/powerpc/include: lock.h
sys/arch/sh/include: lock.h
sys/arch/sparc/include: lock.h
sys/arch/sparc64/include: lock.h
sys/arch/vax/include: lock.h
Log message:
remove unused cpu_lock code (where it is truly unused). it is not
part of the future we have planned. middling ok from a few
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/05/21 14:08:45
Modified files:
sys/dev/ic : am7990.c
Log message:
Rewrite ioctl handling bits.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/05/21 14:18:52
Modified files:
net/zabbix : Makefile
Added files:
net/zabbix/patches: patch-src_libs_zbxsysinfo_openbsd_swap_c
Log message:
fix zabbix after the removal of swapin and swapout from uvm statistics
reported by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/05/21 14:44:08
Modified files:
infrastructure/bin: dpb
infrastructure/lib/DPB: Grabber.pm
Log message:
tweak 'dump-vars' run to include TEST values if run with -t.
THIS REQUIRES MOST RECENT bsd.port.mk, OTHERWISE THIS WILL BREAK BADLY.
The values are not used yet, but I fully intend to make it possible to
run non-regression tests in the not too distant future.
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/05/21 14:57:13
Modified files:
sys/arch/beagle/dev: ommmc.c
Log message:
am335x has the mmc registers offset by 0x100, like omap4.
ok patrick@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/21 15:12:17
Modified files:
sys/arch/amd64/amd64: amd64errata.c
sys/arch/i386/i386: amd64errata.c
Log message:
de-static-ize prototypes as well, which makes these functions not-static
for real!
Pointed out by Alexey E. Suslikov.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/05/21 15:14:59
Modified files:
sys/dev/ic : dp8390.c
Log message:
Rewrite ioctl handling bits.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/21 16:12:58
Modified files:
sys/dev/pci/drm/i915: i915_drv.c i915_drv.h
Log message:
Delete unused function.
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/21 17:00:18
Log message:
initial import of node-bindings for node-bcrypt fix
OK jeremy@
Status:
Vendor Tag: abieber
Release Tags: abieber_20130521
N ports/devel/node-bindings/Makefile
N ports/devel/node-bindings/distinfo
N ports/devel/node-bindings/pkg/DESCR
N ports/devel/node-bindings/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/21 17:00:57
Modified files:
devel : Makefile
Log message:
+ node-bindings
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/21 17:17:26
Modified files:
security/node-bcrypt: Makefile distinfo
Removed files:
security/node-bcrypt/patches: patch-binding_gyp
Log message:
upgrade node-bcrypt to the latest version and use new node-bindings port
OK jeremy@
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/05/21 18:31:38
Modified files:
lib/libedit : chartype.c
Log message:
Sync with upstream. Fix buffer growing and memory allocation for wide
chars. Handle return of mbstowcs().
ok nickm
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/05/21 20:08:44
Modified files:
. : plus.html
Log message:
plus.html for May 13-19, ok and tweaks from jj@.
CVSROOT: /cvs
Module name: www
Changes by: lteo@cvs.openbsd.org 2013/05/21 20:34:59
Modified files:
. : events.html
Log message:
Move BSDCan 2013 to the past.
CVSROOT: /cvs
Module name: www
Changes by: lteo@cvs.openbsd.org 2013/05/21 20:47:29
Modified files:
faq : current.html
Log message:
Bump release to 5.3
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/05/21 20:53:09
Modified files:
www/nginx : Makefile.inc
www/nginx/devel: Makefile distinfo
www/nginx/stable: Makefile distinfo
Added files:
www/nginx/devel/patches: lua-lua-nginx-module_config
www/nginx/stable/patches: lua-lua-nginx-module_config
Removed files:
www/nginx/devel/patches: lua-chaoslawful-lua-nginx-module_config
www/nginx/stable/patches:
lua-chaoslawful-lua-nginx-module_config
Log message:
SECURITY update to 1.4.1 (stable) and 1.5.0 (devel)
- update lua module to 0.8.1
- add upstream_check module for healthchecking
- enable spdy in both stable and devel
All the heavy lifting was done by dlg -- thanks!
ok dlg jasper
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/22 00:44:58
Modified files:
share/man/man9 : uvm.9
Log message:
fix formatting here too; from ingo
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 00:53:12
www/opensmtpd/faq/pt
Update of /cvs/www/opensmtpd/faq/pt
In directory cvs.openbsd.org:/tmp/cvs-serv3116/opensmtpd/faq/pt
Log Message:
Directory /cvs/www/opensmtpd/faq/pt added to the repository
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 00:53:14
www/opensmtpd/pt
Update of /cvs/www/opensmtpd/pt
In directory cvs.openbsd.org:/tmp/cvs-serv3116/opensmtpd/pt
Log Message:
Directory /cvs/www/opensmtpd/pt added to the repository
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 00:53:32
Modified files:
faq/de : faq4.html
faq/fr : faq4.html
faq/nl : faq4.html
opensmtpd/de : index.html
Added files:
opensmtpd/faq/pt: index.html
opensmtpd/pt : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 01:18:01
Modified files:
x11/gnome/anjuta: Makefile
multimedia/gstreamer-0.10/py-gstreamer: Makefile
Removed files:
x11/gnome/anjuta/patches: patch-libanjuta_tests_Makefile_in
Log message:
-fprofile-arcs works fine nowadays.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/22 03:07:15
Modified files:
www/nginx/devel: Tag: OPENBSD_5_3 Makefile
www/nginx/stable: Tag: OPENBSD_5_3 Makefile
Added files:
www/nginx/devel/patches: Tag: OPENBSD_5_3
patch-src_http_modules_ngx_http_proxy_module_c
www/nginx/stable/patches: Tag: OPENBSD_5_3
patch-src_http_modules_ngx_http_proxy_module_c
Log message:
add patches to fix CVE-2013-2070 in ports nginx, ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/22 03:13:36
Modified files:
sys/nfs : nfs_boot.c
Log message:
Use SIOCAIFADDR rather than SIOCSIFADDR to set the address.
ok mikeb@, claudio@
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/05/22 03:25:47
Modified files:
. : errata52.html
Log message:
sync nginx description with errata53.html
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/22 04:05:15
Modified files:
databases/py-couchdb: Makefile distinfo
databases/py-couchdb/pkg: PLIST
Log message:
Update to 0.9.
jasper@ ok a previous diff.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 04:08:37
Modified files:
x11/gnome/gdm : Makefile
x11/gnome/gdm/pkg: PLIST
Added files:
x11/gnome/gdm/files: default.pa
Log message:
Add pulseaudio configuration for the _gdm user; this allows pulseaudio to
properly die when a user login and start its own.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 04:12:05
Modified files:
x11/gnome/gdm : Makefile
Log message:
Tweak comment.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 04:31:33
Modified files:
audio/pulseaudio: Makefile
audio/pulseaudio/patches: patch-src_daemon_main_c
audio/pulseaudio/pkg: PLIST
Added files:
audio/pulseaudio/patches:
patch-src_daemon_pulseaudio-system_conf
patch-src_daemon_system_pa_in
Log message:
Enable Consolekit support so that idle sessions are properly picked up.
Fix running pulseaudio as a system daemon.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/22 04:32:09
Modified files:
sbin/iked : iked.conf.5
Log message:
Move the gmac/null ciphers to a different table block, clearly labelled as
not doing encryption. ok reyk@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/22 04:52:26
Log message:
Import lua-penlight, a set of generally useful pure Lua modules,
focusing on input data handling (such as reading configuration
files), functional programming (such as map, reduce, placeholder
expressions, etc), and OS path management.
New dependency for an upcoming update to awesome-3.5.1
looks fine to jasper@
Status:
Vendor Tag: dcoppa
Release Tags: dcoppa_20130522
N ports/devel/lua-penlight/Makefile
N ports/devel/lua-penlight/distinfo
N ports/devel/lua-penlight/patches/patch-tests_test-dir_lua
N ports/devel/lua-penlight/patches/patch-tests_test-path_lua
N ports/devel/lua-penlight/pkg/DESCR
N ports/devel/lua-penlight/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/22 04:56:31
Log message:
Import ports/devel/lualdoc.
LDoc is a second-generation documentation tool that can be used as
a replacement for LuaDoc.
LDoc can provide integrated documentation with traditional function
comments, any documents in Markdown format, and specified source
examples. Lua source in examples and the documents will be prettified.
It is mostly compatible with LuaDoc, except that certain workarounds
are no longer needed.
New dependency for an upcoming update to awesome-3.5.1
looks fine to jasper@
Status:
Vendor Tag: dcoppa
Release Tags: dcoppa_20130522
N ports/devel/lualdoc/Makefile
N ports/devel/lualdoc/distinfo
N ports/devel/lualdoc/pkg/DESCR
N ports/devel/lualdoc/pkg/PLIST
N ports/devel/lualdoc/patches/patch-ldoc_lua
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/22 05:00:29
Modified files:
devel : Makefile
Log message:
+lua-penlight
+lualdoc
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/22 05:02:02
Modified files:
education/verbiste: Makefile distinfo
Log message:
update to 0.1.37: you can now pass a verb as an argument to verbiste-gtk
to display an initial conjugation
CVSROOT: /cvs
Module name: src
Changes by: aoyama@cvs.openbsd.org 2013/05/22 05:35:02
Modified files:
sys/arch/luna88k/conf: files.luna88k
sys/arch/luna88k/dev: lunaws.c
Added files:
sys/arch/luna88k/dev: omkbdmap.c omkbdmap.h
Log message:
Split keyboard mapping definitions to new files, luna88k/dev/omkbdmap.[ch].
Also modify RAWKEY_XXX values, to input the right characters on Japanese
keyboard.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/05/22 06:14:08
Modified files:
usr.bin/make : compat.c dir.c dump.c engine.c gnode.h make.c
targ.c timestamp.c timestamp.h
Log message:
as checked through thorough tests, youngest->mtime == ctime, so ditch
the extra field.
remove some extra abstraction layer: use clock_gettime directly
instead of ts_set_from_now (what is "now" anyways)
time_to_string takes param by pointer
rename "now" into starttime (more accurate term)
randomize queue uses arc4random_uniform (prompted by deraadt@)
display debug timestamp with ns too (it's debug, so it doesn't really
matter whichever way it's done, as long as it's done)
okay millert@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/22 06:18:34
Modified files:
net/openvpn : Tag: OPENBSD_5_3 Makefile
Added files:
net/openvpn/patches: Tag: OPENBSD_5_3 patch-crypto_c
Log message:
Security fix for CVE-2013-2061
OpenVPN use of non-constant-time memcmp in HMAC comparison in openvpn_decrypt
Patch from upstream, it's also in -current as part of the update to 2.3.1.
Also remove maintainer as per -current.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/05/22 06:27:44
Modified files:
sys/arch/arm/arm: pmap7.c
Log message:
We're handling L2 there, so use the corresponding define, not the L1 one.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/22 06:36:03
Modified files:
lang/python : Makefile.inc
Log message:
Add missing dependencies and sync wantlib.
prompted by and ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/22 06:37:05
Modified files:
lang/python/3.3: Makefile distinfo
lang/python/3.3/files: CHANGES.OpenBSD
lang/python/3.3/patches: patch-Modules_selectmodule_c
lang/python/3.3/pkg: PLIST-main PLIST-tests
Removed files:
lang/python/3.3/patches: patch-Lib_test_test_kqueue_py
Log message:
Update to 3.3.2.
ok ajacoutot@ as part of a larger diff.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/22 06:38:18
Modified files:
lang/python/3.2: Makefile distinfo
lang/python/3.2/pkg: PLIST-main PLIST-tests
Log message:
Update to 3.2.5.
ok ajacoutot@ as part of a larger diff.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/22 06:39:30
Modified files:
lang/python/2.7: Makefile distinfo
lang/python/2.7/patches: patch-Lib_test_regrtest_py
patch-Makefile_pre_in patch-setup_py
lang/python/2.7/pkg: PFRAG.ctypes-main PLIST-main PLIST-tests
Removed files:
lang/python/2.7/patches: patch-Lib_test_test_kqueue_py
patch-Modules_selectmodule_c
Log message:
Update to 2.7.5.
ok ajacoutot@ as part of a larger diff.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/22 06:43:53
Modified files:
lang/python/2.7/files: CHANGES.OpenBSD
Log message:
sigh, missed this one.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 06:45:48
Modified files:
x11/gnome/system-monitor: Makefile
Log message:
BROKEN: our libgtop2 does not implement procopenfiles and was using lsof
to workaround it; gnome-system-monitor is thus broken at runtime.
Since this change: "better kmem pointer hiding" in sys/kern/kern_sysctl.c,
lsof is broken as a regular user.
Best fix would be to implement the missings bits in libgtop2...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 06:46:06
Modified files:
meta/gnome : Makefile
Log message:
Drop gnome-system-monitor.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 06:53:56
Modified files:
. : want.html
Log message:
x40 hard drive has been taken care of.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/22 07:02:14
Modified files:
app/cwm : parse.y
Log message:
sync with src changes
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/05/22 07:07:13
Modified files:
x11/smplayer : Makefile distinfo
x11/smplayer/pkg: PLIST
Log message:
Update for Smplayer to 0.8.5:
http://smplayer.sourceforge.net/en/changes
Ok edd@ (maintainer) benoit@
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/05/22 07:32:02
Modified files:
lang/python/2.5: Makefile
Log message:
bump after wantlib sync.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/22 07:47:28
Modified files:
devel : Makefile
Log message:
Add lua52 flavors of lua-lgi, lua-penlight, luafs, and lualdoc.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/22 08:47:34
Modified files:
audio/libogg : Makefile distinfo
audio/libogg/patches: patch-configure
audio/libogg/pkg: DESCR PLIST
Removed files:
audio/libogg/patches: patch-doc_Makefile_in
patch-doc_libogg_Makefile_in
audio/libogg/pkg: PFRAG.shared
Log message:
Update to 1.3.1: Guard against very large packets.
Improve DESCR.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/22 09:05:50
Modified files:
x11/awesome : Makefile distinfo
x11/awesome/patches: patch-CMakeLists_txt
patch-awesomeConfig_cmake patch-awesome_c
patch-awesomerc_lua_in patch-event_c
patch-lib_awful_util_lua_in
patch-lib_naughty_lua_in patch-property_c
patch-selection_c patch-systray_c
x11/awesome/pkg: MESSAGE PLIST
Added files:
x11/awesome/patches: patch-lib_awful_tooltip_lua_in
patch-lib_menubar_menu_gen_lua_in
patch-lib_menubar_utils_lua_in
patch-objects_client_c
patch-objects_client_h patch-xwindow_c
Removed files:
x11/awesome/patches: patch-client_c patch-client_h
patch-window_c
Log message:
Major update to awesome-3.5.1
OK jasper@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/22 09:08:43
Modified files:
devel/luadoc : Makefile
devel/luadoc/pkg: PLIST
Log message:
Permit to install both flavors (lua51, lua52) concurrently without
conflicts.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/05/22 09:12:01
Modified files:
textproc/markdown: Makefile distinfo
textproc/markdown/pkg: PLIST
Log message:
update to markdown-2.3.1
OK wcmaier@
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/05/22 10:02:31
Modified files:
sys/dev/pci : if_bge.c
Log message:
BUS_DMA_WAITOK can't be used in the bge_init path since it
might be called from a timeout(9); ok kettenis, dlg, deraadt
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/22 10:32:15
Modified files:
app/cwm : calmwm.h conf.c parse.y
Log message:
move validation of pointer Button into conf_mousebind so we check
validity during the parse phase and not bother adding it to the queue,
instead of each time a client needs to grab (when it's too late);
furthermore, make this a config error, stop parsing and load the
default config.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 10:32:36
Modified files:
x11/gnome/gdm : Makefile
x11/gnome/gdm/pkg: PLIST
Removed files:
x11/gnome/gdm/files: default.pa
Log message:
Remove pulse config; upcoming change to pulseaudio will make it irrelevant.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/22 10:54:09
Modified files:
app/cwm : calmwm.c conf.c
Log message:
get rid of long standing XXX: now that we configure screens based on
config options, add the keybinding GrabKey calls here
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/05/22 11:44:47
Modified files:
sys/arch/beagle/beagle: beagle_machdep.c
sys/arch/beagle/conf: files.beagle
sys/arch/beagle/dev: omap.c omapvar.h
Added files:
sys/arch/beagle/dev: am335x.c
Log message:
Add am335x as an omap device.
ok patrick@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 12:45:23
Modified files:
audio/pulseaudio: Makefile
audio/pulseaudio/files: module-sndio.c
audio/pulseaudio/patches: patch-src_daemon_main_c
patch-src_modules_module-detect_c
Removed files:
audio/pulseaudio/patches: patch-src_daemon_default_pa_in
patch-src_daemon_system_pa_in
Log message:
Implement module auto-detection for sndio(7).
Make it possible to choose a device using AUDIODEVICE.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/22 13:14:05
Modified files:
sysutils/d-feet: Makefile distinfo
sysutils/d-feet/pkg: PLIST
Added files:
sysutils/d-feet/patches: patch-src_dfeet_bus_watch_py
Removed files:
sysutils/d-feet/patches: patch-dfeet_bus_watch_py patch-setup_py
Log message:
Update to d-feet-0.3.4.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/22 13:23:45
Modified files:
usr.bin/mg : def.h funmap.c keymap.c mg.1 region.c
Log message:
Shuffle shell-command-on-region around to give shell-command.
ok florian@ jasper@
Testing Sunil Nimmagadda
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/22 14:23:21
Modified files:
app/cwm : conf.c
Log message:
since we don't have any screens yet, there's no reason to conf_{,un}grab
here; just build keybindingq.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/22 14:39:12
Modified files:
usr.sbin/bgpd : kroute.c
Log message:
whitespace nits
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/22 15:00:36
Modified files:
usr.sbin/bgpd : kroute.c
Log message:
Set the correct route priority in send_rt6msg, as done for send_rtmsg.
Fixes v6 routes being added to the kernel as RTP_DEFAULT. ok florian@ benno@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/22 15:17:13
Modified files:
net/icinga/core: Makefile distinfo
net/icinga/core/patches: patch-Changelog
Log message:
bugfix update to Icinga 1.9.1; regression in 1.9.0 resulted in objects.cache
not being updated on core restart, also fixes JSON unicode character export in
the classic ui, and failure on core reload with multiple idomod neb modules.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/22 19:32:10
Modified files:
usr.sbin/ldpd : ldpd.8
share/man/man4 : mpe.4
Log message:
.Xr mpe and ldpd for interested parties. ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/22 19:33:08
Modified files:
usr.bin/encrypt: encrypt.1 encrypt.c
Log message:
allow auto scaling bcrypt rounds by CPU power.
ok deraadt jmc sthen
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/22 19:42:59
Modified files:
sys/uvm : uvm_amap.c uvm_extern.h
Log message:
the simplelock is a lie
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/05/22 19:47:43
Modified files:
share/man/man4 : options.4
Log message:
BUFCACHEPERCENT has been set to 20 by default for a while now.
ok dcoppa deraadt jmc
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/23 00:50:26
Modified files:
audio/pulseaudio: Makefile
audio/pulseaudio/files: module-sndio.c
Log message:
No one was ever able to make recording work with sndio(7) so set the
default record flag to FALSE.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/05/23 03:11:00
Modified files:
sys/msdosfs : msdosfs_vnops.c
Log message:
revoke's default imp works.
okay tedu@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/23 04:27:43
Modified files:
sys/dev/acpi : dsdt.c
Log message:
Properly implement access to IndexField() field units. The origional code
only worked for field units that were 8 bits or less in size on fields
using byte access. Fixes issues origionally reported by jcs@ and armani@.
ok mlarkin@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/05/23 06:02:30
src/usr.sbin/slowcgi
Update of /cvs/src/usr.sbin/slowcgi
In directory cvs.openbsd.org:/tmp/cvs-serv15066/slowcgi
Log Message:
Directory /cvs/src/usr.sbin/slowcgi added to the repository
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/05/23 06:03:24
Added files:
usr.sbin/slowcgi: Makefile slowcgi.8 slowcgi.c
Log message:
Put slowcgi(8) a FastCGI to CGI wrapper in to work on it in tree.
Not hooked up to the build yet.
OK sthen@, deraadt@ agrees
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/05/23 07:03:53
Modified files:
usr.sbin/slowcgi: slowcgi.c
Log message:
Fix pasto where 'c' instead of 'clients' is checked for NULL and add missing
free for the fcgi_response.
ok florian@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/23 07:40:38
Modified files:
net/avahi : Makefile
net/avahi/patches: patch-avahi-compat-libdns_sd_warn_c
patch-avahi-core_fdutil_c
Removed files:
net/avahi/patches: patch-avahi-core_iface-pfroute_c
Log message:
Implement avahi_exe_name.
Remove uneeded patch.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/23 08:32:59
Modified files:
x11/gnome/session: Makefile
Added files:
x11/gnome/session/patches: patch-gnome-session_gsm-consolekit_c
Log message:
Fix the session IsActive check in the Consolekit case by properly
creating a proxy to the session bus.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/23 08:58:24
Modified files:
devel/py-mxDateTime: Makefile distinfo
Log message:
Update py-mxDateTime to 3.2.6.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/23 09:04:41
Modified files:
lang/verilator : Makefile distinfo
Log message:
Update verilator to 3.847.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/23 09:08:36
Modified files:
sysutils/lsof : Makefile distinfo
sysutils/lsof/patches: patch-Configure
patch-dialects_n+obsd_dlsof_h
patch-dialects_n+obsd_machine_h
patch-lsof_8
sysutils/lsof/pkg: DESCR PLIST
Log message:
Update to lsof-4.87.
Fix dead MASTER_SITES.
Regen distinfo.
Simplify post-extract.
Remove setgid kmem, since lsof as a regular user does not work
anymore.
Minor cleanups.
With the help, and ok sthen@ ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/23 09:23:16
Modified files:
x11/gnome/session: Makefile
x11/gnome/session/patches: patch-gnome-session_gsm-consolekit_c
Log message:
Tweaks.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/05/23 10:13:08
Modified files:
usr.sbin/slowcgi: slowcgi.c
Log message:
off by one, from Henri Kemppainen , thanks!
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/23 10:23:16
Modified files:
usr.sbin/slowcgi: slowcgi.8
Log message:
tweaks; ok florian
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/23 10:52:39
Modified files:
app/cwm : calmwm.h client.c conf.c xevents.c xutil.c
Log message:
alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceed
to grab keys in keybindingq. we don't need to ungrab/grab on every
addition to the queue, just once with a complete keybindingq; simplify
grabbing keys per screen (during init) and during a MappingNotify.
while here, change conf_grab_{kbd,mouse} to require only a Window.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/23 11:11:48
Modified files:
share/man/man9 : boot.9
Log message:
there is no vfs_shutdown(9) page;
CVSROOT: /cvs
Module name: src
Changes by: tobias@cvs.openbsd.org 2013/05/23 12:29:51
Modified files:
sys/arch/hppa/gsc: gsckbc.c
sys/dev/ic : i8042reg.h pckbc.c pckbcvar.h
sys/dev/isa : pckbc_isa.c
sys/dev/pckbc : pms.c
Log message:
Revert Active PS/2 support for now, until we find a solution suitable
for chipsets which stopped working.
ok mpi
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/05/23 14:51:51
Added files:
graphics/openimageio/patches: patch-src_libutil_tbb_misc_cpp
Log message:
Fix build on i386.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/23 15:20:12
Modified files:
sys/arch/mvme88k/include: mvme181.h
sys/arch/mvme88k/conf: GENERIC M181 RAMDISK files.mvme88k
Added files:
sys/arch/mvme88k/dev: ds1216.c
Log message:
TOD clock support for AngelFire boards
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/23 15:20:48
Modified files:
share/man/man4/man4.mvme88k: Makefile angelfire.4 intro.4
pcctwo.4 syscon.4
Added files:
share/man/man4/man4.mvme88k: dsrtc.4 nvram.4
Log message:
Some more text noone but jmc@ will ever read
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/05/23 15:33:39
Modified files:
etc/etc.octeon : ttys
Log message:
Change console speed to 115200.
ok jasper@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/23 16:42:15
Modified files:
lib/libX11 : Makefile.bsd-wrapper aclocal.m4
lib/libX11/include/X11: Xlibint.h
lib/libX11/modules/im/ximcp: Makefile.am Makefile.in imLcPrs.c
imTrX.c
lib/libX11/src : AllCells.c Font.c FontInfo.c FontNames.c
GetDflt.c GetFPath.c GetImage.c GetMoEv.c
GetPntMap.c GetProp.c LiHosts.c ListExt.c
Makefile.am Makefile.in ModMap.c Xrm.c xcb_io.c
lib/libX11/src/xcms: cmsColNm.c
lib/libX11/src/xkb: XKBExtDev.c XKBGeom.c XKBGetMap.c XKBNames.c
lib/libX11/src/xlibi18n: lcFile.c
lib/libXcursor/src: file.c
lib/libXext : COPYING Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing
lib/libXext/man: Makefile.in
lib/libXext/specs: Makefile.in
lib/libXext/src: Makefile.am Makefile.in XEVI.c XMultibuf.c
XSecurity.c XShape.c XSync.c Xcup.c Xdbe.c
lib/libXfixes : Makefile.in aclocal.m4 config.guess config.h.in
config.sub configure configure.ac depcomp
install-sh ltmain.sh missing
lib/libXfixes/man: Makefile.in
lib/libXfixes/src: Cursor.c Makefile.in Region.c Xfixesint.h
lib/libXi : Makefile.in aclocal.m4 config.guess config.sub
configure configure.ac depcomp install-sh
missing
lib/libXi/man : Makefile.in
lib/libXi/specs: Makefile.in
lib/libXi/src : Makefile.in XGMotion.c XGetBMap.c XGetDCtl.c
XGetDProp.c XGetFCtl.c XGetKMap.c XGetMMap.c
XGetProp.c XGtSelect.c XIPassiveGrab.c
XIProperties.c XISelEv.c XIint.h XListDProp.c
XListDev.c XOpenDev.c XQueryDv.c config.h.in
lib/libXinerama: Makefile.in aclocal.m4 config.guess config.h.in
config.sub configure configure.ac depcomp
install-sh missing
lib/libXinerama/man: Makefile.in
lib/libXinerama/src: Makefile.in Xinerama.c
lib/libXrandr : aclocal.m4 config.h.in configure configure.ac
lib/libXrandr/src: Xrandrint.h XrrCrtc.c XrrOutput.c
XrrProperty.c XrrProvider.c
XrrProviderProperty.c XrrScreen.c
lib/libXrender : Makefile.in aclocal.m4 config.guess config.h.in
config.sub configure configure.ac depcomp
install-sh missing
lib/libXrender/src: Filter.c Makefile.in Xrender.c Xrenderint.h
lib/libXRes : Makefile.in aclocal.m4 config.guess config.h.in
config.sub configure configure.ac depcomp
install-sh missing
lib/libXRes/man: Makefile.in
lib/libXRes/src: Makefile.in XRes.c
lib/libXv : Makefile.in aclocal.m4 config.guess config.h.in
config.sub configure configure.ac depcomp
install-sh missing
lib/libXv/include: Makefile.in
lib/libXv/include/X11: Makefile.in
lib/libXv/include/X11/extensions: Makefile.in
lib/libXv/man : Makefile.in
lib/libXv/src : Makefile.in Xv.c
lib/libXvMC : Makefile.in aclocal.m4 config.guess config.h.in
config.sub configure configure.ac depcomp
install-sh missing
lib/libXvMC/include: Makefile.in
lib/libXvMC/include/X11: Makefile.in
lib/libXvMC/include/X11/extensions: Makefile.in
lib/libXvMC/src: Makefile.in XvMC.c
lib/libXvMC/wrapper: Makefile.in
lib/libXxf86dga: Makefile.in aclocal.m4 config.guess config.sub
configure configure.ac depcomp install-sh
missing
lib/libXxf86dga/man: Makefile.in
lib/libXxf86dga/src: Makefile.in XF86DGA2.c config.h.in
lib/libXxf86vm : Makefile.in aclocal.m4 config.guess config.sub
configure configure.ac depcomp install-sh
missing
lib/libXxf86vm/man: Makefile.in
lib/libXxf86vm/src: Makefile.in XF86VMode.c config.h.in
lib/libdmx : Makefile.in aclocal.m4 config.guess config.h.in
config.sub configure configure.ac depcomp
install-sh missing
lib/libdmx/man : Makefile.in
lib/libdmx/src : Makefile.in dmx.c
dist/libxcb/src: xcb_in.c
lib/libFS/src : FSOpenServ.c
lib/libXt/src : ResConfig.c Selection.c
lib/libXtst : Makefile.in aclocal.m4 config.guess config.h.in
config.sub configure configure.ac depcomp
install-sh missing
lib/libXtst/man: Makefile.in
lib/libXtst/specs: Makefile.in
lib/libXtst/src: Makefile.in XRecord.c
driver/xf86-video-openchrome/libxvmc: xf86dri.c
Added files:
lib/libX11/src : pathmax.h
lib/libXext/src: eat.h
Log message:
Merge upstream fixes for several X libs vulnerabilities
discovered by Ilja van Sprundel.
CVE-2013-1981 X.org libX11 1.5.99.901 (1.6 RC1) integer overflows
CVE-2013-1982 X.org libXext 1.3.1 integer overflows
CVE-2013-1983 X.org libXfixes 5.0 integer overflows
CVE-2013-1984 X.org libXi 1.7.1 integer overflows
CVE-2013-1985 X.org libXinerama 1.1.2 integer overflows
CVE-2013-1986 X.org libXrandr 1.4.0 integer overflows
CVE-2013-1987 X.org libXrender 0.9.7 integer overflows
CVE-2013-1988 X.org libXRes 1.0.6 integer overflows
CVE-2013-1989 X.org libXv 1.0.7 integer overflows
CVE-2013-1990 X.org libXvMC 1.0.7 integer overflows
CVE-2013-1991 X.org libXxf86dga 1.1.3 integer overflows
CVE-2013-1992 X.org libdmx 1.1.2 integer overflows
CVE-2013-1994 X.org libchromeXvMC & libchromeXvMCPro in openChrome
0.3.2 integer overflows
CVE-2013-1995 X.org libXi 1.7.1 sign extension issues
CVE-2013-1996 X.org libFS 1.0.4 sign extension issues
CVE-2013-1997 X.org libX11 1.5.99.901 (1.6 RC1) buffer overflows
CVE-2013-1998 X.org libXi 1.7.1 buffer overflows
CVE-2013-1999 X.org libXvMC 1.0.7 buffer overflows
CVE-2013-2000 X.org libXxf86dga 1.1.3 buffer overflows
CVE-2013-2001 X.org libXxf86vm 1.1.2 buffer overflows
CVE-2013-2002 X.org libXt 1.1.3 buffer overflows
CVE-2013-2003 X.org libXcursor 1.1.13 integer overflows
CVE-2013-2004 X.org libX11 1.5.99.901 (1.6 RC1) unbounded recursion
CVE-2013-2005 X.org libXt 1.1.3 memory corruption
CVE-2013-2066 X.org libXv 1.0.7 buffer overflows
CVSROOT: /cvs
Module name: www
Changes by: austin@cvs.openbsd.org 2013/05/23 16:44:10
Modified files:
. : donations.html
Log message:
Promised to rush Steve Baek's listin in donations - A. Hook
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/05/23 17:34:21
Modified files:
. : events.html
Log message:
NYCBUG is now hosting the slides for my talk, so point the slides link there.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/24 00:30:24
Modified files:
x11/gnome/session: Makefile
x11/gnome/session/patches: patch-gnome-session_gsm-consolekit_c
patch-gnome-session_gsm-manager_c
Log message:
Consolekit patch committed upstream.
Tweak the LC_* patch.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/24 01:02:53
Modified files:
share/man/man4/man4.mvme88k: angelfire.4 syscon.4
Log message:
for this type of page, where we list supported hardware, no need to relist
them in SEE ALSO;
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/05/24 01:58:47
Modified files:
sys/dev/isa : ess.c gus.c mpu_isapnp.c pas.c sb.c wss.c ym.c
sys/dev/pci : auacer.c auglx.c auich.c auixp.c autri.c
auvia.c azalia.c cmpci.c cs4280.c cs4281.c
eap.c emuxki.c envy.c esa.c eso.c fms.c
maestro.c neo.c sv.c yds.c
Log message:
Since audio code is mp safe, establish isa and pci audio interrupts
with the IPL_MPSAFE flag. In certain circumstances, this prevents
interrupt handlers from waiting the global kernel_lock possibly (hold
by slower code) to be released.
ok kettenis
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/24 02:29:54
Modified files:
x11/gmtk : Makefile distinfo
x11/gmtk/pkg : PLIST
Added files:
x11/gmtk/patches: patch-src_gmtk_media_player_c
patch-src_gmtk_media_player_h
Removed files:
x11/gmtk/patches: patch-src_Makefile_am patch-src_Makefile_in
x11/gmtk/pkg : PFRAG.shared
Log message:
Update to gmtk-1.0.8
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/24 02:31:38
Modified files:
x11/gnome-mplayer: Makefile distinfo
x11/gnome-mplayer/patches:
patch-apps_gnome-mplayer_preferences_gschema_xml
patch-src_common_h
patch-src_dbus-interface_c
patch-src_gui_c patch-src_main_c
Removed files:
x11/gnome-mplayer/patches: patch-src_playlist_c
patch-src_support_c
Log message:
Update to gnome-mplayer-1.0.8
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/24 02:32:27
Modified files:
www/gecko-mediaplayer: Makefile distinfo
www/gecko-mediaplayer/patches: patch-configure
patch-src_Makefile_in
Removed files:
www/gecko-mediaplayer/patches: patch-src_plugin_cpp
Log message:
Update to gecko-mediaplayer-1.0.8
CVSROOT: /cvs
Module name: www
Changes by: rapha@cvs.openbsd.org 2013/05/24 03:18:40
Modified files:
. : lyrics.html
Log message:
Fix image size of the 5.2 poster.
ok benno@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/24 03:28:31
Modified files:
. : lyrics.html
Log message:
fix 2 more poster sizes
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/24 04:52:13
Modified files:
sys/dev/pci : azalia_codec.c
Log message:
MacBookAir4,1 needs the same unmute quirk as MacBookAir3,1
problem reported and fix tested by jcs@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/24 05:47:00
Modified files:
x11/gnome/session/patches: patch-gnome-session_gsm-manager_c
Log message:
Committed upstream.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/24 06:25:04
Modified files:
usr.sbin/rtsold: rtsold.8
Log message:
the -a option probes multiple ifs now, not exits with error;
based on mark johnston's -r250939 commit to freebsd
ok sthen benno
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/24 07:16:36
Modified files:
x11/gtk+2 : Makefile
x11/gtk+2/pkg : PLIST-main
Log message:
Remove files directly instead of @comment'ing them in the plist.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/24 07:34:11
Modified files:
x11/gnome-mplayer: Makefile
x11/gnome-mplayer/patches: patch-src_gui_c patch-src_main_c
Added files:
x11/gnome-mplayer/patches: patch-src_support_c
Log message:
Unbreak cover art support
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/24 07:43:41
Modified files:
lang/node : Makefile distinfo
lang/node/patches: patch-common_gypi patch-lib_module_js
lang/node/pkg : PLIST
Added files:
lang/node/patches:
patch-deps_npm_node_modules_node-gyp_gyp_pylib_gyp_generator_make_py
patch-deps_npm_node_modules_node-gyp_gyp_pylib_gyp_generator_ninja_py
Removed files:
lang/node/patches: patch-deps_npm_lib_utils_cmd-shim_js
patch-deps_uv_src_ares_config_openbsd_ares_config_h
patch-tools_gyp_pylib_gyp_common_py
patch-tools_wafadmin_Tools_python_py
Log message:
Bump node.js to the latest version.
OK jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/24 07:44:28
Modified files:
databases/node-sqlite3: Makefile distinfo
databases/node-sqlite3/pkg: PLIST
Log message:
Bump sqlite3 to latest version for node 0.10.7 compat
OK jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/24 07:45:36
Modified files:
sysutils/node-daemon: Makefile distinfo
sysutils/node-daemon/pkg: PLIST
Removed files:
sysutils/node-daemon/patches: patch-install patch-lib_daemon_js
patch-package_json
Log message:
Bump daemon to the latest version for node 0.10.7 compat, also no longer ext
OK jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/05/24 07:46:18
Modified files:
sysutils/node-syslog: Makefile distinfo
Log message:
bump node-syslog to latest version for node 0.10.7 compat
OK jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/24 08:10:01
Modified files:
textproc/groff : Makefile
www/rackmonkey : Makefile
x11/belt : Makefile
Log message:
/tmp/cvsIyELi3
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/24 08:45:54
Modified files:
net/smokeping : Makefile
net/smokeping/patches: patch-bin_smokeping
patch-bin_smokeping_cgi patch-bin_tSmoke
Removed files:
net/smokeping/patches: patch-bin_smokeinfo
Log message:
use MODPERL_ADJ_FILES
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/24 08:48:50
Modified files:
usr.sbin/rtsold: rtsold.8
Log message:
*in* the order of, not *on* the order of;
thanks sthen for verifying that it is approx 10s, not exactly
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/24 08:58:45
Modified files:
infrastructure/mk: perl.port.mk
Log message:
Improve MODPERL_BIN_ADJ: strip any version suffix for perl binary, so
shebangs like "#!/usr/bin/env perl5" and "#!/usr/bin/perl5.12" will be
normalized altogether.
No bumps are required for ports already using MODPERL_BIN_ADJ.
Requested by and okay dcoppa@, okay sthen@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/24 09:00:06
Modified files:
www/phpmyadmin : Makefile distinfo
www/phpmyadmin/pkg: PLIST
Log message:
Update to 4.0.1 and take maintainership
lot of bugfixes and a some gui changes
ok sthen@ kevlo@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/24 09:14:04
Modified files:
sysutils/lsof : Makefile
Log message:
Normalize shebangs in the perl scripts that come with lsof
(using MODPERL_ADJ_FILES)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/24 09:30:05
Modified files:
mail/roundcubemail: Makefile distinfo
mail/roundcubemail/pkg: PLIST
Removed files:
mail/roundcubemail/patches: patch-program_include_rcmail_php
patch-program_js_list_js
patch-program_lib_Roundcube_rcube_imap_generic_php
patch-program_lib_Roundcube_rcube_ldap_php
patch-program_lib_Roundcube_rcube_mime_php
patch-program_steps_mail_get_inc
Log message:
update to roundcube 0.9.1
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/24 09:50:51
Modified files:
audio/mpg123 : Makefile distinfo
audio/mpg123/patches: patch-configure
patch-src_output_Makefile_in
Log message:
update to 1.15.4: "It fixes some illustrous bugs"
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/24 09:58:13
Modified files:
x11/gnome/empathy: Makefile distinfo
x11/gnome/empathy/pkg: PLIST
Log message:
update to empathy-3.8.3
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/24 10:15:24
Modified files:
x11/awesome : Makefile
x11/awesome/patches: patch-event_c patch-xwindow_c
Added files:
x11/awesome/patches: patch-xwindow_h
Log message:
commit 2d3103345e3a266eaf1d5261ef37e36ac5498ecc
Author: Uli Schlachter
Date: Sun Apr 7 11:57:40 2013 +0200
Implement window gravity in ConfigureRequests
Previously, awesome didn't move windows when they sent a ConfigureRequest
(and it also shrunk them by the size of titlebars, before it forgot
to add these). This commit adds proper gravity support to
ConfigureRequest handling.
See: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1137
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/24 10:49:54
Modified files:
sys/arch/mvme88k/dev: ds1216.c
Log message:
Fix dow register value in resettodr() - kernel computes it zero-based, but
chip want it one-based.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/05/24 11:03:14
Modified files:
usr.sbin/smtpd : Makefile aldap.c aliases.c bounce.c
compress_backend.c compress_gzip.c config.c
control.c delivery.c delivery_filename.c
delivery_maildir.c delivery_mbox.c
delivery_mda.c dict.c dns.c enqueue.c
envelope.c expand.c filter_api.c forward.c
iobuf.c ioev.c lka.c lka_session.c log.c
makemap.c mda.c mfa.c mfa_session.c mproc.c
mta.c mta_session.c parse.y parser.c parser.h
queue.c queue_backend.c queue_fsqueue.c
queue_null.c queue_ram.c ruleset.c scheduler.c
scheduler_backend.c scheduler_null.c
scheduler_ramqueue.c smtp.c smtp_session.c
smtpctl.8 smtpctl.c smtpd-api.h smtpd.8 smtpd.c
smtpd.conf.5 smtpd.h ssl.c ssl_smtpd.c
stat_backend.c stat_ramstat.c table.c
table_db.c table_getpwnam.c table_ldap.c
table_sqlite.c table_static.c to.c tree.c
util.c waitq.c
usr.sbin/smtpd/makemap: Makefile
usr.sbin/smtpd/smtpctl: Makefile
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : delivery_lmtp.c smtpd-defines.h
Log message:
sync with OpenSMTPD 5.3.2
ok gilles@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/24 11:50:22
Modified files:
usr.sbin/smtpd : smtpd.conf.5
Log message:
tweak the "deliver to lmtp" text, and zap an extraneous space;
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/24 12:30:28
Modified files:
databases/node-pg: Makefile
Log message:
New maintainer: Roman Kravchuk
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/24 12:31:48
Modified files:
devel/node-fibers: Makefile
devel/node-generic-pool: Makefile
security/node-bcrypt: Makefile
Log message:
Drop maintainership of my remaining node ports.
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/05/24 12:58:40
Modified files:
archivers/unzip: Makefile
Log message:
The unzip HOMEPAGE was dead. Revise to the current home page.
OK espie@
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/05/24 13:07:31
Log message:
Import tapclean. A tool for remastering and converting commodore tape images.
OK bentley@
Status:
Vendor Tag: edd
Release Tags: edd_20130524
N ports/misc/tapclean/Makefile
N ports/misc/tapclean/distinfo
N ports/misc/tapclean/patches/patch-src_Makefile
N ports/misc/tapclean/pkg/PLIST
N ports/misc/tapclean/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/05/24 13:08:43
Modified files:
misc : Makefile
Log message:
link misc/tapclean
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/24 13:17:59
Modified files:
misc/tapclean : Makefile
Log message:
remove bogus variables
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/24 13:33:01
Modified files:
audio/ruby-vorbis_comment: Makefile distinfo
audio/ruby-vorbis_comment/pkg: PLIST
Log message:
Update to vorbis_comment 1.0.2.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/24 15:29:51
Modified files:
mail/roundcubemail: Makefile
mail/roundcubemail/pkg: PLIST
Log message:
@sample the composer.json-dist file, to make it simpler for people wanting
to use the plugins.roundcube.net plugin repository.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/05/24 16:05:51
Modified files:
emulators/qemu : Makefile distinfo
emulators/qemu/patches: patch-configure
Removed files:
emulators/qemu/patches: patch-Makefile_objs patch-tests_Makefile
Log message:
Update to QEMU 1.4.2. Includes a fix for CVE-2013-2007.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/05/24 18:33:11
Modified files:
audio/squeezecenter: Makefile
benchmarks/sysbench: Makefile
databases : Makefile
databases/dbic++: Makefile
databases/hs-HDBC-mysql: Makefile
databases/libdbi-drivers: Makefile
databases/luadbi: Makefile
databases/mysqlcc: Makefile
databases/p5-Class-DBI-mysql: Makefile
databases/p5-DBD-mysql: Makefile
databases/py-mysql: Makefile
databases/ruby-do_mysql: Makefile
databases/ruby-mysql: Makefile
databases/ruby-mysql2: Makefile
databases/ruby-mysqlplus: Makefile
devel/mysql++ : Makefile
games/rftg : Makefile
lang/io : Makefile
lang/php : Makefile.inc
lang/php/5.2 : Makefile
lang/php/5.3 : Makefile
mail/bmf : Makefile
mail/courier-authlib: Makefile
mail/dovecot : Makefile
mail/dspam : Makefile
mail/exim : Makefile
mail/perdition : Makefile
mail/postfix : Makefile.inc
mail/postfix/snapshot: Makefile
mail/postfix/stable: Makefile
mail/zarafa/zarafa: Makefile
net/freeradius : Makefile
net/gnugk : Makefile
net/jabberd : Makefile
net/nagios/plugins: Makefile
net/nedi : Makefile
net/pmacct : Makefile
net/poco : Makefile
net/powerdns : Makefile
net/pure-ftpd : Makefile
net/rtg : Makefile
net/zabbix : Makefile
security/cvechecker: Makefile
security/cyrus-sasl2: Makefile
security/hydra : Makefile
security/samhain: Makefile
sysutils/bacula: Makefile
sysutils/collectd: Makefile
sysutils/rsyslog: Makefile
telephony/asterisk: Makefile
telephony/kamailio: Makefile
textproc/redland: Makefile
textproc/sphinx: Makefile
www/cherokee : Makefile
www/lighttpd : Makefile
www/mod_auth_mysql: Makefile
www/mod_log_sql: Makefile
www/mod_mp3 : Makefile
www/sope : Makefile
www/squidguard : Makefile
x11/gnome/libgda: Makefile
x11/gnustep/sqlclient: Makefile
x11/kde/office3: Makefile
x11/qt3 : Makefile
x11/qt4 : Makefile
Log message:
Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
ok sthen aja
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/05/24 20:45:01
Modified files:
productivity/akonadi: Makefile
sysutils/cfengine: Makefile
Log message:
2 ports were missed with the move to MariaDB.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/25 02:52:22
Modified files:
sysutils/d-feet: Makefile
Added files:
sysutils/d-feet/patches: patch-data_Makefile_in
Log message:
add a dependency on gtk+3, and don't run update-desktop-database in "make fake".
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/25 02:54:27
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
add a quirk for mysql->mariadb (most people won't need this as dependencies
enforce the update anyway, but this makes sure it won't be missed). ok brad@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/25 02:55:56
Log message:
import ports/mail/rcube-yubikey-plugin, ok ajacoutot@
Plugin for Roundcube webmail for two-factor authentication, allowing
the choice (per-account) of requiring YubiKey authentication in addition
to standard password authentication.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130525
N ports/mail/rcube-yubikey-plugin/Makefile
N ports/mail/rcube-yubikey-plugin/distinfo
N ports/mail/rcube-yubikey-plugin/patches/patch-yubikey_authentication_php
N ports/mail/rcube-yubikey-plugin/patches/patch-config_inc_php
N ports/mail/rcube-yubikey-plugin/pkg/DESCR
N ports/mail/rcube-yubikey-plugin/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/25 02:56:23
Modified files:
mail : Makefile
Log message:
+rcube-yubikey-plugin
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/05/25 04:05:52
Modified files:
sys/net : if_tun.c
Log message:
set the IFF_RUNNNING flag when recreating an interface after the
IFF_LINK0 flag has been added; from form, ok deraadt claudio
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/05/25 05:54:14
Modified files:
usr.bin/make : compat.c engine.c gnode.h targ.c
Log message:
obviously missed something, so revert.
(noticed by sthen@/matthieu@)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/25 06:03:20
Modified files:
. : INDEX
Log message:
sync, 8063 unzels
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/25 06:33:05
Modified files:
www/squid : Makefile distinfo
www/squid/patches: patch-configure_ac patch-src_cf_data_pre
www/squid/pkg : PLIST-ldap PLIST-main
Log message:
update to squid 3.3.5
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/25 07:33:47
Modified files:
bin/pax : cpio.c
Log message:
Fix typo. From Caspar Schutijser via tech@.
CVSROOT: /cvs
Module name: www
Changes by: kettenis@cvs.openbsd.org 2013/05/25 07:51:46
Modified files:
. : want.html
Log message:
Jason Bergstrom sent me an Ultra 2.
CVSROOT: /cvs
Module name: src
Changes by: rpe@cvs.openbsd.org 2013/05/25 09:00:25
Modified files:
distrib/miniroot: install.sub
Log message:
remove first and last space within (( ))
ok halex@ krw@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/25 09:09:41
Modified files:
sys/arch/mvme88k/mvme88k: m181_machdep.c
Log message:
Minimal support for MVME224 and MVME236 memory boards.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/25 10:22:12
Modified files:
sys/arch/m88k/m88k: eh_common.S
Log message:
Allow badaddr() to be used with a size of 8. Needed by the MVME181 memory
detection code, and forgotten in previous commit.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/25 11:49:55
Modified files:
sys/arch/m88k/m88k: m8820x_machdep.c
Log message:
Fix wbinv routine used by bus_dmamap_sync() to correctly operate on all cmmus,
instead of I$ cmmu only.
This longstanding bug has been introduced in r1.44, which commit message was
right mentioning that it `fixes some bugs, probably introduces new ones as
well'.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/05/25 12:22:43
Modified files:
databases/p5-DBD-SQLite: Makefile
Log message:
remove shipped sqlite3.{c,h}
DBD::SQLite uses the ones from base
ok sthen@
basic idea ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/25 16:17:54
Log message:
Import ruby-swift-db-mysql 0.3.0, MySQL driver for ruby swift ORM.
OK sthen@
Status:
Vendor Tag: jeremy
Release Tags: jeremy_2013-May-25
N ports/databases/ruby-swift-db-mysql/Makefile
N ports/databases/ruby-swift-db-mysql/distinfo
N ports/databases/ruby-swift-db-mysql/patches/patch-ext_swift_db_mysql_extconf_rb
N ports/databases/ruby-swift-db-mysql/pkg/DESCR
N ports/databases/ruby-swift-db-mysql/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/25 16:18:46
Log message:
Import ruby-swift-db-postgres 0.3.0, PostgreSQL driver for ruby swift
ORM.
OK sthen@
Status:
Vendor Tag: jeremy
Release Tags: jeremy_2013-May-25
N ports/databases/ruby-swift-db-postgres/Makefile
N ports/databases/ruby-swift-db-postgres/distinfo
N ports/databases/ruby-swift-db-postgres/patches/patch-ext_swift_db_postgres_extconf_rb
N ports/databases/ruby-swift-db-postgres/pkg/DESCR
N ports/databases/ruby-swift-db-postgres/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/25 16:20:02
Log message:
Import ruby-swift-db-sqlite3 0.1.3, SQLite3 driver for ruby swift ORM.
OK sthen@
Status:
Vendor Tag: jeremy
Release Tags: jeremy_2013-May-25
N ports/databases/ruby-swift-db-sqlite3/distinfo
N ports/databases/ruby-swift-db-sqlite3/Makefile
N ports/databases/ruby-swift-db-sqlite3/pkg/DESCR
N ports/databases/ruby-swift-db-sqlite3/pkg/PLIST
N ports/databases/ruby-swift-db-sqlite3/patches/patch-ext_swift_db_sqlite3_extconf_rb
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/25 16:22:35
Modified files:
databases/ruby-swift: Makefile distinfo
databases/ruby-swift/pkg: PLIST
Removed files:
databases/ruby-swift/patches: patch-ext_extconf_rb
Log message:
Update to swift 1.2.0. The database drivers have been moved into
separate swift-db-* ports (recently imported), and this no longer
depends on dbic++.
While here, allowing building on ruby 2.0.
OK sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/25 16:27:12
Modified files:
databases : Makefile
Log message:
Link ruby-swift-db-*, unlink ruby-mysqlplus.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/25 16:30:27
Removed files:
databases/ruby-mysqlplus: Makefile distinfo
databases/ruby-mysqlplus/pkg: DESCR PLIST
Log message:
Remove ruby-mysqlplus, broken at runtime after switch to MariaDB.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/25 16:43:54
Modified files:
devel/ruby-fastthread: Makefile
Log message:
Allowing building on ruby 2.0, no package change on other ruby versions.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/25 16:53:46
Modified files:
textproc/ruby-hyperestraier: Makefile
Log message:
Add support for a ruby20 FLAVOR for building with ruby 2.0.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/25 17:00:49
Modified files:
www/nginx : Makefile.inc
Log message:
For the passenger FLAVOR, force a BDEP on ruby19-passenger (removing
ruby-passenger), as CONFIGURE_ARGS specifies a directory that only
exists in ruby19-passenger.
The RDEP hasn't changed (can use either ruby-passenger or
ruby19-passenger), so no package change.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/25 17:20:51
Modified files:
databases/ruby-ldap: Makefile
Log message:
Create a temporary directory required for building on ruby 2.0, no package change
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/05/25 19:34:06
Modified files:
distrib/sets/lists/man: mi
Log message:
sycn
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2013/05/26 03:30:55
Modified files:
audio/grip : Makefile
databases/gq : Makefile distinfo
devel/tmake : Makefile distinfo
games/sdlroids : Makefile distinfo
japanese/gwaei : Makefile distinfo
net/ez-ipupdate: Makefile distinfo
textproc/ruby-liquid: Makefile
textproc/ruby-markaby: Makefile distinfo
textproc/yould : Makefile distinfo
www/phpicalendar: Makefile distinfo
www/py-flup : Makefile distinfo
www/ruby-mongrel: Makefile distinfo
x11/numlockx : Makefile distinfo
Log message:
- update HOMEPAGE
- update MASTER_SITES where needed
- regen distinfo while here
patch from Martin Natano with tweaks by me.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/05/26 07:43:54
Modified files:
lang/php/5.2 : Makefile
Log message:
fix brad booboo.
typical
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/05/26 07:45:00
Modified files:
mail/perdition : Makefile
Log message:
brad, build your shit, use register-plist
you will avoid beginner's mistakes like those
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/26 09:27:35
Modified files:
devel/p5-YAML-Syck: Makefile distinfo
devel/p5-YAML-Syck/pkg: DESCR
Log message:
update to YAML::Syck 1.27 - update to 1.25 was from Mikolaj Kucharski but
it's no longer on CPAN so I've updated again to 1.27. Add a warning to
DESCR while there and point people at the explanation in the manpage
as this is not regularly maintained upstream.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/26 09:28:35
Modified files:
devel/p5-Test-YAML-Valid: Makefile distinfo
Log message:
update to Test::YAML::Valid 0.04, from Mikolaj Kucharski
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/26 09:29:21
Modified files:
devel/p5-YAML-Tiny: Makefile distinfo
Log message:
update to YAML::Tiny 0.51, from Mikolaj Kucharski
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/26 09:30:10
Modified files:
devel/p5-YAML : Makefile distinfo
devel/p5-YAML/pkg: PLIST
Log message:
update to p5-YAML 0.84, from Mikolaj Kucharski
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/26 09:30:49
Modified files:
devel/p5-YAML-XS: Makefile distinfo
Log message:
update to YAML::XS 0.41, from Mikolaj Kucharski
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/26 09:57:13
Modified files:
games/manaplus : Makefile distinfo
games/manaplus/pkg: PLIST
Log message:
Update games/manaplus to 13.5.26
ok benoit@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/05/26 10:02:20
Modified files:
usr.sbin/pkg_add/OpenBSD: PkgCheck.pm
Log message:
add B: to the list of options actually handled.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/05/26 10:03:40
Modified files:
devel/node-fibers: distinfo
Log message:
Regenerate distinfo, tarball was recompressed upstream (no difference
in uncompressed tarball). Pointed out by espie@.
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/05/26 11:44:30
Modified files:
cad/xcircuit : Makefile distinfo
Log message:
Update to xcircuit-3.7.49.
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/05/26 13:28:27
Modified files:
distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300
md.hppa md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.sgi md.socppc md.sparc
md.sparc64 md.zaurus
distrib/sets/lists/xserv: md.amd64 md.i386 md.macppc
Log message:
syn
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/05/26 16:37:53
Modified files:
security/p5-Net_SSLeay: Makefile distinfo
Log message:
update p5-Net-SSLeay to 1.54
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/05/26 17:01:21
Modified files:
security/p5-Net-SSLGlue: Makefile distinfo
security/p5-Net-SSLGlue/pkg: PLIST
Log message:
update p5-Net-SSLGlue to 1.03
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/05/26 17:02:56
Modified files:
security/p5-IO-Socket-SSL: Makefile distinfo
Log message:
update p5-IO-Socket-SSL to 1.89
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/05/26 17:24:24
Modified files:
net/p5-IO-Socket-INET6: Makefile distinfo
Log message:
update p5-IO-Socket-INET6 to 2.70
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2013/05/26 22:51:16
Modified files:
net/tcpcat : Makefile distinfo
Log message:
- update HOMEPAGE
- update MASTER_SITES
- distfile was changed (just typo fix in README)
patch from Martin Natano with tweaks by me.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/27 01:56:31
Modified files:
sysutils/lsof : Makefile
Log message:
Fix awk script too.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/27 02:05:07
Modified files:
www/phpmyadmin : Makefile distinfo
Log message:
Bugfix update to 4.0.2
Full changelog available at https://github.com/phpmyadmin/phpmyadmin/blob/master/ChangeLog
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/27 03:11:52
Modified files:
devel/git : Makefile distinfo
devel/git/patches: patch-Makefile
Log message:
Update git to 1.8.3.
ok dcoppa@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/05/27 04:06:58
Modified files:
de : donations.html events.html
nl : donations.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/27 04:47:20
Modified files:
emulators/sdlmame: Makefile distinfo
Log message:
Update emulators/sdlmame to 0.148u5
Tested by rfreeman@
ok sthen@ rfreeman@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/27 04:48:06
Modified files:
emulators/sdlmess: Makefile distinfo
Log message:
Update emulators/sdlmess to 0.148u5
Tested by rfreeman@
ok sthen@ rfreeman@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/27 05:43:08
Modified files:
x11/gnome-mplayer: Makefile
x11/gnome-mplayer/patches:
patch-apps_gnome-mplayer_preferences_gschema_xml
patch-src_gui_c patch-src_main_c
Removed files:
x11/gnome-mplayer/patches: patch-src_common_h
patch-src_support_c
Log message:
I've changed my mind: disable cover art support, it's fubar.
While here, simplify volume-related patches.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/27 07:25:25
Modified files:
net/poco : Makefile
Log message:
missing bump after MySQL->MariaDB switch
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/27 08:02:45
Modified files:
net/filezilla : Makefile distinfo
net/filezilla/pkg: PLIST
Removed files:
net/filezilla/patches: patch-tests_Makefile_in
Log message:
Update to 3.7.0.2
lot of bug fixes, sftp performance improvements as well
Full changelog available at https://filezilla-project.org/versions.php?version=3.7.0.2
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/27 08:07:25
Modified files:
sbin/route : route.8 route.c
Log message:
autodetect ipv6 addresses for route(8). ok benno@ bluhm@, manpage help jmc@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/05/27 10:06:51
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
I could swear I committed this already: have DPB in-synch with future dpb
work.
also, warn for MASTER_SITES that don't end with /, as this is usually
an issue (but not always), as discussed with rpe@
In case successful fetch yields wrong size, always remove the partial for
later MASTER_SITES to pick it up, the 'cute' code that keeps partials over
30K is not really all that useful...
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/27 10:46:19
Modified files:
usr.sbin/rtsold: rtsold.8
Log message:
undo previous: apparently "on the order of" is legitimate
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/05/27 11:25:00
Modified files:
usr.sbin/smtpd/smtpd: Makefile
Log message:
No need to build asr files anymore.
ok gilles@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/05/27 11:31:01
Modified files:
lib/libc/asr : asr.c asr_debug.c asr_private.h getaddrinfo.c
gethostnamadr.c getnameinfo.c getnetnamadr.c
getrrsetbyname.c res_init.c res_query.c
res_send.c
Log message:
Add minimal support for _res setup and update.
Change res_init() to initialize the _res structure on first call, and
udpate the global async context if changes were made by the user. All
resolver functions now call res_init() internally.
fixes issue spotted by otto@
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/27 12:16:32
Modified files:
usr.bin/mg : mg.1
Log message:
Add dired commands. ok and suggestions jmc@
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/27 12:24:44
Modified files:
usr.bin/mg : dired.c
Log message:
Add dired-create-directory to function maps.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/05/27 13:28:51
Modified files:
usr.bin/mg : mg.1
Log message:
tweak previous;
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/27 13:29:25
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Make i915_gem_set_domain_ioctl closer to the Linux code. Prepares us for a
future where we don't map everything through the GTT anymore.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/27 13:37:45
Modified files:
sys/arch/sgi/dev: gbe.c
Log message:
Correctly specify the visible part of the rightmost tile when the current
resolution is not a multiple of the tile size, in emulation (text) mode.
The usual 1280x1024 resolution ended up with the correct value, by chance,
but a width of 1600 would be wrong. (X11 was running fine)
Tested on the 1600x1024 resolution of the 1600SW display. Thanks to Johan
Sanchez for lending me a 1600SW monitor and an adapter board.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/27 14:18:13
Modified files:
japanese/gwaei : Makefile
Log message:
missing bump after homepage change
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/27 15:09:09
Modified files:
sys/arch/luna88k/dev: timekeeper.c
Log message:
Drop lvalue casts; allows this to compile with gcc 4.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/27 15:10:33
Modified files:
sys/arch/m88k/m88k: m88100_fp.S
Log message:
Use FLUSH_PIPELINE instead of rolling our own. No functional change.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/27 15:19:31
Modified files:
sys/dev/ic : siop.c
sys/dev/pci : azalia_codec.c pciide.c
Log message:
Fix edge cases of uninitialized variables. In my tree for too long, I even
got ok's for azalia but I don't remember from whom.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/27 15:25:56
Modified files:
distrib/notes/mvme88k: contents hardware
Log message:
MVME181 updates.
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/05/27 15:46:57
Modified files:
net/p5-Net-IMP : Makefile distinfo
net/p5-Net-IMP/pkg: PLIST
Log message:
update p5-Net-IMP to 0.612
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/05/27 15:56:21
Modified files:
net/p5-Net-PcapWriter: Makefile distinfo
net/p5-Net-PcapWriter/pkg: PLIST
Log message:
update p5-Net-PcapWriter to 0.71
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/05/27 17:20:45
Modified files:
app/cwm : calmwm.h xutil.c
Log message:
fix type in a ClientMessage (xu_sendmsg).
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/27 18:09:08
ports/audio/musique/patches
Update of /cvs/ports/audio/musique/patches
In directory cvs.openbsd.org:/tmp/cvs-serv16400/patches
Log Message:
Directory /cvs/ports/audio/musique/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/27 18:12:23
Modified files:
audio/musique : Makefile
Added files:
audio/musique/patches: patch-src_utils_cpp
Log message:
Some fixes for audio/musique:
Add RUN_DEPENDS on multimedia/gstreamer-0.10/plugins-{good,ugly} to make
sure that FLAC and MP3 files can be played.
Add a patch so that icons will be displayed when musique is used outside
a Desktop Environment.
ok dcoppa@
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/05/28 03:46:06
Modified files:
sys/dev/mii : brgphy.c dcphy.c mlphy.c rgephy.c urlphy.c
xmphy.c
sys/dev/sbus : be.c
Log message:
Fix a common issue across different PHY drivers to reset the
autonegotiation timer when PHY gets the link so that if we
restart the timer the mii_ticks value would be sane.
Lifted originally from FreeBSD, tested by a few on re(4) and
bge(4), ok kettenis
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/28 04:03:00
Modified files:
audio : Makefile
Removed files:
audio/last.fm : Makefile distinfo
audio/last.fm/files: as.png lastfm.desktop user_black22.png
user_blue22.png user_disabled22.png
user_green22.png user_orange22.png
user_red22.png
audio/last.fm/patches: patch-LastFM_pro
patch-definitions_pro_inc
patch-src_AudioController_cpp
patch-src_DiagnosticsDialog_cpp
patch-src_DiagnosticsDialog_h
patch-src_ProxyOutput_h
patch-src_Radio_cpp
patch-src_RestStateWidget_cpp
patch-src_SideBarDelegate_cpp
patch-src_SideBarModel_cpp
patch-src_SideBarView_cpp
patch-src_configwizard_cpp
patch-src_container_cpp
patch-src_container_h
patch-src_container_ui
patch-src_extensions_dbus_DBusExtension_cpp
patch-src_extensions_dbus_dbusextension_pro
patch-src_httpinput_httpinput_cpp
patch-src_httpinput_httpinput_h
patch-src_httpinput_httpinput_pro
patch-src_iconshack_cpp
patch-src_iconshack_h
patch-src_lastfmapplication_cpp
patch-src_lastfmapplication_h
patch-src_libMoose_MooseCommon_cpp
patch-src_libMoose_libMoose_pro
patch-src_libUnicorn_CachedHttp_cpp
patch-src_libUnicorn_CachedHttp_h
patch-src_libUnicorn_Collection_h
patch-src_libUnicorn_RedirectHttp_h
patch-src_libUnicorn_Settings_h
patch-src_libUnicorn_UnicornCommon_cpp
patch-src_libUnicorn_WebService_Request_h
patch-src_libUnicorn_draglabel_cpp
patch-src_libUnicorn_libUnicorn_pro
patch-src_libUnicorn_logger_h
patch-src_libUnicorn_unicorn_pro_inc
patch-src_mediadevices_ipod_IpodDevice_cpp
patch-src_mediadevices_ipod_IpodDevice_h
patch-src_mediadevices_ipod_ipod_pro
patch-src_output_portAudio_portAudioOutput_cpp
patch-src_output_portAudio_portAudioOutput_h
patch-src_output_portAudio_portAudio_pro
patch-src_playerlistener_h
patch-src_settingsdialog_cpp
patch-src_settingsdialog_scrobbling_ui
patch-src_src_pro patch-src_systray_cpp
patch-src_systray_h
patch-src_transcode_mad_mad_pro
patch-src_updatewizard_h
patch-src_wizardselectupdatespage_h
audio/last.fm/pkg: DESCR PLIST
Log message:
Bye bye last.fm: marked broken since four months and nobody cared.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/28 05:15:44
Modified files:
x11/awesome : Makefile
x11/awesome/patches: patch-xwindow_c
Added files:
x11/awesome/patches: patch-themes_default_theme_lua_in
Log message:
Zap another couple of hardcoded paths.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/28 07:49:38
Modified files:
graphics/dcraw : Makefile distinfo
Log message:
update to dcraw 9.17
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/28 07:51:12
Modified files:
graphics/libraw: Makefile distinfo
graphics/libraw/patches: patch-src_libraw_cxx_cpp
graphics/libraw/pkg: PLIST
Removed files:
graphics/libraw/pkg: PFRAG.shared
Log message:
update to latest 0.14.x libraw (N.B. 0.15.2 has a buffer overflow fix but it's
not yet clear whether this is in old code, or newly-added code for 0.15.x,
and 0.15.x changes API which breaks shotwell build).
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/28 08:41:39
Modified files:
x11/faenza-icon-theme: Makefile
Log message:
Fix homepage.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/28 09:02:45
Modified files:
sys/dev/pci : pcidevs
Log message:
add some more radeon devices
CVSROOT: /cvs
Module name: ports
Changes by: eric@cvs.openbsd.org 2013/05/28 09:03:20
Modified files:
graphics/gifsicle: Makefile distinfo
Log message:
update to gifsicle 1.70
from Donovan Watteau
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/05/28 09:03:37
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/28 12:35:10
Modified files:
usr.bin/mg : dired.c
Log message:
In dired mode the commands:
dired-copy-file
dired-rename-file
dired-create-directory
do not refresh the dired buffer. Now they do.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/28 23:13:42
Modified files:
graphics/pngcrush: Makefile distinfo
Log message:
Update pngcrush to 1.7.59.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/28 23:28:49
Modified files:
usr.bin/mg : dired.c
Log message:
Use same method as elsewhere in mg to inidicate a failure of strdup.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/05/29 00:43:49
Modified files:
lib/libc/asr : gethostnamadr.c
Log message:
use paramaters instead of static storage in _gethostbyname()
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/05/29 03:35:16
Modified files:
usr.sbin/pkg_add/OpenBSD: PackageLocator.pm
Log message:
allow installpath to use +=, requested by quite a few people,
but did require testing.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/05/29 03:37:17
Modified files:
infrastructure/lib/DPB: Heuristics.pm
Log message:
scrape redundant test
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 08:08:06
Modified files:
net/lftp : Makefile distinfo
net/lftp/patches: patch-lib_vasnprintf_c patch-src_Makefile_in
patch-src_Resolver_cc
net/lftp/pkg : PLIST
Added files:
net/lftp/patches: patch-configure
Log message:
- update lftp to lftp-4.4.5
ok kevlo@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 08:10:58
Modified files:
net/lftp : Makefile
Log message:
add short comment as to why gnu readline is used.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 08:13:01
Log message:
import avr metapackage with AVR toolchain and development tools.
ok edd@
Status:
Vendor Tag: jasper
Release Tags: jasper_20132905
N ports/meta/avr/Makefile
N ports/meta/avr/pkg/DESCR
N ports/meta/avr/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 08:13:42
Modified files:
meta : Makefile
Log message:
+avr
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 08:20:39
Modified files:
graphics/clutter/clutter-gst: Makefile distinfo
Log message:
update to clutter-gst-2.0.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 08:25:30
Modified files:
graphics/clutter: Makefile.inc
Log message:
drop some unused variables
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/29 08:30:42
Modified files:
meta/avr : Makefile
meta/avr/pkg : PLIST
Log message:
Missing RCS id.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 08:30:45
Modified files:
graphics/clutter/mash: Makefile
Log message:
- update homepage and point to working master site
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 08:32:11
Modified files:
math/gnuplot : Makefile distinfo
math/gnuplot/pkg: PLIST
Removed files:
math/gnuplot/patches: patch-docs_Makefile_in
patch-src_Makefile_in
Log message:
- update to gnuplot 4.6.3
testing by various
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 08:50:19
Modified files:
x11/gnome/grilo-plugins: Makefile distinfo
x11/gnome/grilo-plugins/patches: patch-configure
x11/gnome/grilo-plugins/pkg: PLIST
Added files:
x11/gnome/grilo-plugins/patches:
patch-test_test_tmdb_full_resolution_c
Log message:
update to grilo-plugins-0.2.8
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 08:52:26
Modified files:
x11/gnome/gedit-plugins: Makefile distinfo
Log message:
update to gedit-plugins-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 08:59:10
Modified files:
x11/gnome/grilo-plugins/patches:
patch-test_test_tmdb_full_resolution_c
Log message:
pushed upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 09:04:42
Modified files:
x11/gnome/contacts: Makefile distinfo
Log message:
update to gnome-contacts-3.8.2
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/29 09:15:49
Modified files:
usr.bin/mandoc : term.c
regress/usr.bin/mandoc/mdoc/Bk: break.in break.out_ascii
Log message:
In keep mode, if any text is printed (even in NOSPACE mode),
any text that follows must be kept on the same line.
I already found the issue and wrote the patch in April 2011,
but didn't come round to do proper testing and forgot about it.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 09:24:22
Modified files:
net/gssdp : Makefile distinfo
Log message:
update to gssdp-0.14.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 09:29:47
Modified files:
net/gupnp/core : Makefile distinfo
Log message:
update to gupnp-0.20.3
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/29 09:40:14
Modified files:
usr.bin/mandoc : mdoc_man.c mdoc_term.c
regress/usr.bin/mandoc/mdoc/Bk: synopsis.in synopsis.out_ascii
Log message:
In SYNOPSIS mode, .Ek doesn't end a keep.
Found and fixed on the plane to the OpenBSD t2k13 hackathon in Toronto.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 09:46:05
Modified files:
lang/newlisp : Makefile distinfo
lang/newlisp/patches: patch-guiserver_newlisp-edit_lsp
lang/newlisp/pkg: PLIST
Log message:
- update to newlisp-10.5.0
maintainer timed-out
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/29 10:11:32
Modified files:
usr.bin/mandoc : mdoc_term.c
Log message:
Simplify condition, avoid duplicate code; no functional change.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 10:56:28
Modified files:
lang/scala : Makefile distinfo
lang/scala/files: scala scalac scaladoc scalap
lang/scala/pkg : PLIST
Added files:
lang/scala/files: fsc
Log message:
- update to scala-2.10.1
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 11:04:38
Modified files:
devel/libgtop2/patches: patch-sysdeps_openbsd_swap_c
Log message:
pushed upstream
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/05/29 11:04:46
Modified files:
sys/dev/pci : if_bge.c if_bgereg.h
Log message:
PHY auto-polling mode should not be used for anything newer than BCM5705.
Figured out by David Imhoff, checked against FreeBSD, Linux and official
documentation. Fixes up link negotiation on BCM5719.
Original diff by David, tweaked by me; tested on BCM5702X and BCM5761 by
naddy@; BCM5714, BCM5719, BCM5720 and BCM5721 by dlg@, BCM5721 and
BCM5719 by David and BCM5719 by me. ok dlg
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/05/29 11:05:49
Modified files:
sys/arch/vax/compile: .cvsignore
Log message:
remove non-existing kernel configurations
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/29 13:16:48
Modified files:
usr.bin/mg : dired.c
Log message:
Make the mg dired commands:
dired-flag-file-deleted
dired-backup-unflag
dired-unflag
behave more like emacs when the cursor stays on the first character of
the file name.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/05/29 13:49:01
Modified files:
distrib/sets/lists/base: md.mvme88k
distrib/sets/lists/comp: md.mvme88k
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/29 14:04:13
Modified files:
print/texlive/base: Makefile
print/texlive/base/pkg: README
Added files:
print/texlive/base/patches:
patch-texk_texlive_linked_scripts_bibexport_bibexport_sh
patch-texk_texlive_linked_scripts_installfont_installfont-tl
patch-texk_texlive_linked_scripts_latexfileversion_latexfileversion
Log message:
Big shebang update for TeXlive. Unbreaks a lot of bundled scripts.
So many iterations that I forgot, what upcoming port was broken with
old version.
Tested by and okay kili@, and also edd@ for earlier version.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/29 14:19:15
Modified files:
net/isc-bind : Makefile distinfo
net/isc-bind/patches: patch-bin_named_include_named_globals_h
net/isc-bind/pkg: PLIST
Removed files:
net/isc-bind/patches: patch-lib_dns_rootns_c
Log message:
update to BIND 9.9.3
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/05/29 14:36:12
Modified files:
sys/arch/mips64/include: pmap.h
Log message:
Add PMAP_PA_MASK to mips64. Needed for loongson hibernate.
Okay miod@.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 14:44:52
Modified files:
www : Makefile
Log message:
unhook xmhtml
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 14:45:44
Removed files:
www/xmhtml : Makefile distinfo
www/xmhtml/patches: patch-Makefile
patch-include_XmHTML_resources_h
patch-lib_Makefile patch-lib_Motif_Makefile
patch-lib_common_Makefile
patch-lib_common_layout_c
patch-lib_common_parse_c
patch-lib_common_readPNG_c
www/xmhtml/pkg : DESCR PFRAG.shared PLIST
Log message:
1997 called, they want their html 3.2 widget back.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/29 14:46:25
Modified files:
math/grace : Makefile
math/grace/pkg : DESCR
Log message:
drop the xmhtml flavor, which wasn't built by default.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/29 14:57:58
Modified files:
net/socat : Makefile distinfo
Log message:
Update socat to 1.7.2.2.
Fix a security issue:
http://www.dest-unreach.org/socat/contrib/socat-secadv4.html
ok nigel@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/29 15:11:45
Modified files:
mail/dovecot-pigeonhole: Makefile distinfo
Log message:
update dovecot-pigeonhole to 0.3.5, ok brad
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/29 15:25:50
Modified files:
devel/pango : Makefile
Added files:
devel/pango/patches: patch-pango_break_c
Log message:
Bug 700577 - Support invalid UTF-8 chars in pango_find_paragraph_boundary()
(from upstream).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/29 15:50:30
Modified files:
devel/vte3 : Makefile
devel/vte3/patches: patch-src_pty_c
Added files:
devel/vte3/patches: patch-src_vte_h
Log message:
Add a spawn flag to not inherit the parent environment (from upstream).
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/05/29 15:54:11
Modified files:
papers : index.html
Log message:
Add link to the slides of my talk at bsdcan.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/05/29 15:58:25
Modified files:
usr.sbin/pkg_add/OpenBSD: PackageLocator.pm
Log message:
I had misgivings about that one, I was right. Missed an obvious testcases,
and my crash bunnies ARE a bunch of unreliable nitwits.
thanks kili@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/29 16:23:02
Modified files:
sys/conf : files
sys/uvm : uvm.h
Removed files:
sys/uvm : uvm_loan.c uvm_loan.h
Log message:
uvm_loan has not (ever) been compiled or used.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/29 17:10:16
Modified files:
www/midori : Makefile distinfo
www/midori/patches: patch-wscript
www/midori/pkg : PLIST
Log message:
Long awaited update to midori 0.5.2, now that webkit plugin listing code
has been fixed a while ago...
CVSROOT: /cvs
Module name: src
Changes by: yuo@cvs.openbsd.org 2013/05/29 17:14:40
Modified files:
sys/dev/pci : pcidevs
Log message:
add another pid for Intel Centrino Advanced-N 6235
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/29 17:15:11
Modified files:
usr.bin/mandoc : mandocdb.c manpath.c manpath.h
Log message:
Trivial sync to bsd.lv:
Kristaps changed the size member of struct manpaths from int to size_t.
No functional change.
CVSROOT: /cvs
Module name: src
Changes by: yuo@cvs.openbsd.org 2013/05/29 17:15:39
Modified files:
sys/dev/pci : pcidevs_data.h pcidevs.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: yuo@cvs.openbsd.org 2013/05/29 17:16:52
Modified files:
sys/dev/pci : if_iwn.c
Log message:
add another pid of Centrino Advanced-N 6235.
CVSROOT: /cvs
Module name: src
Changes by: yuo@cvs.openbsd.org 2013/05/29 17:32:04
Modified files:
sys/dev/usb : usbdevs
Log message:
add ASIX AX88179
CVSROOT: /cvs
Module name: src
Changes by: yuo@cvs.openbsd.org 2013/05/29 17:32:52
Modified files:
sys/dev/usb : usbdevs.h usbdevs_data.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/05/29 18:02:02
Modified files:
usr.bin/pkg-config: pkg-config
Log message:
adjust error message for empty files to display the full path to the file,
helps in case the file exists in multiple locations. this also matches fd.o.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/05/29 18:02:36
Modified files:
regress/usr.bin/pkg-config: Makefile
Log message:
sync with pkg-config -r1.80 wrt to the output for empty files.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/29 18:28:07
Modified files:
security/cyrus-sasl2: Makefile
Added files:
security/cyrus-sasl2/patches: patch-libsasl2_pc_in
Log message:
Fix the pkgconfig file.
prodded by jasper@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/29 18:29:50
Modified files:
lang/php/5.3 : Makefile distinfo
Log message:
update to php 5.3.25, ok robert
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/05/29 19:10:45
Modified files:
lib/libc/string: memmem.c
Log message:
Remove useless include.
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/29 21:51:59
Modified files:
usr.bin/mandoc : read.c
Log message:
Reject non-printable characters found in the input stream even when
preceded by a backslash; otherwise, the escape sequence would later
be identified as invalid and the non-printable character would be
passed through to the output backends, sometimes triggering assertions.
Reported by Mike Small on the mdocml discuss list.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/29 22:17:25
Modified files:
usr.bin/mg : def.h dir.c dired.c
Log message:
Reuse the makedir() function in dir.c for dired's
dired-create-directory command.
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/29 22:27:18
Modified files:
usr.bin/mg : dired.c
Log message:
Use adjustname() before trying to use the path to be dired.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/05/30 02:34:33
Modified files:
devel/cmake : Makefile
devel/cmake/patches: patch-CMakeLists_txt
patch-Modules_FindLua51_cmake
patch-Modules_FindQt4_cmake
patch-Modules_FindSDL_cmake
patch-Modules_FindTCL_cmake
patch-Modules_Platform_OpenBSD_cmake
patch-Tests_CMakeTests_ModuleNoticesTest_cmake_in
Added files:
devel/cmake/patches: patch-Modules_Platform_UnixPaths_cmake
patch-Tests_RuntimePath_CMakeLists_txt
Removed files:
devel/cmake/patches: patch-Modules_FindBoost_cmake
patch-Modules_UseJava_cmake
Log message:
Simplification
Minor fixes and cleanups
Put stuff where it belongs
Zap some useless patches
(in preparation for cmake-2.8.11)
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/05/30 02:58:38
Modified files:
usr.bin/make : compat.c engine.c gnode.h targ.c
Log message:
remove cmtime again, but with a proper test for nodes without children.
problem seen by aja,
make pointed by matthieu,
sleuthing by me,
okay by millert
(and you say OpenBSD developers don't work together)
CVSROOT: /cvs
Module name: ports
Changes by: jung@cvs.openbsd.org 2013/05/30 03:25:39
Modified files:
x11/st : Makefile distinfo
x11/st/patches : patch-config_def_h patch-config_mk
Log message:
Update to 0.4.1
Drop some patch lines committed to upstream.
Ok gonzalo@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/30 04:13:59
Modified files:
usr.sbin/bgpd : bgpd.conf.5 session.c
Log message:
Add partial support to bgpd for the ttl hack with ipv6. This sends the correct
ttl on outgoing packets so peer sessions can come up correctly if both sides
use ttl-security, but the kernel side is not yet implemented so incoming
packets aren't verified (note added to manual for this). ok henning@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/30 04:35:26
Modified files:
textproc/p5-Libxml: Makefile distinfo
Log message:
no need for groff. regen distinfo.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/30 04:38:11
Modified files:
textproc/catfish: Makefile
Log message:
zap surplus whitespace
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/30 04:51:23
Modified files:
audio/cmt : Makefile
audio/ladspa : Makefile
games/ufoai : Makefile
graphics/dcmtk : Makefile
graphics/p5-Chart: Makefile
databases/mdbtools/snapshot: Makefile
databases/py-sqlite: Makefile
devel/codeworker: Makefile
devel/p5-File-FnMatch: Makefile
mail/bmf : Makefile
math/p5-AI-NeuralNet-Kohonen-Visual: Makefile
math/p5-AI-NeuralNet-Kohonen: Makefile
misc/bsdiff : Makefile
net/cftp : Makefile
net/dictd : Makefile
sysutils/shunt : Makefile
textproc/latex2html: Makefile
Log message:
zap whitespace at eof, no package changes
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/30 06:01:18
Modified files:
net/mcabber : Makefile distinfo
net/mcabber/pkg: PLIST
Log message:
update to mcabber 0.10.2, from maintainer Markus Hennecke
- use --tag=disable-static to disable libtool static archives for modules
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/05/30 06:14:22
ports/www/aria2/patches
Update of /cvs/ports/www/aria2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv7106/patches
Log Message:
Directory /cvs/ports/www/aria2/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/05/30 06:16:05
Modified files:
www/aria2 : Makefile distinfo
www/aria2/pkg : PLIST
Added files:
www/aria2/patches: patch-src_HttpRequestCommand_cc
Log message:
Update for Aria2 to 1.17.1
* Add code to detect rst2html.py or rst2html
* Enable multicast loopback in BitTorrent local peer discovery
* Treat response is completed if EOF is received before streamFilter
completes
* uitos: Fix off-by-one error bug
* Add missing check for sigaction
I add a patch to another off-by-one error reported by espie@ also
reported upstream by me, if the next release have this change we
can delete the patch.
Ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/05/30 06:38:08
Modified files:
databases : Makefile
Log message:
Disconnect mytop.
ok sthen@ giovanni@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/05/30 06:39:18
Modified files:
databases/mariadb: Makefile distinfo
databases/mariadb/patches: patch-sql_CMakeLists_txt
patch-sql_mysqld_cc
databases/mariadb/pkg: PLIST-main PLIST-server PLIST-tests
Log message:
Update to MariaDB 5.5.31. Also add pkgpath and conflict markers for mytop.
ok sthen@ giovanni@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/30 06:41:33
Modified files:
. : MODULES 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/30 07:00:06
Modified files:
proto/inputproto: ChangeLog XI2.h XI2proto.h configure.ac
proto/inputproto/specs: XI2proto.txt
Log message:
update to inputproto 2.3
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 07:08:59
Modified files:
lang/python : python.port.mk
Log message:
Bump the default python3 version to 3.3.
Successfully tested with gnome which is the biggest consumer of py3 -- any
regression, please let me know.
discussed with fgsch@ rpointel@ sthen@ jasper@ landry@ zhuk@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 07:09:21
Modified files:
graphics/blender: Makefile
devel/py-distribute: Makefile
devel/py-gobject3: Makefile
devel/py-nose : Makefile
devel/py-pip : Makefile
devel/py-py : Makefile
devel/py-setproctitle: Makefile
devel/py-test : Makefile
devel/py-xdg : Makefile
security/py-crypto: Makefile
textproc/py-MarkupSafe: Makefile
audio/speech-dispatcher: Makefile
devel/liblouis : Makefile
devel/libpeas : Makefile
graphics/py3-cairo: Makefile
x11/gnome/gedit: Makefile
x11/gnome/gedit-code-assistance: Makefile
x11/gnome/gedit-latex: Makefile
x11/gnome/gedit-plugins: Makefile
x11/gnome/orca : Makefile
x11/gnome/py-atspi: Makefile
Log message:
Bump after default py3 version switch.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 07:21:03
Modified files:
x11/gnome/orca : Makefile
Removed files:
x11/gnome/orca/patches: patch-configure_ac
Log message:
This patch is not needed anymore.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/30 07:27:53
Modified files:
www/piwik : Makefile distinfo
www/piwik/patches: patch-misc_cron_archive_sh
patch-plugins_CoreHome_templates_header_message_tpl
www/piwik/pkg : PLIST
Log message:
Update to 1.12, lot of bugs fixed and some improvements as well
New features description available at http://piwik.org/blog/2013/05/piwik-1-12/
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/05/30 07:29:50
Modified files:
databases/p5-DBD-mysql: Makefile distinfo
Log message:
Bugfix update to 4.023
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/05/30 07:47:45
Modified files:
distrib/notes/octeon: install
Log message:
uncomment a block as the installer has been taking care of that for a while now.
ok bcallah@
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/05/30 07:50:09
Modified files:
sys/stand/mkuboot: Makefile
Log message:
Make mkuboot install into the path so we can use it during builds.
OK jasper@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/30 08:08:05
Modified files:
www/mozilla : mozilla.port.mk
Log message:
Bump dependency on nspr 4.9.6, technically only needed for firefox.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/30 08:14:26
Modified files:
. : vax-simh.html
Log message:
Make sure tun0 is up. Found the hard way by Eric Radman.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/30 08:17:32
Modified files:
www/mozilla-firefox: Makefile distinfo
www/mozilla-firefox/patches:
patch-browser_app_profile_firefox_js
patch-browser_installer_Makefile_in
patch-gfx_thebes_gfxPlatform_cpp
patch-js_src_configure_in
patch-storage_src_mozStorageConnection_cpp
patch-toolkit_components_downloads_nsDownloadManager_cpp
patch-toolkit_library_Makefile_in
patch-xpcom_io_SpecialSystemDirectory_cpp
www/mozilla-firefox/pkg: PLIST
Log message:
Update to firefox 21.0.
- See http://www.mozilla.org/en-US/firefox/21.0/releasenotes/
- Fixes MFSA 2013-41->48
- switch back again to use gcc 4.6 on i386, ld hits the memory exhausted
wall again with objects built with clang. doh.
- stuff shuffled around in PLIST
*BIG SCARY WARNING FOR PRIVACY-CONCERNED USERS*
Firefox 21 starts implementing something called 'Firefox Health Report',
which sends _anonymized_ data to mozilla servers about Firefox
performance.
This is opt-out - users will be prompted at first start if they want to
keep it enabled. This is not turned as an opt-in knob in the port on
purpose, because i got no feedback on this, and that will allow upstream
to know they have some OpenBSD users. This is of course subject to change.
See https://blog.mozilla.org/futurereleases/2013/05/14/firefox-heal-thyself/
& about:healthreport for more info about this.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/30 08:21:11
Modified files:
www/firefox-i18n: Makefile.inc distinfo
www/firefox-i18n/pkg: MESSAGE
Log message:
Update to firefox-i18n 21.0
While here, rewrite MESSAGE to be more in line with reality. That part
from Marcus Merighi, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/30 08:26:50
Modified files:
www/seamonkey : Makefile
www/seamonkey/pkg: README-main
Log message:
Bump all REVISIONS after nspr LIB_DEPENDS bump.
No seamonkey 2.18 release with the gecko 21 train because of
infrastructure issues (see http://blog.drapostles.org/archives/95)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/30 08:28:52
Modified files:
mail/mozilla-thunderbird: Makefile distinfo
Log message:
Bugfix update to thunderbird 17.0.6.
- See https://www.mozilla.org/en-US/thunderbird/17.0.6/releasenotes/
- Fixes MFSA 2013-{41,42,44,46,47,48}
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/30 08:30:01
Modified files:
mail/thunderbird-i18n: Makefile.inc distinfo
mail/thunderbird-i18n/pkg: MESSAGE
Log message:
Update to thunderbird-i18n 17.0.6.
While here, rewrite MESSAGE to be more in line with reality. That part
from Marcus Merighi, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 08:44:55
Removed files:
lang/python/3.2: Makefile distinfo
lang/python/3.2/files: CHANGES.OpenBSD
lang/python/3.2/patches: patch-Lib_test_regrtest_py
patch-Lib_test_test_kqueue_py
patch-Lib_test_test_tempfile_py
patch-Makefile_pre_in
patch-Modules_pyexpat_c
patch-Modules_selectmodule_c
patch-configure_ac patch-setup_py
lang/python/3.2/pkg: DESCR-gdbm DESCR-idle DESCR-main
DESCR-tests DESCR-tkinter PLIST-gdbm
PLIST-idle PLIST-main PLIST-tests
PLIST-tkinter
Log message:
Remove python 3.2 now that 3.3 is the default. There is no point in keeping
2 different versions of py3.
ok jasper@ fgsch@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 08:45:07
Modified files:
lang/python : Makefile
Log message:
-3.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 08:46:31
Modified files:
lang/python : Makefile.inc python.port.mk
Log message:
3.2 -> 3.3
CVSROOT: /cvs
Module name: src
Changes by: kurt@cvs.openbsd.org 2013/05/30 08:48:44
Modified files:
distrib/sets/lists/comp: mi
Removed files:
sys/dev/ic : isp_tpublic.h
Log message:
tedu unused header. okay krw@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 09:04:51
Modified files:
devel/avr/libc : Makefile distinfo
Log message:
- update to avr-libc-1.8.0
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/30 09:06:59
Modified files:
driver/xf86-video-sis/src: sis_driver.c
Log message:
Build fix for sis driver under xserver 1.14
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/30 09:17:59
Modified files:
sys/uvm : uvm.h uvm_amap.c uvm_anon.c uvm_anon.h
uvm_aobj.c uvm_device.c uvm_fault.c uvm_km.c
uvm_map.c uvm_map.h uvm_mmap.c uvm_object.c
uvm_object.h uvm_page.c uvm_page.h uvm_pager.c
uvm_pdaemon.c uvm_swap.c uvm_vnode.c
Log message:
remove simple_locks from uvm code. ok beck deraadt
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 09:19:30
Modified files:
graphics/clutter/mash: Makefile
Log message:
better MASTER_SITES
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/30 09:23:38
Modified files:
sys/netinet6 : in6.c
Log message:
Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled down
to the driver where uninitialized data will be accessed.
Problem reported by hugh@, OK and input deraadt@, henning@
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/05/30 09:37:51
Modified files:
lib/libssl/src/crypto/engine: hw_cryptodev.c
sys/arch/amd64/amd64: via.c
sys/arch/i386/i386: via.c
Log message:
Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the
hyphen in their official programming guide sometime between 2003 and
2005, and Clang's integrated assembler does not support hyphenated
mnemonics.
ok jsg, deraadt
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 09:37:56
Modified files:
devel/luapack : Makefile
Added files:
devel/luapack/patches: patch-lpack_c
Log message:
unbreak with lua 5.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 09:43:06
Modified files:
archivers : Makefile
converters : Makefile
Log message:
hookup lua52 flavors
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 09:43:39
Modified files:
databases : Makefile
Log message:
hookup lua52 flavors
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/30 09:44:37
Modified files:
usr.sbin/ldpd : parse.y
Log message:
Do not use a carp address as ldp router id because it is not unique.
Pulled from ospfd.
Diff from Renato Westphal [renatowestphal at gmail.com]
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/30 09:49:33
Modified files:
usr.sbin/ldpd : packet.c
Log message:
Improve sanity checks on received UDP messages
The actual meaning of the "PDU Length" field is the total length
of the LDP PDU, excluding the "Version" and "PDU Length" fields (as
per RFC 5036, section 3.1).
Diff from Renato Westphal [renatowestphal at gmail.com]
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 09:51:47
Modified files:
lang/gambit : Makefile distinfo
lang/gambit/patches: patch-doc_makefile_in
lang/gambit/pkg: PLIST
Removed files:
lang/gambit/patches: patch-configure
Log message:
- update to gambit-4.6.8
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/05/30 09:55:53
Modified files:
usr.sbin/hotplugd: Makefile
Log message:
This might be useful on beagle, too.
OK patrick@, jasper@, bmercer@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/05/30 09:57:25
Modified files:
etc/etc.beagle : Makefile.inc
Log message:
There is no boot on beagle.
OK patrick@, jasper@, bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 09:57:46
ports/sysutils/luastatgrab/patches
Update of /cvs/ports/sysutils/luastatgrab/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2147/patches
Log Message:
Directory /cvs/ports/sysutils/luastatgrab/patches added to the repository
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/05/30 09:58:06
Modified files:
sys/arch/amd64/amd64: cpu.c
sys/arch/i386/i386: cpu.c
Log message:
fix typos in some comments
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 09:58:31
Modified files:
sysutils/luastatgrab: Makefile
Added files:
sysutils/luastatgrab/patches: patch-libstatgrab_c
Log message:
unbreak with lua 5.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 09:59:27
Modified files:
sysutils : Makefile
Log message:
hookup lua52 flavor
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/05/30 10:00:54
Modified files:
sys/kern : subr_hibernate.c
Log message:
Comment a KASSERT whose purpose wasn't immediately apparent
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 10:01:12
Modified files:
security/luacrypto: Makefile
security : Makefile
Log message:
luacrypto won't work w/ lua 5.2 yet
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/05/30 10:03:07
Added files:
distrib/sets/lists/base: md.beagle
distrib/sets/lists/comp: md.beagle
distrib/sets/lists/etc: md.beagle
distrib/sets/lists/game: md.beagle
distrib/sets/lists/man: md.beagle
Log message:
Add lists for beagle.
OK patrick@, jasper@, bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 10:05:26
Modified files:
graphics/luagd : Makefile
graphics/luagd/patches: patch-luagd_c
Log message:
unbreak with lua 5.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 10:05:52
Modified files:
sysutils/luastatgrab: Makefile
Log message:
missed bump in previous
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 10:06:37
Modified files:
graphics : Makefile
Log message:
hookup lua52 flavor
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/30 10:14:50
Modified files:
usr.sbin/ldpd : hello.c ldp.h neighbor.c
Log message:
Simplify hello holdtime calculation and stop the timeout timer if the
holdtime is "infinite".
Diff from Renato Westphal [renatowestphal at gmail.com]
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/05/30 10:15:02
Modified files:
sys/arch/amd64/amd64: bios.c mainbus.c
sys/arch/amd64/pci: pcib.c
sys/arch/arm/mainbus: mainbus.c
sys/arch/arm/xscale: pxa2x0.c
sys/arch/i386/pci: ichpcib.c pcib.c piixpcib.c
sys/arch/loongson/dev: bonito.c mainbus.c
sys/arch/macppc/dev: esp.c mesh.c wdc_obio.c
sys/arch/sgi/dev: gbe.c
sys/arch/sparc/dev: fd.c
sys/arch/sparc64/dev: fd.c lom.c sab.c
sys/arch/zaurus/dev: zaurus_apm.c
sys/arch/zaurus/zaurus: zaurus_lcd.c
sys/dev : flash.c flashvar.h
sys/dev/acpi : acpi.c
sys/dev/cardbus: cardbus.c cardslot.c
sys/dev/i2o : iop.c iopvar.h
sys/dev/ic : aac.c aic79xx.c aic79xx_openbsd.c cac.c
cacvar.h ciss.c cissvar.h dpt.c dptvar.h
sys/dev/isa : fd.c isa.c
sys/dev/pci : ahd_pci.c amdpm.c arc.c azalia.c cac_pci.c
ciss_pci.c dpt_pci.c iop_pci.c puc.c tcpcib.c
sys/dev/pcmcia : cfxga.c
sys/dev/usb : ehci.c ohci.c ohcivar.h udl.c uhci.c uhcivar.h
umass.c usb.c
sys/dev/wscons : wsdisplay.c
sys/kern : subr_autoconf.c
Log message:
Enforce ca_activate tree-walks over the entire heirarchy for all events,
cleaning up some shutdown-hook related code on the way.
(A few drivers related to sparc are still skipped at kettenis' request)
ok kettenis mlarkin, tested by many others too
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 10:17:11
Modified files:
net/luasocket : Makefile
Log message:
unbreak with lua 5.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 10:17:58
Modified files:
net : Makefile
Log message:
hookup lua52 flavor
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/05/30 10:19:25
Modified files:
sys/arch/amd64/pci: pci_machdep.c
sys/arch/i386/pci: pci_machdep.c
Log message:
If ACPI is not compiled in, pci_min_powerstate() has no facts to support
is should return D3. It should return the current power state.
ok kettenis mlarkin
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/30 10:19:31
Modified files:
usr.sbin/ldpd : interface.c
Log message:
Stop trying to send hello messages if the interface is down.
Diff from Renato Westphal [renatowestphal at gmail.com]
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/30 10:22:52
Modified files:
usr.sbin/ldpd : interface.c
Log message:
Fix bug when starting ldpd with a configured interface in the down state.
If a given interface is down at startup, don't promote it to the ACTIVE
state.
Diff from Renato Westphal [renatowestphal at gmail.com]
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/30 10:29:46
Modified files:
sys/uvm : uvm.h uvm_amap.c uvm_amap.h uvm_anon.c
uvm_anon.h uvm_aobj.c uvm_device.c uvm_fault.c
uvm_map.h uvm_mmap.c uvm_page.c uvm_page.h
uvm_pager.c uvm_pdaemon.c uvm_vnode.c
Log message:
remove lots of comments about locking per beck's request
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/30 10:34:32
Modified files:
bin/ls : ls.c ls.h print.c
Log message:
Fix column padding of inode numbers and block counts >2^32, as well as
display of directory block totals >2^32
ok tedu@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/30 10:39:26
Modified files:
sys/uvm : uvm.h uvm_amap.c uvm_aobj.c uvm_fault.c
uvm_km.c uvm_vnode.c
Log message:
UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 10:43:38
Modified files:
lang/lua : lua.port.mk
Log message:
add support for MODLUA_LIB_DEPENDS and remove a bogus line while here
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 10:50:05
Modified files:
devel/lua-cmsgpack: Makefile
Added files:
devel/lua-cmsgpack/patches: patch-lua_cmsgpack_c
Log message:
unbreak with lua 5.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 10:50:49
Modified files:
www/luakit : Makefile
Log message:
use the new MODLUA_LIB_DEPENDS and switch to MODLUA_RUN_DEPENDS while here.
ok abieber@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 10:51:59
Modified files:
databases : Makefile
Log message:
don't build postgresql-pllua,lua52 yet
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/30 10:53:22
Modified files:
share/man/man9 : uvm.9
Log message:
correct some lies
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 10:53:49
Modified files:
mail/osbf-lua : Makefile
mail/osbf-lua/patches: patch-losbflib_c
Log message:
unbreak with lua 5.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 10:54:10
Modified files:
mail : Makefile
Log message:
hookup lua52 flavor
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 11:03:59
Modified files:
devel/luaprofiler: Makefile
Added files:
devel/luaprofiler/patches: patch-src_lua50_profiler_c
Log message:
unbreak w/ lua 5.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 11:12:35
Modified files:
x11/gnome/desktop: Makefile
Added files:
x11/gnome/desktop/patches:
patch-libgnome-desktop_gnome-languages_c
Removed files:
x11/gnome/desktop/patches: patch-configure_ac
Log message:
Deal with our lack our proper locale support in a simpler way.
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/05/30 11:15:38
Modified files:
sys/arch/amd64/amd64: hibernate_machdep.c
sys/arch/amd64/include: hibernate_var.h
Log message:
Even though we reserve 3 pages for the amd64 hibernate stack, we set the
resume time stack pointer to the first page reserved, effectively giving us
only one page to work with. Found when I was debugging some unrelated stack
issues in the resume code.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/30 11:35:01
Modified files:
sys/isofs/cd9660: cd9660_extern.h cd9660_lookup.c cd9660_node.c
cd9660_node.h cd9660_rrip.c cd9660_vfsops.c
cd9660_vnops.c iso.h iso_rrip.h
sys/isofs/udf : udf.h udf_vfsops.c udf_vnops.c
Log message:
CD filesystems don't do inode numbers >2^32, so use a smaller type internally,
only using ino_t in the VFS layer APIs: vget, readdir, getattr.
ok matthew@
CVSROOT: /cvs
Module name: ports
Changes by: reyk@cvs.openbsd.org 2013/05/30 11:39:49
Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD
Log message:
I moved several times since I entered my coordinates here.
landry@ reminded me to update the entry.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/30 11:43:43
Modified files:
usr.bin/mg : dired.c
Log message:
Use adjustname() for the dired-copy-file and dired-rename-file
commands.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 11:56:35
Modified files:
print/foo2zjs : Makefile distinfo
print/foo2zjs/patches: patch-getweb_in
Log message:
Update to foo2zjs-20130527.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 11:57:05
ports/net/gupnp/av/patches
Update of /cvs/ports/net/gupnp/av/patches
In directory cvs.openbsd.org:/tmp/cvs-serv7116/patches
Log Message:
Directory /cvs/ports/net/gupnp/av/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 11:57:21
Modified files:
net/gupnp/av : Makefile distinfo
Added files:
net/gupnp/av/patches: patch-tests_Makefile_in
Log message:
- update to gupnp-av-0.12.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 11:58:03
Modified files:
print/foomatic-db: Makefile
print/foomatic-db-engine: Makefile
print/foomatic-filters: Makefile
Log message:
Fix MASTER_SITES.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/30 11:59:41
Modified files:
net/gupnp/dlna : Makefile distinfo
net/gupnp/dlna/pkg: PLIST
Log message:
update to gupnp-dlna-0.10.2
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/30 12:02:04
Modified files:
sys/uvm : uvm_fault.c uvm_km.c
Log message:
in the brave new world of void *, we don't need caddr_t casts
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 12:07:43
Modified files:
sysutils/accountsservice: Makefile distinfo
sysutils/accountsservice/patches: patch-src_util_c
sysutils/accountsservice/pkg: PLIST
Log message:
Update to accountsservice-0.6.32.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 12:17:18
Modified files:
graphics/colord: Makefile distinfo
graphics/colord/patches: patch-configure patch-src_Makefile_in
patch-src_cd-main_c
patch-src_cd-profile_c
graphics/colord/pkg: PLIST
Removed files:
graphics/colord/patches: patch-lib_colord_cd-icc_c
Log message:
Update to colord-0.1.34.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/30 12:20:17
Modified files:
sys/kern : subr_poison.c
Log message:
tiny change to support two poison values based on page addr
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 12:22:05
Modified files:
sysutils/polkit: Makefile distinfo
sysutils/polkit/patches: patch-configure_ac
patch-docs_man_polkit_xml
patch-docs_polkit_Makefile_am
patch-src_examples_org_freedesktop_policykit_examples_pkexec_policy_in
patch-src_polkitbackend_polkitbackendjsauthority_c
sysutils/polkit/pkg: PLIST
Removed files:
sysutils/polkit/pkg: PFRAG.shared
Log message:
Update to polkit-0.111.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/30 12:31:34
Modified files:
sys/scsi : scsi_disk.h
Log message:
typo: thing -> thin provisioning
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/05/30 12:35:55
Modified files:
lib/libc/locale: setrunelocale.c
Log message:
Sort includes. From Vladimir Tamara Patino
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/05/30 12:42:18
Modified files:
www/chromium : Makefile distinfo
www/chromium/patches: patch-base_base_gypi patch-build_all_gyp
patch-build_common_gypi
patch-chrome_app_chrome_main_delegate_cc
patch-chrome_browser_browser_resources_grd
patch-chrome_browser_memory_details_cc
patch-chrome_browser_ui_webui_about_ui_cc
patch-chrome_chrome_browser_extensions_gypi
patch-chrome_chrome_browser_gypi
patch-chrome_chrome_gyp
patch-chrome_common_chrome_paths_cc
patch-content_app_content_main_runner_cc
patch-content_browser_browser_main_loop_cc
patch-content_browser_child_process_launcher_cc
patch-content_content_browser_gypi
patch-content_content_common_gypi
patch-media_audio_openbsd_audio_manager_openbsd_cc
patch-media_media_gyp patch-net_net_gyp
patch-printing_printing_gyp
patch-skia_skia_gyp
patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm
patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_asm
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_h
patch-third_party_ffmpeg_libavcodec_pthread_c
patch-third_party_ffmpeg_libavutil_mem_c
patch-third_party_leveldatabase_env_chromium_cc
patch-third_party_libyuv_libyuv_gyp
patch-ui_base_l10n_l10n_util_cc
www/chromium/pkg: PLIST
Added files:
www/chromium/patches:
patch-chrome_browser_extensions_api_serial_serial_connection_posix_cc
patch-chrome_browser_extensions_api_system_info_system_info_api_cc
patch-third_party_libjpeg_turbo_libjpeg_gyp
Removed files:
www/chromium/patches:
patch-chrome_browser_component_updater_component_updater_configurator_cc
patch-chrome_browser_extensions_system_info_event_router_cc
patch-third_party_ffmpeg_libavcodec_x86_cabac_h
patch-webkit_media_filter_helpers_cc
patch-webkit_plugins_ppapi_ppapi_plugin_instance_cc
Log message:
update to 27.0.1453.93
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/05/30 13:00:59
Modified files:
sys/arch/amd64/amd64: hibernate_machdep.c
sys/arch/amd64/include: hibernate.h
sys/arch/i386/i386: hibernate_machdep.c
sys/arch/i386/include: hibernate.h
sys/kern : subr_hibernate.c
Log message:
Make interrupt handling in hibernate resume MI by providing MD-specific
functions to enable and disable interrupts, if needed. If a platform doesnt
need interrupt handling in this way, the MD function can be a no-op.
discussed with pirofti and deraadt
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/05/30 13:15:00
src/usr.sbin/mkuboot
Update of /cvs/src/usr.sbin/mkuboot
In directory cvs.openbsd.org:/tmp/cvs-serv16819/usr.sbin/mkuboot
Log Message:
Directory /cvs/src/usr.sbin/mkuboot added to the repository
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/05/30 13:17:15
Added files:
usr.sbin/mkuboot: Makefile mkuboot.8 mkuboot.c
Log message:
Move mkuboot to the proper location.
OK jasper@ get it in deraadt@
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/05/30 13:18:24
Modified files:
usr.sbin : Makefile
Log message:
Tie mkuboot into the builds.
OK jasper@ get it in deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/30 13:19:09
Modified files:
sys/lib/libsa : ufs.c
sys/ufs/ext2fs : ext2fs_alloc.c ext2fs_dinode.h ext2fs_extern.h
ext2fs_lookup.c ext2fs_vfsops.c
sys/ufs/ffs : ffs_alloc.c ffs_extern.h ffs_softdep.c
ffs_softdep_stub.c ffs_vfsops.c softdep.h
sys/ufs/ufs : dinode.h inode.h ufs_extern.h ufs_ihash.c
ufs_lookup.c
Log message:
UFS does't do inode numbers >2^32, so use a smaller type internally,
only using ino_t in the VFS layer APIs: vget, readdir, getattr.
otto wrote the original diff for libsa to keep bootblock from overflowing
ok deraadt@ kettenis@
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2013/05/30 13:22:48
Modified files:
usr.sbin/ifstated: ifstated.c
Log message:
setsockopt to see messages for interfaces in all routing domains again
instead of just the primary one.
problem reported along with the right idea on how to fix it by Sean
Gallagher (sean at teletech.com.au), actual fix by yours truly. Thanks Sean!
ok ryan claudio
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 13:39:18
Modified files:
audio/pulseaudio/patches: patch-src_daemon_main_c
Log message:
re-add comment.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/30 13:40:59
Modified files:
x11/gnome/gdm : Makefile
x11/gnome/gdm/pkg: PLIST
Added files:
x11/gnome/gdm/files: client.conf
Log message:
Something in our thread system makes pulseaudio dead-lock; disable pulse
completely on GDM so that it is properly started when a user logs in.
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/05/30 13:45:20
Modified files:
usr.sbin/relayd: relay_http.c
Log message:
Safari doesn't like HTTP/1.x in the generated error messages (return error),
so change it to HTTP/1.0. This also makes it RFC-compliant which only allows
digits in the version number.
ok bluhm@
CVSROOT: /cvs
Module name: ports
Changes by: dtucker@cvs.openbsd.org 2013/05/30 13:45:41
Modified files:
geo/openbsd-developers/files: OpenBSD
Log message:
location of new place
CVSROOT: /cvs
Module name: ports
Changes by: mcbride@cvs.openbsd.org 2013/05/30 13:51:34
Modified files:
geo/openbsd-developers/files: OpenBSD
Log message:
Moved several years ago, better late than never.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/05/30 14:01:30
Modified files:
x11/kde4/p5-qt : Makefile
x11/kde4/p5-qt/pkg: PLIST
Log message:
Unbreak p5-qt package, spotted by espie@. While here, use perl.port.mk to
shorten PLIST.
The problematic hack should be revisited later, though...
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/30 14:11:06
Modified files:
sys/ntfs : ntfs.h ntfs_ihash.c ntfs_ihash.h ntfs_inode.h
ntfs_subr.c ntfs_subr.h ntfs_vfsops.c
ntfs_vfsops.h
Log message:
More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type
internally, only using ino_t in the VFS layer APIs: vget, readdir, getattr
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/30 14:12:32
Modified files:
regress/usr.bin/ssh: test-exec.sh
Log message:
use ssh and sshd as testdata since it needs to be >256k for the rekey test
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/05/30 14:15:40
Modified files:
usr.bin/mg : theo.c
Log message:
"I dare you." lum@
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/05/30 14:16:54
Modified files:
sys/arch/i386/i386: hibernate_machdep.c
sys/arch/amd64/amd64: hibernate_machdep.c
Log message:
Fix a bug in amd64 hibernate introduced when we moved the kernel to load at
16MB physical. Document the same in i386 (i386 was not affected, just
commented for diffability)
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/05/30 14:17:12
Modified files:
usr.sbin/relayd: config.c parse.y relay.c relayd.c relayd.conf.5
relayd.h ssl.c
Log message:
Support SSL inspection, the ability to transparently filter in SSL/TLS
connections (eg. HTTPS) by using a local CA that is accepted by the
clients. See the "SSL RELAYS" and "EXAMPLES" sections in the
relayd.conf(5) manpage for more details.
ok benno@, manpage bits jmc@
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/05/30 14:20:58
Modified files:
sys/net : if_pflow.c
Log message:
export the original aka untranslated address in pflow
ok florian@ henning@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/05/30 14:29:27
Modified files:
usr.sbin/bgpd : mrt.c session.c session.h
Log message:
When removing "dump (all|updates)" from bgpd.conf and reloading, tell
the session engine to actually stop logging.
Found the hard way by benno@.
with & ok benno@
input & ok claudio@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/30 14:41:24
Modified files:
sys/netinet6 : Tag: OPENBSD_5_3 in6.c
Log message:
MFC claudio's commit, in6.c:1.110->1.111
Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled down
to the driver where uninitialized data will be accessed.
Problem reported by hugh@, OK and input deraadt@, henning@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/30 14:41:54
Modified files:
sys/netinet6 : Tag: OPENBSD_5_2 in6.c
Log message:
MFC claudio's commit, in6.c:1.110->1.111
Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled down
to the driver where uninitialized data will be accessed.
Problem reported by hugh@, OK and input deraadt@, henning@
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/05/30 15:05:17
Removed files:
www/chromium/patches: patch-third_party_libvpx_libvpx_gyp
Log message:
remove bogus patch
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/30 15:49:33
Modified files:
sys/dev/pci : Tag: OPENBSD_5_3 if_vio.c
Log message:
MFC r1.12, req by brad@
date: 2013/03/16 19:08:37; author: sf; state: Exp; lines: +9 -8
fix size of unicast rx filter table
When changing the unicast rx filter table from zero to one entry, the length
has not been properly adjusted. This lead to the unicast address overwriting
part of the multicast rx filter table.
OK mikeb@
tested by weerd@
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/05/30 15:52:12
Modified files:
sys/dev/pci : Tag: OPENBSD_5_3 if_vio.c
Log message:
MFC if_vio.c r1.13, req by brad@
date: 2013/05/12 17:10:57; author: sf; state: Exp; lines: +5 -2
fix use after free in case the mbuf needs defragmentation
This fixes a panic found by Matthieu Herrb.
OK mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: ratchov@cvs.openbsd.org 2013/05/30 16:47:19
Modified files:
geo/openbsd-developers/files: OpenBSD
Log message:
add my location, but please, *keep it secret*
CVSROOT: /cvs
Module name: ports
Changes by: matthieu@cvs.openbsd.org 2013/05/30 21:47:49
Modified files:
geo/openbsd-developers/files: OpenBSD
Log message:
Small adjustment of my position.
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/05/30 22:32:56
Modified files:
. : plus.html
Log message:
plus.html for May 22-26.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/30 22:45:10
Modified files:
net/p5-Net-Whois-RIPE: Makefile distinfo
Log message:
- Update p5-Net-Whois-RIPE to 2.004.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/05/31 00:02:03
Modified files:
security/john : Makefile distinfo
security/john/patches: patch-src_Makefile
security/john/pkg: PLIST
Log message:
- Update john to 1.8.0.
CVSROOT: /cvs
Module name: src
Changes by: rpe@cvs.openbsd.org 2013/05/31 00:27:08
Modified files:
distrib/miniroot: install.sh install.sub
Log message:
remove unneeded '\' for line continuations
ok halex@ krw@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/05/31 04:09:03
Modified files:
net/isc-bind : Makefile distinfo
Log message:
switch to upstream RRL patches now they're available.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/05/31 06:19:34
Modified files:
usr.bin/tmux : arguments.c tmux.h
Log message:
Instead of eating 1024 bytes or so for the arguments of each command,
save memory by using an RB tree. From Tiago Cunha.
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/05/31 06:28:10
Modified files:
usr.bin/ssh : ssh-agent.c
Log message:
Use time_t where appropriate. ok djm
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/05/31 06:29:42
Modified files:
graphics/py-matplotlib: Makefile distinfo
graphics/py-matplotlib/patches: patch-src__gtkagg_cpp
graphics/py-matplotlib/pkg: PLIST
Removed files:
graphics/py-matplotlib/patches: patch-setupext_py
patch-src__png_cpp
Log message:
Update to py-matplotlib-1.2.1
A single test is failing, however, the test code works fine when run
outside of the test harness. I raised a bug here:
https://github.com/matplotlib/matplotlib/issues/2101
OK sthen@ and lots of input from fgs@. Thanks.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/05/31 06:50:05
Modified files:
usr.bin/tmux : cmd-send-keys.c
Log message:
Use u_char for the send-keys string to avoid mangling top-bit-set
characters when they are promoted to int and passed to
window_pane_key. Reported by Jacob Bang.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/05/31 07:15:53
Modified files:
sys/netinet : in_pcb.c in_pcb.h tcp_subr.c udp_usrreq.c
sys/netinet6 : in6_pcb.c raw_ip6.c
Log message:
The function rip6_ctlinput() claims that sa6_src is constant to
allow the assingment of &sa6_any. But rip6_ctlinput() could not
guarantee that as it casted away the const attribute when it passes
the pointer to in6_pcbnotify(). Replace sockaddr with const
sockaddr_in6 in the in6_pcbnotify() parameters. This reduces the
number of casts. Also adjust in6_pcbhashlookup() to handle the
const attribute correctly.
Input and OK claudio@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 07:44:45
Modified files:
x11/pinot : Makefile
Log message:
Add BDEP on desktop-file-utils, it uses desktop-file-install during fake.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/31 08:00:08
Modified files:
sys/nfs : nfs_debug.c
Log message:
Use %lld for printing time_t
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 08:04:30
Modified files:
geo/openbsd-developers: Makefile
Log message:
bump revision which was forgotten several times..
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/31 08:10:10
Modified files:
usr.sbin/ldpd : hello.c ldpe.h neighbor.c
Log message:
When the ldpe process calls connect(), it doesn't regain control until
either the connection is made or an error occurs. The time the process
is blocked can be significantly large to the point of other LDP sessions
being torn down because of their holdtime. Besides that, the ldpctl
program gets unresponsive if the ldpe process is blocked. Fix these
issues by using a non-blocking connect.
Diff from Renato Westphal [renatowestphal at gmail.com]
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/31 08:11:31
Modified files:
usr.sbin/ldpd : ldpd.h
Log message:
Remove unused definitions
Diff from Renato Westphal [renatowestphal at gmail.com]
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 08:18:44
Modified files:
dist/libxcb : NEWS autogen.sh configure.ac
dist/libxcb/src: c_client.py xcb_out.c
Added files:
dist/libxcb : test-driver
Log message:
Update to libxcb 1.9.1.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/05/31 08:23:27
Modified files:
. : errata52.html errata53.html
Log message:
add errata for 005_in6.patch
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/05/31 08:27:21
Modified files:
sys/dev/pci : if_bge.c if_bgereg.h
Log message:
New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-E
maximum payload size handling from FreeBSD. Fixes RX path on 5719
found in newer machines such as HP DL3[68]0 G8 and Dell R320.
Tested by dlg@ on 5714, 5719 (Sun V445) and 5720, 5721 (Dell R420);
David Imhoff on 5719, 5720, 5721 (various Dell servers);
Rob Sessnik on 5719 (HP DL360p G8); mikeb@ on 5719 (HP DL380p G8).
ok dlg
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/31 08:30:52
Modified files:
sys/arch/macppc/dev: mesh.c
Log message:
Unbreak after recent shutdown-hook removal.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/05/31 08:34:31
Modified files:
audio/flac : Makefile distinfo
audio/flac/patches: patch-configure patch-man_flac_1
audio/flac/pkg : PLIST
audio/xmms-flac: Makefile distinfo
audio/xmms-flac/patches: patch-configure
patch-src_plugin_xmms_Makefile_in
audio/xmms-flac/pkg: DESCR
Added files:
audio/xmms-flac/patches: patch-src_plugin_xmms_plugin_c
Removed files:
audio/flac/patches: patch-Makefile_in
patch-src_libFLAC_Makefile_in
patch-src_libFLAC_flac_pc_in
Log message:
Major update to FLAC 1.3.0; ok sthen@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 08:39:08
Modified files:
lib/libFS : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing mkinstalldirs
lib/libFS/src : FSFontInfo.c FSFtNames.c FSGetCats.c
FSListCats.c FSListExt.c FSOpenServ.c
FSQGlyphs.c FSQXExt.c FSQXInfo.c FSlibInt.c
Makefile.am Makefile.in
lib/libFS/test : Makefile.am Makefile.in
Log message:
update to libFS 1.0.5
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 08:43:21
Modified files:
www/epiphany : Makefile distinfo
Log message:
update to epiphany-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 08:46:01
Modified files:
www/epiphany : Makefile
Log message:
allow regress tests to run
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 08:46:34
Modified files:
lib/libXau : AuFileName.c AuGetAddr.c AuGetBest.c AuLock.c
AuRead.c AuUnlock.c AuWrite.c ChangeLog
Makefile.am Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing
lib/libXau/include/X11: Xauth.h
lib/libXau/man : Makefile.in Xau.man
Added files:
lib/libXau : test-driver
Log message:
Update to libXau 1.0.8
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/05/31 08:50:24
Modified files:
editors/libreoffice: Makefile distinfo
editors/libreoffice/patches:
patch-extensions_Library_npsoplugin_mk
patch-sc_qa_unit_subsequent_filters-test_cxx
patch-sc_source_core_data_column3_cxx
patch-scp2_source_ooo_file_library_ooo_scp
patch-sdext_source_pdfimport_test_tests_cxx
patch-solenv_bin_ooinstall
patch-solenv_inc_unxgcc_mk
patch-testtools_CustomTarget_uno_test_mk
patch-vcl_unx_gtk_gdi_salnativewidgets-gtk_cxx
editors/libreoffice/pkg: PFRAG.no-no_java-i18n-ar
PFRAG.no-no_java-i18n-bg
PFRAG.no-no_java-i18n-ca
PFRAG.no-no_java-i18n-de
PFRAG.no-no_java-i18n-es
PFRAG.no-no_java-i18n-fa
PFRAG.no-no_java-i18n-fi
PFRAG.no-no_java-i18n-fr
PFRAG.no-no_java-i18n-hu
PFRAG.no-no_java-i18n-it
PFRAG.no-no_java-i18n-lt
PFRAG.no-no_java-i18n-lv
PFRAG.no-no_java-i18n-nl
PFRAG.no-no_java-i18n-pl
PFRAG.no-no_java-i18n-pt-br
PFRAG.no-no_java-i18n-ru
PFRAG.no-no_java-i18n-sl
PFRAG.no-no_java-i18n-sv
PFRAG.shared-java PFRAG.shared-kde
PFRAG.shared-main PLIST-i18n-ar
PLIST-i18n-bg PLIST-i18n-ca
PLIST-i18n-de PLIST-i18n-es
PLIST-i18n-fa PLIST-i18n-fi
PLIST-i18n-fr PLIST-i18n-hu
PLIST-i18n-it PLIST-i18n-lt
PLIST-i18n-lv PLIST-i18n-nl
PLIST-i18n-pl PLIST-i18n-pt-br
PLIST-i18n-ru PLIST-i18n-sl
PLIST-i18n-sv PLIST-java PLIST-kde
PLIST-main
Added files:
editors/libreoffice/patches:
patch-bridges_Library_gcc3_linux_x86-64_mk
patch-configure_ac
patch-cppunit_makefile_mk
patch-cppunit_prj_d_lst
patch-hsqldb_UnpackedTarball_hsqldb_mk
patch-liblangtag_ExternalProject_langtag_mk
patch-liblangtag_UnpackedTarball_langtag_mk
patch-liborcus_ExternalProject_liborcus_mk
patch-liborcus_UnpackedTarball_orcus_mk
patch-liborcus_liborcus_0_1_0-boost_header_patch
patch-shell_Module_shell_mk
patch-vcl_source_gdi_svgdata_cxx
patch-writerfilter_source_rtftok_rtfsprm_hxx
Removed files:
editors/libreoffice/patches: patch-configure_in
patch-hsqldb_makefile_mk
patch-lcms2_prj_d_lst
patch-sal_osl_unx_interlck_c
patch-solenv_gbuild_platform_OPENBSD_INTEL_GCC_mk
patch-solenv_gbuild_platform_OPENBSD_X86_64_GCC_mk
patch-vcl_source_components_rasterizer_rsvg_cxx
Log message:
update to 4.0.3.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 08:50:28
Modified files:
devel/cook : Makefile
Log message:
- update HOMEPAGE
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 08:51:25
Modified files:
lib/libXcursor : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing
lib/libXcursor/man: Makefile.in
lib/libXcursor/src: Makefile.am Makefile.in
Log message:
update to libXcursor 1.1.14
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 08:57:05
Modified files:
lib/libXfixes : ChangeLog Makefile.am Makefile.in aclocal.m4
configure configure.ac
lib/libXfixes/include/X11/extensions: Xfixes.h
lib/libXfixes/man: Makefile.in Xfixes.man
lib/libXfixes/src: Makefile.am Makefile.in Region.c SaveSet.c
Selection.c Xfixes.c Xfixesint.h
Added files:
lib/libXfixes : INSTALL
Log message:
Update to libXfixes 5.0.1
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 09:00:09
Modified files:
geo/gdal : Makefile distinfo
geo/gdal/patches: patch-swig_python_setup_py
geo/gdal/pkg : PLIST-main PLIST-perl PLIST-python
Removed files:
geo/gdal/patches: patch-configure
geo/gdal/pkg : PFRAG.shared-main
Log message:
Update to gdal 1.10.0.
Enable spatialite & freexl support.
See http://trac.osgeo.org/gdal/wiki/Release/1.10.0-News for details.
Went in a bulk build without issues.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/05/31 09:04:25
Modified files:
sys/netinet6 : frag6.c icmp6.c in6.c in6_gif.c in6_ifattach.c
in6_pcb.c in6_src.c ip6_divert.c ip6_forward.c
ip6_mroute.c ip6_output.c nd6.c nd6_nbr.c
nd6_rtr.c raw_ip6.c
Log message:
Remove a bunch of sockaddr_in6 pointer casts and replace others
with sin6tosa() or satosin6() inline functions. This allows the
compiler to check the types more strictly.
OK mpi@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 09:08:07
Modified files:
net/gupnp/ui : Makefile
Log message:
regen WANTLIB to unbreak
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 09:14:15
Modified files:
devel/metaauto : Makefile distinfo
Log message:
sync pkg.m4 with pkg-config 0.27.1, which is also the version our pkg-config(1)
claims to be.
from will@worrbase.com
tested in a bulk by landry@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 09:15:12
Modified files:
lib/libXi : ChangeLog configure configure.ac
lib/libXi/man : Makefile.am Makefile.in XAllowDeviceEvents.man
XChangeDeviceDontPropagateList.man
XChangeKeyboardDevice.man
XChangePointerDevice.man XDeviceBell.man
XGetDeviceControl.man XGetDeviceControl.txt
XGetDeviceKeyMapping.man
XGetDeviceModifierMapping.man
XGetDeviceMotionEvents.man
XGetDeviceProperty.man XGetExtensionVersion.man
XGetFeedbackControl.man XGrabDevice.man
XGrabDeviceButton.man XGrabDeviceKey.man
XIChangeHierarchy.man XIChangeProperty.man
XIDefineCursor.man XIGrabButton.man
XIGrabButton.txt XIGrabDevice.man
XIGrabEnter.man XIListProperties.man
XIQueryDevice.man XIQueryPointer.man
XIQueryVersion.man XISelectEvents.man
XISetClientPointer.man XISetFocus.man
XIWarpPointer.man XListDeviceProperties.man
XListInputDevices.man XOpenDevice.man
XQueryDeviceState.man XSelectExtensionEvent.man
XSendExtensionEvent.man
XSetDeviceButtonMapping.man XSetDeviceFocus.man
XSetDeviceMode.man XSetDeviceValuators.man
lib/libXi/src : XExtInt.c
Added files:
lib/libXi/man : XIGrabTouchBegin.man XIUngrabTouchBegin.man
Log message:
Update to libXi 1.6.3rc1
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/31 09:16:23
Modified files:
mail/mimetic : Makefile
Log message:
Switch mimetic to gcc 4.6, needed for upcoming lumail port. Bump
REVISION and SHARED_LIBS major just in case.
ok landry@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 09:19:14
Modified files:
lib/libXinerama: ChangeLog Makefile.in aclocal.m4 configure
configure.ac
lib/libXinerama/man: Makefile.in
lib/libXinerama/src: Makefile.in
Log message:
Update to libXinerama 1.1.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 09:19:40
Modified files:
net/gupnp/igd : Makefile
net/gupnp/tools: Makefile
Log message:
sync WANTLIB for net/gupnp
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/31 09:20:22
Log message:
Import ports/mail/lumail. ok landry@
lumail is a modern console-base e-mail client. It operates exclusively
on Maildir hierarchies, there is no support for POP3 or IMAP. luamail
has built in Lua scripting support. Its configuration is done in Lua
and there are a number of useful primitives you can use to control its
behavior and functionality.
Status:
Vendor Tag: jturner
Release Tags: jturner_20130531
N ports/mail/lumail/Makefile
N ports/mail/lumail/distinfo
N ports/mail/lumail/pkg/PLIST
N ports/mail/lumail/pkg/DESCR
N ports/mail/lumail/pkg/MESSAGE
N ports/mail/lumail/patches/patch-lumail_lua
N ports/mail/lumail/patches/patch-Makefile
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: yuo@cvs.openbsd.org 2013/05/31 09:20:49
Modified files:
sys/dev/usb : if_axe.c if_axereg.h
Log message:
enable REALTEK 8211C(L) GbE phy with axe(4).
ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/31 09:21:51
Modified files:
mail : Makefile
Log message:
+lumail
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 09:23:24
Modified files:
lib/libXRes : ChangeLog configure configure.ac
lib/libXRes/src: Makefile.am Makefile.in
Log message:
Update to libXres 1.0.7
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/31 09:28:37
Modified files:
devel/harfbuzz : Makefile distinfo
Added files:
devel/harfbuzz/pkg: DESCR-icu DESCR-main PLIST-icu PLIST-main
Removed files:
devel/harfbuzz/pkg: DESCR PLIST
Log message:
Update to harfbuzz-0.9.18.
There is a major change in the port: the library has been split into 2
subpackages:
-main
-icu which provides ICU support
This allows not to force everything to link against libicu.
Breakage *is* expected but a bulk will be run shortly to cope with that
and a hackathon is a good time to do that.
Webkit is being worked on by myself.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/31 09:29:42
Modified files:
net/filezilla : Makefile
sysutils/conky : Makefile
x11/e17/evas : Makefile
x11/gtk+2 : Makefile
x11/gtk+3 : Makefile
Log message:
Bump some pkg that directly depend on harfbuzz after the recent version
bump.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/31 09:34:56
Modified files:
emulators/gambatte: Makefile distinfo
emulators/gambatte/patches: patch-testrunner_SConstruct
emulators/gambatte/pkg: PLIST
Added files:
emulators/gambatte/patches: patch-gambatte_sdl_SConstruct
patch-gambatte_sdl_src_gambatte_sdl_cpp
patch-libgambatte_include_gambatte_h
patch-libgambatte_src_gambatte_cpp
Removed files:
emulators/gambatte/patches:
patch-gambatte_sdl_man_gambatte_sdl_6
Log message:
Update to gambatte-r532.
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/31 09:35:25
Modified files:
astro/celestia : Makefile
audio/ario : Makefile
audio/calf : Makefile
audio/deadbeef : Makefile
audio/easytag : Makefile
audio/gmpc-plugins: Makefile
audio/libcanberra: Makefile
audio/rhythmbox: Makefile
databases/evolution-data-server: Makefile
devel/codeblocks: Makefile
devel/geany : Makefile
devel/giggle : Makefile
devel/glade : Makefile
devel/glade3 : Makefile
devel/goffice : Makefile
devel/goffice08: Makefile
devel/libglademm: Makefile
devel/libpeas : Makefile
devel/libunique: Makefile
devel/libwnck3 : Makefile
devel/pangomm : Makefile
devel/rapidsvn : Makefile
devel/vte : Makefile
devel/vte3 : Makefile
editors/abiword: Makefile
editors/tpad : Makefile
education/drgeo: Makefile
education/verbiste: Makefile
games/freeciv : Makefile
games/gcompris : Makefile
geo/emerillon : Makefile
geo/foxtrotgps : Makefile
geo/gpx-viewer : Makefile
geo/libchamplain: Makefile
graphics/amide : Makefile
graphics/clutter/cogl: Makefile
graphics/clutter/core: Makefile
graphics/clutter/clutter-gst: Makefile
graphics/clutter/clutter-gtk: Makefile
graphics/colord-gtk: Makefile
graphics/dia : Makefile
graphics/evince: Makefile
graphics/gimp/stable: Makefile
graphics/gthumb: Makefile
graphics/gtkam : Makefile
graphics/lasem : Makefile
graphics/xmedcon: Makefile
inputmethods/ibus: Makefile
inputmethods/ibus-skk: Makefile
japanese/gwaei : Makefile
lang/classpath : Makefile
mail/claws-mail: Makefile
mail/claws-mail-attremover: Makefile
mail/claws-mail-htmlviewer: Makefile
mail/claws-mail-notification: Makefile
mail/claws-mail-rssyl: Makefile
mail/claws-mail-vcalendar: Makefile
mail/evolution-ews: Makefile
mail/evolution-rss: Makefile
math/galculator: Makefile
math/gnumeric : Makefile
misc/logjam : Makefile
multimedia/avidemux: Makefile
multimedia/gstreamer-0.10/plugins-bad: Makefile
multimedia/gstreamer1/plugins-base: Makefile
multimedia/imagination: Makefile
multimedia/lives: Makefile
multimedia/ogmrip: Makefile
net/etherape : Makefile
net/gssdp : Makefile
net/gupnp/tools: Makefile
net/transmission: Makefile
print/gtklp : Makefile
productivity/glabels: Makefile
productivity/gnucash: Makefile
productivity/grisbi: Makefile
sysutils/deja-dup: Makefile
textproc/gtkspell3: Makefile
textproc/gtranslator: Makefile
www/bluefish : Makefile
www/epiphany : Makefile
www/gtkhtml3 : Makefile
www/gtkhtml4 : Makefile
www/py-webkitgtk: Makefile
x11/compiz/core: Makefile
x11/e17/e : Makefile
x11/e17/ecore : Makefile
x11/e17/e_dbus : Makefile
x11/e17/edje : Makefile
x11/e17/elementary: Makefile
x11/e17/emotion: Makefile
x11/e17/ethumb : Makefile
x11/enlightenment: Makefile
x11/gmtk : Makefile
x11/gnome/anjuta-extras: Makefile
x11/gnome/banshee: Makefile
x11/gnome/baobab: Makefile
x11/gnome/caribou: Makefile
x11/gnome/clocks: Makefile
x11/gnome/color-manager: Makefile
x11/gnome/contacts: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/desktop: Makefile
x11/gnome/devhelp: Makefile
x11/gnome/dictionary: Makefile
x11/gnome/documents: Makefile
x11/gnome/ekiga: Makefile
x11/gnome/empathy: Makefile
x11/gnome/eog : Makefile
x11/gnome/eog-plugins: Makefile
x11/gnome/file-roller: Makefile
x11/gnome/font-viewer: Makefile
x11/gnome/gcr : Makefile
x11/gnome/gdl : Makefile
x11/gnome/gdlmm: Makefile
x11/gnome/gdm : Makefile
x11/gnome/gedit: Makefile
x11/gnome/gedit-code-assistance: Makefile
x11/gnome/gedit-plugins: Makefile
x11/gnome/ghex : Makefile
x11/gnome/gnote: Makefile
x11/gnome/grilo: Makefile
x11/gnome/gucharmap: Makefile
x11/gnome/keyring: Makefile
x11/gnome/latexila: Makefile
x11/gnome/libcryptui: Makefile
x11/gnome/libgda: Makefile
x11/gnome/libgnomecanvasmm: Makefile
x11/gnome/libgweather: Makefile
x11/gnome/librsvg: Makefile
x11/gnome/moserial: Makefile
x11/gnome/mutter: Makefile
x11/gnome/nautilus: Makefile
x11/gnome/nemiver: Makefile
x11/gnome/online-accounts: Makefile
x11/gnome/photos: Makefile
x11/gnome/planner: Makefile
x11/gnome/power-manager: Makefile
x11/gnome/rygel: Makefile
x11/gnome/seahorse: Makefile
x11/gnome/seahorse-nautilus: Makefile
x11/gnome/seahorse-sharing: Makefile
x11/gnome/search-tool: Makefile
x11/gnome/session: Makefile
x11/gnome/settings-daemon: Makefile
x11/gnome/shell: Makefile
x11/gnome/sushi: Makefile
x11/gnome/system-log: Makefile
x11/gnome/system-monitor: Makefile
x11/gnome/terminal: Makefile
x11/gnome/themes-standard: Makefile
x11/gnome/totem: Makefile
x11/gnome/tracker: Makefile
x11/gnome/user-share: Makefile
x11/gnome/vino : Makefile
x11/gnome/weather: Makefile
x11/gnome/yelp : Makefile
x11/gpointing-device-settings: Makefile
x11/gtk-vnc : Makefile
x11/gtk2mm : Makefile
x11/gtk3-unico-engine: Makefile
x11/gtk3mm : Makefile
x11/gtkglext : Makefile
x11/gtkglextmm : Makefile
x11/gtksourceview3: Makefile
x11/keybinder : Makefile
x11/nx/opennx : Makefile
x11/openbox : Makefile
x11/pinot : Makefile
x11/sawfish : Makefile
x11/spice-gtk : Makefile
x11/virt-viewer: Makefile
x11/vlc : Makefile
x11/wxSVG : Makefile
x11/xfce4/exo : Makefile
x11/xfce4/gtk-xfce-engine: Makefile
x11/xfce4/libxfce4ui: Makefile
x11/xfce4/libxfcegui4: Makefile
x11/xfce4/mousepad: Makefile
x11/xfce4/notification-daemon-xfce: Makefile
x11/xfce4/orage: Makefile
x11/xfce4/parole: Makefile
x11/xfce4/terminal: Makefile
x11/xfce4/thunar: Makefile
x11/xfce4/thunar-media-tags: Makefile
x11/xfce4/xfce4-appfinder: Makefile
x11/xfce4/xfce4-battery: Makefile
x11/xfce4/xfce4-clipman: Makefile
x11/xfce4/xfce4-cpugraph: Makefile
x11/xfce4/xfce4-dict: Makefile
x11/xfce4/xfce4-diskperf: Makefile
x11/xfce4/xfce4-fsguard: Makefile
x11/xfce4/xfce4-genmon: Makefile
x11/xfce4/xfce4-mailwatch: Makefile
x11/xfce4/xfce4-mixer: Makefile
x11/xfce4/xfce4-mount: Makefile
x11/xfce4/xfce4-mpc: Makefile
x11/xfce4/xfce4-notes: Makefile
x11/xfce4/xfce4-notifyd: Makefile
x11/xfce4/xfce4-panel: Makefile
x11/xfce4/xfce4-places: Makefile
x11/xfce4/xfce4-power-manager: Makefile
x11/xfce4/xfce4-quicklauncher: Makefile
x11/xfce4/xfce4-session: Makefile
x11/xfce4/xfce4-screenshooter: Makefile
x11/xfce4/xfce4-settings: Makefile
x11/xfce4/xfce4-smartbookmark: Makefile
x11/xfce4/xfce4-systemload: Makefile
x11/xfce4/xfce4-taskmanager: Makefile
x11/xfce4/xfce4-verve: Makefile
x11/xfce4/xfce4-wavelan: Makefile
x11/xfce4/xfce4-weather: Makefile
x11/xfce4/xfce4-wmdock: Makefile
x11/xfce4/xfce4-xkb: Makefile
x11/xfce4/xfdesktop: Makefile
x11/xfce4/xfmpc: Makefile
x11/xfce4/xfprint: Makefile
x11/xfce4/xfwm4: Makefile
net/avahi : Makefile
x11/gnome/gvfs : Makefile
Log message:
Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
needed anymore. This is a mecanical commit, there might be dragons :-)
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/31 09:37:04
Modified files:
sys/dev/adb : akbdmap.h
Log message:
Add switch screen and scrollback commands to be used with upcoming
virtual terminal support.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 09:37:38
Modified files:
lib/libXt : COPYING ChangeLog Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh missing
xt.pc.in
lib/libXt/include: Makefile.in
lib/libXt/man : Makefile.in XtAddActions.man XtAddCallback.man
XtAddEventHandler.man XtAddExposureToRegion.man
XtAddGrab.man XtAddInput.man XtAllocateGC.man
XtAppAddActionHook.man XtAppAddActions.man
XtAppAddBlockHook.man XtAppAddConverter.man
XtAppAddInput.man XtAppAddSignal.man
XtAppAddTimeOut.man XtAppAddWorkProc.man
XtAppCreateShell.man XtAppError.man
XtAppErrorMsg.man XtAppGetErrorDatabase.man
XtAppGetSelectionTimeout.man
XtAppInitialize.man XtAppLock.man
XtAppNextEvent.man XtAppReleaseCacheRefs.man
XtAppSetExitFlag.man
XtAppSetFallbackResources.man
XtAppSetTypeConverter.man XtBuildEventMask.man
XtCallAcceptFocus.man XtCallActionProc.man
XtCallCallbacks.man XtClass.man
XtConfigureWidget.man XtConvert.man
XtConvertAndStore.man
XtCreateApplicationContext.man
XtCreateApplicationShell.man
XtCreatePopupShell.man
XtCreateSelectionRequest.man XtCreateWidget.man
XtCreateWindow.man XtDisplay.man
XtDisplayInitialize.man
XtDisplayStringConversionWarning.man
XtDisplayToApplicationContext.man XtError.man
XtErrorMsg.man XtFindFile.man
XtGetActionKeysym.man XtGetActionList.man
XtGetApplicationNameAndClass.man
XtGetApplicationResources.man
XtGetClassExtension.man XtGetDisplays.man
XtGetErrorDatabase.man XtGetGC.man
XtGetKeyboardFocusWidget.man
XtGetKeysymTable.man XtGetResourceList.man
XtGetSelectionParameters.man
XtGetSelectionRequest.man
XtGetSelectionTimeout.man
XtGetSelectionValue.man
XtGetSelectionValueIncremental.man
XtGetSubresources.man XtGrabKey.man
XtHooksOfDisplay.man XtInitialize.man
XtInitializeWidgetClass.man
XtInsertEventTypeHandler.man
XtLastEventProcessed.man
XtMakeGeometryRequest.man XtMalloc.man
XtManageChildren.man XtMapWidget.man XtName.man
XtNameToWidget.man XtNextEvent.man XtOffset.man
XtOpenApplication.man XtOwnSelection.man
XtParent.man XtParseAcceleratorTable.man
XtParseTranslationTable.man XtPopdown.man
XtPopup.man XtProcessLock.man
XtQueryGeometry.man XtRealizeWidget.man
XtRegisterDrawable.man XtRegisterGrabAction.man
XtReservePropertyAtom.man XtResolvePathname.man
XtSessionGetToken.man XtSetArg.man
XtSetKeyTranslator.man XtSetKeyboardFocus.man
XtSetLanguageProc.man XtSetMultiClickTime.man
XtSetSelectionParameters.man XtSetSensitive.man
XtSetValues.man XtSetWMColormapWindows.man
XtStringConversionWarning.man
XtToolkitThreadInitialize.man
XtTranslateCoords.man XtVaCreateArgsList.man
lib/libXt/specs: Makefile.in
lib/libXt/src : Converters.c Display.c Intrinsic.c Makefile.am
Makefile.in NextEvent.c ResConfig.c TMparse.c
Vendor.c sharedlib.c
lib/libXt/test : Makefile.am Makefile.in
lib/libXt/util : Makefile.in
Added files:
lib/libXt : test-driver
Log message:
Update to libXt 1.1.4
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/05/31 09:38:59
Modified files:
www/chromium : Makefile
www/chromium/patches:
patch-media_audio_openbsd_audio_manager_openbsd_cc
Added files:
www/chromium/patches:
patch-chrome_browser_resources_plugin_metadata_plugins_linux_json
Log message:
fix audio output buffer size and remove the adobe flash notification
also unbreak chromium on i386 because it seems the new release magically
works on i386
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 09:41:57
Modified files:
lib/libXtst : COPYING ChangeLog Makefile.in aclocal.m4
configure configure.ac xtst.pc.in
lib/libXtst/man: Makefile.in XTestQueryExtension.man
lib/libXtst/specs: Makefile.in
lib/libXtst/src: Makefile.am Makefile.in
Log message:
Update to libXtst 1.2.2
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 09:47:21
Modified files:
lib/libXxf86dga: ChangeLog Makefile.in aclocal.m4 configure
configure.ac
lib/libXxf86dga/man: Makefile.in
lib/libXxf86dga/src: Makefile.in XF86DGA2.c
Log message:
Update to libXxf86dga 1.1.4
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 09:51:09
Modified files:
lib/libXxf86vm : ChangeLog Makefile.in aclocal.m4 configure
configure.ac
lib/libXxf86vm/man: Makefile.in
lib/libXxf86vm/src: Makefile.am Makefile.in
Log message:
Update to libXxf86vm 1.1.3
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/31 09:54:28
Modified files:
mail/lumail : Makefile
Log message:
Don't hardcode CXX.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 09:54:38
Modified files:
lib/libdmx : ChangeLog configure configure.ac
Log message:
Update to libdmx 1.1.3
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 09:57:48
Modified files:
lib/libfontenc : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing
lib/libfontenc/src: Makefile.am Makefile.in encparse.c fontenc.c
Log message:
Update to libfontenc 1.1.2
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/31 10:18:41
Modified files:
www/netsurf/browser: Makefile
Added files:
www/netsurf/browser/patches: patch-gtk_res_options_gtk2_ui
Log message:
Use none translated version of options.gtk2.ui. Until translations are
working properly this is better then seeing tokens in place of the
actual labels.
Discussed with landry@. ok bently@ (MAINTAINER)
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/05/31 10:23:44
Modified files:
faq : faq14.html
Log message:
add #altroot.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 10:34:18
Modified files:
lib/libXfixes : configure configure.ac
Log message:
Fix merge error
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/05/31 10:46:32
Modified files:
faq : faq14.html
Log message:
spell check, THEN commit. I'll get that right one of these days....
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/05/31 10:46:56
Modified files:
faq : index.html
Log message:
add faq14.html#altroot
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/31 11:00:59
Modified files:
sys/arch/alpha/include: cpu.h
sys/arch/arm/include: cpu.h
sys/arch/hppa64/include: cpu.h
sys/arch/i386/include: cpu.h
sys/arch/m88k/include: cpu.h
sys/arch/sparc64/include: cpu.h
Log message:
remove counters for simplelocks
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/05/31 12:03:45
Modified files:
usr.bin/mg : Makefile basic.c def.h display.c echo.c
funmap.c kbd.c main.c match.c mg.1 re_search.c
search.c window.c
Added files:
usr.bin/mg : bell.c
Log message:
Make the system bell toggleable via 'audible-bell', and if switched
off, make available an alternative 'visible-bell'.
ok florian@ jasper@ Feedback Sunil Nimmagadda.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/05/31 12:19:19
Modified files:
usr.bin/mg : basic.c
Log message:
Also inform the user about beginning / end of buffer in previous-line
and next-line.
ok lum@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/05/31 12:29:32
Modified files:
sys/kern : subr_poison.c
Log message:
unfortunately the sparc pagesize handling also requires uvm_extern.h
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 12:38:27
Modified files:
lib/libXi : configure configure.ac
lib/libXinerama: configure configure.ac
lib/libXtst : configure configure.ac
lib/libXxf86dga: configure configure.ac
lib/libXxf86vm : configure configure.ac
lib/libdmx : configure configure.ac
lib/libXRes : configure configure.ac
Log message:
fix merge issues.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/31 12:41:26
Modified files:
lib/libc/gen : Makefile.inc
sys/sys : mman.h
Added files:
lib/libc/gen : shm_open.3 shm_open.c
Log message:
add shm_open and friends which i have been told ports programs would
like to use.
ok deraadt guenther
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 12:54:55
Modified files:
devel/pango : Makefile
Log message:
Unbreak after harfbuzz update, committing on behalf of ajacoutot@ who's
slacking downtown.
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/05/31 13:01:56
Modified files:
lib/libc/sys : kqueue.2
sys/kern : kern_event.c
Log message:
On NOTE_EXIT event of EVFILT_PROC, store the exit status in kn_data.
ok guenther tedu deraadt
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/05/31 13:08:16
Modified files:
mail/lumail : Makefile
Added files:
mail/lumail/patches: patch-tests_Makefile
Log message:
Enable lumail tests and silence rm.
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:14:11
Modified files:
x11/xfce4 : xfce4.port.mk
Log message:
Bump XFCE_DESKTOP_VERSION to 4.10.1 since some bugfix releases were made.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:15:31
Modified files:
x11/xfce4/libxfce4ui: Makefile
x11/xfce4/libxfcegui4: Makefile
x11/xfce4/xfce4-dev-tools: Makefile
x11/xfce4/xfconf: Makefile
x11/xfce4/xfwm4-themes: Makefile
Log message:
Enforce XFCE_VERSION back to 4.10.0 for components which didnt see a release.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:16:16
Modified files:
x11/xfce4/libxfce4util: Makefile distinfo
Log message:
Bugfix update to libxfce4util 4.10.1.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/31 13:16:52
Modified files:
sys/net : if_pppx.c if_spppsubr.c
sys/netinet : in.c in_var.h
Log message:
Remove the scrub argument from in_ifinit() and simply call in_ifscrub()
unconditionally for SIOCSIFADDR.
ok bluhm@, henning@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:16:59
Modified files:
x11/xfce4/xfce4-appfinder: Makefile distinfo
Log message:
Bugfix update to xfce4-appfinder 4.10.1
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:17:28
Modified files:
x11/xfce4/xfce4-settings: Makefile distinfo
x11/xfce4/xfce4-settings/pkg: PLIST
Log message:
Bugfix update to xfce4-settings 4.10.1
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:18:22
Modified files:
x11/xfce4/xfce4-panel: Makefile distinfo
x11/xfce4/xfce4-panel/pkg: PLIST
Removed files:
x11/xfce4/xfce4-panel/patches: patch-plugins_actions_actions_c
Log message:
Bugfix update to xfce4-panel 4.10.1, fix WANTLIB
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:20:15
Modified files:
x11/xfce4/xfce4-session: Makefile distinfo
x11/xfce4/xfce4-session/pkg: PLIST
Removed files:
x11/xfce4/xfce4-session/patches:
patch-xfce4-session-logout_main_c
Log message:
Bugfix update to xfce4-session 4.10.1
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/05/31 13:21:10
Modified files:
sys/dev/pckbc : pms.c pmsreg.h
Log message:
add elantech v4 (clickpad) support
tested on an asus ux21a
ok mpi@ stsp@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:21:11
Modified files:
x11/xfce4/xfwm4: Makefile distinfo
x11/xfce4/xfwm4/pkg: PLIST
Log message:
Bugfix update to xfwm4 4.10.1, fix WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:21:31
Modified files:
x11/xfce4/garcon: Makefile distinfo
x11/xfce4/garcon/pkg: PLIST
Log message:
Bugfix update to garcon 0.2.1
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:21:48
Modified files:
x11/xfce4/tumbler: Makefile distinfo
Log message:
Bugfix update to tumbler 0.1.29
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:22:13
Modified files:
x11/xfce4/xfce4-notifyd: Makefile distinfo
Log message:
Bugfix update to xfce4-notifyd 0.2.4
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:22:48
Modified files:
x11/xfce4/terminal: Makefile distinfo
x11/xfce4/terminal/pkg: PLIST
Log message:
Bugfix update to xfce4-terminal 0.6.2
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:23:11
Modified files:
x11/xfce4/thunar: Makefile distinfo
x11/xfce4/thunar/pkg: PLIST
Log message:
Bugfix update to thunar 1.6.3
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:23:52
Modified files:
x11/xfce4/thunar-media-tags: Makefile distinfo
x11/xfce4/thunar-media-tags/pkg: PLIST
Log message:
Bugfix update to thunar-media-tags 0.2.1
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/05/31 13:24:16
Modified files:
sys/arch/beagle/conf: GENERIC RAMDISK Makefile.beagle
Log message:
Change option -mcpu=armv5 to -march=armv6 and move it to Makefile.beagle.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/05/31 13:24:41
Modified files:
x11/xfce4/thunar-archive: Makefile distinfo
x11/xfce4/thunar-archive/pkg: PLIST
Log message:
Bugfix update to thunar-archive 0.3.1. Fix deps/wantlib now that it
properly links against thunar.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/05/31 13:32:31
Modified files:
sys/dev/usb : files.usb
sys/arch/macppc/conf: files.macppc GENERIC
share/man/man4 : Makefile
share/man/man4/man4.macppc: Makefile
Added files:
sys/dev/usb : utpms.c
share/man/man4 : utpms.4
Removed files:
sys/arch/macppc/dev: tpms.c
share/man/man4/man4.macppc: tpms.4
Log message:
Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and move
it to dev/usb because it could be used on intel based mac laptops.
Discussed with jcs@, ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/31 13:32:52
Modified files:
sys/sys : dirent.h
Log message:
Use internal type names, including __ino_t, for the members of struct
dirent. Better mnemonic and fixes non-XPG use
ok matthew@ pirofti@
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/05/31 13:40:28
Modified files:
usr.sbin/nginx/conf: nginx.conf
Log message:
also listen on v6 by default; ok matthieu@ deraadt@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 13:43:06
xenocara/app/appres/man
Update of /cvs/xenocara/app/appres/man
In directory cvs.openbsd.org:/tmp/cvs-serv7945/man
Log Message:
Directory /cvs/xenocara/app/appres/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 13:43:57
Modified files:
app/appres : ChangeLog Makefile.am Makefile.in aclocal.m4
appres.c config.guess config.h.in config.sub
configure configure.ac depcomp install-sh
missing mkinstalldirs
Added files:
app/appres/man : Makefile.am Makefile.in appres.man
Log message:
Update to appres 1.0.4
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/05/31 13:46:42
Modified files:
usr.bin/tmux : format.c tmux.1
Log message:
Add host_short format, from Tiago Cunha.
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/05/31 13:46:57
Modified files:
sbin/ping6 : ping6.c
Log message:
don't truncate trailing zeros from the round-trip times; ok deraadt@ sthen@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 13:51:07
xenocara/app/xrefresh/man
Update of /cvs/xenocara/app/xrefresh/man
In directory cvs.openbsd.org:/tmp/cvs-serv13121/man
Log Message:
Directory /cvs/xenocara/app/xrefresh/man added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 13:52:54
Modified files:
app/xrefresh : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh missing
xrefresh.c
Added files:
app/xrefresh/man: Makefile.am Makefile.in xrefresh.man
Removed files:
app/xrefresh : xrefresh.man
Log message:
Update to xrefresh 1.0.5
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/05/31 13:56:05
Modified files:
usr.bin/tmux : status.c tmux.1
Log message:
Demote the old single-character replacement variables (#S and friends)
to aliases of formats. From Tiago Cunha.
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/05/31 13:56:07
Modified files:
sbin/ifconfig : ifconfig.8 ifconfig.c
Log message:
Correct the range checks in ifconfig properly for vhid, advbase and advskew.
Clarify about the ranges in the man page.
ok mpf mcbride
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 13:57:13
Modified files:
app/xwininfo : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp dsimple.c dsimple.h
install-sh missing xwininfo.c
app/xwininfo/man: Makefile.in
Added files:
app/xwininfo : config.rpath
Log message:
Update to xwininfo 1.1.3
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/05/31 14:00:00
Modified files:
sys/arch/amd64/amd64: hibernate_machdep.c
sys/arch/amd64/include: hibernate.h
sys/arch/i386/i386: hibernate_machdep.c
sys/arch/i386/include: hibernate.h
sys/kern : subr_hibernate.c
Log message:
We need to halt the APs on MP hibernate resume or else they will be
executing code possibly causing side effects during the image unpack
operation. But before we can halt the APs, we need to complete their init
(as they will be hatched but idling, possibly with interrupts off).
Introduces MD function hibernate_quiesce_cpus to do this, called from the
MI hibernate resume code.
ok deraadt
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 14:00:16
Modified files:
app/bitmap : Bitmap.c ChangeLog Makefile.in aclocal.m4
atobm.c bmtoa.c compile config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing
app/bitmap/man : Makefile.in bitmap.man
Log message:
Update to bitmap 1.0.7
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/05/31 14:06:23
Modified files:
share/man/man9 : Makefile namei.9
Log message:
lookup() and relookup() have 'vfs_' prefix
Document NDINITAT(), STRIPSLASHES, and ni_dirfd
Tweak some other markup to appear more consistent
ok matthew@ schwarze@ jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/31 14:07:34
Modified files:
www/webkit : Makefile
www/webkit/patches: patch-configure
Log message:
Needs to depend on devel/harfbuzz,-icu now.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 14:07:37
Modified files:
app/xdpyinfo : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing mkinstalldirs
xdpyinfo.c
app/xdpyinfo/man: Makefile.in xdpyinfo.man
Log message:
Update to xdpyinfo 1.3.1
CVSROOT: /cvs
Module name: www
Changes by: guenther@cvs.openbsd.org 2013/05/31 14:11:20
Modified files:
faq : current.html
Log message:
A couple manpages to delete
CVSROOT: /cvs
Module name: src
Changes by: uebayasi@cvs.openbsd.org 2013/05/31 14:14:19
Added files:
sys/dev/pci : if_vmx.c if_vmxreg.h
Log message:
Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ.
Tested by reyk@, yasuoka@
OK'ed by reyk@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/05/31 14:18:44
Modified files:
share/man/man4 : vic.4 Makefile
Added files:
share/man/man4 : vmx.4
Log message:
Add a manpage for the newly added vmx(4) driver.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 14:20:23
Removed files:
app/appres : appres.man
Log message:
remove moved file
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/05/31 14:23:37
Modified files:
usr.sbin/relayd: ssl.c
Log message:
unset cte->buf after free, fix double free via tcp_close().
ok reyk@
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/05/31 14:26:03
Modified files:
net/snort : Makefile distinfo
net/snort/patches:
patch-src_dynamic-plugins_sf_engine_Makefile_in
patch-src_dynamic-preprocessors_Makefile_in
patch-src_dynamic-preprocessors_dcerpc2_Makefile_in
patch-src_dynamic-preprocessors_dnp3_Makefile_in
patch-src_dynamic-preprocessors_dns_Makefile_in
patch-src_dynamic-preprocessors_ftptelnet_Makefile_in
patch-src_dynamic-preprocessors_gtp_Makefile_in
patch-src_dynamic-preprocessors_imap_Makefile_in
patch-src_dynamic-preprocessors_modbus_Makefile_in
patch-src_dynamic-preprocessors_pop_Makefile_in
patch-src_dynamic-preprocessors_reputation_Makefile_in
patch-src_dynamic-preprocessors_sdf_Makefile_in
patch-src_dynamic-preprocessors_sip_Makefile_in
patch-src_dynamic-preprocessors_smtp_Makefile_in
patch-src_dynamic-preprocessors_ssh_Makefile_in
patch-src_dynamic-preprocessors_ssl_Makefile_in
Log message:
Update to Snort 2.9.4.6. Maintainer came up with the same diff.
Tested on sparc64 by maintainer, and on amd64, i386, and macppc by
myself.
OK Markus Lude (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/31 14:44:10
Modified files:
sys/kern : kern_malloc.c subr_pool.c
Log message:
open up some races. if pool_debug == 2, force a yield() whenever waitok.
ok miod
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/31 14:46:25
Modified files:
audio/pulseaudio: Makefile
Removed files:
audio/pulseaudio/patches: patch-src_daemon_daemon_conf_in
patch-src_pulse_client_conf_in
Log message:
We have shm_open now.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/05/31 14:59:24
Modified files:
lib/libc : shlib_version
lib/libc/gen : Makefile.inc setproctitle.3
include : stdlib.h
Added files:
lib/libc/gen : getprogname.3 getprogname.c setprogname.c
Log message:
Add getprogname() and setprogname() to ease slackers^porters' work.
Man page adapted from FreeBSD and NetBSD.
Bump libc minor now (there will be more upcoming changes).
input from tedu@
get it in deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/05/31 14:59:51
Modified files:
devel/subversion: Makefile distinfo
Log message:
Update to Subversion 1.7.10. The two most important fixes are:
CVE-2013-1968: fsfs repository corruption caused by newline characters
in filenames
CVE-2013-2112: svnserve remotely triggerable DoS
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/05/31 15:00:54
Modified files:
devel/subversion: Tag: OPENBSD_5_3 Makefile
Added files:
devel/subversion/patches: Tag: OPENBSD_5_3
patch-subversion_libsvn_fs_fs_tree_c
patch-subversion_svnserve_main_c
Log message:
For 5.3-stable: Add patches for CVE-2013-1968 and CVE-2013-2112.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/05/31 15:12:02
Modified files:
net/avahi : Makefile
net/avahi/patches: patch-avahi-compat-libdns_sd_warn_c
Log message:
Bump to unbreak and remove now uneeded chunck.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/31 15:12:54
Modified files:
lib/libc/gen : setprogname.c
Log message:
fixie
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 15:17:14
Modified files:
lib/libX11 : ChangeLog configure configure.ac
lib/libX11/include/X11: Xlibint.h
lib/libX11/nls/en_US.UTF-8: Compose.pre
lib/libX11/src : Cmap.h Context.c Cr.h CrGC.c Depths.c FSWrap.c
Font.c GetAtomNm.c GetHints.c GetProp.c
GetRGBCMap.c ImUtil.c InitExt.c IntAtom.c Key.h
KeyBind.c LiICmaps.c LiProps.c ModMap.c
OpenDis.c PixFormats.c PolyReg.c PropAlloc.c
PutBEvent.c PutImage.c QuColors.c QuTree.c
Quarks.c RdBitF.c Region.c RegstFlt.c
SetFPath.c SetHints.c StrToText.c TextToStr.c
VisUtil.c WrBitF.c Xintatom.h Xintconn.h
XlibInt.c Xprivate.h Xresinternal.h Xrm.c
locking.c locking.h udcInf.c
lib/libX11/src/xkb: XKBGetMap.c
Log message:
Update to libX11 1.5.99.902 aka 1.6rc2
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/31 15:18:04
Modified files:
lib/libc/gen : getprogname.3
Log message:
minor tweaks
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/31 15:19:01
Modified files:
lib/libc/gen : getprogname.c
Log message:
doesn't need any headers
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 15:26:59
Modified files:
app/xfs : ChangeLog Makefile.am Makefile.in aclocal.m4
config.guess config.h.in config.sub configure
configure.ac depcomp install-sh missing
app/xfs/config : Makefile.in
app/xfs/difs : atom.c dispatch.c events.c extensions.c
fontinfo.c fonts.c main.c
app/xfs/doc : Makefile.in xfs-design.xml
app/xfs/include: difs.h
app/xfs/man : Makefile.in
app/xfs/os : config.c connection.c io.c osglue.c waitfor.c
xfstrans.c
Removed files:
app/xfs : xfs.def
app/xfs/difs : cache.c
app/xfs/include: cache.h cachestr.h
Log message:
Update to xfs 1.1.3
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/05/31 15:28:32
Modified files:
sys/dev/ic : rtsx.c
sys/dev/sdmmc : sdhc.c sdmmc.c
Log message:
Correct sequencing in ca_activate function. Some operations were in the
wrong order, and depth traversal was not gauranteed.
ok stsp (tested too)
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/31 15:37:09
Modified files:
usr.bin/mandoc : libroff.h mandoc.h out.c tbl_data.c tbl_term.c
Log message:
The name "struct tbl" was badly misleading for two reasons:
1) This struct almost exclusively contains the table options.
2) Information about the table as a whole is actually in "struct tbl_node".
Besides, "struct tbl" was almost impossible to search for.
So rename it to "struct tbl_opts". No functional change.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 15:37:24
Modified files:
x11/gnome/anjuta: Makefile
Removed files:
x11/gnome/anjuta/patches:
patch-plugins_symbol-db_symbol-db-engine-core_c
Log message:
remove patch now that we have shm_open()
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/31 15:38:08
Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD
Log message:
I know I'm late to the party on this one, but make my coordinates actually
show where I live, and not some random house.
Bump REVISION.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 15:38:40
Modified files:
x11/gnome/anjuta: Makefile
Log message:
svn plugin is enabled by default, so remove the configure argument
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 15:39:43
Log message:
import py-rope 0.9.4
Rope is a Python refactoring library, supporting:
- Extracting similar statements in extract refactorings
- Fixing imports when needed
- Previewing refactorings
- Undo/redo refactorings
- Stopping refactorings
- Cross-project refactorings
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130106
N ports/devel/py-rope/Makefile
N ports/devel/py-rope/distinfo
N ports/devel/py-rope/pkg/PLIST
N ports/devel/py-rope/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 15:40:52
Modified files:
devel : Makefile
Log message:
+py-rope
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 15:41:34
Modified files:
devel : Makefile
Log message:
zap some trailing whitespaces
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 15:44:44
Modified files:
app/xinit : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing startx.cpp xinit.c
app/xinit/launchd: Makefile.in
app/xinit/launchd/privileged_startx: Makefile.in
app/xinit/launchd/user_startx: Makefile.am Makefile.in
launchd_startx.c startx.plist.cpp
app/xinit/man : Makefile.in
Log message:
Update to xinit 1.3.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 15:49:49
Modified files:
x11/gnome/anjuta: Makefile
Log message:
add py-rope to the run depends
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/05/31 16:07:49
Modified files:
sys/dev/sbus : cgtwelve.c
sys/arch/sparc/dev: cgfourteen.c cgtwelve.c p9100.c tcx.c zx.c
Log message:
Replace shutdownhooks with activate functions, properly doing those
operations only if device is console
ok kettenis
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/31 16:08:04
Modified files:
usr.bin/mandoc : roff.c tbl.c
Log message:
More cleanup: Consistently use the name "struct tbl_node *tbl"
that is already used almost everywhere instead of gratuitiously
inventing different names at four places. No functional change.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 16:17:44
Modified files:
lib/libXext : ChangeLog Makefile.in aclocal.m4 configure
configure.ac
lib/libXext/include/X11/extensions: sync.h
lib/libXext/man: Makefile.in XShape.man Xmbuf.man
lib/libXext/specs: Makefile.in
lib/libXext/src: Makefile.in XSync.c Xge.c
Log message:
Update to libXext 1.3.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/05/31 16:20:42
Modified files:
x11/gnome/anjuta: Makefile
Added files:
x11/gnome/anjuta/patches:
patch-plugins_language-support-python_org_gnome_anjuta_plugins_python_gschema_xml_in
Log message:
- fix the default path to the python interpreter; prevents annoying warnings
when loading .py files.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/05/31 16:22:33
Modified files:
net/texapp : Makefile distinfo
Log message:
Update net/texapp to 0.5.2
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/31 16:42:13
Modified files:
devel/flatzebra: Makefile distinfo
devel/flatzebra/pkg: PLIST
Removed files:
devel/flatzebra/pkg: PFRAG.shared
Log message:
Update to flatzebra-0.1.6.
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/31 16:42:33
Modified files:
games/afternoonstalker: Makefile distinfo
Log message:
Update to afternoonstalker-1.1.5.
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/31 16:42:55
Modified files:
games/batrachians: Makefile distinfo
Log message:
Update to batrachians-0.1.6.
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/31 16:43:15
Modified files:
games/burgerspace: Makefile distinfo
Log message:
Update to burgerspace-1.9.2.
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/31 16:43:34
Modified files:
games/cosmosmash: Makefile distinfo
games/cosmosmash/pkg: PLIST
Log message:
Update to cosmosmash-1.4.6.
ok landry@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/05/31 16:43:43
Modified files:
sys/dev/acpi : acpi.c
Log message:
Fix the build for a kernel without wd and pciide in its config.
OK deraadt@ tedu@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/05/31 16:46:47
Modified files:
sys/net : if_pflow.c
Log message:
export the original aka untranslated address for af-to in pflow
inspired by benno@'s previous diff for nat-to
tests/ok benno@
CVSROOT: /cvs
Module name: ports
Changes by: jcs@cvs.openbsd.org 2013/05/31 16:50:34
Log message:
import xbanish-1.1, a small utility to automatically hide the mouse
cursor while typing and show it again when the mouse is moved
ok jturner
Status:
Vendor Tag: jcs
Release Tags: jcs_20130531
N ports/x11/xbanish/Makefile
N ports/x11/xbanish/distinfo
N ports/x11/xbanish/pkg/DESCR
N ports/x11/xbanish/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jcs@cvs.openbsd.org 2013/05/31 16:52:29
Modified files:
x11 : Makefile
Log message:
+= xbanish
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/31 17:10:13
Modified files:
usr.sbin/bgpd : rde.c bgpd.c
Log message:
Unfuck BGP MPLS VPNs that got broken by the last few reload related commits.
OK henning@
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/05/31 17:52:19
Modified files:
distrib/miniroot: install.sub
Log message:
clean up some IFS and input handling
ok rpe@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/05/31 18:58:37
Modified files:
. : MODULES 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/05/31 19:02:53
Modified files:
sys/arch/octeon/dev: octeon_pcibus.c
Log message:
make the way of doing debug printfs generic
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/05/31 19:07:53
Removed files:
sys/stand/mkuboot: Makefile mkuboot.8 mkuboot.c
Log message:
Remove the old mkuboot since it was moved.
yes of course deraadt@
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/05/31 19:13:34
Modified files:
sys/arch/amd64/conf: GENERIC
sys/arch/i386/conf: GENERIC
sys/dev/pci : files.pci
Log message:
Add vmx(4) to the kernel config, but comment it out for now.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/05/31 19:15:30
src/distrib/beagle/miniroot
Update of /cvs/src/distrib/beagle/miniroot
In directory cvs.openbsd.org:/tmp/cvs-serv31310/distrib/beagle/miniroot
Log Message:
Directory /cvs/src/distrib/beagle/miniroot added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/05/31 19:16:20
Modified files:
sys/arch/octeon/dev: octeon_pcibus.c
Log message:
remove bogus XXX comment, 32 is just the way it is.
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/05/31 19:19:26
src/distrib/beagle/miniroot/am335x
Update of /cvs/src/distrib/beagle/miniroot/am335x
In directory cvs.openbsd.org:/tmp/cvs-serv1026/distrib/beagle/miniroot/am335x
Log Message:
Directory /cvs/src/distrib/beagle/miniroot/am335x added to the repository
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/05/31 19:19:40
src/distrib/beagle/miniroot/beagle
Update of /cvs/src/distrib/beagle/miniroot/beagle
In directory cvs.openbsd.org:/tmp/cvs-serv21753/distrib/beagle/miniroot/beagle
Log Message:
Directory /cvs/src/distrib/beagle/miniroot/beagle added to the repository
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/05/31 19:19:52
src/distrib/beagle/miniroot/panda
Update of /cvs/src/distrib/beagle/miniroot/panda
In directory cvs.openbsd.org:/tmp/cvs-serv243/distrib/beagle/miniroot/panda
Log Message:
Directory /cvs/src/distrib/beagle/miniroot/panda added to the repository
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/05/31 19:23:23
Modified files:
distrib/beagle : Makefile
Added files:
distrib/beagle/miniroot: Makefile Makefile.inc
distrib/beagle/miniroot/am335x: Makefile
distrib/beagle/miniroot/beagle: Makefile
distrib/beagle/miniroot/panda: Makefile
Log message:
Setup miniroot for the arm boards.
get it in deraadt@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/05/31 19:30:54
Modified files:
sys/netinet : icmp6.h
usr.sbin/rtadvd: config.c config.h rtadvd.conf rtadvd.conf.5
rtadvd.h
Log message:
Add support for advertising route information (RFC 4191).
From FreeBSD via UMEZAWA Takeshi
ok bluhm@
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/31 19:34:57
Modified files:
usr.sbin/ldpd : hello.c ldp.h ldpe.h neighbor.c
Log message:
Always advertise the Router-ID as the transport address.
RFC 5036 - Section 2.5.2 says:
An LSR MUST advertise the same transport address in all
Hellos that advertise the same label space...
To satisfy this condition, always advertise the Router-ID as the
transport address by using the "IPv4 Transport Address" TLV in the
generated Hello messages.
From Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/05/31 19:39:05
Modified files:
usr.sbin/ldpd : packet.c
Log message:
Don't set the Message ID for hello messages.
The Message ID field is used by notification messages to identify a
given message. This is the behavior adopted by Cisco IOS.
Diff from Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/31 19:42:55
Modified files:
lib/libc/gen : fstab.c
Log message:
no need to cast null
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/31 19:43:43
Modified files:
lib/libc/gen : setprogname.c
Log message:
string.h defines null for us
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/31 19:46:06
Modified files:
lib/libc/compat-43: getwd.c
Log message:
no need to cast null
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/05/31 19:49:41
Modified files:
distrib/beagle/miniroot/am335x: Makefile
distrib/beagle/miniroot/beagle: Makefile
distrib/beagle/miniroot/panda: Makefile
Log message:
Fix the include. Spotted by and OK naddy.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/05/31 20:03:30
Modified files:
sys/dev/pci/drm/i915: i915_drv.c intel_pm.c
Log message:
Make mutexes that get used in interrupts IPL_TTY instead of IPL_NONE.
ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/31 20:15:15
Log message:
Import pushover-0.0.5, a puzzle game featuring dominoes.
Pushover is a faithful reimplementation of the game with the same name
published in 1992 by Ocean. It contains the original levels. The
graphics and sound are very similar when compared with the original
game.
The task of the game is to rearrange the dominoes on the different
platforms so that you can start a chainreaction that makes all dominoes
topple over.
various tweaks/corrections from naddy@ landry@ bcallah@
ok naddy@
Status:
Vendor Tag: bentley
Release Tags: bentley_20130531
N ports/games/pushover/Makefile
N ports/games/pushover/distinfo
N ports/games/pushover/patches/patch-configure_ac
N ports/games/pushover/pkg/DESCR
N ports/games/pushover/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/05/31 20:16:44
Modified files:
games : Makefile
Log message:
+pushover
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/05/31 22:05:26
Modified files:
sys/kern : kern_exit.c kern_sig.c
Log message:
some small style changes that are distracting me from seeing a real bug
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/05/31 22:56:42
Modified files:
usr.bin/mandoc : tbl_data.c
Log message:
If a table contained at least one complete line
and on its last line, the first T{ remained unclosed,
roff_parseln() never returned ROFF_TBL for that last line,
so {man,mdoc}_addspan() never got called for that last line,
so we ended up with a table
where no line associated with a node had TBL_SPAN_LAST set,
so tbl_term() never free()'d the cols in struct roffcol,
so tblcalc() crashed on the NULL == tbl->cols assertion
when starting the *next* table in the same file.
Fix this by returning ROFF_TBL as soon as we open a data cell,
not only when finishing it - as explained above, it may never
get properly closed but instead be interrupted by .TE.
Problem reported by bentley@ in latex2man.1.
I love it when bugs take half a day to debug but
the fix turns out to be flipping one single bit in the source code.
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2013/06/01 02:27:57
Modified files:
editors/texmaker: Makefile distinfo
editors/texmaker/patches: patch-configdialog_cpp
patch-latexeditorview_h
patch-texmaker_cpp patch-texmaker_h
patch-texmaker_pro
editors/texmaker/pkg: PLIST
Log message:
Update to texmaker 4.0.2
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/06/01 03:21:10
Modified files:
lib/libc/asr : asr.c asr_private.h res_send_async.c
Log message:
iterating over the ns list only matters for res_send_async.c, so move
things around.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/01 03:46:31
Modified files:
usr.bin/mg : paragraph.c
Log message:
Adjust M-} (forward-paragraph) to behave like emacs.
Bug fix and ok florian@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/01 03:49:53
Modified files:
sys/kern : kern_ktrace.c syscalls.master
sys/sys : ktrace.h
lib/libc/sys : Makefile.inc ktrace.2
lib/librthread : shlib_version
Added files:
lib/libc/sys : utrace.2
Log message:
Add utrace(2), a system call allowing for userland to send its own ktrace
records. From FreeBSD via otto@, with tweaks suggested by guenther@.
Commite on behalf of otto@ who is not around, to ride the libc minor bump.
Causes a librthread minor bump as well (new syscall).
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/01 03:50:03
Modified files:
sys/kern : init_sysent.c syscalls.c
sys/sys : syscall.h syscallargs.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/01 03:50:47
Modified files:
usr.bin/mg : paragraph.c
Log message:
tidy-up int declarations as suggested by florian@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/01 03:51:30
Modified files:
usr.bin/ktrace : ktrace.1 ktrace.h subr.c
usr.bin/kdump : kdump.1 kdump.c
Log message:
Userland bits for utrace record handling; from otto@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/01 03:57:58
Modified files:
libexec/ld.so : Makefile loader.c resolve.c resolve.h
libexec/ld.so/alpha: ldasm.S rtld_machine.c syscall.h
libexec/ld.so/amd64: ldasm.S rtld_machine.c syscall.h
libexec/ld.so/arm: ldasm.S rtld_machine.c syscall.h
libexec/ld.so/hppa: ldasm.S rtld_machine.c syscall.h
libexec/ld.so/i386: ldasm.S rtld_machine.c syscall.h
libexec/ld.so/m68k: ldasm.S rtld_machine.c syscall.h
libexec/ld.so/m88k: ldasm.S rtld_machine.c syscall.h
libexec/ld.so/mips64: rtld_machine.c syscall.h
libexec/ld.so/powerpc: rtld_machine.c syscall.h
libexec/ld.so/sh: ldasm.S rtld_machine.c syscall.h
libexec/ld.so/sparc: ldasm.S rtld_machine.c syscall.h
libexec/ld.so/sparc64: ldasm.S rtld_machine.c syscall.h
usr.bin/ktrace : Makefile ktrace.c
Added files:
libexec/ld.so : trace.c
usr.bin/ktrace : ltrace.1
Log message:
Introduce ltrace(1). This tool works with ld.so to inject utrace record for
each plt call, allowing to trace a binary linked against shared library at the
public function call level.
To do so, ltrace(1) sets up some environment variables to enable plt tracing
in ld.so, and invokes ktrace(2) for utrace events. ld.so will force lazy
binding and will send an utrace record in the plt resolver, without updating
the plt.
Minimal filtering capabilities are provided, inspired by Solaris' truss -u,
to limit tracing to libraries and/or symbol names. Non-traced libraries and
symbols will have the regular resolver processing, with the expected plt
update.
"Get it in" deraadt
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/01 04:17:01
Modified files:
usr.bin/mg : line.c
Log message:
The k*() functions were moved to yank.c in 2005. Update the comment to
reflect this.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/01 04:23:40
Modified files:
usr.bin/mg : paragraph.c
Log message:
Update the forw/backpara comments to reflect recent changes.
CVSROOT: /cvs
Module name: src
Changes by: matthieu@cvs.openbsd.org 2013/06/01 05:21:36
Modified files:
sys/dev/pci/drm: drm.h
Log message:
Add defines for DRM_CAP_PRIME capability. Not implemented, but allows
the intel driver to build and work with X server 1.14. ok jsg@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/01 06:00:26
Modified files:
sysutils/ykpers: Makefile
Log message:
Add a dependency on json-c, autoconf picks it up if present.
Found by Barry Grumbine.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 06:05:14
Modified files:
games/openarena: Makefile
Removed files:
games/openarena/patches: patch-code_client_libmumblelink_c
Log message:
Drop the shm_open(3) patch.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 06:11:52
Modified files:
graphics/cairo : Makefile
graphics/cairo/pkg: PFRAG.shared PLIST
Added files:
graphics/cairo/patches: patch-util_cairo-sphinx_Makefile_in
Removed files:
graphics/cairo/patches: patch-util_Makefile_in
Log message:
cairo-sphinx is now built since shm_open(3) is detected; so enable it.
ok eric@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 06:15:48
Modified files:
audio/swh-plugins: Makefile
audio/swh-plugins/patches: patch-Makefile_am
audio/swh-plugins/pkg: PLIST
Removed files:
audio/swh-plugins/patches: patch-metadata_swh-plugins_rdf
patch-util_blo_c patch-util_blo_h
Log message:
Re-enable the plugins that required shm_open(3).
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/06/01 06:38:29
Modified files:
lib/libc/asr : asr.c asr_private.h
Log message:
Update asr_hostaliases() to make all necessary checks in the function.
Explicitely check for issetguid() before calling getenv(). Also make
asr_hostalias() callable from other parts of asr too.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 06:55:05
Modified files:
geo/spatialite/gis: Makefile
Log message:
Regen WANTLIB to unbreak.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 06:55:42
Modified files:
x11/pinot : Makefile
Log message:
Regen WANTLIB to unbreak.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 06:58:33
Modified files:
geo/spatialite/gui: Makefile
Log message:
Regen WANTLIB to unbreak.
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/01 07:15:52
Modified files:
usr.bin/ssh : channels.c clientloop.c misc.c misc.h packet.c
progressmeter.c sandbox-systrace.c ssh-agent.c
Log message:
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
keepalives and rekeying will work properly over clock steps. Suggested by
markus@, "looks good" djm@.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/01 07:17:28
Modified files:
devel/cvsutils : Makefile distinfo
Removed files:
devel/cvsutils/patches: patch-cvsu_pl
Log message:
update to cvsutils 0.2.6
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 07:21:15
Modified files:
net/gupnp/ui : Makefile
Log message:
Regen WANTLIB to unbreak.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/01 07:25:41
Modified files:
sys/netinet : in_pcb.c
Log message:
Remove redundant call to splsoftnet(). There is a
splsoftassert(IPL_SOFTNET) at the start of in_pcbdetach().
From David Hill
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 07:44:44
Modified files:
audio/pulseaudio: Makefile
Removed files:
audio/pulseaudio/patches: patch-src_daemon_main_c
Log message:
It seems that shm_open(3) support has fixed the deadlock in pulseaudio
autospawn; so enable it by default.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 07:45:50
Modified files:
x11/gnome/gdm : Makefile
Log message:
Drop comment.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 07:50:20
Modified files:
x11/gnome/gvfs : Makefile
Added files:
x11/gnome/gvfs/patches: patch-metadata_metatree_c
Log message:
metadata: Downgrade journal short-read to debug (upstream).
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/06/01 08:06:20
Modified files:
etc : Makefile rc rc.conf
usr.sbin : Makefile
usr.sbin/nginx/conf: nginx.conf
Added files:
etc/rc.d : slowcgi
Log message:
hook up slowcgi to the tree, including /etc glue and a sample configuration
snippet; ok florian@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 08:18:40
Modified files:
net/amsn : Makefile
net/amsn/patches: patch-configure
net/cadaver : Makefile
net/flvstreamer: Makefile
net/flvstreamer/patches: patch-Makefile
net/mktorrent : Makefile
net/nagios/nagios: Makefile
net/nagios/nagios/patches: patch-configure
net/pmacct : Makefile
net/pmacct/patches: patch-configure
net/spectrum-tools: Makefile
net/xchat : Makefile
net/yersinia : Makefile
net/yersinia/patches: patch-configure
Removed files:
net/cadaver/patches: patch-configure
net/mktorrent/patches: patch-BSDmakefile
net/xchat/patches: patch-configure
Log message:
Remove pthread patches.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/01 08:19:31
Modified files:
graphics/node-canvas: Makefile
devel/node-gir : Makefile
Log message:
Add missing bumps, PLIST_DB complains of disappearing @link entries.
-@link /usr/local/lib/node_modules/gir/build/Release/girepository.node
-@link /usr/local/lib/node_modules/canvas/build/Release/canvas.node
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/01 08:22:09
Modified files:
lib/libXrandr : ChangeLog Makefile.am Makefile.in aclocal.m4
configure configure.ac
lib/libXrandr/include/X11/extensions: Xrandr.h
lib/libXrandr/man: Makefile.am Makefile.in
lib/libXrandr/src: Makefile.am Makefile.in XrrCrtc.c XrrMode.c
Log message:
Update to libXrandr 1.4.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 08:22:34
Modified files:
textproc/icu4c : Makefile distinfo
textproc/icu4c/pkg: PLIST
Log message:
Update to icu4c-51.2.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/01 08:27:13
Modified files:
usr.bin/mandoc : term_ascii.c
Log message:
Use a standard locale name, "UTF-8" is an ugly non-standard alias
that doesn't work on OpenBSD.
OK tedu@ naddy@
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/01 08:27:32
Modified files:
usr.bin/mg : paragraph.c
Log message:
Make 'kill-paragraph' behave like emacs. ok florian@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 08:28:28
Modified files:
lang/ecl : Makefile
lang/ecl/patches: patch-src_configure
lang/icon/interp: Makefile
lang/icon/interp/patches: patch-config_bsd_Makedefs
patch-src_common_Makefile
patch-tests_general_Makefile
lang/jamvm : Makefile
lang/jamvm/patches: patch-configure
lang/onyx : Makefile
Removed files:
lang/onyx/patches: patch-configure
Log message:
Drop pthread patches.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/01 08:31:20
Modified files:
lib/libXv : ChangeLog Makefile.in aclocal.m4 configure
configure.ac
lib/libXv/include: Makefile.in
lib/libXv/include/X11: Makefile.in
lib/libXv/include/X11/extensions: Makefile.in
lib/libXv/man : Makefile.am Makefile.in XvListImageFormats.man
lib/libXv/src : Makefile.in
Log message:
Update to libXv 1.0.8
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/01 08:32:05
src/sys/tmpfs
Update of /cvs/src/sys/tmpfs
In directory cvs.openbsd.org:/tmp/cvs-serv4765/tmpfs
Log Message:
Directory /cvs/src/sys/tmpfs added to the repository
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/01 08:33:08
src/sbin/mount_tmpfs
Update of /cvs/src/sbin/mount_tmpfs
In directory cvs.openbsd.org:/tmp/cvs-serv16332/mount_tmpfs
Log Message:
Directory /cvs/src/sbin/mount_tmpfs added to the repository
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/06/01 08:34:34
Modified files:
lib/libc/asr : asr.c asr_private.h getaddrinfo_async.c
gethostnamadr_async.c res_search_async.c
Log message:
Make hostaliases work for gethostbyname() and getaddrinfo() when
looking into /etc/hosts. Remove the alias check from the search
domain iteration. Instead, take a shortcut to res_query_async_ctx() in
res_search_async_ctx().
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/01 08:37:32
Added files:
sbin/mount_tmpfs: Makefile mount_tmpfs.8 mount_tmpfs.c
mount_tmpfs.h
sys/tmpfs : tmpfs.h tmpfs_fifoops.c tmpfs_mem.c
tmpfs_specops.c tmpfs_subr.c tmpfs_vfsops.c
tmpfs_vnops.c tmpfs_vnops.h
Log message:
import tmpfs code, originally from netbsd.
heavy lifting by Pedro Martelletto, timestamp fixes by me.
THIS IS NOT ENABLED YET, AND REQUIRES UVM CHANGES AND REVIEW.
Imported, so that working on it can be mostly done in tree with less painful
diff exchanges, and that we have history of further changes.
okay tedu@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/01 08:47:08
Modified files:
usr.bin/mg : mg.1
Log message:
Add dired key bindings. ok and advice jmc@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/06/01 08:51:10
Modified files:
graphics/mandelbulber: Makefile distinfo
graphics/mandelbulber/patches: patch-makefiles_makefile
patch-makefiles_src_subdir_mk
graphics/mandelbulber/pkg: PLIST
Added files:
graphics/mandelbulber/patches: patch-makefiles_objects_mk
Log message:
Update to mandelbulber-1.15.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/06/01 09:02:01
Modified files:
lib/libc/asr : asr.c asr_private.h res_search_async.c
Log message:
Move search domain iteration code in res_search_async.c where it belongs.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/01 09:34:01
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.beagle md.hp300 md.hppa md.hppa64
md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.vax md.zaurus mi
distrib/sets/lists/comp: mi
distrib/sets/lists/etc: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 10:00:21
Modified files:
usr.sbin/ospfd : kroute.c
Log message:
Minor cleanup, do not set values to 0 twice.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/01 10:04:46
Modified files:
sys/kern : kern_fork.c
Log message:
As found by kurt, there's a twisty race between exit1 and fork1
with threaded processes. Fix this by checking for an attempt to go
single threaded in fork1 and account for the new thread as well.
ok espie guenther kurt
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/01 10:12:54
Modified files:
usr.sbin/nginx : CHANGES CHANGES.ru Makefile.bsd-wrapper
usr.sbin/nginx/auto: modules options sources unix
usr.sbin/nginx/auto/lib/md5: conf
usr.sbin/nginx/auto/lib/perl: conf make
usr.sbin/nginx/auto/lib/sha1: conf
usr.sbin/nginx/src/core: nginx.h ngx_array.c ngx_array.h
ngx_connection.c ngx_connection.h
ngx_core.h ngx_crypt.c ngx_cycle.h
ngx_inet.c ngx_inet.h
usr.sbin/nginx/src/event: ngx_event.c ngx_event.h
ngx_event_connect.c
ngx_event_openssl.c
ngx_event_openssl.h
usr.sbin/nginx/src/event/modules: ngx_devpoll_module.c
ngx_eventport_module.c
usr.sbin/nginx/src/http: ngx_http.c ngx_http.h
ngx_http_core_module.c
ngx_http_core_module.h
ngx_http_header_filter_module.c
ngx_http_parse.c ngx_http_request.c
ngx_http_request.h
ngx_http_request_body.c
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
usr.sbin/nginx/src/http/modules:
ngx_http_addition_filter_module.c
ngx_http_chunked_filter_module.c
ngx_http_fastcgi_module.c
ngx_http_flv_module.c
ngx_http_geo_module.c
ngx_http_geoip_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_limit_conn_module.c
ngx_http_limit_req_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_range_filter_module.c
ngx_http_realip_module.c
ngx_http_scgi_module.c
ngx_http_ssi_filter_module.c
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_least_conn_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
usr.sbin/nginx/src/mail: ngx_mail.h ngx_mail_auth_http_module.c
ngx_mail_core_module.c
Added files:
usr.sbin/nginx/src/event: ngx_event_openssl_stapling.c
usr.sbin/nginx/src/http: ngx_http_spdy.c ngx_http_spdy.h
ngx_http_spdy_filter_module.c
ngx_http_spdy_module.c
ngx_http_spdy_module.h
usr.sbin/nginx/src/http/modules: ngx_http_gunzip_filter_module.c
Log message:
update to nginx-1.4.1 and enable the SPDY module by default
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/01 10:22:05
Modified files:
sys/netinet : tcp_subr.c tcp_var.h udp_usrreq.c udp_var.h
sys/netinet6 : icmp6.c ip6_var.h ip6protosw.h raw_ip6.c
Log message:
Pass the routing domain to IPv6 pr_ctlinput() like in IPv4.
OK claudio@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/01 10:26:07
Modified files:
sbin/dhclient : dhclient.c dhcpd.h kroute.c privsep.c privsep.h
Log message:
Refactor the default route adding code to use a general route adding
function that will be reused for future work.
ok claudio@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/01 10:27:37
Modified files:
sys/kern : kern_ktrace.c sys_generic.c syscalls.master
Log message:
always implement stub utrace syscall, but keep the body #ifdef KTRACE
ok guenther matthew
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/01 10:27:51
Modified files:
sys/kern : init_sysent.c syscalls.c
sys/sys : syscall.h syscallargs.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/01 10:27:56
Modified files:
usr.bin/mg : undo.c
Log message:
If popbuf() fails, calling function should return FALSE.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/01 10:29:00
Modified files:
sys/netinet : ipsec_input.c
Log message:
Fix typo backswards -> backwards.
CVSROOT: /cvs
Module name: xenocara
Changes by: miod@cvs.openbsd.org 2013/06/01 10:34:20
Modified files:
distrib/sets/lists/xbase: md.mvme88k
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/01 10:46:49
Modified files:
bin/dd : dd.c
Log message:
consolidate ifdef blocks by moving a variable
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/01 10:57:51
Modified files:
lib/libc/gen : syslog.3
Log message:
reorder syslog params descr to make sense, and minor tweaks, plus jmc@'s
input.
okay jmc@, schwarze@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/01 11:04:57
Modified files:
share/man/man4 : usb.4
Log message:
tpms -> utpms;
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/01 11:08:26
Modified files:
sys/arch/octeon/octeon: machdep.c
sys/arch/octeon/include: octeonvar.h
Log message:
corectly initialize the number of cores/cpus on the board. this fixes a NULL
deref in cpuattach() since we advertised only a single CPU, but tried to
attach two.
with this diff bsd.mp boots up on the ERL.
discussed with pirofti@
ok miod@ pirofti@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/01 11:09:41
Modified files:
sys/arch/octeon/compile: .cvsignore
Added files:
sys/arch/octeon/conf: GENERIC.MP
Log message:
add GENERIC.MP
ok miod@ pirofti@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/01 11:14:45
Modified files:
lib/libc/gen : getprogname.3
Log message:
tweak previous;
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/06/01 11:15:02
Modified files:
share/man/man4 : pf.4
Log message:
Make pfioc_natlook and pfr_addr match net/pfvar.h
ok benno henning jmc
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/06/01 11:16:51
Modified files:
sys/arch/amd64/amd64: acpi_wakecode.S
Log message:
Add code to drop a CPU from long mode back to real mode, will be used to
park CPUs back to a known state in preparation for re-INIT/SIPIing them
later in the hibernate resume cycle.
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/06/01 11:17:19
Modified files:
openssh : donations.html
Log message:
update paypal info, guidance from beck@ and dtucker@
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/06/01 11:19:59
Modified files:
. : donations.html
Log message:
off-by-one error. ok beck@
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/01 11:31:11
Modified files:
usr.bin/mg : grep.c
Log message:
Remove 'lint' mode. lint(1) is gone, and the mode was not documented
anywhere.
ok jasper@ florian@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/01 11:33:49
Modified files:
usr.bin/mg : mg.1
Log message:
new sentence, new line;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/01 11:34:20
Modified files:
usr.bin/units : units.lib
Log message:
update currency exchange rates;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/01 11:36:40
Modified files:
share/man/man4 : utpms.4
Log message:
tpms -> utpms;
ok martin
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/01 11:37:47
Modified files:
share/man/man4 : utpms.4
Log message:
update HISTORY;
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/06/01 11:39:20
Modified files:
sys/kern : subr_hibernate.c
Log message:
Change return codes in various hibernate functions to be able to later
distinguish one failure path from another. Comment the same.
Also removed some extraneous comments regarding pmap_activate.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 11:53:21
Modified files:
x11/gnome/nemiver: Makefile
x11/gnome/nemiver/pkg: PLIST
Log message:
Sync WANTLIB/PLIST -- still broken.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/01 11:55:29
Modified files:
etc/etc.octeon : Makefile.inc
Log message:
+bsd.mp
ok pirofti@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/01 11:59:55
Modified files:
japanese/kterm : Makefile
japanese/kterm/patches: patch-Imakefile patch-main_c
japanese/kterm/pkg: PLIST
Log message:
openpty(3) transparently does everything required, so remove ancient
cruft from pty handling and drop setuid root. ok yuo@
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 12:16:35
Modified files:
usr.sbin/ldpd : ldpd.h ldpe.h neighbor.c packet.c
Log message:
After returning from accept, we got a TCP connection not a LDP session.
Rename event/actions in the discovery FSM to avoid confusion
* NBR_EVT_SESSION_UP -> NBR_EVT_CONNECT_UP
* NBR_ACT_SESSION_EST -> NBR_ACT_CONNECT_SETUP
* nbr_act_session_establish -> nbr_act_connect_setup
* NBR_ACT_INIT_SEND -> NBR_ACT_PASSIVE_INIT
* NBR_ACT_STRT_KTIMER -> NBR_ACT_SESSION_EST
Diff by Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 12:21:45
Modified files:
usr.sbin/ldpd : neighbor.c
Log message:
After sending a keepalive message in the OPENSENT state, we must move to
the OPENREC state and wait for a keepalive before considering the
session as established
Another bug fix by Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 12:24:28
Modified files:
usr.sbin/ldpd : neighbor.c packet.c
Log message:
Use the nbr_stop_[*]timer functions
Diff from Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 12:26:40
Modified files:
usr.sbin/ldpd : interface.c ldpd.h log.c parse.y
Log message:
Don't allow enabling LDP on loopback and carp interfaces.
LDP should be allowed only on physical or tunnel interfaces.
Diff by Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 12:30:32
Modified files:
usr.sbin/ldpd : parse.y
Log message:
A bit nicer error message.
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 12:35:02
Modified files:
usr.sbin/ldpd : address.c hello.c init.c interface.c
keepalive.c labelmapping.c ldpd.conf.5 ldpd.h
notification.c packet.c parse.y printconf.c
Log message:
Drop support for passive interfaces.
Support for passive interfaces was inherited from ospfd but it doesn't
make any sense at all for ldpd.
Diff from Renato Westphal
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 12:35:24
Modified files:
graphics/colord: Makefile distinfo
graphics/colord/patches: patch-configure patch-src_Makefile_in
patch-src_cd-main_c
graphics/colord/pkg: PLIST
Log message:
Update to colord-1.0.0.
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/06/01 12:40:22
Modified files:
faq : faq14.html
Log message:
+14.21 - How do I use softraid(4)?
Assistence/look-over from krw@, tedu@, halex@
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/06/01 12:41:43
Modified files:
share/man/man4 : divert.4
Log message:
Document my divert(4) changes done in April 2013, where reinjected
packets will now go through basic sanity checks and will have their
IPv4 and protocol checksums (TCP, UDP, ICMP, and ICMPv6) recalculated.
Also clarify that divert(4) relates to the PF divert-packet parameter,
not divert-to (prodded by beck@, also suggested by benno@ and reyk@).
ok benno jmc
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 12:47:07
Modified files:
usr.sbin/ldpd : address.c hello.c init.c keepalive.c
labelmapping.c lde.h ldpd.conf.5 ldpd.h ldpe.h
neighbor.c notification.c packet.c parse.y
Log message:
Drop support for per-interface labelspaces.
Support for per-interface labelspaces is only necessary for legacy ATM/FR
interfaces running in cell-mode. We shouldn't worry about this.
For platform-wide label spaces the label space id is always 0.
Diff by Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/06/01 12:47:55
Modified files:
usr.bin/bgplg : bgplg.8 bgplg.c bgplg.h bgplgsh.8 bgplgsh.c
misc.c
Log message:
Update my email address to reyk@openbsd.org, especially for the HTML output.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 12:54:27
Modified files:
infrastructure/mk: gnu.port.mk
Log message:
In case of the "gnu" CONFIGURE_STYLE, set DATADIRNAME to "share".
glib-gettext.m4 and intltool.m4 have been fixed ages ago but upstream
developers seem to get stuck on old versions or do not update their
macro to follow this change.
It makes no sense to keep patching the whole ports tree for it, so for
now we hardcode it here.
"why not" espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 12:56:09
Modified files:
x11/gnome/anjuta: Makefile
x11/gnome/calculator: Makefile
x11/gnome/clocks: Makefile
x11/gnome/gedit-plugins/patches: patch-configure
x11/gnome/latexila: Makefile
x11/gnome/orca : Makefile
x11/gnome/shell: Makefile
x11/gnome/shell-extensions: Makefile
x11/gnome/totem: Makefile
x11/gnome/tracker: Makefile
x11/gnome/tweak-tool: Makefile
x11/gnome/yelp/patches: patch-configure
Removed files:
x11/gnome/anjuta/patches: patch-m4_intltool_m4
x11/gnome/at-spi2-core/patches: patch-configure
x11/gnome/baobab/patches: patch-configure
x11/gnome/calculator/patches: patch-aclocal_m4
x11/gnome/clocks/patches: patch-m4_intltool_m4
x11/gnome/contacts/patches: patch-configure
x11/gnome/controlcenter/patches: patch-m4_intltool_m4
x11/gnome/devhelp/patches: patch-configure
x11/gnome/dictionary/patches: patch-configure
x11/gnome/documents/patches: patch-configure
x11/gnome/empathy/patches: patch-configure
x11/gnome/file-roller/patches: patch-configure
x11/gnome/font-viewer/patches: patch-configure
x11/gnome/gdl/patches: patch-configure
x11/gnome/gdm/patches: patch-configure
x11/gnome/gedit/patches: patch-configure
x11/gnome/gedit-cossa/patches: patch-configure
x11/gnome/gedit-latex/patches: patch-configure
x11/gnome/ghex/patches: patch-configure
x11/gnome/grilo/patches: patch-configure
x11/gnome/grilo-plugins/patches: patch-configure
x11/gnome/latexila/patches: patch-configure
x11/gnome/libgweather/patches: patch-configure
x11/gnome/nemiver/patches: patch-configure
x11/gnome/orca/patches: patch-m4_intltool_m4
x11/gnome/screenshot/patches: patch-configure
x11/gnome/search-tool/patches: patch-configure
x11/gnome/shell/patches: patch-m4_intltool_m4
x11/gnome/sushi/patches: patch-configure
x11/gnome/system-log/patches: patch-configure
x11/gnome/system-monitor/patches: patch-configure
x11/gnome/themes-standard/patches: patch-configure
x11/gnome/totem/patches: patch-m4_intltool_m4
x11/gnome/totem-pl-parser/patches: patch-configure
x11/gnome/tracker/patches: patch-m4_intltool_m4
x11/gnome/tweak-tool/patches: patch-aclocal_m4
x11/gnome/vinagre/patches: patch-configure
x11/gnome/vino/patches: patch-configure
x11/gnome/weather/patches: patch-configure
Log message:
Drop now uneeded patches.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/01 12:57:59
Modified files:
bin/dd : args.c
Log message:
fiddle with the NO_CONV code to allow notrunc and noerror to still work.
ok halex
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 13:01:13
Modified files:
audio/ario : Makefile
Removed files:
audio/libgpod/patches: patch-po_Makefile_in_in
audio/ario/patches: patch-aclocal_m4
databases/evolution-data-server/patches: patch-m4_intltool_m4
devel/giggle/patches: patch-configure
devel/glade/patches: patch-configure
Log message:
Drop uneeded patches.
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 13:01:32
Modified files:
usr.sbin/ldpd : address.c labelmapping.c ldpe.c packet.c
Log message:
Improve error handling on session_read
* Don't try to send a Shutdown message if the connection is already
closed or a read error occured;
* As per RFC 5036, send a Shutdown message if an unexpected message is
received during the initialization process;
* Check if the whole LSR ID of received messages is correct;
* On ldpe_dispatch_main(), ignore the messages from the lde process
whose associated neighbor is not in the operational state.
Diff from Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/06/01 13:06:34
Modified files:
sys/kern : subr_hibernate.c
Log message:
Work around stack smash protector getting confused because we switched
stacks by not returning (ever) from hibernate_unpack_image.
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/06/01 13:07:47
Modified files:
sys/arch/amd64/amd64: hibernate_machdep.c
Log message:
Fix offset error when clearing the resume time stack pages
CVSROOT: /cvs
Module name: ports
Changes by: jung@cvs.openbsd.org 2013/06/01 13:18:20
Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD
Log message:
update my entry
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 13:19:16
Modified files:
emulators/snes9x/patches: patch-gtk_configure
graphics/colord/patches: patch-configure
inputmethods/libskk: Makefile
misc/chemical-mime-data: Makefile
multimedia/imagination: Makefile
Removed files:
devel/libgdata/patches: patch-configure
devel/libpeas/patches: patch-configure
devel/libsoup/patches: patch-configure
graphics/colord-gtk/patches: patch-configure
graphics/gtkam/patches: patch-configure
graphics/simple-scan/patches: patch-aclocal_m4
inputmethods/ibus-anthy/patches: patch-configure
inputmethods/ibus-skk/patches: patch-configure
inputmethods/uim/patches: patch-aclocal_m4
mail/evolution/patches: patch-m4_intltool_m4
misc/chemical-mime-data/patches: patch-aclocal_m4
multimedia/imagination/patches: patch-aclocal_m4
net/telepathy/folks/patches: patch-configure
sysutils/deja-dup/patches: patch-configure
sysutils/upower/patches: patch-configure
x11/gtksourceview3/patches: patch-configure
Log message:
Drop uneeded patches.
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/06/01 13:19:21
Modified files:
faq : index.html
Log message:
+faq14.html#softraid
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/01 13:20:44
Modified files:
driver/xf86-video-sunffb: COPYING ChangeLog Makefile.am
Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure
configure.ac depcomp install-sh
ltmain.sh missing
driver/xf86-video-sunffb/man: Makefile.am Makefile.in sunffb.man
driver/xf86-video-sunffb/src: Makefile.am Makefile.in
VISmoveImage.s ffb.h ffb_accel.c
ffb_asm.s ffb_attr.c ffb_cursor.c
ffb_dac.c ffb_dac.h ffb_ddc.c
ffb_dga.c ffb_driver.c ffb_fifo.h
ffb_loops.h ffb_rcache.h
ffb_regs.h ffb_wid.c
Log message:
Update to xf86-video-sunffb 1.2.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 13:27:54
Removed files:
japanese/gwaei/patches: patch-po_Makefile_in_in
Log message:
Patch not needed anymore.
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 13:28:55
Modified files:
usr.sbin/ldpd : hello.c init.c ldpd.conf.5 ldpd.h ldpe.h
neighbor.c parse.y printconf.c
Log message:
The keepalive timeout should be configured on a global basis and not per
interface.
Remove the iface pointer from the 'nbr' structure because it's not
needed anymore.
Diff from Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 13:29:24
Modified files:
usr.sbin/ldpctl: ldpctl.c
Log message:
Adjust ldpctl to the latest ldpd changes.
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 13:42:07
Modified files:
usr.sbin/ldpd : address.c labelmapping.c ldpd.h neighbor.c
notification.c
Log message:
Restart the keepalive timer whenever a LDP PDU is sent. There is no need
to send a keepalive packet when a other PDU was sent out.
Also add a missing NBR_EVT_PDU_RCVD call to recv_address() which restarts
the session keepalive timeout. All other places already do that.
Diff by Renato Westphal
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 13:43:39
Modified files:
x11/gnome/mime-data: Makefile
Removed files:
x11/gnome/mime-data/patches: patch-configure
Log message:
Not needed anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 13:45:43
Modified files:
x11/gtk+ : Makefile
x11/gtk+/pkg : PLIST
Removed files:
x11/gtk+/patches: patch-configure
x11/gtk+/pkg : PFRAG.shared
Log message:
Remove uneeded patch.
Merge PFRAG.shared into PLIST.
Regen WANTLIB & bump.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/01 13:47:28
Modified files:
lib/librthread : rthread_sync.c
Log message:
fix wrong fn name in debug
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 13:57:34
Modified files:
x11/xscreensaver: Makefile distinfo
x11/xscreensaver/patches: patch-driver_XScreenSaver_ad_in
x11/xscreensaver/pkg: PLIST
Removed files:
x11/xscreensaver/patches: patch-configure
patch-po_Makefile_in_in
Log message:
Update to xscreensaver-5.21.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 13:57:53
Added files:
x11/xscreensaver/patches: patch-po_Makefile_in_in
Log message:
Oops.
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/06/01 14:02:53
Modified files:
lib/libc/locale: setlocale.c setrunelocale.c
share/locale/ctype: Makefile
Log message:
Change the naming scheme used for directories in /usr/share/locale to
eliminate redundant copies of LC_CTYPE files.
Instead of names using "language_territory.codeset" permutations, use just
the codeset component to name directories storing LC_CTYPE files. Suggested
by bluhm@ while discussing the idea of using symlinks in /usr/share/locale
like FreeBSD does.
Future locale features which store language and/or territory specific data
can name directories after language or territory names.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/01 14:07:07
Modified files:
usr.sbin/ldpd : ldpd.conf.5
Log message:
zap extra .Pp;
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/06/01 14:07:11
Modified files:
etc/mtree : 4.4BSD.dist
Log message:
Stop generating arbitrary directories in /usr/share/locale.
The proper directories are created by /usr/src/share/locale/ctype/Makefile.
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/01 14:13:04
Modified files:
usr.sbin/ldpd : kroute.c ldpd.c log.c log.h
Log message:
Filter out route messages we don't need and log kernel messages in
super verbose mode.
From Renato Westphal
CVSROOT: /cvs
Module name: www
Changes by: stsp@cvs.openbsd.org 2013/06/01 14:22:37
Modified files:
faq : current.html
Log message:
Add entry for removal frenzy within /usr/share/locale.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 14:23:15
Modified files:
x11/gnome/mime-data: Makefile
Log message:
Drop uneeded CONFIGURE_STYLE.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 14:28:40
Modified files:
faq : current.html
Log message:
Better display.
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/06/01 14:30:41
Modified files:
www/owncloud : Makefile
www/owncloud/pkg: README
Log message:
Update UTF-8 locale workaround in owncloud's README to account for
/usr/share/locale layout changes.
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/06/01 14:40:30
Modified files:
faq : faq10.html
Log message:
remove an incorrect statement, pointed out by stsp@.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/01 14:47:40
Modified files:
sys/arch/alpha/include: spinlock.h
sys/arch/amd64/include: spinlock.h
sys/arch/arm/include: spinlock.h
sys/arch/hppa/include: spinlock.h
sys/arch/hppa64/include: spinlock.h
sys/arch/i386/include: spinlock.h
sys/arch/m68k/include: spinlock.h
sys/arch/m88k/include: spinlock.h
sys/arch/mips64/include: spinlock.h
sys/arch/powerpc/include: spinlock.h
sys/arch/sh/include: spinlock.h
sys/arch/sparc/include: spinlock.h
sys/arch/sparc64/include: spinlock.h
sys/arch/vax/include: spinlock.h
sys/kern : kern_synch.c
lib/librthread : rthread.c rthread.h rthread_file.c
rthread_fork.c rthread_libc.c rthread_rwlock.c
rthread_sem.c rthread_spin_lock.c
rthread_stack.c rthread_sync.c rthread_tls.c
lib/librthread/arch/alpha: _atomic_lock.S
lib/librthread/arch/amd64: _atomic_lock.c
lib/librthread/arch/arm: _atomic_lock.c
lib/librthread/arch/hppa: _atomic_lock.c
lib/librthread/arch/hppa64: _atomic_lock.c
lib/librthread/arch/i386: _atomic_lock.c
lib/librthread/arch/m68k: _atomic_lock.c
lib/librthread/arch/m88k: _atomic_lock.c
lib/librthread/arch/mips64: _atomic_lock.c
lib/librthread/arch/powerpc: _atomic_lock.c
lib/librthread/arch/sh: _atomic_lock.c
lib/librthread/arch/sparc: _atomic_lock.c
lib/librthread/arch/sparc64: _atomic_lock.c
lib/librthread/arch/vax: _atomic_lock.c
Removed files:
lib/libpthread/include: spinlock.h
Log message:
cleanup and consolidate the spinlock_lock (what a name!) code.
it's now atomic_lock to better reflect its usage, and librthread now
features a new spinlock that's really a ticket lock.
thrlseep can handle both types of lock via a flag in the clock arg.
(temp back compat hack)
remove some old stuff that's accumulated along the way and no longer used.
some feedback from dlg, who is concerned with all things ticket lock.
(you need to boot a new kernel before installing librthread)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 14:48:01
Modified files:
astro/gcal : Makefile distinfo
astro/gcal/pkg : PLIST
Removed files:
astro/gcal/patches: patch-configure patch-data_Makefile_in
patch-misc_Makefile_in patch-src_Makefile_in
Log message:
Update to gcal-3.6.3.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/01 14:50:37
Modified files:
libexec/ld.so/alpha: syscall.h
libexec/ld.so/amd64: syscall.h
libexec/ld.so/arm: syscall.h
libexec/ld.so/hppa: syscall.h
libexec/ld.so/i386: syscall.h
libexec/ld.so/m68k: syscall.h
libexec/ld.so/m88k: syscall.h
libexec/ld.so/sh: syscall.h
libexec/ld.so/sparc: syscall.h
libexec/ld.so/sparc64: syscall.h
Log message:
Make all the syscall prototypes consistent with their real forms for types,
whitespace, and no argument names.
ok matthew@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/01 14:59:25
Modified files:
bin/rcp : rcp.c
usr.bin/ssh : scp.c sftp-client.c
Log message:
Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patch
from Nathan Osman via bz#2085. ok deraadt.
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/06/01 15:05:28
Modified files:
devel/boehm-gc : Makefile distinfo
devel/boehm-gc/patches: patch-dyn_load_c
patch-include_private_gcconfig_h
devel/boehm-gc/pkg: PLIST-atomic PLIST-main
Added files:
devel/boehm-gc/patches: patch-include_private_gc_priv_h
patch-include_private_pthread_stop_world_h
patch-pthread_stop_world_c
Removed files:
devel/boehm-gc/patches: patch-configure_ac patch-doc_gc_man
patch-include_gc_config_macros_h
patch-libatomic_ops-1_2_src_atomic_ops_h
patch-libatomic_ops-1_2_src_atomic_ops_sysdeps_Makefile_am
patch-libatomic_ops-1_2_src_atomic_ops_sysdeps_gcc_mips_h
patch-mach_dep_c patch-misc_c
patch-os_dep_c patch-pthread_support_c
patch-tests_test_c patch-threadlibs_c
devel/boehm-gc/pkg: PFRAG.shared-main
Log message:
- Update to 7.2d. Tested on i386, amd64, sparc64, macppc, hppa and alpha.
okay and testing by sthen, landry, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/06/01 15:06:20
Modified files:
www/w3m : Makefile
Added files:
www/w3m/patches: patch-main_c
Log message:
- Adjust to changed boehm-gc API in 7.2d. okay sthen, landry
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/01 15:06:39
Modified files:
usr.bin/login : failedlogin.c
usr.sbin/tftpd : tftpd.c
Log message:
use the standardized names instead of S_IREAD and S_IWRITE
ok guenther dtucker
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/06/01 15:12:15
Modified files:
devel/jdk/1.7 : Makefile distinfo
Removed files:
devel/jdk/1.7/patches:
patch-jdk_make_com_sun_tools_attach_mapfile-bsd
patch-jdk_make_common_Defs-bsd_gmk
patch-jdk_make_sun_awt_mawt_gmk
patch-jdk_src_share_classes_sun_awt_FontConfiguration_java
Log message:
- Update to u21 which includes serveral security updates. okay giovanni@
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2013/06/01 15:18:02
Modified files:
sys/net : pf.c pfvar.h
Log message:
pf_step_{into,out_of}_anchor() are only ever called from pf_test_rule()
these days, so:
-move the prototypes from pfvar.h to pf.c
-remove the now useless null point checks for *match, it is always provided
ok ryan
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/01 15:20:54
Modified files:
sys/arch/armish/include: fenv.h tcb.h
sys/arch/aviion/include: fenv.h tcb.h
sys/arch/beagle/include: fenv.h tcb.h
sys/arch/hp300/include: fenv.h tcb.h
sys/arch/landisk/include: fenv.h tcb.h
sys/arch/loongson/include: fenv.h tcb.h
sys/arch/luna88k/include: fenv.h tcb.h
sys/arch/macppc/include: fenv.h tcb.h
sys/arch/mvme68k/include: fenv.h tcb.h
sys/arch/mvme88k/include: fenv.h tcb.h
sys/arch/octeon/include: fenv.h tcb.h
sys/arch/sgi/include: fenv.h tcb.h
sys/arch/socppc/include: fenv.h tcb.h
sys/arch/solbourne/include: fenv.h tcb.h
sys/arch/zaurus/include: fenv.h tcb.h
Log message:
add missing license (PD) block
ok guenther@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/01 15:23:56
Modified files:
sys/arch/octeon/include: octeonvar.h
Log message:
- remove an __mips_o32 block which'll never be used on openbsd
- remove some defines intended for backward compat, but that are unused now.
ok uebayasi@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/01 15:25:26
Modified files:
sys/arch/octeon/dev: cn30xxfau.c cn30xxfpavar.h cn30xxpkovar.h
sys/arch/octeon/include: octeonvar.h
sys/arch/octeon/octeon: machdep.c
Log message:
- remove more backward compat code and switch the callers over to the new function
ok uebayasi@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/06/01 15:26:18
Modified files:
lib/libc : Makefile
lib/libc/nls : catopen.3 catopen.c
lib/libc/string: strerror_r.c
Added files:
lib/libc/nls : da.ISO8859-1.msg da.UTF-8.msg de.ISO8859-1.msg
de.UTF-8.msg es.ISO8859-1.msg es.UTF-8.msg
fi.ISO8859-1.msg fi.UTF-8.msg fr.ISO8859-1.msg
fr.UTF-8.msg it.UTF-8.msg nl.ISO8859-1.msg
nl.UTF-8.msg no.ISO8859-1.msg no.UTF-8.msg
ru.KOI8-R.msg ru.UTF-8.msg sv.ISO8859-1.msg
sv.UTF-8.msg
Removed files:
lib/libc/nls : da.msg de.msg es.msg fi.msg fr.msg it.msg
nl.msg no.msg ru.msg sv.msg
Log message:
Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.
Catalogs had an arbitrary character set which was used regardless of locale.
Add UTF-8-encoded catalogs for libc error messages, and rename existing ones
to indicate their character sets. catopen(3) now chooses a catalog which
matches the locale's encoding, if available.
help & ok matthew, man page bits ok jmc, input from naddy and bluhm
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/01 15:29:35
Modified files:
sys/arch/octeon/include: octeonvar.h
Log message:
- whitespace cleanup
- add a comment explaining how OCTEON_MAXCPUS was derived
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/01 15:46:37
Modified files:
net/openconnect: Makefile distinfo
Log message:
update to OpenConnect 5.01, some fixes, and adds a --no-xmlpost option to
fall back to using HTTP GET in case of interoperability bugs with the newer
XML based protocol over POST.
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2013/06/01 15:51:54
Modified files:
sbin/pfctl : parse.y
Log message:
remove set-tos backwards compat, moved into the set {} block a year ago
ok ryan
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/06/01 15:57:12
Modified files:
usr.sbin/rtadvd: config.c
Log message:
Remove (char *) casts as agetstr() returns char *.
Pointed out by bluhm@ Ok bluhm@ florian@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/01 16:00:15
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.beagle md.hp300 md.hppa md.hppa64
md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.vax md.zaurus mi
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/01 16:06:47
Modified files:
sys/arch/zaurus/dev: zaurus_flash.c
Log message:
unbreak tree (will take a shot at flash_activate later)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/01 16:09:42
Added files:
www/mozilla-firefox/patches: patch-js_src_vm_SPSProfiler_cpp
Log message:
Fix linking on ppc by backporting #846986 which got only fixed in 23,
and forgotten in the other branches.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/01 16:20:35
Modified files:
sys/arch/octeon/dev: cn30xxfau.c cn30xxfauvar.h cn30xxfpavar.h
cn30xxpko.c cn30xxpkovar.h cn30xxpow.c
sys/arch/octeon/include: octeonvar.h
Log message:
as discussed with uebayasi@ we should only use the "sync" instruction on octeon,
instead of syncs/syncw etc.
so remove the OCTEON_SYNC* macros and use mips_sync() directly.
ok uebayasi@
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/06/01 16:22:13
Modified files:
sys/arch/amd64/amd64: ipifuncs.c
sys/arch/amd64/include: intrdefs.h
Log message:
Introduce a new amd64 IPI, x86_ipi_halt_realmode to park CPUS into real
mode and halt them. Needed for hibernate.
ok deraadt@ kettenis@ "there's no risk there"
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/06/01 16:22:50
Modified files:
sys/arch/amd64/amd64: hibernate_machdep.c
Log message:
Call x86_ipi_halt_realmode to park APs in real mode before unpacking image
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/01 16:34:50
Modified files:
usr.bin/ssh : sftp-client.c
Log message:
Update progressmeter when data is acked, not when it's sent. bz#2108, from
Debian via Colin Watson, ok djm@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/01 16:56:06
Modified files:
devel/glib2/patches: patch-gio_tests_file_c
Log message:
Fix comment.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/01 16:57:30
Modified files:
usr.bin/mandoc : read.c
Log message:
This file contains too much complexity.
Remove one layer of indirection by deleting mparse_readfd_r()
and doing its work in the public mparse_readfd().
As a bonus, catch recursive .so.
This is part of the preparations to resync to mdocml.bsd.lv.
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/06/01 17:00:16
Modified files:
sys/dev/acpi : acpi.c
Log message:
Stop printing ACPI wakeup devices in dmesg after the 16th wakeup device.
Helps with VMware VMs that report hundreds of wakeup devices.
ok reyk@, deraadt@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/01 17:06:26
Modified files:
lib/librthread : rthread.c rthread.h rthread_file.c
rthread_rwlock.c rthread_sem.c rthread_sync.c
Log message:
something's not quite right yet. ticket locks result in more CPU usage
and spinning in kernel. partially back out, but in a way that makes going
forward again easy.
seen by ajacoutot
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/01 17:16:15
Modified files:
sys/arch/octeon/include: octeonvar.h
Log message:
remove unused octeon prefetch macros which won't work due to the fact it
uses '.set arch=octeon' and as has only gotten support for that after the
gplv3 switch.
ok uebayasi@
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/06/01 17:22:48
Modified files:
faq : faq14.html
Log message:
"singe" passes ispell, who'da thunk? spotted by Scott McEachern (scott at
blackstaff dot ca), thanks!
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/01 19:07:39
Modified files:
sys/isofs/cd9660: cd9660_extern.h cd9660_node.c cd9660_node.h
cd9660_vfsops.c cd9660_vnops.c
Log message:
Remove disabled ISODEVMAP support. dev_t's on one system will not be
similar on another, so using that is crazy.
ok guenther krw
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/06/01 19:07:47
Modified files:
lib/libc/sys : getsockopt.2
share/man/man4 : divert.4
Log message:
improve the divert-* description a bit more
ok lteo & jmc
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/01 19:22:01
Modified files:
sys/dev/acpi : dsdt.c
Log message:
The AML on the Lanner FW-8758 does a Store() to a named object that's never
actually defined. The ACPI standard isn't clear wether this is allowed,
but it makes some sense to just initialize the object with the source of
the Store(). Fixes the resulting panic on that particular machine.
ok mlarkin@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/01 19:40:04
Modified files:
. : MODULES 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/06/01 19:41:23
Modified files:
usr.bin/xinstall: xinstall.c
Log message:
Copy approach from mkdir to fix a race condition where multiple install -d's
trying to create overlapping paths in parallel could error out. ok millert@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/01 19:55:52
Modified files:
sys/arch/amd64/amd64: mutex.S
sys/arch/amd64/include: mutex.h
Log message:
To prevent lock ordering problems with the kernel lock, we need to make sure
we block all interrupts that can grab the kernel lock. The simplest way to
achieve this is to make sure mutexes always raise the ipl to the highest
level that has interrupts that grab the kernel lock. This will allow us
to have "mpsafe" interrupt handlers at lower priority levels.
No change for non-MULTIPROCESSOR kernels.
discussed with many
ok mpi@, tedu@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/01 21:35:21
Modified files:
usr.bin/mandoc : read.c
Log message:
Sync with bsd.lv, reshuffling the code a bit among mparse_readfd() and
mparse_parse_buffer(), no functional change intended.
Exclude the following from the sync:
- Skip the mparse_readmem() function, it's useless in OpenBSD.
- Thus, UNCONST isn't used, so no need for "main.h" and .
- Skip HAVE_CONFIG_H (always off here) and HAVE_MMAP (always on here).
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/01 22:28:40
Modified files:
games/trek : computer.c trek.h
Log message:
Correct obviously exchanged labels in the "computer warpcost" output and
fix a typo in a comment; from on tech@.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 00:20:35
Modified files:
usr.bin/oldrdist: defs.h docmd.c expand.c server.c
Log message:
Switch from antique struct direct to struct dirent
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 00:22:29
Modified files:
sbin/badsect : badsect.c
Log message:
Switch from antique struct direct to struct dirent
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 00:23:17
Modified files:
usr.bin/systat : pigs.c
Log message:
isn't needed here
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 00:25:20
Modified files:
usr.sbin/amd/amd: info_union.c
Log message:
Kill a pointless reference to
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 00:41:12
Modified files:
sys/ufs/ext2fs : ext2fs_dir.h
Log message:
Typo
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/06/02 01:52:15
Modified files:
usr.bin/tmux : options-table.c tmux.1 tmux.h tty-term.c tty.c
Log message:
The actual terminfo entries we ended up with for cursor changes are Cs,
Ce, Ss and Se (not Cc, Ce, Cs, Csr). So use and document these instead
of the ones we were using earlier.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/02 03:53:42
Modified files:
usr.bin/mg : dired.c mg.1
Log message:
Rename the dired-* commands to be like the emacs equivalents.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/02 03:57:23
Modified files:
usr.bin/mg : dired.c
Log message:
Fix return value in refreshbuffer.
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/02 04:09:21
Modified files:
usr.bin/mg : buffer.c dired.c mg.1
Log message:
Add the 'quit-window' dired command and receive a basic English lesson
from jmc@ again.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/02 05:24:06
Modified files:
x11/i3 : Makefile
x11/i3/patches : patch-man_i3_1 patch-src_i3_mk patch-src_log_c
patch-src_main_c
x11/i3/pkg : PLIST
Added files:
x11/i3/patches : patch-i3-dump-log_i3-dump-log_mk
patch-i3-dump-log_main_c patch-include_shmlog_h
patch-man_i3-dump-log_1
Removed files:
x11/i3/patches : patch-Makefile patch-include_atoms_xmacro
patch-include_log_h patch-src_x_c
Log message:
Enable SHM logging, now that we have shm_open() and friends.
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/02 06:25:53
Modified files:
x11/i3 : Makefile
Added files:
x11/i3/patches : patch-src_tree_c
Log message:
Bugfix: Unmap windows before reparenting them to the root window
(upstream git commit 62ef7834b042409acb99f0a030729c806be69335)
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/02 06:44:49
Modified files:
kerberosV/usr.sbin/kadmin: Makefile
Log message:
fix race similarly to the other directory
(patch sent at least two weeks ago, nobody commented, and it's safe)
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/02 07:33:05
Modified files:
usr.bin/ssh : progressmeter.c
Log message:
Add misc.h for monotim prototype.
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/02 07:35:58
Modified files:
usr.bin/ssh : ssh-agent.c
Log message:
Make parent_alive_interval time_t to avoid signed/unsigned comparison
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/06/02 07:59:35
Modified files:
lang/gcc/4.8 : Makefile
Log message:
Work around /usr/bin/libtool being picked up during libjava build, as seen
by naddy@ and espie@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/06/02 08:02:34
Modified files:
lang/parrot : Makefile distinfo
lang/parrot/patches: patch-config_gen_makefiles_root_in
patch-config_init_hints_openbsd_pm
lang/parrot/pkg: PLIST
Log message:
Update to 5.4.0; ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/06/02 08:02:59
Modified files:
lang/nqp : Makefile distinfo
lang/nqp/patches:
patch-3rdparty_dyncall_dyncallback_dyncall_callback_ppc32_c
patch-3rdparty_dyncall_dyncallback_dyncall_thunk_ppc32_c
lang/nqp/pkg : PLIST
Removed files:
lang/nqp/patches: patch-tools_build_Makefile_in
Log message:
Update to 2013.05; ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/06/02 08:03:19
Modified files:
lang/rakudo : Makefile distinfo
lang/rakudo/patches: patch-rakudo_tools_build_Makefile_in
patch-tools_build_Makefile_in
lang/rakudo/pkg: PLIST
Log message:
Update to 2013.05; ok landry@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/06/02 08:11:38
Modified files:
etc : bgpd.conf
etc/mtree : 4.4BSD.dist
usr.bin/bgplg : bgplg.8 bgplg.c bgplgsh.8 bgplgsh.c
usr.sbin/nginx/conf: nginx.conf
usr.sbin/slowcgi: slowcgi.8 slowcgi.c
Log message:
move bgplg and slowcgi sockets to /var/www/run
input reyk@, guenther@
"move fast" deraadt@
OK naddy@
CVSROOT: /cvs
Module name: www
Changes by: florian@cvs.openbsd.org 2013/06/02 08:27:32
Modified files:
faq : current.html
Log message:
/var/www/run
CVSROOT: /cvs
Module name: ports
Changes by: beck@cvs.openbsd.org 2013/06/02 08:30:42
Modified files:
sysutils/torture: Makefile distinfo
Log message:
Take ownership of torture - as I use it a lot, and add the coredumper
to the suite of torture tests.
ok landry@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/02 08:33:18
Modified files:
regress/usr.bin/mdoclint: mdoclint
Log message:
from wiz@netbsd:
Remove "my" before $_, since perl 5.18 complains about it.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/02 08:38:11
Modified files:
sbin/mount_tmpfs: mount_tmpfs.8 mount_tmpfs.c
Log message:
various fixes; passed back to netbsd
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/02 08:40:17
Modified files:
usr.bin/tmux : tmux.1
Log message:
escape "Ss", becuase groff thinks it has found a macro;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/02 08:44:34
Modified files:
usr.bin/ktrace : ltrace.1
Log message:
tweak previous; ok miod
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/06/02 08:55:39
Modified files:
distrib/miniroot: install.sub
Log message:
If case we're running installboot on a softraid device, make sure all
underlying device nodes exists. Also clean up makedev and allow it to
pass multiple arguments to MAKEDEV.
ok krw@ rpe@
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/06/02 09:03:32
Modified files:
sys/netinet : ip_carp.c
Log message:
Exclude the mac address for the HMAC calculation if lladdr is the real
one so that we can use the real MAC address for carp(4) like an example
following.
ifconfig carp0 carpdev REALIF lladdr
ok reyk mcbride
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/02 09:09:48
Modified files:
distrib/sets/lists/base: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/06/02 09:22:20
Modified files:
lib/libc/locale: _wcstod.h
Log message:
Fix wcsto{f,d,ld}() C99 compliance to now correctly
1. handle "inf", "infinity", "nan", and "nan(whatever)",
2. reject bare minus and plus signs,
3. handle multi-byte characters, and
4. set *endptr = nptr for all failure cases.
Fixes libc++'s test cases for std::sto{f,d,ld}().
ok stsp
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/02 09:33:53
Modified files:
regress/lib/libc/open_memstream: Makefile
Log message:
trailing whitespace makes 'make depend' sad. ok mpi@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/02 09:35:18
Modified files:
sys/isofs/udf : udf_extern.h udf_vnops.c
Log message:
repair and activate pathconf support
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 09:38:26
Modified files:
sys/isofs/udf : udf_vnops.c
Log message:
Actually use the subsecond timestamp data
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/02 09:38:37
Modified files:
graphics/povray: Makefile distinfo
Log message:
* Make sure we won't pick up an external libpng.
* Bump the included png to 1.2.50.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/02 09:38:50
ports/databases/sharedance/patches
Update of /cvs/ports/databases/sharedance/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2006/patches
Log Message:
Directory /cvs/ports/databases/sharedance/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/02 09:39:28
Added files:
databases/sharedance/patches: patch-src_sharedanced_c
Log message:
Unbreak after setprogname() addition to libc.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/02 10:00:53
Modified files:
productivity/calcurse: Makefile distinfo
productivity/calcurse/pkg: PLIST
Log message:
Update to calcurse 3.1.4.
use the provided calcurse-upgrade script to update your pre-3.0
calendars.
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/06/02 10:12:22
Modified files:
faq : current.html
Log message:
i deleted something. so should you.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/02 10:12:28
Modified files:
regress/usr.bin/pkg-config: Makefile
Added files:
regress/usr.bin/pkg-config/pcdir: quotes.pc
Log message:
add (currently failing) regress test for quotes in variable lines, as encountered
by matthieu@ in new freetype2.pc.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 10:14:59
Modified files:
include : dirent.h
Log message:
XPG 4 apparently exposed d_ino and ino_t. Also, always pull in
for the internal types
ok matthew@
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/06/02 10:23:30
Modified files:
papers : index.html
Log message:
Add link to the video recording.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 10:34:15
Modified files:
sys/arch/amd64/include: specialreg.h
Log message:
fix tpyo
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 10:38:05
Modified files:
sys/arch/amd64/amd64: machdep.c pmap.c sys_machdep.c via.c
vm_machdep.c
Log message:
Don't need gdt.h here
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/02 10:39:05
Modified files:
usr.bin/ktrace : ltrace.1
Log message:
Pq -> Qq, as confirmed by miod;
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 10:40:20
Modified files:
sys/arch/sparc64/include: exec.h
Log message:
Add the TLS relocations
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 10:41:37
Modified files:
sys/kern : exec_elf.c
Log message:
Coredumping is now single-threaded, so update comment about locking
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 10:45:12
Modified files:
sys/arch/amd64/amd64: pmap.c
Log message:
Fix descriptions of structures
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/02 10:48:56
Modified files:
x11/e17/emotion: Makefile
Log message:
Don't randomly build the xine module.
Explicitly disable Generic Player VLC. This was enabled by configuree
now that we have shm_open(), but it needs Linux prctl(2).
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 10:54:12
Modified files:
sys/arch/alpha/include: _types.h
Log message:
Hide members of __va_list in the implementation namespace
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/02 10:59:48
Modified files:
lang/lua : lua.port.mk
Log message:
revert previous; needs more work.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/02 11:00:16
Modified files:
www/luakit : Makefile
Log message:
revert here too
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/06/02 11:21:40
Modified files:
sys/dev/acpi : dsdt.c
Log message:
support aml_store to a method object to override it
resolves a problem parsing the AML on an ASUS UX21A
originally from armani@
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/06/02 12:02:45
Modified files:
usr.sbin/relayd: relay_http.c
Log message:
With HTTP keepalive, relayd only filtered the first request and
switched to pass-through mode for subsequent requests from the client.
Make sure to stay in HTTP header mode.
ok benno@
CVSROOT: /cvs
Module name: xenocara
Changes by: miod@cvs.openbsd.org 2013/06/02 12:11:34
Modified files:
distrib/sets/lists/xbase: md.mvme68k
distrib/sets/lists/xserv: md.mvme68k
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: gerhard@cvs.openbsd.org 2013/06/02 12:16:42
Modified files:
sys/arch/i386/i386: lapic.c
sys/arch/amd64/amd64: lapic.c
Log message:
Fix a bug where the calibration loop could show wrong CPU frequencies.
In case the 'starttick' had a rather large value, the code could miss
one or more cycles of the i8254 timer.
ok tedu@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/02 12:16:51
Modified files:
usr.bin/mandoc : mdoc_man.c mdoc_term.c
Log message:
Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape
sequences such that output modes like -Tutf8 have a chance to select
nice glyphs. This doesn't change anything for -Tascii, and, for now,
it doesn't affect -Tps and -Tpdf either.
OK matthew@ bentley@; like the idea tedu@; no opinion jmc@.
CVSROOT: /cvs
Module name: xenocara
Changes by: shadchin@cvs.openbsd.org 2013/06/02 12:17:25
Modified files:
driver/xf86-input-synaptics: COPYING ChangeLog Makefile.in
aclocal.m4 config.guess config.h.in
config.sub configure configure.ac
depcomp install-sh missing
driver/xf86-input-synaptics/conf: 50-synaptics.conf Makefile.in
driver/xf86-input-synaptics/include: Makefile.am Makefile.in
synaptics-properties.h
driver/xf86-input-synaptics/man: Makefile.am Makefile.in
synaptics.man synclient.man
syndaemon.man
driver/xf86-input-synaptics/src: Makefile.am Makefile.in
alpscomm.c eventcomm.c
eventcomm.h properties.c
ps2comm.c psmcomm.c synaptics.c
synapticsstr.h synproto.c
synproto.h wsconscomm.c
driver/xf86-input-synaptics/test: Makefile.in eventcomm-test.c
fake-symbols.c fake-symbols.h
driver/xf86-input-synaptics/tools: Makefile.in synclient.c
syndaemon.c
Removed files:
driver/xf86-input-synaptics/include: synaptics.h
Log message:
Update to xf86-input-synaptics 1.7.1.
ok mpi@ jcs@ matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/06/02 12:49:51
Modified files:
x11/gnome/zenity: Makefile
x11/gnome/zenity/patches: patch-src_progress_c patch-src_tree_c
Log message:
Portably detect EOF. okay jasper, ajacoutot
CVSROOT: /cvs
Module name: www
Changes by: lum@cvs.openbsd.org 2013/06/02 12:52:23
Modified files:
faq : current.html
Log message:
Add mg's dired command changes. Suggested by jasper@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/02 12:53:38
Modified files:
productivity/calcurse: Makefile distinfo
productivity/calcurse/pkg: PLIST
Log message:
Revert; this explodes on sparc64 where I use this application daily --
discussed with landry@
Bump EPOCH.
CVSROOT: /cvs
Module name: ports
Changes by: steven@cvs.openbsd.org 2013/06/02 12:58:12
Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD
Log message:
update my location
CVSROOT: /cvs
Module name: www
Changes by: lum@cvs.openbsd.org 2013/06/02 12:58:56
Modified files:
faq : faq8.html
Log message:
make the reference to emacs more general.
CVSROOT: /cvs
Module name: src
Changes by: maja@cvs.openbsd.org 2013/06/02 13:08:09
Modified files:
lib/librthread/arch/arm: _atomic_lock.c
Log message:
Make arm compile again. -moj
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/02 13:09:09
Modified files:
devel/cvsweb : Makefile
devel/cvsweb/pkg: PLIST README
Log message:
* Install icons under the document root.
* Reformat the README so that it can be fed directly to sh(1).
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/06/02 13:26:41
Modified files:
distrib/beagle/miniroot: Makefile.inc
Log message:
Remove an uneeded variable.
OK florian@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/02 13:35:34
Modified files:
faq/de : faq14.html index.html
papers/de : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/02 13:41:57
Modified files:
databases/keximdb: Makefile
Log message:
That should really be MODKDE_VERSION=3.5.3, not 3.5.7. Unbreaks future
movement of KDE3 to Python 2.7 land.
okay espie@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/02 13:47:01
Modified files:
sys/arch/octeon/dev: octeon_pcibus.c
Log message:
- remove double rcs ids
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/02 13:47:32
Modified files:
sys/arch/octeon/dev: cn30xxuart.c
Log message:
remove unneeded octeonreg.h include
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/02 13:52:36
Modified files:
sys/arch/loongson/stand: Makefile.inc
Log message:
compile with -fno-builtin-exit
ok miod@ pirofti@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/02 13:55:50
Modified files:
app/xterm : INSTALL MANIFEST button.c charproc.c
configure.in ctlseqs.ms ctlseqs.txt fontutils.c
main.c main.h minstall.in misc.c print.c ptyx.h
screen.c scrollback.c trace.c util.c version.h
xterm.h xterm.log.html xterm.man xtermcfg.h
xtermcfg.hin
app/xterm/package: xterm.spec
app/xterm/package/debian: changelog
app/xterm/package/freebsd: Makefile
Log message:
Update to xterm 293. Tested by naddy@ ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: steven@cvs.openbsd.org 2013/06/02 13:57:28
Modified files:
devel/libivykis: Makefile distinfo
devel/libivykis/pkg: PLIST
Removed files:
devel/libivykis/pkg: PFRAG.shared
Log message:
maintenance update to 0.36.2
fold PFRAG.shared into PLIST
CVSROOT: /cvs
Module name: ports
Changes by: steven@cvs.openbsd.org 2013/06/02 14:01:22
Modified files:
sysutils/syslog-ng: Makefile distinfo
sysutils/syslog-ng/pkg: PLIST
Log message:
maintenance update to 3.3.9
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/02 14:23:34
Modified files:
share/man/man4 : an.4 art.4 ath.4 athn.4 atw.4 aue.4 axe.4 bge.4
cdce.4 com.4 cue.4 cy.4 dc.4 de.4 ef.4 eg.4
el.4 fpa.4 fxp.4 ipw.4 iwi.4 iwn.4 kue.4 lge.4
lmc.4 lo.4 mos.4 otus.4 ppp.4 rl.4 rsu.4 rum.4
run.4 safe.4 san.4 se.4 sis.4 sl.4 ste.4 ti.4
tl.4 uath.4 ural.4 url.4 urtwn.4 vlan.4 vr.4
wb.4 wi.4tbl wpi.4 xl.4 zyd.4
Log message:
change format strings in error messages to reasonable values more likely
to be understood by people who don't program in C.
ok everyone
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/02 14:28:26
Modified files:
share/man/man4 : dc.4 rl.4 sis.4 ste.4 vr.4 wb.4 xl.4
Log message:
remove obsolete note about D3 power state. this diagnostic is not present
in any of these drivers
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/02 14:29:36
Modified files:
sys/arch/octeon/dev: octcf.c octeon_intr.c octeon_iobus.c
octeon_pcibus.h octeon_uartbus.c
sys/arch/octeon/octeon: machdep.c
Added files:
sys/arch/octeon/include: octeonreg.h
Removed files:
sys/arch/octeon/dev: octeonreg.h
Log message:
move octeonreg.h to a more generic location and add multiple inclusion
guards while here.
ok uebayasi@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/02 14:42:27
Modified files:
share/man/man4/man4.hp300: apci.4 dca.4 dcm.4 hd.4
share/man/man4/man4.sparc: magma.4 spif.4
share/man/man4/man4.sparc64: magma.4 spif.4
share/man/man4/man4.vax: de.4 dz.4 mt.4 ra.4 rx.4 uda.4
Log message:
first stab are replacing format strings in MD pages
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/02 14:51:59
Modified files:
share/man/man4/man4.vax: uda.4
Log message:
remove some of the obvious lies. this man page is a real piece of work.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 14:59:09
Modified files:
sys/kern : kern_tc.c kern_time.c sched_bsd.c
Log message:
Use long long and %lld for printing tv_sec values
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/02 15:01:48
Modified files:
sys/arch/amd64/stand/boot: Makefile
sys/arch/amd64/stand/cdboot: Makefile
sys/arch/i386/stand/boot: Makefile
sys/arch/i386/stand/cdboot: Makefile
Log message:
Revert previous: libsa/ufs.c was fixed to not use big types when not
necessary. If something crawls in again that needs these we want to know
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/02 15:01:51
Modified files:
usr.bin/ssh : channels.h
Log message:
typo in comment
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/02 15:08:19
Modified files:
lib/libc/gen : shm_open.c
Log message:
fix id, from brad
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/06/02 15:08:36
Modified files:
lib/libc/stdlib: atexit.h atexit.c
Log message:
Two small cleanups to atexit: remove unneeded __atexit_invalid, and
move the call_depth decrement so it happens unconditionally and can
still return to 0 when called with dso!=NULL.
ok millert
CVSROOT: /cvs
Module name: www
Changes by: miod@cvs.openbsd.org 2013/06/02 15:13:39
Modified files:
faq : current.html
Log message:
Fix pasto.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/02 15:27:07
Modified files:
mail/re-alpine : Makefile
mail/re-alpine/pkg: DESCR-main
Removed files:
mail/re-alpine/patches: patch-pith_charconv_utf8_c
Log message:
etc -> SYSCONFDIR
Drop unused patch.
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/06/02 15:36:42
Modified files:
faq : faq6.html
Log message:
add trunk(4) to list of virtual interfaces.
Add sections on configuring wireless adapters and setting up trunk
interfaces with them.
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/06/02 15:37:03
Modified files:
sbin/sysctl : sysctl.8
lib/libc/gen : sysctl.3
Log message:
Add mentions about net.mpls and net.inet.ip.ifq.
input from jmc claudio
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/06/02 15:46:04
Modified files:
sys/arch/loongson/conf: files.loongson
sys/arch/loongson/dev: apm.c
sys/arch/loongson/loongson: autoconf.c locore.S
loongson2_machdep.c machdep.c
Added files:
sys/arch/loongson/include: hibernate.h hibernate_var.h
sys/arch/loongson/loongson: hibernate_machdep.c
Log message:
Start working on hibernate support for Loongson
This is work in progress. Nothing to test or play with for now.
Commiting it now so that I can work on it in-tree.
Okay miod@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/02 15:52:51
Modified files:
share/man/man4 : ath.4 uath.4
Log message:
Ted missed a few percent signs in diagnostic messages;
"just fix them" tedu@
Two of the affected messages are actually a bit different
in the source code, so fix that too.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/02 16:03:12
Modified files:
lib/libpthread/include: Makefile.inc
Log message:
somehow missed spinlock.h here. broke bmercer's build.
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2013/06/02 17:06:36
Modified files:
sys/net : pf.c
Log message:
set up osport and odport (original src/dst port) in pf_setup_pdesc instead
of late in pf_test_rule - need that for upcoming changes. ok ryan
CVSROOT: /cvs
Module name: www
Changes by: tedu@cvs.openbsd.org 2013/06/02 17:11:35
Modified files:
faq : current.html
Log message:
perl creates another copy of spinlock.h because perl.
reminded by naddy
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2013/06/02 17:12:23
Modified files:
sys/netinet : tcp.h
Log message:
increase heat in the hackathon room by making sure everybody has to recompile
even more of the kernel
fix formatting ugliness, whitespace only, obviously a copy & pasto
ok ryan
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/02 17:36:29
Modified files:
usr.bin/ssh : clientloop.c clientloop.h mux.c
Log message:
No need for the mux cleanup callback to be visible so restore it to static
and call it through the detach_user function pointer. ok djm@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/02 18:03:18
Modified files:
usr.bin/ssh : mac.c
Log message:
force the MAC output to be 64-bit aligned so umac won't see unaligned
accesses on strict-alignment architectures. bz#2101, patch from
tomas.kuthan at oracle.com, ok djm@
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/06/02 19:10:58
Modified files:
faq : index.html
Log message:
yay, a little churn in the Recent Updates section. :)
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2013/06/02 19:41:04
Modified files:
sys/net : pfvar.h pf.c
Log message:
fix anchor quick with nested anchors. we lost the quick flag as soon as
we stepped into a child anchor.
simplify the logic, get rid of the match flag in the anchor stack, just
use the match variable we already had (and used in a boolean style) to track
the nest level we had a match at. when a child anchor had a match we also
have a match in the current anchor, so update the match level accordingly,
and thus correctly honour the quick flag.
reported by, along with the right idea on how to fix this, by Sean Gallagher
\sean at teletech.com.au/, who also helped testing the fix. ok ryan & benno
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/02 20:46:25
Modified files:
graphics/png : Makefile
graphics/png/pkg: PLIST
Added files:
graphics/png/patches: patch-libpng-config_in patch-libpng_pc_in
Removed files:
graphics/png/patches: patch-scripts_libpng-config-body_in
patch-scripts_libpng_pc_in
patch-scripts_makefile_openbsd
Log message:
switch to autotools-based build and follow the upstream install layout
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/02 20:46:57
Modified files:
devel/libslang : Makefile
editors/xemacs21/stable: Makefile
games/boswars : Makefile
games/extremetuxracer: Makefile
games/xbubble : Makefile
graphics/cfdg : Makefile
graphics/gif2png: Makefile
graphics/glpng/patches: patch-src_glpng_c
graphics/mhgui : Makefile
graphics/png2ico/patches: patch-Makefile
lang/php : Makefile.inc
x11/fvwm2 : Makefile
Added files:
games/manaplus/patches: patch-src_resources_imagewriter_cpp
x11/mrxvt/patches: patch-src_rxvt_h
Removed files:
games/foobillard/patches: patch-src_png_loader_c
graphics/mhgui/patches: patch-include_mhgui_ImageData_h
lang/php/5.2/patches: patch-ext_gd_config_m4
lang/php/5.3/patches: patch-ext_gd_config_m4
print/libharu/patches: patch-configure_in
Log message:
cope with new png include layout
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/02 20:49:42
Modified files:
sbin/savecore : savecore.c
Log message:
dependent clause requires a subject (comment grammar)
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/06/02 21:30:09
Modified files:
. : orders.html
Log message:
oh, we released
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/02 21:41:34
Modified files:
distrib/sets/lists/base: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/02 22:17:37
Modified files:
usr.bin/pkill : pkill.1 pkill.c
Log message:
-I to confirm pkills. ok many
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/02 22:33:44
Modified files:
lib/librthread : rthread.h
Log message:
THE MACHINE DEPENDENT CERROR CODE HAS HARD CODED OFFSETS INTO PTHREAD_T!
found the hard way by miod. resize and realign all the locks and
semaphores back to the way they were. sometimes i just can't win.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/02 22:41:31
Modified files:
lib/librthread/arch/hppa: cerror.S
lib/librthread/arch/hppa64: cerror.S
Log message:
Despite tedu's efforts, fix ERRNOPTR_OFFSET which has changed due to recent
struct pthread layout change.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/02 23:06:38
Log message:
Add a regression test suite for the pf divert-to and divert-reply
feature. It requires two machines, the local host is running the
regression test, the remote host gets pf divert rules installed.
The diverted TCP connections are running between these hosts in
both directions. The remote host is controlled via ssh.
Status:
Vendor Tag: bluhm
Release Tags: bluhm_20130603
N src/regress/sys/net/pf_divert/Makefile
N src/regress/sys/net/pf_divert/Remote.pm
N src/regress/sys/net/pf_divert/Proc.pm
N src/regress/sys/net/pf_divert/remote.pl
N src/regress/sys/net/pf_divert/Client.pm
N src/regress/sys/net/pf_divert/Server.pm
N src/regress/sys/net/pf_divert/funcs.pl
N src/regress/sys/net/pf_divert/args-tcp-to.pl
N src/regress/sys/net/pf_divert/args-tcp-reply.pl
No conflicts created by this import
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/02 23:10:59
Modified files:
usr.bin/mg : dired.c mg.1
Log message:
Add the 'g' character and dired-revert to refresh the dired buffer.
ok jmc@ for man page.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/02 23:39:02
Modified files:
sys/lib/libkern/arch/alpha: bcopy.S htonl.S htons.S memcpy.S
memmove.S ovbcopy.S
sys/lib/libkern/arch/amd64: index.S rindex.S
sys/lib/libkern/arch/arm: ovbcopy.S
sys/lib/libkern/arch/hppa: memcpy.S memmove.S ovbcopy.S
sys/lib/libkern/arch/hppa64: memcpy.S memmove.S ovbcopy.S
sys/lib/libkern/arch/i386: bcopy.S memcpy.S memmove.S ovbcopy.S
sys/lib/libkern/arch/m68k: bcopy.S memcpy.S memmove.S ovbcopy.S
sys/lib/libkern/arch/mips64: memcpy.S memmove.S ovbcopy.S
sys/lib/libkern/arch/powerpc: memmove.S ovbcopy.S
sys/lib/libkern/arch/sh: ovbcopy.S
sys/lib/libkern/arch/sparc: bcopy.S memcpy.S memmove.S ovbcopy.S
sys/lib/libkern/arch/sparc64: bcopy.S bzero.S memcpy.S memmove.S
memset.S ovbcopy.S
Log message:
fix an oft copied typo that i'm tired of looking at
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/03 01:16:32
Modified files:
usr.bin/pkill : pkill.1
Log message:
sort options list;
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/06/03 01:18:46
Modified files:
devel/libspectrum: Makefile distinfo
Log message:
Uodate libspectrum to 1.1.1.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/06/03 01:26:55
Modified files:
security/cracklib: Makefile distinfo
security/cracklib/pkg: PLIST
Removed files:
security/cracklib/pkg: PFRAG.shared
Log message:
Update cracklib to 2.9.0.
CVSROOT: /cvs
Module name: ports
Changes by: rpointel@cvs.openbsd.org 2013/06/03 01:55:02
Modified files:
devel/mercurial: Makefile distinfo
Log message:
Minor update for Mercurial from 2.6.1 to 2.6.2.
Changelog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.6.2_.282013-06-01.29
CVSROOT: /cvs
Module name: src
Changes by: zhuk@cvs.openbsd.org 2013/06/03 02:48:40
Modified files:
usr.sbin/smtpd : parse.y
Log message:
No need to set backend var here, it's always set before to the same value.
okay gilles@, eric@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/03 04:37:02
Modified files:
sbin/mount_tmpfs: Makefile mount_tmpfs.c mount_tmpfs.h
sys/tmpfs : tmpfs.h tmpfs_fifoops.c tmpfs_mem.c
tmpfs_specops.c tmpfs_subr.c tmpfs_vfsops.c
tmpfs_vnops.c tmpfs_vnops.h
Log message:
sprinkle $OpenBSD$, pointed out by pedro
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/03 04:46:45
Modified files:
math/R : Makefile distinfo
math/R/patches : patch-configure patch-src_appl_Makefile_in
patch-src_main_connections_c
patch-src_main_platform_c
math/R/pkg : PLIST
Added files:
math/R/patches : patch-src_scripts_javareconf
Log message:
Bugfix update to R-2.15.3.
Until someone understand what is wrong with R-3.0.x and we can move
to the R-3 branch...
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/03 05:01:04
Modified files:
www/squid : Makefile
www/squid/pkg : README-main
Added files:
www/squid/patches: patch-src_comm_ModKqueue_cc
Log message:
- add patch from upstream, fixing problem with kqueue and SSL MITM
- s/transparent/intercept/ in README, as I happened to notice in a misc@
post from Rob Sheldon
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/03 06:32:06
Modified files:
sys/net : if_ethersubr.c
Log message:
Replace "hot" bcopy() calls in ether_output() with memcpy(). This tells the
compiler that source and destination are not overlapping, allowing for more
aggressive optimization, leading to a significant performance improvement
on busy firewalls. Reworking of a diff by dlg@, who did the hard work of
benchmarking this.
ok deraadt@, mikeb@, henning@, mcbride@, tedu@, matthew@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/03 06:38:05
Modified files:
x11/xfce4/xfce4-notifyd: Makefile
Log message:
Move libnotify from RDEP to LDEP since notify is now in WANTLIB.
Spotted by naddy@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/03 07:19:08
Modified files:
sys/netinet : tcp_input.c
Log message:
Merge the duplicate IPv4 and IPv6 checksum checking code in tcp_input()
into one block.
OK mpi@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/06/03 08:14:27
Modified files:
share/locale/ctype: Makefile
Added files:
share/locale/ctype: Makefile.inc
Log message:
Put list of character sets supported by LC_CTYPE into a separate
Makefile snippet so it can be included elsewhere in the tree.
ok bluhm espie
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/06/03 08:27:11
src/usr.bin/locale
Update of /cvs/src/usr.bin/locale
In directory cvs.openbsd.org:/cvs.d/hack/stsp/src/usr.bin/locale
Log Message:
Directory /cvs/src/usr.bin/locale added to the repository
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/06/03 08:27:50
Added files:
usr.bin/locale : Makefile locale.1 locale.c
Log message:
Add a minimal implementation of the locale(1) utility.
Can be used to check the current locale configuration and
provides a list of locales supported by the system.
help and ok matthew, schwarze
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2013/06/03 09:00:00
Modified files:
sys/net : pfvar.h
Log message:
put back the match member to the anchor stack struct - userland (pfctl)
uses it. that is so incedibly wrong...
sorry for the breakage, folks. found by tedu, SMSing me out of my breakfast
bob
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/06/03 09:05:29
Modified files:
sys/dev/pci : if_vmx.c
Log message:
Use IF_POLL to check for available transmit descriptors before IF_DEQUEUE.
ok uebayasi@ yasuoka@ dlg@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 09:41:59
Modified files:
bin/ksh : edit.c
Log message:
add : to special chars.
identical diffs from plhk sdf.org and leva ecentrum.hu. ok deraadt.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/06/03 09:46:12
Removed files:
usr.sbin/smtpd/libsmtpdfilter: Makefile
Log message:
remove dead makefile
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 09:49:43
src/sys/miscfs/fuse
Update of /cvs/src/sys/miscfs/fuse
In directory cvs.openbsd.org:/tmp/cvs-serv16872/fuse
Log Message:
Directory /cvs/src/sys/miscfs/fuse added to the repository
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/06/03 09:50:04
Modified files:
usr.sbin/smtpd : table.c
Log message:
lowercase the key when adding an entry to a static table, since the
lookups are done on lowercase strings. warn about duplicates entries
and avoid to leak memory.
ok gilles@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 09:50:56
Added files:
sys/miscfs/fuse: fuse_device.c fuse_file.c fuse_lookup.c
fuse_vfsops.c fuse_vnops.c fusebuf.c fusefs.h
fusefs_node.h
Log message:
add a bunch of files for ISC-licensed FUSE support. ok beck deraadt
from Sylvestre Gallon ccna.syl gmail.com. Many thanks to Sylvestre for
all the hard work.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/06/03 09:53:48
Modified files:
usr.sbin/smtpd : aldap.c aldap.h
Log message:
remove bogus id tag
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 09:54:48
Modified files:
sys/arch/alpha/alpha: conf.c
sys/arch/amd64/amd64: conf.c
sys/arch/hp300/hp300: conf.c
sys/arch/hppa/hppa: conf.c
sys/arch/hppa64/hppa64: conf.c
sys/arch/i386/i386: conf.c
sys/arch/landisk/landisk: conf.c
sys/arch/loongson/loongson: conf.c
sys/arch/sgi/sgi: conf.c
sys/arch/socppc/socppc: conf.c
sys/arch/sparc/sparc: conf.c
sys/arch/sparc64/sparc64: conf.c
sys/arch/vax/vax: conf.c
sys/conf : files
sys/kern : vfs_init.c
sys/sys : conf.h malloc.h mount.h vnode.h
Log message:
changes for isc fuse support. not enabled. ok beck deraadt.
from Sylvestre Gallon ccna.syl gmail.com
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 09:56:01
Modified files:
sys/sys : malloc.h mount.h
Log message:
tabs after defines, not spaces
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/06/03 09:57:40
Modified files:
usr.sbin/smtpd : ioev.c
Log message:
call SSL_read() again if there is data pending in the SSL buffer.
fixes possible timeout on ssl sessions.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 09:58:00
src/lib/libfuse
Update of /cvs/src/lib/libfuse
In directory cvs.openbsd.org:/tmp/cvs-serv1320/libfuse
Log Message:
Directory /cvs/src/lib/libfuse added to the repository
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 10:00:50
Added files:
lib/libfuse : Makefile debug.c debug.h dict.c fuse.3 fuse.c
fuse.h fuse_ops.c fuse_private.h fuse_subr.c
generate_pkgconfig.sh shlib_version tree.c
Log message:
add userland fuse library. ok beck deraadt
from Sylvestre Gallon ccna.syl gmail.com
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/06/03 10:04:03
Modified files:
usr.sbin/smtpd : mta.c mta_session.c
Log message:
plug a couple of memleaks
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 10:06:42
Modified files:
etc : MAKEDEV.common
etc/etc.alpha : MAKEDEV.md
etc/etc.amd64 : MAKEDEV.md
etc/etc.hp300 : MAKEDEV.md
etc/etc.hppa : MAKEDEV.md
etc/etc.hppa64 : MAKEDEV.md
etc/etc.i386 : MAKEDEV.md
etc/etc.landisk: MAKEDEV.md
etc/etc.loongson: MAKEDEV.md
etc/etc.sgi : MAKEDEV.md
etc/etc.socppc : MAKEDEV.md
etc/etc.sparc : MAKEDEV.md
etc/etc.sparc64: MAKEDEV.md
etc/etc.vax : MAKEDEV.md
share/man/man4 : Makefile
share/man/man8/man8.alpha: MAKEDEV.8
share/man/man8/man8.amd64: MAKEDEV.8
share/man/man8/man8.hp300: MAKEDEV.8
share/man/man8/man8.hppa: MAKEDEV.8
share/man/man8/man8.hppa64: MAKEDEV.8
share/man/man8/man8.i386: MAKEDEV.8
share/man/man8/man8.landisk: MAKEDEV.8
share/man/man8/man8.loongson: MAKEDEV.8
share/man/man8/man8.sgi: MAKEDEV.8
share/man/man8/man8.socppc: MAKEDEV.8
share/man/man8/man8.sparc: MAKEDEV.8
share/man/man8/man8.sparc64: MAKEDEV.8
share/man/man8/man8.vax: MAKEDEV.8
share/man/man9 : Makefile
Log message:
userland fuse support, but not attaching libfuse yet. ok beck deraadt
from Sylvestre Gallon ccna.syl gmail.com
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/03 10:10:56
Modified files:
sys/dev/usb : ucom.c
Log message:
Correctly increment the refcounter when trying to open a non connected
serial. Fix a panic triggered by removing the USB device while the
opener is sleeping holding a reference to the softc. Found the hardway
by tobiasu@.
While here add more sanity checks to avoid races when the driver is
being detached.
ok tobiasu@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/03 10:19:45
Modified files:
lib/librthread/arch/mips64: _atomic_lock.c
Log message:
unbreak
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 10:20:15
Added files:
sys/sys : fusebuf.h
Log message:
i missed a file
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 10:21:08
Modified files:
lib/libfuse : fuse.3 fuse.c fuse.h fuse_ops.c fuse_private.h
fuse_subr.c
Log message:
rcsids
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 10:22:08
Modified files:
sys/sys : fusebuf.h
Log message:
rcsid
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/03 10:25:25
Log message:
Import sshfs-fuse 2.4, from MAINTAINER Sylvestre Gallon
SSHFS allows you to mount a remote directory over a normal ssh connection.
Not linked to the build yet, as are the kernel-side bits & userland lib.
Just putting it here so people can play with it.
Tweaks, tidying & fixes to the port by myself
Status:
Vendor Tag: sgallon
Release Tags: landry_20130603
N ports/sysutils/sshfs-fuse/Makefile
N ports/sysutils/sshfs-fuse/distinfo
N ports/sysutils/sshfs-fuse/patches/patch-sshfs_c
N ports/sysutils/sshfs-fuse/pkg/DESCR
N ports/sysutils/sshfs-fuse/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/03 10:26:55
Modified files:
audio/ario : Makefile
Log message:
Move curl from RDEP to LDEP & bump, since it is in WANTLIB. Somehow dpb
seems happier with that.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/03 10:32:00
Modified files:
sys/net : pf.c
Log message:
Update o[sd]port whenever n[sd]port is changed. This fixes a
regression introduced with pf.c 1.827 and allows us to create icmp
states again.
OK henning@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 10:34:00
Added files:
share/man/man4 : fuse.4
share/man/man9 : fusebuf.9
Log message:
add two more fuse files
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 10:34:34
Modified files:
share/man/man4 : fuse.4
share/man/man9 : fusebuf.9
Log message:
rcsids
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 10:35:55
Modified files:
share/man/man4 : fuse.4
share/man/man9 : fusebuf.9
Log message:
5.4 is the magic number
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 10:39:41
Modified files:
etc/etc.alpha : MAKEDEV
etc/etc.amd64 : MAKEDEV
etc/etc.hp300 : MAKEDEV
etc/etc.hppa : MAKEDEV
etc/etc.hppa64 : MAKEDEV
etc/etc.i386 : MAKEDEV
etc/etc.landisk: MAKEDEV
etc/etc.loongson: MAKEDEV
etc/etc.octeon : MAKEDEV
etc/etc.sgi : MAKEDEV
etc/etc.socppc : MAKEDEV
etc/etc.sparc : MAKEDEV
etc/etc.sparc64: MAKEDEV
etc/etc.vax : MAKEDEV
Log message:
regen. reminded by miod
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 10:53:50
Modified files:
usr.sbin/ldpd : address.c interface.c kroute.c ldpd.c ldpd.h
ldpe.c ldpe.h packet.c parse.y
Log message:
Implement support for multiple addresses per interface.
This replaces the way addresses and interface are chained together.
In ospfd there was a 1 to 1 mapping (with iface clones) but LDP does
not have that limitation.
Diff from Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/03 10:55:22
Modified files:
sys/arch/amd64/amd64: cpu.c
sys/arch/aviion/aviion: machdep.c
sys/arch/i386/i386: cpu.c
sys/arch/luna88k/luna88k: machdep.c
sys/arch/macppc/macppc: cpu.c
sys/arch/mips64/mips64: clock.c
sys/arch/mvme88k/mvme88k: machdep.c
sys/arch/sparc64/sparc64: cpu.c
sys/kern : init_main.c kern_acct.c kern_fork.c
kern_resource.c kern_sched.c kern_sysctl.c
kern_tc.c kern_time.c sched_bsd.c tty.c
sys/miscfs/procfs: procfs_status.c
sys/nfs : nfs_serv.c
sys/sys : kernel.h proc.h resourcevar.h sched.h sysctl.h
Log message:
Convert some internal APIs to use timespecs instead of timevals
ok matthew@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 10:56:47
Modified files:
usr.sbin/ldpd : kroute.c lde_lib.c
Log message:
Advertise the implicit-null label for routes attached to loopback
interfaces to guarantee PHP. With this 'fib-update no' is not totaly
broken because of missing mappings for the loopbacks.
Diff by Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/03 10:57:06
Modified files:
sys/net : pf.c
sys/netinet : tcp_input.c tcp_output.c
sys/sys : mbuf.h
Log message:
Link pf states and socket inpcbs together more tightly. The linking
was only done when a packet traveled up the stack from pf to
tcp_input(). Now also link the state and inpcb when the packet is
going down from tcp_output() to pf. As a consequence, divert-reply
states where the initial SYN does not get an answer, can be handled
more correctly.
This change is part of a larger diff that has been backed out in
2011. Bring the feature back in small steps to see when bad things
start to happen.
OK henning deraadt
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 10:58:14
Modified files:
usr.sbin/ldpd : parse.y printconf.c
Log message:
Fix bug in the fib-update command
The "fib-update" directive wasn't accepting "no" as an option.
Diff by Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 11:01:59
Modified files:
usr.sbin/ldpd : interface.c lde.c lde.h ldpd.h
Log message:
Remove the IMSG_NEIGHBOR_CHANGE message
Unlike OSPF, LDP has no concept of intermediate states. A session is
either operational or not operational as far as the label distribution
engine (lde) is concerned. In this case, the IMSG_NEIGHBOR_UP and
IMSG_NEIGHBOR_DOWN messages are enough.
Diff by Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/06/03 11:02:36
Modified files:
gnu/usr.bin/cvs/doc: RCSFILES
gnu/usr.bin/cvs/man: cvs.1
gnu/usr.bin/cvs/src: cvs.h expand_path.c import.c log.c main.c
rcs.c status.c
Log message:
backport commitid support from newer CVS (with a different random id
generator)
writing a commitid is currently disabled
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/06/03 11:04:35
Modified files:
usr.bin/cvs : getlog.c rcs.h rcsparse.c
usr.bin/rcs : rcs.h rcsparse.c rlog.c
Log message:
properly handle commitid tokens found in rcs files
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/03 11:06:29
Modified files:
usr.bin/locale : locale.1
Log message:
nicer ENVIRONMENT;
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/06/03 11:19:40
Modified files:
sys/netinet : ip_carp.c
Log message:
fix typo in comment
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 11:33:58
Modified files:
sys/arch/arm/arm: conf.c
sys/arch/aviion/aviion: conf.c
sys/arch/luna88k/luna88k: conf.c
sys/arch/macppc/macppc: conf.c
sys/arch/mvme68k/mvme68k: conf.c
sys/arch/mvme88k/mvme88k: conf.c
sys/arch/octeon/octeon: conf.c
Log message:
more fuse in more places. credit: miod
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 11:34:15
Modified files:
etc/etc.armish : MAKEDEV MAKEDEV.md
etc/etc.aviion : MAKEDEV MAKEDEV.md
etc/etc.beagle : MAKEDEV MAKEDEV.md
etc/etc.luna88k: MAKEDEV MAKEDEV.md
etc/etc.macppc : MAKEDEV MAKEDEV.md
etc/etc.mvme68k: MAKEDEV MAKEDEV.md
etc/etc.mvme88k: MAKEDEV MAKEDEV.md
etc/etc.octeon : MAKEDEV MAKEDEV.md
etc/etc.zaurus : MAKEDEV MAKEDEV.md
Log message:
fuse on more archs
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 11:34:41
Modified files:
share/man/man8/man8.alpha: MAKEDEV.8
share/man/man8/man8.amd64: MAKEDEV.8
share/man/man8/man8.armish: MAKEDEV.8
share/man/man8/man8.aviion: MAKEDEV.8
share/man/man8/man8.beagle: MAKEDEV.8
share/man/man8/man8.hp300: MAKEDEV.8
share/man/man8/man8.hppa: MAKEDEV.8
share/man/man8/man8.hppa64: MAKEDEV.8
share/man/man8/man8.i386: MAKEDEV.8
share/man/man8/man8.landisk: MAKEDEV.8
share/man/man8/man8.loongson: MAKEDEV.8
share/man/man8/man8.luna88k: MAKEDEV.8
share/man/man8/man8.macppc: MAKEDEV.8
share/man/man8/man8.mvme68k: MAKEDEV.8
share/man/man8/man8.mvme88k: MAKEDEV.8
share/man/man8/man8.octeon: MAKEDEV.8
share/man/man8/man8.sgi: MAKEDEV.8
share/man/man8/man8.socppc: MAKEDEV.8
share/man/man8/man8.sparc: MAKEDEV.8
share/man/man8/man8.sparc64: MAKEDEV.8
share/man/man8/man8.vax: MAKEDEV.8
share/man/man8/man8.zaurus: MAKEDEV.8
Log message:
regen
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2013/06/03 12:37:23
Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD
Log message:
This is were I live.
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2013/06/03 12:40:05
Modified files:
bin/ksh : syn.c
Log message:
for var in; do ... shouldn't be interpreted as for var; do ...
Fix by returning an empty token list instead of NULL to consumers.
Brings base ksh more in line with POSIX.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/03 12:46:03
Modified files:
sys/arch/sparc/include: trap.h
sys/arch/sparc/sparc: trap.c
Log message:
Get rid of SYSCALL_G7RFLAG. It's been deprecated for a long time already,
and we've started using %g7 as a per-thread register now. If you have any
binaries left that use this flag they'll probably crash and burn!
tested by & ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/06/03 12:50:06
Modified files:
x11/ogre : Makefile distinfo
x11/ogre/patches: patch-OgreMain_include_OgreStringConverter_h
patch-OgreMain_src_OgreStringConverter_cpp
patch-PlugIns_OctreeZone_CMakeLists_txt
x11/ogre/pkg : PLIST-main PLIST-samples
Log message:
Update to 1.8.1; WANTLIB changes by dcoppa@
ok dcoppa@ landry@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 13:13:21
Modified files:
lib/libfuse : fuse.3
Log message:
5.4
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/03 13:16:44
Modified files:
sys/arch/macppc/macppc: autoconf.c machdep.c
Log message:
Rework the logic for matching the boot device to allow for root on
any drive attached to the first controller. Fix an issue reported
by Jan Stary, hans at stare dot cz.
Note that this new logic still doesn't allow for root on any drive
attached to a secondary controller.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 13:16:44
Modified files:
share/man/man4 : fuse.4
Log message:
fix some wording, first noticed by jmc
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/03 13:43:28
Modified files:
sys/arch/macppc/macppc: machdep.c
Log message:
Correctly return the error code if uvm_km_kmemalloc() fails.
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2013/06/03 13:45:32
Modified files:
net/munin : Makefile distinfo
net/munin/patches: patch-Makefile patch-node_munin-node_conf_in
patch-node_sbin_munin-node
patch-plugins_node_d_squeezebox__in
net/munin/pkg : PLIST-main README-server
Removed files:
net/munin/patches: patch-plugins_node_d_openbsd_swap_in
Log message:
Update to 2.0.14:
- remove swap plugin as we don't have swapin/swapout anymore;
- regen patches while here (some hints from rpe@);
- fix typo in README (from rpe@).
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/03 13:45:57
Added files:
driver/xf86-video-sunffb: INSTALL
driver/xf86-video-sunffb/src: compat-api.h
Log message:
forgot to cvs add new files in update to 1.2.2
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 13:46:05
Modified files:
lib/libfuse : fuse.3
Log message:
first stab at rewording
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 13:47:05
Modified files:
share/man/man4 : fuse.4
Log message:
tweaks
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 13:56:16
Modified files:
share/man/man9 : fusebuf.9
Log message:
rewording
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/03 14:07:39
Modified files:
x11/kde/patches-3.5.7: patch-acinclude_m4
x11/kde/bindings3: Makefile
x11/kde/bindings3/pkg: PLIST
x11/kde/office3: Makefile
x11/kde/utils3 : Makefile
Added files:
x11/kde/bindings3/patches:
patch-dcoppython_shell_gen_marshal_code_py
patch-python_Makefile_in
Removed files:
x11/kde/bindings3/patches: patch-smoke_qt_generate_pl_in
Log message:
Move last users of Python 2.5 to the old new (or new old?) Python 2.7 land.
A few iterations with testing done by and ok landry@
Also prodding from ajacoutot@, fgsch@ and others
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/03 14:10:50
Modified files:
sys/arch/macppc/dev: macgpio.c
Log message:
Be coherent when printing irq numbers.
CVSROOT: /cvs
Module name: xenocara
Changes by: sthen@cvs.openbsd.org 2013/06/03 14:33:17
Modified files:
app/cwm : parse.y
Log message:
Unlike other parse.y variants, cwm's allowed 'command xx /path/to/xx' without
quotes. Reinstate this support lost in recent sync diff and add a comment to
show that it's intentional. ok okan@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/03 14:35:23
Modified files:
net/weechat : Makefile distinfo
net/weechat/patches: patch-src_core_wee-config_c
net/weechat/pkg: PLIST-main
Added files:
net/weechat/patches: patch-src_plugins_xfer_xfer-dcc_c
Log message:
update to 0.4.1, from Simon Kuhnle, bikeshedding about the icon file from me
and bcallah ;)
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 15:07:02
Modified files:
lib/libutil : Makefile pkcs5_pbkdf2.3 pkcs5_pbkdf2.c
shlib_version util.h
Added files:
lib/libutil : bcrypt_pbkdf.3 bcrypt_pbkdf.c
Log message:
Add bcrypt_pbkdf, a password based key derivation function using bcrypt.
Technically, it's a slight variant of bcrypt better suited for use as a
pluggable hash with PKCS #5 PBKDF2.
ok djm
(also tweak pkcs5_pbkdf2() prototype to have consistent types.)
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/03 15:07:45
Modified files:
regress/sys/net/pf_divert: args-tcp-reply.pl args-tcp-to.pl
funcs.pl remote.pl
Added files:
regress/sys/net/pf_divert: args-udp-reply.pl args-udp-to.pl
Log message:
Add tests for UDP divert.
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/06/03 15:08:21
Modified files:
sys/dev/pci : if_vmx.c
Log message:
vmxnet3_load_mbuf() could replace the mbuf but did not return the new
one which caused the following Tx bpf call to panic. Instead of
moving the bpf hook in front of the vmxnet3_load_mbuf() function, we
return the updated mbuf because we want don't want to see packets that
don't go on the wire/chipset.
Analyzed and discussed with yasuoka@ uebayasi@
OK yasuoka@ uebayasi@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/06/03 15:08:22
Modified files:
distrib/beagle/miniroot: Makefile.inc
Log message:
Put a kernel into the miniroot that actually boots.
OK bmercer@, patrick@, jasper@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 15:09:52
Modified files:
lib/libutil : bcrypt_pbkdf.3
Log message:
not much use for sha1 .Xr
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/06/03 15:10:06
Modified files:
distrib/beagle/ramdisk: install.md
Log message:
Put the installed bsd through installed objcopy and mkuboot and
put it on the msdos partition for u-boot.
OK bmercer@, patrick@, jasper@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/03 15:30:00
Modified files:
gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc: ToMan.pm
Log message:
Only produce UTF-8 output if the user's locale asks for it.
Will send this upstream as well.
OK millert@ bluhm@ stsp@
CVSROOT: /cvs
Module name: www
Changes by: jca@cvs.openbsd.org 2013/06/03 15:49:18
Modified files:
faq/ports : specialtopics.html
Log message:
Indent "Special tricks" example, making it nicer to read.
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/03 15:56:03
Modified files:
gnu/usr.bin/cvs/src: Makefile.in
Log message:
avoid rebuilding server.c and client.c in the install target
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/06/03 16:01:57
Modified files:
sys/dev/pci : pcireg.h
Log message:
Define some more DCSR/DCTL bits; ok kettenis
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/03 16:02:28
Modified files:
sysutils/sshfs-fuse: Makefile
sysutils/sshfs-fuse/patches: patch-sshfs_c
Log message:
Drop unused VERSION variable.
Drop bogus CONFIGURE_ARGS.
Add missing RCS id.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/03 16:17:41
Modified files:
sysutils/sshfs-fuse: Makefile
Log message:
lowercase start of COMMENT
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/06/03 16:34:24
Modified files:
emulators/qemu : Makefile distinfo
emulators/qemu/patches: patch-configure
emulators/qemu/pkg: PLIST
Added files:
emulators/qemu/patches: patch-include_qemu-common_h
Log message:
Update to QEMU 1.5.0.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/03 16:35:15
Modified files:
sys/kern : kern_fork.c
Log message:
When creating a thread, don't add it to the process's thread list
until it's fully built, so that it can't get a signal from
realitexpire(), as seen by sthen@ and espie@ in ports builds.
Exact bits moved down worked out with tedu@, ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/06/03 16:36:00
Modified files:
x11/vlc : Makefile distinfo
x11/vlc/pkg : PLIST-main
Log message:
Update to VLC 2.0.7.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: yuo@cvs.openbsd.org 2013/06/03 16:36:15
Modified files:
sys/dev/usb : if_axe.c
Log message:
remove unless lines
ok reyk@ deraadt@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/03 16:39:27
Modified files:
. : MODULES 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/03 16:41:09
Modified files:
x11/kde : Makefile
Log message:
Disconnect libs3-doc and kdoc3. Unify look while there.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/03 16:45:15
Removed files:
x11/kde/libs3-doc: Makefile
x11/kde/libs3-doc/pkg: DESCR PLIST
x11/kde/kdoc3 : Makefile distinfo
x11/kde/kdoc3/pkg: DESCR PLIST
Log message:
Remove API documentation bits for KDE3: it was semi-broken and not used by
anyone now.
okay ajacoutot@, espie@, landry@...
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/03 16:47:02
Modified files:
lang/icon/interp: Makefile
Log message:
fix an old pasto, no package change
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/03 16:52:52
Modified files:
de : donations.html orders.html
faq/de : faq10.html faq6.html faq8.html
openssh/de : donations.html
papers/de : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: pirofti@cvs.openbsd.org 2013/06/03 17:03:40
Modified files:
www/youtube-dl : Makefile distinfo
Log message:
Update to youtube-dl 2013.05.07.
Note that this update changes the output name to the title of the video.
From David Hill, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/03 17:07:47
Modified files:
geo/mapserver/patches: patch-configure
Log message:
cope with new png include layout
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/03 17:08:53
Modified files:
x11/gnome/anjuta: Makefile distinfo
Log message:
update to anjuta-3.8.4
CVSROOT: /cvs
Module name: ports
Changes by: pirofti@cvs.openbsd.org 2013/06/03 17:11:52
Modified files:
www/youtube-dl : Makefile distinfo
www/youtube-dl/patches: patch-youtube_dl_FileDownloader_py
Log message:
And another update to youtube-dl. Version 2013.05.23 is out.
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/06/03 17:26:57
Modified files:
usr.sbin/npppd/npppd: npppd.c
Log message:
Stop doing pipex ioctl if no tunnel interface is configured.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/03 17:28:43
Modified files:
sys/arch/macppc/pci: vgafb.c vgafb_pci.c vgafbvar.h
Log message:
There's no reason to have a separate structure to hold and duplicate
the raster display data. Simplify this by using only one pointer to
a struct rasops_info, the one in vga_config.
While here remove unused fields from vga_config.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/03 17:28:44
Modified files:
x11/gnome/caribou: Makefile distinfo
x11/gnome/caribou/pkg: PLIST
Log message:
Update to caribou-0.4.11.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/03 18:38:28
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.beagle md.hp300 md.hppa md.hppa64
md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.vax md.zaurus
distrib/sets/lists/comp: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 18:41:18
Modified files:
usr.sbin/ldpd : address.c interface.c kroute.c ldpe.c
Log message:
fix some minor issues before proceeding with the remaining patches from
Renato Westphal. Diff by Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/06/03 18:42:23
Modified files:
distrib/miniroot: install.sub
Log message:
supress errors that would occur if bioctl is missing or is run with an
unsupported disk as argument (e.g. wd*)
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 18:45:00
Modified files:
usr.sbin/ldpd : lde.c ldpe.c
Log message:
Minor adjustments in the startup of the lde and ldpe processes
The 'ldpd_process' variable should be set as soon as possible in the
initialization of each process. In that way if something goes wrong in
the initialization we will know in which process the problem happened.
Diff by Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/06/03 18:54:30
Modified files:
usr.sbin/relayd: Tag: OPENBSD_5_3 relay_http.c
Log message:
MFC revision 1.15, requested by reyk@:
-/----
date: 2013/06/02 18:02:45; author: reyk; state: Exp; lines: +3 -3
With HTTP keepalive, relayd only filtered the first request and
switched to pass-through mode for subsequent requests from the client.
Make sure to stay in HTTP header mode.
ok benno@
-/----
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 18:56:49
Modified files:
usr.sbin/ldpd : hello.c ldpd.h ldpe.h neighbor.c
Log message:
Minor adjustments in the initialization FSM
* Remove the unused NBR_EVT_DOWN event;
* Print the FSM transitions before performing the appropriate actions. In
this way nested calls to nbr_fsm() won't print the state transitions in
reverse order;
* When playing the active role of the initialization process, transition
from NBA_STA_PRESENT to NBR_STA_INITIAL before going to NBR_STA_OPENSENT;
* Call session_shutdown() on nbr_ktimeout() to remove duplicated code;
* Notify the lde process when a neighbor is deleted (discovery timeout);
* Fix a few memory leaks on nbr_del().
Diff from Renato Westphal.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/06/03 18:57:16
Modified files:
usr.sbin/relayd: Tag: OPENBSD_5_2 relay.c
Log message:
Fix 5.2 similar to what was done in relay_http.c r1.15 in -current.
From reyk@
With HTTP keepalive, relayd only filtered the first request and
switched to pass-through mode for subsequent requests from the client.
Make sure to stay in HTTP header mode.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/06/03 18:59:00
Modified files:
libexec/ld.so : dl_prebind.c
Log message:
Fix a bunch of "variable 'foo' set but not used." warnings emitted by newer GCC.
ok matthew@ kurt@
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/06/03 19:20:23
Modified files:
sys/arch/amd64/include: hibernate.h hibernate_var.h
sys/arch/amd64/amd64: hibernate_machdep.c
sys/arch/i386/include: hibernate.h hibernate_var.h
sys/arch/i386/i386: hibernate_machdep.c
Log message:
Add RCS ids.
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 19:32:16
Modified files:
usr.sbin/ldpd : init.c ldp.h ldpe.h neighbor.c notification.c
Log message:
Properly implement the exponential backoff timer on session initialization
According with the section 2.5.3 of RFC 5036, an LSR must throttle its
session setup retry attempts with an exponential backoff in situations
where Initialization messages are being NAK'd (because of disagreements
on session parameters). It doesn't mention using this procedure for TCP
connection failures. With that said, start the inactive delay timer only
after receiving an appropriate notification message.
When playing the active role of the initialization process, throttle the
session setup retry attempts by not connecting to the remote peer. When
playing the passive role, throttle the session setup retry attempts by
delaying the processing of the received Initialization message.
Diff by Renato Westphal, adjusted by myself
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/03 20:09:00
Modified files:
sys/arch/macppc/pci: vgafb.c vgafb_pci.c
Log message:
Spacing.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/03 20:16:14
Modified files:
sys/arch/macppc/pci: vgafb.c vgafb_pci.c vgafbvar.h
Log message:
Do not pretend mapping the MMIO region when in fact we don't and
clean some related code.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/03 20:20:18
Modified files:
sys/arch/macppc/pci: vgafb.c vgafbvar.h
Log message:
Move function declaration where they belong.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/03 20:23:56
Modified files:
sys/sys : stat.h
Log message:
Since we now have shm_{open,unlink}(), add the S_TYPEIS{MQ,SEM,SHM}()
macros that are mandated by POSIX
ok matthew@ tedu@
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 20:25:28
Modified files:
usr.sbin/ldpd : Makefile control.c hello.c interface.c ldp.h
ldpd.c ldpd.conf.5 ldpd.h ldpe.c ldpe.h log.c
neighbor.c packet.c parse.y printconf.c
Log message:
Implement support for adjacencies and targeted hellos
Refactor adjacencies out of the neighbor handling so that it is possible to
have more complex topologies with targeted sessions.
From Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/03 20:26:36
Modified files:
sys/arch/macppc/pci: vgafb.c vgafb_pci.c
Log message:
Remove unused includes, constify cfattach and other small cleanings.
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 20:28:27
Modified files:
usr.sbin/ldpd : interface.c ldpd.h ldpe.h
Log message:
Cleanup ctl commands and remove unused variables inherited from ospfd
From Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 20:28:59
Modified files:
usr.sbin/ldpctl: ldpctl.c
Log message:
Adjust to the latest changes on the ctl_iface struct
From Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/03 20:29:03
Modified files:
etc/etc.mvme68k: MAKEDEV
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/03 20:29:32
Modified files:
sys/arch/macppc/conf: GENERIC
sys/arch/macppc/pci: vgafb.c vgafbvar.h
Log message:
Add support for virtual consoles, based on previous work done by kettenis@
for inteldrm(4).
ok miod@, kettenis@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/03 20:30:29
Modified files:
etc/etc.macppc : ttys
Log message:
Add more ttys needed for virtual consoles.
ok deraadt@, miod@
CVSROOT: /cvs
Module name: src
Changes by: ian@cvs.openbsd.org 2013/06/03 20:30:35
Modified files:
usr.sbin/ldpd : ldpd.8
Log message:
Tiny typo. "Just commit" -- claudio@
CVSROOT: /cvs
Module name: xenocara
Changes by: mpi@cvs.openbsd.org 2013/06/03 20:31:56
Modified files:
distrib/notes : README.macppc
Log message:
There's no need to disable ttyC0 anymore now that macppc supports virtual
consoles.
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 20:34:48
Modified files:
usr.sbin/ldpd : address.c init.c keepalive.c labelmapping.c
ldpd.h ldpe.h neighbor.c notification.c
packet.c
Log message:
Always accept TCP connection requests and identify to which neighbor
it belongs only _after_ receiving an Initialization message containing
the information we need. Before an Initialization message is received,
the TCP connection shouldn't be associated with any neighbor/adjacency.
Therefor refactor that part into a own module.
From Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 20:39:10
Modified files:
usr.sbin/ldpd : interface.c neighbor.c
Log message:
Speed-up the session establishment process
* Send an extra Hello message before attempting to connect to a remote
peer to guarantee that it formed an adjacency with us as well;
* Don't wait for the first timeout to send the first Hello message.
Both tricks together will allow for fast session establish since with both
optimizations passive role neighbors can open the connection immediatly by
sending and receiving the hellos at the same time as the TCP session.
From Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/03 20:40:17
Modified files:
usr.sbin/ldpctl: ldpctl.c parser.c parser.h
Log message:
Introduce the 'ldpctl show discovery' command
Diff by Renato Westphal
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/06/03 20:57:29
Modified files:
sys/tmpfs : tmpfs_vnops.c
Log message:
Update pathconf handling for -current..
- Remove _PC_PATH_MAX, _PC_PIPE_BUF and _PC_SYNC_IO.
- Add _PC_TIMESTAMP_RESOLUTION.
- Change _PC_FILESIZEBITS from using "sizeof(off_t) * CHAR_BIT" to returning 64.
With input from and Ok guenther@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/03 21:02:09
Modified files:
lib/libc/string: memcpy.3 wmemcpy.3
Log message:
remove some incredible lies about overlapping buffers
ok guenther
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/03 21:19:35
Modified files:
lib/libX11 : ChangeLog Makefile.in aclocal.m4 configure
configure.ac
lib/libX11/include: Makefile.in
lib/libX11/man : Makefile.in XCreateGC.man
lib/libX11/man/xkb: Makefile.in
lib/libX11/modules: Makefile.in
lib/libX11/modules/im: Makefile.in
lib/libX11/modules/im/ximcp: Makefile.in
lib/libX11/modules/lc: Makefile.in
lib/libX11/modules/lc/Utf8: Makefile.in
lib/libX11/modules/lc/def: Makefile.in
lib/libX11/modules/lc/gen: Makefile.in
lib/libX11/modules/lc/xlocale: Makefile.in
lib/libX11/modules/om: Makefile.in
lib/libX11/modules/om/generic: Makefile.in
lib/libX11/nls : Makefile.in
lib/libX11/specs: Makefile.in
lib/libX11/specs/XIM: Makefile.in
lib/libX11/specs/XKB: Makefile.in
lib/libX11/specs/i18n: Makefile.in
lib/libX11/specs/i18n/compose: Makefile.in
lib/libX11/specs/i18n/framework: Makefile.in
lib/libX11/specs/i18n/localedb: Makefile.in
lib/libX11/specs/i18n/trans: Makefile.in
lib/libX11/specs/libX11: Makefile.in
lib/libX11/src : Makefile.in
lib/libX11/src/util: Makefile.in
lib/libX11/src/xcms: Makefile.in cmsMath.c
lib/libX11/src/xkb: Makefile.in
lib/libX11/src/xlibi18n: Makefile.in
Log message:
Update to libX11 1.6.0
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/03 21:20:36
Modified files:
infrastructure/bin: dpb
infrastructure/lib/DPB/Job: Port.pm
Log message:
-DSYSLOG will syslog most activity from jobs starting/ending.
THIS IS A VERY BUSY OPTION. It's intended with a syslog.conf that
will send the log messages elsewhere, to try to pinpoint hang/panic
locations in a given port build, as system crash failures tend to leave
log files in a lagging state.
idea discussed with kurt@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/03 22:17:42
Modified files:
regress/sys/net/pf_divert: Client.pm Makefile Remote.pm
Server.pm args-tcp-reply.pl
args-tcp-to.pl args-udp-reply.pl
funcs.pl remote.pl
Added files:
regress/sys/net/pf_divert: args-rip-reply.pl args-rip-to.pl
Log message:
Add tests for raw IP divert. Set effective user ID to 0 only during
privileged operations for raw sockets and bind any.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/03 22:27:57
Modified files:
sys/arch/sh/include: spinlock.h
Log message:
Use a simpler typedef to avoid depending upon ; repairs librthread
build.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/04 00:39:11
Modified files:
lib/libutil : bcrypt_pbkdf.3
Log message:
\-1;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/04 00:41:35
Modified files:
usr.sbin/ldpd : ldpd.conf.5
Log message:
tweak previous;
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/06/04 01:29:13
Modified files:
lang/python : Makefile
Log message:
disconnect python 2.5 from the tree.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/06/04 01:54:19
Modified files:
www/py-wsgiproxy: Makefile
Log message:
Fix RDEP and bump.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/06/04 01:57:13
Modified files:
databases/py-couchdb: Makefile
devel/py-buildbot: Makefile
net/rabbitmq : Makefile
textproc/py-sphinx: Makefile
www/py-flask : Makefile
www/py-weberror: Makefile
www/py-zine : Makefile
Log message:
Remove MODPY_JSON from RDEP and bump.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/04 01:59:54
Modified files:
devel/quilt : Makefile
Log message:
MODULE->MODULES and bump. Found by mk.conf.template.
CVSROOT: /cvs
Module name: ports
Changes by: fgsch@cvs.openbsd.org 2013/06/04 02:02:20
Modified files:
lang/python : Makefile.inc python.port.mk
Removed files:
lang/python/2.5: Makefile distinfo
lang/python/2.5/files: CHANGES.OpenBSD idle
lang/python/2.5/patches: patch-Lib_tempfile_py
patch-Lib_test_regrtest_py
patch-Lib_test_test_dl_py
patch-Lib_test_test_sys_py
patch-Lib_test_test_tempfile_py
patch-Lib_test_test_threading_py
patch-Lib_test_test_timeout_py
patch-Lib_test_test_urllib2_py
patch-Lib_test_test_urllib_py
patch-Lib_urllib2_py
patch-Lib_urllib_py
patch-Makefile_pre_in
patch-Modules_makesetup
patch-Modules_nismodule_c
patch-Modules_ossaudiodev_c
patch-Modules_pyexpat_c
patch-Modules_socketmodule_c
patch-configure_in patch-setup_py
sup64-Lib_test_regrtest_py
lang/python/2.5/pkg: DESCR-bsddb DESCR-gdbm DESCR-idle
DESCR-main DESCR-tests DESCR-tkinter
DESCR-tools MESSAGE-idle MESSAGE-main
PFRAG.ctypes-main PFRAG.mm-main PLIST-bsddb
PLIST-gdbm PLIST-idle PLIST-main
PLIST-tests PLIST-tkinter PLIST-tools
UNMESSAGE-idle UNMESSAGE-main
Log message:
GC python 2.5. Thanks to zhuk who made this possible.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/06/04 02:16:10
Modified files:
usr.sbin/smtpd : mta.c
Log message:
fix use-after-free in debug traces
CVSROOT: /cvs
Module name: www
Changes by: gilles@cvs.openbsd.org 2013/06/04 02:41:04
Modified files:
opensmtpd : index.html
Added files:
opensmtpd/announces: release-5.3.3.txt
Log message:
5.3.3 released
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/06/04 02:42:00
Modified files:
usr.sbin/smtpd : smtpd.h
Log message:
we are at 5.3.3 now.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/04 02:59:50
Modified files:
infrastructure/man/man1: dpb.1
Log message:
document -DSYSLOG
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/04 03:11:40
Modified files:
sys/tmpfs : tmpfs.h tmpfs_vnops.h
Log message:
fix include guard locations (from pedro)
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/04 03:12:20
Modified files:
sys/tmpfs : tmpfs_vnops.c
Log message:
restore code commented out while debugging. From pedro
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/06/04 03:36:20
Modified files:
sys/dev/pci : if_bge.c
Log message:
Substitute a couple of magic numbers with newly added PCIE
DCTL flag defines. No binary change.
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/06/04 03:41:50
Modified files:
sys/dev/pci : if_bge.c
Log message:
Substitute a couple of magic numbers with newly added PCIE
DCTL flag defines. Now with the right defines, doh!
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/06/04 03:47:25
Modified files:
sys/dev/pci : if_bge.c
Log message:
A couple of style/comment fixes from FreeBSD, with input from
David Imhoff. No functional change.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/06/04 06:27:29
Modified files:
etc/rc.d : dvmrpd
Log message:
fix pexp
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/04 07:00:07
Modified files:
sbin/dhclient : conflex.c
usr.sbin/dhcpd : conflex.c
Log message:
Fix "\" escape handling in read_string().
Problem noted, fix tested and ok sthen@.
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/06/04 07:16:21
Added files:
usr.sbin/ldpd : adjacency.c
Log message:
I screwed up and forgot to commit this new file :(
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/04 07:16:21
Modified files:
benchmarks/sysbench: Makefile
fonts/ko-baekmuk-fonts: Makefile
fonts/ko-baekmuk-ttf: Makefile
korean/hanterm-xf: Makefile
security/fcrackzip: Makefile
security/arirang: Makefile
Log message:
update maintainer's email address
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/04 07:31:49
Modified files:
audio/celt : Makefile
audio/celt/pkg : DESCR
audio/celt051 : Makefile
audio/celt051/pkg: DESCR
Log message:
Warn users and porters about the experimental nature of CELT and
the fact that it has now been deprecated in favor of the IETF Opus
codec.
From a discussion with sthen@
OK sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/04 07:40:49
ports/www/mod_auth_kerb/patches
Update of /cvs/ports/www/mod_auth_kerb/patches
In directory cvs.openbsd.org:/tmp/cvs-serv992/patches
Log Message:
Directory /cvs/ports/www/mod_auth_kerb/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/06/04 07:47:10
Modified files:
sysutils/anacron: Makefile distinfo
sysutils/anacron/patches: patch-Makefile patch-anacron_8
patch-runjob_c
Removed files:
sysutils/anacron/patches: patch-gregor_c
Log message:
Update to 2.5.3 based on anacron2 fork which is still actively maintained
ok gonzalo@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/04 08:00:21
Modified files:
x11/spectrwm : Makefile
Log message:
fix some total nonsense in post-install
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/04 08:20:21
Added files:
x11/ogre/patches: patch-CMakeLists_txt
patch-CMake_Utils_OgreConfigTargets_cmake
patch-OgreMain_include_OgreSearchOps_h
Log message:
Missed cvs adds. Breakage reported by landry@, thank you.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/04 08:28:31
Modified files:
faq/pt : faq10.html
fr : donations.html
openntpd/pt : index.html
opensmtpd/de : index.html
opensmtpd/pt : index.html
papers/pt : index.html
pt : donations.html plus.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/06/04 08:36:31
Modified files:
editors/libreoffice/patches: patch-cppunit_makefile_mk
Added files:
editors/libreoffice/patches:
patch-bridges_Library_gcc3_linux_intel_mk
patch-cppunit_openbsd-cppunit_patch
Log message:
fix build when cppunit is installed on the system and remove -ldl on i386
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/06/04 09:14:25
Modified files:
www/rt : Makefile distinfo
www/rt/pkg : PLIST
Log message:
update to 4.0.13
CVSROOT: /cvs
Module name: ports
Changes by: schwarze@cvs.openbsd.org 2013/06/04 09:22:12
Modified files:
sysutils/pstree: Makefile
sysutils/pstree/files: pstree.1
Log message:
Substantially improve the pstree(1) manual.
* Add an ISC license. Sebastian Stark agreed to this in private email to me.
* Add ENVIRONMENT, EXIT STATUS, and AUTHORS sections, and another example.
* Clarify wording at several places, sort options, and other formatting nits.
* No need to USE_GROFF.
* Bump.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 09:25:32
src/regress/lib/libutil/bcrypt_pbkdf
Update of /cvs/src/regress/lib/libutil/bcrypt_pbkdf
In directory cvs.openbsd.org:/tmp/cvs-serv13295/bcrypt_pbkdf
Log Message:
Directory /cvs/src/regress/lib/libutil/bcrypt_pbkdf added to the repository
CVSROOT: /cvs
Module name: src
Changes by: haesbaert@cvs.openbsd.org 2013/06/04 09:29:17
Modified files:
sys/arch/amd64/amd64: identcpu.c
sys/arch/amd64/include: cpu.h
Log message:
Cpu topology for AMD64.
This adds information about smt id (thread), core id and package id
(socket) to amd64.
ci_smt_id, ci_core_id, ci_pkg_id should be followed by other
archictectures and core relying on them should be under
ARCH_HAVE_CPU_TOPOLOGY.
ok tedu@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/04 09:32:05
Modified files:
audio/pulseaudio: Makefile distinfo
audio/pulseaudio/patches: patch-configure_ac
patch-src_Makefile_am
audio/pulseaudio/pkg: PLIST
Added files:
audio/pulseaudio/patches: patch-src_pulsecore_sample-util_h
patch-src_tests_mult-s16-test_c
Log message:
Update to pulseaudio 4.0.
ok robert@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/04 09:32:18
Modified files:
multimedia/gstreamer1/plugins-good: Makefile
multimedia/phonon: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/empathy: Makefile
x11/gnome/settings-daemon: Makefile
x11/gnome/shell: Makefile
Log message:
Bump after the pulseaudio update.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/04 09:41:28
Modified files:
astro/sunclock/patches: patch-Imakefile
emulators/gambatte/patches: patch-testrunner_SConstruct
games/oolite/patches: patch-GNUmakefile
graphics/autopano-sift-c/patches:
patch-CMakeModules_FindPNG_cmake
graphics/hugin/patches: patch-CMakeModules_FindPNG_cmake
graphics/xfig/patches: patch-Imakefile
graphics/xpaint/patches: patch-Local_config
graphics/xv/patches: patch-Makefile
misc/magicpoint/patches: patch-configure_in
multimedia/subtitleripper/patches: patch-Makefile
net/rtg/patches: patch-src_Makefile_in
print/transfig/patches: patch-fig2dev_Imakefile
x11/nx/nxcomp/patches: patch-configure_in
x11/p5-Tk/patches: patch-PNG_Makefile_PL
Removed files:
devel/pygame/patches: patch-config_unix_py
games/scorched3d/patches: patch-src_client_scorchedc_Makefile_in
patch-src_server_scorcheds_Makefile_in
Log message:
the png headers are now directly under include/
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 09:54:33
Modified files:
lib/libutil : bcrypt_pbkdf.c
Log message:
oops, rounds is unsigned now
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 09:55:51
Modified files:
lib/libutil : bcrypt_pbkdf.c
Log message:
revert. check is < 1, not < 0.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 10:15:35
Added files:
regress/lib/libutil/bcrypt_pbkdf: Makefile bcrypt_pbkdf_test.c
Log message:
tests for bcrypt_pbkdf_test.c
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/06/04 10:21:24
Modified files:
sys/arch/amd64/amd64: acpi_wakecode.S
sys/arch/amd64/include: hibernate_var.h
sys/arch/i386/i386: acpi_wakecode.S
sys/arch/i386/include: hibernate_var.h
Log message:
Remove remaining references to HIBERNATE_COPY_PAGE. It was effectively
removed at n2k13 but a few errant references still remained. No functional
change. Spot tested by my on i386 and amd64 UP environments, no regressions
seen.
noticed by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 10:55:39
Modified files:
regress/lib/libutil/bcrypt_pbkdf: bcrypt_pbkdf_test.c
Log message:
missed a space in the latin passphrase.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 10:57:57
Modified files:
regress/lib/libutil: Makefile
regress/lib/libutil/bcrypt_pbkdf: bcrypt_pbkdf_test.c
Log message:
link subdir
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/04 11:47:24
Modified files:
sys/dev/ic : wd33c93reg.h
Log message:
remove orphaned macros
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/04 11:55:51
Modified files:
lib/librthread/arch/alpha: _atomic_lock.S
Log message:
fix typo in comment
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 12:25:09
Modified files:
sys/sys : fusebuf.h
Log message:
can't use PAGE_SIZE for array sizes. it's not always a constant.
just hard code 4096 for now instead of anything fancy.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 12:26:51
Modified files:
share/man/man9 : fusebuf.9
Log message:
fusebufsize update
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/04 12:31:10
Modified files:
gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc: ToMan.pm
Log message:
Do not feed UTF-8 input into mandoc or nroff
because that resulted in corrupt output.
This is a verbatim backport of the following bugfix from upstream git master:
https://rt.cpan.org/Public/Bug/Display.html?id=77465
https://github.com/mrallen1/Pod-Perldoc/commit/6e1541d0bcb74a7b2b9ee3235d57953fb800bb67
Do not take the comment in the source code too literally.
It doesn't really explain the problem well.
OK sthen@ espie@ millert@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/04 12:42:01
Modified files:
astro/celestia : Makefile
audio/gqmpeg : Makefile
comms/pilot-link: Makefile
converters/wv : Makefile
devel/fox : Makefile
editors/abiword: Makefile
editors/emacs : Makefile
editors/emacs21: Makefile
emulators/dosbox: Makefile
emulators/fuse : Makefile
emulators/stella: Makefile
emulators/zsnes: Makefile
games/capitan-sevilla: Makefile
games/crossfire-client: Makefile
games/enigma : Makefile
games/freedroidrpg: Makefile
games/kslide : Makefile
games/lbreakout2: Makefile
games/numptyphysics: Makefile
games/pingus : Makefile
games/prboom : Makefile
games/renpy : Makefile
games/spacehulk: Makefile
games/stone-soup: Makefile
games/taxipilot: Makefile
games/ufoai/base: Makefile
games/warzone2100: Makefile
games/widelands: Makefile
games/zoom : Makefile
geo/gdal : Makefile
geo/spatialite : Makefile.inc
graphics/DevIL : Makefile
graphics/GraphicsMagick: Makefile
graphics/ImageMagick: Makefile
graphics/darktable: Makefile
graphics/dia : Makefile
graphics/enblend-enfuse: Makefile
graphics/feh : Makefile
graphics/gdk-pixbuf2: Makefile
graphics/gimp/stable: Makefile
graphics/imlib : Makefile
graphics/imlib2: Makefile
graphics/inkscape: Makefile
graphics/jbig2dec: Makefile
graphics/lensfun: Makefile
graphics/leptonica: Makefile
graphics/libpano13: Makefile
graphics/libwmf: Makefile
graphics/mapnik: Makefile
graphics/ocaml-camlimages: Makefile
graphics/p5-Image-Scale: Makefile
graphics/py-gd : Makefile
graphics/py-matplotlib: Makefile
graphics/tiff2png: Makefile
graphics/xaos : Makefile
graphics/xmedcon: Makefile
graphics/xmms-kj: Makefile
graphics/xsane : Makefile
inputmethods/scim-qtimm: Makefile
math/gnuplot : Makefile
math/grace : Makefile
misc/ktimeclock: Makefile
misc/xnc : Makefile
multimedia/avidemux: Makefile
multimedia/dvdauthor: Makefile
multimedia/gstreamer-0.10: Makefile.inc
multimedia/gstreamer1: Makefile.inc
multimedia/kguitar: Makefile
multimedia/libquicktime: Makefile
multimedia/ming: Makefile
net/amsn : Makefile
net/mldonkey/stable: Makefile
net/rrdtool : Makefile
net/valknut : Makefile
net/ziproxy : Makefile
print/cups : Makefile
print/cups-filters: Makefile
print/fontforge: Makefile
print/ghostscript/gnu: Makefile
print/htmldoc : Makefile
print/pdflib : Makefile
print/poppler : Makefile
print/texlive/base: Makefile
www/dillo : Makefile
www/webkit : Makefile
x11/afterstep : Makefile
x11/fltk : Makefile
x11/gnustep/gui: Makefile
x11/gtk+2 : Makefile
x11/gtk+3 : Makefile
x11/irrlicht : Makefile
x11/krusader : Makefile
x11/libgdiplus : Makefile
x11/mplayer : Makefile
x11/openmotif : Makefile
x11/pekwm : Makefile
x11/qt3 : Makefile
x11/qt4 : Makefile
x11/vlc : Makefile
x11/windowmaker: Makefile
x11/wxWidgets : Makefile
x11/xfe : Makefile
x11/xloadimage : Makefile
x11/xplanet : Makefile
Log message:
the png headers are now directly under include/
CVSROOT: /cvs
Module name: src
Changes by: mcbride@cvs.openbsd.org 2013/06/04 12:49:13
Modified files:
libexec/login_yubikey: login_yubikey.c yubikey.c yubikey.h
Added files:
libexec/login_yubikey: keymaps.h
Log message:
Add handling for keyboard layouts which break modhex (like dvorak and many
others); concept and keymap table (covering about 400 layouts) from
modhex.js by Daniel Holth.
ok sthen@, ok halex@ (who also provided much testing and feedback)
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/04 12:58:28
Modified files:
gnu/gcc/gcc/config/m88k: m88k.md
gnu/usr.bin/gcc/gcc/config/m88k: m88k.md
Log message:
Add "length" attribute to "weird" class instructions of small length: user
inline assembly, tb/tbnd instructions.
Don't use `r' qualifier for "register_operand", it's redundant.
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2013/06/04 12:58:29
Modified files:
sys/net : pf.c
Log message:
make pf_change_ap() usable without a port. if the port pointer is NULL,
just return after being done with the address. ok bluhm ryan mikeb
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/04 13:00:56
Modified files:
gnu/gcc/gcc/config/m88k: m88k.c
gnu/usr.bin/gcc/gcc/config/m88k: m88k.c
Log message:
classify_integer(): test whether the value can be built using the `set'
instruction, before testing whether it can be built with `or.u'; this
allows further optimization.
condition_value(): handle ORDERED and UNORDERED condition codes.
print_operand(): remove support for no longer used `w' qualifier.
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2013/06/04 13:03:12
Modified files:
sys/net : pf.c pfvar.h
Log message:
add a pointer to the protocol checksum header field to pf_pdesc and set
it up in pf_setup_pdesc(). ok ryan benno mikeb bluhm
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2013/06/04 13:07:59
Modified files:
sys/net : pf.c
Log message:
fold pf_test_state_{tcp,udp,other} into one pf_test_state.
the _icmp variant stays because it is completely different.
factor out the synproxy code into a new pf_synproxy() for readability.
pf_setup_pdesc sets us up with access to ports, cksum etc in a protocol
independent matter, so we don't need many protocol switches here.
tcp and udp were almost identical, the _other case changes significantly -
not too unlikely this fixes a subtle bug or two in that case.
ok ryan benno bluhm mikeb
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/04 13:10:52
Modified files:
sys/dev/pci : if_de.c
Log message:
Prevent panic'ing on alpha after ifconfig'ing up an unplugged de interface,
by making tulip_txput() aware of whether or not the mbuf it is processing
is in if_snq or not, rather than abusing the TULIP_TXPROBE_ACTIVE flag.
Found the hard way by kurt@, tested on AlphaServer 1000A, I've been sleeping
on this diff for about 3 years.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/04 13:11:52
Modified files:
sys/netinet6 : icmp6.c raw_ip6.c
Log message:
Implement pf divert-to and divert-reply also for IPv6 raw sockets.
OK henning@ markus@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/04 13:12:24
Modified files:
usr.bin/ssh : scp.c
Log message:
use MAXPATHLEN for buffer size instead of fixed value. ok markus
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/04 13:12:34
Modified files:
sys/arch/alpha/pci: lca.c lcareg.h
Log message:
Disable parity on the PCI bus; according to Linux, some lca-based systems hit
siop data parity errors when parity is enabled. This ought to help Alphabook
systems, as well as early Multia. Tested on Multia.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/04 13:27:18
Modified files:
share/man/man9 : VOP_GETATTR.9 VOP_LOOKUP.9 altq.9
aml_evalnode.9 arc4random.9 atomic.9 autoconf.9
boot.9 bus_dma.9 bus_space.9 copy.9 crypto.9
disk.9 disklabel.9 dma_alloc.9 dohooks.9
domountroothooks.9 dopowerhooks.9
doshutdownhooks.9 dostartuphooks.9 extent.9
file.9 fork1.9 fusebuf.9 getdevvp.9
getnewvnode.9 hardclock.9 hash.9 hashinit.9
hook_establish.9 hzto.9 idgen32.9 iic.9 kern.9
km_alloc.9 knote.9 kthread.9 ktrace.9
loadfirmware.9 lock.9 log.9 malloc.9 mbuf.9
mbuf_tags.9 md5.9 mi_switch.9 microtime.9
mountroothook_establish.9 mutex.9 namei.9
panic.9 pci_conf_read.9 pci_intr_map.9 pfind.9
pmap.9 pool.9 powerhook_establish.9
ppsratecheck.9 printf.9 rasops.9 ratecheck.9
route.9 rwlock.9 sensor_attach.9
shutdownhook_establish.9 spl.9
startuphook_establish.9 sysctl_int.9 systrace.9
tc_init.9 timeout.9 tsleep.9 tvtohz.9 uiomove.9
uvm.9 vaccess.9 vclean.9 vcount.9 vdevgone.9
vfinddev.9 vflush.9 vflushbuf.9 vget.9 vgone.9
vhold.9 vinvalbuf.9 vput.9 vrecycle.9 vref.9
vrele.9 vwaitforio.9 vwakeup.9 workq_add_task.9
Log message:
Replace old-fashioned .Fd by new-fangled .In for #include lines.
Diff from Jan Klemkow on tech@.
No objection from jmc@ against this type of change.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/04 13:35:04
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
remove the nagging about xz being unavailable on vax, which has accomplished
exactly nothing in two years; requested by many
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/04 13:37:38
Modified files:
security/cracklib/pkg: PLIST
Log message:
remove %%shared%% from PLIST, PFRAG.shared was removed.
no bump, didnt package..
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/04 13:59:38
Modified files:
www/tt-rss : Makefile distinfo
www/tt-rss/patches: patch-config_php-dist patch-update_php
www/tt-rss/pkg : PLIST
Log message:
Update to tt-rss 1.7.9, still seems to work fine in ffx & with the
android unofficial client. Dont forget to visit the webpage for db
upgrade process first.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/06/04 14:09:43
Modified files:
www/chromium/patches:
patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm
patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_asm
patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_h
Log message:
thank you cvs for missing these patches
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/04 14:16:06
Modified files:
x11/gnome/zenity: Makefile
x11/gnome/zenity/patches: patch-src_progress_c patch-src_tree_c
Log message:
kurt@'s patches have been committed upstream.
Thanks a lot Kurt for finally fixing this long standing bug :-)
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/04 14:38:25
Modified files:
graphics/glpng : Makefile distinfo
Log message:
New HOMEPAGE. Mirror distfiles myself. Regen distinfo. Bump REVISION.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/04 14:42:36
Modified files:
usr.bin/ssh : sftp.c
Log message:
Make sftp's libedit interface marginally multibyte aware by building up the
quoted string by character instead of by byte. Prevents failures when linked
against a libedit built with wide character support (bz#1990). "looks ok" djm
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 14:52:55
Modified files:
sys/miscfs/fuse: fuse_vfsops.c
Log message:
delete a printf, from sylvestre
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 14:53:27
Modified files:
lib/libfuse : fuse.h fuse_ops.c
Log message:
fix readdir, from sylvestre
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/04 15:04:53
Modified files:
sbin/dhclient : clparse.c dhclient.c dhcp.h kroute.c tables.c
Log message:
Add support for static routes option (33) and classless static
routes option (121).
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/04 15:05:54
Modified files:
share/man/man4/man4.sparc: presto.4
sys/arch/sparc/dev: presto.c
sys/arch/sparc/conf: GENERIC files.sparc
Log message:
Support for the SS10/SS20 NVSIMM as block devices; tested by nick@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 15:14:29
Modified files:
usr.sbin/iostat: iostat.c
Log message:
not sure who uses the "alternate" display, but the columns look like ass
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 15:17:45
Modified files:
usr.sbin/iostat: iostat.c
Log message:
tweak the headers header too
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/06/04 15:33:15
Modified files:
. : sparc.html sparc64.html
Log message:
Quick, to the Wayback machine! Thanks Oracle for removing the FOSSdocs
project from the interwebs.. most of the links there are probably dead,
but at least we dont timeout anymore on the homepage.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 15:43:11
Modified files:
usr.sbin/iostat: iostat.c
Log message:
tabs are not so expensive we can't intent this file properly
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/06/04 16:02:33
Modified files:
lang/ghc : Makefile
Log message:
Now that we have shm_open(3), it's picked up by configure when
building the `unix' package, which causes a package signature change.
Bump to get all hs-* packages updated.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/04 16:07:33
Modified files:
games/chromium-bsu: Makefile distinfo
games/chromium-bsu/pkg: PLIST
Log message:
Minor update of games/chromium-bsu to 0.9.15.1
ok jung@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 16:11:51
Modified files:
sys/arch/m88k/m88k: atomic.S
Log message:
comment fix: actually called __cpu_simple_lock_t
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 16:16:24
Modified files:
sys/sys : sched.h
Log message:
sentence explaining sched_lock is not a simplelock should be a sentence.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 16:17:34
Modified files:
sys/sys : sched.h
Log message:
even better now text now.
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/06/04 16:23:18
Modified files:
libexec/getty : main.c
Log message:
do not go into upper to lower case translation mode when a all-caps
username has been entered.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/06/04 16:39:27
Modified files:
sys/arch/loongson/dev: apm.c
Log message:
Make apm aware of the APM_IOC_HIBERNATE command.
While at it use STANDBY for RAM and SUSPEND for disk.
Okay miod@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/04 16:43:56
src/sys/arch/octeon/stand
Update of /cvs/src/sys/arch/octeon/stand
In directory cvs.openbsd.org:/tmp/cvs-serv19945/stand
Log Message:
Directory /cvs/src/sys/arch/octeon/stand added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/04 16:44:12
src/sys/arch/octeon/stand/libsa
Update of /cvs/src/sys/arch/octeon/stand/libsa
In directory cvs.openbsd.org:/tmp/cvs-serv26758/libsa
Log Message:
Directory /cvs/src/sys/arch/octeon/stand/libsa added to the repository
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/04 16:45:12
src/sys/arch/octeon/stand/boot
Update of /cvs/src/sys/arch/octeon/stand/boot
In directory cvs.openbsd.org:/tmp/cvs-serv25399/boot
Log Message:
Directory /cvs/src/sys/arch/octeon/stand/boot added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/04 16:58:11
Modified files:
infrastructure/templates: Makefile.template
Log message:
Add a comment to say that PERMIT_PACKAGES_CDROM=Yes defaults other PERMIT_*
variables. Prompted by a discussion with edd@.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/06/04 17:01:07
Modified files:
include : unistd.h
Log message:
Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_open / shm_unlink.
ok guenther@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/04 17:45:43
Log message:
import benchmarks/netperf-wrapper, ok edd@
This is a tool to run multiple simultaneous netperf/iperf/ping instances,
aggregate and plot the results. It is currently used as a main test tool by
the bufferbloat project investigating network performance under load with
active queue management mechanisms.
Several commands can be run in parallel and, provided they output
timestamped values, the test data points can be aligned with each other
in time, interpolating differences between the actual measurement points.
This makes it possible to graph (e.g.) ping times before, during and
after a link is loaded.
Aggregated data can be saved in a json format, output as csv values,
emacs org mode tables or, if py-matplotlib is installed, plots.
Each test can specify several different plots, including time-series
plots of the values against each other, as well as CDF plots of
(e.g.) ping times.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130605
N ports/benchmarks/netperf-wrapper/Makefile
N ports/benchmarks/netperf-wrapper/distinfo
N ports/benchmarks/netperf-wrapper/patches/patch-netperf_wrapper_build_info_py
N ports/benchmarks/netperf-wrapper/patches/patch-netperf_wrapper_settings_py
N ports/benchmarks/netperf-wrapper/pkg/DESCR
N ports/benchmarks/netperf-wrapper/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/04 17:46:01
Modified files:
benchmarks : Makefile
Log message:
+netperf-wrapper
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/04 18:32:18
Modified files:
net/isc-bind : Makefile distinfo
Log message:
CVE-2013-3919 update to BIND 9.9.3-P1, recursive resolver can be crashed by
a query for a malformed zone. This was introduced in the recent 9.9.3 release.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 18:44:06
Modified files:
sys/kern : subr_pool.c
Log message:
blow up sooner rather than later for double pool_put
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/06/04 18:44:24
Modified files:
sys/arch/loongson/dev: apm.c
Log message:
Keep things sane in the apm ioctl handler.
STANDBY and SUSPEND result in the machine being suspended.
HIBERNATE results in the machine being hibernated.
Also make sure all the hibernate bits are isolated by ifdefs.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 18:53:27
Modified files:
sys/kern : kern_exit.c kern_fork.c
sys/sys : proc.h
Log message:
factor out pid allocation to functions. add a small cache of recently
exited pids that won't get recycled.
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2013/06/04 18:56:35
Modified files:
sys/net : pf.c
Log message:
after the pf_test_state folding, in pf_test in the proto switch, the
udp and the default case are 100% identical, tcp does a little more, but
that is easier to add w/ two "if tcp" blocks in the default case, so the
udp and tcp cases die. ok bluhm
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/04 18:57:18
Modified files:
telephony/asterisk: Makefile
Added files:
telephony/asterisk/patches: patch-main_http_c
Log message:
Fix cookie parsing in Asterisk's HTTP request parser if an RFC2965 Cookie2
header is present. Needed for AMI/HTTP logins with some http clients.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/04 19:00:12
Modified files:
. : INDEX
Log message:
sync, 8067
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/04 19:02:29
Added files:
sys/arch/octeon/stand: Makefile Makefile.inc
sys/arch/octeon/stand/boot: Makefile Makefile.inc clock.c conf.c
devopen.c exec.c ld.script libsa.h
machdep.c start.S uart.c
sys/arch/octeon/stand/libsa: Makefile
Log message:
add WIP second stage bootloader for octeon; far from working and contains many stubs still.
committing it now so I can work on this in tree.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/04 19:09:09
Modified files:
sys/arch/octeon/stand/boot: Makefile.inc start.S
Removed files:
sys/arch/octeon/stand/boot: ld.script
Log message:
ditch local ld.script and use conf/ld.script instead, and adjust entry
point accordingly.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/04 19:26:00
Modified files:
sys/sys : fcntl.h file.h
sys/kern : kern_descrip.c vfs_syscalls.c vfs_vnops.c
usr.sbin/pstat : pstat.c
Log message:
Move FHASLOCK from f_flag to f_iflags, freeing up a bit for passing
O_* flags and eliminating an XXX comment.
ok matthew@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/06/04 19:28:04
Modified files:
sys/arch/loongson/loongson: locore.S hibernate_machdep.c
Log message:
Implement hibernate_flush.
Might have to find a better place for the cache.h header but until then
it will have to do.
Discussed with miod@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/04 19:32:11
Modified files:
sys/arch/octeon/stand: Makefile
sys/arch/octeon/stand/libsa: Makefile
Log message:
- add missing SUBDIR
- remove commented and unneeded SRCS
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/04 19:32:22
Modified files:
sys/arch/octeon/dev: cn30xxuart.c
sys/arch/octeon/octeon: machdep.c
Log message:
whitespace
CVSROOT: /cvs
Module name: src
Changes by: pirofti@cvs.openbsd.org 2013/06/04 19:33:02
Modified files:
sys/arch/loongson/loongson: hibernate_machdep.c
Log message:
Remove unused variables.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/04 20:02:53
Modified files:
usr.bin/mandoc : mandocdb.c
Log message:
Some places used PATH_MAX from , some MAXPATHLEN from .
Consistently use the PATH_MAX since it is specified by POSIX,
while MAXPATHLEN is not.
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/06/04 20:03:15
Modified files:
sys/net : pfkeyv2_convert.c
Log message:
Unbreak the kernel to userspace SADB_X_EXT_TAG message.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/06/04 20:04:07
Modified files:
sys/dev/pci : if_vmx.c
Log message:
tweak vmxnet3_load_mbuf to use m_pulldown to safely reach into the mbuf for
the tcp/udp headers and to make theyre contiguous for the hypervisors
offload to work correctly.
use m_defrag instead of handrolling a copy of a heavily fragmented mbuf
into a single mbuf or cluster.
ok reyk@ yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/04 20:07:29
Modified files:
usr.bin/ssh : mux.c
Log message:
fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967, ok djm
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/06/04 20:25:05
Modified files:
sys/netinet : ip_icmp.c ip_output.c
Log message:
Calculate ICMP checksums with in4_cksum() which lets us get rid of the
clunky m_data/m_len dance needed by in_cksum().
Tested on amd64, hppa, i386, loongson, macppc, sgi, and sparc64.
Thanks to blambert@, bluhm@, and henning@ for help and feedback;
abieber@ for testing this diff independently on macppc; krw@ for access
to his hppa, sgi, and sparc64 test systems at t2k13; nick@ for helping
me figure out Ken's hppa so that I can test this diff. :)
ok blambert bluhm henning mikeb
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/04 20:27:51
Modified files:
usr.bin/ssh : sshd.c
Log message:
When running sshd -D, close stderr unless we have explicitly requesting
logging to stderr. From james.hunt at ubuntu.com via bz#1976, djm's patch
so, err, ok dtucker.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/04 20:42:30
Modified files:
sys/arch/octeon/stand/boot: uart.c
Log message:
remove ugly hack we couldn't figure out what it was used for, only that it
broke printing characters to the early console.
discussed with pirofti@ and uebayasi@
ok uebayasi@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/04 20:45:03
Modified files:
sys/arch/octeon/dev: cn30xxuart.c
Log message:
add XXX comment for delay_changed, untill we figure out what it actually does.
ok uebayasi@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/04 20:45:37
Modified files:
sys/arch/octeon/stand/boot: clock.c uart.c
Log message:
remove unused function
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/06/04 21:28:43
Modified files:
share/man/man9 : Makefile mbuf.9
Log message:
m_defrag(9) wasnt documented.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 21:39:23
Modified files:
lib/libc/asr : async_resolver.3
lib/libc/compat-43: creat.3 getdtablesize.3 gethostid.3 killpg.3
sigblock.3 sigpause.3 sigsetmask.3 sigvec.3
lib/libc/crypt : arc4random.3 blowfish.3 crypt.3
lib/libc/db/man: btree.3 dbm.3 dbopen.3 hash.3 mpool.3 ndbm.3
recno.3
lib/libc/gen : alarm.3 auth_subr.3 authenticate.3 basename.3
clock.3 confstr.3 ctermid.3 ctype.3 daemon.3
devname.3 directory.3 dirname.3 err.3 exec.3
fabs.3 fnmatch.3 fpgetmask.3 frexp.3 ftok.3
fts.3 ftw.3 getbsize.3 getcap.3 getcwd.3
getdiskbyname.3 getdomainname.3 getfsent.3
getgrent.3 getgrouplist.3 gethostname.3
getloadavg.3 getmntinfo.3 getnetgrent.3
getpagesize.3 getpass.3 getpwent.3 getpwnam.3
getttyent.3 getusershell.3 glob.3 initgroups.3
isalnum.3 isalpha.3 isascii.3 isblank.3
iscntrl.3 isdigit.3 isfdtype.3 isgraph.3
islower.3 isprint.3 ispunct.3 isspace.3
isupper.3 isxdigit.3 ldexp.3 lockf.3
login_cap.3 modf.3 nice.3 nlist.3 pause.3
popen.3 psignal.3 pw_dup.3 pwcache.3 raise.3
readpassphrase.3 scandir.3 setjmp.3 setmode.3
setproctitle.3 siginterrupt.3 signal.3
sigsetops.3 sleep.3 statvfs.3 strtofflags.3
sysconf.3 sysctl.3 syslog.3 time.3 times.3
timezone.3 toascii.3 tolower.3 toupper.3
ttyname.3 ualarm.3 uname.3 unvis.3 usleep.3
utime.3 valloc.3 vis.3
lib/libc/hash : mdX.3 rmd160.3 sha1.3 sha2.3
lib/libc/locale: btowc.3 iswalnum.3 iswctype.3 mblen.3 mbrlen.3
mbrtowc.3 mbsinit.3 mbsrtowcs.3 mbstowcs.3
mbtowc.3 nl_langinfo.3 setlocale.3 wcrtomb.3
wcsrtombs.3 wcstombs.3 wctomb.3 wctype.3
lib/libc/net : byteorder.3 ethers.3 gai_strerror.3
getaddrinfo.3 gethostbyname.3 getifaddrs.3
getnameinfo.3 getnetent.3 getpeereid.3
getprotoent.3 getrrsetbyname.3 getservent.3
if_indextoname.3 inet.3 inet_net.3 link_addr.3
rcmd.3 rcmdsh.3 resolver.3
lib/libc/nls : catclose.3 catgets.3 catopen.3
lib/libc/ohash : ohash_init.3 ohash_interval.3
lib/libc/regex : regex.3
lib/libc/rpc : authnone_create.3 bindresvport.3 getrpcent.3
getrpcport.3 rpc.3 xdr.3
lib/libc/stdio : fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3
fmemopen.3 fopen.3 fputs.3 fread.3 fseek.3
funopen.3 getc.3 mktemp.3 open_memstream.3
perror.3 printf.3 putc.3 remove.3 setbuf.3
stdio.3 tmpnam.3 ungetc.3
lib/libc/stdlib: a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3
atoi.3 atol.3 atoll.3 bsearch.3 div.3 ecvt.3
exit.3 getenv.3 getopt.3 getopt_long.3
getsubopt.3 imaxabs.3 imaxdiv.3 insque.3 labs.3
ldiv.3 lldiv.3 lsearch.3 malloc.3 qabs.3 qdiv.3
qsort.3 radixsort.3 rand.3 rand48.3 random.3
realpath.3 strtod.3 strtol.3 strtonum.3
strtoul.3 system.3 tsearch.3
lib/libc/string: bcmp.3 bcopy.3 bm.3 bstring.3 bzero.3 ffs.3
memccpy.3 memchr.3 memcmp.3 memcpy.3 memmove.3
memset.3 stpcpy.3 strcasecmp.3 strcat.3
strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3
strdup.3 strerror.3 string.3 strlcpy.3 strlen.3
strmode.3 strpbrk.3 strrchr.3 strsep.3
strsignal.3 strspn.3 strstr.3 strtok.3
strxfrm.3 swab.3 wcscasecmp.3 wcscat.3 wcschr.3
wcscmp.3 wcscpy.3 wcscspn.3 wcslcpy.3 wcslen.3
wcspbrk.3 wcsrchr.3 wcsspn.3 wcsstr.3 wmemchr.3
wmemcmp.3 wmemcpy.3 wmemmove.3 wmemset.3
lib/libc/termios: tcgetpgrp.3 tcsendbreak.3 tcsetattr.3
tcsetpgrp.3
lib/libc/time : ctime.3 strftime.3 strptime.3 time2posix.3
tzset.3 wcsftime.3
lib/libc/yp : ypclnt.3
Log message:
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 21:40:26
Modified files:
lib/libutil : check_expire.3 fmt_scaled.3 fparseln.3
getmaxpartitions.3 getrawpartition.3
imsg_init.3 isduid.3 login.3 login_fbtab.3
opendev.3 opendisk.3 openpty.3 pidfile.3
pkcs5_pbkdf2.3 pw_init.3 pw_lock.3
readlabelfs.3 uucplock.3
lib/libm/man : acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3
atanh.3 cacos.3 cacosh.3 carg.3 casin.3
casinh.3 catan.3 catanh.3 ccos.3 ccosh.3 ceil.3
cexp.3 cimag.3 clog.3 conj.3 copysign.3 cos.3
cosh.3 cpow.3 cproj.3 creal.3 csin.3 csinh.3
csqrt.3 ctan.3 ctanh.3 erf.3 exp.3
feclearexcept.3 feenableexcept.3 fegetenv.3
fegetround.3 floor.3 fma.3 fmod.3 hypot.3
ilogb.3 infnan.3 j0.3 lgamma.3 logb.3
nextafter.3 rint.3 scalbn.3 sin.3 sinh.3 sqrt.3
tan.3 tanh.3
lib/libkvm : kvm_dump.3 kvm_geterr.3 kvm_getfiles.3
kvm_getloadavg.3 kvm_getprocs.3 kvm_nlist.3
kvm_open.3 kvm_read.3
Log message:
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 21:42:03
Modified files:
share/man/man3 : assert.3 bitstring.3 dl_iterate_phdr.3 dlfcn.3
offsetof.3 queue.3 stdarg.3 sysexits.3 tree.3
Log message:
use fancy .In macros for includes. from Jan Klemkow. ok jmc schwarze
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 21:44:50
Modified files:
lib/libcompat/4.1: ftime.3 stty.3
lib/libcompat/4.3: re_comp.3 setruid.3
lib/libcompat/4.4: cuserid.3
lib/libcompat/regexp: regexp.3
lib/libpthread/man: flockfile.3 getc_unlocked.3 pthread_atfork.3
pthread_attr_init.3
pthread_attr_setdetachstate.3
pthread_attr_setguardsize.3
pthread_attr_setstack.3
pthread_attr_setstackaddr.3
pthread_attr_setstacksize.3
pthread_barrier_init.3
pthread_barrier_wait.3
pthread_barrierattr_getpshared.3
pthread_barrierattr_init.3 pthread_cancel.3
pthread_cleanup_pop.3 pthread_cleanup_push.3
pthread_cond_broadcast.3
pthread_cond_destroy.3 pthread_cond_init.3
pthread_cond_signal.3
pthread_cond_timedwait.3 pthread_cond_wait.3
pthread_condattr_init.3 pthread_create.3
pthread_detach.3 pthread_equal.3
pthread_exit.3 pthread_getconcurrency.3
pthread_getspecific.3 pthread_join.3
pthread_key_create.3 pthread_key_delete.3
pthread_kill.3 pthread_main_np.3
pthread_mutex_destroy.3 pthread_mutex_init.3
pthread_mutex_lock.3 pthread_mutex_unlock.3
pthread_mutexattr.3 pthread_once.3
pthread_rwlock_destroy.3
pthread_rwlock_init.3
pthread_rwlock_rdlock.3
pthread_rwlock_unlock.3
pthread_rwlock_wrlock.3
pthread_rwlockattr_destroy.3
pthread_rwlockattr_getpshared.3
pthread_rwlockattr_init.3
pthread_rwlockattr_setpshared.3
pthread_schedparam.3 pthread_self.3
pthread_set_name_np.3 pthread_setspecific.3
pthread_sigmask.3 pthread_spin_init.3
pthread_spin_lock.3 pthread_spin_unlock.3
pthread_stackseg_np.3 pthread_testcancel.3
pthread_yield.3 putc_unlocked.3
sched_get_priority_min.3 sem_destroy.3
sem_getvalue.3 sem_init.3 sem_open.3
sem_post.3 sem_wait.3 sigwait.3
lib/libsndio : mio_open.3 sio_open.3
Log message:
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/04 22:01:53
Modified files:
lib/libutil : bcrypt_pbkdf.3
Log message:
i copied .Fd just like everybody else. use .In
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/04 22:06:08
Modified files:
lib/libc/stdlib: Makefile.inc exit.3
lib/libc/sys : _exit.2 Makefile.inc
Log message:
Move _Exit() from the exit() manpage to the _exit() manpage, as it's
just an alias of the latter.
ok matthew@ tedu@
CVSROOT: /cvs
Module name: www
Changes by: guenther@cvs.openbsd.org 2013/06/04 22:10:01
Modified files:
faq : current.html
Log message:
Another manpage gone
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/04 22:34:27
Modified files:
regress/sys/net/pf_divert: Client.pm Server.pm funcs.pl
remote.pl
Added files:
regress/sys/net/pf_divert: args-icmp-to.pl
Log message:
Add tests for ICMP and ICMP6 divert-to.
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/06/04 23:45:54
Modified files:
sys/crypto : idgen.c idgen.h
Log message:
fix a bug that caused time-based rekeys to happen too frequently.
rename the structure internals to id32_* in anticipation of an
idgen16() that might come in the future.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/06/05 01:33:22
Modified files:
textproc/highlight: Makefile distinfo
textproc/highlight/patches: patch-man_highlight_1
Log message:
Update highlight to 3.14.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/06/05 01:45:26
Modified files:
sysutils/cyphertite: Makefile distinfo
Log message:
Update cyphertite to 1.6.0.
from David Hill (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/05 02:10:57
Modified files:
x11/gmtk : Makefile
x11/gmtk/patches: patch-src_gmtk_media_player_c
Log message:
Fix issue #682: item names in "Items to Play" replaced with CPUID
string (upstream svn revision r220)
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/06/05 02:19:40
Modified files:
usr.bin/ktrace : ktrace.c
Log message:
typo in usage, comand/command; Arto Jonsson
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/05 03:29:56
Modified files:
www/cntlm : Makefile distinfo
www/cntlm/patches: patch-Makefile
Log message:
Update to cntlm-0.93beta5.
Final 0.93 release continues to be an unfulfilled dream and this
seems to perform better than 0.92.3 in my tests.
Based on an old diff by sthen@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/06/05 04:42:58
Modified files:
sys/net : if_ethersubr.c
Log message:
ansi function declarations.
ok sha256
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/05 05:11:38
Modified files:
lang/python : python.port.mk
Log message:
Don't lose the flavour extension when overwriting FULLPKGNAME for python3
flavours. (Only affects the, possibly currently non-existent, case where a
port has python3 and another flavour). Switch to ?= rather than = to permit
further overriding in the port Makefile. Discussed with many, no change
to INDEX, looks good to fgsch@ rpointel@.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/05 05:30:23
Modified files:
share/man/man9 : mbuf.9
Log message:
\-1;
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/05 06:27:48
Modified files:
textproc/gtk-doc: Makefile distinfo
textproc/gtk-doc/pkg: PLIST
Log message:
Update to gtk-doc-1.19.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/05 06:30:47
Modified files:
cs : crypto.html donations.html events.html
goals.html index.html plat.html security.html
de : sparc.html sparc64.html
faq/de : faq14.html index.html
faq/pf/cs : config.html filter.html index.html macros.html
options.html tables.html
opensmtpd/cs : index.html
openssh/cs : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/05 06:51:01
Modified files:
sys/tmpfs : tmpfs_vnops.c
Log message:
on drugs, did not read pedro's patch and just zapped the comment.
Obviously will not do... fixed
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/05 06:52:38
Modified files:
usr.bin/ssh : sshconnect2.c
Log message:
Fix memory leaks found by Zhenbo Xu and the Melton tool. bz#1967, ok djm
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/05 08:04:58
Modified files:
print/foomatic-db: Makefile distinfo
print/foomatic-db/pkg: PLIST
Log message:
Update to foomatic-db-4.0.20130605.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/05 08:20:19
Modified files:
sys/tmpfs : tmpfs_vnops.c
Log message:
plug name_ipool leak in tmpfs_link()
from pedro.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/05 08:30:23
Modified files:
sysutils/bacula: Makefile
sysutils/bacula/pkg: README-server
Log message:
mysql -> MariaDB
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/05 08:38:08
Modified files:
net/zabbix : Makefile
net/zabbix/pkg : README-server
security/cvechecker: Makefile
security/cvechecker/pkg: README
security/samhain: Makefile
security/samhain/pkg: README-server
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: README
www/statusnet : Makefile
www/statusnet/pkg: README
Log message:
mysql -> MariaDB
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/05 08:45:14
Modified files:
devel/hs-syb : Makefile
Log message:
more descriptive COMMENT
ok kili@
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/06/05 08:56:45
Modified files:
usr.bin/locale : locale.c
Log message:
Add charset to Pig locale name. Without charset the Pig locale won't work.
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/06/05 09:03:23
Modified files:
sys/arch/beagle/dev: am335x.c omap.c
sys/arch/beagle/conf: GENERIC files.beagle
Added files:
sys/arch/beagle/dev: if_cpsw.c if_cpswreg.h
Log message:
Initial port of the cpsw driver from netbsd. This will support ethernet
on the beaglebone. This will be easier to work on in tree.
OK florian@ dlg@ "put it in" patrick@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/05 09:05:01
Modified files:
sysutils/bacula: Makefile
sysutils/bacula/pkg: README-server
Log message:
Fix up permissions for tape devices versus autochangers.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/05 09:17:40
Modified files:
sys/net : if_gre.c
Log message:
Include sys/timeout.h to make if_gre.c compile without pf.
No binary change. OK henning@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/05 09:22:32
Modified files:
sys/netinet : ip_icmp.c
sys/netinet6 : icmp6.c
Log message:
If an ICMP packet gets diverted to a raw IP socket, if must not be
consumed by icmp_input(). As an exception, control packets that
belong to a connection to a local socket must go to pr_ctlinput().
Add a switch over the ICMP type to handle that.
OK markus@ henning@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/05 09:24:19
Added files:
graphics/lensfun/patches: patch-libs_auxfun_image_cpp
Log message:
Fix build with png-1.6.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/05 10:12:05
Modified files:
sysutils/bacula: Makefile
sysutils/bacula/pkg: README-server
Log message:
Clearer.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/05 10:23:14
Modified files:
sysutils/bacula: Makefile
sysutils/bacula/pkg: README-server
Log message:
"operator" can be used as well.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/05 11:35:12
Modified files:
usr.bin/logger : logger.1
Log message:
-f reads from the file, based on patch from andre stoebe
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/06/05 11:56:32
Modified files:
sys/arch/beagle/dev: if_cpsw.c am335x.c
sys/arch/beagle/conf: files.beagle
Log message:
Use the correct attach_args, + various details
ok bmercer@, patrick@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/05 12:26:06
Modified files:
lib/libfuse : fuse_ops.c
sys/miscfs/fuse: fuse_lookup.c fuse_vnops.c
Log message:
rename should be working now, from Sylvestre Gallon
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/05 13:09:44
Added files:
regress/usr.sbin/relayd: args-http-filter-persistent.pl
args-https-filter-persistent.pl
Log message:
Add relayd tests for the HTTP keepalive filter bugfix.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/05 13:19:10
Modified files:
usr.sbin/ldpd : packet.c
Log message:
Fix build on vax
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/05 13:35:09
Modified files:
. : MODULES
Log message:
update
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/06/05 14:11:38
Modified files:
net/p5-Net-INET6Glue: Makefile distinfo
Log message:
- update p5-Net-INET6Glue to 0.6
- no USE_GROFF
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/05 14:15:01
Modified files:
lib/libc/arch/m88k/gen: Makefile.inc
Added files:
lib/libc/arch/m88k/gen: divsi3.S udivsi3.S
Log message:
Add __divsi3 and __udivsi3 gcc-compatible routines. Not used by anything yet
(as gcc does not emit code calling them), but will be shortly; belatedly
riding the libc minor bump.
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/06/05 14:37:44
Modified files:
net/p5-NetAddr-IP: Makefile distinfo
Log message:
update p5-NetAddr-IP to 4.069
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/05 15:09:57
Modified files:
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/05 15:36:27
Modified files:
security/p5-Module-Signature: Makefile distinfo
Log message:
SECURITY update to p5-Module-Signature 0.72; CVE-2013-2145, if an attacker
were to include a malicious file in a CPAN package, checking the signature
with cpansign -verify could result in arbitrary code execution. ok bluhm@
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/05 16:00:28
Modified files:
usr.bin/ssh : readconf.c
Log message:
plug another memleak. bz#1967, from Zhenbo Xu, detected by Melton, ok djm
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/05 16:05:29
Modified files:
lib/libc/regex : re_format.7
Log message:
[[:>:]] anchors the character preceding it to end of word, not the
character following it;
From: Peter Fraser
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/05 16:06:30
Modified files:
lib/libc/arch/m88k/gen: Makefile.inc divsi3.S udivsi3.S
Added files:
lib/libc/arch/m88k/gen: modsi3.S umodsi3.S
Log message:
...also add __modsi3 and __umodsi3, and make these symbols weak by default.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/05 16:48:21
Modified files:
lib/libc/arch/m88k/gen: divsi3.S modsi3.S udivsi3.S umodsi3.S
Log message:
On second thought, do not use a tcnd instruction to test for divide-by-zero,
as it forces a pipeline synchronization; replace it with a bcnd + unconditional
trap, to only synchronize when the trap is needed.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/06/05 18:05:30
Modified files:
sys/dev/pci : if_bge.c
Log message:
dont count rx ring overruns as input errors. with MCLGETI controlling the
ring we expect to run out of rx descriptors as a matter of course, its not
an error.
ok mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/06 02:33:00
ports/x11/kde4/superkaramba/patches
Update of /cvs/ports/x11/kde4/superkaramba/patches
In directory cvs.openbsd.org:/tmp/cvs-serv8473/patches
Log Message:
Directory /cvs/ports/x11/kde4/superkaramba/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/06 02:36:49
Modified files:
x11/kde4 : kde4.port.mk
x11/kde4/admin : distinfo
x11/kde4/analitza: distinfo
x11/kde4/ark : distinfo
x11/kde4/artwork: Makefile distinfo
x11/kde4/audiocd-kio: Makefile distinfo
x11/kde4/base-artwork: distinfo
x11/kde4/baseapps: distinfo
x11/kde4/blinken: distinfo
x11/kde4/bomber: distinfo
x11/kde4/bovo : distinfo
x11/kde4/cantor: distinfo
x11/kde4/dragon: distinfo
x11/kde4/ffmpegthumbs: distinfo
x11/kde4/filelight: distinfo
x11/kde4/granatier: distinfo
x11/kde4/graphics-mobipocket: distinfo
x11/kde4/graphics-strigi-analyzer: Makefile distinfo
x11/kde4/graphics-thumbnailers: distinfo
x11/kde4/gwenview: distinfo
x11/kde4/jovie : Makefile distinfo
x11/kde4/juk : Makefile distinfo
x11/kde4/kaccessible: distinfo
x11/kde4/kaccessible/patches: patch-cmake_FindSpeechd_cmake
x11/kde4/kactivities: Makefile distinfo
x11/kde4/kajongg: distinfo
x11/kde4/kalgebra: Makefile distinfo
x11/kde4/kamera: distinfo
x11/kde4/kanagram: distinfo
x11/kde4/kapman: distinfo
x11/kde4/kate : distinfo
x11/kde4/katomic: distinfo
x11/kde4/kblackbox: distinfo
x11/kde4/kblocks: distinfo
x11/kde4/kbounce: distinfo
x11/kde4/kbreakout: distinfo
x11/kde4/kbruch: distinfo
x11/kde4/kcalc : distinfo
x11/kde4/kcalc/patches: patch-knumber_knumber_float_cpp
x11/kde4/kcharselect: distinfo
x11/kde4/kcolorchooser: distinfo
x11/kde4/kdf : distinfo
x11/kde4/kdiamond: distinfo
x11/kde4/kfloppy: Makefile distinfo
x11/kde4/kfourinline: distinfo
x11/kde4/kgamma: distinfo
x11/kde4/kgeography: distinfo
x11/kde4/kgoldrunner: distinfo
x11/kde4/kgpg : distinfo
x11/kde4/khangman: distinfo
x11/kde4/kig : distinfo
x11/kde4/kig/patches: patch-CMakeLists_txt
x11/kde4/kigo : distinfo
x11/kde4/killbots: distinfo
x11/kde4/kimono: distinfo
x11/kde4/kiriki: distinfo
x11/kde4/kiten : distinfo
x11/kde4/kjumpingcube: distinfo
x11/kde4/klettres: distinfo
x11/kde4/klickety: distinfo
x11/kde4/klines: distinfo
x11/kde4/kmag : distinfo
x11/kde4/kmahjongg: distinfo
x11/kde4/kmines: distinfo
x11/kde4/kmix : distinfo
x11/kde4/kmousetool: distinfo
x11/kde4/kmouth: Makefile distinfo
x11/kde4/kmplot: distinfo
x11/kde4/knavalbattle: distinfo
x11/kde4/knetwalk: distinfo
x11/kde4/kolf : distinfo
x11/kde4/kollision: distinfo
x11/kde4/kolourpaint: distinfo
x11/kde4/konquest: distinfo
x11/kde4/konsole: distinfo
x11/kde4/korundum: distinfo
x11/kde4/kpat : distinfo
x11/kde4/kremotecontrol: distinfo
x11/kde4/kreversi: distinfo
x11/kde4/kross-interpreters: distinfo
x11/kde4/kruler: distinfo
x11/kde4/ksaneplugin: distinfo
x11/kde4/kscd : distinfo
x11/kde4/kshisen: distinfo
x11/kde4/ksirk : Makefile distinfo
x11/kde4/ksnakeduel: distinfo
x11/kde4/ksnapshot: distinfo
x11/kde4/kspaceduel: distinfo
x11/kde4/ksquares: distinfo
x11/kde4/kstars: distinfo
x11/kde4/kstars/pkg: PLIST
x11/kde4/ksudoku: distinfo
x11/kde4/ktimer: distinfo
x11/kde4/ktouch: distinfo
x11/kde4/ktuberling: distinfo
x11/kde4/kturtle: distinfo
x11/kde4/kubrick: distinfo
x11/kde4/kwallet: Makefile distinfo
x11/kde4/kwordquiz: distinfo
x11/kde4/libkcddb: Makefile distinfo
x11/kde4/libkcompactdisc: distinfo
x11/kde4/libkdcraw: distinfo
x11/kde4/libkdeedu: distinfo
x11/kde4/libkdeedu/pkg: PLIST
x11/kde4/libkdegames: Makefile distinfo
x11/kde4/libkexiv2: Makefile distinfo
x11/kde4/libkipi: distinfo
x11/kde4/libkmahjongg: Makefile distinfo
x11/kde4/libksane: Makefile distinfo
x11/kde4/libs : Makefile distinfo
x11/kde4/libs/patches: patch-kdecore_tests_kstandarddirstest_cpp
x11/kde4/lskat : distinfo
x11/kde4/marble: Makefile distinfo
x11/kde4/mplayerthumbs: distinfo
x11/kde4/nepomuk-core: distinfo
x11/kde4/nepomuk-widgets: Makefile distinfo
x11/kde4/network: distinfo
x11/kde4/okular: Makefile distinfo
x11/kde4/oxygen-icons: distinfo
x11/kde4/p5-kde: Makefile distinfo
x11/kde4/p5-qt : distinfo
x11/kde4/pairs : Makefile distinfo
x11/kde4/palapeli: distinfo
x11/kde4/parley: distinfo
x11/kde4/picmi : distinfo
x11/kde4/pim : distinfo
x11/kde4/pim/pkg: PLIST
x11/kde4/pim-runtime: Makefile distinfo
x11/kde4/pimlibs: Makefile distinfo
x11/kde4/plasma-addons: Makefile distinfo
x11/kde4/plasma-addons/pkg: PLIST
x11/kde4/print-manager: distinfo
x11/kde4/py-kde: distinfo
x11/kde4/qyoto : distinfo
x11/kde4/rocs : distinfo
x11/kde4/ruby-qt: distinfo
x11/kde4/runtime: Makefile distinfo
x11/kde4/sdk : Makefile distinfo
x11/kde4/smokegen: Makefile distinfo
x11/kde4/smokekde: Makefile distinfo
x11/kde4/smokeqt: distinfo
x11/kde4/step : distinfo
x11/kde4/superkaramba: Makefile distinfo
x11/kde4/svgpart: Makefile distinfo
x11/kde4/sweeper: distinfo
x11/kde4/toys : Makefile distinfo
x11/kde4/wallpapers: distinfo
x11/kde4/webdev: Makefile distinfo
x11/kde4/workspace: distinfo
Added files:
x11/kde4/jovie/patches: patch-cmake_FindSpeechd_cmake
patch-jovie_speaker_h
x11/kde4/libs/patches: patch-cmake_modules_FindSamba_cmake
x11/kde4/superkaramba/patches: patch-src_python_svcgrp_cpp
patch-src_python_task_cpp
patch-src_sensors_cpu_cpp
patch-src_sensors_network_cpp
patch-src_sensors_textfile_cpp
patch-src_themelocale_cpp
Removed files:
x11/kde4/kaccessible/patches: patch-CMakeLists_txt
Log message:
Bugfix update to KDE 4.10.4. Tested with upcoming CMake 2.8.11.
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/06/06 02:49:55
Modified files:
devel/ipython : Makefile distinfo
devel/ipython/patches: patch-setupbase_py
devel/ipython/pkg: PLIST
Added files:
devel/ipython/pkg: README
Log message:
Update IPython to 0.13.2.
OK wcmaier@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/06 06:47:06
Modified files:
devel/cmake : Makefile distinfo
devel/cmake/files: FindLCMS.cmake
devel/cmake/patches:
patch-Modules_CMakeDetermineJavaCompiler_cmake
patch-Modules_FindJNI_cmake
patch-Modules_FindJava_cmake
patch-Modules_FindPythonLibs_cmake
patch-Modules_FindQt3_cmake
patch-Modules_FindQt4_cmake
patch-Modules_FindQt_cmake
patch-Modules_FindRuby_cmake
patch-Modules_FindTCL_cmake
patch-Modules_FindTclStub_cmake
patch-Modules_Platform_OpenBSD_cmake
patch-Source_cmComputeLinkInformation_cxx
patch-Source_cmTarget_cxx
patch-Source_kwsys_SystemTools_cxx
patch-Tests_CMakeLists_txt
devel/cmake/pkg: PLIST
Added files:
devel/cmake/patches: patch-Modules_CMakeCInformation_cmake
patch-Modules_CMakeCXXInformation_cmake
patch-Modules_CMakeFortranInformation_cmake
Removed files:
devel/cmake/patches: patch-Modules_FindFreetype_cmake
patch-Modules_FindLua51_cmake
patch-Modules_FindPackageHandleStandardArgs_cmake
patch-Source_CPack_cmCPackGenerator_cxx
patch-Source_cmGeneratorExpressionEvaluator_cxx
patch-Source_cmake_cxx
Log message:
Update to cmake-2.8.11.
Tested in a bulk build by landry@
Tested with KDE4 by zhuk@
OK zhuk@
CVSROOT: /cvs
Module name: src
Changes by: haesbaert@cvs.openbsd.org 2013/06/06 07:09:37
Modified files:
sys/sys : proc.h
sys/kern : kern_sched.c kern_fork.c
Log message:
Prevent idle thread from being stolen on startup.
There is a race condition which might trigger a case where two cpus try
to run the same idle thread.
The problem arises when one cpu steals the idle proc of another cpu and
this other cpu ends up running the idle thread via spc->spc_idleproc,
resulting in two cpus trying to cpu_switchto(idleX).
On startup, idle procs are scaterred around different runqueues, the
decision for scheduling is:
1 look at my runqueue.
2 if empty, look at other dudes runqueue.
3 if empty, select idle proc via spc->spc_idleproc.
The problem is that cpu0's idle0 might be running on cpu1 due to step 1
or 2 and cpu0 hits step 3.
So cpu0 will select idle0, while cpu1 is in fact running it already.
The solution is to never place idle on a runqueue, therefore being
only selectable through spc->spc_idleproc.
This race can be more easily triggered on a HT cpu on virtualized
environments, where the guest more often than not doesn't have the cpu
for itself, so timing gets shuffled.
ok tedu@ guenther@
go ahead after t2k13 deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/06 07:57:48
Modified files:
sysutils/bacula: Makefile
sysutils/bacula/pkg: README-server
net/zabbix : Makefile
net/zabbix/pkg : README-server
security/cvechecker: Makefile
security/cvechecker/pkg: README
security/samhain: Makefile
security/samhain/pkg: README-server
www/puppet-dashboard: Makefile
www/puppet-dashboard/pkg: README
www/statusnet : Makefile
www/statusnet/pkg: README
Log message:
Revert the mysql->MariaDB blurb in the READMEs.
It seems the MariaDB move will be reverted.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/06 08:00:44
Modified files:
sys/scsi : scsi_all.h st.c
Log message:
Fix EOM handling. Makes Bacula much happier by allowing the use of
both 'Fast Forward Space File = yes' and 'Hardware End of Medium = yes'.
Mostly taken from FreeBSD.
Constant prodding by robert@, testing actual backup and restore by
ajacoutot@.
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/06/06 09:18:43
src/share/man/man4/man4.beagle
Update of /cvs/src/share/man/man4/man4.beagle
In directory cvs.openbsd.org:/tmp/cvs-serv17732/share/man/man4/man4.beagle
Log Message:
Directory /cvs/src/share/man/man4/man4.beagle added to the repository
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/06/06 09:30:51
Modified files:
etc/mtree : 4.4BSD.dist
share/man/man4 : Makefile
Added files:
share/man/man4/man4.beagle: Makefile cpsw.4
Log message:
Document the cpsw driver. Feedback from many.
OK jsg@
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/06/06 09:31:14
Modified files:
. : hackathons.html
Added files:
images/hackathons: t2k13-s.gif t2k13.jpg
Log message:
t2k13 is over
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/06/06 09:58:42
Modified files:
sys/dev/pci : pcidevs
Log message:
add 4th gen Intel Core/Haswell graphics devices
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/06/06 09:59:59
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/06/06 10:14:26
Modified files:
sys/dev/pci : agp_i810.c
sys/dev/pci/drm/i915: i915_drv.c
Log message:
Add the remaining support code for 4th gen Intel Core/Haswell graphics
and match the same pci devices Linux does. Untested for lack of
hardware but should work. Note that 3D/OpenGL won't work until
we update to a newer version of Mesa, which can't happen until
the Radeon KMS work is ready.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: rpointel@cvs.openbsd.org 2013/06/06 11:26:45
Modified files:
x11/kde4/l10n : distinfo
x11/kde4/l10n/pkg: PLIST-fr PLIST-is PLIST-ru PLIST-sr
Log message:
add l10n work, forgotten by zhuk@.
asked by zhuk@.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/06 11:29:59
Modified files:
distrib/sets/lists/base: md.loongson
distrib/sets/lists/comp: md.loongson
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/06/06 13:09:54
Modified files:
distrib/beagle/miniroot: Makefile.inc
Log message:
Update the miniroot to install some other needed files. Much collaboration and
OK florian@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/06 13:38:44
Modified files:
distrib/sets/lists/base: md.armish md.zaurus
distrib/sets/lists/comp: md.armish md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: xenocara
Changes by: kettenis@cvs.openbsd.org 2013/06/06 14:05:00
Modified files:
lib/libdrm/radeon: radeon_bo_gem.c
Log message:
Fix DRM_RADEON_GEM_WAIT_IDLE ioctl usage; it is defined using DRM_IOW, so
drmCommandWrite() must be used to issue it. Already merged upstream.
ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/06 14:33:01
Modified files:
share/man/man4/man4.beagle: cpsw.4
Log message:
tweak previous;
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/06 15:11:10
Modified files:
multimedia/get_iplayer: Makefile
multimedia/get_iplayer/patches: patch-get_iplayer
Log message:
update SWF player url for swfVfy.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/06 15:13:18
Modified files:
www/owncloud : Makefile distinfo
www/owncloud/pkg: PLIST
Log message:
SECURITY update to owncloud-5.0.7.
Multiple XSS vulnerabilities (oC-SA-2013-028)
Changelog: http://owncloud.org/changelog/
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/06 15:14:14
Modified files:
gnu/gcc/gcc : combine.c
Log message:
Disable a broken optimization in try_combine(); GCC PR #34628.
The PR comes with a real fix, but it is covered by the GPL v3, and is
neither trivial nor straightforward, so use a hammer and disable the
unreliable code.
Verified to fix bogus code generation on macppc.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/06 15:17:57
Modified files:
multimedia/get_iplayer: Tag: OPENBSD_5_3 Makefile distinfo
multimedia/get_iplayer/patches: Tag: OPENBSD_5_3
patch-get_iplayer
Log message:
MFC get_iplayer update; the SWF player URL changed, so the old one now breaks
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/06 15:32:33
Modified files:
www/owncloud : Tag: OPENBSD_5_3 Makefile distinfo
www/owncloud/pkg: Tag: OPENBSD_5_3 PLIST
Log message:
MFC:
SECURITY update to owncloud-5.0.7.
Multiple XSS vulnerabilities (oC-SA-2013-028)
Changelog: http://owncloud.org/changelog/
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/06 16:28:03
Removed files:
x11/kde4/print-manager/patches: patch-libkcups_CMakeLists_txt
patch-configure-printer_CMakeLists_txt
Log message:
Zap two extra patches. No bump needed.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/06 16:56:44
Modified files:
x11/kde4/rocs : Makefile
x11/kde4/rocs/pkg: PLIST
Removed files:
x11/kde4/rocs/patches: patch-CMakeLists_txt
patch-RocsCore_LoadSave_Plugins_CMakeLists_txt
Log message:
We have Boost >= 1.49 for a while, so zap patches not needed anymore, and
start building dotfile support in Rocs.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/06 20:57:44
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/06/06 21:41:45
Log message:
Danger from the Deep (also known as dangerdeep) is a free, open source
World War II German submarine simulator with advanced sound and graphics,
multilanguage support, and multiplatform support. This game is planned as
tactical simulation and will be as realistic as the developers' time and
knowledge of physics allows.
ok landry@
Status:
Vendor Tag: bentley
Release Tags: bentley_20130606
N ports/games/dangerdeep/Makefile
N ports/games/dangerdeep/distinfo
N ports/games/dangerdeep/patches/patch-SConstruct
N ports/games/dangerdeep/patches/patch-src_faulthandler_h
N ports/games/dangerdeep/pkg/DESCR
N ports/games/dangerdeep/pkg/PLIST
N ports/games/dangerdeep/pkg/README
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/06/06 21:42:38
Modified files:
games : Makefile
Log message:
+dangerdeep
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/07 00:10:15
Modified files:
audio/ncmpcpp : Makefile
audio/ncmpcpp/pkg: PLIST
Removed files:
audio/ncmpcpp/patches: patch-doc_Makefile_in
Log message:
Use FAKE_FLAGS to drop a patch (as suggested by sthen@)
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/06/07 01:54:24
Modified files:
lang/gcc/4.6 : Makefile distinfo
lang/gcc/4.6/patches: patch-boehm-gc_configure
patch-boehm-gc_include_private_gcconfig_h
patch-gcc_common_opt
patch-gcc_config_alpha_alpha_c
patch-gcc_config_gcc
patch-gcc_config_i386_i386_c
patch-gcc_config_pa_pa_c
patch-gcc_config_sparc_sparc_c
patch-gcc_configure patch-gcc_lto_lto_c
patch-gcc_targhooks_c patch-gcc_toplev_c
patch-libffi_Makefile_in
patch-libffi_include_Makefile_in
patch-libgo_Makefile_in
patch-libjava_configure
Log message:
Update to GCC 4.6.4. tested by and adastrap-sparc64 built by tobiasu@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/06/07 01:54:47
Modified files:
lang/gcc/4.7 : Makefile distinfo
lang/gcc/4.7/patches: patch-gcc_ada_gcc-interface_Makefile_in
patch-gcc_builtins_c patch-gcc_common_opt
patch-gcc_config_gcc
patch-gcc_config_i386_i386_c
patch-gcc_configure patch-gcc_gcc_c
patch-gcc_go_go-lang_c patch-gcc_toplev_c
patch-libffi_Makefile_in
patch-libffi_include_Makefile_in
patch-libgcc_config_host
patch-libgo_Makefile_in
patch-libitm_Makefile_in
patch-libstdc++-v3_configure
patch-libstdc++-v3_libsupc++_Makefile_in
patch-libstdc++-v3_src_Makefile_in
Log message:
Update to GCC 4.7.3. Also tested by tobiasu@.
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/06/07 01:55:22
Modified files:
lang/gcc/4.8 : Makefile distinfo
lang/gcc/4.8/patches: patch-Makefile_in
patch-gcc_config_i386_i386_c
patch-gcc_config_pa_pa_c
patch-gcc_config_sparc_openbsd64_h
patch-gcc_config_sparc_sparc_c
patch-libffi_Makefile_in
patch-libffi_include_Makefile_in
patch-libiberty_cp-demangle_c
patch-libstdc++-v3_src_Makefile_in
Log message:
Update to GCC 4.8.1, tested and adastrap-sparc64 built by tobiasu@.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/07 02:48:18
Modified files:
regress/bin/ksh: Makefile
Added files:
regress/bin/ksh: eval2.sh eval3.sh
Log message:
stuff that currently doesn't match what posix says, naddy agrees
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/07 03:06:44
Modified files:
lang/classpath : Makefile
Log message:
use MODGCC4_VERSION in RUN_DEPENDS rather than hardcoding 4.6; this is a noop
with the current tree but allows builds with an alternative MODGCC4_VERSION.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/07 03:07:50
Modified files:
editors/libreoffice: Makefile
Log message:
use MODGCC4_CPPLIBDEP rather than hardcoding, this is a noop with the current
tree but allows builds with an alternative MODGCC4_VERSION.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/07 03:57:03
Removed files:
x11/kde4/kstars/patches: patch-kstars_skyobjects_ksmoon_cpp
Log message:
Zap the patch committed upstream, missed on 4.10.4 update.
Noticed by nigel@, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/06/07 04:03:27
Modified files:
security/ophcrack: Makefile distinfo
security/ophcrack/patches: patch-configure patch-src_bswap_h
patch-src_gui_main_cpp
patch-src_gui_ophcrackgui_cpp
patch-src_misc_c
Log message:
Update ophcrack to 3.6.0.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/07 04:36:14
Modified files:
x11/kde4/superkaramba/patches: patch-src_sensors_network_cpp
Log message:
Missed patch when doing update to 4.10.4.
Noticed by nigel@, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/07 07:26:27
Modified files:
devel/cmake/patches: patch-Source_cmInstallCommand_cxx
Log message:
whitespace; no package changes
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/07 07:27:58
Modified files:
security/opensc: Makefile distinfo
security/opensc/pkg: DESCR PFRAG.shared PLIST
Added files:
security/opensc/patches: patch-configure_ac patch-m4_libtool_m4
patch-src_libopensc_libopensc_pc_in
patch-src_pkcs11_Makefile_in
Removed files:
security/opensc/patches: patch-configure
patch-src_libopensc_card-acos5_c
patch-src_libopensc_card-atrust-acos_c
patch-src_libopensc_card-starcos_c
patch-src_libopensc_cardctl_h
Log message:
Update to opensc-0.13.0.
Take maintainership.
OK sthen@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/07 07:33:24
Modified files:
security : Makefile
Removed files:
security/openct: Makefile distinfo
security/openct/patches: patch-configure
patch-etc_openct_conf_in
patch-src_ct_socket_c
security/openct/pkg: DESCR PFRAG.shared PLIST
Log message:
openct to the Attic.
It's deprecated. OpenSC now uses pcsc-lite as its default backend.
See:
https://www.opensc-project.org/opensc/wiki/FrequentlyAskedQuestions#Q:DoIneedOpenCTtouseOpenSC
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/07 07:38:25
Modified files:
de : hackathons.html
faq/fr : faq10.html faq4.html faq8.html
fr : errata52.html errata53.html sparc.html
sparc64.html
opensmtpd/fr : index.html
openssh/fr : index.html
papers/fr : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/06/07 07:50:03
Modified files:
distrib/sets/lists/base: md.beagle
Log message:
Add mkuboot to the base set.
OK florian@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/07 08:22:39
Modified files:
devel/hs-data-default: Makefile distinfo
Log message:
Update to data-default-0.5.1
ok jasper@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/07 09:37:52
Modified files:
usr.bin/ssh : channels.c channels.h clientloop.c
Log message:
Add an "ABANDONED" channel state and use for mux sessions that are
disconnected via the ~. escape sequence. Channels in this state will
be able to close if the server responds, but do not count as active channels.
This means that if you ~. all of the mux clients when using ControlPersist
on a broken network, the backgrounded mux master will exit when the
Control Persist time expires rather than hanging around indefinitely.
bz#1917, also reported and tested by tedu@. ok djm@ markus@.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/07 11:18:01
Modified files:
lib/pixman : ChangeLog Makefile.am Makefile.bsd-wrapper
Makefile.in README aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp
lib/pixman/demos: Makefile.am Makefile.in gtk-utils.c
gtk-utils.h radial-test.c
lib/pixman/pixman: Makefile.am Makefile.in Makefile.sources
pixman-arm-common.h pixman-arm-neon-asm.S
pixman-arm-neon-asm.h pixman-arm-simd-asm.S
pixman-arm-simd.c pixman-bits-image.c
pixman-combine-float.c pixman-combine32.c
pixman-combine32.h pixman-compiler.h
pixman-edge.c pixman-fast-path.c
pixman-general.c pixman-glyph.c
pixman-gradient-walker.c pixman-image.c
pixman-implementation.c pixman-inlines.h
pixman-matrix.c pixman-mips-dspr2-asm.S
pixman-mips-dspr2-asm.h pixman-mips-dspr2.c
pixman-mips-dspr2.h pixman-mmx.c
pixman-noop.c pixman-ppc.c pixman-private.h
pixman-radial-gradient.c pixman-region.c
pixman-solid-fill.c pixman-sse2.c
pixman-trap.c pixman-utils.c pixman.c
pixman.h
lib/pixman/test: Makefile.am Makefile.in Makefile.sources
a1-trap-test.c affine-test.c alpha-loop.c
alphamap.c blitters-test.c combiner-test.c
composite-traps-test.c composite.c glyph-test.c
lowlevel-blt-bench.c region-contains-test.c
region-test.c rotate-test.c
scaling-helpers-test.c scaling-test.c
stress-test.c utils.c utils.h
Added files:
lib/pixman/demos: conical-test.c linear-gradient.c scale.c
scale.ui
lib/pixman/pixman: pixman-arm-simd-asm-scaled.S
pixman-arm-simd-asm.h pixman-filter.c
lib/pixman/test: check-formats.c matrix-test.c pixel-test.c
prng-test.c radial-perf-test.c utils-prng.c
utils-prng.h
Log message:
Update to pixman 0.30.0. Tested by several people during t2k13. Thanks.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/07 11:21:11
Modified files:
lib/freetype : ChangeLog ChangeLog.23 Jamfile Makefile README
autogen.sh shlib_version
lib/freetype/builds/amiga/src/base: ftdebug.c
lib/freetype/builds/atari: deflinejoiner.awk
lib/freetype/builds/compiler: bcc-dev.mk
lib/freetype/builds/unix: configure.ac configure.raw detect.mk
freetype-config.in freetype2.in
ftconfig.in unix-def.in
lib/freetype/builds/win32: ftdebug.c
lib/freetype/builds/win32/vc2005: freetype.vcproj index.html
lib/freetype/builds/win32/vc2008: freetype.vcproj index.html
lib/freetype/builds/win32/vc2010: freetype.vcxproj index.html
lib/freetype/builds/win32/visualc: freetype.dsp freetype.vcproj
index.html
lib/freetype/builds/win32/visualce: freetype.dsp freetype.vcproj
index.html
lib/freetype/builds/wince: ftdebug.c
lib/freetype/builds/wince/vc2005-ce: freetype.vcproj index.html
lib/freetype/builds/wince/vc2008-ce: freetype.vcproj index.html
lib/freetype/devel: ftoption.h
lib/freetype/docs: CHANGES INSTALL.UNIX LICENSE.TXT VERSION.DLL
formats.txt ft2faq.html
lib/freetype/docs/design: design-2.html design-5.html
lib/freetype/docs/glyphs: glyphs-3.html glyphs-6.html
lib/freetype/docs/reference: ft2-auto_hinter.html
ft2-base_interface.html
ft2-basic_types.html
ft2-bdf_fonts.html
ft2-bitmap_handling.html
ft2-bzip2.html
ft2-cache_subsystem.html
ft2-cid_fonts.html
ft2-computations.html
ft2-font_formats.html
ft2-gasp_table.html
ft2-glyph_management.html
ft2-glyph_stroker.html
ft2-glyph_variants.html
ft2-gx_validation.html
ft2-gzip.html
ft2-header_file_macros.html
ft2-incremental.html ft2-index.html
ft2-lcd_filtering.html
ft2-list_processing.html
ft2-lzw.html ft2-mac_specific.html
ft2-module_management.html
ft2-multiple_masters.html
ft2-ot_validation.html
ft2-outline_processing.html
ft2-pfr_fonts.html
ft2-quick_advance.html
ft2-raster.html ft2-sfnt_names.html
ft2-sizes_management.html
ft2-system_interface.html
ft2-toc.html
ft2-truetype_engine.html
ft2-truetype_tables.html
ft2-type1_tables.html
ft2-user_allocation.html
ft2-version.html
ft2-winfnt_fonts.html
lib/freetype/docs/tutorial: example1.c step1.html step2.html
step3.html
lib/freetype/include/freetype: Makefile freetype.h ftautoh.h
ftchapters.h fterrdef.h
fterrors.h ftglyph.h ftimage.h
ftlcdfil.h ftmoderr.h ftoutln.h
ftstroke.h fttrigon.h fttypes.h
lib/freetype/include/freetype/config: ftconfig.h ftheader.h
ftoption.h
lib/freetype/include/freetype/internal: ftcalc.h ftdebug.h
ftserv.h ftstream.h
fttrace.h psaux.h
tttypes.h
lib/freetype/src/autofit: afcjk.c afdummy.c afglobal.c afhints.c
afindic.c aflatin.c aflatin2.c
afloader.c afmodule.c afpic.c afpic.h
lib/freetype/src/base: basepic.c basepic.h ftadvanc.c ftbbox.c
ftbdf.c ftbitmap.c ftcalc.c ftcid.c
ftdebug.c ftgloadr.c ftglyph.c ftgxval.c
ftinit.c ftlcdfil.c ftmac.c ftmm.c
ftobjs.c ftotval.c ftoutln.c ftpfr.c
ftpic.c ftrfork.c ftsnames.c ftstream.c
ftstroke.c ftsystem.c fttrigon.c
fttype1.c ftutil.c ftwinfnt.c rules.mk
lib/freetype/src/bdf: bdfdrivr.c bdflib.c
lib/freetype/src/bzip2: ftbzip2.c
lib/freetype/src/cache: ftcbasic.c ftccache.c ftccache.h
ftcmanag.c ftcmru.h ftcsbits.c
lib/freetype/src/cff: cff.c cffcmap.c cffdrivr.c cffgload.c
cffgload.h cffload.c cffobjs.c cffobjs.h
cffparse.c cffpic.c cffpic.h cfftypes.h
rules.mk
lib/freetype/src/cid: cidgload.c cidload.c cidobjs.c cidparse.c
cidriver.c
lib/freetype/src/gxvalid: gxvcommn.c gxverror.h gxvmod.c
lib/freetype/src/gzip: ftgzip.c
lib/freetype/src/lzw: ftlzw.c
lib/freetype/src/otvalid: otverror.h otvmod.c
lib/freetype/src/pcf: README pcfdrivr.c pcfread.c
lib/freetype/src/pfr: pfrcmap.c pfrdrivr.c pfrgload.c pfrload.c
pfrobjs.c pfrsbit.c
lib/freetype/src/psaux: afmparse.c psconv.c psobjs.c t1decode.c
lib/freetype/src/pshinter: pshalgo.c pshalgo.h pshpic.c pshpic.h
pshrec.c
lib/freetype/src/psnames: psmodule.c pspic.c
lib/freetype/src/raster: ftraster.c ftrend1.c rastpic.c
rastpic.h
lib/freetype/src/sfnt: sfdriver.c sferrors.h sfntpic.c sfntpic.h
sfobjs.c ttbdf.c ttcmap.c ttkern.c
ttload.c ttmtx.c ttpost.c ttsbit.c
ttsbit0.c
lib/freetype/src/smooth: ftgrays.c ftsmooth.c ftspic.c ftspic.h
lib/freetype/src/tools: cordic.py test_afm.c test_bbox.c
test_trig.c
lib/freetype/src/tools/docmaker: tohtml.py
lib/freetype/src/tools/ftrandom: README
lib/freetype/src/truetype: ttdriver.c ttgload.c ttgxvar.c
ttinterp.c ttinterp.h ttobjs.c
ttobjs.h ttpic.c ttpload.c ttsubpix.c
ttsubpix.h
lib/freetype/src/type1: t1afm.c t1driver.c t1gload.c t1load.c
t1objs.c t1parse.c
lib/freetype/src/type42: t42drivr.c t42objs.c t42parse.c
lib/freetype/src/winfonts: winfnt.c
Added files:
lib/freetype/docs/reference: ft2-cff_driver.html
lib/freetype/docs/tutorial: example4.cpp example4.pro
lib/freetype/include/freetype: ftcffdrv.h
lib/freetype/src/base: md5.c md5.h
lib/freetype/src/cff: cf2arrst.c cf2arrst.h cf2blues.c
cf2blues.h cf2error.c cf2error.h
cf2fixed.h cf2font.c cf2font.h cf2ft.c
cf2ft.h cf2glue.h cf2hints.c cf2hints.h
cf2intrp.c cf2intrp.h cf2read.c cf2read.h
cf2stack.c cf2stack.h cf2types.h
Log message:
Update to freetype 2.4.12. tested by many during t2k13. Thanks.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/07 11:28:56
Modified files:
xserver : COPYING ChangeLog Makefile.am
Makefile.bsd-wrapper Makefile.in aclocal.m4
autogen.sh config.guess config.sub configure
configure.ac depcomp xorg-server.m4
xorg-server.pc.in
xserver/Xext : Makefile.am Makefile.in bigreq.c dpms.c geext.c
geext.h panoramiX.c panoramiXprocs.c saver.c
security.c shape.c shm.c sync.c syncsrv.h
xace.c xcmisc.c xf86bigfont.c xf86bigfontsrv.h
xres.c xselinux_ext.c xtest.c xvdisp.c xvdix.h
xvmain.c xvmc.c xvmcext.h
xserver/Xi : Makefile.am Makefile.in chgdctl.c chgptr.h
exevents.c extinit.c getbmap.c getdctl.c
getfctl.c getfocus.c getkmap.c getmmap.c
getprop.c getselev.c getvers.c grabdev.c
grabdevb.c grabdevk.c gtmotion.c listdev.c
opendev.c queryst.c setbmap.c setdval.c
setmmap.c setmode.c xichangehierarchy.c
xigetclientpointer.c xigrabdev.c
xipassivegrab.c xiproperty.c xiquerydevice.c
xiquerypointer.c xiqueryversion.c xiselectev.c
xisetdevfocus.c
xserver/composite: Makefile.in compalloc.c compext.c compinit.c
compint.h compositeext.h compwindow.c
xserver/config : Makefile.in config-backends.h config.c udev.c
wscons.c
xserver/damageext: Makefile.am Makefile.in damageext.c
damageextint.h
xserver/dbe : Makefile.in dbe.c dbestruct.h
xserver/dix : Makefile.in Xserver-dtrace.h.in Xserver.d
colormap.c devices.c dispatch.c dixfonts.c
dixutils.c enterleave.c enterleave.h
eventconvert.c events.c extension.c gc.c
getevents.c globals.c grabs.c inpututils.c
main.c pixmap.c privates.c property.c
ptrveloc.c registry.c resource.c selection.c
swaprep.c swapreq.c tables.c touch.c window.c
xserver/doc : Makefile.in Xserver-spec.xml c-extensions
xserver/doc/dtrace: Makefile.in Xserver-DTrace.xml
xserver/exa : Makefile.in exa.c exa.h exa_glyphs.c
exa_mixed.c exa_offscreen.c exa_priv.h
exa_unaccel.c
xserver/fb : Makefile.in fb.h fballpriv.c fbblt.c fbbltone.c
fbgc.c fboverlay.c fboverlay.h fbpict.c
fbscreen.c fbseg.c fbwindow.c wfbrename.h
xserver/glx : Makefile.am Makefile.in clientinfo.c
createcontext.c extension_string.c
extension_string.h glapi.c glxcmds.c
glxcmdsswap.c glxcontext.h glxdri.c glxdri2.c
glxdricommon.c glxdriswrast.c glxext.c glxext.h
glxscreens.c glxscreens.h glxserver.h
indirect_program.c
indirect_texture_compression.c indirect_util.c
renderpixswap.c single2.c single2swap.c
singlepix.c singlepixswap.c unpack.h xfont.c
xserver/hw : Makefile.in
xserver/hw/dmx : Makefile.in dmx.c dmx.h dmx_glxvisuals.c
dmxcursor.c dmxextension.c dmxinit.c dmxlog.c
dmxscrinit.c dmxscrinit.h dmxwindow.c
xserver/hw/dmx/config: Canvas.c Makefile.in xdmxconfig.c
xserver/hw/dmx/config/man: Makefile.in
xserver/hw/dmx/doc: DMXSpec-v1.txt DMXSpec.txt Makefile.in
dmx.xml
xserver/hw/dmx/doxygen: Makefile.in
xserver/hw/dmx/examples: Makefile.in xinput.c
xserver/hw/dmx/glxProxy: Makefile.in glxcmds.c glxcmdsswap.c
glxext.c glxext.h glxscreens.c
glxsingle.c glxvendor.c renderpixswap.c
unpack.h
xserver/hw/dmx/input: Makefile.in dmxconsole.c dmxevents.c
dmxsigio.c dmxsigio.h
xserver/hw/dmx/man: Makefile.in
xserver/hw/kdrive: Makefile.in
xserver/hw/kdrive/ephyr: Makefile.am Makefile.in XF86dri.c
ephyr.c ephyrdriext.c ephyrglxext.c
ephyrhostglx.c ephyrhostglx.h
ephyrhostproxy.c ephyrhostvideo.c
ephyrinit.c ephyrproxyext.c
ephyrvideo.c hostx.c hostx.h
xserver/hw/kdrive/ephyr/man: Makefile.in
xserver/hw/kdrive/fake: Makefile.in
xserver/hw/kdrive/fbdev: Makefile.in
xserver/hw/kdrive/linux: Makefile.in
xserver/hw/kdrive/openbsd: Makefile.in openbsd.c
xserver/hw/kdrive/src: Makefile.in kdrive.c kdrive.h kinput.c
kxv.c
xserver/hw/kdrive/wscons: Makefile.in
xserver/hw/vfb : InitInput.c InitOutput.c Makefile.am
Makefile.in
xserver/hw/vfb/man: Makefile.in
xserver/hw/xfree86: Makefile.am Makefile.in sdksyms.sh
xserver/hw/xfree86/common: Makefile.am Makefile.in compiler.h
vidmodeproc.h xf86.h xf86AutoConfig.c
xf86Bus.c xf86Bus.h xf86Config.c
xf86Configure.c xf86Cursor.c
xf86DGA.c xf86DPMS.c xf86Events.c
xf86Globals.c xf86Helper.c xf86Init.c
xf86Mode.c xf86Module.h xf86Opt.h
xf86Option.c xf86PM.c xf86Priv.h
xf86Privstr.h xf86RandR.c
xf86VGAarbiter.c xf86VGAarbiterPriv.h
xf86VidMode.c xf86Xinput.c
xf86Xinput.h xf86cmap.c xf86fbBus.c
xf86fbman.c xf86pciBus.c xf86pciBus.h
xf86sbusBus.c xf86str.h xf86xv.c
xf86xv.h xf86xvmc.c xf86xvmc.h
xf86xvpriv.h
xserver/hw/xfree86/ddc: Makefile.in ddc.c xf86DDC.h
xserver/hw/xfree86/dixmods: Makefile.am Makefile.in glxmodule.c
xserver/hw/xfree86/dixmods/extmod: modinit.h
xserver/hw/xfree86/doc: Makefile.in README.modes ddxDesign.xml
exa-driver.txt
xserver/hw/xfree86/dri: Makefile.am Makefile.in dri.c dri.h
xf86dri.c
xserver/hw/xfree86/dri2: Makefile.am Makefile.in dri2.c dri2.h
dri2ext.c
xserver/hw/xfree86/exa: Makefile.am Makefile.in examodule.c
xserver/hw/xfree86/exa/man: Makefile.in exa.man
xserver/hw/xfree86/fbdevhw: Makefile.am Makefile.in fbdevhw.c
fbdevhw.h fbdevhwstub.c
xserver/hw/xfree86/fbdevhw/man: Makefile.in fbdevhw.man
xserver/hw/xfree86/i2c: Makefile.am Makefile.in fi1236.c
tda9850.c xf86i2c.c xf86i2c.h
xserver/hw/xfree86/int10: Makefile.in generic.c helper_exec.c
helper_mem.c xf86int10.c xf86int10.h
xserver/hw/xfree86/loader: Makefile.am Makefile.in loader.c
loader.h loaderProcs.h loadmod.c
xserver/hw/xfree86/man: Makefile.in Xorg.man xorg.conf.man
xserver/hw/xfree86/modes: Makefile.in xf86Crtc.c xf86Crtc.h
xf86Cursors.c xf86DiDGA.c
xf86DisplayIDModes.c xf86EdidModes.c
xf86Modes.c xf86RandR12.c xf86Rotate.c
xserver/hw/xfree86/os-support: Makefile.in xf86_OSlib.h
xf86_OSproc.h
xserver/hw/xfree86/os-support/bsd: Makefile.in alpha_video.c
arm_video.c bsd_agp.c
bsd_apm.c bsd_init.c
bsd_kqueue_apm.c
hp300_video.c hppa_video.c
i386_video.c ppc_video.c
sparc64_video.c
xserver/hw/xfree86/os-support/bus: Makefile.in Sbus.c nobus.c
xserver/hw/xfree86/os-support/hurd: Makefile.in
xserver/hw/xfree86/os-support/linux: Makefile.am Makefile.in
lnx_acpi.c lnx_apm.c
lnx_init.c lnx_video.c
xserver/hw/xfree86/os-support/linux/int10: linux.c
xserver/hw/xfree86/os-support/linux/int10/vm86: linux_vm86.c
xserver/hw/xfree86/os-support/misc: Makefile.in
xserver/hw/xfree86/os-support/shared: agp_noop.c ioperm_noop.c
posix_tty.c sigio.c
vidmem.c
xserver/hw/xfree86/os-support/solaris: Makefile.in sun_apm.c
xserver/hw/xfree86/os-support/stub: Makefile.in stub_init.c
xserver/hw/xfree86/parser: Device.c Files.c Flags.c Input.c
InputClass.c Layout.c Makefile.in
Module.c Monitor.c Pointer.c Screen.c
Vendor.c Video.c read.c scan.c
write.c
xserver/hw/xfree86/ramdac: Makefile.am Makefile.in xf86Cursor.c
xf86CursorPriv.h xf86HWCurs.c
xf86RamDacCmap.c
xserver/hw/xfree86/shadowfb: Makefile.am Makefile.in shadow.c
xserver/hw/xfree86/utils: Makefile.in
xserver/hw/xfree86/utils/cvt: Makefile.in
xserver/hw/xfree86/utils/gtf: Makefile.in
xserver/hw/xfree86/utils/man: Makefile.in cvt.man gtf.man
xserver/hw/xfree86/vbe: Makefile.am Makefile.in vbe.c vbe.h
xserver/hw/xfree86/vgahw: Makefile.in vgaCmap.c vgaHW.c
xserver/hw/xfree86/x86emu: Makefile.in
xserver/hw/xnest: Init.c Makefile.am Makefile.in Screen.c
Screen.h Visual.c
xserver/hw/xnest/man: Makefile.in
xserver/hw/xquartz: Makefile.in X11Application.h
X11Application.m X11Controller.m applewm.c
console_redirect.c darwin.c pseudoramiX.c
pseudoramiX.h quartz.c
xserver/hw/xquartz/GL: Makefile.in capabilities.c indirect.c
visualConfigs.c
xserver/hw/xquartz/bundle: Info.plist.cpp Makefile.in
xserver/hw/xquartz/bundle/Resources/English.lproj:
Localizable.strings
xserver/hw/xquartz/mach-startup: Makefile.in bundle-main.c
xserver/hw/xquartz/man: Makefile.in
xserver/hw/xquartz/pbproxy: Makefile.in x-selection.m
xserver/hw/xquartz/xpr: Makefile.in appledri.c dri.c xprEvent.c
xprFrame.c xprScreen.c
xserver/hw/xwin: InitOutput.c Makefile.am Makefile.in ddraw.h
win.h winallpriv.c winblock.c winclipboard.h
winclipboardinit.c winclipboardtextconv.c
winclipboardthread.c winclipboardwndproc.c
winclipboardwrappers.c winclipboardxevents.c
winconfig.c wincreatewnd.c wincursor.c
windialogs.c winengine.c winerror.c wingc.c
winglobals.c winglobals.h winkeybd.c
winkeyhook.c winlayouts.h winmonitors.c
winmonitors.h winms.h winmsg.c winmsg.h
winmultiwindowicons.c winmultiwindowshape.c
winmultiwindowwindow.c winmultiwindowwm.c
winmultiwindowwndproc.c winnativegdi.c
winpfbdd.c winpixmap.c winprefs.c winprefs.h
winprefslex.l winprefsyacc.y winprocarg.c
winscrinit.c winsetsp.c winshaddd.c
winshadddnl.c winshadgdi.c wintrayicon.c
winvalargs.c winwakeup.c winwin32rootless.c
winwin32rootlesswindow.c
winwin32rootlesswndproc.c winwindow.c
winwindow.h winwindowswm.c winwndproc.c
xserver/hw/xwin/glx: Makefile.am Makefile.in gen_gl_wrappers.py
glwrap.c indirect.c
xserver/hw/xwin/man: Makefile.in XWin.man
xserver/include: Makefile.am Makefile.in dix-config.h.in dix.h
dixevents.h dixfont.h dixstruct.h
do-not-use-config.h.in eventconvert.h events.h
eventstr.h exevents.h extension.h extinit.h
globals.h hotplug.h input.h inputstr.h
inpututils.h list.h misc.h opaque.h os.h
pixmap.h pixmapstr.h privates.h
protocol-versions.h ptrveloc.h resource.h
screenint.h scrnintstr.h servermd.h window.h
windowstr.h xkbsrv.h xorg-config.h.in
xorg-server.h.in xserver-properties.h
xwin-config.h.in
xserver/m4 : xorg-tls.m4
xserver/man : Makefile.in Xserver.man
xserver/mi : Makefile.am Makefile.in mibitblt.c midispcur.c
mieq.c miexpose.c miinitext.c mioverlay.c
mipointer.c mipointer.h miscrinit.c mispans.c
misprite.c
xserver/miext : Makefile.am Makefile.in
xserver/miext/damage: Makefile.in damage.c
xserver/miext/rootless: Makefile.in rootlessScreen.c
xserver/miext/shadow: Makefile.in shadow.c shrotpackYX.h
xserver/miext/sync: Makefile.in misync.c
xserver/os : Makefile.in WaitFor.c access.c backtrace.c
connection.c io.c log.c osdep.h osinit.c
strndup.c utils.c xdmcp.c xsha1.c
xserver/randr : Makefile.am Makefile.in randr.c randrstr.h
rrcrtc.c rrdispatch.c rrinfo.c rrmode.c
rroutput.c rrproperty.c rrscreen.c
rrtransform.h rrxinerama.c
xserver/record : Makefile.in record.c
xserver/render : Makefile.in animcur.c filter.c glyph.c
glyphstr.h picture.c picturestr.h render.c
xserver/test : Makefile.am Makefile.in ddxstubs.c fixes.c
input.c list.c touch.c xtest.c
xserver/test/xi2: Makefile.am Makefile.in protocol-common.c
protocol-common.h protocol-eventconvert.c
protocol-xipassivegrabdevice.c
protocol-xiquerydevice.c
protocol-xiquerypointer.c
protocol-xiqueryversion.c
protocol-xiselectevents.c
protocol-xisetclientpointer.c
protocol-xiwarppointer.c xi2.c
xserver/xfixes : Makefile.in cursor.c region.c select.c xfixes.c
xfixes.h xfixesint.h
xserver/xkb : Makefile.am Makefile.in XKBGAlloc.c ddxLoad.c
maprules.c xkb.c xkb.h xkbAccessX.c
xkbActions.c xkbEvents.c xkbPrKeyEv.c
xkbUtils.c xkbgeom.h xkbout.c xkbtext.c
xkmread.c
Added files:
xserver : config.h.in
xserver/Xext : hashtable.c hashtable.h
xserver/Xi : xibarriers.c xibarriers.h
xserver/hw/xfree86/common: dgaproc.h xaarop.h xf86Extensions.c
xf86Extensions.h xf86platformBus.c
xf86platformBus.h xf86vmode.c
xserver/hw/xfree86/dri2: dri2int.h
xserver/hw/xfree86/os-support/linux: lnx_platform.c
xserver/hw/xfree86/os-support/shared: platform_noop.c
xserver/hw/xwin: propertystore.h winSetAppUserModelID.c
winmultiwindowicons.h wintaskbar.c
xserver/include: dixfontstubs.h glx_extinit.h
xserver/randr : rrprovider.c rrproviderproperty.c
xserver/test : hashtabletest.c os.c signal-logging.c
Removed files:
xserver : compile
xserver/hw/xfree86/dixmods: dbemodule.c recordmod.c
xserver/hw/xfree86/dixmods/extmod: Makefile.am Makefile.in
dgaproc.h modinit.c
xf86dga2.c xf86vmode.c
xvmod.c xvmodproc.h
xserver/hw/xfree86/dri: drimodule.c
xserver/hw/xfree86/loader: loadext.c
xserver/hw/xfree86/xaa: Makefile.am Makefile.in XAA.HOWTO xaa.h
xaaBitBlt.c xaaBitOrder.c xaaBitmap.c
xaaCpyArea.c xaaCpyPlane.c xaaCpyWin.c
xaaDashLine.c xaaFallback.c xaaFillArc.c
xaaFillPoly.c xaaFillRect.c xaaGC.c
xaaGCmisc.c xaaImage.c xaaInit.c
xaaInitAccel.c xaaLine.c xaaLineMisc.c
xaaNonTEGlyph.c xaaNonTEText.c
xaaOffscreen.c xaaOverlay.c
xaaOverlayDF.c xaaPCache.c xaaPict.c
xaaROP.c xaaRect.c xaaSpans.c
xaaStateChange.c xaaStipple.c
xaaTEGlyph.c xaaTEText.c xaaTables.c
xaaWideLine.c xaacexp.h xaalocal.h
xaarop.h xaawrap.h
xserver/hw/xwin: README winclipboardunicode.c winregistry.c
xserver/mi : mibstore.c mibstore.h
xserver/miext/cw: Makefile.am Makefile.in cw.c cw.h cw_ops.c
cw_render.c
xserver/xkb : ddxList.c
Log message:
Update to X server 1.14.1. Tested by many during t2k13. Thanks.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/07 11:31:31
Modified files:
sys/arch/m88k/conf: files.m88k
Added files:
sys/lib/libkern/arch/m88k: divsi3.S modsi3.S udivsi3.S umodsi3.S
Log message:
Add {,u}{div,mod}si3 to libkern and to the kernel as well.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/07 11:33:04
Modified files:
driver/xf86-video-mach64: Makefile.bsd-wrapper
Log message:
Disable exa acceleration in the mach64 driver util fixed.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/07 11:39:48
Modified files:
. : MODULES 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/07 13:52:25
Modified files:
distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300
md.hppa md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.sgi md.socppc md.sparc
md.sparc64 md.zaurus
distrib/sets/lists/xserv: md.amd64 md.armish md.hp300 md.hppa
md.i386 md.loongson md.macppc md.sgi
md.socppc md.sparc md.sparc64
md.zaurus
distrib/sets/lists/xshare: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/07 14:03:31
Added files:
games/valyriatear/patches: patch-src_engine_video_image_cpp
Log message:
Fix build with png-1.6.
CVSROOT: /cvs
Module name: www
Changes by: matthieu@cvs.openbsd.org 2013/06/07 14:05:11
Modified files:
faq : current.html
Log message:
Xserver update makes some files obsolete
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/07 14:06:03
Modified files:
net/igmpproxy : Makefile
net/igmpproxy/patches: patch-config_c
Log message:
Fix an off-by-one bug in config.c
From Joseph Walsh , thanks!
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/07 14:46:15
Modified files:
sys/uvm : uvm_device.c uvm_device.h
sys/dev/pci/drm: drm.h drmP.h drm_drv.c
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Add proper mmap(2) support for drm(4)/inteldrm(4). This changes the
DRM_I915_GEM_MMAP and DRM_I915_GEM_MMAP_GTT ioctls to be compatible with
Linux. This also is the first step that moves us away from accessing all
graphics memory through the GTT, which should make things faster.
ok tedu@ (for the uvm bits)
CVSROOT: /cvs
Module name: xenocara
Changes by: kettenis@cvs.openbsd.org 2013/06/07 14:48:17
Modified files:
lib/libdrm/intel: intel_bufmgr_gem.c
Log message:
Adjust for the changes in our implementation of the DRM_I915_GEM_MMAP and
DRM_I915_GEM_MMAP_GGT ioctls, effectively reverting a local change we made.
CVSROOT: /cvs
Module name: www
Changes by: kettenis@cvs.openbsd.org 2013/06/07 14:59:06
Modified files:
faq : current.html
Log message:
Mention inteldrm(4) ABI break.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/08 03:10:07
Modified files:
x11/kde4/superkaramba/patches: patch-src_sensors_network_cpp
Log message:
Somehow I managed to commit the wrong patch. Not build => not bump.
Noticed by Scott McEachern, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/08 04:44:00
Modified files:
graphics/gdk-pixbuf2: Makefile distinfo
Log message:
Update to gdk-pixbuf-2.28.2.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/08 04:50:15
Modified files:
x11/gnome/desktop: Makefile distinfo
x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in
Log message:
Update to gnome-desktop-3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/08 04:50:57
Modified files:
meta/gnome : Makefile
Log message:
Welcome GNOME 3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/08 05:16:30
Modified files:
x11/gnome/settings-daemon: Makefile distinfo
x11/gnome/settings-daemon/pkg: PLIST
Removed files:
x11/gnome/settings-daemon/patches:
patch-plugins_media-keys_gsd-media-keys-manager_c
patch-plugins_power_gsd-backlight-linux_c
Log message:
Update to gnome-settings-daemon-3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/08 05:40:49
Modified files:
sysutils/lsof : Makefile
sysutils/lsof/patches: patch-dialects_n+obsd_dstore_c
Log message:
Adjust after FHASLOCK removal.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/08 05:53:53
Modified files:
x11/gnome/controlcenter: Makefile distinfo
Log message:
Update to gnome-control-center-3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/08 05:59:46
Modified files:
www/webkit : Makefile
Log message:
Add PORTHOME=${WRKDIST} to CONFIGURE_ENV to stop webkit build trying to
write to / like a pig when calling various g-i-r & icon-update-something
binaries during build & fake.
prodded by fgsch@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/08 06:00:29
Modified files:
x11/gnome/latexila: Makefile distinfo
Log message:
Update to latexila-2.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/08 06:07:38
Modified files:
www/webkit : Makefile
Log message:
Put PORTHOME = ${WRKDIST} directly in the port Makefile, apparently it's
how others ports do.
discussed with ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/08 07:05:14
Modified files:
devel/libgtop2 : Makefile
devel/libgtop2/patches: patch-sysdeps_openbsd_proctime_c
Log message:
fix build after guenther moved some fields in struct proc from timeval
to timespec
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/06/08 08:23:32
Modified files:
x11/nx/nxcomp/patches: patch-configure_in
Log message:
Add missing quote.
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/06/08 08:24:39
Modified files:
sys/net : pipex.c pipex.h
sbin/sysctl : sysctl.8 sysctl.c
lib/libc/gen : sysctl.3
Log message:
Add new sysctl for pipex packet input/output queue length and
counters.
ok guenther, feedback jmc
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/08 09:38:52
Modified files:
lib/pixman : configure.ac
Log message:
Get rid of a bash-ism
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/08 09:39:15
Modified files:
lib/pixman : configure
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/06/08 11:07:32
Modified files:
sys/dev/pci : if_vmx.c
Log message:
Remove redundant code setting PCI_COMMAND_MASTER_ENABLE as this is already
taken care of by pci_mapreg_map().
Ok yasuoka@ uebayasi@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/06/08 13:06:51
Modified files:
sys/lib/libkern: libkern.h
share/man/man9 : kern.9
Log message:
Add CTASSERT macro, for compile time assertions
ok kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/08 13:37:08
Modified files:
games/oolite/patches:
patch-src_Core_Materials_OOPNGTextureLoader_m
Log message:
Fix build with png-1.6.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/08 13:39:28
Modified files:
graphics/png : Makefile distinfo
graphics/png/pkg: PLIST
Log message:
Major update to 1.6.2 on the new png 1.6 branch.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/06/08 14:21:16
ports/mail/mimetic/patches
Update of /cvs/ports/mail/mimetic/patches
In directory cvs.openbsd.org:/tmp/cvs-serv27755/patches
Log Message:
Directory /cvs/ports/mail/mimetic/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/06/08 14:22:57
Modified files:
mail/mimetic : Makefile
Added files:
mail/mimetic/patches: patch-mimetic_tokenizer_h
Log message:
Fix build under gcc 4.8. Fix from dcoppa@.
ok dcoppa@ jca@
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/08 15:36:50
Modified files:
regress/bin/ksh: seterror.sh
Log message:
POSIX specifies that for an AND/OR list, only the last command's
exit status matters for "set -e". OK espie@
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/06/08 16:04:54
Modified files:
security/p5-Net_SSLeay: Makefile distinfo
Log message:
update p5-Net-SSLeay to 1.55
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/08 16:47:56
Modified files:
lib/libc/stdlib: getopt_long.c
Log message:
Fix parsing of ambiguous options, the whole loop must be processed.
From FreeBSD. OK miod@
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2013/06/08 17:02:26
Modified files:
sys/ufs/ffs : ffs_alloc.c
Log message:
KNF
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/08 18:30:07
Modified files:
sbin/dhclient : clparse.c conflex.c dhclient.c dhcp.h dhcpd.h
kroute.c privsep.c privsep.h tables.c
Log message:
Backout static/classless route handling and default route refactoring
since the former relies on the latter and the latter breaks 'egress'
group populating.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/08 19:51:58
Modified files:
sbin/dhclient : conflex.c
Log message:
Add back backslash fixes caught in rollback.
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/06/08 20:09:31
Modified files:
security/p5-IO-Socket-SSL: Makefile distinfo
security/p5-IO-Socket-SSL/pkg: PLIST
Log message:
- update p5-IO-Socket-SSL to 1.94
- depend on p5-Net-SSLeay >=1.46
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/09 02:22:50
Modified files:
usr.sbin/smtpd : smtpd.conf.5
Log message:
the argument name for "source" is "source", not "table";
from MrD
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/09 02:26:35
Modified files:
usr.sbin/smtpd : smtpd.conf.5
Log message:
oops! one more instance of previous...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 03:17:49
Modified files:
databases/evolution-data-server: Makefile distinfo
databases/evolution-data-server/patches:
patch-addressbook_backends_ldap_e-book-backend-ldap_c
patch-camel_providers_pop3_camel-pop3-folder_c
Removed files:
databases/evolution-data-server/patches:
patch-camel_camel-imapx-server_c
patch-camel_providers_local_camel-mh-store_c
Log message:
Update to evolution-data-server-3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 03:36:44
Modified files:
security/gnutls: Makefile distinfo
security/gnutls/pkg: PLIST
Removed files:
security/gnutls/patches:
patch-doc_examples_ex-cert-select-pkcs11_c
patch-gl_unistd_in_h
patch-src_libopts_genshell_h
Log message:
Update to gnutls-3.1.12.
requires a recent libc with the getopt_long() fix.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 03:40:19
Modified files:
net/libproxy : Makefile
net/libproxy/patches: patch-libproxy_url_cpp
Added files:
net/libproxy/patches: patch-libproxy_CMakeLists_txt
Log message:
Make get_default_port() threadsafe: getservbyname is not reentrant, and
getservbyname_r is not always available.
This fixes several crashes mostly on webkit-based browsers.
libproxy issue #196, from David Hill
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 04:00:45
Modified files:
mail/evolution : Makefile distinfo
mail/evolution/patches: patch-e-util_e-source-selector_c
patch-mail_Makefile_in
mail/evolution/pkg: PLIST-main
Removed files:
mail/evolution/patches:
patch-modules_calendar_e-cal-shell-sidebar_c
patch-modules_calendar_e-memo-shell-sidebar_c
patch-modules_calendar_e-task-shell-sidebar_c
Log message:
Update to evolution-3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 04:07:29
Modified files:
mail/evolution-ews: Makefile distinfo
Log message:
Update to evolution-ews-3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 04:25:05
Modified files:
comms/gnokii : Makefile
Log message:
Fix MASTER_SITES.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 04:37:33
Modified files:
textproc/gtkspell3: Makefile distinfo
Removed files:
textproc/gtkspell3/patches: patch-gtkspell_Makefile_in
Log message:
Update to gtkspell3-3.0.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 04:38:14
Modified files:
sysutils/d-feet: Makefile distinfo
sysutils/d-feet/patches: patch-data_Makefile_in
sysutils/d-feet/pkg: PLIST
Log message:
Update to d-feet-0.3.5.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 04:53:42
Modified files:
textproc/libical: Makefile distinfo
textproc/libical/pkg: PLIST
Removed files:
textproc/libical/patches: patch-configure
patch-src_libicalvcal_vcc_h
textproc/libical/pkg: PFRAG.shared
Log message:
Update to libical-1.0.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/09 06:37:43
Modified files:
sbin/sysctl : sysctl.c
Log message:
fix an off by one preventing access to the last filesystem.
from Sylvestre Gallon
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/09 06:42:23
Modified files:
sys/arch/i386/i386: locore.s
sys/arch/sparc/sparc: locore.s
sys/arch/sparc64/sparc64: locore.s
Log message:
the kernel is supposed to provide memmove, but some archs are missing it.
add i386 sparc and sparc64. ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/09 06:43:57
Modified files:
sys/kern : vfs_getcwd.c
Log message:
change a bcopy to memmove (mainly to catch platforms that don't offer it)
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/09 06:51:40
Modified files:
sys/miscfs/fuse: fuse_vfsops.c fusefs.h
Log message:
move fuse sysctl defines up and add _KERNEL. from Sylvestre Gallon
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/09 06:53:42
Modified files:
sys/arch/arm/arm: pmap.c pmap7.c
Log message:
typo
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/09 06:54:38
Modified files:
sbin/sysctl : sysctl.8 sysctl.c
Log message:
add fuse sysctls, from Sylvestre Gallon
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/09 06:57:18
Modified files:
games/manaplus : Makefile distinfo
Removed files:
games/manaplus/patches: patch-src_logger_h
patch-src_mumblemanager_cpp
patch-src_resources_imagewriter_cpp
patch-src_utils_stringutils_h
Log message:
Update games/manaplus to 1.3.6.9
ok benoit@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/09 07:03:48
Modified files:
lib/libc/gen : sysctl.3
Log message:
add some basic descriptions for the fuse sysctls
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/09 07:10:19
Modified files:
lib/libc/gen : sysctl.3 sysctl.c
libexec/ld.so : util.c
libexec/ld.so/alpha: syscall.h
libexec/ld.so/amd64: syscall.h
libexec/ld.so/arm: syscall.h
libexec/ld.so/hppa: syscall.h
libexec/ld.so/i386: syscall.h
libexec/ld.so/m68k: syscall.h
libexec/ld.so/m88k: syscall.h
libexec/ld.so/mips64: syscall.h
libexec/ld.so/powerpc: syscall.h
libexec/ld.so/sh: syscall.h
libexec/ld.so/sparc: syscall.h
libexec/ld.so/sparc64: syscall.h
sys/kern : kern_sysctl.c syscalls.master
sys/sys : sysctl.h
Log message:
Constify the mib argument of sysctl().
ok matthew@ millert@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/09 07:10:27
Modified files:
sys/kern : init_sysent.c syscalls.c
sys/sys : syscall.h syscallargs.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/09 07:15:26
Modified files:
sys/kern : vfs_getcwd.c
Log message:
arguments to bcopy/memmove are reversed. put on thinking cap, then commit.
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/09 07:27:27
Modified files:
regress/bin/ksh: Makefile
Added files:
regress/bin/ksh: eval4.sh
Log message:
Add test for "true && true && false" and "set -e".
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/06/09 07:38:06
ports/www/dokuwiki/files
Update of /cvs/ports/www/dokuwiki/files
In directory cvs.openbsd.org:/tmp/cvs-serv5808/files
Log Message:
Directory /cvs/ports/www/dokuwiki/files added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/06/09 07:42:02
Modified files:
www/dokuwiki : Makefile distinfo
www/dokuwiki/pkg: PLIST README
Added files:
www/dokuwiki/files: dokuwiki.conf
Log message:
update dokuwiki to 2013-05-10
- add a apache configuration file snippet
- change README accordingly
- zap WRKDIST in Makefile
ok sthen@ pea@ (Maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 07:55:52
Modified files:
databases/evolution-data-server: Makefile
graphics/gdk-pixbuf2: Makefile
mail/evolution-ews: Makefile
textproc/gtkspell3: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/desktop: Makefile
x11/gnome/latexila: Makefile
x11/gnome/settings-daemon: Makefile
Log message:
Unbreak with new libpng -- until we find a solution for png vs pngXX.
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/09 07:57:19
Modified files:
dist/Mesa/src/gallium/winsys/r600/drm: radeon_bo.c
dist/Mesa/src/gallium/winsys/radeon/drm: radeon_drm_bo.c
Log message:
correct RADEON_GEM_WAIT_IDLE use.
RADEON_GEM_WAIT_IDLE is declared DRM_IOW but mesa
uses it with drmCommandWriteRead instead of drmCommandWrite
which leads to the ioctl being unmatched and returning an
error on at least OpenBSD.
Problem originally found and fixed in libdrm by kettenis@
Dave Airlie pointed out that mesa has the same issue.
This change has already been merged in upstream mesa.
ok matthieu@ kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 08:25:12
Modified files:
security/libnettle: Makefile distinfo
security/libnettle/patches: patch-configure
Log message:
Update to libnettle-2.7.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 08:30:11
Modified files:
security/p11-kit: Makefile distinfo
Log message:
Update to p11-kit-0.18.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 08:36:51
Modified files:
devel/libidn : Makefile distinfo
devel/libidn/pkg: PLIST
Removed files:
devel/libidn/patches: patch-libidn_pc_in
devel/libidn/pkg: PFRAG.shared
Log message:
Update to libidn-1.27.
CVSROOT: /cvs
Module name: src
Changes by: landry@cvs.openbsd.org 2013/06/09 08:42:47
Log message:
Update to sqlite 3.7.17.
See for changes:
http://www.sqlite.org/releaselog/3_7_16.html
http://www.sqlite.org/releaselog/3_7_16_1.html
http://www.sqlite.org/releaselog/3_7_16_2.html
http://www.sqlite.org/releaselog/3_7_17.html
tested by sebastia@ on vax & sparc, by myself on
hppa/amd64/sparc64/sgi/i386/macppc.
looks ok to espie@
(a lot of kittens died during the preparation of this cvs import)
Status:
Vendor Tag: sqlite3
Release Tags: sqlite_3_7_17
U src/lib/libsqlite3/addopcodes.awk
U src/lib/libsqlite3/mkopcodec.awk
U src/lib/libsqlite3/mkopcodeh.awk
U src/lib/libsqlite3/sqlite3.pc.in
U src/lib/libsqlite3/VERSION
U src/lib/libsqlite3/tool/mksqlite3c-noext.tcl
U src/lib/libsqlite3/tool/build-all-msvc.bat
U src/lib/libsqlite3/tool/build-shell.sh
U src/lib/libsqlite3/tool/checkSpacing.c
U src/lib/libsqlite3/tool/diffdb.c
U src/lib/libsqlite3/tool/extract.c
U src/lib/libsqlite3/tool/fragck.tcl
U src/lib/libsqlite3/tool/genfkey.README
U src/lib/libsqlite3/tool/genfkey.test
U src/lib/libsqlite3/tool/getlock.c
U src/lib/libsqlite3/tool/lemon.c
U src/lib/libsqlite3/tool/lempar.c
U src/lib/libsqlite3/tool/mkkeywordhash.c
U src/lib/libsqlite3/tool/mkopts.tcl
U src/lib/libsqlite3/tool/mkspeedsql.tcl
U src/lib/libsqlite3/tool/mksqlite3internalh.tcl
U src/lib/libsqlite3/tool/mksqlite3c.tcl
U src/lib/libsqlite3/tool/mksqlite3h.tcl
U src/lib/libsqlite3/tool/omittest.tcl
U src/lib/libsqlite3/tool/mkvsix.tcl
U src/lib/libsqlite3/tool/offsets.c
U src/lib/libsqlite3/tool/restore_jrnl.tcl
U src/lib/libsqlite3/tool/opcodeDoc.awk
U src/lib/libsqlite3/tool/speedtest8inst1.c
U src/lib/libsqlite3/tool/rollback-test.c
U src/lib/libsqlite3/tool/showdb.c
U src/lib/libsqlite3/tool/showjournal.c
U src/lib/libsqlite3/tool/showwal.c
U src/lib/libsqlite3/tool/soak1.tcl
U src/lib/libsqlite3/tool/space_used.tcl
U src/lib/libsqlite3/tool/spaceanal.tcl
U src/lib/libsqlite3/tool/speedtest.tcl
U src/lib/libsqlite3/tool/speedtest16.c
U src/lib/libsqlite3/tool/speedtest2.tcl
U src/lib/libsqlite3/tool/speedtest8.c
U src/lib/libsqlite3/tool/split-sqlite3c.tcl
U src/lib/libsqlite3/tool/stack_usage.tcl
U src/lib/libsqlite3/tool/symbols-mingw.sh
U src/lib/libsqlite3/tool/symbols.sh
U src/lib/libsqlite3/tool/tostr.awk
U src/lib/libsqlite3/tool/vdbe-compress.tcl
U src/lib/libsqlite3/tool/warnings-clang.sh
U src/lib/libsqlite3/tool/warnings.sh
U src/lib/libsqlite3/tool/win/sqlite.vsix
U src/lib/libsqlite3/src/analyze.c
U src/lib/libsqlite3/src/alter.c
U src/lib/libsqlite3/src/memjournal.c
U src/lib/libsqlite3/src/attach.c
U src/lib/libsqlite3/src/auth.c
U src/lib/libsqlite3/src/backup.c
U src/lib/libsqlite3/src/bitvec.c
U src/lib/libsqlite3/src/btmutex.c
U src/lib/libsqlite3/src/btree.c
U src/lib/libsqlite3/src/btree.h
U src/lib/libsqlite3/src/btreeInt.h
U src/lib/libsqlite3/src/build.c
U src/lib/libsqlite3/src/callback.c
U src/lib/libsqlite3/src/complete.c
U src/lib/libsqlite3/src/ctime.c
U src/lib/libsqlite3/src/date.c
U src/lib/libsqlite3/src/delete.c
U src/lib/libsqlite3/src/expr.c
U src/lib/libsqlite3/src/fault.c
U src/lib/libsqlite3/src/fkey.c
U src/lib/libsqlite3/src/func.c
U src/lib/libsqlite3/src/global.c
U src/lib/libsqlite3/src/hash.c
U src/lib/libsqlite3/src/hash.h
U src/lib/libsqlite3/src/hwtime.h
U src/lib/libsqlite3/src/insert.c
U src/lib/libsqlite3/src/utf.c
U src/lib/libsqlite3/src/journal.c
U src/lib/libsqlite3/src/legacy.c
U src/lib/libsqlite3/src/lempar.c
C src/lib/libsqlite3/src/loadext.c
U src/lib/libsqlite3/src/main.c
U src/lib/libsqlite3/src/malloc.c
U src/lib/libsqlite3/src/mem0.c
U src/lib/libsqlite3/src/mem1.c
U src/lib/libsqlite3/src/mem2.c
U src/lib/libsqlite3/src/mem3.c
U src/lib/libsqlite3/src/mem5.c
U src/lib/libsqlite3/src/mutex_noop.c
U src/lib/libsqlite3/src/mutex.c
U src/lib/libsqlite3/src/mutex.h
U src/lib/libsqlite3/src/test_multiplex.c
U src/lib/libsqlite3/src/mutex_unix.c
U src/lib/libsqlite3/src/mutex_w32.c
U src/lib/libsqlite3/src/notify.c
U src/lib/libsqlite3/src/os.c
U src/lib/libsqlite3/src/os.h
U src/lib/libsqlite3/src/os_common.h
U src/lib/libsqlite3/src/os_unix.c
U src/lib/libsqlite3/src/os_win.c
U src/lib/libsqlite3/src/pager.c
U src/lib/libsqlite3/src/pager.h
C src/lib/libsqlite3/src/parse.y
U src/lib/libsqlite3/src/pcache.c
U src/lib/libsqlite3/src/pcache.h
U src/lib/libsqlite3/src/pcache1.c
U src/lib/libsqlite3/src/pragma.c
U src/lib/libsqlite3/src/prepare.c
U src/lib/libsqlite3/src/printf.c
U src/lib/libsqlite3/src/random.c
U src/lib/libsqlite3/src/resolve.c
U src/lib/libsqlite3/src/rowset.c
U src/lib/libsqlite3/src/select.c
U src/lib/libsqlite3/src/sqlite.h.in
U src/lib/libsqlite3/src/sqlite3.rc
U src/lib/libsqlite3/src/sqlite3ext.h
U src/lib/libsqlite3/src/sqliteInt.h
U src/lib/libsqlite3/src/sqliteLimit.h
U src/lib/libsqlite3/src/status.c
U src/lib/libsqlite3/src/table.c
U src/lib/libsqlite3/src/tclsqlite.c
U src/lib/libsqlite3/src/test1.c
U src/lib/libsqlite3/src/test2.c
U src/lib/libsqlite3/src/test3.c
U src/lib/libsqlite3/src/test4.c
U src/lib/libsqlite3/src/test5.c
U src/lib/libsqlite3/src/test6.c
U src/lib/libsqlite3/src/test7.c
U src/lib/libsqlite3/src/test8.c
U src/lib/libsqlite3/src/test9.c
U src/lib/libsqlite3/src/test_async.c
U src/lib/libsqlite3/src/test_autoext.c
U src/lib/libsqlite3/src/test_backup.c
U src/lib/libsqlite3/src/test_btree.c
U src/lib/libsqlite3/src/test_config.c
U src/lib/libsqlite3/src/test_demovfs.c
U src/lib/libsqlite3/src/test_devsym.c
N src/lib/libsqlite3/src/test_fs.c
U src/lib/libsqlite3/src/test_func.c
U src/lib/libsqlite3/src/test_hexio.c
U src/lib/libsqlite3/src/test_init.c
U src/lib/libsqlite3/src/test_intarray.c
U src/lib/libsqlite3/src/test_intarray.h
U src/lib/libsqlite3/src/test_journal.c
U src/lib/libsqlite3/src/test_loadext.c
U src/lib/libsqlite3/src/test_malloc.c
U src/lib/libsqlite3/src/vacuum.c
U src/lib/libsqlite3/src/test_multiplex.h
U src/lib/libsqlite3/src/test_mutex.c
U src/lib/libsqlite3/src/test_onefile.c
U src/lib/libsqlite3/src/test_osinst.c
U src/lib/libsqlite3/src/util.c
U src/lib/libsqlite3/src/test_pcache.c
U src/lib/libsqlite3/src/test_quota.c
U src/lib/libsqlite3/src/test_quota.h
U src/lib/libsqlite3/src/test_rtree.c
U src/lib/libsqlite3/src/test_schema.c
U src/lib/libsqlite3/src/test_server.c
U src/lib/libsqlite3/src/test_sqllog.c
U src/lib/libsqlite3/src/test_stat.c
U src/lib/libsqlite3/src/test_superlock.c
U src/lib/libsqlite3/src/test_syscall.c
U src/lib/libsqlite3/src/test_tclvar.c
U src/lib/libsqlite3/src/test_thread.c
U src/lib/libsqlite3/src/test_vfs.c
U src/lib/libsqlite3/src/test_vfstrace.c
U src/lib/libsqlite3/src/test_wsd.c
U src/lib/libsqlite3/src/tokenize.c
U src/lib/libsqlite3/src/trigger.c
U src/lib/libsqlite3/src/update.c
U src/lib/libsqlite3/src/vdbe.c
U src/lib/libsqlite3/src/vdbe.h
U src/lib/libsqlite3/src/vdbeInt.h
U src/lib/libsqlite3/src/vdbeapi.c
U src/lib/libsqlite3/src/vdbeaux.c
U src/lib/libsqlite3/src/vdbeblob.c
U src/lib/libsqlite3/src/vdbemem.c
U src/lib/libsqlite3/src/vdbesort.c
U src/lib/libsqlite3/src/vdbetrace.c
U src/lib/libsqlite3/src/vtab.c
U src/lib/libsqlite3/src/wal.c
U src/lib/libsqlite3/src/wal.h
U src/lib/libsqlite3/src/walker.c
U src/lib/libsqlite3/src/where.c
U src/lib/libsqlite3/ext/README.txt
U src/lib/libsqlite3/ext/async/sqlite3async.c
U src/lib/libsqlite3/ext/async/README.txt
U src/lib/libsqlite3/ext/async/sqlite3async.h
U src/lib/libsqlite3/ext/fts1/fts1_porter.c
U src/lib/libsqlite3/ext/fts1/README.txt
U src/lib/libsqlite3/ext/fts1/ft_hash.c
U src/lib/libsqlite3/ext/fts1/ft_hash.h
U src/lib/libsqlite3/ext/fts1/fts1.c
U src/lib/libsqlite3/ext/fts1/fts1.h
U src/lib/libsqlite3/ext/fts1/fts1_hash.c
U src/lib/libsqlite3/ext/fts1/fts1_hash.h
U src/lib/libsqlite3/ext/fts1/fts1_tokenizer.h
U src/lib/libsqlite3/ext/fts1/fts1_tokenizer1.c
U src/lib/libsqlite3/ext/fts1/fulltext.c
U src/lib/libsqlite3/ext/fts1/fulltext.h
U src/lib/libsqlite3/ext/fts1/simple_tokenizer.c
U src/lib/libsqlite3/ext/fts1/tokenizer.h
U src/lib/libsqlite3/ext/rtree/rtree1.test
U src/lib/libsqlite3/ext/rtree/README
U src/lib/libsqlite3/ext/rtree/rtree.c
U src/lib/libsqlite3/ext/rtree/rtree.h
U src/lib/libsqlite3/ext/rtree/rtree_perf.tcl
U src/lib/libsqlite3/ext/rtree/rtree2.test
U src/lib/libsqlite3/ext/rtree/rtree3.test
U src/lib/libsqlite3/ext/rtree/rtree4.test
U src/lib/libsqlite3/ext/rtree/rtree5.test
U src/lib/libsqlite3/ext/rtree/rtree6.test
U src/lib/libsqlite3/ext/rtree/rtree7.test
U src/lib/libsqlite3/ext/rtree/rtree8.test
U src/lib/libsqlite3/ext/rtree/rtree9.test
U src/lib/libsqlite3/ext/rtree/rtreeA.test
U src/lib/libsqlite3/ext/rtree/rtreeB.test
U src/lib/libsqlite3/ext/rtree/rtree_util.tcl
U src/lib/libsqlite3/ext/rtree/sqlite3rtree.h
U src/lib/libsqlite3/ext/rtree/tkt3363.test
U src/lib/libsqlite3/ext/rtree/viewrtree.tcl
U src/lib/libsqlite3/ext/fts2/README.tokenizers
U src/lib/libsqlite3/ext/fts2/README.txt
U src/lib/libsqlite3/ext/fts2/fts2.c
U src/lib/libsqlite3/ext/fts2/fts2.h
U src/lib/libsqlite3/ext/fts2/fts2_hash.c
U src/lib/libsqlite3/ext/fts2/fts2_hash.h
U src/lib/libsqlite3/ext/fts2/fts2_icu.c
U src/lib/libsqlite3/ext/fts2/fts2_porter.c
U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.c
U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.h
U src/lib/libsqlite3/ext/fts2/fts2_tokenizer1.c
U src/lib/libsqlite3/ext/fts2/mkfts2amal.tcl
U src/lib/libsqlite3/ext/fts3/README.tokenizers
U src/lib/libsqlite3/ext/fts3/README.content
U src/lib/libsqlite3/ext/fts3/README.syntax
U src/lib/libsqlite3/ext/fts3/fts3_porter.c
U src/lib/libsqlite3/ext/fts3/README.txt
U src/lib/libsqlite3/ext/fts3/fts3.c
U src/lib/libsqlite3/ext/fts3/fts3.h
U src/lib/libsqlite3/ext/fts3/fts3Int.h
U src/lib/libsqlite3/ext/fts3/fts3_aux.c
U src/lib/libsqlite3/ext/fts3/fts3_expr.c
U src/lib/libsqlite3/ext/fts3/fts3_hash.c
U src/lib/libsqlite3/ext/fts3/fts3_hash.h
U src/lib/libsqlite3/ext/fts3/fts3_icu.c
N src/lib/libsqlite3/ext/fts3/fts3_tokenize_vtab.c
U src/lib/libsqlite3/ext/fts3/fts3_snippet.c
U src/lib/libsqlite3/ext/fts3/fts3_term.c
U src/lib/libsqlite3/ext/fts3/fts3_test.c
U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.c
U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.h
U src/lib/libsqlite3/ext/fts3/fts3_tokenizer1.c
U src/lib/libsqlite3/ext/fts3/fts3_unicode.c
U src/lib/libsqlite3/ext/fts3/fts3_unicode2.c
U src/lib/libsqlite3/ext/fts3/fts3_write.c
U src/lib/libsqlite3/ext/fts3/fts3speed.tcl
U src/lib/libsqlite3/ext/fts3/mkfts3amal.tcl
U src/lib/libsqlite3/ext/fts3/tool/fts3view.c
U src/lib/libsqlite3/ext/fts3/unicode/CaseFolding.txt
U src/lib/libsqlite3/ext/fts3/unicode/UnicodeData.txt
U src/lib/libsqlite3/ext/fts3/unicode/mkunicode.tcl
U src/lib/libsqlite3/ext/icu/README.txt
U src/lib/libsqlite3/ext/icu/icu.c
U src/lib/libsqlite3/ext/icu/sqliteicu.h
N src/lib/libsqlite3/ext/misc/wholenumber.c
N src/lib/libsqlite3/ext/misc/amatch.c
N src/lib/libsqlite3/ext/misc/closure.c
N src/lib/libsqlite3/ext/misc/fuzzer.c
N src/lib/libsqlite3/ext/misc/ieee754.c
N src/lib/libsqlite3/ext/misc/nextchar.c
N src/lib/libsqlite3/ext/misc/regexp.c
N src/lib/libsqlite3/ext/misc/rot13.c
N src/lib/libsqlite3/ext/misc/spellfix.c
2 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jsqlite3:yesterday -jsqlite3 src/lib/libsqlite3
CVSROOT: /cvs
Module name: src
Changes by: landry@cvs.openbsd.org 2013/06/09 08:45:48
Modified files:
lib/libsqlite3/src: parse.y loadext.c
Log message:
merge conflicts
CVSROOT: /cvs
Module name: src
Changes by: landry@cvs.openbsd.org 2013/06/09 08:48:53
Modified files:
lib/libsqlite3 : Makefile sqlite3.pc
lib/libsqlite3/src: sqlite3.h
Log message:
Add fts3_tokenize_vtab.c to SRCS, regen .pc and header with the correct
version info.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/09 08:49:22
Added files:
games/neverball/patches: patch-share_base_image_c
Log message:
Fix build with png-1.6.
CVSROOT: /cvs
Module name: src
Changes by: landry@cvs.openbsd.org 2013/06/09 08:51:04
Log message:
Update the sqlite3 shell to 3.7.17 too.
Status:
Vendor Tag: sqlite3
Release Tags: sqlite_3_7_17
C src/usr.bin/sqlite3/shell.c
U src/usr.bin/sqlite3/sqlite3.1
1 conflicts created by this import.
Use the following command to help the merge:
cvs checkout -jsqlite3:yesterday -jsqlite3 src/usr.bin/sqlite3
CVSROOT: /cvs
Module name: src
Changes by: landry@cvs.openbsd.org 2013/06/09 08:51:57
Modified files:
usr.bin/sqlite3: shell.c
Log message:
merge conflicts, and kill a few more kittens while here.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/09 08:52:58
Modified files:
audio/ncmpcpp : Makefile
Log message:
missing bump after PLIST change
CVSROOT: /cvs
Module name: src
Changes by: landry@cvs.openbsd.org 2013/06/09 08:56:30
Modified files:
lib/libsqlite3 : shlib_version
Log message:
Bump major to 23. last dead kitten for today.
CVSROOT: /cvs
Module name: src
Changes by: landry@cvs.openbsd.org 2013/06/09 08:59:22
Removed files:
lib/libsqlite3/src: test_wholenumber.c test_fuzzer.c
test_spellfix.c
Log message:
And remove files removed in upstream tarball. Duh.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/09 09:06:34
Modified files:
sbin/dhclient : dhclient.c dhcpd.h kroute.c privsep.c privsep.h
Log message:
Re-apply route adding code refactoring -- it wasn't the problem that
broke populating the egress group.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/09 09:09:20
Modified files:
lib/libc/gen : sysctl.3
Log message:
sort;
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/09 09:13:03
Modified files:
graphics/png : Makefile
Log message:
also s/libpng16/libpng/ in libpng.la, otherwise libtool produces -lpng16
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 09:26:50
Modified files:
databases/evolution-data-server: Makefile
graphics/gdk-pixbuf2: Makefile
mail/evolution-ews: Makefile
textproc/gtkspell3: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/desktop: Makefile
x11/gnome/latexila: Makefile
x11/gnome/settings-daemon: Makefile
Log message:
s/png16/png/ in WANTLIB now that graphics/png got patched.
prodded by naddy@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/09 09:47:33
Modified files:
sys/arch/vax/vax: pmap.c
Log message:
Fix resident_count accounting. Resident count would be incremented when
mappings are created, but only decremented if the pages had actually been
faulted in.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/09 10:21:50
Modified files:
sbin/dhclient : clparse.c dhclient.c dhcp.h kroute.c tables.c
Log message:
Re-apply static route and classless static route support -- this time
passing the correct destination for the default route, '0.0.0.0', rather
than the new lease address.
Populating egress group works this time.
Problem found the hard way by Chris Smith.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/09 11:31:54
Modified files:
sbin/dhclient : kroute.c dhclient.c
Log message:
Fix/clarify some comments. do memset()'s only when variable is going
to be used.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/09 12:06:33
Modified files:
sys/arch/i386/conf: RAMDISKC
Log message:
remove fxp because uvm additions overflows all i386 install media
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/09 12:09:34
Modified files:
sys/dev/pci : pcidevs
Log message:
shorten many names to cope with uvm code growth
ok jsg
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/09 12:09:42
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/09 12:09:55
Modified files:
sys/dev/pci : if_ix.c
Log message:
adapt to a pcidevs name change
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/09 14:13:26
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.beagle
md.hp300 md.hppa md.hppa64 md.i386
md.landisk md.loongson md.luna88k
md.macppc md.mvme68k md.mvme88k
md.octeon md.sgi md.socppc md.sparc
md.sparc64 md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/09 14:20:11
Modified files:
sys/arch/octeon/include: octeonreg.h
Log message:
fix guard; Franco Fichtner
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/06/09 15:25:04
Modified files:
security/p5-Module-Signature: Makefile distinfo
Log message:
Upstream Module::Signature is still fiddling with @INC, so
update p5-Module-Signature to 0.73.
OK sthen@
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/06/09 15:51:58
Modified files:
www/rt : Makefile
www/rt/pkg : PLIST
Log message:
fix plist
CVSROOT: /cvs
Module name: src
Changes by: yasuoka@cvs.openbsd.org 2013/06/09 16:03:06
Modified files:
sys/netinet : tcp_input.c udp_usrreq.c
Log message:
Increment udpstat.udps_nosec and tcpstat.tcps_rcvnosec in case packet is
dropped by IPsec security policy.
input from and ok mikeb
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2013/06/09 16:19:41
Modified files:
editors/ged : Makefile distinfo
editors/ged/patches: patch-doc_ed_info
Removed files:
editors/ged/patches: patch-Makefile_in
Log message:
Trivial update ged-1.8. Now handles ^D the way base ed(1)
does (ie. exits when getting EOF once instead of twice).
Regen info file patch; also remove patch-Makefile_in, since
make-plist(1) doesn't care about info/dir files (l.748).
ok sthen@ pascal@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/09 16:39:51
Modified files:
sbin/dhclient : dhclient.c dhcpd.h kroute.c privsep.h
Log message:
Make route adding interface more flexible by passing flags to be
used rather than deducing them. Use priv_add_route() to add
the 127.0.0.1 address when adding an address.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/06/09 18:49:26
Modified files:
sys/dev/pci : if_vmx.c
Log message:
Make use of pci_matchbyid().
ok yasuoka@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/06/09 21:56:43
Modified files:
sys/scsi : mpath_sym.c
Log message:
toshiba disks in an md1220 work fine
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/06/09 22:12:57
Modified files:
sys/scsi : mpath.c
Log message:
we dont need mpath ccbs if all theyre used for is storing xfers on a list.
we can just use the SIMPLEQ bits that are in xfers directly. this cuts out
a bunch of pools and iopools goo. less is more.
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/06/09 22:16:33
Modified files:
sys/scsi : mpathvar.h
Log message:
spelling in comment fix (for real, there's no code change here).
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/09 22:44:30
Modified files:
sys/kern : tty.c
Log message:
Switch from timeval to timespec introduced format error; fix by prepping
for big time_t and casting to long long
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 23:43:23
Modified files:
x11/gnome/documents: Makefile distinfo
x11/gnome/documents/pkg: PLIST
Log message:
Update to gnome-documents-3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/09 23:56:15
Modified files:
devel/glib2 : Makefile distinfo
devel/glib2/patches: patch-configure patch-glib_Makefile_in
devel/glib2/pkg: PLIST
Log message:
Update to glib2-2.36.3.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/10 03:37:28
Modified files:
net/telepathy/folks: Makefile distinfo
net/telepathy/folks/pkg: PLIST
Log message:
update to folks-0.9.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/10 03:49:02
Modified files:
misc/gtk3mm-documentation: Makefile distinfo
misc/gtk3mm-documentation/pkg: PLIST
Log message:
Update to gtk3mm-documentation-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: mpi@cvs.openbsd.org 2013/06/10 04:08:40
Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD
Log message:
I moved some months ago.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/10 06:28:43
Modified files:
x11/awesome : Makefile
Added files:
x11/awesome/patches: patch-luaa_c
Log message:
lua: Print traceback on startup errors
(upstream git commit 0c62831eea5e651577928ef8b09c947565eaed7d)
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/10 06:42:05
Modified files:
share/man/man7 : hier.7
Log message:
Jiri B pointed out that /var/cache is undocumented;
sthen provided the description
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/10 06:52:53
Modified files:
x11/gnome/mutter: Makefile distinfo
Log message:
update to mutter-3.8.3
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/06/10 07:38:47
Modified files:
sys/dev/pci : if_bge.c
Log message:
A couple of changes from Masanobu SAITOH :
- fixup the Random Backoff Register value masking;
- keep the GPIO settings when modifying the Misc Local Control
register value.
Tested by Rob Sessink on 5719, David Imhoff on 5719, 5720, 5721,
me on 5719 and 5715; ok dlg
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/10 08:37:27
Log message:
import rgen-0.6.2
RGen is a framework for Model Driven Software Development (MDSD) in
Ruby. This means that it helps you build Metamodels, instantiate Models,
modify and transform Models and finally generate arbitrary textual
content from it.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131006
N ports/devel/ruby-rgen/distinfo
N ports/devel/ruby-rgen/Makefile
N ports/devel/ruby-rgen/pkg/PLIST
N ports/devel/ruby-rgen/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/10 08:39:34
Modified files:
devel : Makefile
Log message:
+ruby-rgen
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/10 08:41:05
Modified files:
devel : Makefile
Log message:
fixup previous, we already build ruby18 by default
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/10 08:46:34
Modified files:
sysutils/ruby-puppet/3: Makefile distinfo
sysutils/ruby-puppet/3/patches: patch-lib_puppet_defaults_rb
patch-lib_puppet_provider_user_useradd_rb
sysutils/ruby-puppet/3/pkg: PLIST
Log message:
update to ruby-puppet-3.2.1
Please refer to http://docs.puppetlabs.com/puppet/3/reference/release_notes.html#puppet-321
for the release notes.
ok robert@ (MAINTAINER) ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/10 08:46:59
Modified files:
sysutils/ruby-puppet: Makefile.inc
Log message:
add ruby-rgen to the watchlist; it's needed for the "future" parser in 3.2.x
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/10 08:47:56
Modified files:
devel : Makefile
devel/ruby-rgen: Makefile
Log message:
ugh, properly fix this.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/06/10 08:59:12
Modified files:
www/phpmyadmin : Makefile distinfo
www/phpmyadmin/pkg: PLIST
Log message:
Update phpmyadmin to 4.0.3.
Security update to 4.0.3 (fixes PMASA-2013-6)
from giovanni@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/10 09:21:06
Modified files:
x11/gnome/shell: Makefile distinfo
x11/gnome/shell/patches: patch-configure_ac
patch-js_ui_sessionMode_js
x11/gnome/shell/pkg: PLIST
Log message:
update to gnome-shell-3.8.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/10 09:21:12
Modified files:
x11/gnome/shell-extensions: Makefile distinfo
x11/gnome/shell-extensions/pkg: PLIST
Log message:
update to gnome-shell-extensions-3.8.3
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/10 09:43:04
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
work-around should no longer be necessary...
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/10 09:46:56
Modified files:
education/gtypist: Makefile distinfo
Log message:
update to 2.9.3: minor bug fixes
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/10 11:09:55
Modified files:
sysutils/monit : Makefile distinfo
Log message:
- update to monit-5.5.1
from Mark Patruck
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/10 13:19:44
Modified files:
usr.bin/ssh : readconf.c
Log message:
revert 1.203 while we investigate crashes reported by okan@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/10 13:21:20
Modified files:
dist/Mesa/src/glx: XF86dri.c
Log message:
Fixes from upstreams for vulnerabilities reported by Ilja Van Sprundel
Integer overflow in XF86DRIOpenConnection() and
XF86DRIGetClientDriverName() [CVE-2013-1993]
Reminded by jsg@. Thanks
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/10 13:49:40
Modified files:
driver/xf86-video-sunffb/src: ffb_driver.c
Log message:
Unbreak the sunffb driver. No acceleration for now, since XAA was
removed from X server 1.14.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/06/10 14:11:43
Modified files:
app/cwm : xevents.c
Log message:
Check for, and honour, CWStackMode and CWSibling change requests during a
ConfigureRequest event. Additionally, honour a border width change;
detailed report and patch from Mike Small.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/10 14:38:53
Modified files:
driver/xf86-video-mach64: Makefile.bsd-wrapper
driver/xf86-video-mach64/src: aticonfig.c
Log message:
On mach64, only disable RenderAccel, not the full EXA acceleration.
This is enough to fix the screen corruption seen on Xft fonts and other
Xrender drawings.
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/10 15:09:27
Modified files:
bin/ksh : exec.c
Log message:
POSIX specifies that for an AND/OR list, only the last command's
exit status matters for "set -e". Revert the part of revision 1.49
that always sets xerrok for AND/OR. This makes sh/ksh pass the
updated regress tests. OK espie@ jca@
CVSROOT: /cvs
Module name: src
Changes by: rpe@cvs.openbsd.org 2013/06/10 15:19:29
Modified files:
distrib/miniroot: install.sub
Log message:
rework v6_defroute()
- simplify search for an existing ipv6 def. route
- ensure, that $_routers holds a sorted and unique list
- show 'list #' in prompt only if there's a list to select from
- zap IFS/_oifs dance and simplify select loop
- set ipv6 def. route in v6_defroute() instead of in v6_config()
thanks naddy@ and todd@ for their feedback
ok sthen@, krw@ on a similar diff
with help from and ok halex@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/06/10 15:37:30
Modified files:
app/cwm : calmwm.h client.c xevents.c xutil.c
Log message:
move synthetic responses and have client_msg only work with WM_PROTOCOLS,
since that's all ClientMessageEvent is for anyway.
CVSROOT: /cvs
Module name: src
Changes by: dtucker@cvs.openbsd.org 2013/06/10 15:56:43
Modified files:
regress/usr.bin/ssh: forwarding.sh
Log message:
Add test for forward config parsing
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/10 16:46:13
Modified files:
sys/ddb : db_usrreq.c
Log message:
If sysctl ddb.trigger=1 is not called from the console, the error
message "value is not available" was misleading. Use the ENODEV
error to generate the more appropriate message "Operation not
supported by device". Note that ddb.console must be set to 1 to
see that error at all.
OK mpf@
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/06/10 19:01:15
Modified files:
sys/kern : uipc_mbuf.c uipc_mbuf2.c
share/man/man9 : mbuf.9 mbuf_tags.9
Log message:
return ENOBUFS on failure from m_defrag and m_tag_copy_chain.
m_foo functions that return errors are now consistent as far as i can tell.
ok bluhm@
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/06/10 19:07:31
Modified files:
. : plus.html
Log message:
plus.html for May 27 - June 2, with some fixes suggested by jj@.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/11 00:41:34
Modified files:
devel/vte3 : Makefile distinfo
Removed files:
devel/vte3/patches: patch-src_pty_c
Log message:
- update to vte3-0.34.6
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/11 00:41:43
Modified files:
x11/gnome/terminal: Makefile distinfo
Log message:
update to gnome-terminal-3.8.3
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/11 01:28:18
Modified files:
www/firefox-i18n: Makefile.inc
www/firefox-i18n/pkg: PLIST
Log message:
Fix langpacks by installing them under firefox-$V/browser/extensions
instead of firefox-$V/extensions, the location changed in firefox 21.0.
Note that to properly activate a langpack, it seems you still need to
set general.useragent.locale in about:config.. to be investigated.
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/06/11 01:46:33
Modified files:
lang/gcc/4.8 : Makefile
Log message:
Revert USE_LIBTOOL=gnu; it does not help.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/06/11 03:42:56
Modified files:
share/man/man4 : axe.4
Log message:
Fix model numbers in axe(4) text; from Michal Markowski, tweaked by me, ok jmc.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/11 04:30:54
Modified files:
lang/ecl : Makefile distinfo
lang/ecl/patches: patch-src_Makefile_in patch-src_compile_lsp_in
patch-src_configure
lang/ecl/pkg : PLIST
Added files:
lang/ecl/patches: patch-src_cmp_cmpmain_lsp
patch-src_doc_ecl_man_in
Removed files:
lang/ecl/pkg : PFRAG.shared
Log message:
update to ecl 13.5.1, from Timo Myyra
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/11 04:31:35
Modified files:
lang/ecl : Makefile
Log message:
tweak whitespace: zap
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/11 04:59:24
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
cater to weird posix semantics. Check that we generated both wantlib files
before comparing them. In case there's a former error, there's no point
in adding to the confusion by having diff chime in one of the files doesn't
exist.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/11 06:05:49
Modified files:
databases/ruby-hiera/pkg: PLIST
Log message:
add GEM_BIN_SUFFIX to the hiera script, will be needed whence this switches
away from ruby18. no bump needed as it's currently a no-op.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/11 07:00:31
Modified files:
sys/kern : kern_descrip.c kern_fork.c
Log message:
convert some easy bcopy to memcpy and clean up fdexpand a bit.
ok kettenis
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/11 07:24:07
Modified files:
sysutils/ruby-facter: Makefile
Log message:
zap unneeded SHARED_ONLY
ok robert@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: dlg@cvs.openbsd.org 2013/06/11 07:29:50
Modified files:
sys/kern : uipc_mbuf.c
Log message:
replace bcopy with memcpy in m_defrag. this is safe because the
memory we're copying between is guaranteed to be non-overlapping
since the target is newly allocated.
ok kettenis@ henning@ tedu@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/11 07:31:39
Modified files:
sysutils/ruby-puppet: Makefile Makefile.inc
Removed files:
sysutils/ruby-puppet/2: Makefile distinfo
sysutils/ruby-puppet/2/patches: patch-conf_auth_conf
patch-examples_etc_puppet_fileserver_conf
patch-examples_etc_puppet_tagmail_conf
patch-install_rb
patch-lib_puppet_defaults_rb
patch-lib_puppet_indirector_yaml_rb
patch-lib_puppet_provider_package_openbsd_rb
patch-lib_puppet_provider_service_openbsd_rb
patch-lib_puppet_provider_user_useradd_rb
patch-lib_puppet_reference_configuration_rb
patch-lib_puppet_type_resources_rb
patch-lib_puppet_util_run_mode_rb
sysutils/ruby-puppet/2/pkg: PLIST
Log message:
remove puppet-2.x, it was intended to be kept around to work against the PE
version, but OS interaction with PE has been broken for a long time now.
Besides, the next PE version will be based on Puppet 3.
ok robert@ (MAINTAINER) ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/11 07:37:14
Modified files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/3: Makefile
Log message:
hiera is required by puppet3
ok robert@ (MAINTAINER)
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/11 08:27:42
Modified files:
faq/nl : faq10.html faq6.html faq8.html
nl : donations.html orders.html
opensmtpd/nl : index.html
openssh/nl : donations.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/11 08:51:30
Modified files:
databases/ruby-hiera: Makefile
databases/ruby-hiera/files: hiera.yaml
Log message:
prevent errors with ruby 1.9.3 which switched to the psych yaml parser and
will choke on imperfect yaml files.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/11 08:56:14
Modified files:
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/3: Makefile
Log message:
switch to ruby 1.9 which brings significant speed ups over 1.8.
there is one thing to be aware of, which is that ruby 1.9 uses a stricter
yaml parser, so be sure your hier yaml files are OK before attempting to
update or your agents will fail.
ok robert@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/11 08:57:59
Modified files:
databases : Makefile
databases/ruby-hiera: Makefile
devel/ruby-rgen: Makefile
Log message:
No need to pin the flavor to ruby18 since puppet uses 1.9 now
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/11 08:58:46
Modified files:
sysutils/mcollective: Makefile
sysutils/ruby-facter: Makefile
www/puppet-dashboard: Makefile
Log message:
sync w/ puppet and use ruby 1.9
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/11 08:59:59
Modified files:
mail/re-alpine : Makefile
Log message:
only RUN_DEPENDS on aspell where needed, ok/feedback aja
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2013/06/11 09:51:58
Modified files:
net/mosh : Makefile
Removed files:
net/mosh/patches: patch-src_frontend_mosh-server_cc
patch-src_frontend_stmclient_cc
Log message:
Remove patches unneeded now that we have locale(1).
ok dcoppa@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/06/11 09:59:16
Modified files:
include : inttypes.h
sys/sys : stdint.h
Log message:
Contrary to C99's advice, C++ TR1 and C++ 11 require that
and should unconditionally define all of their macros
regardless of whether the __STDC_*_MACROS macros are defined.
ok guenther, espie
bulk build tested by landry
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/06/11 10:00:50
Modified files:
distrib/beagle/miniroot: Makefile.inc
Log message:
Store mlo/u-boot.bin for all supported boards on miniroot to be copied
back in the installer for release(8).
While there switch u-boot config from boot.scr to uenv.txt
OK bmercer@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/06/11 10:04:43
Modified files:
distrib/beagle/ramdisk: install.md
Log message:
Create a small MSDOS partition from where u-boot will load the
kernel. Stolen from octeon/install.md
OK bmercer@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/11 10:42:19
Modified files:
sbin/badsect : badsect.c
sbin/disklabel : disklabel.c editor.c
sbin/dump : dump.h tape.c traverse.c
sbin/fdisk : mbr.c
sbin/fsck_ffs : dir.c extern.h fsck.h inode.c main.c pass1.c
pass1b.c pass2.c pass4.c pass5.c setup.c
utilities.c
sbin/fsdb : fsdb.h
sbin/fsirand : fsirand.c
sbin/growfs : debug.c growfs.c
sbin/ncheck_ffs: ncheck_ffs.c
sbin/newfs : mkfs.c newfs.c
sbin/quotacheck: quotacheck.c
sbin/scan_ffs : scan_ffs.c
sbin/tunefs : tunefs.c
share/man/man9 : VOP_LOOKUP.9 buffercache.9
sys/arch/alpha/alpha: machdep.c
sys/arch/alpha/stand: installboot.c
sys/arch/amd64/amd64: machdep.c
sys/arch/amd64/stand/installboot: installboot.c
sys/arch/amd64/stand/libsa: softraid.c
sys/arch/arm/arm: stubs.c
sys/arch/aviion/aviion: machdep.c
sys/arch/hp300/dev: ct.c hd.c mt.c
sys/arch/hp300/hp300: machdep.c
sys/arch/hppa/hppa: machdep.c
sys/arch/hppa64/hppa64: machdep.c
sys/arch/i386/i386: machdep.c
sys/arch/i386/stand/installboot: installboot.c
sys/arch/i386/stand/libsa: softraid.c
sys/arch/landisk/landisk: machdep.c
sys/arch/loongson/stand/boot: dev.c
sys/arch/luna88k/luna88k: disksubr.c machdep.c
sys/arch/macppc/macppc: machdep.c
sys/arch/mvme68k/mvme68k: machdep.c
sys/arch/mvme88k/mvme88k: machdep.c
sys/arch/octeon/dev: octcf.c
sys/arch/sh/include: cpu.h
sys/arch/sh/sh : sh_machdep.c
sys/arch/sparc/dev: fd.c presto.c xd.c xy.c
sys/arch/sparc/include: pmap.h
sys/arch/sparc/sparc: disksubr.c machdep.c pmap.c
sys/arch/sparc64/dev: fd.c
sys/arch/sparc64/include: pmap.h
sys/arch/sparc64/sparc64: disksubr.c machdep.c pmap.c
sys/arch/sparc64/stand/ofwboot: ofdev.c
sys/arch/vax/mscp: mscp_disk.c mscp_tape.c
sys/arch/vax/vax: machdep.c
sys/arch/vax/vsa: hdc9224.c
sys/dev : flash.c rd.c softraid.c softraid_aoe.c
softraid_concat.c softraid_crypto.c
softraid_raid0.c softraid_raid1.c
softraid_raid6.c softraid_raidp.c softraidvar.h
vnd.c
sys/dev/ata : wd.c wdvar.h
sys/dev/ic : ami.c
sys/dev/isa : fd.c
sys/isofs/cd9660: cd9660_bmap.c cd9660_lookup.c cd9660_vnops.c
iso_rrip.h
sys/isofs/udf : udf_vnops.c
sys/kern : spec_vnops.c subr_disk.c vfs_bio.c
vfs_cluster.c vfs_vops.c
sys/msdosfs : denode.h fat.h msdosfs_denode.c msdosfs_fat.c
msdosfs_lookup.c msdosfs_vnops.c
sys/nfs : nfs_bio.c nfs_var.h
sys/ntfs : ntfs.h ntfs_subr.c
sys/scsi : cd.c scsi_base.c scsiconf.h sd.c sdvar.h st.c
sys/sys : buf.h conf.h disklabel.h specdev.h types.h
vnode.h
sys/ufs/ext2fs : ext2fs.h ext2fs_alloc.c ext2fs_balloc.c
ext2fs_bmap.c ext2fs_extern.h
ext2fs_readwrite.c ext2fs_subr.c
ext2fs_vfsops.c
sys/ufs/ffs : ffs_alloc.c ffs_balloc.c ffs_extern.h
ffs_inode.c ffs_softdep.c ffs_softdep_stub.c
ffs_subr.c ffs_vfsops.c ffs_vnops.c fs.h
softdep.h
sys/ufs/ufs : inode.h quota.h ufs_bmap.c ufs_extern.h
ufs_quota.c ufs_quota_stub.c ufs_vnops.c
sys/uvm : uvm_pager.c uvm_swap.c
usr.sbin/quot : quot.c
Log message:
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
test period; i think 3 years ago the last bugs fell out.
ok otto beck others
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/11 10:59:50
Modified files:
lib/libc/crypt : arc4random.c
Log message:
spacing
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/06/11 11:54:40
Modified files:
databases/hs-postgresql-simple: Makefile distinfo
Log message:
Update to hs-postgresql-simple-0.3.3.1.
From maintainer David Schaefer.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/11 12:04:41
Added files:
sys/lib/libkern: memmove.c
Log message:
portable memmove(), for if an architecture lacks a custom optimized
version.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/11 12:13:38
Modified files:
sys/lib/libkern/arch/hppa: bcopy.m4
Log message:
Optimize memcpy(9) by always doing a forward copy; it should never be used
for overlapping copies. Attempt to be instruction cache friendly by turning
things around and make memcpy(9) use the forward copy branch of memmove(9),
and implement bcopy(9) by swapping its arguments and dropping into memmove(9).
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/11 12:14:57
Modified files:
sys/lib/libkern/arch/hppa: bcopy.S
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/11 12:15:55
Modified files:
sys/dev/pci : if_iwn.c if_wpi.c
sys/dev/ic : acx100.c ar5008.c ar9003.c rt2860.c
sys/net : slcompress.c
sys/net80211 : ieee80211_input.c
sys/netinet : ip_ah.c ip_output.c
sys/netinet6 : frag6.c
sys/sys : systm.h
sys/dev/wscons : wsemul_vt100_subr.c
sys/dev/rasops : rasops.c
sys/dev/pcmcia : cfxga.c
sys/arch/sgi/dev: impact.c
sys/arch/sgi/gio: grtwo.c
Log message:
Replace all ovbcopy with memmove; swap the src and dst arguments too
ok otto
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/11 12:17:25
Modified files:
sys/conf : files
Log message:
stop compiling ovbcopy support
ok kettenis
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/11 12:17:47
Removed files:
sys/lib/libkern/arch/alpha: ovbcopy.S
sys/lib/libkern/arch/amd64: ovbcopy.S
sys/lib/libkern/arch/arm: ovbcopy.S
sys/lib/libkern/arch/hppa: ovbcopy.S
sys/lib/libkern/arch/hppa64: ovbcopy.S
sys/lib/libkern/arch/i386: ovbcopy.S
sys/lib/libkern/arch/m68k: ovbcopy.S
sys/lib/libkern/arch/m88k: ovbcopy.S
sys/lib/libkern/arch/mips64: ovbcopy.S
sys/lib/libkern/arch/powerpc: ovbcopy.S
sys/lib/libkern/arch/sh: ovbcopy.S
sys/lib/libkern/arch/sparc: ovbcopy.S
sys/lib/libkern/arch/sparc64: ovbcopy.S
sys/lib/libkern/arch/vax: ovbcopy.S
Log message:
remove ovbcopy support
ok kettenis
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/06/11 12:37:37
Added files:
sys/arch/beagle/dev: sitara_cm.c sitara_cm.h sitara_cmreg.h
am335x_cm_padconf.c
Log message:
Add files for the sitara (am335x) Control Module driver.
From netbsd, almost unchanged for now.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/11 12:45:08
Modified files:
sys/crypto : key_wrap.c
Log message:
Replace more ovbcopy with memmove; swap the src and dst arguments too
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/11 12:45:25
Modified files:
sys/dev/usb : if_athn_usb.c if_run.c if_uath.c
Log message:
Replace more ovbcopy with memmove; swap the src and dst arguments too
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/06/11 13:00:42
Modified files:
lang/php/5.3 : Makefile distinfo
Log message:
security update to 5.3.26, which fixes about 15 bugs, including CVE-2013-2110
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2013/06/11 13:01:20
Modified files:
sys/kern : kern_sysctl.c spec_vnops.c vfs_bio.c
vfs_biomem.c vfs_vops.c
sys/sys : buf.h mount.h
sys/uvm : uvm_extern.h uvm_page.c
usr.bin/systat : iostat.c
Log message:
High memory page flipping for the buffer cache.
This change splits the buffer cache free lists into lists of dma reachable
buffers and high memory buffers based on the ranges returned by pmemrange.
Buffers move from dma to high memory as they age, but are flipped to dma
reachable memory if IO is needed to/from and high mem buffer. The total
amount of buffers allocated is now bufcachepercent of both the dma and
the high memory region.
This change allows the use of large buffer caches on amd64 using more than
4 GB of memory
ok tedu@ krw@ - testing by many.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/06/11 13:03:00
Modified files:
devel/pcre : Makefile distinfo
devel/pcre/pkg : PLIST
Log message:
update to 8.33
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/06/11 13:18:02
Modified files:
usr.bin/tmux : tty.c
Log message:
revert r1.156 "Add support for focus notifications when tmux pane changes"
beck@ found annoying beeps if a machine was shutdown while tmux is running
and you then focus in/out of an xterm; kettenis tracked it down to 1.156.
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/06/11 13:19:43
Modified files:
sys/arch/beagle/conf: GENERIC files.beagle
sys/arch/beagle/dev: am335x.c if_cpsw.c omap.c
Log message:
Activate the sitaracm driver. (beaglebone only)
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/11 13:39:09
Modified files:
sys/dev/pci/drm: drmP.h drm_drv.c
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Turn the allocation of GEM objects upside down and make the driver
responsible for allocating and freeing them. This is what Linux has been
doing for a while now, and will be needed for radeondrm(4) in the near
future.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/11 14:05:53
Modified files:
sys/lib/libkern/arch/hppa64: bcopy.m4
Log message:
Optimize memcpy(9) by always doing a forward copy; it should never be used
for overlapping copies. Attempt to be instruction cache friendly by turning
things around and make memcpy(9) use the forward copy branch of memmove(9),
and implement bcopy(9) by swapping its arguments and dropping into memmove(9).
Same change as the one just made to for hppa.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/11 14:06:18
Modified files:
sys/lib/libkern/arch/hppa64: bcopy.S
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: sobrado@cvs.openbsd.org 2013/06/11 14:16:37
Modified files:
share/man/man4 : fuse.4
Log message:
fix gratuitous uppercasing in document description (.Nd) macro and
manual page body.
ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: sobrado@cvs.openbsd.org 2013/06/11 14:17:02
Modified files:
share/man/man9 : fusebuf.9
Log message:
fix argument to document title (.Dt) macro in the manual page prologue.
ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: sobrado@cvs.openbsd.org 2013/06/11 14:20:52
Modified files:
share/man/man4 : fuse.4
share/man/man9 : fusebuf.9
Log message:
split "filesystem" and "mountpoints" as "file system" and "mount points",
respectively.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/11 15:03:39
Added files:
sys/dev/ic : mc68681.c mc68681reg.h mc68681var.h
Log message:
Overhaul the {aviion,mvme68k,mvme88k} dart(4) driver and move the truly
machine-independent parts to MI land.
The MI code now allow MD configuration of the various input and output ports,
to allow for proper DCD/RTS/DTR monitoring and control. It will also allow
the second set of baud rates to be used (when possible, i.e. if both ports
can use the same BRG), allowing for 38400 bps mode.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/11 15:06:31
Modified files:
sys/arch/mvme88k/conf: files.mvme88k
sys/arch/mvme88k/dev: dart.c
sys/arch/mvme88k/mvme88k: m181_machdep.c m188_machdep.c
Removed files:
sys/arch/mvme88k/dev: dartreg.h
Log message:
switch mvme88k to the MI dart(4) code. Tested on MVME181 and MVME188.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/11 15:16:15
Modified files:
sys/arch/alpha/alpha: locore.s
lib/libc/arch/alpha/string: bcopy.S
Log message:
bcopy (and family) can check for 0 length, but negative lengths should
proceed through to crash and show the bug.
ok miod
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/06/11 15:51:07
Modified files:
sys/arch/beagle/dev: am335x_cm_padconf.c sitara_cm.c sitara_cm.h
sitara_cmreg.h
Log message:
Add $OpenBSD$
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/11 15:51:55
Modified files:
sys/sys : buf.h
sys/kern : kern_sysctl.c vfs_bio.c vfs_biomem.c
Log message:
sprinkle knf fairy dust over new buf code
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/11 16:09:46
Log message:
Import x11/windowlab, a very lightweight WM that does click-to-focus but
not raise-on-focus.
ok rfreeman@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Jun-11
N ports/x11/windowlab/Makefile
N ports/x11/windowlab/distinfo
N ports/x11/windowlab/pkg/PLIST
N ports/x11/windowlab/pkg/DESCR
N ports/x11/windowlab/patches/patch-Makefile
N ports/x11/windowlab/patches/patch-menufile_c
N ports/x11/windowlab/patches/patch-windowlab_menurc
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/11 16:10:34
Modified files:
x11 : Makefile
Log message:
+windowlab
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/06/11 16:10:48
Log message:
Import PyPy
"A fast, compliant alternative implementation of the Python language"
From Laurence Tratt with input from sthen@ and myself.
OK sthen@: "ok sthen who says that beck should add it to torture"
Status:
Vendor Tag: edd
Release Tags: edd_20130611
N ports/lang/pypy/Makefile
N ports/lang/pypy/distinfo
N ports/lang/pypy/patches/patch-rpython_tool_udir_py
N ports/lang/pypy/patches/patch-rpython_translator_platform_openbsd_py
N ports/lang/pypy/patches/patch-ctypes_configure_cbuild_py
N ports/lang/pypy/pkg/DESCR
N ports/lang/pypy/pkg/PLIST
N ports/lang/pypy/pkg/PLIST.amd64
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/06/11 16:11:49
Modified files:
lang : Makefile
Log message:
Link pypy
CVSROOT: /cvs
Module name: src
Changes by: uebayasi@cvs.openbsd.org 2013/06/11 18:18:00
Modified files:
sys/dev/pci : if_vmx.c
Log message:
Almost identical diffs from brad@ and dlg@:
o OpenBSD'ify the vmx(4) receive filter handling code
o IFF_ALLMULTI is like hte OACTIVE flag in that its only ever set and
cleared by an interface driver. with that in mind, this reorders
the config to do that and take advantage of it to conditionally
configure the multicast filtering.
o It also makes the code check if any multicast ranges have been
configured, which every other driver interprets as "set ALLMULTI",
so we do too now.
o Add the usual ifdef INET guard to the ioctl code.
OK yasuoka@ dlg@
CVSROOT: /cvs
Module name: src
Changes by: uebayasi@cvs.openbsd.org 2013/06/11 18:19:36
Modified files:
sys/dev/pci : if_vmx.c
Log message:
Consistenly use bpf_mtap_ether(). From tsubai@.
CVSROOT: /cvs
Module name: src
Changes by: uebayasi@cvs.openbsd.org 2013/06/11 19:07:33
Modified files:
sys/dev/pci : if_vmx.c if_vmxreg.h
Log message:
Don't rely on __attribute__((__aligned__(x))) GCC extension. Explicitly pad descriptors.
No binary change.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/11 23:53:35
Modified files:
share/man/man4 : fuse.4
Log message:
sort SEE ALSO;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/11 23:56:53
Modified files:
share/man/man9 : fusebuf.9
Log message:
some simple initial fixes; this file still needs read properly
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/12 00:00:55
Modified files:
lib/libfuse : fuse.3
Log message:
some simple initial fixes; this file still needs read properly
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/06/12 00:20:21
Modified files:
www/chromium : Makefile distinfo
Log message:
update to 27.0.1453.110
CVSROOT: /cvs
Module name: www
Changes by: gilles@cvs.openbsd.org 2013/06/12 00:32:03
Modified files:
. : want.html
Log message:
if you have a used netbook collecting dust, i can give it shelter
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/12 00:37:05
Modified files:
productivity/tryton/account_invoice: Makefile
productivity/tryton/account_invoice/pkg: PLIST
Log message:
I forgot to update the PLIST...
spotted by Cedric Krier, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/12 02:29:53
Modified files:
lang/ruby : ruby.port.mk
Log message:
use find to select filenames; previous use of "* .*" was broken by recent
compliance changes in ksh. ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/12 04:34:18
Modified files:
usr.sbin/tftpd : Tag: OPENBSD_5_3 tftpd.c
Log message:
errata for a DoS found by Maxime Villard.
inability to oack would cause tftpd to segfault due to a double free when
it tried to clean up.
ok sthen@
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/06/12 04:36:13
Modified files:
. : errata53.html
Log message:
- bring across tftpd erratum from 5.2 (5.3-stable wasn't open when this was
first noted), with jasper@
- add erratum for vio(4) use-after-free and multicast bugs, req'd by sf@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/12 05:03:07
Modified files:
lang/ruby : ruby.port.mk
Log message:
Tweak previous, suggested by jca@; use 'pax [...] .' rather than using find.
Also fixes ruby-passenger which has spaces in filenames.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/12 05:42:01
Modified files:
sys/dev/usb : ehci.c ehcivar.h
sys/arch/beagle/dev: omehci.c
Log message:
Rework of the suspend/resume logic.
Do not places the ports into suspend mode now that we detach/attach
all USB devicess during a suspend/resume cycle.
Emit a reset when reinitializing the controller after resume and
try to use the same logic as in ehci_init().
Correctly wait for the controller to set the HCHalted bit to one
before attempting a reset.
Tested by many and have been in snap for a week.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/12 06:57:21
Modified files:
lang/gambit : Makefile
Log message:
add link to upstream issue tracker.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/12 07:30:59
Modified files:
usr.bin/pkg-config/OpenBSD: PkgConfig.pm
Log message:
drop any quotes from variables when pulling them out of the .pc file;
fixes parsing of the upstream freetype2.pc file.
original issue spotted by matthieu@
w/ espie@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/12 07:32:45
ports/devel/pear-Date-Holidays/Czech
Update of /cvs/ports/devel/pear-Date-Holidays/Czech
In directory cvs.openbsd.org:/tmp/cvs-serv29681/Czech
Log Message:
Directory /cvs/ports/devel/pear-Date-Holidays/Czech added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/12 07:32:46
ports/devel/pear-Date-Holidays/Czech/pkg
Update of /cvs/ports/devel/pear-Date-Holidays/Czech/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv29681/Czech/pkg
Log Message:
Directory /cvs/ports/devel/pear-Date-Holidays/Czech/pkg added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/12 07:32:47
ports/devel/pear-Date-Holidays/Serbia
Update of /cvs/ports/devel/pear-Date-Holidays/Serbia
In directory cvs.openbsd.org:/tmp/cvs-serv29681/Serbia
Log Message:
Directory /cvs/ports/devel/pear-Date-Holidays/Serbia added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/12 07:32:48
ports/devel/pear-Date-Holidays/Serbia/pkg
Update of /cvs/ports/devel/pear-Date-Holidays/Serbia/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv29681/Serbia/pkg
Log Message:
Directory /cvs/ports/devel/pear-Date-Holidays/Serbia/pkg added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/12 07:35:11
Modified files:
devel/pear-Date-Holidays: Makefile
devel/pear-Date-Holidays/Austria: Makefile distinfo
devel/pear-Date-Holidays/pear-Date-Holidays: Makefile distinfo
Added files:
devel/pear-Date-Holidays/Czech: Makefile distinfo
devel/pear-Date-Holidays/Czech/pkg: DESCR PLIST
devel/pear-Date-Holidays/Serbia: Makefile distinfo
devel/pear-Date-Holidays/Serbia/pkg: DESCR PLIST
Log message:
updates for pear-Date-Holidays-foo, from maintainer Johan Huldtgren
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/12 08:02:53
Modified files:
sysutils/ruby-puppet/3: Makefile
sysutils/ruby-puppet/3/pkg: PLIST
Log message:
create hieradata dir now that puppet depends hiera. req'd by aja@
ok robert@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/12 08:28:41
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Oops. I looked at slightly newer Linux code when doing the previous change.
This fixes things up to better match Linux 3.8.x, which we're currently
tracking. No functional change.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/06/12 09:29:24
Modified files:
sysutils/ansible: Makefile distinfo
sysutils/ansible/pkg: PLIST
Log message:
update to ansible 1.2
ok sthen@ ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 10:44:22
Modified files:
sys/lib/libkern: memcpy.c
Log message:
From now on, the MI libkern memcpy should not do overlap handling.
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2013/06/12 12:53:24
Modified files:
games/wesnoth : Makefile distinfo
games/wesnoth/pkg: PLIST
Log message:
Update wesnoth to 1.10.6. Reminded by Ingo Schwarze.
It's bugfix release of stable branch, some translations updated.
Full changelog:
http://svn.gna.org/viewcvs/*checkout*/wesnoth/tags/1.10.6/changelog
Fix permissions on /var/wesnothd. Found by chrisz@ with /usr/libexec/security.
Regen WANTLIB, asked by sthen@
OK schwarze@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 13:07:40
Modified files:
sys/dev/isa : lpt_isa.c
sys/dev/ic : lpt.c lptvar.h
Log message:
Add suspend/resume support to lpt. Basically, ensure that DACT_SUSPEND
stops the timeouts, and that DVACT_RESUME unwedges the soft state and
bring the hardware state back to normal operation.
Tested by rpe, thanks a lot!
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/06/12 13:11:37
Modified files:
. : donations.html
Log message:
partially balance
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/12 13:17:05
Modified files:
mail/re-alpine : Makefile
Log message:
oh *that*'s where the existing REVISION entries were hiding...actually bump
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/06/12 14:36:34
Modified files:
audio/squeezecenter: Makefile
benchmarks/sysbench: Makefile
databases : Makefile
databases/dbic++: Makefile
databases/hs-HDBC-mysql: Makefile
databases/libdbi-drivers: Makefile
databases/luadbi: Makefile
databases/mariadb: Makefile
databases/mysql: Makefile
databases/mysql/pkg: PLIST-main PLIST-server PLIST-tests
databases/mysqlcc: Makefile
databases/p5-Class-DBI-mysql: Makefile
databases/p5-DBD-mysql: Makefile
databases/py-mysql: Makefile
databases/ruby-do_mysql: Makefile
databases/ruby-mysql: Makefile
databases/ruby-mysql2: Makefile
databases/ruby-swift-db-mysql: Makefile
devel/mysql++ : Makefile
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
games/rftg : Makefile
lang/io : Makefile
lang/php : Makefile.inc
lang/php/5.2 : Makefile
lang/php/5.3 : Makefile
mail/bmf : Makefile
mail/courier-authlib: Makefile
mail/dovecot : Makefile
mail/dspam : Makefile
mail/exim : Makefile
mail/perdition : Makefile
mail/postfix : Makefile.inc
mail/postfix/snapshot: Makefile
mail/postfix/stable: Makefile
mail/zarafa/zarafa: Makefile
net/freeradius : Makefile
net/gnugk : Makefile
net/jabberd : Makefile
net/nagios/plugins: Makefile
net/nedi : Makefile
net/pmacct : Makefile
net/poco : Makefile
net/powerdns : Makefile
net/pure-ftpd : Makefile
net/rtg : Makefile
net/zabbix : Makefile
productivity/akonadi: Makefile
security/cvechecker: Makefile
security/cyrus-sasl2: Makefile
security/hydra : Makefile
security/samhain: Makefile
sysutils/bacula: Makefile
sysutils/cfengine: Makefile
sysutils/collectd: Makefile
sysutils/rsyslog: Makefile
telephony/asterisk: Makefile
telephony/kamailio: Makefile
textproc/redland: Makefile
textproc/sphinx: Makefile
www/cherokee : Makefile
www/lighttpd : Makefile
www/mod_auth_mysql: Makefile
www/mod_log_sql: Makefile
www/mod_mp3 : Makefile
www/sope : Makefile
www/squidguard : Makefile
x11/gnome/libgda: Makefile
x11/gnustep/sqlclient: Makefile
x11/kde/office3: Makefile
x11/qt3 : Makefile
x11/qt4 : Makefile
Log message:
Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.
Input from and Ok sthen@ jasper@
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/06/12 14:39:24
Modified files:
lang/php/5.3 : Tag: OPENBSD_5_3 Makefile distinfo
Log message:
security update to 5.3.26, which fixes about 15 bugs, including CVE-2013-2110
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/12 14:58:47
Modified files:
telephony/asterisk-sounds/extra-sounds: Makefile.inc
Log message:
cope with the ksh changes in exec.c:1.50
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 15:22:51
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.beagle md.hp300 md.hppa md.hppa64
md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.vax md.zaurus
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2013/06/12 15:27:22
Modified files:
gnu/usr.sbin/sendmail: CACerts RELEASE_NOTES
gnu/usr.sbin/sendmail/cf/m4: version.m4
gnu/usr.sbin/sendmail/doc/op: op.me
gnu/usr.sbin/sendmail/include/sm: config.h io.h
gnu/usr.sbin/sendmail/libmilter: sm_gethost.c
gnu/usr.sbin/sendmail/libsm: cf.c fget.c
gnu/usr.sbin/sendmail/mailstats: mailstats.c
gnu/usr.sbin/sendmail/makemap: makemap.c
gnu/usr.sbin/sendmail/praliases: praliases.c
gnu/usr.sbin/sendmail/rmail: rmail.c
gnu/usr.sbin/sendmail/sendmail: alias.c collect.c conf.c
control.c deliver.c main.c map.c
mci.c milter.c mime.c
parseaddr.c queue.c readcf.c
recipient.c savemail.c
sendmail.h sfsasl.c srvrsmtp.c
tls.c usersmtp.c util.c
version.c
gnu/usr.sbin/sendmail/vacation: vacation.c
Added files:
gnu/usr.sbin/sendmail/cf/ostype: solaris11.m4
Log message:
Update to sendmail-8.14.7
Verbatim sources, with s/$Id/$Sendmail/ patches, local build system and
config tweaks kept.
tested and ok millert@ ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/12 16:36:06
Modified files:
lib/libfuse : Makefile fuse.c fuse_private.h
Added files:
lib/libfuse : fuse_opt.c fuse_opt.h
Log message:
fuse_opt support from Sylvestre
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/12 16:38:08
Modified files:
lib/libfuse : fuse_opt.c
Log message:
style
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/12 16:42:52
Modified files:
lib/libfuse : fuse_opt.c
Log message:
correct realloc usage
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/12 16:44:42
Modified files:
lib/libfuse : fuse.c fuse_opt.c
Log message:
style for loops
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/12 16:55:02
Modified files:
sys/miscfs/fuse: fuse_device.c fuse_lookup.c fuse_vfsops.c
fuse_vnops.c
Log message:
remove extra whitespace
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 20:18:31
Modified files:
sys/lib/libkern/arch/amd64: bcopy.S memcpy.S memmove.S
Log message:
merge bcopy/memcpy/memmove into one function.
ok mlarkin tedu
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 20:25:19
Modified files:
sys/lib/libkern/arch/alpha: bcopy.S memcpy.S memmove.S
Log message:
merge memcpy/memmove/bcopy into one file, with sub-jumps.
ok .... I guess noone, because it is summer
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 20:26:15
Modified files:
sys/lib/libkern/arch/i386: bcopy.S memcpy.S memmove.S
Log message:
merge bcopy/memmove/memcpy into one file, with jumps so that it is more
likely to be in the cache (like how the explanation is split between
multiple commits?)
tested by various
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 20:26:53
Modified files:
sys/arch/i386/i386: locore.s
Log message:
bcopy/memmove/memcpy are now in libkern
tested by various
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 20:27:23
Modified files:
sys/arch/alpha/alpha: locore.s
Log message:
bcopy/memmove/memcpy are now in libkern
tested, but noone commented because it is apparently summer
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 21:15:08
Modified files:
distrib/sets/lists/base: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/06/12 21:57:40
Modified files:
sys/dev/pci : pcidevs
Log message:
Add some missing Intel pci devices found on various machines
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: mlarkin@cvs.openbsd.org 2013/06/12 21:58:21
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
regen for previous commit
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 21:58:22
Modified files:
sys/lib/libkern/arch/vax: bcopy.S memcpy.S memmove.S
Log message:
same bcopy/memmove/memcpy methodology for vax.
checked over by mlarkin
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 21:59:03
Modified files:
sys/lib/libkern/arch/m88k: copy_subr.S
Log message:
ovbcopy begone
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/06/12 22:13:47
Modified files:
libexec/ld.so/alpha: rtld_machine.c
libexec/ld.so/amd64: rtld_machine.c
libexec/ld.so/arm: rtld_machine.c
libexec/ld.so/hppa: rtld_machine.c
libexec/ld.so/i386: rtld_machine.c
libexec/ld.so/m68k: rtld_machine.c
libexec/ld.so/m88k: rtld_machine.c
libexec/ld.so/mips64: rtld_machine.c
libexec/ld.so/powerpc: rtld_machine.c
libexec/ld.so/sh: rtld_machine.c
libexec/ld.so/sparc: rtld_machine.c
libexec/ld.so/sparc64: rtld_machine.c
Log message:
Appease LLVM warning..
error: indirection of non-volatile null pointer will be deleted, not trap [-Werror,-Wnull-dereference]
Suggestion from matthew@
Ok matthew@ miod@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 22:15:13
Modified files:
sys/arch/sparc/sparc: locore.s
Log message:
ovbcopy begone
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 22:33:26
Added files:
sys/lib/libkern: bcopy.c
Log message:
take libc bcopy, gut the #ifdefs for other modes, and place it here.
Now deficient architectures can use this if they need to.
conf/files already tries to pull this in (pointed out by mlarkin)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 22:34:34
Modified files:
sys/arch/powerpc/conf: files.powerpc
Removed files:
sys/arch/powerpc/powerpc: bcopy.c
Log message:
don't use a ridiculous private copy of bcopy which is just like libc.
At least try to do a better job in libkern (not yet, but one day soon)
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 23:12:51
Modified files:
sys/arch/vax/include: param.h
Log message:
ovbcopy begone
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/12 23:13:12
Modified files:
sys/arch/arm/include: param.h
Log message:
ovbcopy begone
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/06/12 23:28:14
Modified files:
sys/dev/pci/drm: radeon_drm.h
Log message:
sync the userland facing radeon_drm.h with linux
ok mpi@ kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/06/13 00:42:25
Modified files:
lang/php/5.3 : Tag: OPENBSD_5_3 distinfo
Log message:
fix distinfo
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/13 00:44:08
Modified files:
lang/gcc/4.6 : Makefile distinfo
lang/gcc/4.8 : Makefile distinfo
Log message:
Fix gcc's on sparc64 by using a regen'ed ada boostrap. From tobiasu@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/06/13 01:23:52
Modified files:
graphics/pngcrush: Makefile distinfo
Log message:
Update pngcrush to 1.7.62.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/13 01:27:50
Modified files:
mail/mimedefang: Makefile distinfo
mail/mimedefang/patches: patch-mimedefang_pl_in
Log message:
Minor update to mimedefang-2.74.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/13 02:37:20
Modified files:
sysutils/ruby-facter: Makefile
sysutils/ruby-facter/patches:
patch-lib_facter_physicalprocessorcount_rb
Log message:
Make the facter addition for physicalprocessorcount more generic, just like
how is done for other operating systems.
ok robert@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/06/13 02:47:46
Modified files:
www/privoxy : Makefile distinfo
www/privoxy/patches: patch-GNUmakefile_in patch-config
patch-configure_in
Log message:
Update privoxy to 3.0.21.
ok merdely@ (maintainer)
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/13 03:05:02
xenocara/lib/libGL/gallium/drivers/r300
Update of /cvs/xenocara/lib/libGL/gallium/drivers/r300
In directory cvs.openbsd.org:/tmp/cvs-serv28900/r300
Log Message:
Directory /cvs/xenocara/lib/libGL/gallium/drivers/r300 added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/13 03:07:22
xenocara/lib/libGL/dri/r300g
Update of /cvs/xenocara/lib/libGL/dri/r300g
In directory cvs.openbsd.org:/tmp/cvs-serv29951/r300g
Log Message:
Directory /cvs/xenocara/lib/libGL/dri/r300g added to the repository
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/06/13 03:11:51
Modified files:
sbin/iked : ikev2.c
Log message:
Add support for protected-subnet config types.
From Ryan Slack
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/06/13 04:32:31
Modified files:
devel/git : Makefile distinfo
Log message:
Update git to 1.8.3.1.
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/13 04:39:28
Modified files:
lib/libGL : Makefile
lib/libGL/dri : Makefile
lib/libGL/gallium/drivers: Makefile Makefile.inc
Added files:
lib/libGL/dri/r300g: Makefile
lib/libGL/gallium/drivers/r300: Makefile
Log message:
add the build infrastructure for the gallium r300 driver
based on an earlier diff from mpi@
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/06/13 04:46:06
Modified files:
sysutils/cyphertite: Makefile distinfo
Log message:
Update cyphertite to 1.6.1.
from David Hill (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/06/13 05:23:54
Modified files:
sys/dev/pci : if_bgereg.h
Log message:
Random TX Backoff Register mask must be 0x3FF; ok beck, dlg
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/13 05:27:56
Modified files:
sys/arch/alpha/stand/bootxx: Makefile
Log message:
use right source files from libkern
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/13 05:29:20
Modified files:
sys/arch/powerpc/include: param.h
Log message:
ovbcopy begone
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/13 05:31:44
Modified files:
www/yaws/patches: patch-scripts_regular-install
Log message:
handle changes to ksh set -e handling, ok jasper
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/13 05:42:43
Log message:
import ports/comms/chirp, ok benoit@
CHIRP is a free, open-source tool for programming amateur radios.
It supports a large number of manufacturers and models, as well as
provides a way to interface with multiple data sources and formats.
CHIRP's focus is to support reading and writing the memory channels
of as many radio models as possible. This provides the ability to
exchange your programming information between dissimilar radios.
It does not focus on supporting every single knob and setting that
each radio supports.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130613
N ports/comms/chirp/Makefile
N ports/comms/chirp/distinfo
N ports/comms/chirp/pkg/PLIST
N ports/comms/chirp/pkg/DESCR
N ports/comms/chirp/patches/patch-setup_py
N ports/comms/chirp/patches/patch-chirp_platform_py
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/13 05:43:02
Modified files:
comms : Makefile
Log message:
+chirp
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/13 06:11:49
Modified files:
sys/lib/libkern/arch/amd64: memmove.S
Log message:
Remove pointless instruction in the memcpy path that snuck in with the
previous commit.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/13 06:15:52
Modified files:
sys/netinet : ip_input.c
Log message:
Move the local delivery code from ipv4_input() into its own function and
unify some return statements while here.
ok bluhm@, henning@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/13 06:17:23
Modified files:
sys/netinet6 : ip6_input.c
Log message:
Merge two blocks where we drop the packet to reduce the differences with
ipv4_inpu(), no functional change.
ok bluhm@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/13 06:20:43
Modified files:
sysutils/libvirt: Makefile distinfo
sysutils/libvirt/patches: patch-src_Makefile_in
Log message:
update to libvirt-1.0.5.2
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/13 07:08:53
Modified files:
x11/dbus : Makefile distinfo
x11/dbus/patches: patch-bus_Makefile_in patch-dbus_Makefile_in
patch-dbus_dbus-sysdeps-unix_c
patch-test_Makefile_in patch-tools_Makefile_in
Log message:
SECURITY update to DBus 1.6.12:
CVE-2013-2168: fix misuse of va_list that could be used as a denial of
service for system services.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/13 07:39:00
Modified files:
www/webacula : Makefile
www/webacula/patches: patch-install_SqLite_20_acl_make_tables_sh
Added files:
www/webacula/patches: patch-install_MySql_20_acl_make_tables_sh
patch-install_PostgreSql_20_acl_make_tables_sh
Log message:
increase last_ip to varchar(40) so ipv6 fits, ok aja@
CVSROOT: /cvs
Module name: src
Changes by: aoyama@cvs.openbsd.org 2013/06/13 07:42:12
Modified files:
sys/arch/luna88k/luna88k: conf.c
Log message:
Add missing '#include "fuse.h"' in previous change.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/13 08:45:00
Modified files:
sys/lib/libkern/arch/sh: bcopy.S memcpy.S memmove.S
Log message:
rework the memcpy family to all use one function body and implement
desired semantics. ok deraadt
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/13 08:50:27
Modified files:
x11/dbus : Tag: OPENBSD_5_3 Makefile
x11/dbus/patches: Tag: OPENBSD_5_3
patch-dbus_dbus-sysdeps-unix_c
Added files:
x11/dbus/patches: Tag: OPENBSD_5_3 patch-dbus_dbus-sysdeps-win_c
Log message:
CVE-2013-2168: Fix misuse of va_list that could be used as a denial of
service for system services.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/06/13 09:00:04
Modified files:
sys/sys : buf.h
sys/kern : kern_sysctl.c vfs_bio.c vfs_biomem.c
Log message:
beck would prefer to keep things just as they were for a while longer.
undo style changes.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/13 09:03:08
Modified files:
sys/lib/libkern/arch/mips64: bcopy.S memcpy.S memmove.S
Log message:
merged bcopy/memmove/memcpy
tested by bcallah, proofed by jasper, ok tedu
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/13 09:11:36
Modified files:
sys/lib/libkern/arch/hppa: memcpy.S
sys/lib/libkern/arch/hppa64: memcpy.S
sys/lib/libkern/arch/sparc64: bcopy.S memcpy.S
Log message:
syncronize "look in other file" messages
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/13 09:34:04
Modified files:
sys/arch/solbourne/solbourne: locore.s
Log message:
ovbcopy begone
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/13 10:27:46
Modified files:
databases/mysql: Makefile
Log message:
Unbreak packaging, pkgspec didn't match after EPOCH was bumped.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/13 12:13:54
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
work around what's probably a bug in our ksh in sh mode.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/13 12:24:21
Modified files:
distrib/notes/octeon: install
Log message:
whitespace
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/13 13:11:13
Modified files:
sys/arch/sparc64/sparc64: locore.s
Log message:
Remove some disabled debugging code that hasn't been used for ages.
No binary change.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/13 13:33:04
Modified files:
sys/arch/sparc64/sparc64: locore.s
Log message:
Get rid of the VIS-optimized bcopy/bzero code. This has never been enabled,
but did get compiled in. Made locore.s even more intimidating.
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/13 13:33:59
Modified files:
sys/lib/libkern/arch/sparc: bcopy.S memcpy.S memmove.S
sys/arch/sparc/sparc: locore.s
Log message:
new integral bcopy/memmove/memcpy, pulled out of sparc locore
tested by beck
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/13 13:43:09
Modified files:
bin/ksh : sh.1 ksh.1
Log message:
Document correct interaction of -e flag with && and ||. OK jmc@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/13 14:01:01
Modified files:
sys/arch/octeon/stand/boot: machdep.c uart.c
Log message:
- fix devboot() to properly retrieve octcf0a and add a comment for later
- call boot() so we get to play with the prompt; turns out there's an issue
where the first 2-3 readline reads from the uart result in no data...to be
investigated.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/13 14:03:59
Modified files:
sys/arch/sparc64/sparc64: locore.s
Log message:
Remove a remnant of the VIS optimized bcopy code that was hiding in a delay
slot.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/13 15:06:58
Modified files:
sys/netinet6 : in6.c
Log message:
As it is correct that the loopback address has no prefix, do not
complain about a missing prefix for ::1 in in6_unlink_ifa(). Also
log the actual IPv6 address in the error message instead of the
kernel pointer of the interface address.
OK sthen@ mpi@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/13 15:23:33
Modified files:
www/chromium : Makefile
Added files:
www/chromium/patches:
patch-tools_gyp_pylib_gyp_generator_ninja_py
Log message:
switch the chromium build from gmake to ninja which uses hugely less cpu
time. testing by me and espie, looks good to robert@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/13 15:47:28
Modified files:
driver/xf86-video-trident/src: trident_dga.c
Log message:
Fix loading the driver without XAA
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/13 15:48:11
Modified files:
driver/xf86-video-trident/src: trident.h trident_driver.c
Log message:
Fix initialization of shadowfb with modern X servers.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/13 15:50:05
Modified files:
driver/xf86-video-neomagic/src: neo_dga.c
Log message:
Fix loading the driver without XAA
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/13 15:52:08
Modified files:
driver/xf86-video-neomagic/src: neo.h neo_driver.c
Log message:
Fix initialization of shadowfb with modern X servers
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/13 15:53:26
Modified files:
driver/xf86-video-i740/src: i740_dga.c
Log message:
Fix loading the driver without XAA
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/13 19:00:24
Modified files:
sys/arch/i386/conf: RAMDISK
Log message:
give up on fitting siop
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/13 23:14:22
Modified files:
lib/libGL/gallium/drivers/r300: Makefile
Log message:
fix rcsid
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2013/06/14 02:11:20
ports/x11/yakuake/patches
Update of /cvs/ports/x11/yakuake/patches
In directory cvs.openbsd.org:/cvs.d/hack/jca/yakuake/patches
Log Message:
Directory /cvs/ports/x11/yakuake/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2013/06/14 02:13:36
Added files:
graphics/libkexiv2/patches:
patch-libkexiv2_libkexiv2_Makefile_in
x11/yakuake/patches: patch-yakuake_src_Makefile_in
Log message:
Fixup after recent sh -e changes.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2013/06/14 02:15:28
Modified files:
multimedia/k3b : Makefile
Log message:
Fixup after recent sh -e changes. It is easier to set USE_GMAKE = Yes
than to patch 30+ files (GNU make doesn't use sh -e by default).
ok sthen@
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/06/14 03:47:42
Modified files:
. : plus.html
Log message:
plus.html for May 3-8, ok jj@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/14 04:41:01
Modified files:
x11/gnome/gvfs : Makefile distinfo
Removed files:
x11/gnome/gvfs/patches: patch-metadata_metatree_c
Log message:
Update to gvfs-1.16.3.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/14 05:59:09
Modified files:
security/gnutls: Makefile
Added files:
security/gnutls/patches: patch-lib_gnutls_cipher_c
Log message:
Security fix for CVE-2013-2116,
GnuTLS TLS Record Decoding Denial of Service Vulnerability
ok aja@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/14 06:06:54
Modified files:
security/gnutls: Tag: OPENBSD_5_3 Makefile
Added files:
security/gnutls/patches: Tag: OPENBSD_5_3
patch-lib_gnutls_cipher_c
Log message:
Security fix for CVE-2013-2116,
GnuTLS TLS Record Decoding Denial of Service Vulnerability
ok aja@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/14 06:39:04
Modified files:
sys/lib/libkern/arch/hppa: bcopy.m4
Log message:
Fix memcpy/memmove return value.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/14 06:39:23
Modified files:
sys/lib/libkern/arch/hppa: bcopy.S
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/14 06:40:03
Modified files:
sys/lib/libkern/arch/hppa64: bcopy.m4
Log message:
Fix memcpy/memmove return value.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/14 06:40:25
Modified files:
sys/lib/libkern/arch/hppa64: bcopy.S
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/14 06:45:18
Modified files:
sys/lib/libkern/arch/hppa: bcopy.m4
sys/lib/libkern/arch/hppa64: bcopy.m4
Log message:
ovbcopy begone
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/14 06:45:55
Modified files:
sys/lib/libkern/arch/hppa: bcopy.S
sys/lib/libkern/arch/hppa64: bcopy.S
Log message:
regen
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/06/14 07:13:37
Modified files:
databases/mysql: Makefile distinfo
Log message:
Update to 5.1.70
fixes lot of memory leaks and other bugs.
Full changelog available at http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-70.html
Take care to this change:
The url columns in the mysql database help tables were too short to hold some of the URLs in the help content.
For upgrades, mysql_upgrade does not update the columns. Modify them manually using these statements:
ALTER TABLE mysql.help_category MODIFY url TEXT NOT NULL;
ALTER TABLE mysql.help_topic MODIFY url TEXT NOT NULL;
ok brad@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/14 07:35:35
Modified files:
x11/gnome/user-docs: Makefile distinfo
x11/gnome/user-docs/pkg: PLIST
Log message:
Update to gnome-user-docs-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: pirofti@cvs.openbsd.org 2013/06/14 07:49:50
Log message:
Import ntfs-3g (2013.1.13)
NTFS-3G is a stable, full-featured, read-write NTFS driver for Linux,
Android, Mac OS X, FreeBSD, NetBSD, OpenBSD, OpenSolaris, QNX, Haiku,
and other operating systems. It provides safe handling of the
Windows XP, Windows Server 2003, Windows 2000, Windows Vista,
Windows Server 2008 and Windows 7 NTFS file systems.
This still needs a few patches in libfuse that will be committed soon
and of course a kernel with FUSE enabled.
Until these issues are fixed the port won't be linked to the build.
Tested on amd64 on a 32G NTFS partition. Reads and writes seem to work
like a charm.
Okay landry@, ajacoutot@
Status:
Vendor Tag: pirofti
Release Tags: pirofti_20130614
N ports/sysutils/ntfs-3g/Makefile
N ports/sysutils/ntfs-3g/distinfo
N ports/sysutils/ntfs-3g/patches/patch-configure
N ports/sysutils/ntfs-3g/patches/patch-ntfsprogs_ntfsclone_c
N ports/sysutils/ntfs-3g/patches/patch-src_ntfs-3g_c
N ports/sysutils/ntfs-3g/patches/patch-src_Makefile_in
N ports/sysutils/ntfs-3g/patches/patch-ntfsprogs_Makefile_in
N ports/sysutils/ntfs-3g/patches/patch-libntfs-3g_Makefile_in
N ports/sysutils/ntfs-3g/pkg/DESCR
N ports/sysutils/ntfs-3g/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: www
Changes by: beck@cvs.openbsd.org 2013/06/14 07:53:01
www/papers/bsdcan13-buf
Update of /cvs/www/papers/bsdcan13-buf
In directory cvs.openbsd.org:/tmp/cvs-serv31509/bsdcan13-buf
Log Message:
Directory /cvs/www/papers/bsdcan13-buf added to the repository
CVSROOT: /cvs
Module name: www
Changes by: beck@cvs.openbsd.org 2013/06/14 07:54:00
Added files:
papers/bsdcan13-buf: index.html mgp00001.html mgp00001.idx.jpg
mgp00001.jpg mgp00001.txt mgp00002.html
mgp00002.idx.jpg mgp00002.jpg mgp00002.txt
mgp00003.html mgp00003.idx.jpg mgp00003.jpg
mgp00003.txt mgp00004.html mgp00004.idx.jpg
mgp00004.jpg mgp00004.txt mgp00005.html
mgp00005.idx.jpg mgp00005.jpg mgp00005.txt
mgp00006.html mgp00006.idx.jpg mgp00006.jpg
mgp00006.txt mgp00007.html mgp00007.idx.jpg
mgp00007.jpg mgp00007.txt mgp00008.html
mgp00008.idx.jpg mgp00008.jpg mgp00008.txt
mgp00009.html mgp00009.idx.jpg mgp00009.jpg
mgp00009.txt mgp00010.html mgp00010.idx.jpg
mgp00010.jpg mgp00010.txt mgp00011.html
mgp00011.idx.jpg mgp00011.jpg mgp00011.txt
mgp00012.html mgp00012.idx.jpg mgp00012.jpg
mgp00012.txt mgp00013.html mgp00013.idx.jpg
mgp00013.jpg mgp00013.txt mgp00014.html
mgp00014.idx.jpg mgp00014.jpg mgp00014.txt
mgp00015.html mgp00015.idx.jpg mgp00015.jpg
mgp00015.txt mgp00016.html mgp00016.idx.jpg
mgp00016.jpg mgp00016.txt mgp00017.html
mgp00017.idx.jpg mgp00017.jpg mgp00017.txt
mgp00018.html mgp00018.idx.jpg mgp00018.jpg
mgp00018.txt
Log message:
bsdcan talk from 2013
CVSROOT: /cvs
Module name: www
Changes by: beck@cvs.openbsd.org 2013/06/14 08:47:03
Modified files:
papers : index.html
Log message:
add bsdcan13 cache talk
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/14 09:37:30
Modified files:
misc/teseq : Makefile distinfo
misc/teseq/pkg : PLIST
Removed files:
misc/teseq/patches: patch-src_teseq-post_sed patch-tests_run_in
Log message:
maintenance update to 1.1; remove fairly useless "test" flavor
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/06/14 10:02:07
Log message:
import gti-1.0:
It's a program that displays a badly made ASCII-art animation to
punish you for your typing error - and after that magically launches
the command you meant to launch.
This whole thing is heavily inspired by sl, which displays a steam
locomotive. However, gti is actually nicer than sl as it at least
executes git after the animation. :-)
ok ajacoutot@
Status:
Vendor Tag: robert
Release Tags: robert_20130614
N ports/games/gti/Makefile
N ports/games/gti/distinfo
N ports/games/gti/pkg/DESCR
N ports/games/gti/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/06/14 10:03:25
Modified files:
games : Makefile
Log message:
+gti
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/14 10:16:34
Modified files:
x11/gnome/documents: Makefile distinfo
Log message:
Update to gnome-documents-3.8.3.1.
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/06/14 10:25:54
Modified files:
sys/dev/pci : if_ix.c
Log message:
Correct interrupt moderation setting for 82598; tested on the CX4 version
CVSROOT: /cvs
Module name: ports
Changes by: matthew@cvs.openbsd.org 2013/06/14 10:39:39
Modified files:
devel/ninja : Makefile distinfo
devel/ninja/pkg: DESCR PLIST
Log message:
Update devel/ninja to v1.3.4. Also, install asciidocs and
shell/editor integration scripts.
ok espie
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/14 12:18:38
Modified files:
x11/gnome/gdm : Makefile distinfo
x11/gnome/gdm/patches: patch-daemon_Makefile_in
patch-data_Makefile_in
x11/gnome/gdm/pkg: PLIST
Removed files:
x11/gnome/gdm/patches: patch-daemon_gdm-manager_c
patch-daemon_gdm-session_c
patch-data_gdm-shell-with-fallback_session_in
patch-gui_simple-greeter_extensions_smartcard_gdm-smartcard-worker_c
patch-gui_simple-greeter_gdm-remote-login-window_c
Log message:
Update to gdm-3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: syl@cvs.openbsd.org 2013/06/14 12:52:19
Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD
Log message:
add myself.
OK gilles@
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/14 12:55:11
Modified files:
usr.sbin/nginx : README.OpenBSD
usr.sbin/nginx/src/pcre: pcre.h pcre_compile.c pcre_exec.c
pcre_fullinfo.c pcre_internal.h
pcre_tables.c pcre_xclass.c
Log message:
update the internal pcre library to 8.33
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/14 13:05:14
Modified files:
comms/chirp : Makefile
Log message:
fix deps; py-libxml not py-lxml
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/14 13:49:19
Modified files:
usr.sbin/bgpd : bgpd.8
Log message:
grammar. ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/14 14:10:18
Added files:
bin/ksh/tests : obsd-regress.t
Log message:
Adapt OpenBSD ksh regress tests to the pdksh test harness.
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/14 14:11:11
Modified files:
bin/ksh/tests : th
Log message:
Exit with non-zero status if a test unexpectedly failed.
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/14 14:31:56
Modified files:
bin/ksh/tests : th
Log message:
Use mkstemp/mkdtemp not $$ for temp files.
CVSROOT: /cvs
Module name: src
Changes by: syl@cvs.openbsd.org 2013/06/14 14:40:41
Modified files:
lib/libfuse : Makefile fuse.3 fuse.c fuse.h
Log message:
add support for fuse_version(3). Needed by ntfs-3g.
Ok beck@ and pirofti@.
CVSROOT: /cvs
Module name: src
Changes by: syl@cvs.openbsd.org 2013/06/14 14:49:06
Modified files:
lib/libfuse : Makefile fuse.3 fuse.c fuse.h fuse_private.h
Log message:
Add support for fuse_get_context(3) needed by ntfs-3g.
OK pirofti@ and beck@ "assuming I am getting to setting
the initial pid/gid/uid values correctly soon".
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/14 14:52:08
Modified files:
bin/ksh/tests : th
Log message:
Add -T option to set the temp dir.
CVSROOT: /cvs
Module name: src
Changes by: syl@cvs.openbsd.org 2013/06/14 14:56:11
Modified files:
lib/libfuse : fuse_ops.c
Log message:
hard code default values in the struct stat returned by getattr.
Some poor fuse client does not set all the struct stat fields...
OK pirofti@ and beck@
CVSROOT: /cvs
Module name: src
Changes by: syl@cvs.openbsd.org 2013/06/14 14:58:28
Modified files:
lib/libfuse : fuse.h
Log message:
style change.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/14 15:21:54
Modified files:
driver/xf86-video-mga/src: mga_exa.c
Log message:
Disable broken EXA operations for now.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/14 15:27:14
Modified files:
driver/xf86-video-mga/src: mga_driver.c
Log message:
Default to EXA acceleration.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/14 15:35:39
Modified files:
lib/libXrender : ChangeLog Makefile.in aclocal.m4 configure
configure.ac
lib/libXrender/src: Makefile.in
Log message:
Update to libXrender 0.9.8.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/14 15:40:43
Modified files:
lib/libXvMC : ChangeLog Makefile.in aclocal.m4 configure
configure.ac
lib/libXvMC/include: Makefile.in
lib/libXvMC/include/X11: Makefile.in
lib/libXvMC/include/X11/extensions: Makefile.in
lib/libXvMC/src: Makefile.in XvMC.c
lib/libXvMC/wrapper: Makefile.in
Removed files:
lib/libXvMC : AUTHORS
Log message:
Update to libXvMC 1.0.8
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/14 15:42:36
Modified files:
. : MODULES
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/06/14 16:38:50
Modified files:
share/man/man5 : bsd.regress.mk.5
share/mk : bsd.regress.mk
Log message:
introduce REGRESS_FAIL_EARLY to stop regression tests at first
encountered failure
ok phessler@ bluhm@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/06/14 17:13:54
Modified files:
sys/arch/beagle/dev: omap.c omap4.c omehci.c prcm.c prcmvar.h
Added files:
sys/arch/beagle/dev: omap4_prcmreg.h omehcivar.h
Log message:
Rework beagle's ehci driver and add neccessay code to enable the clocks.
Only PandaBoard supported for now. Lots taken from FreeBSD.
ok bmercer@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/06/14 17:15:59
Modified files:
sys/arch/beagle/dev: omehcivar.h
Log message:
Add OpenBSD RCS Tag.
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/06/14 17:46:31
Modified files:
sys/arch/beagle/conf: RAMDISK
Log message:
Updating the ramdisk to support usb.
OK patrick@
CVSROOT: /cvs
Module name: src
Changes by: patrick@cvs.openbsd.org 2013/06/14 17:58:30
Modified files:
sys/arch/arm/cortex: arml2cc.c
Log message:
Don't pull cpufunc.h in from the machine include directory, but from
the arm one.
ok bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/14 17:59:03
Modified files:
emulators/sdlmess: Makefile distinfo
emulators/sdlmess/patches: patch-makefile
patch-src_osd_sdl_sdl_mak
Log message:
Update emulators/sdlmame to 0149
landry@ read ok'd a diff then I remembered to regen patches to elimate fuzz
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/14 18:00:24
Modified files:
emulators/sdlmame: Makefile distinfo
emulators/sdlmame/patches: patch-makefile
patch-src_osd_sdl_sdl_mak
Log message:
Update emulators/sdlmame to 0149
Like sdlmess, landry@ read ok'd a diff, and then I remembered to regen
patches (eliminate fuzz)
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/14 21:08:31
Modified files:
x11/keybinder : Makefile
Log message:
Keybinder's HOMEPAGE, which was hosting source, appears to be permanently
down. Host the source myself, but leave the HOMEPAGE; Google doesn't
suggest it moved anywhere, so people can check it with the wayback machine
if they're interested in viewing the HOMEPAGE.
Bump REVISIONs.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/14 22:02:29
Log message:
Import games/choria, a 2D MMORPG that's all about grinding and doing
chores.
ok bentley@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Jun-15
N ports/games/choria/Makefile
N ports/games/choria/distinfo
N ports/games/choria/pkg/DESCR
N ports/games/choria/pkg/PLIST
N ports/games/choria/patches/patch-src_instances_map_cpp
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/14 22:03:51
Modified files:
games : Makefile
Log message:
+choria
CVSROOT: /cvs
Module name: ports
Changes by: brett@cvs.openbsd.org 2013/06/14 22:07:28
Modified files:
geo/openbsd-developers/files: OpenBSD
Log message:
Added my co-ordinates to the list.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/15 00:27:23
Modified files:
geo/openbsd-developers: Makefile
Log message:
bump after previous commit
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/15 01:22:26
Modified files:
de : donations.html
opensmtpd/de : index.html
papers/de : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/15 02:09:26
Modified files:
net/twirssi : Makefile distinfo
Log message:
update to twirssi-2.6.0, supporting twitter api 1.1
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/15 02:19:21
ports/sysutils/diskrescue/patches
Update of /cvs/ports/sysutils/diskrescue/patches
In directory cvs.openbsd.org:/tmp/cvs-serv11179/patches
Log Message:
Directory /cvs/ports/sysutils/diskrescue/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/15 02:19:33
Added files:
sysutils/diskrescue/patches: patch-diskrescue_c
Log message:
unbreak, daddr64_t has gone
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/15 02:23:09
Removed files:
sysutils/sleuthkit/patches: patch-tools_srchtools_sigfind_cpp
Log message:
unbreak, daddr64_t has gone
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/15 04:05:58
Modified files:
sys/arch/sparc64/sparc64: locore.s
Log message:
Stop handling overlapping copies in memcpy() by jumping straight into the
forward copy path.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/15 04:28:09
Modified files:
net/p5-Net-Twitter: Makefile distinfo
Log message:
update to Net-Twitter-4.00006, ok kevlo@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/06/15 05:27:59
Modified files:
sys/dev/pci/drm: i915_drm.h
Log message:
add some definitions from the libdrm version of i915_drm.h
needed to compile recent versions of libdrm
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/06/15 05:33:21
Modified files:
sys/dev/pci/drm: radeon_drm.h
Log message:
sync with the latest linux version of radeon_drm.h
adds definitions needed to compile recent versions of libdrm
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/06/15 05:40:56
Modified files:
lib/libfuse : generate_pkgconfig.sh
Log message:
s/zlib/fuse/ in comment.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/15 05:44:17
Modified files:
sysutils/d-feet: Makefile
Log message:
MODGNOME_TOOLS += gi to fix the build, ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/15 05:47:30
Modified files:
x11 : Makefile
Log message:
Unhook py-qt3
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/15 05:51:41
Removed files:
x11/py-qt3 : Makefile distinfo
x11/py-qt3/patches: patch-configure_py
x11/py-qt3/pkg : DESCR PLIST
Log message:
Remove x11/py-qt3. Nothing uses it anymore, grace period over.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/15 05:52:36
Modified files:
devel/py-sip : Makefile
Log message:
Update comment, you only have to update py-qt4 now :)
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/15 05:53:41
Modified files:
x11/gnome/gdm : Makefile
Added files:
x11/gnome/gdm/patches: patch-configure_ac
Log message:
NSS and UPower are not needed anymore.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/15 07:03:42
Modified files:
usr.bin/make : make.1
Log message:
make explicit some hidden assumptions, make path handling clearer,
fix set -e description, as we actually match what posix says.
a bit of feedback from millert@, guenther@, jmc@ will probably have
further fixes when he's back :)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/15 08:25:28
Modified files:
sysutils/ntfs-3g: Makefile
sysutils/ntfs-3g/patches: patch-src_Makefile_in
sysutils/ntfs-3g/pkg: PLIST
Log message:
Some cleanups:
* properly detect uuid from e2fsprogs
* disable mtab support
* use --disable-ldconfig instead of patching
* regen WANTLIB/LIB_DEPENDS/PLIST
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/15 08:28:05
Modified files:
sysutils/sshfs-fuse: Makefile
Log message:
Fix WANTLIB.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/15 09:35:39
Modified files:
usr.bin : Makefile
Log message:
Hook up locale(1).
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/06/15 09:43:22
Modified files:
net/tor : Makefile
Added files:
net/tor/patches: patch-src_or_connection_edge_c
Log message:
Fix a crash encountered by jcs@; patch from upstream.
See https://gitweb.torproject.org/tor.git/commit/77a193533966c5c2f81e6a85b3c2a7446076508f
ok jcs@
CVSROOT: /cvs
Module name: xenocara
Changes by: shadchin@cvs.openbsd.org 2013/06/15 10:00:39
Modified files:
dist/xkeyboard-config/symbols/sun_vndr: us
Log message:
Sun LKey section defines two xkb groups that lead to problems if there was only
one layout is configured. Toggle this section to one group.
pointed out, tested and ok landry@, ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/15 10:06:14
Added files:
www/chromium/patches: patch-chrome_chrome_browser_ui_gypi
Log message:
add missing inter-dependency, should fix naddy's build
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/15 10:47:59
Modified files:
lang/pypy : Makefile distinfo
Log message:
- switch the pypy build to using a binary bootstrap of pypy instead of
python 2.7 to run the translations; this saves ~1.3GB RAM and runs much
faster. as this is optional, a new no_bootstrap pseudo-flavour allows
rebuilding bootstraps from scratch to help with flag days.
- also check early that the datasize limit is reasonable for the build;
no point swapping for ages and then running out of ram.
discussed with Laurie Tratt (maintainer).
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/15 11:25:19
Modified files:
bin/ksh : main.c
Log message:
Run any pending traps before calling the EXIT or ERR traps when -e
is set. Fixes a bug where we would not run the signal trap if,
for example, ^C was pressed and -e was set. OK espie@
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/15 11:30:06
Modified files:
bin/ksh/tests : obsd-regress.t
Log message:
Add test for trapping both ERR and EXIT, fixed by revision 1.48
of exec.c
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/15 12:38:18
Modified files:
sys/lib/libkern/arch/m88k: copy_subr.S
Log message:
give bcopy() the ovbcopy() semantics
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/15 12:43:15
Modified files:
sys/lib/libkern/arch/sh: memmove.S
Log message:
Don't return garbage in memcpy() but the original destination pointer.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/15 12:51:44
Modified files:
sys/lib/libkern/arch/alpha: memmove.S
Log message:
Correctly handle a length of zero in memcpy().
Return the original destination pointer in memcpy() and memmove().
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/15 13:16:53
Modified files:
sys/lib/libkern/arch/arm: bcopy.S memcpy.S
Log message:
Make bcopy() involve memmove(), not memcpy().
Do not bogusly return NULL if dst == src (spotted by tedu@)
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/15 13:36:59
Modified files:
sys/lib/libkern/arch/sparc: memmove.S
Log message:
Preserve %o5 around Lbcopy_doubles; prevents the return value from memcpy()
and memmove() to be incorrect for copies of 32 bytes or more, when the source
and destination addresses are nicely aligned.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/15 13:45:03
Modified files:
usr.sbin/pcidump: pcidump.c
Log message:
Fix typo.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/15 13:45:12
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
revert work-around, USE CURRENT SHELL!!
(fix message thinkos noticed by naddy@)
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/15 13:45:26
Modified files:
sys/lib/libkern/arch/i386: memmove.S
Log message:
Fix evil typo causing the wrong pointer to be returned for < 32 bytes
memcpy() or memmove().
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/15 13:57:18
Modified files:
devel/py-sip : Makefile
Log message:
revert unintended update (which can't work without the proper distinfo
anyways)
CVSROOT: /cvs
Module name: src
Changes by: lum@cvs.openbsd.org 2013/06/15 13:58:39
Modified files:
usr.bin/mg : paragraph.c
Log message:
Move upwards passed multiple lines with no characters instead of
stopping when first line with no characters is found.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/15 14:05:41
Modified files:
sys/lib/libkern/arch/powerpc: memmove.S
Added files:
sys/lib/libkern/arch/powerpc: bcopy.S memcpy.S
Log message:
Fast memmove() implementation for PowerPC, from NetBSD via martin@; with
bcopy() and memcpy() wrappers.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/15 14:06:50
Modified files:
infrastructure/lib/DPB: Engine.pm Fetch.pm
Log message:
zap complicated bogus logic,
fetch+immediate build should work much better now.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/15 14:29:25
Modified files:
sys/dev/mii : miidevs
Log message:
Add RTL8101E 10/100 PHY.
ok miod@, mikeb@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/15 14:30:24
Modified files:
sys/dev/mii : miidevs.h
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/15 14:31:06
Modified files:
sys/dev/mii : rlphy.c
Log message:
Add support for RTL8101E 10/100 PHY.
ok miod@, mikeb@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/15 15:35:15
Modified files:
sys/dev/wscons : wsdisplay.c
Log message:
When we disable the burner when X is running, also set sc_burnout to 0 to
prevent us from accidentally reenabling the burner.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/15 15:40:16
Modified files:
lang/pypy : Makefile
Log message:
oops, didn't mean to switch to gcc 4.8, spotted by Juan Francisco Cantero Hurtado
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/06/15 16:58:24
Modified files:
multimedia/xine-lib: Makefile distinfo
multimedia/xine-lib/patches: patch-configure_ac
patch-m4_decoders_m4
patch-src_post_deinterlace_plugins_Makefile_in
multimedia/xine-lib/pkg: PLIST
Removed files:
multimedia/xine-lib/patches:
patch-src_post_deinterlace_plugins_greedy2frame_template_c
patch-src_post_deinterlace_plugins_greedy2frame_template_sse2_c
Log message:
Update to Xine-lib 1.2.3.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/06/15 16:59:59
Modified files:
emulators/bochs: Makefile distinfo
emulators/bochs/patches: patch-_bochsrc
Log message:
Update to Bochs 2.6.2.
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/06/15 17:09:36
Modified files:
etc : MAKEDEV.common
Log message:
allow creation of more fuse devices, and create 4 of them by default
ok syl@ todd@
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/06/15 17:21:04
Modified files:
etc/etc.alpha : MAKEDEV
etc/etc.amd64 : MAKEDEV
etc/etc.armish : MAKEDEV
etc/etc.aviion : MAKEDEV
etc/etc.beagle : MAKEDEV
etc/etc.hp300 : MAKEDEV
etc/etc.hppa : MAKEDEV
etc/etc.hppa64 : MAKEDEV
etc/etc.i386 : MAKEDEV
etc/etc.landisk: MAKEDEV
etc/etc.loongson: MAKEDEV
etc/etc.luna88k: MAKEDEV
etc/etc.macppc : MAKEDEV
etc/etc.mvme68k: MAKEDEV
etc/etc.mvme88k: MAKEDEV
etc/etc.octeon : MAKEDEV
etc/etc.sgi : MAKEDEV
etc/etc.socppc : MAKEDEV
etc/etc.sparc : MAKEDEV
etc/etc.sparc64: MAKEDEV
etc/etc.vax : MAKEDEV
etc/etc.zaurus : MAKEDEV
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/06/15 17:23:02
Modified files:
share/man/man8/man8.alpha: MAKEDEV.8
share/man/man8/man8.amd64: MAKEDEV.8
share/man/man8/man8.armish: MAKEDEV.8
share/man/man8/man8.aviion: MAKEDEV.8
share/man/man8/man8.beagle: MAKEDEV.8
share/man/man8/man8.hp300: MAKEDEV.8
share/man/man8/man8.hppa: MAKEDEV.8
share/man/man8/man8.hppa64: MAKEDEV.8
share/man/man8/man8.i386: MAKEDEV.8
share/man/man8/man8.landisk: MAKEDEV.8
share/man/man8/man8.loongson: MAKEDEV.8
share/man/man8/man8.luna88k: MAKEDEV.8
share/man/man8/man8.macppc: MAKEDEV.8
share/man/man8/man8.mvme68k: MAKEDEV.8
share/man/man8/man8.mvme88k: MAKEDEV.8
share/man/man8/man8.octeon: MAKEDEV.8
share/man/man8/man8.sgi: MAKEDEV.8
share/man/man8/man8.socppc: MAKEDEV.8
share/man/man8/man8.sparc: MAKEDEV.8
share/man/man8/man8.sparc64: MAKEDEV.8
share/man/man8/man8.vax: MAKEDEV.8
share/man/man8/man8.zaurus: MAKEDEV.8
Log message:
regen
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/15 17:52:06
Modified files:
emulators/sdlmame: Makefile distinfo
Log message:
Something changed in the mame .zip between when I updated and when I
committed. regen distinfo. Bump REVISIONs.
noted by naddy@ and rfreeman@
ok rfreeman@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/15 17:54:52
Modified files:
emulators/sdlmess: Makefile distinfo
Log message:
Same as sdlmame, distinfo needed regen. Bump REVISION.
noted by naddy@ and rfreeman@
ok rfreeman@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/06/16 03:41:16
Modified files:
distrib/sets/lists/base: md.beagle
distrib/sets/lists/comp: md.beagle
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/16 06:17:20
Modified files:
bin/ksh/tests : obsd-regress.t regress.t
Log message:
set -e should not affect command substitution, e.g. `foo` or
$( foo ). However, if set -e is specified as part of the command
it needs to be honored.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/16 07:17:35
Modified files:
infrastructure/lib/DPB: Fetch.pm
Log message:
use redirect_fh.
add an extra unconfusing message, to say we renamed the file after it
checksummed okay.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/16 07:18:00
Modified files:
infrastructure/lib/DPB: Engine.pm
Log message:
don't recheck the same file again and again. we can cache it properly here
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/06/16 07:52:55
Modified files:
editors/ht : Makefile distinfo
editors/ht/patches: patch-configure
Log message:
Update ht to 2.0.22.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/16 08:49:49
Modified files:
sys/arch/aviion/include: intr.h
sys/arch/mvme68k/include: intr.h
sys/arch/mvme88k/include: intr.h
Log message:
Add IPL_MPSAFE for some architectures that I missed in the first round.
pointed out by & ok miod@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/16 08:55:37
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/16 09:08:04
Modified files:
net/ocsync : Makefile
Log message:
Better HOMEPAGE.
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2013/06/16 09:09:03
Modified files:
usr.bin/locale : locale.c
Log message:
Improve locale(1) output formatting.
Quote LC_* variables "that are not set in the environment or are
overridden by LC_ALL" when printing them, and just print an empty string
for LC_ALL if it is unset.
With input and ok from guenther@ stsp@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/16 11:38:14
Modified files:
x11/gnome/getting-started-docs: Makefile distinfo
x11/gnome/getting-started-docs/pkg: PLIST
Log message:
Update to gnome-getting-started-docs-3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/16 12:02:58
Modified files:
x11/gtk+2 : Makefile distinfo
x11/gtk+2/patches: patch-gtk_Makefile_in
Log message:
Update to gtk+2-2.24.19.
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2013/06/16 12:09:47
Modified files:
usr.bin/locale : locale.c
Log message:
Oops, I undid rev. 1.2
Spotted by stsp@ (sorry)
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/16 13:04:20
Modified files:
sys/dev/wscons : wsemul_vt100.c
Log message:
Use (N * sizeof(u_int)) instead of (N * sizeof(int)) when malloc'ing u_int *.
Doesn't change anything, but silences a Clang warning; dhill@bitrig
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/16 13:46:59
Modified files:
usr.bin/locale : locale.c
Log message:
Quote values in the variable assignments, to be bulletproof in the face
of insane settings
ok matthew@ jca@ stsp@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2013/06/16 14:01:27
Modified files:
lang/gawk : Makefile distinfo
lang/gawk/pkg : DESCR PLIST
Added files:
lang/gawk/pkg : MESSAGE PFRAG.shared
Removed files:
lang/gawk/patches: patch-configure_ac patch-io_c
Log message:
Update to gawk-4.1.0
Some info: bignums support, new extension mechanism, pgawk and dgawk
merged into gawk, some posix compliance changes. Beware, the
dynamically loadable extensions are documented in a custom man subdir.
"this looks good to me" sthen@, ok naddy@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/16 14:40:19
Modified files:
mail/roundcubemail: Makefile distinfo
mail/roundcubemail/pkg: PLIST
Log message:
update to roundcubemail 0.9.2
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/16 14:45:51
Modified files:
sys/net : if_gif.c
Log message:
Remove variable sa_family_t family in gif_start() and gif_output().
No functional change. From David Hill; OK claudio@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/16 15:17:22
Modified files:
lang/pypy : Makefile
Log message:
don't try and add the bootstrap to DISTFILES unless 1) there is actually
a bootstrap for our arch and 2) we are actually using it (i.e. !no_bootstrap).
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/16 15:27:15
Modified files:
sys/netinet6 : in6.c
Log message:
If the prefixlen is 128, SIOCAIFADDR_IN6 does not add a prefix. In
this case, in6_unlink_ifa() must not complain about a missing prefix.
To avoid a false log message, check the prefixmask when the interface
address gets deleted.
OK mpi@
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/06/16 16:06:42
Modified files:
sys/arch/beagle/conf: RAMDISK
Log message:
unbreak build; OK bmercer@, patrick@
CVSROOT: /cvs
Module name: ports
Changes by: rfreeman@cvs.openbsd.org 2013/06/16 18:10:08
Modified files:
infrastructure/db: user.list
Log message:
add entry for uptimed, which will be imported shortly
OK sthen@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/06/16 18:57:47
Modified files:
app/cwm : conf.c cwmrc.5
Log message:
allow mouse button4 and button5; from Rodrigo Mosconi
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/06/16 20:31:37
Modified files:
sys/netinet : ip_icmp.c
Log message:
In icmp_do_exthdr(), calculate the ICMP extension header checksums with
in4_cksum() instead of in_cksum(). This gets rid of the clunky
m_data/m_len dance, which was described as "disgusting" in the original
comments. :)
Tested on a small MPLS test network (since icmp_do_exthdr() is currently
only used by MPLS code, specifically mpls_do_error()).
ok bluhm henning mikeb
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/16 20:48:14
Log message:
Import games/solarus/solarus, an open-source Zelda-like 2D game engine,
written in C++ and runs games scripted in Lua. Includes joystick support.
ok rfreeman@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Jun-16
N ports/games/solarus/solarus/Makefile
N ports/games/solarus/solarus/distinfo
N ports/games/solarus/solarus/pkg/DESCR
N ports/games/solarus/solarus/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/16 20:49:38
Log message:
Import games/solarus/zsdx. The Legend of Zelda: Mystery of Solarus DX is
the flagship game of the Solarus engine, set to be a direct sequel to the
SNES game The Legend of Zelda: A Link to the Past.
ok rfreeman@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Jun-16
N ports/games/solarus/zsdx/Makefile
N ports/games/solarus/zsdx/distinfo
N ports/games/solarus/zsdx/pkg/PLIST
N ports/games/solarus/zsdx/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/16 20:51:13
Log message:
Import games/solarus/zsxd. The Legend of Zelda: Mystery of Solarus XD is a
parody game for the Solarus engine released as an April Fool's joke in 2011
ok rfreeman@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Jun-16
N ports/games/solarus/zsxd/Makefile
N ports/games/solarus/zsxd/distinfo
N ports/games/solarus/zsxd/pkg/DESCR
N ports/games/solarus/zsxd/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/16 20:54:20
Added files:
games/solarus : Makefile Makefile.inc
Log message:
Makefiles for the solarus dir.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/16 20:55:02
Modified files:
games : Makefile
Log message:
+solarus
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/16 22:48:42
Modified files:
bin/rcp : rcp.c
usr.bin/ssh : scp.c
Log message:
Handle time_t values as long long's when formatting them and when
parsing them from remote servers.
Improve error checking in parsing of 'T' lines.
ok dtucker@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/16 22:50:31
Modified files:
regress/bin : Makefile
Log message:
Irony: forgetting to link in the 'ln' tests
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 00:35:56
Modified files:
x11/gnome/nautilus: Makefile distinfo
Log message:
Update to nautilus-3.8.2.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/17 01:39:49
Modified files:
sysutils/augeas: Makefile distinfo
sysutils/augeas/patches: patch-lenses_shellvars_aug
patch-lenses_sysctl_aug
patch-man_augparse_1
sysutils/augeas/pkg: PLIST
Removed files:
sysutils/augeas/files: bootconf.aug ntpd.aug test_bootconf.aug
test_ntpd.aug
sysutils/augeas/patches: patch-lenses_dhclient_aug
patch-lenses_fonts_aug
patch-lenses_inetd_aug
patch-lenses_monit_aug
patch-lenses_resolv_aug
patch-lenses_rx_aug
patch-lenses_simplevars_aug
patch-lenses_tests_test_inetd_aug
patch-tests_Makefile_in
patch-tests_cutest_c
sysutils/augeas/pkg: PFRAG.shared
Log message:
- update to augeas-1.1.0
* includes various new lenses among which a lens for our boot.conf and
ntpd.conf
CVSROOT: /cvs
Module name: ports
Changes by: tobiasu@cvs.openbsd.org 2013/06/17 02:44:29
Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD
Log message:
Putin and Obama agree this is where I live...
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 03:26:41
Modified files:
textproc/mozilla-dicts: Makefile
Log message:
Remove ONLY_FOR_ARCHS; this port is not arch dependant and hunspell can
make use of the dicts.
ok landry@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/17 04:07:40
Modified files:
x11/bluetile : Makefile
x11/hs-X11 : Makefile distinfo
x11/hs-X11/pkg : PLIST
x11/hs-X11-xft : Makefile
x11/hs-xmonad-contrib: Makefile distinfo
x11/xmobar : Makefile distinfo
x11/xmobar/patches: patch-samples_xmobar_config
x11/xmonad : Makefile
Added files:
x11/xmobar/pkg : MESSAGE
Removed files:
x11/xmobar/patches: patch-src_Window_hs
Log message:
Some X11-related haskell updates:
X11-1.6.0 -> X11-1.6.1.1
xmonad-contrib-0.11 -> xmonad-contrib-0.11.1
xmobar-0.16 -> xmobar-0.18
Maintainer (Jona Joachim) timeout, ok kili@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/17 04:47:44
Modified files:
infrastructure/lib/DPB: Engine.pm
Log message:
no use writing code if you don't use it, right ?
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/17 05:52:29
Modified files:
www/tomcat/v7 : Makefile distinfo
www/tomcat/v7/pkg: PLIST-examples
Log message:
Update to 7.0.41.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/17 05:57:11
Modified files:
share/man/man5 : bsd.regress.mk.5
Log message:
tweak previous: trim trailing whitespace
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/17 05:58:16
Modified files:
sys/netinet : in.c
Log message:
Always add/remove IPv4 addresses consistently from the global list and tree.
ok bluhm@, mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 07:22:51
Modified files:
x11/gnome/gdm : Makefile distinfo
x11/gnome/gdm/patches: patch-daemon_Makefile_in
patch-data_Makefile_in
x11/gnome/gdm/pkg: PLIST
Added files:
x11/gnome/gdm/patches:
patch-data_gdm-shell-with-fallback_session_in
patch-gui_simple-greeter_extensions_smartcard_gdm-smartcard-worker_c
patch-gui_simple-greeter_gdm-remote-login-window_c
Removed files:
x11/gnome/gdm/patches: patch-configure_ac
Log message:
Update to gdm-3.8.3.1.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/17 07:23:34
Modified files:
x11/awesome : Makefile
x11/awesome/patches: patch-awesome_c
Log message:
Bugfix: honor appended -c option for --check
(upstream git commit 57bec371f70f121785cd062dca3b86f18fd685fd)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/17 07:25:31
Modified files:
net/softflowd : Makefile distinfo
net/softflowd/pkg: PLIST
Added files:
net/softflowd/pkg: README softflowd.rc
Log message:
Update to softflowd 0.9.9, add an rc script and a readme.
From Andre Stoebe.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 07:39:28
Modified files:
print/qpdf : Makefile distinfo
print/qpdf/patches: patch-configure
print/qpdf/pkg : PLIST
Log message:
Update to qpdf-4.1.0.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/17 07:40:53
Modified files:
graphics/feh : Makefile distinfo
graphics/feh/patches: patch-man_feh_pre
Removed files:
graphics/feh/patches: patch-src_slideshow_c
Log message:
Update to feh-2.9.3.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/17 07:47:09
Modified files:
devel/lualdoc : Makefile distinfo
Log message:
Update to LDoc-1.3.13.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/17 07:50:39
Modified files:
devel/lua-penlight: Makefile distinfo
Removed files:
devel/lua-penlight/patches: patch-tests_test-dir_lua
patch-tests_test-path_lua
Log message:
Update to Penlight-1.2.0.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/06/17 07:51:59
Modified files:
comms/hylafax : Makefile
comms/hylafax/pkg: PLIST
Log message:
Provide a default FontMap in hyla.conf as an hint for faxsetup
ok ajacoutot@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/06/17 08:08:51
Modified files:
app/cwm : calmwm.c
Log message:
now that we have conf_screen, which configures individual screens
*after* config parsing, we no longer need to split up display/screen
initialization, so collapse.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 08:15:09
Modified files:
x11/gnome/empathy: Makefile
Log message:
telepathy-mission-control is a LIB_DEPENDS, not a RUN_DEPENDS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 08:47:57
Modified files:
audio/pulseaudio: Makefile
Added files:
audio/pulseaudio/patches: patch-src_daemon_caps_c
patch-src_daemon_main_c
Log message:
Silent useless warnings which only make sense on Linux.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/17 08:53:17
Modified files:
security/ccid : Makefile distinfo
security/ccid/patches: patch-src_Makefile_in
Log message:
Update to ccid-1.4.11:
- Add support for
. Gemalto IDBridge CT30
. Gemalto IDBridge K30
. SCM Microsystems Inc. SCL010 Contactless Reader
. SCM Microsystems Inc. SDI011 Contactless Reader
. THRC reader
- Better management of time extension requests
- parse: better support of devices with bInterfaceClass = 0xFF
- Some minor bugs removed
Thanks sthen@ for helping me find the right distfile.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/17 08:59:24
Modified files:
security/pcsc-lite: Makefile
Log message:
Fix MASTER_SITES here too.
CVSROOT: /cvs
Module name: ports
Changes by: renato@cvs.openbsd.org 2013/06/17 09:54:56
Modified files:
geo/openbsd-developers: Makefile
geo/openbsd-developers/files: OpenBSD
Log message:
Add my coordinates.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/06/17 11:11:10
Modified files:
app/cwm : calmwm.c calmwm.h conf.c menu.c mousefunc.c
screen.c
Log message:
move Cursors into conf.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/17 11:39:48
Modified files:
usr.bin/mandoc : st.in
share/man/man7 : mdoc.7
Log message:
Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q
Tweak descriptions of the other POSIX 1003.1 standards
Sort a few others into their proper places
Discussed with schwarze@ at t2k13
CVSROOT: /cvs
Module name: src
Changes by: jj@cvs.openbsd.org 2013/06/17 11:50:07
Modified files:
sys/arch/m68k/conf: files.m68k
sys/arch/m68k/m68k: bcopy.s
sys/lib/libkern/arch/m68k: bcopy.S memcpy.S memmove.S
Log message:
m68k kernel memcpy/memmove/bcopy implementation in libkern, remove ovbcopy, fix for larger than 128k size copies. Parts from deraadt@, ok (and off-by-one fix) miod@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/17 12:02:24
Modified files:
sys/netinet6 : in6_var.h
Log message:
Remove unused field ia_plen from struct in6_ifaddr. The prefix
length is always calculated on demand from ia_prefixmask.
OK claudio@ mpi@ henning@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/17 12:19:44
Modified files:
sys/net : if_gif.c
Log message:
Instead of bcopy() and bcmp() a single pointer in an mbuf tag,
assign with = and compare with == . This way the compiler will
check deeper wether the cast is correct. Alignment is fine,
tested on sparc64.
OK claudio@
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 12:57:46
Modified files:
kerberosV : Makefile Makefile.inc
kerberosV/include: config.h crypto-headers.h krb5-types.h
roken.h version.h
kerberosV/libexec: Makefile Makefile.inc
kerberosV/libexec/hprop: Makefile
kerberosV/libexec/hpropd: Makefile
kerberosV/libexec/ipropd-master: Makefile
kerberosV/libexec/ipropd-slave: Makefile
kerberosV/libexec/kadmind: Makefile
kerberosV/libexec/kdc: Makefile
kerberosV/libexec/kfd: Makefile
kerberosV/libexec/kpasswdd: Makefile
kerberosV/src : ChangeLog ChangeLog.2002 ChangeLog.2003
ChangeLog.2004 Makefile.am Makefile.am.common
Makefile.in NEWS README TODO acinclude.m4
aclocal.m4 compile config.guess config.sub
ylwrap
kerberosV/src/admin: ChangeLog add.c change.c copy.c get.c
ktutil-commands.in ktutil.8 ktutil.c
ktutil_locl.h list.c purge.c remove.c
rename.c
kerberosV/src/appl/afsutil: ChangeLog afslog.1 afslog.c pagsh.1
pagsh.c
kerberosV/src/appl/login: limits_conf.c
kerberosV/src/appl/popper: auth_gssapi.c pop_auth.h
kerberosV/src/appl/su: su.1
kerberosV/src/appl/test: common.c gss_common.c gss_common.h
gssapi_client.c gssapi_server.c
http_client.c nt_gss_client.c
nt_gss_common.c nt_gss_common.h
nt_gss_server.c tcp_client.c
tcp_server.c test_locl.h uu_client.c
uu_server.c
kerberosV/src/cf: largefile.m4 pthreads.m4 vararray.m4 win32.m4
kerberosV/src/doc: ack.texi apps.texi heimdal.info heimdal.texi
install.texi intro.texi kerberos4.texi
migration.texi misc.texi programming.texi
setup.texi whatis.texi win2k.texi
kerberosV/src/etc: services.append
kerberosV/src/include: bits.c config.h.in
kerberosV/src/kadmin: ChangeLog add-random-users.c ank.c cpw.c
del.c del_enctype.c dump.c ext.c get.c
init.c kadm_conn.c kadmin-commands.in
kadmin.8 kadmin.c kadmin_locl.h kadmind.8
kadmind.c load.c mod.c pw_quality.c
random_password.c rename.c server.c
stash.c util.c
kerberosV/src/kcm: Makefile.am Makefile.in acl.c acquire.c
cache.c client.c config.c connect.c events.c
glue.c headers.h kcm.8 kcm_locl.h log.c
main.c protocol.c renew.c
kerberosV/src/kdc: config.c connect.c headers.h hprop.8 hprop.c
hprop.h hpropd.8 hpropd.c kdc.8 kdc_locl.h
kerberos5.c kstash.8 kstash.c log.c main.c
misc.c mit_dump.c pkinit.c rx.h string2key.8
string2key.c
kerberosV/src/kpasswd: kpasswd-generator.c kpasswd.1 kpasswd.c
kpasswd_locl.h kpasswdd.8 kpasswdd.c
kerberosV/src/kuser: copy_cred_cache.1 copy_cred_cache.c
generate-requests.c kdecode_ticket.c
kdestroy.1 kdestroy.c kgetcred.1 kgetcred.c
kinit.1 kinit.c klist.1 klist.c
kuser_locl.h kverify.c
kerberosV/src/lib/asn1: asn1-common.h asn1_err.et asn1_print.c
check-common.c check-common.h
check-der.c check-gen.c der.h der_cmp.c
der_copy.c der_free.c der_get.c
der_length.c der_locl.h der_put.c gen.c
gen_copy.c gen_decode.c gen_encode.c
gen_free.c gen_glue.c gen_length.c
gen_locl.h hash.c hash.h lex.h lex.l
main.c pkinit.asn1 rfc2459.asn1
setchgpw2.asn1 symbol.c symbol.h
timegm.c
kerberosV/src/lib/com_err: com_err.c com_err.h com_right.h
error.c
kerberosV/src/lib/gssapi: ChangeLog gss_acquire_cred.3 gssapi.3
gssapi.h test_acquire_cred.c
test_cred.c
kerberosV/src/lib/hdb: common.c db.c db3.c hdb-ldap.c
hdb-private.h hdb-protos.h hdb.asn1 hdb.c
hdb.h hdb.schema hdb_err.et hdb_locl.h
keys.c keytab.c mkey.c ndbm.c print.c
kerberosV/src/lib/kadm5: ChangeLog acl.c ad.c admin.h
bump_pw_expire.c check-cracklib.pl
chpass_c.c chpass_s.c client_glue.c
common_glue.c context_s.c create_c.c
create_s.c default_keys.c delete_c.c
delete_s.c destroy_c.c destroy_s.c
ent_setup.c error.c flush.c flush_c.c
flush_s.c free.c get_c.c get_princs_c.c
get_princs_s.c get_s.c init_c.c
init_s.c iprop.8 iprop.h
ipropd_master.c ipropd_slave.c
kadm5-private.h kadm5-protos.h
kadm5-pwcheck.h kadm5_err.et
kadm5_locl.h kadm5_pwcheck.3 keys.c
log.c marshall.c modify_c.c modify_s.c
password_quality.c private.h privs_c.c
privs_s.c randkey_c.c randkey_s.c
rename_c.c rename_s.c
sample_passwd_check.c send_recv.c
server_glue.c set_keys.c set_modifier.c
test_pw_quality.c
kerberosV/src/lib/kafs: ChangeLog afskrb5.c afslib.c afssys.c
afssysdefs.h common.c kafs.3 kafs.h
kafs_locl.h roken_rename.h
kerberosV/src/lib/krb5: acache.c acl.c add_et_list.c
addr_families.c aes-test.c
aname_to_localname.c appdefault.c
asn1_glue.c auth_context.c
build_ap_req.c build_auth.c cache.c
changepw.c codec.c config_file.c
constants.c context.c convert_creds.c
copy_host_realm.c crc.c creds.c crypto.c
data.c derived-key-test.c
eai_to_heim_errno.c error_string.c
expand_hostname.c fcache.c free.c
free_host_realm.c generate_seq_number.c
generate_subkey.c get_addrs.c get_cred.c
get_default_principal.c
get_default_realm.c get_for_creds.c
get_host_realm.c get_in_tkt.c get_port.c
heim_err.et init_creds.c init_creds_pw.c
k524_err.et kcm.c kcm.h kerberos.8
keyblock.c keytab.c keytab_any.c
keytab_file.c keytab_keyfile.c
keytab_memory.c krb5-private.h
krb5-protos.h krb5-v4compat.h
krb5.conf.5 krb5.h
krb524_convert_creds_kdc.3
krb5_425_conv_principal.3
krb5_acl_match_file.3
krb5_aname_to_localname.3
krb5_appdefault.3 krb5_auth_context.3
krb5_c_make_checksum.3 krb5_ccapi.h
krb5_check_transited.3
krb5_create_checksum.3 krb5_creds.3
krb5_eai_to_heim_errno.3 krb5_encrypt.3
krb5_err.et krb5_find_padata.3
krb5_generate_random_block.3
krb5_get_all_client_addrs.3
krb5_get_credentials.3
krb5_get_forwarded_creds.3
krb5_get_in_cred.3 krb5_get_init_creds.3
krb5_get_krbhst.3 krb5_getportbyname.3
krb5_init_context.3
krb5_is_thread_safe.3 krb5_krbhst_init.3
krb5_locl.h krb5_mk_safe.3
krb5_openlog.3 krb5_parse_name.3
krb5_principal.3 krb5_rcache.3
krb5_rd_error.3 krb5_rd_safe.3
krb5_set_default_realm.3
krb5_set_password.3 krb5_string_to_key.3
krb5_timeofday.3
krb5_verify_init_creds.3
krb5_verify_user.3 krbhst-test.c
krbhst.c kuserok.c log.c mcache.c misc.c
mit_glue.c mk_error.c mk_priv.c mk_rep.c
mk_req.c mk_req_ext.c mk_safe.c
n-fold-test.c n-fold.c net_read.c
net_write.c padata.c parse-name-test.c
pkinit.c principal.c prog_setup.c
prompter_posix.c rd_cred.c rd_error.c
rd_priv.c rd_rep.c rd_req.c rd_safe.c
read_message.c recvauth.c replay.c
send_to_kdc.c sendauth.c
set_default_realm.c sock_principal.c
store-int.h store-test.c store.c
store_emem.c store_fd.c store_mem.c
string-to-key-test.c test_acl.c
test_addr.c test_alname.c test_cc.c
test_config.c test_crypto.c
test_get_addrs.c test_keytab.c
test_kuserok.c test_mem.c test_time.c
ticket.c time.c transited.c
verify_init.c verify_krb5_conf.8
verify_krb5_conf.c verify_user.c
version.c warn.c write_message.c
kerberosV/src/lib/roken: ChangeLog base64-test.c base64.c
base64.h bswap.c chown.c closefrom.c
concat.c copyhostent.c daemon.c
ecalloc.3 ecalloc.c emalloc.c
environment.c eread.c erealloc.c err.c
err.hin errx.c esetenv.c estrdup.c
ewrite.c fchown.c flock.c fnmatch.c
fnmatch.hin freeaddrinfo.c
freehostent.c gai_strerror.c
get_default_username.c
get_window_size.c getaddrinfo-test.c
getaddrinfo.c getaddrinfo_hostspec.c
getarg.3 getarg.c getarg.h getcap.c
getcwd.c getdtablesize.c getegid.c
geteuid.c getgid.c gethostname.c
getifaddrs.c getipnodebyaddr.c
getipnodebyname.c getnameinfo.c
getnameinfo_verified.c getopt.c
getprogname.c gettimeofday.c getuid.c
getusershell.c glob.c glob.hin
h_errno.c hex-test.c hex.c hex.h
hostent_find_fqdn.c hstrerror.c
ifaddrs.hin inet_aton.c inet_ntop.c
inet_pton.c initgroups.c innetgr.c
iruserok.c issuid.c k_getpwnam.c
k_getpwuid.c localtime_r.c lstat.c
memmove.c mini_inetd.c mkinstalldirs
mkstemp.c ndbm_wrap.c ndbm_wrap.h
net_read.c net_write.c
parse_bytes-test.c parse_bytes.c
parse_bytes.h parse_reply-test.c
parse_time-test.c parse_time.3
parse_time.c parse_time.h parse_units.c
parse_units.h putenv.c rcmd.c readv.c
realloc.c recvmsg.c resolve-test.c
resolve.c resolve.h roken-common.h
roken.awk roken.h.in roken_gethostby.c
rtbl.3 rtbl.c rtbl.h sendmsg.c
setegid.c setenv.c seteuid.c
setprogname.c signal.c simple_exec.c
socket.c strcasecmp.c strcollect.c
strlcat.c strlcpy.c strlwr.c
strncasecmp.c strndup.c strnlen.c
strpftime-test.c strptime.c strsep.c
strsep_copy.c strtok_r.c strupr.c
swab.c test-mem.c test-mem.h
test-readenv.c timeval.c tm2time.c
unsetenv.c unvis.c verify.c verr.c
verrx.c vis.c vis.hin vsyslog.c vwarn.c
vwarnx.c warn.c warnerr.c warnx.c
write_pid.c writev.c xdbm.h
kerberosV/src/lib/sl: ChangeLog roken_rename.h sl.c sl.h
sl_locl.h slc-gram.y slc-lex.l slc.h
kerberosV/src/lib/vers: ChangeLog print_version.c vers.h
kerberosV/src/tools: kdc-log-analyze.pl krb5-config.1
krb5-config.in
kerberosV/usr.bin: Makefile Makefile.inc
kerberosV/usr.bin/kdestroy: Makefile
kerberosV/usr.bin/kf: Makefile
kerberosV/usr.bin/kinit: Makefile
kerberosV/usr.bin/string2key: Makefile
kerberosV/usr.bin/verify_krb5_conf: Makefile
kerberosV/usr.sbin: Makefile Makefile.inc
kerberosV/usr.sbin/kstash: Makefile
kerberosV/usr.sbin/ktutil: Makefile
Added files:
kerberosV/include: hx509.h
kerberosV/lib : Makefile Makefile.inc
kerberosV/src : ChangeLog.2005 ChangeLog.2006 LICENSE
NTMakefile autogen.sh configure configure.ac
depcomp install-sh krb5.conf ltmain.sh missing
kerberosV/src/admin: Makefile.am Makefile.in NTMakefile
destroy.c ktutil-version.rc ktutil.cat8
kerberosV/src/appl/afsutil: Makefile.am Makefile.in NTMakefile
afslog.cat1 pagsh.cat1
kerberosV/src/appl/login: ChangeLog Makefile.am Makefile.in
NTMakefile conf.c env.c login-protos.h
login.1 login.access.5
login.access.cat5 login.c login.cat1
login_access.c login_locl.h
loginpaths.h osfc2.c read_string.c
shadow.c stty_default.c tty.c
utmp_login.c utmpx_login.c
kerberosV/src/appl/popper: ChangeLog Makefile.am Makefile.in
NTMakefile README README-FIRST
maildir.c pop3.rfc1081 pop3e.rfc1082
pop_auth.c pop_debug.c pop_dele.c
pop_dropcopy.c pop_dropinfo.c
pop_get_command.c pop_init.c
pop_last.c pop_list.c pop_log.c
pop_msg.c pop_parse.c pop_pass.c
pop_quit.c pop_rset.c pop_send.c
pop_stat.c pop_uidl.c pop_updt.c
pop_user.c pop_xover.c popper.8
popper.README.release popper.c
popper.cat8 popper.h version.h
kerberosV/src/appl/su: ChangeLog Makefile.am Makefile.in
NTMakefile su.c su.cat1 supaths.h
kerberosV/src/appl/test: Makefile.am Makefile.in NTMakefile
kerberosV/src/cf: ChangeLog Makefile.am.common aix.m4
auth-modules.m4 broken-getaddrinfo.m4
broken-glob.m4 broken-realloc.m4
broken-snprintf.m4 broken.m4 broken2.m4
c-attribute.m4 c-function.m4 capabilities.m4
check-compile-et.m4 check-getpwnam_r-posix.m4
check-man.m4 check-netinet-ip-and-tcp.m4
check-type-extra.m4 check-var.m4 check-x.m4
check-xau.m4 crypto.m4 db.m4 destdirs.m4
dispatch.m4 dlopen.m4 find-func-no-libs.m4
find-func-no-libs2.m4 find-func.m4
find-if-not-broken.m4 framework-security.m4
have-pragma-weak.m4 have-struct-field.m4
have-type.m4 have-types.m4 install-catman.sh
irix.m4 krb-bigendian.m4
krb-func-getcwd-broken.m4 krb-func-getlogin.m4
krb-ipv6.m4 krb-prog-ln-s.m4
krb-prog-ranlib.m4 krb-prog-yacc.m4
krb-readline.m4 krb-struct-spwd.m4
krb-struct-winsize.m4 krb-sys-aix.m4
krb-sys-nextstep.m4 krb-version.m4 libtool.m4
ltoptions.m4 ltsugar.m4 ltversion.m4
lt~obsolete.m4 make-proto.pl mips-abi.m4
misc.m4 need-proto.m4 osfc2.m4 otp.m4 pkg.m4
proto-compat.m4 resolv.m4 retsigtype.m4
roken-frag.m4 roken.m4 socket-wrapper.m4
sunos.m4 telnet.m4 test-package.m4
valgrind-suppressions version-script.m4
wflags.m4 with-all.m4
kerberosV/src/doc: Makefile.am Makefile.in NTMakefile
copyright.texi doxytmpl.dxy footer.html
gssapi.din hcrypto.din hdb.din header.html
heimdal.css hx509.din hx509.info hx509.texi
krb5.din ntlm.din vars.texi vars.tin wind.din
kerberosV/src/etc: Makefile.am Makefile.in NTMakefile
kerberosV/src/include: Makefile.am Makefile.in NTMakefile
crypto-headers.h heim_threads.h
krb5-types.cross
kerberosV/src/kadmin: Makefile.am Makefile.in NTMakefile
add_enctype.c check.c kadmin-version.rc
kadmin.cat8 kadmind-version.rc
kadmind.cat8 rpc.c test_util.c
kerberosV/src/kcm: NTMakefile kcm-protos.h kcm.cat8 sessions.c
kerberosV/src/kdc: Makefile.am Makefile.in NTMakefile announce.c
default_config.c digest-service.c digest.c
hprop-version.rc hprop.cat8 hpropd-version.rc
hpropd.cat8 kdc-private.h kdc-protos.h
kdc-replay.c kdc-version.rc kdc.cat8 kdc.h
krb5tgs.c kstash-version.rc kstash.cat8
kx509.c libkdc-exports.def libkdc-version.rc
process.c set_dbinfo.c string2key-version.rc
string2key.cat8 version-script.map windc.c
windc_plugin.h
kerberosV/src/kpasswd: Makefile.am Makefile.in NTMakefile
kpasswd.cat1 kpasswdd.cat8
kerberosV/src/kuser: Makefile.am Makefile.in NTMakefile
kcc-commands.in kcc-version.rc kcc.c
kdestroy-version.rc kdestroy.cat1
kdigest-commands.in kdigest-version.rc
kdigest.8 kdigest.c kdigest.cat8
kgetcred-version.rc kgetcred.cat1
kimpersonate-version.rc kimpersonate.8
kimpersonate.c kimpersonate.cat8
kinit-version.rc kinit.cat1 klist.cat1
kswitch.1 kswitch.c kswitch.cat1
kerberosV/src/lib: Makefile.am Makefile.in NTMakefile
kerberosV/src/lib/asn1: ChangeLog Makefile.am Makefile.in
NTMakefile asn1-template.h
asn1_compile-version.rc asn1_gen.c
asn1_queue.h asn1parse.c asn1parse.h
asn1parse.y canthandle.asn1 check-ber.c
check-template.c check-timegm.c cms.asn1
cms.opt der-private.h der-protos.h der.c
der_format.c digest.asn1 extra.c
gen_seq.c gen_template.c heim_asn1.h
krb5.asn1 krb5.opt kx509.asn1 lex.c
libasn1-exports.def pkcs12.asn1
pkcs8.asn1 pkcs9.asn1 template.c
test.asn1 test.gen version-script.map
kerberosV/src/lib/com_err: ChangeLog Makefile.am Makefile.in
NTMakefile compile_et-version.rc
compile_et.c compile_et.h lex.c lex.h
lex.l libcom_err-exports.def
libcom_err-version.rc parse.c parse.h
parse.y roken_rename.h
version-script.map
kerberosV/src/lib/gssapi: Makefile.am Makefile.in NTMakefile
gss-commands.in gssapi_mech.h
gsstool.c libgssapi-exports.def
libgssapi-version.rc test_common.c
test_common.h test_context.c
test_kcred.c test_names.c test_ntlm.c
test_oid.c version-script.map
kerberosV/src/lib/hdb: Makefile.am Makefile.in NTMakefile
data-mkey.mit.des3.be
data-mkey.mit.des3.le dbinfo.c ext.c
hdb-keytab.c hdb-mitdb.c hdb-sqlite.c
libhdb-exports.def libhdb-version.rc
test_dbinfo.c test_hdbkeys.c test_mkey.c
version-script.map
kerberosV/src/lib/kadm5: Makefile.am Makefile.in NTMakefile
iprop-commands.in iprop-log-version.rc
iprop-log.8 iprop-log.c iprop-log.cat8
iprop.cat8 ipropd-master-version.rc
ipropd-slave-version.rc ipropd_common.c
libkadm5srv-exports.def
libkadm5srv-version.rc
version-script.map
kerberosV/src/lib/kafs: Makefile.am Makefile.in NTMakefile
kerberosV/src/lib/krb5: Makefile.am Makefile.in NTMakefile
ccache_plugin.h crypto-aes.c
crypto-algs.c crypto-arcfour.c
crypto-des-common.c crypto-des.c
crypto-des3.c crypto-evp.c crypto-null.c
crypto-pk.c crypto-rand.c crypto-stubs.c
crypto.h deprecated.c digest.c doxygen.c
expand_path.c kerberos.cat8
krb5.conf.cat5 krb5.moduli krb5_digest.3
krb5_get_creds.3 krb5_mk_req.3
krb_err.et locate_plugin.h pac.c
pcache.c plugin.c salt-aes.c
salt-arcfour.c salt-des.c salt-des3.c
salt.c scache.c send_to_kdc_plugin.h
store-int.c test_ap-req.c
test_config_strings.cfg
test_crypto_wrapping.c test_forward.c
test_fx.c test_gic.c test_hostname.c
test_pac.c test_pkinit_dh2key.c
test_pknistkdf.c test_plugin.c
test_prf.c test_princ.c test_renew.c
test_rfc3961.c test_store.c test_x500.c
verify_krb5_conf-version.rc
verify_krb5_conf.cat8 version-script.map
kerberosV/src/lib/roken: Makefile.am Makefile.in NTMakefile
cloexec.c ct.c doxygen.c dumpdata.c
getifaddrs-test.c qsort.c rand.c
rkpty.c search.hin snprintf-test.c
snprintf.c socket_wrapper.c
socket_wrapper.h strdup.c strerror.c
strerror_r.c strftime.c
strpftime-test.h strpool.c timegm.c
tsearch-test.c tsearch.c xfree.c
kerberosV/src/lib/sl: Makefile.am Makefile.in NTMakefile
slc-gram.c slc-gram.h slc-lex.c test_sl.c
kerberosV/src/lib/vers: Makefile.am Makefile.in NTMakefile
kerberosV/src/tools: Makefile.am Makefile.in NTMakefile
heimdal-gssapi.pc.in krb5-config.cat1
Removed files:
kerberosV/doc : Makefile
kerberosV/include: print_version.h
kerberosV/openbsd-vers: print_version.c
kerberosV/src : TODO-1.0 TODO-shadow acconfig.h
kerberosV/src/appl/popper: auth_krb4.c
kerberosV/src/cf: check-symbols.sh
kerberosV/src/doc: heimdal.info-1 heimdal.info-2
kerberosV/src/include: make_crypto.c stamp-h.in
kerberosV/src/kadmin: dump-format.txt version4.c
kerberosV/src/kcm: cursor.c kcm_protos.h
kerberosV/src/kdc: 524.c kadb.h kaserver.c kerberos4.c v4_dump.c
kerberosV/src/kuser: kauth_options.c kinit_options.c
kerberosV/src/lib/45: 45_locl.h get_ad_tkt.c mk_req.c
kerberosV/src/lib/asn1: gen.h k5.asn1 libasn1.h parse.y
x509.asn1
kerberosV/src/lib/des: DESperate.txt aes.c aes.h des-tables.h
gen-des.pl rc2.c rc2.h rc2test.c rc4.c
rctest.c rijndael-alg-fst.c
rijndael-alg-fst.h ui.c
kerberosV/src/lib/editline: edit_locl.h
kerberosV/src/lib/gssapi: 8003.c accept_sec_context.c
acquire_cred.c add_cred.c
add_oid_set_member.c
address_to_krb5addr.c arcfour.c
arcfour.h canonicalize_name.c
ccache_name.c cfx.c cfx.h
compare_name.c compat.c context_time.c
copy_ccache.c create_emtpy_oid_set.c
decapsulate.c delete_sec_context.c
display_name.c display_status.c
duplicate_name.c encapsulate.c
export_name.c export_sec_context.c
external.c get_mic.c gssapi_locl.h
import_name.c import_sec_context.c
indicate_mechs.c init.c
init_sec_context.c inquire_context.c
inquire_cred.c inquire_cred_by_mech.c
inquire_mechs_for_name.c
inquire_names_for_mech.c
process_context_token.c
release_buffer.c release_cred.c
release_name.c release_oid_set.c
sequence.c spkm.asn1 spnego.asn1
test_oid_set_member.c test_sequence.c
ticket_flags.c unwrap.c v1.c
verify_mic.c wrap.c
kerberosV/src/lib/hdb: convert_db.c libasn1.h
kerberosV/src/lib/kadm5: dump_log.c replay_log.c truncate_log.c
kerberosV/src/lib/kafs: README.dlfcn afskrb.c dlfcn.c dlfcn.h
kerberosV/src/lib/krb5: address.c config_file_netinfo.c
dump_config.c get_in_tkt_pw.c
get_in_tkt_with_keytab.c
get_in_tkt_with_skey.c heim_threads.h
keytab_krb4.c krb5.3 krb5_address.3
krb5_ccache.3 krb5_compare_creds.3
krb5_config.3 krb5_context.3
krb5_crypto_init.3 krb5_data.3
krb5_expand_hostname.3 krb5_keyblock.3
krb5_keytab.3 krb5_kuserok.3
krb5_storage.3 krb5_ticket.3
krb5_unparse_name.3 krb5_warn.3
name-45-test.c v4_glue.c
kerberosV/src/lib/roken: acconfig.h compile config.h.in
make-print-version.c print_version.c
resource.h
kerberosV/src/lib/sl: lex.l make_cmds.c make_cmds.h parse.y ss.c
ss.h
kerberosV/src/lib/vers: make-print-version.c
kerberosV/src/tools: build.sh
kerberosV/usr.bin/afslog: Makefile
kerberosV/usr.bin/kauth: Makefile
kerberosV/usr.bin/klist: Makefile
kerberosV/usr.bin/pagsh: Makefile
kerberosV/usr.sbin/kadmin: Makefile
Log message:
update kerberosV to Heimdal 1.5.2 using BSD Makefiles based
on the ones from FreeBSD
This is getting commited now so that we can patch it up
fast in the tree.
There are known regressions so please don't try to build
this on your own now, please wait for the next available
snapshot.
If however you would still want to build it, make sure
build and install everything in the tools directory first.
This is not the full commit yet because there are several
subdirectories.
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:12
src/kerberosV/usr.sbin/iprop-log
Update of /cvs/src/kerberosV/usr.sbin/iprop-log
In directory cvs.openbsd.org:/tmp/cvs-serv30218/usr.sbin/iprop-log
Log Message:
Directory /cvs/src/kerberosV/usr.sbin/iprop-log added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:13
src/kerberosV/usr.bin/ksu
Update of /cvs/src/kerberosV/usr.bin/ksu
In directory cvs.openbsd.org:/tmp/cvs-serv30218/usr.bin/ksu
Log Message:
Directory /cvs/src/kerberosV/usr.bin/ksu added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:14
src/kerberosV/usr.bin/krb5-config
Update of /cvs/src/kerberosV/usr.bin/krb5-config
In directory cvs.openbsd.org:/tmp/cvs-serv30218/usr.bin/krb5-config
Log Message:
Directory /cvs/src/kerberosV/usr.bin/krb5-config added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:15
src/kerberosV/usr.bin/kgetcred
Update of /cvs/src/kerberosV/usr.bin/kgetcred
In directory cvs.openbsd.org:/tmp/cvs-serv30218/usr.bin/kgetcred
Log Message:
Directory /cvs/src/kerberosV/usr.bin/kgetcred added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:16
src/kerberosV/usr.bin/kcc
Update of /cvs/src/kerberosV/usr.bin/kcc
In directory cvs.openbsd.org:/tmp/cvs-serv30218/usr.bin/kcc
Log Message:
Directory /cvs/src/kerberosV/usr.bin/kcc added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:17
src/kerberosV/usr.bin/kadmin
Update of /cvs/src/kerberosV/usr.bin/kadmin
In directory cvs.openbsd.org:/tmp/cvs-serv30218/usr.bin/kadmin
Log Message:
Directory /cvs/src/kerberosV/usr.bin/kadmin added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:18
src/kerberosV/usr.bin/hxtool
Update of /cvs/src/kerberosV/usr.bin/hxtool
In directory cvs.openbsd.org:/tmp/cvs-serv30218/usr.bin/hxtool
Log Message:
Directory /cvs/src/kerberosV/usr.bin/hxtool added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:19
src/kerberosV/src/lib/gssapi/spnego
Update of /cvs/src/kerberosV/src/lib/gssapi/spnego
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/gssapi/spnego
Log Message:
Directory /cvs/src/kerberosV/src/lib/gssapi/spnego added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:20
src/kerberosV/src/lib/gssapi/ntlm
Update of /cvs/src/kerberosV/src/lib/gssapi/ntlm
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/gssapi/ntlm
Log Message:
Directory /cvs/src/kerberosV/src/lib/gssapi/ntlm added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:21
src/kerberosV/src/lib/gssapi/mech
Update of /cvs/src/kerberosV/src/lib/gssapi/mech
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/gssapi/mech
Log Message:
Directory /cvs/src/kerberosV/src/lib/gssapi/mech added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:22
src/kerberosV/src/lib/gssapi/krb5
Update of /cvs/src/kerberosV/src/lib/gssapi/krb5
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/gssapi/krb5
Log Message:
Directory /cvs/src/kerberosV/src/lib/gssapi/krb5 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:23
src/kerberosV/src/lib/wind
Update of /cvs/src/kerberosV/src/lib/wind
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/wind
Log Message:
Directory /cvs/src/kerberosV/src/lib/wind added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:24
src/kerberosV/src/lib/gssapi/gssapi
Update of /cvs/src/kerberosV/src/lib/gssapi/gssapi
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/gssapi/gssapi
Log Message:
Directory /cvs/src/kerberosV/src/lib/gssapi/gssapi added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:25
src/kerberosV/src/lib/sqlite
Update of /cvs/src/kerberosV/src/lib/sqlite
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/sqlite
Log Message:
Directory /cvs/src/kerberosV/src/lib/sqlite added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:26
src/kerberosV/src/lib/ntlm
Update of /cvs/src/kerberosV/src/lib/ntlm
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/ntlm
Log Message:
Directory /cvs/src/kerberosV/src/lib/ntlm added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:27
src/kerberosV/src/lib/libedit
Update of /cvs/src/kerberosV/src/lib/libedit
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/libedit
Log Message:
Directory /cvs/src/kerberosV/src/lib/libedit added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:28
src/kerberosV/src/lib/ipc
Update of /cvs/src/kerberosV/src/lib/ipc
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/ipc
Log Message:
Directory /cvs/src/kerberosV/src/lib/ipc added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:29
src/kerberosV/src/lib/hx509
Update of /cvs/src/kerberosV/src/lib/hx509
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/hx509
Log Message:
Directory /cvs/src/kerberosV/src/lib/hx509 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:30
src/kerberosV/src/lib/heimdal
Update of /cvs/src/kerberosV/src/lib/heimdal
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/heimdal
Log Message:
Directory /cvs/src/kerberosV/src/lib/heimdal added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:31
src/kerberosV/src/lib/hcrypto
Update of /cvs/src/kerberosV/src/lib/hcrypto
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/lib/hcrypto
Log Message:
Directory /cvs/src/kerberosV/src/lib/hcrypto added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:32
src/kerberosV/src/include/hcrypto
Update of /cvs/src/kerberosV/src/include/hcrypto
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/include/hcrypto
Log Message:
Directory /cvs/src/kerberosV/src/include/hcrypto added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:33
src/kerberosV/src/include/gssapi
Update of /cvs/src/kerberosV/src/include/gssapi
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/include/gssapi
Log Message:
Directory /cvs/src/kerberosV/src/include/gssapi added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:34
src/kerberosV/src/doc/doxyout
Update of /cvs/src/kerberosV/src/doc/doxyout
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/doc/doxyout
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:35
src/kerberosV/src/appl/gssmask
Update of /cvs/src/kerberosV/src/appl/gssmask
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/appl/gssmask
Log Message:
Directory /cvs/src/kerberosV/src/appl/gssmask added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:36
src/kerberosV/src/windows
Update of /cvs/src/kerberosV/src/windows
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/windows
Log Message:
Directory /cvs/src/kerberosV/src/windows added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:37
src/kerberosV/src/tests
Update of /cvs/src/kerberosV/src/tests
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/tests
Log Message:
Directory /cvs/src/kerberosV/src/tests added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:38
src/kerberosV/src/po
Update of /cvs/src/kerberosV/src/po
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/po
Log Message:
Directory /cvs/src/kerberosV/src/po added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:39
src/kerberosV/src/packages
Update of /cvs/src/kerberosV/src/packages
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/packages
Log Message:
Directory /cvs/src/kerberosV/src/packages added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:40
src/kerberosV/src/base
Update of /cvs/src/kerberosV/src/base
In directory cvs.openbsd.org:/tmp/cvs-serv30218/src/base
Log Message:
Directory /cvs/src/kerberosV/src/base added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:41
src/kerberosV/libexec/kimpersonate
Update of /cvs/src/kerberosV/libexec/kimpersonate
In directory cvs.openbsd.org:/tmp/cvs-serv30218/libexec/kimpersonate
Log Message:
Directory /cvs/src/kerberosV/libexec/kimpersonate added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:42
src/kerberosV/libexec/kdigest
Update of /cvs/src/kerberosV/libexec/kdigest
In directory cvs.openbsd.org:/tmp/cvs-serv30218/libexec/kdigest
Log Message:
Directory /cvs/src/kerberosV/libexec/kdigest added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:43
src/kerberosV/libexec/kcm
Update of /cvs/src/kerberosV/libexec/kcm
In directory cvs.openbsd.org:/tmp/cvs-serv30218/libexec/kcm
Log Message:
Directory /cvs/src/kerberosV/libexec/kcm added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:44
src/kerberosV/libexec/digest-service
Update of /cvs/src/kerberosV/libexec/digest-service
In directory cvs.openbsd.org:/tmp/cvs-serv30218/libexec/digest-service
Log Message:
Directory /cvs/src/kerberosV/libexec/digest-service added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:45
src/kerberosV/lib/libwind
Update of /cvs/src/kerberosV/lib/libwind
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libwind
Log Message:
Directory /cvs/src/kerberosV/lib/libwind added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:46
src/kerberosV/lib/libvers
Update of /cvs/src/kerberosV/lib/libvers
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libvers
Log Message:
Directory /cvs/src/kerberosV/lib/libvers added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:47
src/kerberosV/lib/libsl
Update of /cvs/src/kerberosV/lib/libsl
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libsl
Log Message:
Directory /cvs/src/kerberosV/lib/libsl added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:48
src/kerberosV/lib/libroken
Update of /cvs/src/kerberosV/lib/libroken
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libroken
Log Message:
Directory /cvs/src/kerberosV/lib/libroken added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:49
src/kerberosV/lib/libkrb5
Update of /cvs/src/kerberosV/lib/libkrb5
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libkrb5
Log Message:
Directory /cvs/src/kerberosV/lib/libkrb5 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:50
src/kerberosV/lib/libkdc
Update of /cvs/src/kerberosV/lib/libkdc
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libkdc
Log Message:
Directory /cvs/src/kerberosV/lib/libkdc added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:51
src/kerberosV/lib/libkafs5
Update of /cvs/src/kerberosV/lib/libkafs5
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libkafs5
Log Message:
Directory /cvs/src/kerberosV/lib/libkafs5 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:52
src/kerberosV/lib/libkadm5clnt
Update of /cvs/src/kerberosV/lib/libkadm5clnt
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libkadm5clnt
Log Message:
Directory /cvs/src/kerberosV/lib/libkadm5clnt added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:53
src/kerberosV/lib/libkadm5srv
Update of /cvs/src/kerberosV/lib/libkadm5srv
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libkadm5srv
Log Message:
Directory /cvs/src/kerberosV/lib/libkadm5srv added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:54
src/kerberosV/lib/libhx509
Update of /cvs/src/kerberosV/lib/libhx509
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libhx509
Log Message:
Directory /cvs/src/kerberosV/lib/libhx509 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:55
src/kerberosV/lib/libheimntlm
Update of /cvs/src/kerberosV/lib/libheimntlm
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libheimntlm
Log Message:
Directory /cvs/src/kerberosV/lib/libheimntlm added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:56
src/kerberosV/lib/libheimipcs
Update of /cvs/src/kerberosV/lib/libheimipcs
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libheimipcs
Log Message:
Directory /cvs/src/kerberosV/lib/libheimipcs added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:57
src/kerberosV/lib/libheimipcc
Update of /cvs/src/kerberosV/lib/libheimipcc
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libheimipcc
Log Message:
Directory /cvs/src/kerberosV/lib/libheimipcc added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:58
src/kerberosV/lib/libheimbase
Update of /cvs/src/kerberosV/lib/libheimbase
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libheimbase
Log Message:
Directory /cvs/src/kerberosV/lib/libheimbase added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:01:59
src/kerberosV/lib/libhdb
Update of /cvs/src/kerberosV/lib/libhdb
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libhdb
Log Message:
Directory /cvs/src/kerberosV/lib/libhdb added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:02:00
src/kerberosV/lib/libgssapi
Update of /cvs/src/kerberosV/lib/libgssapi
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libgssapi
Log Message:
Directory /cvs/src/kerberosV/lib/libgssapi added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:02:01
src/kerberosV/lib/libcom_err
Update of /cvs/src/kerberosV/lib/libcom_err
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libcom_err
Log Message:
Directory /cvs/src/kerberosV/lib/libcom_err added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:02:02
src/kerberosV/lib/libasn1
Update of /cvs/src/kerberosV/lib/libasn1
In directory cvs.openbsd.org:/tmp/cvs-serv30218/lib/libasn1
Log Message:
Directory /cvs/src/kerberosV/lib/libasn1 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:02:03
src/kerberosV/tools
Update of /cvs/src/kerberosV/tools
In directory cvs.openbsd.org:/tmp/cvs-serv30218/tools
Log Message:
Directory /cvs/src/kerberosV/tools added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:36
src/kerberosV/src/doc/doxyout/gssapi
Update of /cvs/src/kerberosV/src/doc/doxyout/gssapi
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/doc/doxyout/gssapi
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/gssapi added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:37
src/kerberosV/src/doc/doxyout/hcrypto
Update of /cvs/src/kerberosV/src/doc/doxyout/hcrypto
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/doc/doxyout/hcrypto
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/hcrypto added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:38
src/kerberosV/src/doc/doxyout/hdb
Update of /cvs/src/kerberosV/src/doc/doxyout/hdb
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/doc/doxyout/hdb
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/hdb added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:39
src/kerberosV/src/doc/doxyout/hx509
Update of /cvs/src/kerberosV/src/doc/doxyout/hx509
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/doc/doxyout/hx509
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/hx509 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:40
src/kerberosV/src/doc/doxyout/krb5
Update of /cvs/src/kerberosV/src/doc/doxyout/krb5
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/doc/doxyout/krb5
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/krb5 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:41
src/kerberosV/src/doc/doxyout/ntlm
Update of /cvs/src/kerberosV/src/doc/doxyout/ntlm
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/doc/doxyout/ntlm
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/ntlm added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:42
src/kerberosV/src/doc/doxyout/wind
Update of /cvs/src/kerberosV/src/doc/doxyout/wind
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/doc/doxyout/wind
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/wind added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:43
src/kerberosV/src/lib/hcrypto/libtommath
Update of /cvs/src/kerberosV/src/lib/hcrypto/libtommath
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/lib/hcrypto/libtommath
Log Message:
Directory /cvs/src/kerberosV/src/lib/hcrypto/libtommath added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:44
src/kerberosV/src/lib/hx509/data
Update of /cvs/src/kerberosV/src/lib/hx509/data
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/lib/hx509/data
Log Message:
Directory /cvs/src/kerberosV/src/lib/hx509/data added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:45
src/kerberosV/src/lib/hx509/ref
Update of /cvs/src/kerberosV/src/lib/hx509/ref
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/lib/hx509/ref
Log Message:
Directory /cvs/src/kerberosV/src/lib/hx509/ref added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:46
src/kerberosV/src/lib/libedit/src
Update of /cvs/src/kerberosV/src/lib/libedit/src
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/lib/libedit/src
Log Message:
Directory /cvs/src/kerberosV/src/lib/libedit/src added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:47
src/kerberosV/src/packages/mac
Update of /cvs/src/kerberosV/src/packages/mac
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/packages/mac
Log Message:
Directory /cvs/src/kerberosV/src/packages/mac added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:48
src/kerberosV/src/packages/windows
Update of /cvs/src/kerberosV/src/packages/windows
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/packages/windows
Log Message:
Directory /cvs/src/kerberosV/src/packages/windows added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:49
src/kerberosV/src/po/heim_com_err-1750206208
Update of /cvs/src/kerberosV/src/po/heim_com_err-1750206208
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/po/heim_com_err-1750206208
Log Message:
Directory /cvs/src/kerberosV/src/po/heim_com_err-1750206208 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:50
src/kerberosV/src/po/heim_com_err-1765328384
Update of /cvs/src/kerberosV/src/po/heim_com_err-1765328384
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/po/heim_com_err-1765328384
Log Message:
Directory /cvs/src/kerberosV/src/po/heim_com_err-1765328384 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:51
src/kerberosV/src/po/heim_com_err-1980176640
Update of /cvs/src/kerberosV/src/po/heim_com_err-1980176640
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/po/heim_com_err-1980176640
Log Message:
Directory /cvs/src/kerberosV/src/po/heim_com_err-1980176640 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:52
src/kerberosV/src/po/heim_com_err-969269760
Update of /cvs/src/kerberosV/src/po/heim_com_err-969269760
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/po/heim_com_err-969269760
Log Message:
Directory /cvs/src/kerberosV/src/po/heim_com_err-969269760 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:53
src/kerberosV/src/po/heim_com_err1859794432
Update of /cvs/src/kerberosV/src/po/heim_com_err1859794432
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/po/heim_com_err1859794432
Log Message:
Directory /cvs/src/kerberosV/src/po/heim_com_err1859794432 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:54
src/kerberosV/src/po/heim_com_err35224064
Update of /cvs/src/kerberosV/src/po/heim_com_err35224064
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/po/heim_com_err35224064
Log Message:
Directory /cvs/src/kerberosV/src/po/heim_com_err35224064 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:55
src/kerberosV/src/po/heim_com_err36150272
Update of /cvs/src/kerberosV/src/po/heim_com_err36150272
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/po/heim_com_err36150272
Log Message:
Directory /cvs/src/kerberosV/src/po/heim_com_err36150272 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:56
src/kerberosV/src/po/heim_com_err39525376
Update of /cvs/src/kerberosV/src/po/heim_com_err39525376
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/po/heim_com_err39525376
Log Message:
Directory /cvs/src/kerberosV/src/po/heim_com_err39525376 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:57
src/kerberosV/src/po/heim_com_err43787520
Update of /cvs/src/kerberosV/src/po/heim_com_err43787520
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/po/heim_com_err43787520
Log Message:
Directory /cvs/src/kerberosV/src/po/heim_com_err43787520 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:58
src/kerberosV/src/po/heim_com_err569856
Update of /cvs/src/kerberosV/src/po/heim_com_err569856
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/po/heim_com_err569856
Log Message:
Directory /cvs/src/kerberosV/src/po/heim_com_err569856 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:05:59
src/kerberosV/src/po/heimdal_krb5
Update of /cvs/src/kerberosV/src/po/heimdal_krb5
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/po/heimdal_krb5
Log Message:
Directory /cvs/src/kerberosV/src/po/heimdal_krb5 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:00
src/kerberosV/src/po/heimdal_kuser
Update of /cvs/src/kerberosV/src/po/heimdal_kuser
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/po/heimdal_kuser
Log Message:
Directory /cvs/src/kerberosV/src/po/heimdal_kuser added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:01
src/kerberosV/src/tests/bin
Update of /cvs/src/kerberosV/src/tests/bin
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/tests/bin
Log Message:
Directory /cvs/src/kerberosV/src/tests/bin added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:02
src/kerberosV/src/tests/can
Update of /cvs/src/kerberosV/src/tests/can
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/tests/can
Log Message:
Directory /cvs/src/kerberosV/src/tests/can added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:03
src/kerberosV/src/tests/db
Update of /cvs/src/kerberosV/src/tests/db
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/tests/db
Log Message:
Directory /cvs/src/kerberosV/src/tests/db added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:04
src/kerberosV/src/tests/gss
Update of /cvs/src/kerberosV/src/tests/gss
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/tests/gss
Log Message:
Directory /cvs/src/kerberosV/src/tests/gss added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:05
src/kerberosV/src/tests/java
Update of /cvs/src/kerberosV/src/tests/java
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/tests/java
Log Message:
Directory /cvs/src/kerberosV/src/tests/java added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:06
src/kerberosV/src/tests/kdc
Update of /cvs/src/kerberosV/src/tests/kdc
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/tests/kdc
Log Message:
Directory /cvs/src/kerberosV/src/tests/kdc added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:07
src/kerberosV/src/tests/ldap
Update of /cvs/src/kerberosV/src/tests/ldap
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/tests/ldap
Log Message:
Directory /cvs/src/kerberosV/src/tests/ldap added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:08
src/kerberosV/src/tests/plugin
Update of /cvs/src/kerberosV/src/tests/plugin
In directory cvs.openbsd.org:/tmp/cvs-serv14274/src/tests/plugin
Log Message:
Directory /cvs/src/kerberosV/src/tests/plugin added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:09
src/kerberosV/tools/asn1_compile
Update of /cvs/src/kerberosV/tools/asn1_compile
In directory cvs.openbsd.org:/tmp/cvs-serv14274/tools/asn1_compile
Log Message:
Directory /cvs/src/kerberosV/tools/asn1_compile added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:10
src/kerberosV/tools/compile_et
Update of /cvs/src/kerberosV/tools/compile_et
In directory cvs.openbsd.org:/tmp/cvs-serv14274/tools/compile_et
Log Message:
Directory /cvs/src/kerberosV/tools/compile_et added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:11
src/kerberosV/tools/slc
Update of /cvs/src/kerberosV/tools/slc
In directory cvs.openbsd.org:/tmp/cvs-serv14274/tools/slc
Log Message:
Directory /cvs/src/kerberosV/tools/slc added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:41
src/kerberosV/src/doc/doxyout/gssapi/html
Update of /cvs/src/kerberosV/src/doc/doxyout/gssapi/html
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/gssapi/html
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/gssapi/html added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:42
src/kerberosV/src/doc/doxyout/gssapi/man
Update of /cvs/src/kerberosV/src/doc/doxyout/gssapi/man
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/gssapi/man
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/gssapi/man added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:43
src/kerberosV/src/doc/doxyout/hcrypto/html
Update of /cvs/src/kerberosV/src/doc/doxyout/hcrypto/html
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/hcrypto/html
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/hcrypto/html added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:44
src/kerberosV/src/doc/doxyout/hcrypto/man
Update of /cvs/src/kerberosV/src/doc/doxyout/hcrypto/man
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/hcrypto/man
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/hcrypto/man added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:45
src/kerberosV/src/doc/doxyout/hdb/html
Update of /cvs/src/kerberosV/src/doc/doxyout/hdb/html
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/hdb/html
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/hdb/html added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:46
src/kerberosV/src/doc/doxyout/hdb/man
Update of /cvs/src/kerberosV/src/doc/doxyout/hdb/man
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/hdb/man
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/hdb/man added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:47
src/kerberosV/src/doc/doxyout/hx509/html
Update of /cvs/src/kerberosV/src/doc/doxyout/hx509/html
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/hx509/html
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/hx509/html added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:48
src/kerberosV/src/doc/doxyout/hx509/man
Update of /cvs/src/kerberosV/src/doc/doxyout/hx509/man
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/hx509/man
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/hx509/man added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:49
src/kerberosV/src/doc/doxyout/krb5/html
Update of /cvs/src/kerberosV/src/doc/doxyout/krb5/html
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/krb5/html
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/krb5/html added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:51
src/kerberosV/src/doc/doxyout/krb5/man
Update of /cvs/src/kerberosV/src/doc/doxyout/krb5/man
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/krb5/man
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/krb5/man added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:52
src/kerberosV/src/doc/doxyout/ntlm/html
Update of /cvs/src/kerberosV/src/doc/doxyout/ntlm/html
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/ntlm/html
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/ntlm/html added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:53
src/kerberosV/src/doc/doxyout/ntlm/man
Update of /cvs/src/kerberosV/src/doc/doxyout/ntlm/man
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/ntlm/man
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/ntlm/man added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:54
src/kerberosV/src/doc/doxyout/wind/html
Update of /cvs/src/kerberosV/src/doc/doxyout/wind/html
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/wind/html
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/wind/html added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:55
src/kerberosV/src/doc/doxyout/wind/man
Update of /cvs/src/kerberosV/src/doc/doxyout/wind/man
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/doc/doxyout/wind/man
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/wind/man added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:56
src/kerberosV/src/lib/libedit/src/editline
Update of /cvs/src/kerberosV/src/lib/libedit/src/editline
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/lib/libedit/src/editline
Log Message:
Directory /cvs/src/kerberosV/src/lib/libedit/src/editline added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:57
src/kerberosV/src/packages/mac/Resources
Update of /cvs/src/kerberosV/src/packages/mac/Resources
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/packages/mac/Resources
Log Message:
Directory /cvs/src/kerberosV/src/packages/mac/Resources added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:58
src/kerberosV/src/packages/windows/assembly
Update of /cvs/src/kerberosV/src/packages/windows/assembly
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/packages/windows/assembly
Log Message:
Directory /cvs/src/kerberosV/src/packages/windows/assembly added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:06:59
src/kerberosV/src/packages/windows/installer
Update of /cvs/src/kerberosV/src/packages/windows/installer
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/packages/windows/installer
Log Message:
Directory /cvs/src/kerberosV/src/packages/windows/installer added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:07:00
src/kerberosV/src/packages/windows/sdk
Update of /cvs/src/kerberosV/src/packages/windows/sdk
In directory cvs.openbsd.org:/tmp/cvs-serv23051/src/packages/windows/sdk
Log Message:
Directory /cvs/src/kerberosV/src/packages/windows/sdk added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:07:31
src/kerberosV/src/doc/doxyout/gssapi/man/man3
Update of /cvs/src/kerberosV/src/doc/doxyout/gssapi/man/man3
In directory cvs.openbsd.org:/tmp/cvs-serv31201/src/doc/doxyout/gssapi/man/man3
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/gssapi/man/man3 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:07:32
src/kerberosV/src/doc/doxyout/hcrypto/man/man3
Update of /cvs/src/kerberosV/src/doc/doxyout/hcrypto/man/man3
In directory cvs.openbsd.org:/tmp/cvs-serv31201/src/doc/doxyout/hcrypto/man/man3
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/hcrypto/man/man3 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:07:33
src/kerberosV/src/doc/doxyout/hdb/man/man3
Update of /cvs/src/kerberosV/src/doc/doxyout/hdb/man/man3
In directory cvs.openbsd.org:/tmp/cvs-serv31201/src/doc/doxyout/hdb/man/man3
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/hdb/man/man3 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:07:34
src/kerberosV/src/doc/doxyout/hx509/man/man3
Update of /cvs/src/kerberosV/src/doc/doxyout/hx509/man/man3
In directory cvs.openbsd.org:/tmp/cvs-serv31201/src/doc/doxyout/hx509/man/man3
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/hx509/man/man3 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:07:35
src/kerberosV/src/doc/doxyout/krb5/man/man3
Update of /cvs/src/kerberosV/src/doc/doxyout/krb5/man/man3
In directory cvs.openbsd.org:/tmp/cvs-serv31201/src/doc/doxyout/krb5/man/man3
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/krb5/man/man3 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:07:36
src/kerberosV/src/doc/doxyout/ntlm/man/man3
Update of /cvs/src/kerberosV/src/doc/doxyout/ntlm/man/man3
In directory cvs.openbsd.org:/tmp/cvs-serv31201/src/doc/doxyout/ntlm/man/man3
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/ntlm/man/man3 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:07:37
src/kerberosV/src/doc/doxyout/wind/man/man3
Update of /cvs/src/kerberosV/src/doc/doxyout/wind/man/man3
In directory cvs.openbsd.org:/tmp/cvs-serv31201/src/doc/doxyout/wind/man/man3
Log Message:
Directory /cvs/src/kerberosV/src/doc/doxyout/wind/man/man3 added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:07:38
src/kerberosV/src/packages/mac/Resources/English.lproj
Update of /cvs/src/kerberosV/src/packages/mac/Resources/English.lproj
In directory cvs.openbsd.org:/tmp/cvs-serv31201/src/packages/mac/Resources/English.lproj
Log Message:
Directory /cvs/src/kerberosV/src/packages/mac/Resources/English.lproj added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:07:39
src/kerberosV/src/packages/windows/installer/lang
Update of /cvs/src/kerberosV/src/packages/windows/installer/lang
In directory cvs.openbsd.org:/tmp/cvs-serv31201/src/packages/windows/installer/lang
Log Message:
Directory /cvs/src/kerberosV/src/packages/windows/installer/lang added to the repository
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:11:46
Added files:
kerberosV/lib/libasn1: Makefile shlib_version
kerberosV/lib/libcom_err: Makefile shlib_version
kerberosV/lib/libgssapi: Makefile shlib_version
kerberosV/lib/libhdb: Makefile shlib_version
kerberosV/lib/libheimbase: Makefile shlib_version
kerberosV/lib/libheimipcc: Makefile
kerberosV/lib/libheimipcs: Makefile
kerberosV/lib/libheimntlm: Makefile shlib_version
kerberosV/lib/libhx509: Makefile shlib_version
kerberosV/lib/libkadm5clnt: Makefile shlib_version
kerberosV/lib/libkadm5srv: Makefile shlib_version
kerberosV/lib/libkafs5: Makefile shlib_version
kerberosV/lib/libkdc: Makefile shlib_version
kerberosV/lib/libkrb5: Makefile shlib_version
kerberosV/lib/libroken: Makefile shlib_version
kerberosV/lib/libsl: Makefile
kerberosV/lib/libvers: Makefile
kerberosV/lib/libwind: Makefile shlib_version
kerberosV/libexec/digest-service: Makefile
kerberosV/libexec/kcm: Makefile
kerberosV/libexec/kdigest: Makefile
kerberosV/libexec/kimpersonate: Makefile
kerberosV/src/appl: Makefile.am Makefile.in NTMakefile
kerberosV/src/appl/dceutils: ChangeLog Makefile.am Makefile.in
NTMakefile README.dcedfs
README.original dfspag.exp
dpagaix.c k5dce.h k5dcecon.c
testpag.c
kerberosV/src/appl/ftp: ChangeLog Makefile.am Makefile.in
NTMakefile
kerberosV/src/appl/ftp/common: Makefile.am Makefile.in
NTMakefile buffer.c common.h
sockbuf.c
kerberosV/src/appl/ftp/ftp: Makefile.am Makefile.in NTMakefile
cmds.c cmdtab.c domacro.c extern.h
ftp.1 ftp.c ftp.cat1 ftp_locl.h
ftp_var.h globals.c gssapi.c kauth.c
main.c pathnames.h ruserpass.c
security.c security.h
kerberosV/src/appl/ftp/ftpd: Makefile.am Makefile.in NTMakefile
extern.h ftpcmd.c ftpcmd.y ftpd.8
ftpd.c ftpd.cat8 ftpd_locl.h
ftpusers.5 ftpusers.cat5
gss_userok.c gssapi.c kauth.c
klist.c logwtmp.c ls.c pathnames.h
popen.c security.c
kerberosV/src/appl/gssmask: Makefile.am Makefile.in NTMakefile
common.c common.h gssmaestro.c
gssmask.c protocol.h
kerberosV/src/appl/kf: Makefile.am Makefile.in NTMakefile kf.1
kf.c kf.cat1 kf_locl.h kfd.8 kfd.c
kfd.cat8
kerberosV/src/appl/kx: ChangeLog Makefile.am Makefile.in
NTMakefile common.c context.c krb5.c kx.1
kx.c kx.cat1 kx.h kxd.8 kxd.c kxd.cat8
rxtelnet.1 rxtelnet.cat1 rxtelnet.in
rxterm.1 rxterm.cat1 rxterm.in tenletxr.1
tenletxr.cat1 tenletxr.in writeauth.c
kerberosV/src/appl/otp: ChangeLog Makefile.am Makefile.in
NTMakefile otp.1 otp.c otp.cat1
otp_locl.h otpprint.1 otpprint.c
otpprint.cat1
kerberosV/src/appl/push: ChangeLog Makefile.am Makefile.in
NTMakefile pfrom.1 pfrom.cat1 pfrom.in
push.8 push.c push.cat8 push_locl.h
kerberosV/src/appl/rcp: ChangeLog Makefile.am Makefile.in
NTMakefile extern.h rcp.1 rcp.c rcp.cat1
rcp_locl.h util.c
kerberosV/src/appl/rsh: ChangeLog Makefile.am Makefile.in
NTMakefile common.c limits_conf.c
login_access.c rsh.1 rsh.c rsh.cat1
rsh_locl.h rshd.8 rshd.c rshd.cat8
kerberosV/src/appl/telnet: ChangeLog Makefile.am Makefile.in
NTMakefile README.ORIG telnet.state
kerberosV/src/appl/telnet/arpa: telnet.h
kerberosV/src/appl/telnet/libtelnet: Makefile.am Makefile.in
NTMakefile auth-proto.h
auth.c auth.h enc-proto.h
enc_des.c encrypt.c
encrypt.h genget.c
kerberos5.c misc-proto.h
misc.c misc.h rsaencpwd.c
spx.c
kerberosV/src/appl/telnet/telnet: Makefile.am Makefile.in
NTMakefile authenc.c
commands.c defines.h externs.h
main.c network.c ring.c ring.h
sys_bsd.c telnet.1 telnet.c
telnet.cat1 telnet_locl.h
terminal.c types.h utilities.c
kerberosV/src/appl/telnet/telnetd: Makefile.am Makefile.in
NTMakefile authenc.c defs.h
ext.h global.c slc.c state.c
sys_term.c telnetd.8
telnetd.c telnetd.cat8
telnetd.h termstat.c
utility.c
kerberosV/src/appl/xnlock: ChangeLog Makefile.am Makefile.in
NTMakefile README nose.0.left
nose.0.right nose.1.left nose.1.right
nose.down nose.front nose.left.front
nose.right.front xnlock.1 xnlock.c
xnlock.cat1
kerberosV/src/base: Makefile.am Makefile.in NTMakefile array.c
baselocl.h bool.c dict.c heimbase.c
heimbase.h heimbasepriv.h heimqueue.h null.c
number.c string.c test_base.c
version-script.map
kerberosV/src/doc/doxyout/gssapi: manpages
kerberosV/src/doc/doxyout/gssapi/html: doxygen.css doxygen.png
graph_legend.dot
graph_legend.html
graph_legend.png
group__gssapi.html
gssapi_mechs_intro.html
gssapi_services_intro.html
index.html
internalvsmechname.html
modules.html pages.html
tab_b.gif tab_l.gif
tab_r.gif tabs.css
kerberosV/src/doc/doxyout/gssapi/man/man3:
__gss_c_attr_stream_sizes_oid_desc.3
gss_add_oid_set_member.3
gss_canonicalize_name.3
gss_import_name.3
gss_init_sec_context.3
gss_inquire_attrs_for_mech.3
gss_inquire_saslname_for_mech.3
gss_oid_equal.3
gss_release_cred.3
gss_release_iov_buffer.3
gss_release_name.3
gss_unwrap_iov.3
gss_wrap.3
gss_wrap_iov.3
gss_wrap_iov_length.3
gssapi.3
gssapi_mechs_intro.3
gssapi_services_intro.3
internalvsmechname.3
kerberosV/src/doc/doxyout/hcrypto: manpages
kerberosV/src/doc/doxyout/hcrypto/html: doxygen.css doxygen.png
example__evp__cipher_8c-example.html
examples.html
graph_legend.dot
graph_legend.html
graph_legend.png
group__hcrypto__core.html
group__hcrypto__des.html
group__hcrypto__dh.html
group__hcrypto__evp.html
group__hcrypto__misc.html
group__hcrypto__rand.html
group__hcrypto__rsa.html
index.html modules.html
page_des.html
page_dh.html
page_evp.html
page_rand.html
page_rsa.html tab_b.gif
tab_l.gif tab_r.gif
tabs.css
kerberosV/src/doc/doxyout/hcrypto/man/man3: DES_cbc_cksum.3
DES_cbc_encrypt.3
DES_cfb64_encrypt.3
DES_check_key_parity.3
DES_ecb3_encrypt.3
DES_ecb_encrypt.3
DES_ede3_cbc_encrypt.3
DES_encrypt.3
DES_init_random_number_generator.3
DES_is_weak_key.3
DES_key_sched.3
DES_new_random_key.3
DES_pcbc_encrypt.3
DES_random_key.3
DES_set_key.3
DES_set_key_checked.3
DES_set_key_unchecked.3
DES_set_odd_parity.3
DES_string_to_key.3
DH_check_pubkey.3
DH_compute_key.3
DH_free.3
DH_generate_key.3
DH_generate_parameters_ex.3
DH_get_default_method.3
DH_get_ex_data.3
DH_ltm_method.3
DH_new.3
DH_new_method.3
DH_null_method.3
DH_set_default_method.3
DH_set_ex_data.3
DH_set_method.3
DH_size.3
DH_up_ref.3
EVP_BytesToKey.3
EVP_CIPHER_CTX_block_size.3
EVP_CIPHER_CTX_cipher.3
EVP_CIPHER_CTX_cleanup.3
EVP_CIPHER_CTX_ctrl.3
EVP_CIPHER_CTX_flags.3
EVP_CIPHER_CTX_get_app_data.3
EVP_CIPHER_CTX_init.3
EVP_CIPHER_CTX_iv_length.3
EVP_CIPHER_CTX_key_length.3
EVP_CIPHER_CTX_mode.3
EVP_CIPHER_CTX_rand_key.3
EVP_CIPHER_CTX_set_app_data.3
EVP_CIPHER_CTX_set_key_length.3
EVP_CIPHER_block_size.3
EVP_CIPHER_iv_length.3
EVP_CIPHER_key_length.3
EVP_CipherFinal_ex.3
EVP_CipherInit_ex.3
EVP_CipherUpdate.3
EVP_Digest.3
EVP_DigestFinal_ex.3
EVP_DigestInit_ex.3
EVP_DigestUpdate.3
EVP_MD_CTX_block_size.3
EVP_MD_CTX_cleanup.3
EVP_MD_CTX_create.3
EVP_MD_CTX_destroy.3
EVP_MD_CTX_init.3
EVP_MD_CTX_md.3
EVP_MD_CTX_size.3
EVP_MD_block_size.3
EVP_MD_size.3
EVP_aes_128_cbc.3
EVP_aes_128_cfb8.3
EVP_aes_192_cbc.3
EVP_aes_192_cfb8.3
EVP_aes_256_cbc.3
EVP_aes_256_cfb8.3
EVP_camellia_128_cbc.3
EVP_camellia_192_cbc.3
EVP_camellia_256_cbc.3
EVP_des_cbc.3
EVP_des_ede3_cbc.3
EVP_enc_null.3
EVP_get_cipherbyname.3
EVP_hcrypto_aes_128_cbc.3
EVP_hcrypto_aes_128_cfb8.3
EVP_hcrypto_aes_192_cbc.3
EVP_hcrypto_aes_192_cfb8.3
EVP_hcrypto_aes_256_cbc.3
EVP_hcrypto_aes_256_cfb8.3
EVP_hcrypto_camellia_128_cbc.3
EVP_hcrypto_camellia_192_cbc.3
EVP_hcrypto_camellia_256_cbc.3
EVP_hcrypto_des_cbc.3
EVP_hcrypto_des_ede3_cbc.3
EVP_hcrypto_md2.3
EVP_hcrypto_md4.3
EVP_hcrypto_md5.3
EVP_hcrypto_rc2_40_cbc.3
EVP_hcrypto_rc2_64_cbc.3
EVP_hcrypto_rc2_cbc.3
EVP_hcrypto_sha1.3
EVP_hcrypto_sha256.3
EVP_hcrypto_sha384.3
EVP_hcrypto_sha512.3
EVP_md2.3 EVP_md4.3
EVP_md5.3
EVP_md_null.3
EVP_rc2_40_cbc.3
EVP_rc2_64_cbc.3
EVP_rc2_cbc.3
EVP_rc4.3
EVP_rc4_40.3
EVP_sha.3 EVP_sha1.3
EVP_sha256.3
EVP_sha384.3
EVP_sha512.3
EVP_wincrypt_des_ede3_cbc.3
OpenSSL_add_all_algorithms.3
OpenSSL_add_all_algorithms_conf.3
OpenSSL_add_all_algorithms_noconf.3
PKCS5_PBKDF2_HMAC_SHA1.3
RAND_add.3
RAND_bytes.3
RAND_cleanup.3
RAND_file_name.3
RAND_get_rand_method.3
RAND_load_file.3
RAND_pseudo_bytes.3
RAND_seed.3
RAND_set_rand_engine.3
RAND_set_rand_method.3
RAND_status.3
RAND_write_file.3
RSA_free.3
RSA_get_app_data.3
RSA_get_method.3
RSA_new.3
RSA_new_method.3
RSA_set_app_data.3
RSA_set_method.3
RSA_up_ref.3
hcrypto_core.3
hcrypto_des.3
hcrypto_dh.3
hcrypto_evp.3
hcrypto_misc.3
hcrypto_rand.3
hcrypto_rsa.3
page_des.3 page_dh.3
page_evp.3
page_rand.3
page_rsa.3
kerberosV/src/doc/doxyout/hdb: manpages
kerberosV/src/doc/doxyout/hdb/html: annotated.html doxygen.css
doxygen.png functions.html
functions_vars.html
graph_legend.dot
graph_legend.html
graph_legend.png index.html
struct_h_d_b.html
structhdb__entry__ex.html
tab_b.gif tab_l.gif
tab_r.gif tabs.css
kerberosV/src/doc/doxyout/hdb/man/man3: HDB.3 hdb__del.3
hdb__get.3 hdb__put.3
hdb_auth_status.3
hdb_check_constrained_delegation.3
hdb_check_pkinit_ms_upn_match.3
hdb_check_s4u2self.3
hdb_close.3
hdb_destroy.3
hdb_entry_ex.3
hdb_fetch_kvno.3
hdb_firstkey.3
hdb_free.3
hdb_get_realms.3
hdb_lock.3 hdb_name.3
hdb_nextkey.3 hdb_open.3
hdb_password.3
hdb_remove.3
hdb_rename.3 hdb_store.3
hdb_unlock.3
kerberosV/src/doc/doxyout/hx509: manpages
kerberosV/src/doc/doxyout/hx509/html: doxygen.css doxygen.png
graph_legend.dot
graph_legend.html
graph_legend.png
group__hx509.html
group__hx509__ca.html
group__hx509__cert.html
group__hx509__cms.html
group__hx509__crypto.html
group__hx509__env.html
group__hx509__error.html
group__hx509__keyset.html
group__hx509__lock.html
group__hx509__misc.html
group__hx509__name.html
group__hx509__peer.html
group__hx509__print.html
group__hx509__query.html
group__hx509__revoke.html
group__hx509__verify.html
index.html modules.html
page_ca.html
page_cert.html
page_cms.html
page_env.html
page_error.html
page_keyset.html
page_lock.html
page_name.html
page_peer.html
page_print.html
page_revoke.html
pages.html tab_b.gif
tab_l.gif tab_r.gif
tabs.css
kerberosV/src/doc/doxyout/hx509/man/man3: hx509.3
hx509_bitstring_print.3
hx509_ca.3
hx509_ca_sign.3
hx509_ca_sign_self.3
hx509_ca_tbs_add_crl_dp_uri.3
hx509_ca_tbs_add_eku.3
hx509_ca_tbs_add_san_hostname.3
hx509_ca_tbs_add_san_jid.3
hx509_ca_tbs_add_san_ms_upn.3
hx509_ca_tbs_add_san_otherName.3
hx509_ca_tbs_add_san_pkinit.3
hx509_ca_tbs_add_san_rfc822name.3
hx509_ca_tbs_free.3
hx509_ca_tbs_init.3
hx509_ca_tbs_set_ca.3
hx509_ca_tbs_set_domaincontroller.3
hx509_ca_tbs_set_notAfter.3
hx509_ca_tbs_set_notAfter_lifetime.3
hx509_ca_tbs_set_notBefore.3
hx509_ca_tbs_set_proxy.3
hx509_ca_tbs_set_serialnumber.3
hx509_ca_tbs_set_spki.3
hx509_ca_tbs_set_subject.3
hx509_ca_tbs_set_template.3
hx509_ca_tbs_set_unique.3
hx509_ca_tbs_subject_expand.3
hx509_ca_tbs_template_units.3
hx509_cert.3
hx509_cert_binary.3
hx509_cert_check_eku.3
hx509_cert_cmp.3
hx509_cert_find_subjectAltName_otherName.3
hx509_cert_free.3
hx509_cert_get_SPKI.3
hx509_cert_get_SPKI_AlgorithmIdentifier.3
hx509_cert_get_attribute.3
hx509_cert_get_base_subject.3
hx509_cert_get_friendly_name.3
hx509_cert_get_issuer.3
hx509_cert_get_issuer_unique_id.3
hx509_cert_get_notAfter.3
hx509_cert_get_notBefore.3
hx509_cert_get_serialnumber.3
hx509_cert_get_subject.3
hx509_cert_get_subject_unique_id.3
hx509_cert_init.3
hx509_cert_init_data.3
hx509_cert_keyusage_print.3
hx509_cert_ref.3
hx509_cert_set_friendly_name.3
hx509_certs_add.3
hx509_certs_append.3
hx509_certs_end_seq.3
hx509_certs_filter.3
hx509_certs_find.3
hx509_certs_free.3
hx509_certs_info.3
hx509_certs_init.3
hx509_certs_iter_f.3
hx509_certs_merge.3
hx509_certs_next_cert.3
hx509_certs_start_seq.3
hx509_certs_store.3
hx509_ci_print_names.3
hx509_clear_error_string.3
hx509_cms.3
hx509_cms_create_signed_1.3
hx509_cms_envelope_1.3
hx509_cms_unenvelope.3
hx509_cms_unwrap_ContentInfo.3
hx509_cms_verify_signed.3
hx509_cms_wrap_ContentInfo.3
hx509_context_free.3
hx509_context_init.3
hx509_context_set_missing_revoke.3
hx509_crl_add_revoked_certs.3
hx509_crl_alloc.3
hx509_crl_free.3
hx509_crl_lifetime.3
hx509_crl_sign.3
hx509_crypto.3
hx509_env.3
hx509_env_add.3
hx509_env_add_binding.3
hx509_env_find.3
hx509_env_find_binding.3
hx509_env_free.3
hx509_env_lfind.3
hx509_err.3
hx509_error.3
hx509_free_error_string.3
hx509_free_octet_string_list.3
hx509_general_name_unparse.3
hx509_get_error_string.3
hx509_get_one_cert.3
hx509_keyset.3
hx509_lock.3
hx509_misc.3
hx509_name.3
hx509_name_binary.3
hx509_name_cmp.3
hx509_name_copy.3
hx509_name_expand.3
hx509_name_free.3
hx509_name_is_null_p.3
hx509_name_to_Name.3
hx509_name_to_string.3
hx509_ocsp_request.3
hx509_ocsp_verify.3
hx509_oid_print.3
hx509_oid_sprint.3
hx509_parse_name.3
hx509_peer.3
hx509_peer_info_add_cms_alg.3
hx509_peer_info_alloc.3
hx509_peer_info_free.3
hx509_peer_info_set_cert.3
hx509_peer_info_set_cms_algs.3
hx509_print.3
hx509_print_cert.3
hx509_print_stdout.3
hx509_query.3
hx509_query_alloc.3
hx509_query_free.3
hx509_query_match_cmp_func.3
hx509_query_match_eku.3
hx509_query_match_friendly_name.3
hx509_query_match_issuer_serial.3
hx509_query_match_option.3
hx509_query_statistic_file.3
hx509_query_unparse_stats.3
hx509_revoke.3
hx509_revoke_add_crl.3
hx509_revoke_add_ocsp.3
hx509_revoke_free.3
hx509_revoke_init.3
hx509_revoke_ocsp_print.3
hx509_revoke_verify.3
hx509_set_error_string.3
hx509_set_error_stringv.3
hx509_unparse_der_name.3
hx509_validate_cert.3
hx509_validate_ctx_add_flags.3
hx509_validate_ctx_free.3
hx509_validate_ctx_init.3
hx509_validate_ctx_set_print.3
hx509_verify.3
hx509_verify_attach_anchors.3
hx509_verify_attach_revoke.3
hx509_verify_ctx_f_allow_default_trustanchors.3
hx509_verify_destroy_ctx.3
hx509_verify_hostname.3
hx509_verify_init_ctx.3
hx509_verify_path.3
hx509_verify_set_max_depth.3
hx509_verify_set_proxy_certificate.3
hx509_verify_set_strict_rfc3280_verification.3
hx509_verify_set_time.3
hx509_verify_signature.3
hx509_xfree.3
page_ca.3 page_cert.3
page_cms.3 page_env.3
page_error.3
page_keyset.3
page_lock.3
page_name.3
page_peer.3
page_print.3
page_revoke.3
kerberosV/src/doc/doxyout/krb5: manpages
kerberosV/src/doc/doxyout/krb5/html: annotated.html doxygen.css
doxygen.png
graph_legend.dot
graph_legend.html
graph_legend.png
group__krb5.html
group__krb5__address.html
group__krb5__auth.html
group__krb5__ccache.html
group__krb5__credential.html
group__krb5__crypto.html
group__krb5__deprecated.html
group__krb5__digest.html
group__krb5__error.html
group__krb5__keytab.html
group__krb5__pac.html
group__krb5__principal.html
group__krb5__storage.html
group__krb5__support.html
group__krb5__ticket.html
group__krb5__v4compat.html
index.html
krb5_ccache_intro.html
krb5_fileformats.html
krb5_init_creds_intro.html
krb5_introduction.html
krb5_keytab_intro.html
krb5_principal_intro.html
modules.html pages.html
structkrb5__crypto__iov.html
tab_b.gif tab_l.gif
tab_r.gif tabs.css
kerberosV/src/doc/doxyout/krb5/man/man3: krb5.3
krb524_convert_creds_kdc.3
krb524_convert_creds_kdc_ccache.3
krb5_acc_ops.3
krb5_acl_match_file.3
krb5_acl_match_string.3
krb5_add_et_list.3
krb5_add_extra_addresses.3
krb5_add_ignore_addresses.3
krb5_addr2sockaddr.3
krb5_address.3
krb5_address_compare.3
krb5_address_order.3
krb5_address_prefixlen_boundary.3
krb5_address_search.3
krb5_allow_weak_crypto.3
krb5_anyaddr.3
krb5_append_addresses.3
krb5_auth.3
krb5_auth_getremoteseqnumber.3
krb5_build_principal.3
krb5_c_enctype_compare.3
krb5_cc_cache_end_seq_get.3
krb5_cc_cache_get_first.3
krb5_cc_cache_match.3
krb5_cc_cache_next.3
krb5_cc_clear_mcred.3
krb5_cc_close.3
krb5_cc_copy_cache.3
krb5_cc_copy_creds.3
krb5_cc_copy_match_f.3
krb5_cc_default.3
krb5_cc_default_name.3
krb5_cc_destroy.3
krb5_cc_end_seq_get.3
krb5_cc_gen_new.3
krb5_cc_get_config.3
krb5_cc_get_flags.3
krb5_cc_get_friendly_name.3
krb5_cc_get_full_name.3
krb5_cc_get_kdc_offset.3
krb5_cc_get_lifetime.3
krb5_cc_get_name.3
krb5_cc_get_ops.3
krb5_cc_get_prefix_ops.3
krb5_cc_get_principal.3
krb5_cc_get_type.3
krb5_cc_get_version.3
krb5_cc_initialize.3
krb5_cc_last_change_time.3
krb5_cc_move.3
krb5_cc_new_unique.3
krb5_cc_next_cred.3
krb5_cc_register.3
krb5_cc_remove_cred.3
krb5_cc_resolve.3
krb5_cc_retrieve_cred.3
krb5_cc_set_config.3
krb5_cc_set_default_name.3
krb5_cc_set_flags.3
krb5_cc_set_friendly_name.3
krb5_cc_set_kdc_offset.3
krb5_cc_start_seq_get.3
krb5_cc_store_cred.3
krb5_cc_support_switch.3
krb5_cc_switch.3
krb5_ccache.3
krb5_ccache_intro.3
krb5_cccol_cursor_free.3
krb5_cccol_cursor_new.3
krb5_cccol_cursor_next.3
krb5_cccol_last_change_time.3
krb5_change_password.3
krb5_cksumtype_to_enctype.3
krb5_clear_error_message.3
krb5_clear_error_string.3
krb5_compare_creds.3
krb5_config_file_free.3
krb5_config_free_strings.3
krb5_config_get_bool.3
krb5_config_get_bool_default.3
krb5_config_get_list.3
krb5_config_get_string.3
krb5_config_get_string_default.3
krb5_config_get_strings.3
krb5_config_get_time.3
krb5_config_get_time_default.3
krb5_config_parse_file_multi.3
krb5_config_parse_string_multi.3
krb5_config_vget_bool.3
krb5_config_vget_bool_default.3
krb5_config_vget_list.3
krb5_config_vget_string.3
krb5_config_vget_string_default.3
krb5_config_vget_strings.3
krb5_config_vget_time.3
krb5_config_vget_time_default.3
krb5_copy_address.3
krb5_copy_addresses.3
krb5_copy_context.3
krb5_copy_creds.3
krb5_copy_creds_contents.3
krb5_copy_data.3
krb5_copy_host_realm.3
krb5_copy_keyblock.3
krb5_copy_keyblock_contents.3
krb5_copy_principal.3
krb5_copy_ticket.3
krb5_create_checksum_iov.3
krb5_credential.3
krb5_creds_get_ticket_flags.3
krb5_crypto.3
krb5_crypto_destroy.3
krb5_crypto_fx_cf2.3
krb5_crypto_getblocksize.3
krb5_crypto_getconfoundersize.3
krb5_crypto_getenctype.3
krb5_crypto_getpadsize.3
krb5_crypto_init.3
krb5_crypto_iov.3
krb5_data_alloc.3
krb5_data_cmp.3
krb5_data_copy.3
krb5_data_ct_cmp.3
krb5_data_free.3
krb5_data_realloc.3
krb5_data_zero.3
krb5_decrypt_iov_ivec.3
krb5_deprecated.3
krb5_digest.3
krb5_digest_probe.3
krb5_eai_to_heim_errno.3
krb5_encrypt_iov_ivec.3
krb5_enctype_disable.3
krb5_enctype_enable.3
krb5_enctype_valid.3
krb5_enctypes_compatible_keys.3
krb5_error.3
krb5_expand_hostname.3
krb5_expand_hostname_realms.3
krb5_fcc_ops.3
krb5_fileformats.3
krb5_free_address.3
krb5_free_addresses.3
krb5_free_config_files.3
krb5_free_context.3
krb5_free_cred_contents.3
krb5_free_creds.3
krb5_free_creds_contents.3
krb5_free_data.3
krb5_free_data_contents.3
krb5_free_error_string.3
krb5_free_host_realm.3
krb5_free_keyblock.3
krb5_free_keyblock_contents.3
krb5_free_principal.3
krb5_free_ticket.3
krb5_free_unparsed_name.3
krb5_fwd_tgt_creds.3
krb5_generate_subkey.3
krb5_generate_subkey_extended.3
krb5_get_cred_from_kdc.3
krb5_get_cred_from_kdc_opt.3
krb5_get_default_config_files.3
krb5_get_default_in_tkt_etypes.3
krb5_get_dns_canonicalize_hostname.3
krb5_get_extra_addresses.3
krb5_get_fcache_version.3
krb5_get_forwarded_creds.3
krb5_get_ignore_addresses.3
krb5_get_in_tkt_with_keytab.3
krb5_get_in_tkt_with_password.3
krb5_get_in_tkt_with_skey.3
krb5_get_init_creds_keyblock.3
krb5_get_init_creds_keytab.3
krb5_get_init_creds_opt_alloc.3
krb5_get_init_creds_opt_free.3
krb5_get_init_creds_opt_get_error.3
krb5_get_init_creds_opt_init.3
krb5_get_init_creds_password.3
krb5_get_kdc_sec_offset.3
krb5_get_max_time_skew.3
krb5_get_use_admin_kdc.3
krb5_get_validated_creds.3
krb5_h_addr2addr.3
krb5_h_addr2sockaddr.3
krb5_h_errno_to_heim_errno.3
krb5_init_context.3
krb5_init_creds_free.3
krb5_init_creds_get.3
krb5_init_creds_get_error.3
krb5_init_creds_init.3
krb5_init_creds_intro.3
krb5_init_creds_set_keytab.3
krb5_init_creds_set_password.3
krb5_init_creds_set_service.3
krb5_init_creds_step.3
krb5_init_ets.3
krb5_introduction.3
krb5_is_config_principal.3
krb5_is_thread_safe.3
krb5_kerberos_enctypes.3
krb5_keyblock_get_enctype.3
krb5_keyblock_init.3
krb5_keyblock_zero.3
krb5_keytab.3
krb5_keytab_intro.3
krb5_keytab_key_proc.3
krb5_keytype_to_enctypes.3
krb5_keytype_to_enctypes_default.3
krb5_keytype_to_string.3
krb5_krbhst_get_addrinfo.3
krb5_kt_add_entry.3
krb5_kt_close.3
krb5_kt_compare.3
krb5_kt_copy_entry_contents.3
krb5_kt_default.3
krb5_kt_default_modify_name.3
krb5_kt_default_name.3
krb5_kt_destroy.3
krb5_kt_end_seq_get.3
krb5_kt_free_entry.3
krb5_kt_get_entry.3
krb5_kt_get_full_name.3
krb5_kt_get_name.3
krb5_kt_get_type.3
krb5_kt_have_content.3
krb5_kt_next_entry.3
krb5_kt_read_service_key.3
krb5_kt_register.3
krb5_kt_remove_entry.3
krb5_kt_resolve.3
krb5_kt_start_seq_get.3
krb5_kuserok.3
krb5_make_addrport.3
krb5_make_principal.3
krb5_max_sockaddr_size.3
krb5_mcc_ops.3
krb5_pac.3
krb5_pac_get_buffer.3
krb5_pac_verify.3
krb5_parse_address.3
krb5_parse_name.3
krb5_parse_name_flags.3
krb5_parse_nametype.3
krb5_password_key_proc.3
krb5_plugin_register.3
krb5_prepend_config_files_default.3
krb5_princ_realm.3
krb5_princ_set_realm.3
krb5_principal.3
krb5_principal_compare.3
krb5_principal_compare_any_realm.3
krb5_principal_get_num_comp.3
krb5_principal_get_realm.3
krb5_principal_get_type.3
krb5_principal_intro.3
krb5_principal_is_krbtgt.3
krb5_principal_match.3
krb5_principal_set_realm.3
krb5_principal_set_type.3
krb5_print_address.3
krb5_random_to_key.3
krb5_rd_req_ctx.3
krb5_rd_req_in_ctx_alloc.3
krb5_rd_req_in_set_keytab.3
krb5_rd_req_in_set_pac_check.3
krb5_rd_req_out_ctx_free.3
krb5_rd_req_out_get_server.3
krb5_realm_compare.3
krb5_ret_address.3
krb5_ret_addrs.3
krb5_ret_authdata.3
krb5_ret_creds.3
krb5_ret_creds_tag.3
krb5_ret_data.3
krb5_ret_int16.3
krb5_ret_int32.3
krb5_ret_int8.3
krb5_ret_keyblock.3
krb5_ret_principal.3
krb5_ret_string.3
krb5_ret_stringz.3
krb5_ret_times.3
krb5_ret_uint16.3
krb5_ret_uint32.3
krb5_ret_uint8.3
krb5_set_config_files.3
krb5_set_default_in_tkt_etypes.3
krb5_set_dns_canonicalize_hostname.3
krb5_set_error_message.3
krb5_set_error_string.3
krb5_set_extra_addresses.3
krb5_set_fcache_version.3
krb5_set_home_dir_access.3
krb5_set_ignore_addresses.3
krb5_set_kdc_sec_offset.3
krb5_set_max_time_skew.3
krb5_set_password.3
krb5_set_real_time.3
krb5_set_use_admin_kdc.3
krb5_sname_to_principal.3
krb5_sockaddr2address.3
krb5_sockaddr2port.3
krb5_sockaddr_uninteresting.3
krb5_storage.3
krb5_storage_clear_flags.3
krb5_storage_emem.3
krb5_storage_free.3
krb5_storage_from_data.3
krb5_storage_from_fd.3
krb5_storage_from_mem.3
krb5_storage_from_readonly_mem.3
krb5_storage_get_byteorder.3
krb5_storage_get_eof_code.3
krb5_storage_is_flags.3
krb5_storage_read.3
krb5_storage_seek.3
krb5_storage_set_byteorder.3
krb5_storage_set_eof_code.3
krb5_storage_set_flags.3
krb5_storage_set_max_alloc.3
krb5_storage_to_data.3
krb5_storage_truncate.3
krb5_storage_write.3
krb5_store_address.3
krb5_store_addrs.3
krb5_store_authdata.3
krb5_store_creds.3
krb5_store_creds_tag.3
krb5_store_data.3
krb5_store_int16.3
krb5_store_int32.3
krb5_store_int8.3
krb5_store_keyblock.3
krb5_store_principal.3
krb5_store_string.3
krb5_store_stringz.3
krb5_store_times.3
krb5_store_uint16.3
krb5_store_uint32.3
krb5_store_uint8.3
krb5_string_to_keytype.3
krb5_support.3
krb5_ticket.3
krb5_ticket_get_authorization_data_type.3
krb5_ticket_get_client.3
krb5_ticket_get_endtime.3
krb5_ticket_get_flags.3
krb5_ticket_get_server.3
krb5_unparse_name.3
krb5_unparse_name_fixed.3
krb5_unparse_name_fixed_flags.3
krb5_unparse_name_fixed_short.3
krb5_unparse_name_flags.3
krb5_unparse_name_short.3
krb5_v4compat.3
krb5_verify_checksum_iov.3
krb5_vset_error_string.3
krb5_vwarn.3
kerberosV/src/doc/doxyout/ntlm: manpages
kerberosV/src/doc/doxyout/ntlm/html: annotated.html doxygen.css
doxygen.png examples.html
functions.html
functions_vars.html
graph_legend.dot
graph_legend.html
graph_legend.png
group__ntlm__core.html
index.html modules.html
structntlm__buf.html
structntlm__type1.html
structntlm__type2.html
structntlm__type2__coll__graph.map
structntlm__type2__coll__graph.md5
structntlm__type2__coll__graph.png
structntlm__type3.html
structntlm__type3__coll__graph.map
structntlm__type3__coll__graph.md5
structntlm__type3__coll__graph.png
tab_b.gif tab_l.gif
tab_r.gif tabs.css
test__ntlm_8c-example.html
kerberosV/src/doc/doxyout/ntlm/man/man3: challenge.3 context.3
data.3 domain.3 flags.3
heim_ntlm_build_ntlm1_master.3
heim_ntlm_build_ntlm2_master.3
heim_ntlm_calculate_lm2.3
heim_ntlm_calculate_ntlm1.3
heim_ntlm_calculate_ntlm2.3
heim_ntlm_decode_targetinfo.3
heim_ntlm_encode_targetinfo.3
heim_ntlm_encode_type1.3
heim_ntlm_encode_type2.3
heim_ntlm_encode_type3.3
heim_ntlm_free_buf.3
heim_ntlm_free_targetinfo.3
heim_ntlm_free_type1.3
heim_ntlm_free_type2.3
heim_ntlm_free_type3.3
heim_ntlm_keyex_unwrap.3
heim_ntlm_nt_key.3
heim_ntlm_ntlmv2_key.3
heim_ntlm_verify_ntlm2.3
hostname.3 length.3
lm.3 ntlm.3 ntlm_buf.3
ntlm_core.3
ntlm_type1.3
ntlm_type2.3
ntlm_type3.3 os.3
sessionkey.3
targetinfo.3
targetname.3 username.3
ws.3
kerberosV/src/doc/doxyout/wind: manpages
kerberosV/src/doc/doxyout/wind/html: doxygen.css doxygen.png
graph_legend.dot
graph_legend.html
graph_legend.png
group__wind.html index.html
modules.html tab_b.gif
tab_l.gif tab_r.gif
tabs.css
kerberosV/src/doc/doxyout/wind/man/man3: wind.3 wind_profile.3
wind_punycode_label_toascii.3
wind_stringprep.3
wind_ucs2read.3
wind_ucs2utf8.3
wind_ucs2utf8_length.3
wind_ucs2write.3
wind_ucs4utf8.3
wind_ucs4utf8_length.3
wind_utf8ucs2.3
wind_utf8ucs2_length.3
wind_utf8ucs4.3
wind_utf8ucs4_length.3
kerberosV/src/include/gssapi: Makefile.am Makefile.in NTMakefile
kerberosV/src/include/hcrypto: Makefile.am Makefile.in
NTMakefile
kerberosV/src/include/kadm5: Makefile.am Makefile.in NTMakefile
kerberosV/src/lib/gssapi/gssapi: gssapi.h gssapi_krb5.h
gssapi_ntlm.h gssapi_oid.h
gssapi_spnego.h
kerberosV/src/lib/gssapi/krb5: 8003.c accept_sec_context.c
acquire_cred.c add_cred.c
address_to_krb5addr.c aeap.c
arcfour.c authorize_localname.c
canonicalize_name.c ccache_name.c
cfx.c cfx.h compare_name.c
compat.c context_time.c
copy_ccache.c creds.c
decapsulate.c
delete_sec_context.c
display_name.c display_status.c
duplicate_name.c encapsulate.c
export_name.c
export_sec_context.c external.c
get_mic.c gkrb5_err.et
gsskrb5-private.h gsskrb5_locl.h
import_name.c
import_sec_context.c
indicate_mechs.c init.c
init_sec_context.c
inquire_context.c inquire_cred.c
inquire_cred_by_mech.c
inquire_cred_by_oid.c
inquire_mechs_for_name.c
inquire_names_for_mech.c
inquire_sec_context_by_oid.c
pname_to_uid.c prf.c
process_context_token.c
release_buffer.c release_cred.c
release_name.c sequence.c
set_cred_option.c
set_sec_context_option.c
store_cred.c test_cfx.c
ticket_flags.c unwrap.c
verify_mic.c wrap.c
kerberosV/src/lib/gssapi/mech: compat.h context.c context.h
cred.h doxygen.c
gss_accept_sec_context.c
gss_acquire_cred.c
gss_acquire_cred_ext.c
gss_acquire_cred_with_password.c
gss_add_cred.c
gss_add_cred_with_password.c
gss_add_oid_set_member.c
gss_aeap.c
gss_authorize_localname.c
gss_buffer_set.c
gss_canonicalize_name.c
gss_compare_name.c
gss_context_time.c
gss_create_empty_oid_set.c
gss_cred.c
gss_decapsulate_token.c
gss_delete_name_attribute.c
gss_delete_sec_context.c
gss_display_name.c
gss_display_name_ext.c
gss_display_status.c
gss_duplicate_name.c
gss_duplicate_oid.c
gss_encapsulate_token.c
gss_export_name.c
gss_export_name_composite.c
gss_export_sec_context.c
gss_get_mic.c
gss_get_name_attribute.c
gss_import_name.c
gss_import_sec_context.c
gss_indicate_mechs.c
gss_init_sec_context.c
gss_inquire_context.c
gss_inquire_cred.c
gss_inquire_cred_by_mech.c
gss_inquire_cred_by_oid.c
gss_inquire_mechs_for_name.c
gss_inquire_name.c
gss_inquire_names_for_mech.c
gss_inquire_sec_context_by_oid.c
gss_krb5.c gss_mech_switch.c
gss_mo.c gss_names.c gss_oid.c
gss_oid_equal.c gss_oid_to_str.c
gss_pname_to_uid.c
gss_process_context_token.c
gss_pseudo_random.c
gss_release_buffer.c
gss_release_cred.c
gss_release_name.c
gss_release_oid.c
gss_release_oid_set.c gss_seal.c
gss_set_cred_option.c
gss_set_name_attribute.c
gss_set_sec_context_option.c
gss_sign.c gss_store_cred.c
gss_test_oid_set_member.c
gss_unseal.c gss_unwrap.c
gss_utils.c gss_verify.c
gss_verify_mic.c gss_wrap.c
gss_wrap_size_limit.c gssapi.asn1
mech.5 mech.cat5 mech_locl.h
mech_switch.h mechqueue.h name.h
utils.h
kerberosV/src/lib/gssapi/ntlm: accept_sec_context.c
acquire_cred.c add_cred.c
canonicalize_name.c
compare_name.c context_time.c
creds.c crypto.c
delete_sec_context.c
display_name.c display_status.c
duplicate_name.c export_name.c
export_sec_context.c external.c
import_name.c
import_sec_context.c
indicate_mechs.c
init_sec_context.c
inquire_context.c
inquire_cred_by_mech.c
inquire_mechs_for_name.c
inquire_names_for_mech.c
inquire_sec_context_by_oid.c
iter_cred.c kdc.c ntlm-private.h
ntlm.h process_context_token.c
release_cred.c release_name.c
kerberosV/src/lib/gssapi/spnego: accept_sec_context.c compat.c
context_stubs.c cred_stubs.c
external.c init_sec_context.c
spnego-private.h spnego.asn1
spnego.opt spnego_locl.h
kerberosV/src/lib/hcrypto: ChangeLog DESperate.txt Makefile.am
Makefile.in NTMakefile aes.c aes.h
bn.c bn.h camellia-ntt.c
camellia-ntt.h camellia.c camellia.h
common.c common.h des-tables.h des.c
des.h destest.c dh-ltm.c dh.c dh.h
dllmain.c doxygen.c dsa.c dsa.h ec.h
ecdh.h ecdsa.h engine.c engine.h
evp-cc.c evp-cc.h evp-hcrypto.c
evp-hcrypto.h evp.c evp.h
example_evp_cipher.c gen-des.pl
hash.h hmac.c hmac.h
libhcrypto-exports.def md2.c md2.h
md4.c md4.h md5.c md5.h
md5crypt_test.c mdtest.c
passwd_dialog.aps passwd_dialog.clw
passwd_dialog.rc passwd_dialog.res
passwd_dlg.c passwd_dlg.h pkcs12.c
pkcs12.h pkcs5.c rand-egd.c
rand-fortuna.c rand-timer.c
rand-unix.c rand.c rand.h randi.h
rc2.c rc2.h rc2test.c rc4.c rc4.h
rctest.c resource.h
rijndael-alg-fst.c rijndael-alg-fst.h
rnd_keys.c rsa-gmp.c rsa-ltm.c rsa.c
rsa.h rsakey.der rsakey2048.der
rsakey4096.der sha.c sha.h sha256.c
sha512.c test_bn.c test_cipher.c
test_crypto.in test_dh.c
test_engine_dso.c test_hmac.c
test_pkcs12.c test_pkcs5.c
test_rand.c test_rsa.c ui.c ui.h
validate.c version-script.map
kerberosV/src/lib/hcrypto/libtommath: bn_error.c
bn_fast_mp_invmod.c
bn_fast_mp_montgomery_reduce.c
bn_fast_s_mp_mul_digs.c
bn_fast_s_mp_mul_high_digs.c
bn_fast_s_mp_sqr.c
bn_mp_2expt.c bn_mp_abs.c
bn_mp_add.c bn_mp_add_d.c
bn_mp_addmod.c bn_mp_and.c
bn_mp_clamp.c
bn_mp_clear.c
bn_mp_clear_multi.c
bn_mp_cmp.c bn_mp_cmp_d.c
bn_mp_cmp_mag.c
bn_mp_cnt_lsb.c
bn_mp_copy.c
bn_mp_count_bits.c
bn_mp_div.c bn_mp_div_2.c
bn_mp_div_2d.c
bn_mp_div_3.c
bn_mp_div_d.c
bn_mp_dr_is_modulus.c
bn_mp_dr_reduce.c
bn_mp_dr_setup.c
bn_mp_exch.c
bn_mp_expt_d.c
bn_mp_exptmod.c
bn_mp_exptmod_fast.c
bn_mp_exteuclid.c
bn_mp_find_prime.c
bn_mp_fread.c
bn_mp_fwrite.c bn_mp_gcd.c
bn_mp_get_int.c
bn_mp_grow.c bn_mp_init.c
bn_mp_init_copy.c
bn_mp_init_multi.c
bn_mp_init_set.c
bn_mp_init_set_int.c
bn_mp_init_size.c
bn_mp_invmod.c
bn_mp_invmod_slow.c
bn_mp_is_square.c
bn_mp_isprime.c
bn_mp_jacobi.c
bn_mp_karatsuba_mul.c
bn_mp_karatsuba_sqr.c
bn_mp_lcm.c bn_mp_lshd.c
bn_mp_mod.c bn_mp_mod_2d.c
bn_mp_mod_d.c
bn_mp_montgomery_calc_normalization.c
bn_mp_montgomery_reduce.c
bn_mp_montgomery_setup.c
bn_mp_mul.c bn_mp_mul_2.c
bn_mp_mul_2d.c
bn_mp_mul_d.c
bn_mp_mulmod.c
bn_mp_n_root.c bn_mp_neg.c
bn_mp_or.c
bn_mp_prime_fermat.c
bn_mp_prime_is_divisible.c
bn_mp_prime_is_prime.c
bn_mp_prime_miller_rabin.c
bn_mp_prime_next_prime.c
bn_mp_prime_rabin_miller_trials.c
bn_mp_prime_random_ex.c
bn_mp_radix_size.c
bn_mp_radix_smap.c
bn_mp_rand.c
bn_mp_read_radix.c
bn_mp_read_signed_bin.c
bn_mp_read_unsigned_bin.c
bn_mp_reduce.c
bn_mp_reduce_2k.c
bn_mp_reduce_2k_l.c
bn_mp_reduce_2k_setup.c
bn_mp_reduce_2k_setup_l.c
bn_mp_reduce_is_2k.c
bn_mp_reduce_is_2k_l.c
bn_mp_reduce_setup.c
bn_mp_rshd.c bn_mp_set.c
bn_mp_set_int.c
bn_mp_shrink.c
bn_mp_signed_bin_size.c
bn_mp_sqr.c bn_mp_sqrmod.c
bn_mp_sqrt.c bn_mp_sub.c
bn_mp_sub_d.c
bn_mp_submod.c
bn_mp_to_signed_bin.c
bn_mp_to_signed_bin_n.c
bn_mp_to_unsigned_bin.c
bn_mp_to_unsigned_bin_n.c
bn_mp_toom_mul.c
bn_mp_toom_sqr.c
bn_mp_toradix.c
bn_mp_toradix_n.c
bn_mp_unsigned_bin_size.c
bn_mp_xor.c bn_mp_zero.c
bn_mp_zero_multi.c
bn_prime_tab.c
bn_reverse.c bn_s_mp_add.c
bn_s_mp_exptmod.c
bn_s_mp_mul_digs.c
bn_s_mp_mul_high_digs.c
bn_s_mp_sqr.c
bn_s_mp_sub.c bncore.c
tommath.h tommath_class.h
tommath_superclass.h
kerberosV/src/lib/heimdal: NTMakefile dllmain.c
heimdal-version.rc
kerberosV/src/lib/hx509: ChangeLog Makefile.am Makefile.in
NTMakefile TODO ca.c cert.c char_map.h
cms.c collector.c crmf.asn1 crypto.c
doxygen.c env.c error.c file.c
hx509-private.h hx509-protos.h hx509.h
hx509_err.et hx_locl.h
hxtool-commands.in hxtool-version.rc
hxtool.c keyset.c ks_dir.c ks_file.c
ks_keychain.c ks_mem.c ks_null.c
ks_p11.c ks_p12.c libhx509-exports.def
lock.c name.c ocsp.asn1 ocsp.opt peer.c
pkcs10.asn1 pkcs10.opt print.c quote.py
req.c revoke.c sel-gram.c sel-gram.h
sel-gram.y sel-lex.c sel-lex.l sel.c
sel.h softp11.c test_ca.in test_cert.in
test_chain.in test_cms.in
test_crypto.in test_expr.c
test_java_pkcs11.in test_name.c
test_nist.in test_nist2.in
test_nist_cert.in test_nist_pkcs12.in
test_pkcs11.in test_query.in
test_req.in test_soft_pkcs11.c
test_windows.in tst-crypto-available1
tst-crypto-available2
tst-crypto-available3 tst-crypto-select
tst-crypto-select1 tst-crypto-select2
tst-crypto-select3 tst-crypto-select4
tst-crypto-select5 tst-crypto-select6
tst-crypto-select7 version-script.map
kerberosV/src/lib/hx509/data: bleichenbacher-bad.pem
bleichenbacher-good.pem
bleichenbacher-sf-pad-correct.pem
ca.crt ca.key crl1.crl crl1.der
gen-req.sh j.pem kdc.crt kdc.key
key.der key2.der n0ll.pem
nist-data nist-data2
no-proxy-test.crt
no-proxy-test.key ocsp-req1.der
ocsp-req2.der ocsp-resp1-2.der
ocsp-resp1-3.der ocsp-resp1-ca.der
ocsp-resp1-keyhash.der
ocsp-resp1-ocsp-no-cert.der
ocsp-resp1-ocsp.der ocsp-resp1.der
ocsp-resp2.der ocsp-responder.crt
ocsp-responder.key openssl.cnf
pkinit-ec.crt pkinit-ec.key
pkinit-proxy-chain.crt
pkinit-proxy.crt pkinit-proxy.key
pkinit-pw.key pkinit.crt
pkinit.key proxy-level-test.crt
proxy-level-test.key
proxy-test.crt proxy-test.key
proxy10-child-child-test.crt
proxy10-child-child-test.key
proxy10-child-test.crt
proxy10-child-test.key
proxy10-test.crt proxy10-test.key
revoke.crt revoke.key
secp160r1TestCA.cert.pem
secp160r1TestCA.key.pem
secp160r1TestCA.pem
secp160r2TestClient.cert.pem
secp160r2TestClient.key.pem
secp160r2TestClient.pem
secp160r2TestServer.cert.pem
secp160r2TestServer.key.pem
secp160r2TestServer.pem
sf-class2-root.pem static-file
sub-ca.crt sub-ca.key sub-cert.crt
sub-cert.key sub-cert.p12
test-ds-only.crt test-ds-only.key
test-enveloped-aes-128
test-enveloped-aes-256
test-enveloped-des
test-enveloped-des-ede3
test-enveloped-rc2-128
test-enveloped-rc2-40
test-enveloped-rc2-64
test-ke-only.crt test-ke-only.key
test-nopw.p12 test-pw.key
test-signed-data
test-signed-data-noattr
test-signed-data-noattr-nocerts
test-signed-sha-1
test-signed-sha-256
test-signed-sha-512
test.combined.crt test.crt
test.key test.p12
win-u16-in-printablestring.der
yutaka-pad-broken-ca.pem
yutaka-pad-broken-cert.pem
yutaka-pad-ok-ca.pem
yutaka-pad-ok-cert.pem
yutaka-pad.key
kerberosV/src/lib/hx509/ref: pkcs11.h
kerberosV/src/lib/ipc: Makefile.am Makefile.in client.c common.c
heim-ipc.h heim_ipc.defs
heim_ipc_async.defs heim_ipc_reply.defs
heim_ipc_types.h hi_locl.h server.c tc.c
ts-http.c ts.c
kerberosV/src/lib/kdfs: ChangeLog Makefile.am Makefile.in
NTMakefile k5dfspag.c
kerberosV/src/lib/libedit: COPYING ChangeLog INSTALL Makefile.am
Makefile.in THANKS [config.h].in
acinclude.m4 aclocal.m4 config.guess
config.h.in config.sub configure
configure.ac depcomp install-sh
ltmain.sh missing
kerberosV/src/lib/libedit/src: Makefile.am Makefile.in chared.c
chared.h chartype.c chartype.h
common.c el.c el.h el_term.h
eln.c emacs.c fgetln.c
filecomplete.c filecomplete.h
hist.c hist.h histedit.h
history.c key.c key.h makelist
map.c map.h parse.c parse.h
prompt.c prompt.h read.c read.h
readline.c refresh.c refresh.h
search.c search.h shlib_version
sig.c sig.h strlcat.c strlcpy.c
sys.h term.c tokenizer.c tty.c
tty.h unvis.c vi.c vis.c vis.h
wcsdup.c
kerberosV/src/lib/libedit/src/editline: readline.h
kerberosV/src/lib/ntlm: ChangeLog Makefile.am Makefile.in
NTMakefile heimntlm-protos.h heimntlm.h
libheimntlm-exports.def
libheimntlm-version.rc ntlm.c
ntlm_err.et test_ntlm.c
version-script.map
kerberosV/src/lib/otp: ChangeLog Makefile.am Makefile.in
NTMakefile otp.c otp.h otp_challenge.c
otp_db.c otp_locl.h otp_md.c otp_md.h
otp_parse.c otp_print.c otp_verify.c
otptest.c roken_rename.h
version-script.map
kerberosV/src/lib/sqlite: Makefile.am Makefile.in NTMakefile
sqlite3.c sqlite3.h sqlite3ext.h
kerberosV/src/lib/wind: ChangeLog
CompositionExclusions-3.2.0.txt
DerivedNormalizationProps.txt
Makefile.am Makefile.in NTMakefile
NormalizationCorrections.txt
NormalizationTest.txt UnicodeData.py
UnicodeData.txt bidi.c bidi_table.c
bidi_table.h combining.c
combining_table.c combining_table.h
doxygen.c errorlist.c errorlist_table.c
errorlist_table.h gen-bidi.py
gen-combining.py gen-errorlist.py
gen-map.py gen-normalize.py
gen-punycode-examples.py generate.py
idn-lookup.c ldap.c libwind-exports.def
map.c map_table.c map_table.h
normalize.c normalize_table.c
normalize_table.h punycode.c
punycode_examples.c punycode_examples.h
rfc3454.py rfc3454.txt rfc3490.txt
rfc3491.txt rfc3492.txt rfc4013.txt
rfc4518.py rfc4518.txt stringprep.c
stringprep.py test-bidi.c test-ldap.c
test-map.c test-normalize.c
test-prohibited.c test-punycode.c
test-rw.c test-utf8.c utf8.c util.py
version-script.map wind.h wind_err.et
windlocl.h
kerberosV/src/packages: ChangeLog Makefile.am Makefile.in
kerberosV/src/packages/mac: Info.plist Makefile.am Makefile.in
mac.sh
kerberosV/src/packages/mac/Resources: Description.plist
kerberosV/src/packages/mac/Resources/English.lproj: Welcome.rtf
kerberosV/src/packages/windows: NTMakefile
kerberosV/src/packages/windows/assembly:
Heimdal.Application.manifest.in
Heimdal.Kerberos.manifest.in
NTMakefile
policy.Heimdal.Kerberos.in
kerberosV/src/packages/windows/installer: NTMakefile
heimdal-assemblies.wxs
heimdal-installer.wxs
heimdal-policy.wxs
kerberosV/src/packages/windows/installer/lang: en-us.wxl
license-en-us.rtf
kerberosV/src/packages/windows/sdk: NTMakefile
kerberosV/src/po: Makefile.am Makefile.in gen-po.in
kerberosV/src/po/heim_com_err-1750206208:
heim_com_err-1750206208.pot
kerberosV/src/po/heim_com_err-1765328384:
heim_com_err-1765328384.pot
sv_SE.mo sv_SE.po
kerberosV/src/po/heim_com_err-1980176640:
heim_com_err-1980176640.pot
kerberosV/src/po/heim_com_err-969269760:
heim_com_err-969269760.pot
kerberosV/src/po/heim_com_err1859794432:
heim_com_err1859794432.pot
kerberosV/src/po/heim_com_err35224064: heim_com_err35224064.pot
kerberosV/src/po/heim_com_err36150272: heim_com_err36150272.pot
kerberosV/src/po/heim_com_err39525376: heim_com_err39525376.pot
kerberosV/src/po/heim_com_err43787520: heim_com_err43787520.pot
kerberosV/src/po/heim_com_err569856: heim_com_err569856.pot
kerberosV/src/po/heimdal_krb5: heimdal_krb5.pot sv_SE.mo
sv_SE.po
kerberosV/src/po/heimdal_kuser: heimdal_kuser.pot
kerberosV/src/tests: ChangeLog Makefile.am Makefile.in
NTMakefile
kerberosV/src/tests/bin: Makefile.am Makefile.in setup-env.in
kerberosV/src/tests/can: Makefile.am Makefile.in NTMakefile
apple-10.4.kadm apple-10.4.req
check-can.in heim-0.8.kadm heim-0.8.req
krb5.conf.in mit-pkinit-20070607.ca.crt
mit-pkinit-20070607.kadm
mit-pkinit-20070607.req
mit-pkinit-20070607.xf test_can.in
kerberosV/src/tests/db: Makefile.am Makefile.in NTMakefile
add-modify-delete.in check-aliases.in
check-dbinfo.in have-db.in
krb5-mit.conf.in krb5.conf.in
loaddump-db.in text-dump-0.7
text-dump-known-ext text-dump-no-ext
text-dump-unknown-ext
kerberosV/src/tests/gss: Makefile.am Makefile.in NTMakefile
check-basic.in check-context.in
check-gss.in check-gssmask.in
check-ntlm.in check-spnego.in
krb5.conf.in ntlm-user-file.txt
kerberosV/src/tests/java: KerberosInit.java Makefile.am
Makefile.in NTMakefile check-kinit.in
have-java.sh jaas.conf krb5.conf.in
kerberosV/src/tests/kdc: Makefile.am Makefile.in NTMakefile
check-cc.in check-delegation.in
check-des.in check-digest.in
check-iprop.in check-kadmin.in
check-kdc-weak.in check-kdc.in
check-keys.in check-kpasswdd.in
check-pkinit.in check-referral.in
check-uu.in donotexists.txt heimdal.acl
iprop-acl krb5-pkinit.conf.in
krb5.conf.in krb5.conf.keys.in
leaks-kill.sh ntlm-user-file.txt
pki-mapping uuserver.txt wait-kdc.sh
kerberosV/src/tests/ldap: Makefile.am Makefile.in NTMakefile
check-ldap.in init.ldif krb5.conf.in
samba.schema slapd-init.in slapd-stop
slapd.conf
kerberosV/src/tests/plugin: Makefile.am Makefile.in NTMakefile
check-pac.in krb5.conf.in windc.c
kerberosV/src/windows: NTMakefile.config NTMakefile.version
NTMakefile.w32 README maint.el version.rc
kerberosV/tools: Makefile Makefile.inc
kerberosV/tools/asn1_compile: Makefile
kerberosV/tools/compile_et: Makefile
kerberosV/tools/slc: Makefile
kerberosV/usr.bin/hxtool: Makefile
kerberosV/usr.bin/kadmin: Makefile
kerberosV/usr.bin/kcc: Makefile
kerberosV/usr.bin/kgetcred: Makefile
kerberosV/usr.bin/krb5-config: Makefile
kerberosV/usr.bin/ksu: Makefile
kerberosV/usr.sbin/iprop-log: Makefile
Log message:
2nd part of:
update kerberosV to Heimdal 1.5.2 using BSD Makefiles based
on the ones from FreeBSD
This is getting commited now so that we can patch it up
fast in the tree.
There are known regressions so please don't try to build
this on your own now, please wait for the next available
snapshot.
If however you would still want to build it, make sure
build and install everything in the tools directory first.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/17 13:11:54
Modified files:
include : time.h unistd.h
lib/libc : shlib_version
lib/libc/gen : Makefile.inc
lib/libc/sys : clock_gettime.2
lib/libpthread/include: pthread.h
lib/libpthread/man: Makefile.inc pthreads.3
lib/librthread : Makefile shlib_version
sys/kern : kern_exec.c kern_time.c
sys/sys : _time.h types.h
usr.bin/kdump : kdump_subr.h mksubr
Added files:
lib/libc/gen : clock_getcpuclockid.3 clock_getcpuclockid.c
lib/libpthread/man: pthread_getcpuclockid.3
lib/librthread : rthread_getcpuclockid.c
Log message:
Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,
including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and
{clock,pthread}_getcpuclockid() functions.
Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@
ok matthew@
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:16:02
Modified files:
. : Makefile
include : Makefile
Log message:
switch to new kerberosV directory layout
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:17:16
Modified files:
usr.bin : Makefile
Removed files:
usr.bin/asn1_compile: Makefile gen.c gen_copy.c gen_decode.c
gen_encode.c gen_free.c gen_glue.c
gen_length.c gen_locl.h getarg.c getarg.h
hash.c hash.h lex.h lex.l main.c parse.y
symbol.c symbol.h
usr.bin/compile_et: Makefile compile_et.1 compile_et.c
compile_et.h error_table.y et_lex.lex.l
Log message:
remove asn1_compile and compile_et from usr.bin because they
have found a new home in src/kerberosV/tools
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:18:38
Modified files:
lib : Makefile
Removed files:
lib/libgssapi : Makefile shlib_version
lib/libgssapi/generated: asn1_ContextFlags.c asn1_MechType.c
asn1_MechTypeList.c asn1_NegTokenInit.c
asn1_NegTokenTarg.c
asn1_NegotiationToken.c asn1_files
spnego_asn1.h
lib/libkadm5clnt: Makefile
lib/libkadm5srv: Makefile
lib/libkrb5 : Makefile Makefile.asn1.inc Makefile.com_err.inc
Makefile.common.inc Makefile.hdb.inc
Makefile.kafs.inc Makefile.krb5.inc
Makefile.roken.inc afssys_openbsd.c com_err.3
shlib_version
lib/libkrb5/generated: README asn1_AD_AND_OR.c
asn1_AD_IF_RELEVANT.c asn1_AD_KDCIssued.c
asn1_AD_MANDATORY_FOR_KDC.c
asn1_APOptions.c asn1_AP_REP.c
asn1_AP_REQ.c asn1_AS_REP.c asn1_AS_REQ.c
asn1_AUTHDATA_TYPE.c asn1_Authenticator.c
asn1_AuthorizationData.c
asn1_CBCParameter.c asn1_CKSUMTYPE.c
asn1_ChangePasswdDataMS.c asn1_Checksum.c
asn1_ENCTYPE.c asn1_ETYPE_INFO.c
asn1_ETYPE_INFO2.c
asn1_ETYPE_INFO2_ENTRY.c
asn1_ETYPE_INFO_ENTRY.c
asn1_EncAPRepPart.c asn1_EncASRepPart.c
asn1_EncKDCRepPart.c
asn1_EncKrbCredPart.c
asn1_EncKrbPrivPart.c
asn1_EncTGSRepPart.c asn1_EncTicketPart.c
asn1_EncryptedData.c asn1_EncryptionKey.c
asn1_EtypeList.c asn1_Event.c
asn1_GENERATION.c asn1_HDBFlags.c
asn1_HostAddress.c asn1_HostAddresses.c
asn1_KDCOptions.c asn1_KDC_REP.c
asn1_KDC_REQ.c asn1_KDC_REQ_BODY.c
asn1_KRB_CRED.c asn1_KRB_ERROR.c
asn1_KRB_PRIV.c asn1_KRB_SAFE.c
asn1_KRB_SAFE_BODY.c
asn1_KerberosString.c asn1_KerberosTime.c
asn1_Key.c asn1_KrbCredInfo.c
asn1_LR_TYPE.c asn1_LastReq.c
asn1_MESSAGE_TYPE.c asn1_METHOD_DATA.c
asn1_NAME_TYPE.c asn1_PADATA_TYPE.c
asn1_PA_DATA.c
asn1_PA_ENC_SAM_RESPONSE_ENC.c
asn1_PA_ENC_TS_ENC.c
asn1_PA_PAC_REQUEST.c
asn1_PA_SAM_CHALLENGE_2.c
asn1_PA_SAM_CHALLENGE_2_BODY.c
asn1_PA_SAM_REDIRECT.c
asn1_PA_SAM_RESPONSE_2.c
asn1_PA_SAM_TYPE.c asn1_Principal.c
asn1_PrincipalName.c
asn1_RC2CBCParameter.c asn1_Realm.c
asn1_SAMFlags.c asn1_Salt.c
asn1_TGS_REP.c asn1_TGS_REQ.c
asn1_Ticket.c asn1_TicketFlags.c
asn1_TransitedEncoding.c asn1_UNSIGNED.c
asn1_err.c asn1_err.h asn1_files
asn1_hdb_entry.c hdb_asn1.h hdb_err.c
hdb_err.h heim_err.c heim_err.h
k524_err.c k524_err.h krb5_asn1.h
krb5_err.c krb5_err.h
Log message:
these libraries are either obsolete or got moved to kerberosV/lib
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:23:24
Modified files:
etc/rc.d : kdc
Log message:
Use "--detach" instead of putting into the backgroun with rc_bg.
ok robert@
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 13:23:33
Modified files:
gnu/usr.bin/cvs: configure
libexec/login_krb5: Makefile
libexec/login_krb5-or-pwd: Makefile
usr.bin/passwd : Makefile
usr.bin/ssh/ssh: Makefile
usr.bin/ssh/sshd: Makefile
usr.bin/telnet : Makefile
Log message:
link to the new kerberos libraries
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:28:37
Modified files:
databases/gq : Makefile
databases/gq/patches: patch-configure
devel/apr-util : Makefile
devel/rapidsvn : Makefile
devel/subversion: Makefile
graphics/gimp/stable: Makefile
graphics/sane-backends: Makefile
mail/claws-mail: Makefile
mail/courier-authlib: Makefile
mail/dspam : Makefile
mail/evolution-rss: Makefile
mail/kpoppassd : Makefile
mail/kpoppassd/patches: patch-kpoppassd
mail/perdition : Makefile
multimedia/gstreamer-0.10/plugins-bad: Makefile
net/cadaver : Makefile
net/jabberd : Makefile
net/nagios/nrpe: Makefile
net/nagios/plugins: Makefile
net/nagios/plugins/patches: patch-configure_in
net/powerdns : Makefile
net/telepathy/folks: Makefile
print/cups-filters: Makefile
print/ghostscript/gnu: Makefile
print/epdfview : Makefile
print/gtklp : Makefile
print/gutenprint: Makefile
print/hplip : Makefile
print/libspectre: Makefile
productivity/glabels: Makefile
sysutils/nut : Makefile
www/apache-httpd: Makefile
www/c-icap/c-icap: Makefile
www/cherokee : Makefile
www/lighttpd : Makefile
x11/gnome/anjuta: Makefile
x11/gnome/contacts: Makefile
x11/gnome/ekiga: Makefile
x11/gnome/libgda: Makefile
x11/gnome/seahorse: Makefile
x11/gnome/settings-daemon: Makefile
x11/gnome/shell: Makefile
x11/gnome/sushi: Makefile
x11/gtk+2 : Makefile
x11/gtk+3 : Makefile
x11/kde/base3 : Makefile
x11/kde/sdk3 : Makefile
x11/xfce4/xfprint: Makefile
Removed files:
mail/kpoppassd/patches: patch-Makefile
Log message:
Some trivial WANTLIB and tweaks to unbreak after the Heimdal update.
Stop hardcoding the Kerberos libs and use krb5-config(1).
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:29:05
Modified files:
productivity/sunbird: Makefile
productivity/sunbird/patches:
patch-mozilla_toolkit_library_Makefile_in
www/firefox36 : Makefile
www/firefox36/patches: patch-toolkit_library_Makefile_in
devel/xulrunner/1.9: Makefile
mail/mozilla-thunderbird: Makefile
mail/mozilla-thunderbird/patches:
patch-mozilla_toolkit_library_Makefile_in
www/fennec : Makefile
www/fennec/patches: patch-toolkit_library_Makefile_in
www/mozilla-firefox: Makefile
www/mozilla-firefox/patches: patch-toolkit_library_Makefile_in
www/mozilla : mozilla.port.mk
Log message:
Unbreak Mozilla ports after the Heimdal update.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:29:40
Modified files:
net/openafs : Makefile
Log message:
Temporarily mark broken after the Heimdal update; I'm working on it and
will commit a fix by tomorrow.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:29:58
Modified files:
security/p5-Authen-Krb5-Simple: Makefile distinfo
Removed files:
security/p5-Authen-Krb5-Simple/patches: patch-Makefile_PL
patch-Simple_xs
Log message:
Update to p5-Authen-Krb5-Simple-0.43 and unbreak with new Heimdal.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:30:22
Modified files:
databases/evolution-data-server: Makefile
databases/openldap: Makefile
databases/openldap/patches: patch-configure_in
databases/openldap23: Makefile
databases/openldap23/patches: patch-servers_slapd_dn_c
patch-servers_slapd_modrdn_c
patch-servers_slapd_schema_init_c
databases/postgresql: Makefile
Added files:
databases/evolution-data-server/patches: patch-configure
Removed files:
databases/evolution-data-server/patches:
patch-m4_evo_krb5_support_m4
Log message:
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:30:33
Modified files:
lang/php : Makefile.inc
lang/php/5.2 : Makefile
lang/php/5.2/patches: patch-aclocal_m4
lang/php/5.3 : Makefile
lang/php/5.3/patches: patch-aclocal_m4
Log message:
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:30:44
Modified files:
mail/cyrus-imapd: Makefile
mail/cyrus-imapd/patches: patch-configure
mail/cyrus-imapd/pkg: PLIST README
mail/dovecot : Makefile
mail/evolution : Makefile
mail/evolution-ews: Makefile
mail/evolution-ews/patches: patch-configure
mail/fetchmail : Makefile
mail/fetchmail/patches: patch-configure_ac
mail/mutt : Makefile.inc
mail/mutt/snapshot: Makefile
mail/mutt/snapshot/patches: patch-m4_gssapi_m4
mail/mutt/stable: Makefile
mail/mutt/stable/patches: patch-m4_gssapi_m4
mail/re-alpine : Makefile
mail/re-alpine/patches: patch-imap_Makefile
patch-imap_src_osdep_unix_Makefile_gss
mail/s-nail : Makefile
mail/zarafa/zarafa: Makefile
Added files:
mail/evolution/patches: patch-configure
mail/s-nail/patches: patch-makeconfig
Removed files:
mail/dovecot/files: krb5-config
mail/evolution/patches: patch-m4_evo_krb5_support_m4
Log message:
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:30:53
Modified files:
net/freeradius : Makefile
net/neon : Makefile
net/netatalk : Makefile
net/samba : Makefile
net/yafc : Makefile distinfo
Added files:
net/freeradius/patches: patch-src_modules_rlm_krb5_configure
net/netatalk/patches: patch-etc_uams_uams_gss_c
net/yafc/patches: patch-configure patch-lib_gssapi_c
Removed files:
net/freeradius/patches: patch-src_modules_rlm_krb5_rlm_krb5_c
net/neon/files : krb5-config
net/netatalk/files: krb5-config
net/samba/files: krb5-config
Log message:
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:31:01
Modified files:
print/cups : Makefile
Removed files:
print/cups/files: krb5-config
Log message:
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:31:09
Modified files:
security/cyrus-sasl2: Makefile
security/cyrus-sasl2/patches: patch-libsasl2_pc_in
patch-saslauthd_configure
security/p5-GSSAPI: Makefile
Added files:
security/cyrus-sasl2/patches: patch-sample_server_c
Removed files:
security/cyrus-sasl2/patches: patch-configure
patch-saslauthd_Makefile_in
patch-utils_sasldblistusers2_8
patch-utils_saslpasswd2_8
Log message:
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:31:17
Modified files:
telephony/asterisk: Makefile
telephony/asterisk/patches: patch-configure_ac
Log message:
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:31:25
Modified files:
www/mod_auth_kerb: Makefile
www/squid : Makefile
www/squid27 : Makefile
www/squid27/patches:
patch-helpers_negotiate_auth_squid_kerb_auth_Makefile_in
Added files:
www/mod_auth_kerb/patches: patch-src_mod_auth_kerb_c
www/squid/patches: patch-acinclude_compiler-flags_m4
Removed files:
www/squid/files: krb5-config
Log message:
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:31:32
Modified files:
x11/gnome/controlcenter: Makefile
x11/gnome/vfs2 : Makefile
x11/kde/libs3 : Makefile
x11/kde4/libs : Makefile
x11/nx/nxssh : Makefile
x11/nx/nxssh/patches: patch-configure
Removed files:
x11/gnome/controlcenter/files: krb5-config
x11/gnome/vfs2/files: krb5-config
x11/kde/libs3/files: krb5-config
Log message:
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:32:55
ports/security/py-pykpass/patches
Update of /cvs/ports/security/py-pykpass/patches
In directory cvs.openbsd.org:/tmp/cvs-serv9032/patches
Log Message:
Directory /cvs/ports/security/py-pykpass/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 13:33:23
Modified files:
security/py-pykpass: Makefile
Added files:
security/py-pykpass/patches: patch-setup_py
Log message:
Miss this one in previous Heimdal update fixup.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/17 13:42:27
Modified files:
regress/sys/net: Makefile
regress/sys/net/pf_divert: Makefile
Log message:
Do not write my IP addresses into the pf_divert Makefile, the tester
has to fill in his own addresses. Link the pf_divert regression
tests to the build.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/06/17 13:50:06
Modified files:
sys/net : pf.c pf_norm.c
Log message:
Before pulling the TCP options from the mbuf onto the stack, do an
additional length check in pf_modulate_sack() and pf_normalize_mss().
Overflow cannot happen due to the restricted values in the length
calculation. As this is not obvious, be better safe than sorry.
OK henning@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/17 13:51:41
Modified files:
sbin/dhclient : dhclient.c
Log message:
Check calloc() return value. Plug leak of resulting memory.
Latter from dhill.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/17 14:04:21
Modified files:
libexec/makewhatis/OpenBSD/Makewhatis: Formated.pm
Log message:
Do not misinterpret "--" at the end of a NAME section input line
as hyphenation. Fixes parsing of some manuals preformatted with
outlandish versions of groff.
Issue found by kerberos-robert@ in krb5_appdefault_time.0
Okay espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 14:08:21
Modified files:
databases/postgresql: Makefile
Log message:
Explicitely compile with --with-pam=no ; this is currently the default
but in case an update changes that, we don't want it to pick up openpam
inadvertently.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/06/17 14:48:23
Modified files:
build : mirrors.dat
Log message:
update maintainer email for mirror.esc7.net
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/17 14:54:07
Modified files:
mail/zarafa/zarafa: Makefile
mail/zarafa/zarafa/patches:
patch-provider_server_ECThreadManager_cpp
Removed files:
mail/zarafa/zarafa/patches:
patch-provider_libserver_ZarafaCmd_cpp
Log message:
We have CLOCK_THREAD_CPUTIME_ID now.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/17 14:55:41
Modified files:
sys/dev/pci/drm: drm_drv.c
Log message:
Include instead of to make sure
"struct uvm_object" gets defined on macppc as well.
ok miod@, deraadt@
CVSROOT: /cvs
Module name: www
Changes by: robert@cvs.openbsd.org 2013/06/17 15:08:18
Modified files:
faq : current.html
Log message:
add note about the kerberosV update and the required steps to do before
building
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 15:14:19
Modified files:
kerberosV/lib/libgssapi: Makefile
Log message:
remove whitespace
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 15:27:16
Modified files:
kerberosV/lib/libgssapi: Makefile
Log message:
ditch the beforedepend target and properly generate SRCS file list that
includes the symlinked src files as well
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 15:47:19
Modified files:
kerberosV/lib/libgssapi: Makefile
Log message:
fix the generated files target to avoid rebuilding every time
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/06/17 15:51:25
Modified files:
faq : current.html
Log message:
Fix kerberosV entries date, tweak wording and some other html fixes
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/17 15:54:04
Modified files:
kerberosV/include: config.h
Log message:
change bug reports email address
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/17 17:21:23
Modified files:
dist/Mesa/src/gallium/drivers/r600: r600_asm.c r600_buffer.c
r600_shader.c
Log message:
byteswap.h and bswap_32 aren't portable, replace them with calls to
gallium's util_bswap32 as suggested by kettenis.
already merged upstream
ok kettenis@
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/17 17:22:44
xenocara/lib/libGL/dri/r600g
Update of /cvs/xenocara/lib/libGL/dri/r600g
In directory cvs.openbsd.org:/tmp/cvs-serv10670/r600g
Log Message:
Directory /cvs/xenocara/lib/libGL/dri/r600g added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/17 17:24:10
xenocara/lib/libGL/gallium/drivers/r600
Update of /cvs/xenocara/lib/libGL/gallium/drivers/r600
In directory cvs.openbsd.org:/tmp/cvs-serv3417/r600
Log Message:
Directory /cvs/xenocara/lib/libGL/gallium/drivers/r600 added to the repository
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/17 17:30:26
Modified files:
lib/libGL/dri : Makefile
lib/libGL/gallium/drivers: Makefile
Added files:
lib/libGL/dri/r600g: Makefile
lib/libGL/gallium/drivers/r600: Makefile
Log message:
add the build infrastructure for the gallium r600 driver
ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/06/17 17:51:28
Modified files:
lang/node : Makefile
Added files:
lang/node/patches: patch-deps_npm_lib_build_js
Log message:
Fix to make npm not try and chmod symlinked modules. Sent upstream as well:
https://github.com/isaacs/npm/pull/3575
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/17 18:30:39
Modified files:
sbin/dhclient : dhclient.c
Log message:
Split RTM_NEWADDR and RTM_DELADDR handling into separate cases
rather than 1 case with a check to see which messages it was. More
code duplication, easier to read. No functional change.
CVSROOT: /cvs
Module name: ports
Changes by: rfreeman@cvs.openbsd.org 2013/06/17 23:47:20
Log message:
import sysutils/uptimed, utility to keep track of uptime records.
OK sthen@ with input from sthen@
Status:
Vendor Tag: rfreeman
Release Tags: rfreeman_20130617
N ports/sysutils/uptimed/Makefile
N ports/sysutils/uptimed/distinfo
N ports/sysutils/uptimed/pkg/PLIST
N ports/sysutils/uptimed/pkg/DESCR
N ports/sysutils/uptimed/pkg/uptimed.rc
N ports/sysutils/uptimed/patches/patch-libuptimed_urec_h
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 00:00:19
Modified files:
sysutils/uptimed: Makefile
sysutils/uptimed/pkg: PLIST
Log message:
Fix _uptimed homedir.
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/18 00:18:36
Modified files:
etc/mtree : 4.4BSD.dist
Log message:
add missing include dirs for kerberosV
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/18 00:20:14
Modified files:
kerberosV : Makefile.inc
Log message:
don't create include directories in the include target, mtree is taking
care of it
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/18 00:23:38
Modified files:
x11/gnome/shell-extensions: Makefile distinfo
Log message:
update to gnome-shell-extensions-3.8.3.1
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 00:35:05
Modified files:
kerberosV/src/tools: krb5-config.in
Log message:
Fix the libs link order to please static archs (thanks miod@ for the
order).
Link to libkafs5, not libkafs (nothing uses this but still...).
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 01:08:09
Modified files:
x11/gnome/online-accounts: Makefile
Log message:
Drop XXX and regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 01:11:27
Modified files:
x11/gnome/controlcenter: Makefile
x11/gnome/controlcenter/pkg: PLIST
Added files:
x11/gnome/controlcenter/patches:
patch-panels_user-accounts_Makefile_in
patch-panels_user-accounts_um-realm-manager_c
Removed files:
x11/gnome/controlcenter/patches: patch-panels_Makefile_am
patch-panels_user-accounts_Makefile_am
patch-shell_Makefile_am
patch-shell_cc-panel-loader_c
Log message:
Enable user account panel.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 02:01:55
Modified files:
x11/gnome/gvfs : Makefile
Log message:
Add MODDCONF_RUN_DEPENDS to RUN_DEPENDS-smb.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 02:14:25
Modified files:
devel/apr-util : Makefile
Log message:
missed bump
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/18 03:15:14
Modified files:
sys/net : if_pppx.c
Log message:
Oops, forgot this file in previous. Should be part of adding/removing
IPv4 addresses consistently from the global list and tree, in.c r1.78
ok bluhm@, mikeb@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/18 03:23:33
Modified files:
sys/netinet : ip_carp.c
Log message:
Use TAILQ_FOREACH() instead of handrolling our own version and stop
iterating once we found a matching address.
ok mpf@, yasuoka@, henning@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/18 03:27:37
Modified files:
x11/lablgtk2 : Makefile
x11/lablgtk2/pkg: PLIST
Added files:
x11/lablgtk2/patches: patch-src_gFile_ml patch-src_gMenu_ml
patch-src_gobject_ml patch-src_gobject_mli
Log message:
Fix compatibility with ocaml 4.01 (from upstream git)
While here, regen WANTLIB and PLIST.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/18 03:35:13
Modified files:
net/mldonkey/stable: Makefile
net/mldonkey/stable/patches: patch-config_configure_in
Log message:
sync a patch with upstream git; regen WANTLIB
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 05:02:08
Modified files:
kerberosV/src/lib/com_err: com_right.h
Log message:
include so that we have a size_t
from upstream Heimdal; this fixes some use of com_err
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 05:22:24
Modified files:
net/openafs : Makefile
Log message:
Unbreak.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 05:33:27
Modified files:
infrastructure/db: user.list
Log message:
reserve 718 for _stuntman
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/18 05:47:06
Modified files:
databases/py-redis: Makefile distinfo
Removed files:
databases/py-redis/patches: patch-redis_client_py
Log message:
Update to py-redis-2.7.6.
ok rpointel@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/18 05:48:14
Modified files:
x11/gnome/gedit-plugins: Makefile distinfo
x11/gnome/gedit-plugins/patches: patch-configure
x11/gnome/gedit-plugins/pkg: PLIST
Log message:
update to gedit-plugins-3.8.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/18 05:48:56
Modified files:
devel/libpeas : Makefile distinfo
devel/libpeas/patches:
patch-tests_libpeas_plugins_extension-js_Makefile_in
patch-tests_libpeas_plugins_extension-python_Makefile_in
Log message:
update to libpeas-1.8.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 05:58:17
Modified files:
mail/zarafa/zarafa: Makefile
mail/zarafa/zarafa/patches: patch-configure
Log message:
Use libuuid from e2fsprogs instead of ossp-uuid since that is where zarafa
looks for the header.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 06:05:22
Modified files:
x11/gnome/orca : Makefile distinfo
x11/gnome/orca/pkg: PLIST
Log message:
Update to orca-3.8.2.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 06:22:09
Modified files:
faq : current.html
Log message:
One more Kerberos step: the old /usr/include/com_err.h symlink should be
removed; nothing uses it in base and it confuses ports.
discussed with and ok robert@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 07:16:52
Modified files:
mail/evolution : Makefile
mail/evolution/patches: patch-configure
mail/evolution-ews: Makefile
mail/evolution-ews/patches: patch-configure
databases/evolution-data-server: Makefile
databases/evolution-data-server/patches: patch-configure
Log message:
Fix Kerberos includes.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/18 07:17:45
Modified files:
audio/pianobar : Makefile
audio/pianobar/patches: patch-src_libpiano_crypt_c
audio/pianobar/pkg: MESSAGE
Removed files:
audio/pianobar/patches: patch-src_libpiano_crypt_h
patch-src_libpiano_piano_h
Log message:
Use -DGCRYPT_NO_DEPRECATED (now that it has been fixed) and drop
my local patches
Zap useless include
(upstream git commit a1e73fc8d72a5253cae29c9bab5b260ad297c5e2)
Amend pkg/MESSAGE
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 07:22:39
Modified files:
security/gnutls: Makefile distinfo
security/gnutls/patches: patch-lib_gnutls_cipher_c
security/gnutls/pkg: PLIST
Log message:
Update to gnutls-3.2.1.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/18 07:24:39
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.beagle md.hp300 md.hppa md.hppa64
md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.vax md.zaurus mi
distrib/sets/lists/comp: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/18 07:30:36
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.beagle md.hp300 md.hppa md.hppa64
md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.vax md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 08:18:47
Modified files:
net/powerdns : Makefile
Log message:
missed bump (kerbV)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 08:22:30
Modified files:
lang/php/5.2 : Makefile
Log message:
tweak bumps
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 08:28:38
Log message:
import ports/telephony/stuntman, from Roman Kravchuk, ok dcoppa
STUNTMAN is an open source, high performance STUN server, implementation
of the STUN protocol as specified in RFCs 5389, 5769, and 5780. It also
includes backwards compatibility for RFC 3489.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130618
N ports/telephony/stuntman/Makefile
N ports/telephony/stuntman/distinfo
N ports/telephony/stuntman/patches/patch-networkutils_recvfromex_cpp
N ports/telephony/stuntman/pkg/DESCR
N ports/telephony/stuntman/pkg/PLIST
N ports/telephony/stuntman/pkg/README
N ports/telephony/stuntman/pkg/stunserver.rc
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 08:29:03
Modified files:
telephony : Makefile
Log message:
+stuntman
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 08:58:25
Modified files:
x11/gnome/icon-theme-symbolic: Makefile distinfo
x11/gnome/icon-theme-symbolic/pkg: PLIST
Log message:
Update to gnome-icon-theme-symbolic-3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 09:28:18
Modified files:
fonts/cantarell-fonts: Makefile distinfo
Log message:
Update to cantarell-fonts-0.0.13.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/18 10:47:56
Modified files:
x11/gnome/libgda: Makefile
Log message:
Set PORTHOME.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 11:02:37
Modified files:
www/cherokee : Makefile
Log message:
bump
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/18 11:02:41
Modified files:
sbin/dhclient : dhclient.c
Log message:
Don't use inet_ntoa() twice in one parameter list. You'll just print
one of the strings twice. Spotted by mpi@, who also tweaked the
diff by pointing out INET_ADDRSTRLEN.
Should fix mysterious messages like "1.2.3.4, not 1.2.3.4, deleted
from ...".
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/18 11:27:21
Modified files:
kerberosV : Makefile.inc
Log message:
add a trailing / at the end of the directory when installing includes
to avoid installing a bogus file
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/18 11:38:46
Modified files:
usr.bin/lex : Makefile
Log message:
make sure the target directory gets created in the includes target
and add a trailing / as well to avoid problems
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/18 11:49:59
Modified files:
kerberosV : Makefile.inc
Log message:
create include directories if they are non-existent
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/06/18 12:24:15
Modified files:
sbin/disklabel : disklabel.c
Log message:
Initialize duid memory before shifting stuff into elements of it.
No doubt quiets one or more of the fringe compilers out there. Use
variable 'part' rather than recalculating same value in the subsequent
printf().
From dhill. ok otto@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/18 12:32:34
Removed files:
kerberosV/src/lib/asn1: asn1parse.c asn1parse.h lex.c
kerberosV/src/lib/com_err: parse.c parse.h
kerberosV/src/lib/sl: slc-gram.c slc-gram.h
Log message:
Remove generated flex/bison files, to avoid risking mixing files from objdir and
srcdir.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 12:39:58
Modified files:
graphics/libraw: Makefile
graphics/libraw/patches: patch-src_libraw_cxx_cpp
Log message:
patch libraw for CVE-2013-2126; incorrect error handling with broken full
colour images could result in a crash or possibly code execution
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/18 12:44:41
Modified files:
kerberosV/include: config.h
Log message:
Fix HAVE___SYNC_ADD_AND_FETCH for sh and sparc(32)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 12:45:49
Modified files:
graphics/darktable: Makefile distinfo
graphics/darktable/patches:
patch-src_imageio_format_CMakeLists_txt
graphics/darktable/pkg: PLIST
Added files:
graphics/darktable/patches:
patch-src_external_LibRaw_src_libraw_cxx_cpp
patch-tools_generate_prefs_xsl
Removed files:
graphics/darktable/patches: patch-src_common_dtpthread_h
Log message:
update to darktable 1.2.1 and add a patch for CVE-2013-2126 in an embedded
copy of libraw; pointed out by Pascal de Bruijn (upstream), thanks!
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 12:59:42
Modified files:
mail/perdition : Makefile
Log message:
bump
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/18 13:21:52
Modified files:
kerberosV/lib/libroken: Makefile
Log message:
Do not compile signal.c; signal() is in libc and not roken.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/06/18 13:24:35
Modified files:
x11/gtk+3 : Makefile
Log message:
Remove CFLAGS workaround for powerpc, now that snapshots come with the `fixed'
compiler; bump revision.
Prodding and ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 14:24:29
Modified files:
lang/gcc/4.6 : Makefile
lang/gcc/4.6/pkg: PLIST-main
lang/gcc/4.7 : Makefile
lang/gcc/4.7/pkg: PLIST-main
lang/gcc/4.8 : Makefile
lang/gcc/4.8/pkg: PLIST-main
Log message:
regen PLIST to unbreak following kerberosV update; com_err.h no longer
needs to be "fixed." ok pascal@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/18 14:27:20
Modified files:
gnu/usr.bin/cvs: configure
usr.bin/passwd : Makefile
usr.bin/ssh/ssh: Makefile
usr.bin/ssh/sshd: Makefile
usr.bin/telnet : Makefile
Log message:
Shuffle library link order to appease the static arch deities.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 14:58:53
Modified files:
x11/xmobar : Makefile
Log message:
add missing build dep (hs-regex-compat) to unbreak
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/18 15:03:36
Modified files:
lang/gcc : Makefile
Log message:
unlink 4.7 by popular consensus
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/18 15:06:03
Modified files:
sys/ufs/ffs : fs.h
Log message:
sqiud -> squid
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/18 15:06:54
Removed files:
lang/gcc/4.7 : Makefile TODO distinfo gcc4.port.mk
lang/gcc/4.7/patches: patch-Makefile_in patch-boehm-gc_configure
patch-boehm-gc_dyn_load_c
patch-boehm-gc_include_gc_config_h_in
patch-boehm-gc_include_gc_config_macros_h
patch-boehm-gc_include_gc_pthread_redirects_h
patch-boehm-gc_include_private_gcconfig_h
patch-boehm-gc_mach_dep_c
patch-boehm-gc_os_dep_c
patch-boehm-gc_pthread_support_c
patch-boehm-gc_threadlibs_c
patch-configure
patch-gcc_ada_Make-generated_in
patch-gcc_ada_adaint_c
patch-gcc_ada_gcc-interface_Makefile_in
patch-gcc_ada_gnatchop_adb
patch-gcc_ada_gnatlink_adb
patch-gcc_ada_make_adb
patch-gcc_ada_mlib-utl_adb
patch-gcc_builtins_c patch-gcc_c-decl_c
patch-gcc_c-family_c-format_c
patch-gcc_c-family_c-opts_c
patch-gcc_c-family_c_opt
patch-gcc_common_opt
patch-gcc_config_alpha_alpha_c
patch-gcc_config_alpha_alpha_md
patch-gcc_config_alpha_alpha_opt
patch-gcc_config_alpha_openbsd_h
patch-gcc_config_exec-stack_h
patch-gcc_config_gcc patch-gcc_config_host
patch-gcc_config_host-openbsd_c
patch-gcc_config_i386_i386_c
patch-gcc_config_i386_openbsd64_h
patch-gcc_config_i386_openbsd_h
patch-gcc_config_i386_openbsdelf_h
patch-gcc_config_openbsd-libpthread_h
patch-gcc_config_openbsd_h
patch-gcc_config_pa_openbsd_h
patch-gcc_config_pa_pa_c
patch-gcc_config_pa_pa_h
patch-gcc_config_rs6000_openbsd1_h
patch-gcc_config_rs6000_openbsd_h
patch-gcc_config_rs6000_sysv4_h
patch-gcc_config_rs6000_t-openbsd
patch-gcc_config_sparc_openbsd64_h
patch-gcc_config_sparc_sparc_c
patch-gcc_config_t-openbsd
patch-gcc_config_x-openbsd
patch-gcc_configure patch-gcc_cp_g++spec_c
patch-gcc_defaults_h patch-gcc_flags_h
patch-gcc_fortran_f95-lang_c
patch-gcc_gcc_c patch-gcc_go_go-lang_c
patch-gcc_java_lang_c patch-gcc_lto_lto_c
patch-gcc_opts_c patch-gcc_targhooks_c
patch-gcc_testsuite_gcc_dg_format_format_h
patch-gcc_toplev_c patch-gcc_tree-nested_c
patch-gnattools_Makefile_in
patch-libffi_Makefile_in
patch-libffi_configure
patch-libffi_include_Makefile_in
patch-libgcc_Makefile_in
patch-libgcc_config_host
patch-libgcc_config_pa_t-openbsd
patch-libgcc_libgcc2_c
patch-libgfortran_Makefile_in
patch-libgfortran_configure
patch-libgo_Makefile_in
patch-libgo_config_libtool_m4
patch-libgo_configure
patch-libgomp_configure
patch-libiberty_cp-demangle_c
patch-libitm_Makefile_in
patch-libjava_Makefile_in
patch-libjava_classpath_configure
patch-libjava_configure
patch-libjava_configure_host
patch-libjava_libltdl_configure
patch-libmudflap_configure
patch-libmudflap_mf-runtime_h
patch-libobjc_Makefile_in
patch-libobjc_configure
patch-libquadmath_configure
patch-libssp_Makefile_in
patch-libssp_configure
patch-libstdc++-v3_configure
patch-libstdc++-v3_libsupc++_Makefile_in
patch-libstdc++-v3_src_Makefile_in
patch-libtool_m4
patch-lto-plugin_Makefile_in
patch-lto-plugin_configure
patch-zlib_configure
lang/gcc/4.7/pkg: PFRAG.I386-main PFRAG.PIC-c++ PFRAG.PIC-f95
PFRAG.PIC-go PFRAG.PIC-java PFRAG.PIC-main
PFRAG.PIC-objc PFRAG.PPC-main
PFRAG.shared-estdc PFRAG.shared-f95
PFRAG.shared-go PFRAG.shared-java
PFRAG.shared-main PFRAG.shared-objc PLIST-ada
PLIST-c++ PLIST-estdc PLIST-f95 PLIST-go
PLIST-java PLIST-main PLIST-objc
Log message:
bye bye
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 15:12:26
Modified files:
news/trn/patches: patch-Configure
Log message:
regen patch/distinfo; no actual change
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 15:14:29
Modified files:
news/trn/patches: patch-Configure
Log message:
oops, this did have an actual change..revert!
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/06/18 15:22:36
Modified files:
. : donations.html
Log message:
Kill offensive URL.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 15:27:42
Modified files:
news/trn : Makefile
news/trn/patches: patch-Configure
Log message:
patch Configure to not to pick up libhdb.so*, fixing the build. courtesy of
kerberosV we now have this file and it isn't what trn is looking for. ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/18 15:34:00
Modified files:
net/yafc : Makefile
Log message:
bump revision
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/06/18 16:23:55
Modified files:
mail/lumail : Makefile distinfo
mail/lumail/patches: patch-lumail_lua patch-tests_Makefile
mail/lumail/pkg: DESCR
Removed files:
mail/lumail/patches: patch-Makefile
Log message:
Update lumail to 0.08.
"that looks good to me" sthen@ ok jca@
CVSROOT: /cvs
Module name: src
Changes by: uebayasi@cvs.openbsd.org 2013/06/18 16:42:56
Modified files:
sys/net : if.c
Log message:
Use malloc(M_WAITOK) in if_attach_common(), because this function must
succeed, and it's always called in sleepable context.
OK mikeb@ yasuoka@
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/06/18 21:40:23
Modified files:
security/dsniff: Makefile
Added files:
security/dsniff/patches: patch-pcaputil_c
Log message:
Do not use pcap-int.h as it will be removed from /usr/include soon.
"looks reasonable" millert@
OK dcoppa@ matthew@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/06/18 21:43:46
Modified files:
security/vomit : Makefile
security/vomit/patches: patch-pcapu_c patch-vomit_c
Added files:
security/vomit/patches: patch-voip_c
Log message:
Do not use pcap-int.h as it will be removed from /usr/include soon.
"looks reasonable" millert@
OK dcoppa@ matthew@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/06/18 21:46:55
Modified files:
sysutils/pftop : Makefile
sysutils/pftop/patches: patch-sf-gencode_c
Added files:
sysutils/pftop/patches: patch-bpf_image_c patch-bpf_optimize_c
patch-pcap-nametoaddr_c
patch-sf-gencode_h patch-sf-grammer_y
patch-sf-scanner_l
Log message:
Do not use pcap-int.h as it will be removed from /usr/include soon.
"looks reasonable" millert@
OK dcoppa@ matthew@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/06/18 21:51:30
Modified files:
lib/libpcap : Makefile
sbin/pflogd : Makefile
usr.sbin/tcpdump: Makefile
Log message:
Do not install pcap-int.h to /usr/include as it is an internal library
header (pointed out by matthew@). Let only pflogd and tcpdump include
pcap-int.h directly since they need it for privilege separation.
"looks good" sthen
feedback/ok deraadt matthew millert
CVSROOT: /cvs
Module name: www
Changes by: lteo@cvs.openbsd.org 2013/06/18 21:53:16
Modified files:
faq : current.html
Log message:
pcap-int.h is no longer installed to /usr/include
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/18 23:27:07
Modified files:
usr.bin/ssh/ssh: Makefile
usr.bin/ssh/sshd: Makefile
Log message:
stop doing kerberos in ssh and sshd
the code bloat makes that no longer trustworthy functionality
ok guenther
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/19 00:44:03
Modified files:
graphics/libraw: Tag: OPENBSD_5_3 Makefile
graphics/libraw/patches: Tag: OPENBSD_5_3
patch-src_libraw_cxx_cpp
Log message:
Security fix for CVE-2013-2126: incorrect error handling with broken full
colour images could result in a crash or possibly code execution
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/19 00:55:50
Modified files:
graphics/darktable: Tag: OPENBSD_5_3 Makefile
Added files:
graphics/darktable/patches: Tag: OPENBSD_5_3
patch-src_external_LibRaw_src_libraw_cxx_cpp
Log message:
Security fix for CVE-2013-2126: incorrect error handling with broken full
colour images could result in a crash or possibly code execution.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/19 00:59:57
src/kerberosV/usr.sbin/kdigest
Update of /cvs/src/kerberosV/usr.sbin/kdigest
In directory cvs.openbsd.org:/tmp/cvs-serv4803/usr.sbin/kdigest
Log Message:
Directory /cvs/src/kerberosV/usr.sbin/kdigest added to the repository
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/19 00:59:58
src/kerberosV/usr.sbin/kimpersonate
Update of /cvs/src/kerberosV/usr.sbin/kimpersonate
In directory cvs.openbsd.org:/tmp/cvs-serv4803/usr.sbin/kimpersonate
Log Message:
Directory /cvs/src/kerberosV/usr.sbin/kimpersonate added to the repository
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/19 01:06:23
Modified files:
kerberosV/libexec: Makefile
kerberosV/usr.bin: Makefile
kerberosV/usr.sbin: Makefile
Added files:
kerberosV/usr.sbin/kadmin: Makefile
kerberosV/usr.sbin/kdigest: Makefile
kerberosV/usr.sbin/kimpersonate: Makefile
Removed files:
kerberosV/libexec/kdigest: Makefile
kerberosV/libexec/kimpersonate: Makefile
kerberosV/usr.bin/kadmin: Makefile
kerberosV/usr.bin/ksu: Makefile
Log message:
Move admin utils to usr.sbin where they belong (and where they were
installed before the update).
Do not build nor ship ksu.
ok robert@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/19 01:16:44
Modified files:
faq : current.html
Log message:
Add the list of files to remove after the kerberos update.
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/19 01:36:04
Modified files:
sysutils/ruby-puppet/3: Makefile distinfo
sysutils/ruby-puppet/3/pkg: PLIST
Log message:
Security update of puppet to 3.2.2, which addresses CVE-2013-3567
(Unauthenticated Remote Code Execution Vulnerability).
http://puppetlabs.com/security/cve/cve-2013-3567/
ok robert@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/19 02:47:58
Log message:
import books/diveintopython3, from Juan Francisco Cantero Hurtado
ok pirofti@ phessler@
Dive Into Python 3 covers Python 3 and its differences from Python 2.
Compared to Dive Into Python, it’s about 20% revised and 80% new
material.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130619
N ports/books/diveintopython3/distinfo
N ports/books/diveintopython3/Makefile
N ports/books/diveintopython3/pkg/PLIST
N ports/books/diveintopython3/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/19 02:53:38
Modified files:
books : Makefile
Log message:
+diveintopython3
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/19 02:56:32
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
point users to dpb for big fetch
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/19 02:59:02
Modified files:
share/man/man7 : ports.7
Log message:
refer to dpb for bulk fetch
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/19 03:11:25
Modified files:
editors/libreoffice/patches: patch-configure_ac
Log message:
fix autoconf finding gssapi, use krb5-config to pull libs as recommended by aja
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/19 03:15:08
Modified files:
x11/i3status : Makefile
x11/i3status/pkg: MESSAGE
Log message:
Amend pkg/MESSAGE.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/19 03:17:29
Modified files:
share/man/man5 : port-modules.5
Log message:
explain the redirection mechanism for do-build, as used by ruby and
(shortly) other ports.
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/19 04:39:01
Modified files:
kerberosV/tools/compile_et: Makefile
Log message:
make compile_et.o depend on parse.h
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/19 06:19:03
Modified files:
bin/ksh : eval.c
bin/ksh/tests : regress.t
Log message:
Commands executed via `foo` or $( bar ) should not inherit "set -e"
status. We can't use XERROK for this (since the command might set
-e itself) so just save & restore the value of FERREXIT for the
comsub() call to execute(). OK jca@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/19 07:04:24
Modified files:
lang/pypy : Makefile
Log message:
tweak warning when datasize limit is too low.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/19 07:07:39
Modified files:
lang/pypy : Makefile
lang/pypy/pkg : PLIST
Log message:
Run compileall.py to build .pyc files for the libraries and include them in
the package; this avoids them getting created if you run pypy as root, which
results in pkg_delete leaving things behind. From maintainer Laurie Tratt.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/19 07:24:18
Modified files:
www/webkit : Makefile distinfo
www/webkit/patches: patch-GNUmakefile_in patch-configure
Log message:
Update to webkit-2.0.3.
ok landry@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/06/19 08:04:43
Modified files:
bin/ksh/tests : obsd-regress.t
Log message:
Add test for syn.c revision 1.29
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/06/19 08:29:41
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.beagle md.hp300 md.hppa md.hppa64
md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.vax md.zaurus
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/19 08:34:53
Modified files:
devel/uuid : Makefile distinfo
devel/uuid/pkg : PLIST-main PLIST-perl
Added files:
devel/uuid/patches: patch-Makefile_in patch-perl_Makefile_PL
patch-php_config_m4 patch-uuid-config_in
patch-uuid_pc_in
Log message:
Rename the devel/uuid (ossp-uuid) libraries to ossp-uuid, as done in
various Linux distros. Earlier version ok ajacoutot@ (only a wantlib tweak
since then).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/19 08:35:03
Modified files:
databases/postgresql: Makefile
Log message:
sync -contrib wantlib following devel/uuid change
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2013/06/19 09:55:04
Log message:
Import libxmp 4.1.5.
ok edd@
Status:
Vendor Tag: shadchin
Release Tags: shadchin_20130619
N ports/audio/libxmp/Makefile
N ports/audio/libxmp/distinfo
N ports/audio/libxmp/patches/patch-Makefile_in
N ports/audio/libxmp/pkg/PLIST
N ports/audio/libxmp/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2013/06/19 09:57:42
Modified files:
audio : Makefile
Log message:
+libxmp
CVSROOT: /cvs
Module name: ports
Changes by: shadchin@cvs.openbsd.org 2013/06/19 09:59:15
Modified files:
audio/xmp : Makefile distinfo
Added files:
audio/xmp/patches: patch-src_Makefile_in
audio/xmp/pkg : DESCR PLIST
Removed files:
audio/xmp/patches: patch-configure patch-src_loaders_masi_load_c
audio/xmp/pkg : DESCR-main DESCR-xmms PLIST-main PLIST-xmms
Log message:
Update to xmp 4.0.6.
ok edd@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/19 10:16:23
Added files:
cad/kicad/patches: patch-bitmaps_CMakeLists_txt
patch-pcbnew_CMakeLists_txt
Log message:
fixes for the ninja backend of cmake
CVSROOT: /cvs
Module name: src
Changes by: reyk@cvs.openbsd.org 2013/06/19 10:21:12
Modified files:
usr.sbin/nginx : Makefile.bsd-wrapper
Log message:
Disable SPDY until we have a better understanding about code and
protocol within OpenBSD.
Discussed with many
ok benno@ jcs@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/19 12:48:22
Modified files:
editors/nvi : Makefile
editors/nvi/patches: patch-vi_vs_msg_c
Log message:
switch CLOCK_PROF to CLOCK_MONOTONIC to unbreak; ok naddy
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/19 13:37:00
Modified files:
kerberosV : Makefile.inc
kerberosV/include: config.h
kerberosV/lib : Makefile
kerberosV/lib/libasn1: Makefile
kerberosV/lib/libcom_err: Makefile
kerberosV/lib/libgssapi: Makefile
kerberosV/lib/libhdb: Makefile
kerberosV/lib/libkdc: Makefile
kerberosV/lib/libkrb5: Makefile
kerberosV/libexec: Makefile
kerberosV/libexec/digest-service: Makefile
kerberosV/libexec/hprop: Makefile
kerberosV/libexec/hpropd: Makefile
kerberosV/libexec/ipropd-master: Makefile
kerberosV/libexec/ipropd-slave: Makefile
kerberosV/libexec/kadmind: Makefile
kerberosV/libexec/kcm: Makefile
kerberosV/libexec/kdc: Makefile
kerberosV/libexec/kfd: Makefile
kerberosV/libexec/kpasswdd: Makefile
kerberosV/src/kadmin: get.c mod.c
kerberosV/src/kdc: kdc_locl.h
kerberosV/src/lib/gssapi/mech: gss_mech_switch.c
kerberosV/src/lib/hdb: ext.c hdb-protos.h hdb.asn1
kerberosV/src/lib/ipc: common.c
kerberosV/src/lib/kadm5: get_s.c
kerberosV/usr.bin: Makefile
kerberosV/usr.bin/hxtool: Makefile
kerberosV/usr.bin/kcc: Makefile
kerberosV/usr.bin/kdestroy: Makefile
kerberosV/usr.bin/kf: Makefile
kerberosV/usr.bin/kgetcred: Makefile
kerberosV/usr.bin/kinit: Makefile
kerberosV/usr.bin/krb5-config: Makefile
kerberosV/usr.bin/string2key: Makefile
kerberosV/usr.bin/verify_krb5_conf: Makefile
kerberosV/usr.sbin: Makefile
kerberosV/usr.sbin/iprop-log: Makefile
kerberosV/usr.sbin/kadmin: Makefile
kerberosV/usr.sbin/kdigest: Makefile
kerberosV/usr.sbin/kimpersonate: Makefile
kerberosV/usr.sbin/kstash: Makefile
kerberosV/usr.sbin/ktutil: Makefile
Log message:
start un-bloating kerberos by removing support for hx509, pthreads, spnego,
ntlm, pkinit
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/19 13:45:03
Modified files:
libexec/login_krb5: Makefile
libexec/login_krb5-or-pwd: Makefile
Log message:
don't link to hx509, pthread and ntlm related libraries
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/19 13:46:44
Modified files:
usr.bin/telnet : Makefile
usr.bin/passwd : Makefile
Log message:
don't link to hx509, pthread and ntlm related libraries
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/19 13:47:49
Modified files:
include : Makefile
Log message:
unlink libheimntlm and libhx509
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/19 13:49:31
Modified files:
gnu/usr.bin/cvs: configure
Log message:
don't link to hx509, pthread and ntlm related libraries
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/19 13:49:55
Removed files:
kerberosV/include: hx509.h
Log message:
remove obsolete file
CVSROOT: /cvs
Module name: ports
Changes by: steven@cvs.openbsd.org 2013/06/19 14:26:06
Modified files:
sysutils/syslog-ng: Makefile distinfo
sysutils/syslog-ng/pkg: PLIST
Log message:
update to 3.3.11
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/19 15:13:15
Modified files:
x11/ogre : Makefile
Log message:
mark broken on mips64 due to missing atomic ops, i reckon landry
will follow with hppa shortly...
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/19 15:43:49
Modified files:
x11/xfce4/xfce4-session: Makefile
Log message:
Disable checking for polkit-gobject which is only needed for systemd
support. It was picked up if present on the system, thus leading to
half-broken packages at runtime.
Should fix issues reported both by kirby@ & ratchov@
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/19 15:46:38
Modified files:
kerberosV/src/kadmin: rpc.c
kerberosV/src/lib/gssapi/mech: gss_mech_switch.c
Log message:
fix spnego removal fallout
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/06/19 16:37:39
Log message:
Import ports/lang/node-typescript. ok abieber@
TypeScript is a language for application-scale JavaScript development.
It is a typed superset of JavaScript that compiles to clean, simple
JavaScript code which runs on any browser, in Node.js, or in any other
ES3-compatible environment. TypeScript offers classes, modules, and
interfaces to help you build robust components.
Status:
Vendor Tag: jturner
Release Tags: jturner_20130619
N ports/lang/node-typescript/Makefile
N ports/lang/node-typescript/distinfo
N ports/lang/node-typescript/pkg/PLIST
N ports/lang/node-typescript/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/06/19 16:39:01
Modified files:
lang : Makefile
Log message:
+node-typescript
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/06/19 20:33:57
Modified files:
app/cwm : conf.c
Log message:
when selfont is configured, make sure we continue and configure the rest
of the screen (quick fix); discovered the hard way by Rodrigo Mosconi.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/19 22:34:09
Modified files:
gnu/usr.bin/cvs/src: server.c
Log message:
Move the declaration of `disable_x_prog' outside of a #ifdef AUTH_SERVER_SUPPORT
block where it had been mistakenly put in the first place (in r1.28).
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/06/20 00:28:15
Modified files:
usr.bin/indent : args.c indent.1 indent.c indent_globs.h io.c
Log message:
add ut/nut flags to indent to enable/disable tabs.
based on FreeBSD svn rev 131184.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/20 00:54:38
Modified files:
databases/evolution-data-server: Makefile
databases/gq : Makefile
databases/openldap: Makefile
databases/openldap23: Makefile
databases/postgresql: Makefile
devel/apr-util : Makefile
devel/rapidsvn : Makefile
devel/subversion: Makefile
graphics/gimp/stable: Makefile
graphics/sane-backends: Makefile
mail/claws-mail: Makefile
mail/courier-authlib: Makefile
mail/cyrus-imapd: Makefile
mail/dovecot : Makefile
mail/dspam : Makefile
mail/evolution-ews: Makefile
mail/evolution-rss: Makefile
mail/fetchmail : Makefile
mail/kpoppassd : Makefile
mail/perdition : Makefile
mail/re-alpine : Makefile
mail/s-nail : Makefile
mail/zarafa/zarafa: Makefile
multimedia/gstreamer-0.10/plugins-bad: Makefile
net/cadaver : Makefile
net/freeradius : Makefile
net/jabberd : Makefile
net/nagios/plugins: Makefile
net/neon : Makefile
net/netatalk : Makefile
net/powerdns : Makefile
net/samba : Makefile
net/telepathy/folks: Makefile
net/yafc : Makefile
print/cups-filters: Makefile
print/cups : Makefile
print/gtklp : Makefile
print/gutenprint: Makefile
print/hplip : Makefile
print/libspectre: Makefile
productivity/glabels: Makefile
security/cyrus-sasl2: Makefile
security/p5-Authen-Krb5-Simple: Makefile
security/p5-GSSAPI: Makefile
security/py-pykpass: Makefile
sysutils/nut : Makefile
telephony/asterisk: Makefile
www/apache-httpd: Makefile
www/c-icap/c-icap: Makefile
www/cherokee : Makefile
www/lighttpd : Makefile
www/mod_auth_kerb: Makefile
www/squid : Makefile
www/squid27 : Makefile
x11/gnome/anjuta: Makefile
x11/gnome/contacts: Makefile
x11/gnome/controlcenter: Makefile
x11/gnome/ekiga: Makefile
x11/gnome/libgda: Makefile
x11/gnome/seahorse: Makefile
x11/gnome/settings-daemon: Makefile
x11/gnome/shell: Makefile
x11/gnome/sushi: Makefile
x11/gnome/vfs2 : Makefile
x11/gtk+2 : Makefile
x11/gtk+3 : Makefile
x11/kde/base3 : Makefile
x11/kde/libs3 : Makefile
x11/kde/sdk3 : Makefile
x11/kde4/libs : Makefile
x11/nx/nxssh : Makefile
x11/xfce4/xfprint: Makefile
mail/mozilla-thunderbird: Makefile
productivity/sunbird: Makefile
www/fennec : Makefile
www/firefox36 : Makefile
www/mozilla-firefox: Makefile
lang/php : Makefile.inc
lang/php/5.2 : Makefile
lang/php/5.3 : Makefile
mail/mutt : Makefile.inc
mail/mutt/snapshot: Makefile
mail/mutt/stable: Makefile
www/mozilla : mozilla.port.mk
Log message:
Unbreak after hx509 and ntlm removal from Kerberos.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/20 01:05:40
Modified files:
devel/yaml-cpp/patches: patch-CMakeLists_txt
Log message:
fix for ninja
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/20 01:16:22
Modified files:
kerberosV/libexec: Makefile
kerberosV/libexec/kcm: Makefile
kerberosV/src/kcm: protocol.c
Log message:
properly disable NTLM in KCM
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 02:23:37
Modified files:
devel : Makefile
Log message:
-newt
-py-newt-syrup
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 02:24:04
Removed files:
devel/newt : Makefile distinfo
devel/newt/files: setup.py
devel/newt/patches: patch-Makefile_in patch-form_c
devel/newt/pkg : DESCR PLIST
devel/py-newt-syrup: Makefile distinfo
devel/py-newt-syrup/pkg: DESCR PLIST
Log message:
remove two unused ports that were added for a new port, that decided to drop
support for it.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/20 02:26:14
Modified files:
mail/mutt/snapshot: Makefile
mail/mutt/stable: Makefile
databases/postgresql: Makefile
mail/courier-authlib: Makefile
mail/dovecot : Makefile
mail/dspam : Makefile
mail/fetchmail : Makefile
mail/kpoppassd : Makefile
mail/mutt : Makefile.inc
mail/perdition : Makefile
mail/re-alpine : Makefile
mail/s-nail : Makefile
net/jabberd : Makefile
net/yafc : Makefile
print/libspectre: Makefile
security/cyrus-sasl2: Makefile
security/p5-Authen-Krb5-Simple: Makefile
security/p5-GSSAPI: Makefile
security/py-pykpass: Makefile
telephony/asterisk: Makefile
www/cherokee : Makefile
www/lighttpd : Makefile
www/mod_auth_kerb: Makefile
x11/nx/nxssh : Makefile
Log message:
No need for pthread.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/20 02:41:22
Modified files:
kerberosV/usr.bin/krb5-config: Makefile
Log message:
libheimntlm is gone.
ok robert@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/20 02:43:00
Modified files:
faq : current.html
Log message:
Even more files can be removes after the kerberosV update.
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/20 03:26:16
Added files:
net/telepathy/telepathy-qt/patches:
patch-cmake_modules_TpQtMacros_cmake
Log message:
Unbreak building with Ninja generator.
OK espie@, jasper@, zhuk@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/20 03:38:24
Modified files:
sys/net : bridgestp.c if.c if.h if_pfsync.c if_pppx.c
if_spppsubr.c if_trunk.c if_vlan.c pf_if.c
sys/netinet : in.c ip_carp.c
sys/netinet6 : in6.c
sys/dev/pci : if_art.c
Log message:
Allocate the various hook head descriptors as part of the ifnet
structure rather than doing various M_WAITOK allocations during
the *attach() functions, we always rely on them anyway.
ok mikeb@, uebayasi@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/20 03:40:53
Modified files:
faq : current.html
Log message:
Forgot the perl headers in previous.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/20 03:48:28
Modified files:
security/cyrus-sasl2: Makefile
security/cyrus-sasl2/pkg: PFRAG.ldap
Log message:
Unbreak the ldap FLAVOR at runtime -- @mode 640 in PFRAG.shared leaked
into the rest of the files and directories... so properly close the
marker.
thanks to nl3dee on freenode for spotting this
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/20 03:52:09
Modified files:
sys/dev/acpi : acpiasus.c
sys/dev/cardbus: cardbus_exrom.c cardbus_exrom.h
Log message:
Drop 3rd and 4th clauses from the BSD licence, from the following NetBSD's
revision:
sys/dev/acpi/asus_acpi.c r1.4
sys/dev/cardbus/cardbus_exrom.c r1.11
sys/dev/cardbus/cardbus_exrom.h r1.6
ok kettenis@
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/20 03:55:30
Modified files:
lib/libdrm : Makefile.inc xf86drm.c
lib/libdrm/intel: intel_bufmgr_gem.c intel_chipset.h
intel_decode.c
lib/libdrm/libkms: api.c libkms.h
lib/libdrm/radeon: r600_pci_ids.h radeon_surface.c
radeon_surface.h shlib_version
Log message:
update to libdrm 2.4.45
ok kettenis@ mpi@, tested by ajacoutot@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/20 06:03:40
Modified files:
sys/net : bridgestp.c if.c if.h if_pfsync.c if_pppx.c
if_spppsubr.c if_trunk.c if_vlan.c pf_if.c
sys/netinet : in.c ip_carp.c
sys/netinet6 : in6.c
sys/dev/pci : if_art.c
Log message:
Revert previous and unbreak asr, the new include should be protected.
Reported by naddy@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/20 07:19:44
Modified files:
kerberosV : Makefile
Added files:
kerberosV/doc : Makefile
Log message:
Bring back heimdal.info which was lost during the update and that
actually contains usefull information.
noticed by miod@
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/20 07:45:11
Modified files:
print/libspectre: Makefile
Log message:
Remove old -pthread hack.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/20 07:51:54
Modified files:
x11/ogre : Makefile
Log message:
This is broken on mips64el as well: missing atomic ops
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/20 07:58:53
Modified files:
devel/py-buildbot: Makefile distinfo
devel/py-buildbot/pkg: PLIST
devel/py-buildslave: Makefile distinfo
Log message:
Update to py-build{bot,slave} 0.8.7p1.
MAINTAINER timeout.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/20 08:07:40
Modified files:
devel/py-buildbot: Makefile
devel/py-buildslave: Makefile
Log message:
tweak regex for safety in case there's a p2 release, "probably saner" landry@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/20 08:16:03
Modified files:
x11/ogre : Makefile
Log message:
Surprise b^W! ogre doesnt build on hppa either due to missing atomic bombs..
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 08:39:26
Modified files:
net/farstream : Makefile distinfo
Removed files:
net/farstream/patches:
patch-transmitters_rawudp_fs-rawudp-transmitter_c
Log message:
- update to farstream-0.2.3
* drop python workarounds, it's only used when gtk-doc is enabled (which is not).
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/20 08:56:49
Log message:
Import math/veusz, a graphical scientific plotting and graphing package
designed to produce publication-ready Postscript or PDF output.
Minor tweak from and ok sthen@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Jun-20
N ports/math/veusz/Makefile
N ports/math/veusz/distinfo
N ports/math/veusz/pkg/PLIST
N ports/math/veusz/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/20 08:57:21
Modified files:
math : Makefile
Log message:
+veusz
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/20 08:58:59
Modified files:
sysutils/ncdu : Makefile distinfo
Log message:
Update sysutils/ncdu to 1.10
Take MAINTAINER
ok jturner@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 09:23:54
Modified files:
multimedia/gstreamer1/plugins-bad: Makefile
multimedia/gstreamer1/plugins-bad/pkg: PLIST
Added files:
multimedia/gstreamer1/plugins-bad/patches: patch-configure_ac
Log message:
enable the shm plugin, tested with farstream.
ok aja@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 09:26:47
Modified files:
net/farstream : Makefile
Log message:
add a test dependency on gst-plugins-bad; no runtime dependency because, well,
plugins-bad is bad.
as discussed with aja@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 09:43:26
Modified files:
multimedia/gstreamer1/plugins-bad/patches: patch-configure_ac
Log message:
add XXX so it's easier to grab^Wgrep
CVSROOT: /cvs
Module name: src
Changes by: todd@cvs.openbsd.org 2013/06/20 10:08:33
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.beagle md.hp300 md.hppa md.hppa64
md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.vax md.zaurus mi
distrib/sets/lists/comp: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 12:03:03
Modified files:
net/telepathy/telepathy-gabble: Makefile
Removed files:
net/telepathy/telepathy-gabble/patches:
patch-lib_gibber_gibber-util_c
patch-src_tube-stream_c
Log message:
remove patches that are not needed anymore; probably due to header cleanups in base.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 12:04:20
Removed files:
net/telepathy/telepathy-salut/patches:
patch-lib_ext_wocky_tests_wocky-connector-test_c
Log message:
unneeded; glib/gstdio.h can be included directly
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 12:19:00
Removed files:
net/telepathy/telepathy-salut/patches:
patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server_c
Log message:
remove patch for code that's not compiled anylonger.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 12:19:45
Modified files:
net/telepathy/telepathy-salut: Makefile
net/telepathy/telepathy-salut/patches: patch-src_contact_h
Log message:
add link to upstream bz
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 12:26:26
Modified files:
net/telepathy/telepathy-salut: Makefile
Log message:
unbreak some regress tests; now everything passes.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 12:40:01
Modified files:
net/telepathy/telepathy-idle: Makefile
net/telepathy/telepathy-idle/patches:
patch-tests_twisted_Makefile_in
Log message:
link to upstream bz
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 12:55:14
Modified files:
net/telepathy/telepathy-qt/patches:
patch-cmake_modules_TpQtMacros_cmake
Log message:
submitted upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 13:01:52
Modified files:
net/gupnp/ui : Makefile
net/gupnp/ui/pkg: PLIST
Removed files:
net/gupnp/ui/pkg: PFRAG.shared
Log message:
regen PLIST
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/20 13:02:18
Modified files:
net/gupnp/tools: Makefile distinfo
Removed files:
net/gupnp/tools/patches: patch-configure_ac
Log message:
update to gupnp-tools-0.8.6.1
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/06/20 13:15:06
Modified files:
usr.bin/ssh : krl.c
Log message:
don't leak the rdata blob on errors; ok djm@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/20 13:48:32
Modified files:
usr.bin/make : compat.c
Log message:
fix typo
thx Caspar Schutijser
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/06/20 14:21:20
Modified files:
sys/netinet : tcp_input.c
Log message:
Always make sure that the temporary TCP protocol control block
structure is zeroed out before use. From David Hill ; ok blambert claudio henning
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/20 15:20:34
Modified files:
www/seamonkey : Makefile
www/seamonkey/patches: patch-mozilla_toolkit_library_Makefile_in
Log message:
Blindly fix seamonkey after the kerberos update by replacing -lkrb5 -lcrypto
by `krb5-config --libs` in toolkit/library/Makefile.in, as it was done
in other mozillas...
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/20 15:33:53
Modified files:
telephony/asterisk/patches: patch-configure_ac
Log message:
c-client requires libssl for its own purposes, and gssapi libs.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/20 16:29:38
Modified files:
usr.bin/mandoc : chars.c chars.in mandoc.c
regress/usr.bin/mandoc/char/space: Makefile
Added files:
regress/usr.bin/mandoc/char/space: esct-man.in
esct-man.out_ascii
esct-mdoc.in
esct-mdoc.out_ascii
Log message:
Improve handling of the roff(7) "\t" escape sequence:
* Parsing macro arguments has to be done in copy mode,
which implies replacing "\t" by a literal tab character.
* Otherwise, render "\t" as the empty string, not as a 't' character.
This fixes formatting of the distfile example in the oldrdist(1) manual.
This also shows up in the unzip(1) manual as one of several issues
preventing the removal of USE_GROFF from the archivers/unzip port.
Thanks to espie@ for attracting my attention to the unzip(1) manual.
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/06/20 18:34:49
Modified files:
usr.bin/ssh : auth-rsa.c auth.h auth2-hostbased.c
auth2-pubkey.c monitor.c
Log message:
for hostbased authentication, print the client host and user on
the auth success/failure line; bz#2064, ok dtucker@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/06/20 18:37:49
Modified files:
usr.bin/ssh : ssh_config.5
Log message:
explicitly mention that IdentitiesOnly can be used with IdentityFile
to control which keys are offered from an agent.
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/06/20 19:54:55
Modified files:
www/squid : Makefile
www/squid/pkg : README-main
Log message:
Fix incorrect path of squid.conf in pkg/README-main.
OK sthen@ (maintainer)
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/06/20 20:26:26
Modified files:
regress/usr.bin/ssh: sftp-cmds.sh test-exec.sh
Log message:
unbreak sftp-cmds for renamed test data (s/ls/data/)
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/06/20 23:42:32
Modified files:
usr.bin/ssh : dh.c
Log message:
sprinkle in some error() to explain moduli(5) parse failures
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/06/20 23:43:10
Modified files:
usr.bin/ssh : scp.c
Log message:
make this -Wsign-compare clean after time_t conversion
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/06/21 00:07:58
Modified files:
editors/libreoffice: Makefile distinfo
editors/libreoffice/patches:
patch-vcl_unx_gtk_gdi_salnativewidgets-gtk_cxx
editors/libreoffice/pkg: PFRAG.shared-kde PFRAG.shared-main
PLIST-i18n-ar PLIST-i18n-bg
PLIST-i18n-ca PLIST-i18n-de
PLIST-i18n-es PLIST-i18n-fa
PLIST-i18n-fi PLIST-i18n-fr
PLIST-i18n-hu PLIST-i18n-it
PLIST-i18n-lt PLIST-i18n-lv
PLIST-i18n-nl PLIST-i18n-pl
PLIST-i18n-pt-br PLIST-i18n-ru
PLIST-i18n-sl PLIST-i18n-sv PLIST-main
Added files:
editors/libreoffice/patches: patch-desktop_source_app_app_cxx
Removed files:
editors/libreoffice/patches:
patch-liborcus_UnpackedTarball_orcus_mk
patch-liborcus_liborcus_0_1_0-boost_header_patch
patch-vcl_source_gdi_svgdata_cxx
Log message:
update to 4.0.4.2
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/21 00:08:50
Modified files:
lib/librthread : rthread.h rthread_sig.c
Log message:
Move the declaration of _thread_sys_sigprocmask() to rthread.h
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/21 00:12:56
Modified files:
x11/nx/nxssh : Makefile
Added files:
x11/nx/nxssh/patches: patch-log_h
Log message:
Unbreak now that libkafs is gone.
Explicitely compile --without-pam.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/21 00:43:31
src/regress/lib/libpthread/earlysig
Update of /cvs/src/regress/lib/libpthread/earlysig
In directory cvs.openbsd.org:/tmp/cvs-serv28772/earlysig
Log Message:
Directory /cvs/src/regress/lib/libpthread/earlysig added to the repository
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/21 00:47:20
Modified files:
regress/lib/libpthread: Makefile
Added files:
regress/lib/libpthread/earlysig: Makefile earlysig.c
Log message:
Add earlysig test to check whether the pthread fork() wrapper
has a critical section where getting a signal causes a hang. Based on
otto@ earlysig kernel regress; suggested by miod@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/06/21 00:49:42
Modified files:
usr.bin/indent : indent.1 indent.c
Log message:
Default to stdin/stdout if no input files are
given to indent. Based on FreeBSD svn rev 40502.
ok kettenis@ millert@ lteo@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/21 00:50:49
Modified files:
lib/librthread : rthread_fork.c
Log message:
The bind lock must only be grabbed with all signals masked.
backtrace of example case from sthen@
ok kettenis@ millert@
CVSROOT: /cvs
Module name: src
Changes by: gerhard@cvs.openbsd.org 2013/06/21 01:07:55
Modified files:
usr.sbin/snmpd : smi.c
Log message:
Bzero() the whole key before doing an RB_FIND() because smi_oid_cmp()
looks at more members than just 'o_id'.
ok reyk@
CVSROOT: /cvs
Module name: src
Changes by: uebayasi@cvs.openbsd.org 2013/06/21 01:52:22
Modified files:
sys/dev/pci : if_vmx.c
Log message:
De-static.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/21 02:27:12
ports/audio/libmusicbrainz5/patches
Update of /cvs/ports/audio/libmusicbrainz5/patches
In directory cvs.openbsd.org:/tmp/cvs-serv25206/patches
Log Message:
Directory /cvs/ports/audio/libmusicbrainz5/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/21 02:52:05
Modified files:
devel/node-fibers: Makefile
Log message:
mark as broken, someone doesn't build their ports like they should
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/21 03:05:18
Modified files:
infrastructure/bin: dpb
infrastructure/lib/DPB: Core.pm Fetch.pm Heuristics.pm Vars.pm
Added files:
infrastructure/lib/DPB: Config.pm
infrastructure/lib/DPB/Core: Init.pm
Log message:
disentangle the config/init code from the rest.
- move the meat of handle_options from dpb into config->parse_command_line
(this means a backcall to still inherit from OpenBSD::State).
- move parse_config_files from core into config.
- move the prop handling into proper HostProperties (part of config
obviously)
- create a Core::Init file that contains all the former DPB::Host::Factory
and associated jobs.
there's still a wee little bit of cleanup to do, but this should be
easier to maintain, as all option handling is now in one place, and
startup and host confi is now easier to figure out.
- add a -DMIRROR=0/1 setup that controls whether SUPDISTFILES will be
fetched (defaults to 1 for -F and 0 for -f).
- actually allow for several host files to be parsed, as the name implies
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/06/21 03:34:06
Modified files:
sys/arch/sgi/dev: mavb.c
Log message:
enable 24-bit, lsb-aligned encoding, which is the device's
native one. Allows encoding conversions to be handled in
userland
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/21 03:39:50
Modified files:
kerberosV/lib/libgssapi: Makefile
Log message:
No need to look under spnego since support it gone.
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/06/21 04:05:32
Modified files:
www/phpmyadmin : Makefile distinfo
www/phpmyadmin/pkg: PLIST
Log message:
Bugfix update to 4.0.4
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/21 04:10:58
Modified files:
infrastructure/man/man1: dpb.1
Log message:
document -DMIRROR
CVSROOT: /cvs
Module name: xenocara
Changes by: florian@cvs.openbsd.org 2013/06/21 04:38:32
Added files:
distrib/notes : README.beagle
distrib/sets/lists/xbase: md.beagle
distrib/sets/lists/xetc: md.beagle
distrib/sets/lists/xserv: md.beagle
distrib/sets/lists/xshare: md.beagle
Log message:
xenocara for beagle, no X server at this point.
"as a starting point" OK matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/21 04:45:12
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
somehow, I forgot to dump-vars PREFIX
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/21 04:48:38
Modified files:
databases/sqlports: Makefile
databases/sqlports/files: Info.pm Var.pm
databases/sqlports/pkg: DESCR-compact DESCR-main
Log message:
also store PREFIX, which allows for useful statistics
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/21 04:59:40
Modified files:
kerberosV/lib/libasn1: Makefile
kerberosV/lib/libhdb: Makefile
kerberosV/lib/libheimbase: Makefile
kerberosV/lib/libheimntlm: Makefile
kerberosV/lib/libkadm5clnt: Makefile
kerberosV/lib/libkadm5srv: Makefile
kerberosV/lib/libkafs5: Makefile
kerberosV/lib/libkdc: Makefile
kerberosV/lib/libkrb5: Makefile
kerberosV/lib/libroken: Makefile
kerberosV/lib/libwind: Makefile
Log message:
Remove some useless FreeBSD-specific variables.
ok robert@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/21 05:01:17
Modified files:
kerberosV/lib/libhdb: Makefile
kerberosV/lib/libkdc: Makefile
Log message:
Missed these in previous.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/21 05:12:51
Modified files:
devel/cmake : Makefile distinfo
devel/cmake/patches: patch-Modules_FindQt4_cmake
patch-Tests_CMakeLists_txt
Log message:
Bugfix update to cmake-2.8.11.1
See: http://public.kitware.com/Bug/changelog_page.php?version_id=113
OK jasper@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/21 05:20:20
Added files:
lang/io/patches: patch-addons_CMakeLists_txt
Log message:
Unbreak with Ninja
ok espie@, jasper@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/21 06:04:22
Modified files:
audio/libmusicbrainz5: Makefile
audio/libmusicbrainz5/pkg: PLIST
Added files:
audio/libmusicbrainz5/patches: patch-src_CMakeLists_txt
Removed files:
audio/libmusicbrainz5/pkg: PFRAG.shared
Log message:
Unbreak with Ninja.
While here, merge PFRAG.shared into PLIST
ok espie@, jasper@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/21 06:26:04
Modified files:
kerberosV/lib/libasn1: Makefile
kerberosV/lib/libkdc: Makefile
kerberosV/lib/libkrb5: Makefile
kerberosV/src/kdc: kdc_locl.h
Log message:
digest.c is needed for some operations with the kdc(8).
ok robert@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/21 06:27:14
Modified files:
faq : current.html
Log message:
One too many.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/21 06:27:32
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
expose FAKE_SETUP so that modules that want to do their own
"do-install" can do so in a proper way.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/21 06:28:54
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
introduce a VARBASE, so that all 3 directories where package install stuff
(/etc, /usr/local, /var) can be overridden eventually
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/06/21 07:06:54
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
document FAKE_SETUP and VARBASE
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/21 07:35:26
Modified files:
usr.bin/telnet : kerberos5.c
libexec/login_krb5: login_krb5.c
Log message:
Stop using deprecated Kerberos functions.
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/21 07:36:31
Modified files:
kerberosV/libexec: Makefile
kerberosV/usr.bin/kcc: Makefile
Log message:
disable kcm and kswitch for now
discussed and okay ajacoutot@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/21 07:47:08
Modified files:
faq : current.html
Log message:
Finally, kcm and kswitch are gone -- this should end up the kerberos
update removal list.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/21 07:52:12
Modified files:
kerberosV/src/kcm: protocol.c
Log message:
Sync with upstream, we don't need to patch this file since kcm is disabled.
ok robert@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/21 08:12:26
Modified files:
kerberosV : Makefile.inc
kerberosV/include: config.h
Log message:
Pass NO_NTLM to the compile line.
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/21 09:13:46
Modified files:
audio/mscore : Makefile
Log message:
Add more specific information about why this uses ports gcc.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/21 09:15:18
Modified files:
www/chromium : Makefile
Log message:
mark as DPB_PROPERTIES=parallel, this seems to work reliably with the
ninja build. ok espie@ robert@
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/21 11:02:20
Modified files:
kerberosV : Makefile.inc
kerberosV/usr.bin/kcc: Makefile
kerberosV/usr.sbin/iprop-log: Makefile
kerberosV/usr.sbin/kadmin: Makefile
kerberosV/usr.sbin/ktutil: Makefile
Log message:
Fix some dependencies and in the meantime indent all the loops in the
Makefile.inc file to make it more readable.
Also add missing files to CLEANFILES so that make clean removes all the
generated files.
with help from espie@, thanks!
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/21 11:04:01
Modified files:
kerberosV/doc : Makefile
kerberosV/lib : Makefile
Log message:
tidy up
CVSROOT: /cvs
Module name: src
Changes by: robert@cvs.openbsd.org 2013/06/21 11:07:30
Modified files:
gnu/lib/libstdc++-v3: Makefile
Log message:
exists() calls in make are expensive so switch to test(1) and use the shell
level to actually test for these directories in the include target
idea from espie@, migrated to libstdc++-v3 as well
CVSROOT: /cvs
Module name: src
Changes by: todd@cvs.openbsd.org 2013/06/21 13:35:26
Modified files:
distrib/sets/lists/base: md.sgi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/06/21 13:58:28
Modified files:
devel/dtc : Makefile distinfo
devel/dtc/patches: patch-Makefile patch-libfdt_libfdt_env_h
patch-tests_Makefile_tests
devel/dtc/pkg : DESCR PLIST
Added files:
devel/dtc/patches: patch-libfdt_Makefile_libfdt
Removed files:
devel/dtc/pkg : PFRAG.shared
Log message:
Update to dtc 1.3.0.
ok jasper@ sthen@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/21 14:34:23
Modified files:
kerberosV/libexec/kadmind: Makefile
Log message:
static-linked binaries'r'us
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/21 15:12:07
Modified files:
lang/php/5.3 : Makefile
Log message:
bump -fpm after hx509 and ntlm removal from Kerberos
CVSROOT: /cvs
Module name: src
Changes by: syl@cvs.openbsd.org 2013/06/21 15:30:38
Modified files:
etc : MAKEDEV.common
lib/libfuse : fuse.c
sys/miscfs/fuse: fuse_device.c fuse_vfsops.c
sys/sys : conf.h mount.h
Log message:
Make fuse device clonable.
ok tedu@
CVSROOT: /cvs
Module name: src
Changes by: syl@cvs.openbsd.org 2013/06/21 15:34:33
Modified files:
etc/etc.alpha : MAKEDEV
etc/etc.amd64 : MAKEDEV
etc/etc.armish : MAKEDEV
etc/etc.aviion : MAKEDEV
etc/etc.beagle : MAKEDEV
etc/etc.hp300 : MAKEDEV
etc/etc.hppa : MAKEDEV
etc/etc.hppa64 : MAKEDEV
etc/etc.i386 : MAKEDEV
etc/etc.landisk: MAKEDEV
etc/etc.loongson: MAKEDEV
etc/etc.luna88k: MAKEDEV
etc/etc.macppc : MAKEDEV
etc/etc.mvme68k: MAKEDEV
etc/etc.mvme88k: MAKEDEV
etc/etc.octeon : MAKEDEV
etc/etc.sgi : MAKEDEV
etc/etc.socppc : MAKEDEV
etc/etc.sparc : MAKEDEV
etc/etc.sparc64: MAKEDEV
etc/etc.vax : MAKEDEV
etc/etc.zaurus : MAKEDEV
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: syl@cvs.openbsd.org 2013/06/21 15:35:45
Modified files:
share/man/man8/man8.alpha: MAKEDEV.8
share/man/man8/man8.amd64: MAKEDEV.8
share/man/man8/man8.armish: MAKEDEV.8
share/man/man8/man8.aviion: MAKEDEV.8
share/man/man8/man8.beagle: MAKEDEV.8
share/man/man8/man8.hp300: MAKEDEV.8
share/man/man8/man8.hppa: MAKEDEV.8
share/man/man8/man8.hppa64: MAKEDEV.8
share/man/man8/man8.i386: MAKEDEV.8
share/man/man8/man8.landisk: MAKEDEV.8
share/man/man8/man8.loongson: MAKEDEV.8
share/man/man8/man8.luna88k: MAKEDEV.8
share/man/man8/man8.macppc: MAKEDEV.8
share/man/man8/man8.mvme68k: MAKEDEV.8
share/man/man8/man8.mvme88k: MAKEDEV.8
share/man/man8/man8.octeon: MAKEDEV.8
share/man/man8/man8.sgi: MAKEDEV.8
share/man/man8/man8.socppc: MAKEDEV.8
share/man/man8/man8.sparc: MAKEDEV.8
share/man/man8/man8.sparc64: MAKEDEV.8
share/man/man8/man8.vax: MAKEDEV.8
share/man/man8/man8.zaurus: MAKEDEV.8
Log message:
regen
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/21 15:37:56
Modified files:
www/squid : Makefile
www/squid/pkg : README-main
Log message:
squid documentation generally uses the nomenclature "interception proxy"
rather than "transparent proxy"; switch the readme to match. also tweak the
wording to make it clear which firewall reals need to be on which machine
when having a router pass off http traffic to squid on a different machine
configured as an interception proxy.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/21 15:42:17
Modified files:
sys/uvm : uvm_page.c
Log message:
Buffer cache pages are wired but not counted as such. Therefore we have to
set the wire count on the pages to 0 before we call uvm_pagefree() on them,
just like we do in buf_free_pages(). Otherwise the wired pages counter goes
negative. While there, also sprinkle some KASSERTs in there that
buf_free_pages() has as well.
ok beck@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/21 15:59:13
Modified files:
www/chromium : Makefile
www/chromium/patches: patch-third_party_libyuv_libyuv_gyp
Log message:
Use -fomit-frame-pointer when building libyuv on i386, needed for llvm 3.3
which doesn't leave sufficient available registers to build this otherwise.
Thanks robert@ for clues and build system help.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/06/21 16:09:12
Modified files:
devel/llvm : Makefile distinfo
devel/llvm/patches: patch-CMakeLists_txt
patch-cmake_modules_LLVMConfig_cmake_in
patch-lib_CodeGen_StackProtector_cpp
patch-tools_clang_lib_Driver_ToolChains_h
patch-tools_clang_lib_Driver_Tools_cpp
patch-tools_clang_tools_scan-build_scan-build
devel/llvm/pkg : PLIST
Added files:
devel/llvm/patches:
patch-lib_Target_AArch64_Utils_CMakeLists_txt
patch-tools_clang_include_clang_Driver_Options_td
patch-tools_clang_lib_Basic_Targets_cpp
Removed files:
devel/llvm/patches: patch-lib_Target_X86_X86SelectionDAGInfo_cpp
patch-lib_Transforms_Makefile
Log message:
Update to LLVM 3.3.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/21 16:35:51
Modified files:
sysutils/e2fsprogs: Makefile distinfo
sysutils/e2fsprogs/patches: patch-MCONFIG_in
patch-doc_Makefile_in
patch-lib_Makefile_elf-lib
patch-lib_blkid_Makefile_in
patch-lib_blkid_getsize_c
patch-lib_e2p_Makefile_in
patch-lib_ext2fs_Makefile_in
patch-lib_ext2fs_unix_io_c
patch-lib_ss_Makefile_in
patch-lib_uuid_Makefile_in
patch-misc_fsck_8_in
sysutils/e2fsprogs/pkg: PLIST
Added files:
sysutils/e2fsprogs/patches: patch-lib_ext2fs_kernel-list_h
patch-lib_quota_mkquota_c
Removed files:
sysutils/e2fsprogs/patches: patch-configure
patch-debugfs_Makefile_in
patch-e2fsck_Makefile_in
patch-e2fsck_journal_c
patch-lib_et_Makefile_in
patch-lib_uuid_uuid_pc_in
patch-misc_Makefile_in
patch-resize_Makefile_in
patch-tests_progs_Makefile_in
patch-tests_u_mke2fs_script
patch-tests_u_tune2fs_script
sysutils/e2fsprogs/pkg: PFRAG.shared
Log message:
Update e2fsprogs to 1.42.7, and rename the library back to libuuid now
that ossp-uuid (devel/uuid) has been changed to use the alternative name
libossp-uuid as used on various other OS. When third party software
wants a uuid library, is is nearly always the one from e2fsprogs,
so let's avoid patching for the common case.
e2fsprogs has its own libcom_err (slightly different API to heimdal);
previously we installed this under an alternative name; in this update
I have changed to statically linking this instead as it is not used
externally. The et/com_err.h header is no longer installed to avoid
ports picking it up in preference to the proper heimdal header for
this library in kerberosV/com_err.h.
Fallout will be handled in the next couple of commits.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/21 16:37:02
Modified files:
databases/dbic++: Makefile
databases/dbic++/patches: patch-pkgconfig_dbic++_pc
databases/ruby-swift-db-mysql: Makefile
databases/ruby-swift-db-mysql/patches:
patch-ext_swift_db_mysql_extconf_rb
databases/ruby-swift-db-postgres: Makefile
databases/ruby-swift-db-postgres/patches:
patch-ext_swift_db_postgres_extconf_rb
databases/ruby-swift-db-sqlite3: Makefile
databases/ruby-swift-db-sqlite3/patches:
patch-ext_swift_db_sqlite3_extconf_rb
databases/xapian-core: Makefile
lang/io : Makefile
Removed files:
databases/dbic++/patches: patch-modules_Finduuid_cmake
lang/io/patches: patch-modules_FindUUID_cmake
Log message:
sync WANTLIB and remove patches to handle e2fsprogs/libuuid changes. ok aja
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/21 16:38:12
Modified files:
net/farstream : Makefile
net/gupnp/av : Makefile
net/gupnp/core : Makefile
net/gupnp/igd : Makefile
net/gupnp/tools: Makefile
net/gupnp/ui : Makefile
net/libepc : Makefile
net/libnice : Makefile
net/telepathy/telepathy-gabble: Makefile
net/telepathy/telepathy-salut: Makefile
productivity/taskwarrior: Makefile
Removed files:
productivity/taskwarrior/patches: patch-CMakeLists_txt
Log message:
sync WANTLIB and remove patches to handle e2fsprogs/libuuid changes. ok aja
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/21 16:38:34
Modified files:
sysutils/testdisk: Makefile
sysutils/testdisk/patches: patch-configure
x11/gnome/documents: Makefile
x11/gnome/gnote: Makefile
x11/gnome/grilo-plugins: Makefile
x11/gnome/photos: Makefile
x11/gnome/rygel: Makefile
x11/gnome/terminal: Makefile
x11/gnome/tracker: Makefile
x11/pinot : Makefile
Log message:
sync WANTLIB and remove patches to handle e2fsprogs/libuuid changes. ok aja
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/21 16:38:43
Modified files:
www/xapian-omega: Makefile
Log message:
sync WANTLIB and remove patches to handle e2fsprogs/libuuid changes. ok aja
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/21 16:39:28
Modified files:
x11/gnustep/simpleagenda: Makefile
Added files:
x11/gnustep/simpleagenda/patches: patch-GNUmakefile_preamble
patch-tests_GNUmakefile
Log message:
sync WANTLIB and add a patch to handle e2fsprogs/libuuid being installed under
it's normal name. ok aja
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/21 16:42:13
Modified files:
mail/zarafa/zarafa: Makefile
mail/zarafa/zarafa/patches: patch-configure
Added files:
mail/zarafa/zarafa/patches:
patch-provider_libserver_ECKrbAuth_cpp
Log message:
sync WANTLIB and remove patches to handle e2fsprogs/libuuid changes.
add a patch to pick up com_err.h from base rather than the wrong one from
e2fsprogs. ok aja
Thus concludes the e2fsprogs commit rampage - Merry meet, merry part,
and merry meet again.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/06/21 17:00:30
Modified files:
lang/clang : clang.port.mk
Log message:
Bump for LLVM 3.3.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/21 17:13:37
Modified files:
infrastructure/lib/DPB: Config.pm PortBuilder.pm
Log message:
reorganize option and config file parsing slightly so that variable
values can be in config files.
command line should still override config files.
to be documented shortly, but stuff like
FETCH_JOBS=n
WANTSIZE=1
MIRROR=0
should now work within a hosts file.
CVSROOT: /cvs
Module name: src
Changes by: uebayasi@cvs.openbsd.org 2013/06/21 18:28:10
Modified files:
sys/dev/pci : if_vmx.c
Log message:
Prefix all functions. Pointed out by brad@.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/06/21 20:17:02
ports/devel/libtalloc/patches
Update of /cvs/ports/devel/libtalloc/patches
In directory cvs.openbsd.org:/tmp/cvs-serv7687/patches
Log Message:
Directory /cvs/ports/devel/libtalloc/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/21 21:33:39
Modified files:
audio/mscore : Makefile
Log message:
Move x11/qt4 from LIB_DEPENDS to MODULES and regen WANTLIB.
Bump REVISION.
ok sthen@
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/06/21 21:41:07
Modified files:
. : plus.html
Log message:
plus.html for June 9-16, ok jj@.
CVSROOT: /cvs
Module name: www
Changes by: brad@cvs.openbsd.org 2013/06/21 22:19:44
Modified files:
. : anoncvs.html cvsync.html
build : mirrors.dat
Log message:
Remove my anoncvs/cvsync mirror for the time being until a hw issue can be resolved.
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/06/22 00:31:57
Modified files:
usr.bin/ssh : scp.c
Log message:
improved time_t overflow check suggested by guenther@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/22 00:39:45
Modified files:
www/gitlist : Makefile distinfo
www/gitlist/pkg: PLIST README
Added files:
www/gitlist/patches: patch-config_ini-example
Removed files:
www/gitlist/patches: patch-config_ini
Log message:
- update to gitlist-0.4.0
- tidy README
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/22 01:45:14
Modified files:
net/zeromq : Makefile distinfo
Log message:
update to zeromq-3.2.3:
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/06/22 02:32:06
Modified files:
. : want.html
Log message:
turns out dlink makes some interesting octeon routers too..
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:16:36
Modified files:
infrastructure/lib/DPB: Config.pm
Log message:
typo, broke sthen@'s run
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:31
ports/textproc/mozilla-dicts/af
Update of /cvs/ports/textproc/mozilla-dicts/af
In directory cvs.openbsd.org:/tmp/cvs-serv11248/af
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/af added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:32
ports/textproc/mozilla-dicts/ak
Update of /cvs/ports/textproc/mozilla-dicts/ak
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ak
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ak added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:33
ports/textproc/mozilla-dicts/am-ET
Update of /cvs/ports/textproc/mozilla-dicts/am-ET
In directory cvs.openbsd.org:/tmp/cvs-serv11248/am-ET
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/am-ET added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:34
ports/textproc/mozilla-dicts/ar
Update of /cvs/ports/textproc/mozilla-dicts/ar
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ar
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ar added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:35
ports/textproc/mozilla-dicts/az-IR
Update of /cvs/ports/textproc/mozilla-dicts/az-IR
In directory cvs.openbsd.org:/tmp/cvs-serv11248/az-IR
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/az-IR added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:36
ports/textproc/mozilla-dicts/be
Update of /cvs/ports/textproc/mozilla-dicts/be
In directory cvs.openbsd.org:/tmp/cvs-serv11248/be
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/be added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:37
ports/textproc/mozilla-dicts/bg
Update of /cvs/ports/textproc/mozilla-dicts/bg
In directory cvs.openbsd.org:/tmp/cvs-serv11248/bg
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/bg added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:38
ports/textproc/mozilla-dicts/ca
Update of /cvs/ports/textproc/mozilla-dicts/ca
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ca
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ca added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:39
ports/textproc/mozilla-dicts/ca-valencia
Update of /cvs/ports/textproc/mozilla-dicts/ca-valencia
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ca-valencia
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ca-valencia added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:40
ports/textproc/mozilla-dicts/cs
Update of /cvs/ports/textproc/mozilla-dicts/cs
In directory cvs.openbsd.org:/tmp/cvs-serv11248/cs
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/cs added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:41
ports/textproc/mozilla-dicts/csb
Update of /cvs/ports/textproc/mozilla-dicts/csb
In directory cvs.openbsd.org:/tmp/cvs-serv11248/csb
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/csb added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:42
ports/textproc/mozilla-dicts/cy-GB
Update of /cvs/ports/textproc/mozilla-dicts/cy-GB
In directory cvs.openbsd.org:/tmp/cvs-serv11248/cy-GB
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/cy-GB added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:43
ports/textproc/mozilla-dicts/da
Update of /cvs/ports/textproc/mozilla-dicts/da
In directory cvs.openbsd.org:/tmp/cvs-serv11248/da
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/da added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:44
ports/textproc/mozilla-dicts/de-AT
Update of /cvs/ports/textproc/mozilla-dicts/de-AT
In directory cvs.openbsd.org:/tmp/cvs-serv11248/de-AT
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/de-AT added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:45
ports/textproc/mozilla-dicts/de-CH
Update of /cvs/ports/textproc/mozilla-dicts/de-CH
In directory cvs.openbsd.org:/tmp/cvs-serv11248/de-CH
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/de-CH added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:46
ports/textproc/mozilla-dicts/dsb
Update of /cvs/ports/textproc/mozilla-dicts/dsb
In directory cvs.openbsd.org:/tmp/cvs-serv11248/dsb
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/dsb added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:47
ports/textproc/mozilla-dicts/el
Update of /cvs/ports/textproc/mozilla-dicts/el
In directory cvs.openbsd.org:/tmp/cvs-serv11248/el
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/el added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:48
ports/textproc/mozilla-dicts/en-AU
Update of /cvs/ports/textproc/mozilla-dicts/en-AU
In directory cvs.openbsd.org:/tmp/cvs-serv11248/en-AU
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/en-AU added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:49
ports/textproc/mozilla-dicts/en-CA
Update of /cvs/ports/textproc/mozilla-dicts/en-CA
In directory cvs.openbsd.org:/tmp/cvs-serv11248/en-CA
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/en-CA added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:50
ports/textproc/mozilla-dicts/en-GB
Update of /cvs/ports/textproc/mozilla-dicts/en-GB
In directory cvs.openbsd.org:/tmp/cvs-serv11248/en-GB
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/en-GB added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:51
ports/textproc/mozilla-dicts/en-ZA
Update of /cvs/ports/textproc/mozilla-dicts/en-ZA
In directory cvs.openbsd.org:/tmp/cvs-serv11248/en-ZA
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/en-ZA added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:52
ports/textproc/mozilla-dicts/eo
Update of /cvs/ports/textproc/mozilla-dicts/eo
In directory cvs.openbsd.org:/tmp/cvs-serv11248/eo
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/eo added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:53
ports/textproc/mozilla-dicts/es-AR
Update of /cvs/ports/textproc/mozilla-dicts/es-AR
In directory cvs.openbsd.org:/tmp/cvs-serv11248/es-AR
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/es-AR added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:54
ports/textproc/mozilla-dicts/es-MX
Update of /cvs/ports/textproc/mozilla-dicts/es-MX
In directory cvs.openbsd.org:/tmp/cvs-serv11248/es-MX
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/es-MX added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:55
ports/textproc/mozilla-dicts/es-VE
Update of /cvs/ports/textproc/mozilla-dicts/es-VE
In directory cvs.openbsd.org:/tmp/cvs-serv11248/es-VE
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/es-VE added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:56
ports/textproc/mozilla-dicts/es-es
Update of /cvs/ports/textproc/mozilla-dicts/es-es
In directory cvs.openbsd.org:/tmp/cvs-serv11248/es-es
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/es-es added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:57
ports/textproc/mozilla-dicts/et
Update of /cvs/ports/textproc/mozilla-dicts/et
In directory cvs.openbsd.org:/tmp/cvs-serv11248/et
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/et added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:58
ports/textproc/mozilla-dicts/eu
Update of /cvs/ports/textproc/mozilla-dicts/eu
In directory cvs.openbsd.org:/tmp/cvs-serv11248/eu
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/eu added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:23:59
ports/textproc/mozilla-dicts/fa
Update of /cvs/ports/textproc/mozilla-dicts/fa
In directory cvs.openbsd.org:/tmp/cvs-serv11248/fa
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/fa added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:00
ports/textproc/mozilla-dicts/fo-FO
Update of /cvs/ports/textproc/mozilla-dicts/fo-FO
In directory cvs.openbsd.org:/tmp/cvs-serv11248/fo-FO
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/fo-FO added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:01
ports/textproc/mozilla-dicts/fr
Update of /cvs/ports/textproc/mozilla-dicts/fr
In directory cvs.openbsd.org:/tmp/cvs-serv11248/fr
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/fr added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:02
ports/textproc/mozilla-dicts/fur-IT
Update of /cvs/ports/textproc/mozilla-dicts/fur-IT
In directory cvs.openbsd.org:/tmp/cvs-serv11248/fur-IT
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/fur-IT added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:03
ports/textproc/mozilla-dicts/fy-NL
Update of /cvs/ports/textproc/mozilla-dicts/fy-NL
In directory cvs.openbsd.org:/tmp/cvs-serv11248/fy-NL
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/fy-NL added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:04
ports/textproc/mozilla-dicts/ga-IE
Update of /cvs/ports/textproc/mozilla-dicts/ga-IE
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ga-IE
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ga-IE added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:05
ports/textproc/mozilla-dicts/gl
Update of /cvs/ports/textproc/mozilla-dicts/gl
In directory cvs.openbsd.org:/tmp/cvs-serv11248/gl
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/gl added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:06
ports/textproc/mozilla-dicts/gu-IN
Update of /cvs/ports/textproc/mozilla-dicts/gu-IN
In directory cvs.openbsd.org:/tmp/cvs-serv11248/gu-IN
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/gu-IN added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:07
ports/textproc/mozilla-dicts/he
Update of /cvs/ports/textproc/mozilla-dicts/he
In directory cvs.openbsd.org:/tmp/cvs-serv11248/he
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/he added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:08
ports/textproc/mozilla-dicts/hi-IN
Update of /cvs/ports/textproc/mozilla-dicts/hi-IN
In directory cvs.openbsd.org:/tmp/cvs-serv11248/hi-IN
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/hi-IN added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:09
ports/textproc/mozilla-dicts/hr
Update of /cvs/ports/textproc/mozilla-dicts/hr
In directory cvs.openbsd.org:/tmp/cvs-serv11248/hr
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/hr added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:10
ports/textproc/mozilla-dicts/hr-HR
Update of /cvs/ports/textproc/mozilla-dicts/hr-HR
In directory cvs.openbsd.org:/tmp/cvs-serv11248/hr-HR
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/hr-HR added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:12
ports/textproc/mozilla-dicts/hsb
Update of /cvs/ports/textproc/mozilla-dicts/hsb
In directory cvs.openbsd.org:/tmp/cvs-serv11248/hsb
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/hsb added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:13
ports/textproc/mozilla-dicts/hu
Update of /cvs/ports/textproc/mozilla-dicts/hu
In directory cvs.openbsd.org:/tmp/cvs-serv11248/hu
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/hu added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:14
ports/textproc/mozilla-dicts/id
Update of /cvs/ports/textproc/mozilla-dicts/id
In directory cvs.openbsd.org:/tmp/cvs-serv11248/id
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/id added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:15
ports/textproc/mozilla-dicts/is
Update of /cvs/ports/textproc/mozilla-dicts/is
In directory cvs.openbsd.org:/tmp/cvs-serv11248/is
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/is added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:16
ports/textproc/mozilla-dicts/it
Update of /cvs/ports/textproc/mozilla-dicts/it
In directory cvs.openbsd.org:/tmp/cvs-serv11248/it
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/it added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:17
ports/textproc/mozilla-dicts/ku
Update of /cvs/ports/textproc/mozilla-dicts/ku
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ku
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ku added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:18
ports/textproc/mozilla-dicts/la
Update of /cvs/ports/textproc/mozilla-dicts/la
In directory cvs.openbsd.org:/tmp/cvs-serv11248/la
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/la added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:19
ports/textproc/mozilla-dicts/lb-LU
Update of /cvs/ports/textproc/mozilla-dicts/lb-LU
In directory cvs.openbsd.org:/tmp/cvs-serv11248/lb-LU
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/lb-LU added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:20
ports/textproc/mozilla-dicts/lt
Update of /cvs/ports/textproc/mozilla-dicts/lt
In directory cvs.openbsd.org:/tmp/cvs-serv11248/lt
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/lt added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:21
ports/textproc/mozilla-dicts/lv
Update of /cvs/ports/textproc/mozilla-dicts/lv
In directory cvs.openbsd.org:/tmp/cvs-serv11248/lv
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/lv added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:22
ports/textproc/mozilla-dicts/mg-MG
Update of /cvs/ports/textproc/mozilla-dicts/mg-MG
In directory cvs.openbsd.org:/tmp/cvs-serv11248/mg-MG
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/mg-MG added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:23
ports/textproc/mozilla-dicts/mi
Update of /cvs/ports/textproc/mozilla-dicts/mi
In directory cvs.openbsd.org:/tmp/cvs-serv11248/mi
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/mi added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:24
ports/textproc/mozilla-dicts/mn
Update of /cvs/ports/textproc/mozilla-dicts/mn
In directory cvs.openbsd.org:/tmp/cvs-serv11248/mn
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/mn added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:25
ports/textproc/mozilla-dicts/nb-NO
Update of /cvs/ports/textproc/mozilla-dicts/nb-NO
In directory cvs.openbsd.org:/tmp/cvs-serv11248/nb-NO
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/nb-NO added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:26
ports/textproc/mozilla-dicts/ne-NP
Update of /cvs/ports/textproc/mozilla-dicts/ne-NP
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ne-NP
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ne-NP added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:27
ports/textproc/mozilla-dicts/nl
Update of /cvs/ports/textproc/mozilla-dicts/nl
In directory cvs.openbsd.org:/tmp/cvs-serv11248/nl
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/nl added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:29
ports/textproc/mozilla-dicts/nn-NO
Update of /cvs/ports/textproc/mozilla-dicts/nn-NO
In directory cvs.openbsd.org:/tmp/cvs-serv11248/nn-NO
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/nn-NO added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:30
ports/textproc/mozilla-dicts/nr
Update of /cvs/ports/textproc/mozilla-dicts/nr
In directory cvs.openbsd.org:/tmp/cvs-serv11248/nr
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/nr added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:31
ports/textproc/mozilla-dicts/nso
Update of /cvs/ports/textproc/mozilla-dicts/nso
In directory cvs.openbsd.org:/tmp/cvs-serv11248/nso
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/nso added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:32
ports/textproc/mozilla-dicts/ny-MW
Update of /cvs/ports/textproc/mozilla-dicts/ny-MW
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ny-MW
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ny-MW added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:33
ports/textproc/mozilla-dicts/oc
Update of /cvs/ports/textproc/mozilla-dicts/oc
In directory cvs.openbsd.org:/tmp/cvs-serv11248/oc
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/oc added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:34
ports/textproc/mozilla-dicts/or-IN
Update of /cvs/ports/textproc/mozilla-dicts/or-IN
In directory cvs.openbsd.org:/tmp/cvs-serv11248/or-IN
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/or-IN added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:35
ports/textproc/mozilla-dicts/pl
Update of /cvs/ports/textproc/mozilla-dicts/pl
In directory cvs.openbsd.org:/tmp/cvs-serv11248/pl
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/pl added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:36
ports/textproc/mozilla-dicts/pt-BR
Update of /cvs/ports/textproc/mozilla-dicts/pt-BR
In directory cvs.openbsd.org:/tmp/cvs-serv11248/pt-BR
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/pt-BR added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:37
ports/textproc/mozilla-dicts/pt-PT
Update of /cvs/ports/textproc/mozilla-dicts/pt-PT
In directory cvs.openbsd.org:/tmp/cvs-serv11248/pt-PT
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/pt-PT added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:38
ports/textproc/mozilla-dicts/ro
Update of /cvs/ports/textproc/mozilla-dicts/ro
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ro
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ro added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:39
ports/textproc/mozilla-dicts/ru
Update of /cvs/ports/textproc/mozilla-dicts/ru
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ru
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ru added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:40
ports/textproc/mozilla-dicts/sk-SK
Update of /cvs/ports/textproc/mozilla-dicts/sk-SK
In directory cvs.openbsd.org:/tmp/cvs-serv11248/sk-SK
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/sk-SK added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:41
ports/textproc/mozilla-dicts/sl
Update of /cvs/ports/textproc/mozilla-dicts/sl
In directory cvs.openbsd.org:/tmp/cvs-serv11248/sl
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/sl added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:42
ports/textproc/mozilla-dicts/sq
Update of /cvs/ports/textproc/mozilla-dicts/sq
In directory cvs.openbsd.org:/tmp/cvs-serv11248/sq
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/sq added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:43
ports/textproc/mozilla-dicts/sr
Update of /cvs/ports/textproc/mozilla-dicts/sr
In directory cvs.openbsd.org:/tmp/cvs-serv11248/sr
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/sr added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:45
ports/textproc/mozilla-dicts/ss
Update of /cvs/ports/textproc/mozilla-dicts/ss
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ss
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ss added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:46
ports/textproc/mozilla-dicts/st
Update of /cvs/ports/textproc/mozilla-dicts/st
In directory cvs.openbsd.org:/tmp/cvs-serv11248/st
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/st added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:47
ports/textproc/mozilla-dicts/sv-SE
Update of /cvs/ports/textproc/mozilla-dicts/sv-SE
In directory cvs.openbsd.org:/tmp/cvs-serv11248/sv-SE
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/sv-SE added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:48
ports/textproc/mozilla-dicts/sw-TZ
Update of /cvs/ports/textproc/mozilla-dicts/sw-TZ
In directory cvs.openbsd.org:/tmp/cvs-serv11248/sw-TZ
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/sw-TZ added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:49
ports/textproc/mozilla-dicts/ta
Update of /cvs/ports/textproc/mozilla-dicts/ta
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ta
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ta added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:50
ports/textproc/mozilla-dicts/tn
Update of /cvs/ports/textproc/mozilla-dicts/tn
In directory cvs.openbsd.org:/tmp/cvs-serv11248/tn
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/tn added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:51
ports/textproc/mozilla-dicts/ts
Update of /cvs/ports/textproc/mozilla-dicts/ts
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ts
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ts added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:52
ports/textproc/mozilla-dicts/uk
Update of /cvs/ports/textproc/mozilla-dicts/uk
In directory cvs.openbsd.org:/tmp/cvs-serv11248/uk
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/uk added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:53
ports/textproc/mozilla-dicts/ur
Update of /cvs/ports/textproc/mozilla-dicts/ur
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ur
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ur added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:54
ports/textproc/mozilla-dicts/ve
Update of /cvs/ports/textproc/mozilla-dicts/ve
In directory cvs.openbsd.org:/tmp/cvs-serv11248/ve
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/ve added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:55
ports/textproc/mozilla-dicts/vi
Update of /cvs/ports/textproc/mozilla-dicts/vi
In directory cvs.openbsd.org:/tmp/cvs-serv11248/vi
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/vi added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:56
ports/textproc/mozilla-dicts/xh
Update of /cvs/ports/textproc/mozilla-dicts/xh
In directory cvs.openbsd.org:/tmp/cvs-serv11248/xh
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/xh added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:57
ports/textproc/mozilla-dicts/yi
Update of /cvs/ports/textproc/mozilla-dicts/yi
In directory cvs.openbsd.org:/tmp/cvs-serv11248/yi
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/yi added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:24:58
ports/textproc/mozilla-dicts/zu
Update of /cvs/ports/textproc/mozilla-dicts/zu
In directory cvs.openbsd.org:/tmp/cvs-serv11248/zu
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/zu added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:25:12
ports/textproc/mozilla-dicts/pa-IN
Update of /cvs/ports/textproc/mozilla-dicts/pa-IN
In directory cvs.openbsd.org:/tmp/cvs-serv7774/pa-IN
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/pa-IN added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:25:24
ports/textproc/mozilla-dicts/bn-BD
Update of /cvs/ports/textproc/mozilla-dicts/bn-BD
In directory cvs.openbsd.org:/tmp/cvs-serv6357/bn-BD
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/bn-BD added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:25:25
ports/textproc/mozilla-dicts/de-DE
Update of /cvs/ports/textproc/mozilla-dicts/de-DE
In directory cvs.openbsd.org:/tmp/cvs-serv6357/de-DE
Log Message:
Directory /cvs/ports/textproc/mozilla-dicts/de-DE added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/22 03:31:51
Modified files:
textproc/mozilla-dicts: Makefile distinfo
textproc/mozilla-dicts/pkg: PLIST-cs PLIST-mi PLIST-ro
PLIST-sk-SK PLIST-vi
textproc/hunspell: Makefile
Added files:
textproc/mozilla-dicts: Makefile.inc
textproc/mozilla-dicts/af: Makefile
textproc/mozilla-dicts/ak: Makefile
textproc/mozilla-dicts/am-ET: Makefile
textproc/mozilla-dicts/ar: Makefile
textproc/mozilla-dicts/az-IR: Makefile
textproc/mozilla-dicts/be: Makefile
textproc/mozilla-dicts/bg: Makefile
textproc/mozilla-dicts/bn-BD: Makefile
textproc/mozilla-dicts/ca: Makefile
textproc/mozilla-dicts/ca-valencia: Makefile
textproc/mozilla-dicts/cs: Makefile
textproc/mozilla-dicts/csb: Makefile
textproc/mozilla-dicts/cy-GB: Makefile
textproc/mozilla-dicts/da: Makefile
textproc/mozilla-dicts/de-AT: Makefile
textproc/mozilla-dicts/de-CH: Makefile
textproc/mozilla-dicts/de-DE: Makefile
textproc/mozilla-dicts/dsb: Makefile
textproc/mozilla-dicts/el: Makefile
textproc/mozilla-dicts/en-AU: Makefile
textproc/mozilla-dicts/en-CA: Makefile
textproc/mozilla-dicts/en-GB: Makefile
textproc/mozilla-dicts/en-ZA: Makefile
textproc/mozilla-dicts/eo: Makefile
textproc/mozilla-dicts/es-AR: Makefile
textproc/mozilla-dicts/es-MX: Makefile
textproc/mozilla-dicts/es-VE: Makefile
textproc/mozilla-dicts/es-es: Makefile
textproc/mozilla-dicts/et: Makefile
textproc/mozilla-dicts/eu: Makefile
textproc/mozilla-dicts/fa: Makefile
textproc/mozilla-dicts/fo-FO: Makefile
textproc/mozilla-dicts/fr: Makefile
textproc/mozilla-dicts/fur-IT: Makefile
textproc/mozilla-dicts/fy-NL: Makefile
textproc/mozilla-dicts/ga-IE: Makefile
textproc/mozilla-dicts/gl: Makefile
textproc/mozilla-dicts/gu-IN: Makefile
textproc/mozilla-dicts/he: Makefile
textproc/mozilla-dicts/hi-IN: Makefile
textproc/mozilla-dicts/hr: Makefile
textproc/mozilla-dicts/hr-HR: Makefile
textproc/mozilla-dicts/hsb: Makefile
textproc/mozilla-dicts/hu: Makefile
textproc/mozilla-dicts/id: Makefile
textproc/mozilla-dicts/is: Makefile
textproc/mozilla-dicts/it: Makefile
textproc/mozilla-dicts/ku: Makefile
textproc/mozilla-dicts/la: Makefile
textproc/mozilla-dicts/lb-LU: Makefile
textproc/mozilla-dicts/lt: Makefile
textproc/mozilla-dicts/lv: Makefile
textproc/mozilla-dicts/mg-MG: Makefile
textproc/mozilla-dicts/mi: Makefile
textproc/mozilla-dicts/mn: Makefile
textproc/mozilla-dicts/nb-NO: Makefile
textproc/mozilla-dicts/ne-NP: Makefile
textproc/mozilla-dicts/nl: Makefile
textproc/mozilla-dicts/nn-NO: Makefile
textproc/mozilla-dicts/nr: Makefile
textproc/mozilla-dicts/nso: Makefile
textproc/mozilla-dicts/ny-MW: Makefile
textproc/mozilla-dicts/oc: Makefile
textproc/mozilla-dicts/or-IN: Makefile
textproc/mozilla-dicts/pa-IN: Makefile
textproc/mozilla-dicts/pkg: DESCR PLIST
textproc/mozilla-dicts/pl: Makefile
textproc/mozilla-dicts/pt-BR: Makefile
textproc/mozilla-dicts/pt-PT: Makefile
textproc/mozilla-dicts/ro: Makefile
textproc/mozilla-dicts/ru: Makefile
textproc/mozilla-dicts/sk-SK: Makefile
textproc/mozilla-dicts/sl: Makefile
textproc/mozilla-dicts/sq: Makefile
textproc/mozilla-dicts/sr: Makefile
textproc/mozilla-dicts/ss: Makefile
textproc/mozilla-dicts/st: Makefile
textproc/mozilla-dicts/sv-SE: Makefile
textproc/mozilla-dicts/sw-TZ: Makefile
textproc/mozilla-dicts/ta: Makefile
textproc/mozilla-dicts/tn: Makefile
textproc/mozilla-dicts/ts: Makefile
textproc/mozilla-dicts/uk: Makefile
textproc/mozilla-dicts/ur: Makefile
textproc/mozilla-dicts/ve: Makefile
textproc/mozilla-dicts/vi: Makefile
textproc/mozilla-dicts/xh: Makefile
textproc/mozilla-dicts/yi: Makefile
textproc/mozilla-dicts/zu: Makefile
Removed files:
textproc/mozilla-dicts/pkg: DESCR-af DESCR-ak DESCR-am-ET
DESCR-ar DESCR-az-IR DESCR-be
DESCR-bg DESCR-bn-BD DESCR-ca
DESCR-ca-valencia DESCR-cs DESCR-csb
DESCR-cy-GB DESCR-da DESCR-de-AT
DESCR-de-CH DESCR-de-DE DESCR-dsb
DESCR-el DESCR-en-AU DESCR-en-CA
DESCR-en-GB DESCR-en-ZA DESCR-eo
DESCR-es-AR DESCR-es-MX DESCR-es-VE
DESCR-es-es DESCR-et DESCR-eu
DESCR-fa DESCR-fo-FO DESCR-fr
DESCR-fur-IT DESCR-fy-NL DESCR-ga-IE
DESCR-gl DESCR-gu-IN DESCR-he
DESCR-hi-IN DESCR-hr DESCR-hr-HR
DESCR-hsb DESCR-hu DESCR-id DESCR-is
DESCR-it DESCR-ku DESCR-la
DESCR-lb-LU DESCR-lt DESCR-lv
DESCR-mg-MG DESCR-mi DESCR-mn
DESCR-nb-NO DESCR-ne-NP DESCR-nl
DESCR-nn-NO DESCR-nr DESCR-nso
DESCR-ny-MW DESCR-oc DESCR-or-IN
DESCR-pa-IN DESCR-pl DESCR-pt-BR
DESCR-pt-PT DESCR-ro DESCR-ru
DESCR-sk-SK DESCR-sl DESCR-sq
DESCR-sr DESCR-ss DESCR-st
DESCR-sv-SE DESCR-sw-TZ DESCR-ta
DESCR-tn DESCR-ts DESCR-uk DESCR-ur
DESCR-ve DESCR-vi DESCR-xh DESCR-yi
DESCR-zu PLIST-af PLIST-ak
PLIST-am-ET PLIST-ar PLIST-az-IR
PLIST-be PLIST-bg PLIST-bn-BD
PLIST-ca PLIST-ca-valencia PLIST-csb
PLIST-cy-GB PLIST-da PLIST-de-AT
PLIST-de-CH PLIST-de-DE PLIST-dsb
PLIST-el PLIST-en-AU PLIST-en-CA
PLIST-en-GB PLIST-en-ZA PLIST-eo
PLIST-es-AR PLIST-es-MX PLIST-es-VE
PLIST-es-es PLIST-et PLIST-eu
PLIST-fa PLIST-fo-FO PLIST-fr
PLIST-fur-IT PLIST-fy-NL PLIST-ga-IE
PLIST-gl PLIST-gu-IN PLIST-he
PLIST-hi-IN PLIST-hr PLIST-hr-HR
PLIST-hsb PLIST-hu PLIST-id PLIST-is
PLIST-it PLIST-ku PLIST-la
PLIST-lb-LU PLIST-lt PLIST-lv
PLIST-mg-MG PLIST-mn PLIST-nb-NO
PLIST-ne-NP PLIST-nl PLIST-nn-NO
PLIST-nr PLIST-nso PLIST-ny-MW
PLIST-oc PLIST-or-IN PLIST-pa-IN
PLIST-pl PLIST-pt-BR PLIST-pt-PT
PLIST-ru PLIST-sl PLIST-sq PLIST-sr
PLIST-ss PLIST-st PLIST-sv-SE
PLIST-sw-TZ PLIST-ta PLIST-tn
PLIST-ts PLIST-uk PLIST-ur PLIST-ve
PLIST-xh PLIST-yi PLIST-zu
Log message:
move moz-dicts into subdirs, make dpb happier.
bump only user
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/22 03:38:16
Modified files:
de : donations.html
fr : donations.html errata52.html errata53.html
events.html hackathons.html orders.html
openssh/fr : donations.html
papers/fr : index.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by: schwarze@cvs.openbsd.org 2013/06/22 03:58:46
Modified files:
faq/ports : specialtopics.html
Log message:
Late spring cleaning of the mandoc section:
* This is no longer a new topic, remove respective remarks.
* Gently encourage porters a bit more to do these checks.
* Relax the recommendation regarding the age of the mandoc(1)
binary, error reporting has stabilized quite a bit by now.
* Mention the gmdiff script, it's really handy.
* Ask for reports regarding unimplemented roff(7) requests, time is
ripe to implement some more of those needed by real-world manuals.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/06/22 04:12:11
Modified files:
etc/etc.beagle : Makefile.inc
Log message:
Calculate sha256 sums for miniroots.
OK patrick@, bmercer@
CVSROOT: /cvs
Module name: www
Changes by: sobrado@cvs.openbsd.org 2013/06/22 05:38:38
Modified files:
. : donations.html
Log message:
Hugo Sastre donated some items, thanks!
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/22 07:19:23
Modified files:
devel/xulrunner/1.9: Makefile
www/seamonkey : Makefile
Log message:
bump after hx509 removal from Kerberos
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/22 07:23:41
Modified files:
lang/php/5.3 : Makefile
Log message:
bump -fastcgi after hx509 and ntlm removal from Kerberos
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/22 07:30:55
Modified files:
lang/php/5.2 : Makefile
Log message:
bump -fastcgi after hx509 and ntlm removal from Kerberos
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/22 07:43:46
Modified files:
audio/libmusicbrainz5: Makefile
audio/libmusicbrainz5/patches: patch-src_CMakeLists_txt
Added files:
audio/libmusicbrainz5/patches: patch-CMakeLists_txt
patch-examples_CMakeLists_txt
patch-tests_CMakeLists_txt
Log message:
Better fix which also unbreaks SEPARATE_BUILD.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/22 08:51:22
Modified files:
x11/ruby-qt4 : Makefile
x11/ruby-qt4/patches: patch-cmake_modules_FindRUBY_cmake
x11/ruby-qt4/pkg: PLIST
Added files:
x11/ruby-qt4/patches: patch-cmake_modules_FindRuby_cmake
patch-generator_CMakeLists_txt
patch-generator_generators_dump_CMakeLists_txt
patch-generator_generators_smoke_CMakeLists_txt
patch-generator_parser_CMakeLists_txt
Log message:
Unbreak ninja builds + other misc fixes.
OK espie@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/22 08:53:09
Modified files:
graphics/aqsis : Makefile
graphics/aqsis/patches: patch-CMakeLists_txt
patch-libs_util_plugins_cpp
Added files:
graphics/aqsis/patches: patch-libs_util_CMakeLists_txt
Log message:
Do not link with '-ldl' (fix it in the right way)
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/06/22 11:59:28
Modified files:
devel/fossil : Makefile distinfo
devel/fossil/patches: patch-src_main_mk
Log message:
Update fossil to 1.26.
Force latest sqlite3, cluestick from sthen@.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/22 12:52:52
Modified files:
usr.bin/vi/build: Makefile
Log message:
Tweak optimization flags on landisk until I have time to investigate further.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/06/22 14:16:46
Modified files:
print/poppler : Makefile distinfo
print/poppler/patches: patch-Makefile_in patch-aclocal_m4
patch-configure_ac
Log message:
Update to poppler-0.22.5.
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/22 16:02:11
Modified files:
games/manaplus : Makefile distinfo
Log message:
Another 2 weeks, another games/manaplus update (1.3.6.23)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/22 16:53:14
Modified files:
multimedia/get_iplayer: Makefile distinfo
multimedia/get_iplayer/patches: patch-get_iplayer
Log message:
update to get_iplayer 2.83
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/23 02:58:07
Modified files:
databases/sqlports/files: Info.pm Var.pm mksqlitedb
Log message:
clean-up the business of variables we silently ignore.
no bump, doesn't affect the built packages at all.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/23 03:04:39
Modified files:
infrastructure/lib/DPB: Engine.pm
Log message:
stub_out only removes build_path_list.
equivalent paths will end up with no depends, as they actually share
info, but still on queues.
So do a sanity check when stuff has no depends: if it's stubbed out, just
drop it, as it's been ignored under another name.
Problem noticed and info provided by landry@
(it's all vax's fault anyways, as stub_out is only needed to let dpb fit
within 32M while gobbling thousands of ports info)
CVSROOT: /cvs
Module name: ports
Changes by: jung@cvs.openbsd.org 2013/06/23 03:20:45
Modified files:
productivity/baikal: Makefile
productivity/baikal/pkg: PLIST README
Log message:
better file modes to avoid misleading error messages and add a hint
to pkg readme
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/23 03:44:56
Modified files:
x11/gnome/libgnome/patches: patch-libgnome_Makefile_in
Log message:
Upstream'd.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/23 03:47:22
Modified files:
x11/gnome/libbonobo/patches: patch-activation-server_Makefile_in
x11/gnome/libgnome/patches: patch-libgnome_Makefile_in
Log message:
Upstream'd.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/23 03:51:38
Modified files:
lib/libXv : ChangeLog configure configure.ac
lib/libXv/src : Xv.c
Log message:
Update to libXv 1.0.9
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/23 03:55:12
Modified files:
security/libgringotts: Makefile
security/libgringotts/pkg: PLIST
Removed files:
security/libgringotts/pkg: PFRAG.shared
Log message:
Merge PLISTs.
Regen WANTLIB.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/23 04:04:47
Modified files:
security/libgringotts: Makefile
Log message:
Drop unused CONFIGURE_ARGS.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/23 04:10:12
Modified files:
x11/gnome/shell: Makefile
Removed files:
x11/gnome/shell/patches: patch-src_Makefile-calendar-server_am
Log message:
Drop unused patch.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/23 05:07:28
Modified files:
usr.sbin/nginx/src/pcre: pcre_compile.c
Log message:
Put back r1.7
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/23 05:20:28
Modified files:
databases/hs-postgresql-libpq: Makefile
databases/hs-postgresql-libpq/patches:
patch-postgresql-libpq_cabal
databases/hs-postgresql-simple: Makefile
Log message:
Unbreak after Kerberos update.
From MAINTAINER David Schaefer, ok kili@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/23 05:30:33
Modified files:
graphics/aqsis : Makefile
graphics/aqsis/patches: patch-CMakeLists_txt
Log message:
Zap useless chunks.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/23 05:41:14
Modified files:
x11/gnome/gnote: Makefile
Log message:
Add BDEP on desktop-file-utils, configure looks for desktop-file-validate.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/06/23 06:02:17
Modified files:
build : mirrors.dat
Log message:
add maintainer's name for esc7, noticed by Maurice Janssen
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/06/23 06:03:04
Modified files:
. : anoncvs.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/06/23 06:41:56
Modified files:
usr.bin/tmux : cmd-queue.c control.c tmux.h
Log message:
Mark control commands specially so the client can identify them, based
on a diff from George Nachman a while back.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/06/23 06:51:29
Modified files:
usr.bin/tmux : input.c server-client.c tmux.h
Log message:
Always push a focus event when the application turns it on, prompted by
discussion with Hayaki Saito a while ago.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/06/23 07:10:49
Modified files:
usr.bin/tmux : options-table.c server-client.c tmux.1 tmux.h
tty.c
Log message:
Focus events can cause trouble if left on and they can't be turned off
during idle periods (like the other states are) because we'd miss
events. So add a server option to control them. Defaults to off.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/23 07:19:33
Modified files:
infrastructure/lib/DPB: Config.pm
Log message:
fix permanent log
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/23 07:22:41
Modified files:
misc/magicpoint: Makefile
Added files:
misc/magicpoint/patches: patch-mgpembed_pl_in
Log message:
minimal fixes to mgpembed to at least let it start with somewhat modern
perl
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/23 08:30:53
Modified files:
audio/musepack : Makefile
audio/musepack/patches: patch-mpc2sv8_CMakeLists_txt
patch-mpcchap_CMakeLists_txt
patch-mpcenc_CMakeLists_txt
patch-mpcgain_CMakeLists_txt
audio/musepack/pkg: PLIST
Added files:
audio/musepack/patches: patch-mpccut_CMakeLists_txt
patch-mpcdec_CMakeLists_txt
patch-wavcmp_CMakeLists_txt
Removed files:
audio/musepack/pkg: PFRAG.shared
Log message:
Fix dependencies to please ninja.
While here, merge PFRAG.shared into PLIST.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/23 09:10:58
Modified files:
meta/gnome : Makefile
meta/gnome/pkg : README-main
Log message:
It seems bumping kern.shminfo.shmall is not needed anymore; any regression,
please let me know.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/23 09:30:42
Modified files:
games/easyrpg/patches: patch-builds_cmake_CMakeLists_txt
Log message:
Fix Ninja builds.
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/06/23 10:30:46
Modified files:
sys/netinet : in.c
Log message:
Revert r1.78 for now, it breaks ipv4 on carp. As found the hard way by
Jeff Ross and later by myself, both on remote systems..
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/23 10:37:54
Modified files:
misc/tpp : Makefile
misc/tpp/patches: patch-tpp_rb
Added files:
misc/tpp/patches: patch-doc_tpp_1
Log message:
Security fix for CVE-2013-2208 tpp: Possibility of arbitrary code execution
when processing untrusted TPP template.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/23 10:38:28
Modified files:
misc/tpp : Tag: OPENBSD_5_3 Makefile
misc/tpp/patches: Tag: OPENBSD_5_3 patch-tpp_rb
Added files:
misc/tpp/patches: Tag: OPENBSD_5_3 patch-doc_tpp_1
Log message:
Security fix for CVE-2013-2208 tpp: Possibility of arbitrary code execution
when processing untrusted TPP template.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/23 11:03:28
Modified files:
devel/libgsf : Makefile distinfo
devel/libgsf/pkg: PLIST
Log message:
Update to libgsf-1.14.27.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/23 11:24:11
Modified files:
devel/coxpcall : Makefile
devel/coxpcall/pkg: PLIST
devel/lpeg : Makefile
devel/lpeg/pkg : PLIST
Log message:
change package names to be prefixed with 'lua', so there's a distinction
when the lua52 flavor is used.
found the hard way by landry@
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/23 11:24:29
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
adjust for coxpcall/lpeg
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/23 11:24:57
Modified files:
devel : Makefile
Log message:
hookup remaining lua52 flavors
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/23 11:45:15
Modified files:
usr.bin/passwd : krb5_passwd.c
Log message:
Stop using deprecated functions from Kerberos.
input from and ok millert@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/23 11:51:31
Modified files:
games/opensonic: Makefile
games/opensonic/patches: patch-CMakeLists_txt
Log message:
Fix configure.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/06/23 11:57:50
Modified files:
app/cwm : conf.c
Log message:
properly fix (and re-organize) selfont selection.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/23 12:03:28
Modified files:
games/wesnoth : Makefile
Log message:
mark broken on the usual suspects for the usual reason; ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/23 12:36:50
Modified files:
devel/nspr : Makefile distinfo
Added files:
devel/nspr/patches: patch-nspr_config_rules_mk
patch-nspr_configure_in
patch-nspr_pr_include_md__openbsd_cfg
patch-nspr_pr_include_md__openbsd_h
patch-nspr_pr_src_linking_prlink_c
patch-nspr_pr_src_misc_prdtoa_c
patch-nspr_pr_src_misc_prinit_c
patch-nspr_pr_src_misc_prnetdb_c
patch-nspr_pr_src_pthreads_ptthread_c
patch-nspr_pr_tests_nameshm1_c
patch-nspr_pr_tests_prpollml_c
patch-nspr_pr_tests_runtests_sh
patch-nspr_pr_tests_socket_c
Removed files:
devel/nspr/patches: patch-mozilla_nsprpub_config_rules_mk
patch-mozilla_nsprpub_configure_in
patch-mozilla_nsprpub_pr_include_md__openbsd_cfg
patch-mozilla_nsprpub_pr_include_md__openbsd_h
patch-mozilla_nsprpub_pr_src_linking_prlink_c
patch-mozilla_nsprpub_pr_src_misc_prdtoa_c
patch-mozilla_nsprpub_pr_src_misc_prinit_c
patch-mozilla_nsprpub_pr_src_misc_prnetdb_c
patch-mozilla_nsprpub_pr_src_pthreads_ptthread_c
patch-mozilla_nsprpub_pr_tests_nameshm1_c
patch-mozilla_nsprpub_pr_tests_prpollml_c
patch-mozilla_nsprpub_pr_tests_runtests_sh
patch-mozilla_nsprpub_pr_tests_socket_c
Log message:
Update to nspr 4.10.
http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-10-Release-td280660.html
After years of sticking to CVS, upstream finally switched to hg,
changing its directory layout while here. All our patches are actually
unchanged, but got renamed/moved. CVS doesn't handle moves :)
Tested in an amd64 bulk build.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/23 12:40:01
Modified files:
security/nss : Makefile distinfo
Added files:
security/nss/patches: patch-nss_Makefile
patch-nss_coreconf_OpenBSD_mk
patch-nss_coreconf_UNIX_mk
patch-nss_lib_ckfw_builtins_certdata_txt
patch-nss_lib_freebl_blapi_h
Removed files:
security/nss/patches: patch-mozilla_security_coreconf_OpenBSD_mk
patch-mozilla_security_coreconf_UNIX_mk
patch-mozilla_security_nss_Makefile
patch-mozilla_security_nss_lib_ckfw_builtins_certdata_txt
patch-mozilla_security_nss_lib_freebl_blapi_h
Log message:
Update to nss 3.15.
https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15_release_notes
After years of sticking to CVS, upstream finally switched to hg,
changing its directory layout while here. All our patches are actually
unchanged, but got renamed/moved. CVS doesn't handle moves :)
Tested in an amd64 bulk build.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/23 12:41:47
Added files:
www/chromium/patches: patch-net_base_x509_util_nss_cc
Log message:
Backport upstream r196463 to fix build with nss >= 3.15:
CERTGetNameFunc now takes a const CERTName* argument.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/23 12:46:39
Modified files:
. : 3RDPARTY MODULES
Log message:
update
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/06/23 13:23:29
Modified files:
www/sarg : Makefile distinfo
Log message:
update sarg to 2.3.7
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/23 13:35:27
Modified files:
www/ruby-rest-client: Makefile distinfo
www/ruby-rest-client/pkg: PLIST
Log message:
update to rest-client-1.6.7
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/23 14:13:45
Added files:
textproc/chmsee/patches: patch-data_CMakeLists_txt
Log message:
Fix dependencies for Ninja.
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/06/23 14:14:22
Modified files:
. : events.html
Log message:
Add EuroBSDcon 2013 with a large OpenBSD presence
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/23 14:15:52
Modified files:
sys/arch/hp300/hp300: locore.s
Log message:
Fix RELOC() in the __STDC__ case.
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/06/23 14:21:14
Modified files:
. : events.html
Log message:
Add note about BGP, OSPF tutorial happening the day before
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/23 14:33:52
Modified files:
sys/arch/alpha/conf: Makefile.alpha
sys/arch/amd64/conf: Makefile.amd64
sys/arch/armish/conf: Makefile.armish
sys/arch/aviion/conf: Makefile.aviion
sys/arch/beagle/conf: Makefile.beagle
sys/arch/hp300/conf: Makefile.hp300
sys/arch/hppa/conf: Makefile.hppa
sys/arch/hppa64/conf: Makefile.hppa64
sys/arch/i386/conf: Makefile.i386
sys/arch/landisk/conf: Makefile.landisk
sys/arch/loongson/conf: Makefile.loongson
sys/arch/luna88k/conf: Makefile.luna88k
sys/arch/mvme68k/conf: Makefile.mvme68k
sys/arch/mvme88k/conf: Makefile.mvme88k
sys/arch/octeon/conf: Makefile.octeon
sys/arch/sgi/conf: Makefile.sgi
sys/arch/solbourne/conf: Makefile.solbourne
sys/arch/sparc/conf: Makefile.sparc
sys/arch/sparc64/conf: Makefile.sparc64
sys/arch/vax/conf: Makefile.vax
sys/arch/zaurus/conf: Makefile.zaurus
Log message:
Stop using -traditional-cpp on gcc3/4 platforms.
Add CWARNFLAGS to the command line when using -xassembler-with-cpp. We are
mostly interested in -Werror here.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/23 15:22:22
Modified files:
games/solarus/solarus: Makefile distinfo
Log message:
Minor update to 1.0.2
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/06/23 15:23:45
Modified files:
sys/dev/pci : emuxki.c
Log message:
Remove unsigned comparison < 0.
Pointed out by LLVM.
ok ratchov@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/06/23 15:27:55
Modified files:
emulators/qemu : Makefile
emulators/qemu/patches: patch-configure
Log message:
Back port a commit from master to make use of external libfdt
instead of the integrated copy.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/23 16:38:57
Modified files:
games/choria : Makefile distinfo
games/choria/pkg: DESCR
Removed files:
games/choria/patches: patch-src_instances_map_cpp
Log message:
Minor update to 0.4.1
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/24 00:14:21
Modified files:
security/gringotts: Makefile distinfo
security/gringotts/patches: patch-Makefile_in
security/gringotts/pkg: PLIST
Removed files:
security/gringotts/patches: patch-src_Makefile_in
security/gringotts/pkg: MESSAGE
Log message:
Update to gringotts-1.2.10.
ok pea@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/24 00:15:32
Modified files:
productivity/osmo: Makefile distinfo
productivity/osmo/pkg: PLIST
Removed files:
productivity/osmo/patches: patch-po_Makefile_in
patch-src_Makefile_in
Log message:
Update to osmo-0.2.10.
ok pea@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/24 02:47:12
Modified files:
textproc/ebook-tools: Makefile
textproc/ebook-tools/pkg: PLIST
Removed files:
textproc/ebook-tools/pkg: PFRAG.shared
Log message:
Do not hardcode "make".
While here, merge PFRAG.shared into PLIST
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/24 03:12:25
Modified files:
textproc/ebook-tools: Makefile
Log message:
correct fix, cmake will not override MAKE_PROGRAM, this makes no sense.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/24 03:34:59
Modified files:
sys/net : if_pppx.c
Log message:
Revert r1.20 for now, to make sure the newly created address is added
to the global list, until the issue with carp is addressed.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/24 04:35:14
Modified files:
audio/libmusicbrainz5/patches: patch-src_CMakeLists_txt
Log message:
even better fix
CVSROOT: /cvs
Module name: src
Changes by: sthen@cvs.openbsd.org 2013/06/24 05:20:47
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
Mention the checks for xenocara in DIAGNOSTICS, prompted by Jan Stary's mail.
Remove documentation about " is a symlink" from DIAGNOSTICS; this is
no longer enforced by bsd.port.mk. feedback jca@, ok espie
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/24 06:58:20
Modified files:
net/telepathy/telepathy-salut/patches: patch-src_contact_h
Log message:
better approach; no pkg change
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/24 09:44:36
Modified files:
usr.bin/make : make.1
Log message:
do not use literal displays when the display contains mark up;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/24 09:49:49
Modified files:
lib/libpthread/man: pthreads.3
Log message:
space needed before punctuation;
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/24 09:53:39
Modified files:
audio/amarok : Makefile
audio/amarok/pkg: PLIST
cad/klogic : Makefile
databases/keximdb: Makefile
devel/kdbg : Makefile
devel/kdbg/pkg : PLIST
editors/kile : Makefile
editors/kile/pkg: PLIST
editors/kxmleditor: Makefile
editors/kxmleditor/pkg: PLIST
games/kbilliards: Makefile
games/kslide : Makefile
games/kslide/pkg: PLIST
games/taxipilot: Makefile
games/taxipilot/pkg: PLIST
graphics/digikam: Makefile
graphics/digikam/pkg: PLIST
graphics/gwenview: Makefile
graphics/gwenview/pkg: PLIST
graphics/gwenview-i18n: Makefile
graphics/gwenview-i18n/pkg: PLIST
graphics/kimdaba: Makefile
graphics/kimdaba/pkg: PLIST
graphics/kipi-plugins: Makefile
graphics/libkdcraw: Makefile
graphics/libkdcraw/pkg: PLIST
graphics/libkexif: Makefile
graphics/libkexiv2: Makefile
graphics/libkipi: Makefile
graphics/libkipi/pkg: PLIST
inputmethods/uim: Makefile
mail/kbiff : Makefile
mail/kbiff/pkg : PLIST
math/kst : Makefile
misc/ktimeclock: Makefile
misc/ktimeclock/pkg: PLIST
multimedia/k3b : Makefile
multimedia/kaffeine: Makefile
multimedia/kguitar: Makefile
net/ktorrent : Makefile
net/ktorrent/pkg: PLIST
productivity/taskjuggler: Makefile
productivity/taskjuggler/pkg: PLIST
sysutils/filelight: Makefile
sysutils/filelight/pkg: PLIST
sysutils/knutclient: Makefile
sysutils/knutclient/pkg: PLIST
sysutils/krename: Makefile
sysutils/krename/pkg: PLIST
x11/kdirstat : Makefile
x11/kdirstat/pkg: PLIST
x11/kmplayer : Makefile
x11/kountdown : Makefile
x11/kountdown/pkg: PLIST
x11/krusader : Makefile
x11/qinx : Makefile
x11/quadkonsole: Makefile
x11/quadkonsole/pkg: PLIST
x11/tellico : Makefile
x11/yakuake : Makefile
Removed files:
editors/kxmleditor/pkg: PFRAG.shared
mail/kbiff/pkg : PFRAG.shared
Log message:
Massive cleanup for KDE3. Main point is in changing WANTLIB from "foo" to
"lib/kde3/foo" where appropirate, but also many missing desktop goo items
added, some PFRAG.shared removed and so on.
input and okay landry@ and ajacoutot@, also okay espie@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/24 09:56:29
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
tweak previous;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/24 10:01:05
Modified files:
usr.bin/indent : indent.1
Log message:
tweak previous;
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/24 10:10:58
Modified files:
textproc/ebook-tools: Makefile
Log message:
oops
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/06/24 10:48:43
Modified files:
x11/driftnet : Makefile distinfo
x11/driftnet/pkg: DESCR PLIST
Added files:
x11/driftnet/patches: patch-Makefile_in patch-configure_ac
patch-src_display_img_h
patch-src_display_png_c patch-src_layer2_c
patch-src_layer3_c
Removed files:
x11/driftnet/patches: patch-Makefile patch-img_h
Log message:
Update driftnet to 1.0 from a ubuntu repository:
most notably new features:
* support PNG images
* support IPv6
* support reading pcap files
feedback and OK sthen@, rfreeman@
tested by rfreeman@ on i386, sthen@ on macppc, and myself on amd64 and i386
MAINTAINER, claudio@ also fine with the update
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2013/06/24 12:52:37
Modified files:
sys/kern : vfs_subr.c
Log message:
Manipulating buffers after sleeping is dangerous. Instead of attempting
to cheat and VOP_BWRITE a buffer, restart the vinvalbuf if we have to wait
for a busy buffer to complete
ok tedu@ guenther@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/24 13:04:11
Modified files:
textproc/ebook-tools: Makefile
Log message:
grumbl, thx naddy
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/24 13:35:18
Modified files:
math/plplot : Makefile
Log message:
prepare for upcoming ninja switch
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/24 13:36:46
Modified files:
editors/nvi : Makefile
Log message:
prepare for ninja switch
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/24 13:41:05
Modified files:
x11/kde4/pimlibs: Makefile
Removed files:
x11/kde4/pimlibs/patches: patch-kcalcore_ConfigureChecks_cmake
Log message:
Unbreak after recent e2fsprogs update with uuid library renaming.
Noticed by Scott McEachern.
CVSROOT: /cvs
Module name: src
Changes by: todd@cvs.openbsd.org 2013/06/24 13:52:16
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.beagle md.hp300 md.hppa md.hppa64
md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.vax md.zaurus mi
distrib/sets/lists/comp: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/24 14:30:56
Modified files:
infrastructure/man/man1: dpb.1
Log message:
document that it's now possible to put a lot of things inside the config
file instead of passing extra options on the command line.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/06/24 20:27:44
Modified files:
sys/dev/mii : mii_physubr.c
Log message:
Remove unsigned comparison < 0.
Pointed out by LLVM.
ok mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/06/24 20:44:17
Modified files:
mail/s-nail : Makefile distinfo
Log message:
Upgrade to s-nail-14.3.2, which fixes a bunch of bugs.
see http://sourceforge.net/p/s-nail/code/ci/master/tree/NEWS for details.
ok jca@
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2013/06/24 20:53:47
Modified files:
sys/nfs : nfs_syscalls.c
Log message:
When we remove work from the nfs queue, wake up people waiting for
room to queue IO right away, rather than waiting for us to complete the IO
we are working on and potentially do a many buffers DELWRI dance before
waking up the sleepers so they can continue.
ok guether@ tedu@
CVSROOT: /cvs
Module name: ports
Changes by: tobiasu@cvs.openbsd.org 2013/06/25 00:07:46
Modified files:
x11/i3 : Makefile
Added files:
x11/i3/patches : patch-libi3_ipc_recv_message_c
Log message:
Fix alignment problem. Makes i3 work on sparc64.
OK dcoppa@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/06/25 00:14:57
Modified files:
archivers/gshar+gunshar: Makefile distinfo
archivers/gshar+gunshar/pkg: DESCR PLIST
Added files:
archivers/gshar+gunshar/patches: patch-doc_shar_1
patch-doc_sharutils_info
patch-doc_unshar_1
patch-src_unshar_c
Removed files:
archivers/gshar+gunshar/patches: patch-doc_Makefile_in
patch-doc_remsync_texi
patch-doc_sharutils_texi
patch-src_shar_c
Log message:
update sharutils to 4.13.1
ok aja@
"fine with me" sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/06/25 00:21:58
Modified files:
archivers/p5-Compress-Bzip2: Makefile distinfo
Removed files:
archivers/p5-Compress-Bzip2/patches: patch-ppport_h
Log message:
update Compress-Bzip2 to 2.16
ok kevlo@ (maintainer)
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/25 01:16:46
Modified files:
devel/cmake : Makefile
Added files:
devel/cmake/patches: patch-Source_CMakeLists_txt
patch-Source_cmELF_cxx
Log message:
Enable ELF parsing and editing support on OpenBSD.
Ninja will use it.
OK espie@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/25 01:28:54
Modified files:
devel/hs-ConfigFile: Makefile
devel/hs-MissingH: Makefile distinfo
devel/hs-hslogger: Makefile distinfo
net/hpodder : Makefile
net/hpodder/patches: patch-hpodder_cabal
textproc/hs-HaXml: Makefile distinfo
textproc/hs-libxml-sax: Makefile distinfo
textproc/hs-polyparse: Makefile distinfo
textproc/hs-polyparse/pkg: PLIST
x11/hs-dbus : Makefile
Log message:
Bunch of haskell updates:
MissingH-1.1.1.0 -> MissingH-1.2.0.0
hslogger-1.1.5 -> hslogger-1.2.1
HaXml-1.23.3 -> HaXml-1.24
libxml-sax-0.7.3 -> libxml-sax-0.7.4
polyparse-1.7 -> polyparse-1.9
OK kili@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/25 01:41:53
Modified files:
x11/gnome/gedit: Makefile distinfo
x11/gnome/gedit/pkg: PLIST
Log message:
update to gedit-3.8.3
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/25 01:49:52
Modified files:
infrastructure/lib/DPB: Engine.pm
Log message:
should fix some of sebastia's warnings... these are actually old
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/25 01:54:26
Modified files:
devel/cmake : cmake.port.mk
Log message:
switch to the ninja generator, unless USE_NINJA=No
Thx to dcoppa@, only nvi and plplot are stuck with the old generator.
okay dcoppa@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/25 02:34:10
Modified files:
devel/cmake : cmake.port.mk
Log message:
Tighten up build depends to ensure cmake will have ELF parsing
support enabled: this is a requirement for Ninja.
ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/25 02:46:55
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
dpb still needs MULTI_PACKAGES
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/25 03:05:19
Modified files:
infrastructure/lib/DPB: PkgPath.pm PortInfo.pm
Log message:
tricky (problem found by sebastia@ on vax...): BUILD_PACKAGES makes
subpackages vanish too entirely, so later, when other ports want them
as dependencies, we're in trouble!
Instead, record both MULTI and BUILD, and compare them when merging depend.
Don't stub out the new paths directly, but "pre-stub them out" with an
IGNOREd message, so the engine picks them, stubs them out for real, and
logs the reason.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/25 03:16:34
Modified files:
sys/net : if_enc.h if_pflog.h if_slvar.h
Log message:
Protect various driver descriptors by _KERNEL to stop exposing to much
stuff to userland, especially the "struct ifnet".
ok sthen@, henning@, uebayasi@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/25 03:24:34
Modified files:
sys/dev/usb : ohci.c uhci.c
Log message:
Bring ohci(4) and uhci(4) in sync with ehci(4) by ensuring that a
transfer is submitted when a zero-length bulk or interrupt transfer
is requested.
This is the missing part of FreeBSD's svn r159024 that should have
been committed with ehci's r1.57.
ok uebayasi@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/25 03:32:20
Added files:
devel/m4/patches: patch-lib_isnan_c
Log message:
fix vax
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/06/25 04:08:04
Modified files:
sys/dev/pci : if_bge.c
Log message:
Repair flow control broken in the rev1.329 and make sure that a simple
ifconfig done by a user won't alter our negotiated flow control settings.
Both problems were identified by David Imhoff
Tested by David on 5719, 5720, 5721, Hrvoje Popovski on 5704 B0, sthen@ on
5723/5784, naddy@ and jmatthew@ on 5702/5703, benno@ on 5704 A3 and me on
5715 and 5719.
CVSROOT: /cvs
Module name: src
Changes by: sebastia@cvs.openbsd.org 2013/06/25 05:48:50
Modified files:
lib/libpcap : pcap.3
Log message:
bring return value of pcap_breakloop in sync with reality.
OK jmc@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/25 07:42:28
Modified files:
sys/dev/usb : ucom.c
Log message:
Do not dereference sc before checking if it exists, pointed by otto@.
CVSROOT: /cvs
Module name: src
Changes by: dcoppa@cvs.openbsd.org 2013/06/25 09:11:58
Modified files:
usr.sbin/procmap: Makefile
Log message:
Since the "better kmem pointer hiding" commit, procmap does not work
anymore for regular users.
So remove the setgid kmem for the time being (until tedu@ fixes it).
ok tedu@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/25 10:49:39
Modified files:
lib/libpcap : pcap.3
Log message:
zap trailing whitespace;
CVSROOT: /cvs
Module name: src
Changes by: syl@cvs.openbsd.org 2013/06/25 13:45:15
Modified files:
sys/kern : kern_malloc_debug.c
Log message:
allow kernel to compile with MALLOC_DEBUG.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/25 13:47:49
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
document the reason why fetch should see everything
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/25 13:48:14
Modified files:
infrastructure/lib/DPB: PortInfo.pm
Log message:
sorry sebastia, that's a typo
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/25 14:21:03
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
okay, remove dumb optimization
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/25 14:21:52
Modified files:
infrastructure/lib/DPB: PkgPath.pm
Log message:
belt AND suspenders. In case this triggers because BUILD_PACKAGES !=
MULTI_PACKAGES and IGNORE doesn't get set.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/06/25 16:41:41
Modified files:
games/openttd : Makefile distinfo
games/openttd/pkg: PLIST
Added files:
games/openttd/patches: patch-config_lib patch-src_string_func_h
Log message:
Update to openttd-1.3.1.
Respect CFLAGS.
Don't crash during build (use our strndup/strcasestr instead of openttd's).
ok espie@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/06/25 16:51:46
Modified files:
lib/librthread : rthread_fork.c
Log message:
nmask and omask only used on ELF. Noted by todd@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/06/25 16:57:01
Log message:
Import ports/textproc/luasoldout. ok landry@
luasoldout is a simple Lua binding to libsoldout, a lightweight C
library that can parse Markdown. It supports converting to html or
xhtml. luasoldout also supports the discount and natext extensions.
Status:
Vendor Tag: jturner
Release Tags: jturner_20130625
N ports/textproc/luasoldout/distinfo
N ports/textproc/luasoldout/Makefile
N ports/textproc/luasoldout/pkg/PLIST
N ports/textproc/luasoldout/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/06/25 16:58:13
Modified files:
textproc : Makefile
Log message:
+luasoldout
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/25 22:56:43
Modified files:
lang/expect : Makefile
lang/expect/pkg: DESCR
Log message:
Remove mention of the (now dead) "no_tk" flavor from pkg/DESCR.
ok giovanni@, sthen@, sebastia@ (maintainer)
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/25 23:30:37
Modified files:
. : 3RDPARTY
Log message:
in tree libdrm is now 2.4.45
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/26 00:35:35
Modified files:
textproc : Makefile
Log message:
add lua52 flavor too
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/26 00:51:55
Modified files:
devel/goffice : Makefile distinfo
devel/goffice/pkg: PLIST
Log message:
Update to goffice-0.10.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/26 00:52:09
Modified files:
math/gnumeric : Makefile distinfo
math/gnumeric/pkg: PLIST
Log message:
Updtae to gnumeric-1.12.3.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/26 00:54:33
Modified files:
de : anoncvs.html cvsync.html donations.html
events.html
nl : anoncvs.html cvsync.html donations.html
openssh/ru : index.html
pt : cvsync.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/06/26 01:22:20
Modified files:
usr.sbin/smtpd : smtpd.conf.5
Log message:
paragraph still mentions an interface name when the example below no longer
does, reported by Tyler Morgan and Scott Vanderbilt
ok jmc@
CVSROOT: /cvs
Module name: xenocara
Changes by: mpi@cvs.openbsd.org 2013/06/26 01:25:20
Modified files:
app/xdm : Makefile.bsd-wrapper
Log message:
Match what's done on i386/amd64 and use vt05 as default for xdm(1)
on macppc now that virtual consoles are supported.
Adding "xdm_flags=" to /etc/rc.conf.local should now be enough to
get xdm working out of the box, no need to edit /etc/ttys anymore.
ok matthieu@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/06/26 01:53:20
Modified files:
sys/dev/usb : ukbd.c
Log message:
Flash the LEDs only if the output report size is non null.
This prevent some Logitech Mice, at least G500 and G9x, that
contain various HID devices including a keyboard without LEDs
to keep disconnecting right after being attached.
Problem reported by abieber@ and Damien Couderc, ok miod@
CVSROOT: /cvs
Module name: src
Changes by: blambert@cvs.openbsd.org 2013/06/26 01:54:00
Modified files:
sys/net : pf.c
Log message:
Rudimentary counter fix for tables used in match rules.
Fixes an issue seen by reyk@
ok henning@ reyk@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 02:55:38
Modified files:
editors/kile : Makefile
Log message:
add missing space in WANTLIB. build fails -> no bump
CVSROOT: /cvs
Module name: src
Changes by: henning@cvs.openbsd.org 2013/06/26 03:12:40
Modified files:
sys/net : if_bridge.c if_pflog.c pf.c pf_norm.c pfvar.h
sys/netinet : ip_input.c ip_output.c
sys/netinet6 : in6.h ip6_divert.c ip6_forward.c ip6_input.c
ip6_output.c
Log message:
put the cksum diff back, of course with the bug fixed where we could
under some circumstances repair broken checksums on the way.
ok ryan naddy mikeb
.
redo most of the protocol (tcp/udp/...) checksum handling
-assume we have hardware checksum offloading. stop mucking with the
checksum in most of the stack
-stop checksum mucking in pf, just set a "needs checksumming" flag if needed
-in all output pathes, very late, if we figure out the outbound interface
doesn't have hw cksum offloading, do the cksum in software. this especially
makes the bridge path behave like a regular output path
-little special casing for bridge still required until the broadcast path
loses its disgusting shortcut hacks, but at least it's in one place now
and not all over the stack
in6_proto_cksum_out mostly written by krw@
started at k2k11 in iceland more than 1.5 years ago - yes it took that
long, this stuff is everything but easy.
this happens to fix the infamous pf rdr bug that made us turn off proto
cksum offloading on almost all interface drivers.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/26 03:39:56
Modified files:
sys/dev/isa : gus.c
Log message:
Remove some lies in comments.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 05:22:25
Modified files:
graphics/darktable: Makefile distinfo
graphics/darktable/pkg: PLIST
Removed files:
graphics/darktable/patches:
patch-src_external_LibRaw_src_libraw_cxx_cpp
Log message:
update to darktable 1.2.2
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 05:39:00
Modified files:
productivity/ledger: Makefile
Log message:
avoid hidden dep on xemacs/emacs which breaks the build if dpb junks
at the wrong time.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 06:57:46
Modified files:
net/nfdump : Makefile distinfo
Removed files:
net/nfdump/patches: patch-bin_launch_c
Log message:
update to nfdump 1.6.10
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 08:03:26
Modified files:
www/ruby-rest-client: Makefile
Log message:
missing dependency
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/26 08:46:30
Modified files:
sysutils/ruby-facter: Makefile distinfo
Log message:
- update facter to 1.7.1
- better homepage
ok robert@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 10:16:45
Log message:
import converters/py-html2text, ok william@
html2text is a Python script that converts a page of HTML into clean,
easy-to-read plain ASCII text. Better yet, that ASCII also happens to be
valid Markdown (a text-to-HTML format).
Status:
Vendor Tag: sthen
Release Tags: sthen_20130626
N ports/converters/py-html2text/Makefile
N ports/converters/py-html2text/distinfo
N ports/converters/py-html2text/pkg/PLIST
N ports/converters/py-html2text/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 10:17:26
Modified files:
converters : Makefile
Log message:
+py-html2text
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 10:21:26
Modified files:
converters/html2text: Makefile
converters/html2text/pkg: PLIST
Log message:
mark conflict, tidy Makefile, honour CXX, don't USE_GROFF
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 10:23:11
Log message:
import mail/rss2email, ok william@
rss2email is a free tool for delivering news from RSS feeds to your
email program.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130626
N ports/mail/rss2email/Makefile
N ports/mail/rss2email/distinfo
N ports/mail/rss2email/pkg/PLIST
N ports/mail/rss2email/pkg/DESCR
N ports/mail/rss2email/files/r2e
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 10:23:31
Modified files:
mail : Makefile
Log message:
+rss2email
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/26 10:24:00
Modified files:
devel/bison : Makefile
Log message:
confirmed to build by sebastia@ on vax... :(
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 10:49:59
Modified files:
devel/luacopas : Makefile
Log message:
bump; coxpcall -> lua-coxpcall changed @depend line
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/26 11:28:57
Modified files:
mail/zarafa/zarafa: Makefile
Log message:
bump -web after e2fsprogs/libuuid changes
CVSROOT: /cvs
Module name: ports
Changes by: krw@cvs.openbsd.org 2013/06/26 11:44:04
Modified files:
lang/sbcl : Makefile distinfo
Log message:
Update to v1.1.8. Some minor improvements in regress results.
ok joshe@ ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/26 12:43:08
Modified files:
net/wget : Makefile
Log message:
don't pick up a stealth dependency on libuuid from sysutils/e2fsprogs
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/26 12:52:03
Modified files:
editors/focuswriter: Makefile distinfo
editors/focuswriter/pkg: PLIST
Log message:
Update to focuswriter 1.4.4.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/26 12:52:30
Modified files:
games/gottcode/tetzle: Makefile distinfo
games/gottcode/tetzle/pkg: PLIST
Log message:
Update to tetzle 2.0.2.1
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/26 12:52:57
Modified files:
games/gottcode/peg-e: Makefile distinfo
games/gottcode/peg-e/pkg: PLIST
Log message:
Update to peg-e 1.1.2
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/26 12:53:16
Modified files:
games/gottcode/simsu: Makefile distinfo
games/gottcode/simsu/pkg: PLIST
Log message:
Update to simsu 1.2.3
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/26 12:53:35
Modified files:
games/gottcode/hexalate: Makefile distinfo
games/gottcode/hexalate/pkg: PLIST
Log message:
Update to hexalate 1.0.2
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/26 12:58:38
Log message:
Import connectagram 1.1.1, looks good to sthen@
Connectagram is a word unscrambling game. The board consists of several
scrambled words that are joined together. You can choose the length of
the words, the amount of words, and the pattern that the words are
arranged in. The game provides a hint option for times when you are
stuck, and features an online word lookup that fetches the definitions
of each word from Wiktionary. Your current progress is automatically
saved.
Status:
Vendor Tag: landry
Release Tags: landry_20130626
N ports/games/gottcode/connectagram/Makefile
N ports/games/gottcode/connectagram/distinfo
N ports/games/gottcode/connectagram/pkg/PLIST
N ports/games/gottcode/connectagram/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/26 12:59:51
Log message:
Import tanglet-1.2.1, looks good to sthen@
Tanglet is a single player word finding game based on Boggle. The
object of the game is to list as many words as you can before the time
runs out. There are several timer modes that determine how much time you
start with, and if you get extra time when you find a word.
You can join letters horizontally, vertically, or diagonally in any
direction to make a word, so as long as the letters are next to each
other on the board. However, you can not reuse the same letter cells in
a single word. Also, each word must be at least three letters on a
normal board, and four letters on a large board.
Status:
Vendor Tag: landry
Release Tags: landry_20130626
N ports/games/gottcode/tanglet/Makefile
N ports/games/gottcode/tanglet/distinfo
N ports/games/gottcode/tanglet/pkg/PLIST
N ports/games/gottcode/tanglet/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/26 13:00:35
Modified files:
games/gottcode : Makefile
Log message:
+connectagram,tanglet
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 13:09:13
Modified files:
databases/openldap: Makefile
Log message:
hidden dep on e2fsprogs libuuid
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/26 13:18:48
Modified files:
www/mozilla : mozilla.port.mk
Log message:
Assorted fixes for firefox update :
- doesn't link anymore with krb5 & friends
- depend on sqlite3>=23
- sydneyaudio got removed, make post-extract conditional to gecko version
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/26 13:19:52
Modified files:
mail/thunderbird-i18n: Makefile.inc distinfo
mail/thunderbird-i18n/pkg: MESSAGE
mail/mozilla-thunderbird: Makefile distinfo
Log message:
Bugfix update to thunderbird 17.0.7.
- Fixes MFSA 2013-49,50,51,53,54,55,56 & 59
- rework tb-i18n's MESSAGE to be more in line with reality
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/26 13:29:17
Modified files:
www/mozilla-firefox: Makefile distinfo
www/mozilla-firefox/patches:
patch-browser_app_profile_firefox_js
patch-browser_installer_Makefile_in
patch-gfx_thebes_gfxPlatform_cpp
patch-js_src_configure_in
patch-parser_html_Makefile_in
patch-security_manager_pki_resources_content_exceptionDialog_js
patch-storage_src_mozStorageConnection_cpp
www/mozilla-firefox/pkg: PLIST
www/firefox-i18n: Makefile.inc distinfo
www/firefox-i18n/pkg: MESSAGE
Removed files:
www/mozilla-firefox/patches: patch-js_src_vm_SPSProfiler_cpp
patch-media_libsydneyaudio_include_sydney_audio_h
patch-media_libsydneyaudio_src_Makefile_in
patch-toolkit_library_Makefile_in
patch-widget_gtk2_Makefile_in
patch-xulrunner_app_Makefile_in
Log message:
Update to firefox 22.0.
- see http://www.mozilla.org/en-US/firefox/22.0/releasenotes/ (ok,
webrtc isnt enabled yet by default on *BSD but we're working on it :)
- fixes MFSA 2013-49->62
- remove all patches related to sydneyaudio which got removed upstream,
sound uses libcubeb which has a native sndio backend since ages (thx
to ratchov!). also remove related post-patch target while here.
- add temporary workaround (TERM=xterm) for bug #878089
- switch i386 to use clang again, using --disable-debug-symbols to make
the code smaller (who said 'gross hack' ?)
- update patch-gfx_thebes_gfxPlatform_cpp to match what got commited
upstream in r52b02042b27f
- remove patch-js_src_vm_SPSProfiler_cpp which unbroke powerpc, finally
got commited in 22 branch
- rework fx-i18n's MESSAGE to be more in line with reality (discussed
with Marcus Merighi)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/26 13:31:58
Modified files:
www/seamonkey : Makefile
www/fennec : Makefile
www/firefox36 : Makefile
productivity/sunbird: Makefile
devel/xulrunner/1.9: Makefile
Log message:
Bump some REVISIONs after mozilla.port.mk WANTLIB change.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/26 13:53:50
Modified files:
sys/arch/amd64/amd64: intr.c
sys/arch/amd64/include: mutex.h
Log message:
Since interrupts at IPL_AUDIO no longer grab the kernel lock, and nobody
is supposed to establish interrupts at IPL_VM, we only need to "flatten"
mutex ipls up until IPL_TTY. Add an assertion to enforce that IPL_AUDIO
interrupts are establish with the IPL_MPSAFE flag set. Should improve
latency of audio interrupts a tiny bit.
ok matthew@
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2013/06/26 13:56:45
Modified files:
usr.bin/man : man.c
Log message:
Avoid mangling argv and environment variables.
ok schwarze@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 15:52:56
Modified files:
net/pidgin-sipe: Makefile
Log message:
sync WANTLIB; this now picks up kerbV
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/26 15:56:57
Modified files:
databases/virtuoso: Makefile
Log message:
sync WANTLIB; wmf/wmflite -> wmf-0.2/wmflite-0.2
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2013/06/26 18:04:16
Modified files:
sys/kern : vfs_biomem.c
Log message:
B_WANTED is set when we want a B_BUSY buffer - Therefore we should always
check and awaken B_WANTED sleepers when clearing B_BUSY.
ok guenther@
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/06/26 20:50:18
Modified files:
mail/postfwd : Makefile
mail/postfwd/pkg: PLIST
Log message:
Add hapolicy, rblcheck, postfwd-client, and the request.sample (cited
in the docs) to the package and bump REVISION; ok giovanni@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/06/27 02:51:15
Modified files:
x11/xfce4/xfce4-xkb: Makefile distinfo
x11/xfce4/xfce4-xkb/pkg: PLIST
Log message:
Update to xfce4-xkb 0.5.6 now that our xkeyboard-config got fixed.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/06/27 03:48:23
Modified files:
usr.bin/mandoc : roff.c
regress/usr.bin/mandoc/roff/cond: Makefile
Added files:
regress/usr.bin/mandoc/roff/cond: close.in close.out_ascii
Log message:
Parse for the closing delimiter `\}' for conditionals
even when the conditional evaluated to false.
While here, reshuffle the code to reduce indentation and make it
more readable; that way, we can even trim down the comments because
it becomes obvious what the code does.
Found in zipinfo(1) - thanks to espie@ and naddy@
for making me look at that manual page.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/27 05:31:51
Modified files:
graphics/digikam: Makefile
graphics/gwenview: Makefile
graphics/kimdaba: Makefile
graphics/kipi-plugins: Makefile
Log message:
Unbreak after previous commit. Some WANTLIB changes relied on uncommitted
stuff in x11/kde, sorry. (more to come)
Noticed by landry@, sthen@, naddy@...
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/27 05:53:00
Modified files:
games/kslide : Makefile
games/kslide/pkg: PLIST
Log message:
Unbreak after previous, somehow I did not manage to test games/ right.
Sorry to all involved.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/27 05:59:02
Modified files:
games/taxipilot: Makefile
games/taxipilot/pkg: PLIST
Log message:
Unbreak after previous, somehow I did not manage to test games/ right.
Sorry to all involved.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/27 06:29:24
Modified files:
infrastructure/db: user.list
Log message:
book a seat for _puppetdb
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/27 06:58:26
Modified files:
devel/jenkins/devel: Makefile
devel/jenkins/pkg: jenkins.rc
devel/jenkins/stable: Makefile
Log message:
add rcs id to the rc script
CVSROOT: /cvs
Module name: ports
Changes by: abieber@cvs.openbsd.org 2013/06/27 07:47:03
Modified files:
lang/node : Makefile distinfo
lang/node/pkg : PLIST
Log message:
Update node to 0.10.12
OK jturner@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/27 08:05:37
Modified files:
usr.bin/ssh : ssh-keygen.1 ssh.1 ssh_config.5 sshd.8
sshd_config.5
Log message:
do not use Sx for sections outwith the man page - ingo informs me that
stuff like html will render with broken links;
issue reported by Eric S. Raymond, via djm
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/06/27 08:22:21
Modified files:
distrib/sets/lists/xserv: md.amd64 md.i386 md.macppc
Log message:
sync
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/27 08:53:50
Modified files:
lib/libGL/dri/r200: Makefile
lib/libGL/dri/r300: Makefile
lib/libGL/dri/r600: Makefile
lib/libGL/dri/radeon: Makefile
Log message:
Define HAVE_LIBDRM_RADEON when compiling radeon dri drivers,
required for newer radeondrm. Expanded version of a diff from kettenis@
ok kettenis@ mpi@
CVSROOT: /cvs
Module name: ports
Changes by: kirby@cvs.openbsd.org 2013/06/27 09:04:05
Modified files:
www/wordpress : Makefile distinfo
www/wordpress/pkg: PLIST
Log message:
Bugfix and security update to 3.5.2
Changelog: http://wordpress.org/news/2013/06/wordpress-3-5-2/
OK merdely@, maintainer.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/27 12:48:55
Modified files:
sysutils/ruby-facter: Makefile
Removed files:
sysutils/ruby-facter/patches: patch-lib_facter_util_virtual_rb
Log message:
drop unneeded patch, there is code elsewhere which handles OpenBSD.
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/27 13:04:23
Modified files:
sysutils/ruby-facter: Makefile
sysutils/ruby-facter/patches: patch-lib_facter_memory_rb
Log message:
unbreak the 'swapencrypted' fact
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/27 15:17:50
Modified files:
sysutils/dmidecode: Makefile distinfo
Log message:
update to dmidecode-2.12
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/06/27 21:24:18
Modified files:
sys/dev/pci : if_sis.c
Log message:
Rewrite the media / link state handling and have it
handled within sis_miibus_statchg() instead of calling
sis_init().
Based on the FreeBSD sis(4) driver.
ok mikeb@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/06/28 00:11:39
Modified files:
lang/tcl/8.4 : Makefile distinfo
lang/tcl/8.4/patches: patch-library_init_tcl
patch-unix_Makefile_in patch-unix_tcl_m4
lang/tcl/8.4/pkg: DESCR PLIST
Log message:
Update to 8.4.20.
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/06/28 00:12:14
Modified files:
x11/tk/8.4 : Makefile distinfo
x11/tk/8.4/patches: patch-unix_Makefile_in patch-unix_tcl_m4
x11/tk/8.4/pkg : PFRAG.shared PLIST
Removed files:
x11/tk/8.4/patches: patch-generic_tk_h
Log message:
Update to 8.4.20.
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/06/28 00:12:39
Modified files:
lang/tcl/8.5 : Makefile distinfo
lang/tcl/8.5/patches: patch-library_init_tcl
patch-library_tm_tcl
patch-unix_Makefile_in
lang/tcl/8.5/pkg: PLIST
Removed files:
lang/tcl/8.5/patches: patch-tools_installData_tcl
Log message:
Update to 8.5.14.
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/06/28 00:13:04
Modified files:
x11/tk/8.5 : Makefile distinfo
x11/tk/8.5/patches: patch-unix_Makefile_in
Log message:
Update to 8.5.14.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/28 02:36:12
Modified files:
sysutils/ruby-facter: Makefile
sysutils/ruby-facter/patches:
patch-lib_facter_physicalprocessorcount_rb
Added files:
sysutils/ruby-facter/patches:
patch-spec_unit_physicalprocessorcount_spec_rb
Log message:
Redo the physicalprocessorcount fact in a less invasive way and add a test
ok robert@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/28 02:39:04
Modified files:
devel/libyaml : Makefile distinfo
devel/libyaml/pkg: PLIST
Removed files:
devel/libyaml/pkg: PFRAG.shared
Log message:
update to yaml-0.1.4
ok pea@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/28 02:40:26
Log message:
import ruby-deep_merge 1.0.0
Deep Merge is a simple set of utility functions for Hash. It permits you
to merge elements inside a hash together recursively. The manner by
which it does this is somewhat arbitrary (since there is no defining
standard for this) but it should end up being pretty intuitive and do
what you expect.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20132806
N ports/devel/ruby-deep_merge/Makefile
N ports/devel/ruby-deep_merge/distinfo
N ports/devel/ruby-deep_merge/pkg/PLIST
N ports/devel/ruby-deep_merge/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/28 02:41:28
Modified files:
devel : Makefile
Log message:
+ruby-deep_merge
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/28 02:43:01
Modified files:
databases/ruby-hiera: Makefile
Log message:
add rundep on ruby-deep_merge which is used for 'deep' merge_behaviour
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/28 03:13:10
Log message:
import puppetdb 1.3.2
PuppetDB is the fast, scalable, and reliable data warehouse for Puppet.
It caches data generated by Puppet, and gives you advanced features at
awesome speed with a powerful API.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20132806
N ports/databases/puppetdb/distinfo
N ports/databases/puppetdb/Makefile
N ports/databases/puppetdb/pkg/PLIST-plugin
N ports/databases/puppetdb/pkg/PLIST-main
N ports/databases/puppetdb/pkg/puppetdb.rc
N ports/databases/puppetdb/pkg/DESCR-main
N ports/databases/puppetdb/pkg/DESCR-plugin
N ports/databases/puppetdb/patches/patch-Rakefile
N ports/databases/puppetdb/patches/patch-ext_files_config_ini
N ports/databases/puppetdb/patches/patch-ext_files_puppetdb-export
N ports/databases/puppetdb/patches/patch-ext_files_puppetdb-foreground
N ports/databases/puppetdb/patches/patch-ext_files_database_ini
N ports/databases/puppetdb/patches/patch-ext_files_puppetdb-import
N ports/databases/puppetdb/patches/patch-ext_files_puppetdb-ssl-setup
N ports/databases/puppetdb/patches/patch-ext_files_puppetdb_default
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/28 03:14:02
Modified files:
databases : Makefile
Log message:
+puppetdb
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/28 03:30:44
Modified files:
databases/puppetdb: Makefile
databases/puppetdb/patches: patch-ext_files_config_ini
patch-ext_files_puppetdb-ssl-setup
Log message:
- drop unneeded [jetty] block from config.ini since all configs are concatenated
into puppetdb.conf
- puppetdb-ssl-setup were committed upstream
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/28 03:40:10
Modified files:
databases/puppetdb: Makefile
databases/puppetdb/pkg: PLIST-main
Removed files:
databases/puppetdb/patches: patch-ext_files_puppetdb_default
Log message:
- don't install puppetdb.default which is just for Linuxen
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/28 03:51:01
Modified files:
x11/gtk2mm : Makefile distinfo
x11/gtk2mm/pkg : PLIST
Log message:
Update to gtk2mm-2.24.4.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/28 03:57:08
Modified files:
devel/libglademm: Makefile
Removed files:
devel/libglademm/patches: patch-examples_derived_main_cc
patch-examples_variablesmap_main_cc
Log message:
Patches are not needed anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/28 03:59:28
Modified files:
x11/gnome/libgnomecanvasmm: Makefile
Removed files:
x11/gnome/libgnomecanvasmm/patches: patch-demos_canvas_cc
patch-libgnomecanvas_libgnomecanvasmm_init_cc
patch-libgnomecanvas_libgnomecanvasmm_properties_h
Log message:
Patches aren't needed anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/28 04:03:46
Modified files:
x11/gtkglextmm : Makefile
x11/gtkglextmm/patches: patch-gtkglext_gtkmm_gl_widget_cc
Removed files:
x11/gtkglextmm/patches: patch-gtkglext_gtkmm_gl_drawingarea_h
patch-gtkglext_gtkmm_gl_widget_h
Log message:
Drop patches, they are not needed anymore.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/28 04:11:10
Modified files:
productivity/workrave: Makefile
Removed files:
productivity/workrave/patches: patch-frontend_gtkmm_src_GUI_cc
patch-frontend_gtkmm_src_HeadInfo_hh
Log message:
Drop uneeded patches.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/28 04:12:54
Modified files:
sysutils/gsmartcontrol: Makefile
Removed files:
sysutils/gsmartcontrol/patches:
patch-src_applib_cmdex_sync_gui_cpp
patch-src_gsc_init_cpp
Log message:
Drop uneeded patches.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/28 04:27:23
Modified files:
emulators/vbam : Makefile
Removed files:
emulators/vbam/patches: patch-src_gtk_main_cpp
Log message:
Patch not needed with newer gtk2mm.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/28 04:27:49
Modified files:
lang/python : python.port.mk
Log message:
fix pre-build-steps to redirect files correctly at the end.
refactor the do-* tests to be usable in cooperation with other modules
that want similar things, like we did in ruby and cmake.
(checked through a bulk-build, ok rpointel@)
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/06/28 05:14:38
Modified files:
devel/llvm : Makefile
Log message:
this profits a lot from parallel building under dpb
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/06/28 05:59:42
Modified files:
sys/dev/pci : if_bge.c if_bgereg.h
Log message:
Turns out that BGE_STATFLAG_UPDATED bit in the status block doesn't get
properly updated by the newer hardware (seen in the TX completion case).
This leads to very poor transmit performance in the beginning of a TCP
connection. Linux and FreeBSD don't rely on BGE_STATFLAG_UPDATED bit
since they enable MSI and tagged status for 5717+. Doing the same does
indeed fix an issue.
Change was tested by David Imhoff on 5719, 5720 and 5721/5750, Hrvoje
Popovski on 5704 B0, sthen@ on 5723/5784, benno@ on 5704 A3, and
me on 5719, 5720 adn 5714/5715. No objections from kettenis@ and dlg@.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/28 06:01:51
Modified files:
editors/subtitleeditor: Makefile
Removed files:
editors/subtitleeditor/patches:
patch-plugins_actions_configurekeyboardshortcuts_configurekeyboardshortcuts_cc
patch-src_color_h
patch-src_command_cc
patch-src_document_cc
patch-src_documentsystem_cc
patch-src_extension_subtitleformat_h
patch-src_main_cc
patch-src_style_cc
patch-src_stylemodel_cc
patch-src_styles_cc
patch-src_subtitle_cc
patch-src_subtitleformatio_cc
patch-src_subtitlemodel_cc
patch-src_subtitles_cc
Log message:
Bye bye patches.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/28 06:02:30
Modified files:
graphics/inkscape: Makefile distinfo
Log message:
Remove the gtkmm PATCHFILES, it's not needed anymore.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/28 06:05:18
Modified files:
graphics/openjpeg: Makefile
Log message:
give it a chance to build on vax
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/28 06:11:50
Modified files:
devel/libusb1 : Makefile
Log message:
don't bother on vax
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/28 06:27:56
Modified files:
graphics/leptonica: Makefile
Log message:
give it a chance on vax
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/28 06:36:31
Modified files:
security/p11-kit: Makefile
security/p11-kit/pkg: PLIST
Removed files:
security/p11-kit/pkg: PFRAG.shared
Log message:
configure from the tool itself says:
configure: error: p11-kit cannot be used as a static library
so don't waste time
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/28 06:44:53
Modified files:
devel/lualdoc : Makefile
devel/lualdoc/patches: patch-ldoc_lua
Added files:
devel/lualdoc/patches: patch-ldoc_html_ldoc_ltp_lua
Log message:
Fix version number
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/28 06:45:38
Modified files:
x11/awesome : Makefile
x11/awesome/patches: patch-property_c
Added files:
x11/awesome/patches: patch-luadoc_client_lua
Log message:
luadoc: Clients have a leader_window, not leader_id
(upstream git commit 5b5dd0a19807298e8f63bc9a541177993a86a0e3)
Fix WM_CLIENT_LEADER handling
(upstream git commit 14722aa6e43f7108eddceb1306c3d5f91cb538e9)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/28 07:09:02
Modified files:
audio/ardour : Makefile
Removed files:
audio/ardour/patches: patch-gtk2_ardour_actions_cc
patch-gtk2_ardour_fft_result_h
patch-gtk2_ardour_imageframe_view_h
patch-gtk2_ardour_mixer_ui_cc
patch-libs_gtkmm2ext_fastmeter_cc
patch-libs_gtkmm2ext_idle_adjustment_cc
patch-libs_gtkmm2ext_stateful_button_cc
Log message:
Drop uneeded patches.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/06/28 08:58:23
Modified files:
devel/cmake : Makefile
Added files:
devel/cmake/patches: patch-bootstrap
Log message:
Switch CMake to use ninja to build itself.
OK espie@; makes sense to sthen@
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/06/28 09:19:40
Modified files:
archivers/star : Makefile distinfo
archivers/star/patches: patch-RULES_cc-gcc_rul
archivers/star/pkg: PLIST
Log message:
update star to 1.5.2
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/28 10:07:25
Modified files:
net/ruby-net-scp: Makefile distinfo
Log message:
update to net-scp-1.0.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/28 10:16:07
Modified files:
net/ruby-net-ssh: Makefile distinfo
net/ruby-net-ssh/pkg: PLIST
Log message:
update to net-ssh-2.1.4
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/28 10:44:23
Modified files:
devel/ruby-bundler: Makefile distinfo
devel/ruby-bundler/pkg: PLIST
Log message:
update to bundler-1.3.5
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/28 12:17:12
Modified files:
sys/arch/hp300/dev: hd.c
Log message:
Uninitialized variable; Maxime Villard
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/28 12:20:04
Modified files:
sys/arch/zaurus/dev: zaurus_flash.c
Log message:
Uninitialized variable; Maxime Villard
CVSROOT: /cvs
Module name: src
Changes by: jcs@cvs.openbsd.org 2013/06/28 12:32:01
Modified files:
sys/dev/pckbc : pms.c
Log message:
send proper z value to elantech_send_input in previous v4 commit
pointed out by Owain G. Ainsworth
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/28 12:56:10
Modified files:
sys/arch/mips64/mips64: cache_tfp.c
Log message:
Fix unitialized variable; Maxime Villard.
Interestingly enough, gcc did not warn about this because the register allocator
had optimized the uninitialized `eva' local into using the same register as the
initialized `va' local. Therefore it had been initialized. *facepalm*
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/28 14:00:42
Modified files:
share/man/man9 : rasops.9
Log message:
Document RI_VCONS.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/06/28 14:06:50
Modified files:
sys/dev/rasops : rasops.c rasops.h
Log message:
Add support for write-only framebuffers. This makes the code that copies
rows and columns redraw the destination area instead of reading pixel values
from the framebuffer. This can be a considerable performance win. Only
works together with RI_VCONS.
ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/06/28 15:08:35
Modified files:
net : Makefile
Log message:
Forgot to enable building cagibi three months ago (was okay landry@). E-ek.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/28 16:33:19
Modified files:
net/net-snmp : Makefile
Log message:
Add WANTLIB-perl+=perl to ensure this gets updated if Perl's ABI changes.
CVSROOT: /cvs
Module name: src
Changes by: todd@cvs.openbsd.org 2013/06/28 16:36:17
Modified files:
distrib/sets/lists/base: md.vax
Log message:
sync
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/29 03:05:55
Modified files:
driver/xf86-video-sis/src: sis310_accel.c
Log message:
Quick fix for NULL pixmaps with server 1.14.
Problem reported and fix tested by J. Scott Heppler. Thanks.
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/06/29 03:06:44
ports/sysutils/ansible/patches
Update of /cvs/ports/sysutils/ansible/patches
In directory cvs.openbsd.org:/tmp/cvs-serv26550/patches
Log Message:
Directory /cvs/ports/sysutils/ansible/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/06/29 03:08:28
Modified files:
sysutils/ansible: Makefile
Added files:
sysutils/ansible/patches: patch-examples_hosts
Log message:
- unbreak ansible_python_interpreter behaviour by not changing the
shebang line in module files.
- provide an example in the ansible hosts file how to deal with the
location of python on OpenBSD
help/feedback and ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/29 03:08:41
Modified files:
lib/libc/stdio : stdio.3
lib/libc/sys : _exit.2
usr.bin/cvs : cvs.5
usr.bin/rcs : ident.1
sbin/iked : iked.8
sbin/ipsecctl : ipsec.conf.5
usr.sbin/ldapd : ldapd.conf.5
usr.sbin/spamdb: spamdb.8
usr.sbin/hostapd: hostapd.8
usr.sbin/relayd: relayd.conf.5
Log message:
do not use Sx for sections outwith the page;
man4 still to go...
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/06/29 03:16:23
Modified files:
driver/xf86-video-cirrus: Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure
configure.ac depcomp
driver/xf86-video-cirrus/man: Makefile.in
driver/xf86-video-cirrus/src: Makefile.am Makefile.in alp.h
alp_driver.c cir.h
Added files:
driver/xf86-video-cirrus/src: alp_exa.c
Log message:
Add basic EXA acceleration for the Alpine chipset.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/29 03:33:09
Modified files:
devel : Makefile
security : Makefile
sysutils : Makefile
textproc : Makefile
www : Makefile
Log message:
add some ports to category Makefiles which were not linked, but which do not
have "not yet linked to the build" etc. in the commit log.
devel/hs-simple-sendfile
devel/jenkins
security/p5-Mozilla-CA
sysutils/uptimed
textproc/p5-Encode-Locale
www/p5-IO-HTML
www/webgui
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/29 04:21:22
Modified files:
productivity/baikal: Makefile
productivity/baikal/pkg: PLIST
Log message:
As found by viq, the old Baikal package overwrites the sqlite database at
update time. Fix this by changing to @sample'ing the database, and add
an update warning so that people have a chance to backup their database
before updating the package breaks things. ok jasper@ (maintainer).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/29 04:37:36
Modified files:
cad/xtrkcad : Makefile
Log message:
disable ninja for now, intermittent build failures. logs on ports@ shortly
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/29 05:13:35
Modified files:
driver/xf86-video-ati: Makefile.bsd-wrapper
Log message:
Build with support for KMS which was previously disabled due to
not having the required libdrm parts. UMS will still be used if
KMS is not available.
ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/06/29 05:27:10
Modified files:
graphics/darktable: Makefile
Log message:
fix build on i386, and remove -D_DEBUG from CFLAGS which was an accidental
leftover from debugging (still available by building with FLAVOR=debug).
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/29 06:59:24
Modified files:
sys/arch/vax/stand/xxboot: Makefile
Log message:
Pass -D_LOCORE when building .S files.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/29 07:00:05
Modified files:
sys/arch/vax/include: mtpr.h
Log message:
Turn mfpr() and mtpr() into inline functions.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/29 07:00:35
Modified files:
sys/arch/vax/vax: machdep.c pmap.c
Log message:
Minor fixes to let this build with gcc 3.
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/06/29 08:20:25
Modified files:
driver/xf86-video-ati/src: drmmode_display.c
Log message:
Remove a local change that disabled the pageflipping
code in the KMS path. Previously disabled due to
not having the required libdrm parts.
ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/06/29 09:56:10
Modified files:
audio : Makefile
converters : Makefile
databases : Makefile
devel : Makefile
graphics : Makefile
net : Makefile
security : Makefile
sysutils : Makefile
textproc : Makefile
www : Makefile
Log message:
Build ruby 2.0 versions of ruby C extensions. Use explicit FLAVORs
in the category Makefiles for ruby C extensions, to reduce churn
when the default ruby version changes,
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/06/29 10:57:34
Modified files:
share/man/man4/man4.mvme68k: intro.4
share/man/man4/man4.landisk: intro.4
share/man/man4/man4.sparc: intro.4
share/man/man4/man4.sparc64: intro.4
share/man/man4/man4.hp300: intro.4
share/man/man4/man4.vax: intro.4
share/man/man4/man4.hppa: intro.4
share/man/man4/man4.luna88k: intro.4
share/man/man4/man4.i386: intro.4
share/man/man4/man4.macppc: intro.4
share/man/man4/man4.mvme88k: intro.4
share/man/man4/man4.sgi: intro.4
share/man/man4/man4.zaurus: intro.4
share/man/man4/man4.aviion: intro.4
share/man/man4/man4.alpha: intro.4
share/man/man4/man4.loongson: intro.4
share/man/man4/man4.amd64: intro.4
share/man/man4/man4.armish: intro.4
share/man/man4/man4.socppc: intro.4
Log message:
do not use Sx for sections outwith the man page;
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/06/29 13:24:37
Modified files:
databases/hs-postgresql-simple: Makefile distinfo
Log message:
Update to hs-postgresql-simple-0.3.3.2.
From maintainer David Schaefer.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/06/29 15:06:15
Modified files:
sys/arch/amd64/amd64: machdep.c
Log message:
Remove unsigned comparison >= 0.
Pointed out by LLVM.
ok matthew@ kettenis@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/06/29 19:16:16
Modified files:
share/man/man4 : axe.4
Log message:
Add rgephy(4).
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/06/29 20:28:55
Modified files:
devel/p5-BSD-Resource: Makefile distinfo
Log message:
- update p5-BSD-Resource to 1.2905
- license clarification
- no groff
- test depends
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/06/29 21:08:47
ports/www/sqtop/patches
Update of /cvs/ports/www/sqtop/patches
In directory cvs.openbsd.org:/tmp/cvs-serv5627/patches
Log Message:
Directory /cvs/ports/www/sqtop/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/06/29 21:17:43
Modified files:
www/sqtop : Makefile
Added files:
www/sqtop/patches: patch-src_Utils_cpp patch-src_Utils_hpp
patch-src_ncui_cpp patch-src_sqstat_cpp
patch-src_sqtop_cpp
Log message:
Integrate changes present in upstream git, repairing sqtop's use with
squid 3.3.5. It also fixes ipv6 and other stuff, details of which can
be found here: https://code.google.com/p/sqtop/source/list
Update MAINTAINER email address at his request while here.
ok gonzalo (MAINTAINER) and sthen
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/30 01:05:26
Modified files:
productivity/rednotebook: Makefile distinfo
productivity/rednotebook/pkg: PLIST
Log message:
Update to rednotebook-1.7.1.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/06/30 03:22:08
Modified files:
faq/fr : faq1.html
fr : anoncvs.html cvsync.html donations.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: aoyama@cvs.openbsd.org 2013/06/30 04:04:40
Modified files:
sys/arch/m88k/m88k: m8820x_machdep.c
Log message:
Add a luna88k-specific function to initialize the instruction cmmu
SAPR register.
On luna88k, secondary processors are not disabled while the kernel is
initializing. They are running an infinite loop in
locore.S:secondary_init on non-MULTIPROCESSOR kernel. Then, after
initializing the CMMUs tied to the currently-running processor, we
turn on the instruction cache of other processors to make them
happier.
As a bonus, on non-MULTIPROCESSOR kernel, the power switch LED of
luna88k is blinking green and orange again. According to the hardware
manual, it indicates processors' cache hit status.
suggested and ok miod@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/30 04:12:14
Added files:
textproc/libxml/patches: patch-timsort_h
Log message:
give it a chance on gcc < 3...
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/06/30 06:00:08
Modified files:
. : plus.html
Log message:
plus.html for June 17-23, ok jj@.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/30 08:12:32
Modified files:
graphics/libmng: Makefile
Log message:
give it a chance to build on vax... noticed by sebastia@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/30 09:50:17
Modified files:
textproc/libxslt: Makefile
Log message:
give it a chance on vax
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/30 10:06:27
Modified files:
devel/metaauto : Makefile
Log message:
obviously arch-independent...
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/30 10:34:53
Modified files:
sysutils/ruby-facter: Makefile
Log message:
take maintainership; ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/30 10:35:43
Modified files:
infrastructure/lib/DPB: Job.pm
infrastructure/lib/DPB/Job: Port.pm
Log message:
temporary patch: when always clean, remove the tasks we wanted to run.
(need to address the recording of errors from some tasks in a more proper
way and deal with nfs better)
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/30 10:45:17
Modified files:
infrastructure/lib/DPB: Engine.pm
Log message:
if core is running in "always_clean" mode, always remove the affinity marker
if we find out we got cleansed...
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/30 11:04:46
Modified files:
sys/arch/vax/include: cpu.h
Log message:
Shortly run at ipl 1 in cpu_idle_cycle(), to let SIMH recognize the system
is idle; adapted from NetBSD
CVSROOT: /cvs
Module name: www
Changes by: sobrado@cvs.openbsd.org 2013/06/30 11:42:00
Modified files:
. : want.html
Log message:
my ThinkPad X40 is getting a bit old to be used as main laptop.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/30 11:45:31
Modified files:
devel/ruby-systemtimer: Makefile distinfo
devel/ruby-systemtimer/pkg: DESCR
Log message:
fix COMMENT and zap trailing whitespace from DESCR
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/30 12:21:25
ports/devel/ruby-zentest/patches
Update of /cvs/ports/devel/ruby-zentest/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17074/patches
Log Message:
Directory /cvs/ports/devel/ruby-zentest/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/30 13:44:20
Modified files:
textproc/aspell/core: Makefile
Log message:
go thru the shell script... it doesn't exist on !shared architectures,
so the post-build stage would fail.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/30 14:09:56
Modified files:
databases : Makefile
Log message:
-ruby-postgres
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/30 14:10:43
Removed files:
databases/ruby-postgres: Makefile distinfo
databases/ruby-postgres/pkg: DESCR PLIST
Log message:
remove ruby-postgres, which is ruby18-only and has been unmaintained upstream
since 2008. people still using this library should've migrated to ruby-pg
years ago.
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/30 14:12:49
Modified files:
www/ruby-fcgi : Makefile distinfo
www/ruby-fcgi/pkg: DESCR PLIST
Log message:
update to fcgi-0.9.1, which allows this to build again with newer versions
of ruby than just 1.8.
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/06/30 14:13:19
Modified files:
www : Makefile
Log message:
build some more flavors for ruby-fcgi now that they work.
prompted by jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/30 14:37:47
Modified files:
infrastructure/db: config.site
Log message:
nope, vax doesn't have ieeefp.h
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/06/30 15:38:05
Modified files:
net/mrtg : Makefile
Log message:
missing / at end of MASTER_SITES
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/06/30 17:47:08
Modified files:
sys/arch/hp300/hp300: locore.s
Log message:
Fix non-traditional cpp mode for real.
CVSROOT: /cvs
Module name: src
Changes by: fgsch@cvs.openbsd.org 2013/06/30 18:35:22
Modified files:
share/locale/ctype: Makefile Makefile.inc
Added files:
share/locale/ctype: tr_TR.ISO8859-9.src
Log message:
Add Turkish. From FreeBSD.
stsp@ ok.
CVSROOT: /cvs
Module name: src
Changes by: fgsch@cvs.openbsd.org 2013/06/30 18:36:12
Modified files:
share/locale/ctype: Makefile
Log message:
missing id tag.
CVSROOT: /cvs
Module name: src
Changes by: fgsch@cvs.openbsd.org 2013/06/30 18:39:14
Modified files:
usr.bin/locale : locale.c
Log message:
update list of locales after adding Turkish.
requested and ok stsp@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/06/30 20:15:11
Modified files:
graphics/libmng: Makefile
Log message:
Put the Makefile back to how it was before rev 1.24. No functional change.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/30 22:40:14
Modified files:
games/solarus/solarus: Makefile distinfo
Log message:
Bugfix update for solarus to 1.0.4
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/30 22:42:21
ports/games/solarus/zsdx/patches
Update of /cvs/ports/games/solarus/zsdx/patches
In directory cvs.openbsd.org:/tmp/cvs-serv21272/patches
Log Message:
Directory /cvs/ports/games/solarus/zsdx/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/30 22:44:42
Modified files:
games/solarus/zsdx: Makefile distinfo
Added files:
games/solarus/zsdx/patches: patch-CMakeLists_txt
Log message:
Update ZSDX to 1.6.2 - introduces a new build system where we build the
game ourselves.
rfreeman@ ok'd the initial update to 1.6, 1.6.2 was immediately released
due to a game-breaking bug in 1.6
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/30 22:45:06
ports/games/solarus/zsxd/patches
Update of /cvs/ports/games/solarus/zsxd/patches
In directory cvs.openbsd.org:/tmp/cvs-serv5141/patches
Log Message:
Directory /cvs/ports/games/solarus/zsxd/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/30 22:46:24
Modified files:
games/solarus/zsxd: Makefile distinfo
Added files:
games/solarus/zsxd/patches: patch-CMakeLists_txt
Log message:
Update ZSXD to 1.6.2 - same story as ZSDX 1.6.2
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/06/30 22:47:35
Modified files:
x11/sakura : Makefile distinfo
x11/sakura/pkg : PLIST
Log message:
Minor update for x11/sakura to 3.1.0
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/30 23:05:57
Modified files:
mail/gmime : Makefile distinfo
mail/gmime/pkg : PLIST-main PLIST-mono
Log message:
Update to gmime-2.6.16.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/30 23:08:06
Log message:
Import menu-cache-0.4.1.
Libmenu-cache is a library creating and utilizing caches to speed up the
manipulation for freedesktop.org defined application menus. It can be
used as a replacement of libgnome-menu of gnome-menus.
based on a submission from Amit Kulkarni
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130701
N ports/x11/menu-cache/Makefile
N ports/x11/menu-cache/distinfo
N ports/x11/menu-cache/pkg/DESCR
N ports/x11/menu-cache/pkg/PLIST
N ports/x11/menu-cache/patches/patch-docs_reference_libmenu-cache_Makefile_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/30 23:09:36
Log message:
Import libfm-1.1.0.
libfm is a glib/gio-based library used to develop pcmanfm providing some
file management utilities and related-widgets missing in gtk+/glib.
based on a submission from Amit Kulkarni
ok jasper@
Status:
Vendor Tag: ajacoutot
Release Tags: ajacoutot_20130701
N ports/x11/libfm/Makefile
N ports/x11/libfm/distinfo
N ports/x11/libfm/patches/patch-docs_reference_libfm_Makefile_in
N ports/x11/libfm/patches/patch-src_actions_Makefile_in
N ports/x11/libfm/pkg/DESCR
N ports/x11/libfm/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/30 23:10:47
Modified files:
x11 : Makefile
Log message:
+libfm
+menu-cache
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/06/30 23:12:09
Modified files:
x11/pcmanfm : Makefile distinfo
x11/pcmanfm/pkg: PLIST
Removed files:
x11/pcmanfm/patches: patch-src_app-chooser-dialog_c
patch-src_main_c
patch-src_mime-type_mime-action_c
patch-src_mime-type_mime-cache_c
patch-src_mime-type_mime-type_c
patch-src_pref-dialog_c
patch-src_ptk_ptk-file-archiver_c
patch-src_ptk_ptk-path-entry_c
patch-src_settings_c
patch-src_vfs_vfs-file-info_h
patch-src_vfs_vfs-file-monitor_c
patch-src_vfs_vfs-thumbnail-loader_c
Log message:
Update to pcmanfm-1.1.0.
from Amit Kulkarni with some tweaks.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/06/30 23:15:24
Modified files:
kerberosV : Makefile.inc
kerberosV/lib/libgssapi: Makefile
kerberosV/lib/libhdb: Makefile
kerberosV/lib/libheimntlm: Makefile
kerberosV/lib/libhx509: Makefile
kerberosV/lib/libkadm5srv: Makefile
kerberosV/lib/libkafs5: Makefile
kerberosV/lib/libkrb5: Makefile
kerberosV/libexec/hprop: Makefile
kerberosV/libexec/hpropd: Makefile
kerberosV/libexec/ipropd-master: Makefile
kerberosV/libexec/kadmind: Makefile
kerberosV/libexec/kcm: Makefile
kerberosV/libexec/kdc: Makefile
kerberosV/libexec/kfd: Makefile
kerberosV/libexec/kpasswdd: Makefile
kerberosV/usr.bin/kcc: Makefile
kerberosV/usr.bin/kdestroy: Makefile
kerberosV/usr.bin/kf: Makefile
kerberosV/usr.bin/krb5-config: Makefile
kerberosV/usr.bin/string2key: Makefile
kerberosV/usr.bin/verify_krb5_conf: Makefile
kerberosV/usr.sbin/iprop-log: Makefile
kerberosV/usr.sbin/kadmin: Makefile
kerberosV/usr.sbin/kdigest: Makefile
kerberosV/usr.sbin/kimpersonate: Makefile
kerberosV/usr.sbin/kstash: Makefile
kerberosV/usr.sbin/ktutil: Makefile
Added files:
kerberosV : varsub
Log message:
Pass all Kerberos man pages to a sed substitution to fix paths so that
they match hier(7).
e.g. /etc/krb5.conf versus /etc/kerberosV/krb5.conf
help from espie@
ok espie@ robert@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/07/01 00:29:11
Modified files:
sys/dev/pci/drm: drm_irq.c
Log message:
Within ns_to_timeval() change the rem field type from unsigned to signed.
Pointed out by LLVM.
drm_irq.c:154:10: error: comparison of unsigned expression < 0 is always false
kettenis@ says it should be signed and this is what the equivalent Linux code does.
ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/01 00:48:54
Modified files:
usr.bin/units : units.lib
Log message:
update currency exchange rates;
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/01 00:49:14
Modified files:
devel : Makefile
Log message:
-ruby-systemtimer
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/01 00:50:21
Removed files:
devel/ruby-systemtimer: Makefile distinfo
devel/ruby-systemtimer/pkg: DESCR PLIST
Log message:
drop ruby-systemtimer which is designed only for ruby 1.8 and will never
work with other, non-deprecated versions of ruby.
no objection from jeremy@
ok aja@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/07/01 01:18:23
Modified files:
sys/dev/pci/bktr: bktr_os.c
Log message:
Remove vaddr_t casts in bktr_mmap().
Pointed out by LLVM.
bktr_os.c:478:22: error: comparison of unsigned expression < 0 is always false
ok krw@ kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/01 02:44:41
Modified files:
textproc/exempi: Makefile distinfo
textproc/exempi/pkg: PLIST
Added files:
textproc/exempi/patches: patch-public_include_XMP_UnixEndian_h
Removed files:
textproc/exempi/patches: patch-source_common_EndianUtils_hpp
textproc/exempi/pkg: PFRAG.shared
Log message:
Update to exempi-2.2.1.
Remove maintainer as per his request.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/01 03:33:04
Modified files:
. : INDEX
Log message:
sync, 8148
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/01 03:37:04
Modified files:
sys/arch/i386/i386: acpi_machdep.c
Log message:
Make the acpi global lock functions actually work. Luckily these functions
were still unused.
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/01 03:56:12
Modified files:
usr.bin/sqlite3: Makefile
Added files:
lib/libedit/readline: history.h
Log message:
Link sqlite3(1) against libedit and add an empty history.h header for
compatibility with GNU realine.
ok mikeb@, sthen@, espie@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/01 04:08:08
Modified files:
sys/arch/amd64/amd64: acpi_machdep.c
Log message:
Make the acpi global lock functions actually work. Luckily these functions
were still unused.
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/01 04:15:04
Modified files:
usr.bin/bgplg/bgplgsh: Makefile
Log message:
Add the necessary -I options to use the libedit readline compatibilty headers
instead of the GNU versions. While there, use CPPFLAGS to add -I options as
they are preprocessor options.
ok mikeb@, mpi@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/01 04:39:18
Modified files:
audio/p5-Audio-FLAC-Header: Makefile
audio/p5-Audio-Musepack: Makefile
audio/p5-Audio-WMA: Makefile
audio/p5-MP3-Info: Makefile
audio/p5-MP3-Tag: Makefile
audio/p5-Ogg-Vorbis-Header: Makefile
cad/gerbv : Makefile
cad/gnucap : Makefile
cad/pcb : Makefile
devel/openmpi : Makefile
devel/py-logilab-astng: Makefile
devel/py-logilab-common: Makefile
devel/pylint : Makefile
devel/sdcc : Makefile
net/yaz : Makefile
print/latex-mk : Makefile
x11/tellico : Makefile
Log message:
Remove Andreas Bihlmaier as maintainer per his request on ports@.
Drop USE_GROFF from perl ports while there.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/01 04:53:52
Modified files:
sys/netinet : tcp_input.c
Log message:
The reverse parameter of in_pcblookup_listen() is a boolean and not
a flag. Rename the variable inpl_flags in tcp_input() to inpl_reverse
like in udp_input(). No binary change.
OK mikeb@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/07/01 05:33:21
Modified files:
sys/dev : softraid.c
Log message:
When an I/O error occurs on a softraid chunk, only take it offline if the
discipline supports redundancy. In the non-redundant case, there is little
to gain my failing the chunk, in fact it just makes any form of data
recovery significantly harder.
ok krw@ todd@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/01 06:35:35
Modified files:
infrastructure/lib/DPB/Job: Port.pm
Log message:
normal ports task can accurately mark that they have failed.
(so that the builder can look at them, and stop trusting the apparition
of pkgfiles to indicate the build succeeded/failed)
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/01 07:06:24
Modified files:
sys/netinet6 : nd6_rtr.c
Log message:
Use the LIST_FOREACH() macro when looping over advertising routers.
No binary change.
OK mikeb@ mpi@
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/07/01 07:12:52
Modified files:
lib/libdrm/intel: intel_bufmgr_gem.c
Log message:
remove another local change that we don't need after
the gem ioctl changes kettenis made.
ok kettenis@
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/07/01 07:24:43
Modified files:
driver/xf86-video-ati: Makefile.bsd-wrapper
Log message:
revert previous. Juan Francisco Cantero Hurtado reports that loading
the dri driver causes xorg to crash with r700 (PCI HD4350). Likely
due to the incomplete support for r600/r700 currently in the tree.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/01 07:42:25
Modified files:
x11/i3 : Makefile
x11/i3/patches : patch-i3-nagbar_main_c
patch-libi3_ipc_recv_message_c
patch-src_config_parser_c
Added files:
x11/i3/patches : patch-src_floating_c patch-src_workspace_c
Log message:
Some bugfixes from upstream:
i3-nagbar: Bugfix: -m requires an argument (crashes if none specified)
(upstream git commit 4765427f219c306f0872f124d0b1e2398bf8e39f)
i3-nagbar: call i3-nagbar correctly for configfiles without the font directive
(upstream git commit e8759691b8fdac7f964626c357dd6512a698ea2f)
Bugfix: fix focus handling in 'floating disable' on non-visible windows
(upstream git commit b4f7142509e3af51504a1e72163d544d305f0fa8)
Bugfix: Ignore spaces in front of default workspace name
(upstream git commit 625d5bdba6318377baa716ad5ea5a0b2f85b1c0e)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/01 07:49:00
Modified files:
databases/puppetdb: Makefile
databases/puppetdb/patches: patch-ext_files_config_ini
patch-ext_files_puppetdb-foreground
Log message:
don't hardcode /etc here.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/01 07:50:39
Modified files:
kerberosV/doc : Makefile
Log message:
Properly substitute paths in the info file like it was done with the man
pages.
ok espie@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/01 08:22:08
Modified files:
gnu/usr.bin/cc/libobjc: Makefile
Log message:
Unbreak "make includes" with an empty /usr/include by creating the 'objc'
directory if it doesn't exist.
ok sthen@, espie@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/01 08:22:20
Modified files:
sys/netinet6 : nd6.h nd6_rtr.c
Log message:
Do not access queue fields directly, use FOREACH() macro instead.
No binary change.
OK mikeb@ mpi@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/01 10:29:29
Added files:
net/net-snmp/patches: patch-snmplib_read_config_c
Log message:
fix the one 'declaration after statement' that prevents vax from building this.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/01 10:46:45
Log message:
import ruby-hmac-0.4.0
This module provides common interface to HMAC functionality. HMAC is a
kind of "Message Authentication Code" (MAC) algorithm whose standard is
documented in RFC2104. Namely, a MAC provides a way to check the
integrity of information transmitted over or stored in an unreliable
medium, based on a secret key.
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130107
N ports/security/ruby-hmac/Makefile
N ports/security/ruby-hmac/distinfo
N ports/security/ruby-hmac/pkg/PLIST
N ports/security/ruby-hmac/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/01 10:47:15
Modified files:
security : Makefile
Log message:
+ruby-hmac
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/01 10:51:02
Modified files:
security : Makefile
Removed files:
security/metasploit: Makefile distinfo
security/metasploit/patches:
patch-lib_msf_ui_console_command_dispatcher_db_rb
patch-lib_rbreadline_rb
security/metasploit/pkg: DESCR-main DESCR-mysql DESCR-pgsql
PLIST-main PLIST-mysql PLIST-pgsql
Log message:
remove metasploit, the open source version is unmaintained upstream and
this port hadn't had much love in recent years.
as discussed with and OK stephan@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/01 10:52:05
Modified files:
net : Makefile
Removed files:
net/ruby-pcap : Makefile distinfo
net/ruby-pcap/patches: patch-ruby_pcap_h
net/ruby-pcap/pkg: DESCR PLIST
net/ruby-pcaprub-msf: Makefile distinfo
net/ruby-pcaprub-msf/patches: patch-pcaprub_c
net/ruby-pcaprub-msf/pkg: DESCR PLIST
Log message:
remove these ruby18-only ports that are now unused, and were packaged just
for metasploit.
prompted by and OK stephan@
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/07/01 10:53:24
Modified files:
sys/arch/macppc/dev: pgs.c
Log message:
sync comment with it's intended meaning.
from martin@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/01 11:00:40
Modified files:
cad/xtrkcad : Makefile
Added files:
cad/xtrkcad/patches: patch-app_bin_CMakeLists_txt
Log message:
Fix and re-enable ninja build.
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2013/07/01 11:16:03
Modified files:
usr.bin/man : man.1 man.c
Log message:
Kill off some code that undocumently added an "-s" switch if user had
specified "more" as (MAN)PAGER. Document the default pager used while
here. Discussed with schwarze@, ok schwarze@ millert@, jasper@ agrees.
Users can get the previous behaviour by specifying eg.
export MANPAGER="more -s".
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/01 11:16:46
Modified files:
usr.bin/kdump : mksubr
Log message:
Tweak regexp so that RUSAGE_CHILDREN will be matched and displayed
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2013/07/01 11:25:27
Modified files:
bin/ksh : eval.c
bin/ksh/tests : obsd-regress.t regress.t
Log message:
Make $(< /nonexistent) have the same behaviour as $(cat /nonexistent)
wrt. errors (do not unwind and do not treat this as fatal if set -e is
used). This matches what bash does. Tweak regress tests while here.
ok millert@, jasper@ agrees
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/01 11:44:20
Added files:
graphics/libexif/patches: patch-libexif_exif-entry_c
Log message:
yet another port with one single "declaration after code" problem...
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/01 12:47:39
Modified files:
usr.bin/man : man.c
Log message:
Make some variables const that are filled from getenv(3), from argv,
from optarg and from literal strings - for clarity and to make sure
that future code changes do not attempt to write to them.
No functional change.
ok jca@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/01 13:45:26
Modified files:
sys/arch/vax/include: pmap.h
Log message:
Replace magic number in USRPTSIZE with the proper computation based upon
various userland size limits.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/01 14:16:58
Modified files:
sys/dev/pci/drm/i915: i915_drv.c
Log message:
The fast scrolling code causes random page table errors on older hardware.
Disable that code and use the write-only rasops code instead on the affected
chips.
CVSROOT: /cvs
Module name: src
Changes by: matthieu@cvs.openbsd.org 2013/07/01 14:34:52
Modified files:
sys/dev/usb : uhts.c
Log message:
Pass ioctl() calls to parent uhidev() device first, to be able to
get the HID descriptor with usbhidctl -r, among others. ok mpi@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/07/01 14:49:59
Modified files:
education/verbiste: Makefile distinfo
Log message:
update to 0.1.38, which now includes wiktionary links
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/01 15:30:50
Modified files:
distrib/sets/lists/base: mi
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/01 15:35:50
Modified files:
www/hs-webkit : Makefile
x11/xmobar : Makefile
x11/hs-xmonad-contrib: Makefile
Log message:
Change maintainer address.
ok by maintainer Jona Joachim.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/01 15:42:51
Modified files:
lang/ghc : Makefile
Log message:
Remove redundant (and incomplete) comment.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/01 17:21:13
Modified files:
net/smokeping : Makefile
net/smokeping/pkg: PLIST
Log message:
reinstate @newuser/@newgroup, lost in PLIST r1.13. spotted by phessler.
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/07/01 17:59:20
Modified files:
. : i386.html
Log message:
stop trying to list all compatible CPUs, "486 or better".
While there, modernize SMP. no one cares that it was introduced in 3.6
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/01 19:04:23
Modified files:
sys/kern : vfs_sync.c
Log message:
Use time_t for storing time_t values, duh
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/01 19:42:01
Modified files:
share/man/man4 : pf.4
sys/net : pf_table.c pfvar.h
Log message:
Use time_t for storing time_t values. No change to the underlying
type**, so no ABI change.
ok henning@ deraadt@
** ...yet
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/01 19:58:42
Modified files:
sys/kern : clock_subr.c
Log message:
Cast to time_t before the final multiplication to prevent overflow in
2038. This'll last for another 4083 years or so...
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/07/01 22:30:20
Modified files:
geo/qlandkartegt: Makefile distinfo
geo/qlandkartegt/pkg: PLIST
Log message:
Update QLGT to 1.7
tested and OK tobiasu@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/01 22:39:04
Modified files:
sys/arch/aviion/dev: nvram.c
sys/arch/mvme68k/dev: nvram.c
Log message:
Use time_t for storing and returning time_t values, and cast to time_t
before the last multiplication that might take it past 2^31 secounds.
ok deraadt@ miod@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/01 23:57:37
Modified files:
share/man/man4 : pf.4
sys/net : pf_table.c pfvar.h
Log message:
Revert previous: sizeof(time_t) != sizeof(long) on LP64, so there was
an ABI change involved.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/02 00:03:35
Modified files:
databases/redis: Makefile distinfo
databases/redis/patches: patch-src_scripting_c
Log message:
Bugfix update to redis-2.6.14
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/07/02 00:10:55
Modified files:
security/assl : Makefile distinfo
Log message:
Update assl to 1.4.1.
from David Hill (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/07/02 00:17:17
Modified files:
sysutils/cyphertite: Makefile distinfo
Log message:
Update cyphertite to 1.6.2.
from David Hill (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/07/02 00:22:27
Modified files:
benchmarks/blogbench: Makefile distinfo
benchmarks/blogbench/pkg: PLIST
Log message:
update to 1.1
ok aja@
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/07/02 00:27:40
Modified files:
devel/libestr : Makefile distinfo
devel/libestr/pkg: PLIST
Removed files:
devel/libestr/pkg: PFRAG.shared
Log message:
Update libestr to 0.1.5.
from David Hill (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/02 00:37:24
Modified files:
devel/ninja : Makefile
Added files:
devel/ninja/patches: patch-src_hash_map_h
Log message:
fix an unaligned mem access, which caused ninja's build to fail on strict
alignment arches.
tested by jturner@ and me,
from and committing on behalf of matthew@ (MAINTAINER)
CVSROOT: /cvs
Module name: www
Changes by: jsg@cvs.openbsd.org 2013/07/02 00:48:02
Modified files:
. : macppc.html
Log message:
RackMac1,2 reported to work. dmesg indicates the video card
didn't have to be pulled as well.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/02 01:13:30
Modified files:
x11/gnome/file-roller: Makefile distinfo
Log message:
update to file-roller-3.8.3
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/07/02 01:26:56
Modified files:
net/filezilla : Makefile distinfo
Log message:
Bugfix update to 3.7.1
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/02 02:09:43
Modified files:
security/gnupg : Makefile
Log message:
LIB_DEPENDS don't propagate
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/02 02:21:43
Modified files:
devel/libf2c-old: Makefile
devel/libf2c-old/pkg: PFRAG.shared PLIST
Log message:
this obviously did not build...
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/02 02:36:16
Modified files:
devel/scons : scons.port.mk
devel/waf : waf.port.mk
lang/ghc : ghc.port.mk
lang/mono : mono.port.mk
Log message:
convert to using intermediate *TARGET, as discussed with a few people.
(the waf version actually works, contrary to my former patch, as
CONFIGURE_STYLE must be set before modules)
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/07/02 03:24:36
Modified files:
sys/dev/pci : viomb.c
Log message:
Lower IPL to IPL_BIO for the interrupt.
There is no reason to use IPL_VM and it breaks with the recent
IPL_MPSAFE changes.
discussed with kettenis@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/07/02 03:28:42
Modified files:
sys/dev/pci : viomb.c
Log message:
some trivial format string fixes
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/07/02 03:35:58
Modified files:
mail/amavisd-new: Makefile distinfo
Log message:
bugfix update to 2.8.1
full ipv6 support and compatibility with Spamassassin 3.4.0 has been added
starting with this version Redis could be used as temporary storage for penpals
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/02 04:01:29
Modified files:
devel/git : Makefile distinfo
Log message:
Bugfixing update to git-1.8.3.2
ok benoit@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/02 04:36:35
Modified files:
devel/jdk : java.port.mk
databases/postgresql-jdbc: Makefile
geo/jeoip : Makefile
java/asm : Makefile
lang/abcl : Makefile
lang/clojure : Makefile
Log message:
rename stuff so that java.port.mk conforms to the new style of overriding
do-build.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/02 04:37:01
Modified files:
share/man/man5 : port-modules.5
Log message:
document variable name change in java.port.mk
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/07/02 05:47:59
Modified files:
faq : faq1.html
Log message:
eliminate typo; from Maxime Villard (rustyBSD at gmx dot fr), thanks!
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/07/02 06:21:42
Modified files:
graphics/pngcrush: Makefile distinfo
Log message:
Update pngcrush to 1.7.65.
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/07/02 06:31:43
Modified files:
usr.bin/ssh : dh.c
Log message:
remove extra whitespace
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/07/02 07:32:38
Modified files:
usr.bin/ssh/sftp-server: Makefile
usr.bin/ssh/sftp: Makefile
usr.bin/ssh/ssh-keysign: Makefile
usr.bin/ssh/ssh: Makefile
usr.bin/ssh/sshd: Makefile
Log message:
add missing library dependencies
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/02 08:25:09
Modified files:
sbin/ifconfig : ifconfig.c
Log message:
Long passwords could not be replaced completely with shorter
passwords. ioctl(SIOCGVH) fills the carpr_key with the old value.
strlcpy() overwrites only the beginning of the key. Add a bzero()
to clear the rest.
Testing Jan Klemkow; OK florian@ mpf@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/02 08:43:04
Modified files:
databases/puppetdb/patches: patch-Rakefile
Log message:
sync with what's been pushed upstream; no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/07/02 09:06:51
Modified files:
sysutils/dwdiff: Makefile distinfo
Log message:
Update dwdiff to 2.0.5.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/02 09:38:31
ports/x11/kde4/pimlibs/files
Update of /cvs/ports/x11/kde4/pimlibs/files
In directory cvs.openbsd.org:/tmp/cvs-serv21527/files
Log Message:
Directory /cvs/ports/x11/kde4/pimlibs/files added to the repository
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/07/02 09:46:14
Modified files:
sys/dev/pci : viomb.c
Log message:
change splvm to splbio, missed in r1.4
noticed by Alexey Suslikov
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/02 10:20:25
Modified files:
security/gnupg : Makefile
Log message:
grumble, thx fgs@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/02 11:08:20
ports/www/glpi/patches
Update of /cvs/ports/www/glpi/patches
In directory cvs.openbsd.org:/tmp/cvs-serv21769/patches
Log Message:
Directory /cvs/ports/www/glpi/patches added to the repository
--> Using per-directory sticky tag `OPENBSD_5_3'
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/02 11:09:29
Modified files:
www/glpi : Makefile distinfo
www/glpi/pkg : PLIST
Log message:
update to glpi-0.83.91
* includes fixes for CVE-2013-2225 and CVE-2013-2227
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/02 11:10:59
Modified files:
www/glpi : Tag: OPENBSD_5_3 Makefile
Added files:
www/glpi/patches: Tag: OPENBSD_5_3
patch-inc_autoload_function_php
patch-inc_ticket_class_php
patch-inc_toolbox_class_php
Log message:
Security fixes from upstream svn for:
CVE-2012-2225, usage of unsafe unserialize() function
CVE-2013-2227, local file inclusion vulnerability
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/02 11:50:04
Modified files:
x11/kde4/pimlibs: Makefile
x11/kde4/pimlibs/patches: patch-kcalcore_CMakeLists_txt
x11/kde4/pimlibs/pkg: PLIST
Added files:
x11/kde4/pimlibs/files: FindUUID.cmake
x11/kde4/pimlibs/patches: patch-kcalcore_calformat_cpp
patch-kcalcore_config-kcalcore_h_cmake
patch-kcalcore_icaltimezones_cpp
Log message:
More correct fix for UUID library handling, upstream-compatible way.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/02 12:13:27
Modified files:
www/glpi : Makefile
Log message:
better construct for WRKSRC
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/02 12:37:47
Modified files:
sys/dev/acpi : acpiec.c
Log message:
If after processing an SCI event the SCI_EVT is no longer sent, we're done
and shouldn't do another SCI query. Such a spurious SCI query blocks on
certain HP laptops, which in turn blocks the acpi thread.
tested by many
ok mlarkin@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/02 13:00:10
Modified files:
kerberosV/lib/libasn1: Makefile
kerberosV/lib/libcom_err: Makefile
kerberosV/lib/libgssapi: Makefile
kerberosV/lib/libhdb: Makefile
kerberosV/lib/libheimbase: Makefile
kerberosV/lib/libheimipcc: Makefile
kerberosV/lib/libheimipcs: Makefile
kerberosV/lib/libheimntlm: Makefile
kerberosV/lib/libhx509: Makefile
kerberosV/lib/libkadm5clnt: Makefile
kerberosV/lib/libkadm5srv: Makefile
kerberosV/lib/libkafs5: Makefile
kerberosV/lib/libkdc: Makefile
kerberosV/lib/libkrb5: Makefile
kerberosV/lib/libroken: Makefile
kerberosV/lib/libsl: Makefile
kerberosV/lib/libvers: Makefile
kerberosV/lib/libwind: Makefile
kerberosV/libexec/digest-service: Makefile
kerberosV/libexec/hprop: Makefile
kerberosV/libexec/hpropd: Makefile
kerberosV/libexec/ipropd-master: Makefile
kerberosV/libexec/ipropd-slave: Makefile
kerberosV/libexec/kadmind: Makefile
kerberosV/libexec/kcm: Makefile
kerberosV/libexec/kdc: Makefile
kerberosV/libexec/kfd: Makefile
kerberosV/libexec/kpasswdd: Makefile
kerberosV/tools/asn1_compile: Makefile
kerberosV/tools/compile_et: Makefile
kerberosV/tools/slc: Makefile
kerberosV/usr.bin/hxtool: Makefile
kerberosV/usr.bin/kcc: Makefile
kerberosV/usr.bin/kdestroy: Makefile
kerberosV/usr.bin/kf: Makefile
kerberosV/usr.bin/kgetcred: Makefile
kerberosV/usr.bin/kinit: Makefile
kerberosV/usr.bin/string2key: Makefile
kerberosV/usr.bin/verify_krb5_conf: Makefile
kerberosV/usr.sbin/iprop-log: Makefile
kerberosV/usr.sbin/kadmin: Makefile
kerberosV/usr.sbin/kdigest: Makefile
kerberosV/usr.sbin/kimpersonate: Makefile
kerberosV/usr.sbin/kstash: Makefile
kerberosV/usr.sbin/ktutil: Makefile
Log message:
Most CFLAGS should be CPPFLAGS, so fix that.
Remove non existent LDAP* variables.
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/02 13:00:32
Modified files:
x11/kde4/libs : Makefile
Added files:
x11/kde4/libs/patches: patch-cmake_modules_PythonMacros_cmake
Log message:
Unbreak build of PyKDE and its dependencies with Ninja. Patch sent upstream.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/02 13:02:39
Modified files:
x11/kde4/py-kde: Makefile
Log message:
Make sure PyKDE4 uses fresh kdelibs to build, or the latter will fail.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/07/02 13:27:15
Modified files:
sys/dev/usb : if_axe.c if_smsc.c
Log message:
Rearrange the inequalities.
Pointed out by LLVM.
if_axe.c:1059:29: error: comparison of unsigned expression < 0 is always false
if_smsc.c:1250:28: error: comparison of unsigned expression < 0 is always false
ok jsg@ mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/02 13:38:02
ports/productivity/libkgapi/patches
Update of /cvs/ports/productivity/libkgapi/patches
In directory cvs.openbsd.org:/tmp/cvs-serv28678/patches
Log Message:
Directory /cvs/ports/productivity/libkgapi/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/02 13:41:47
Modified files:
productivity/libkgapi: Makefile distinfo
productivity/libkgapi/pkg: PLIST
Added files:
productivity/libkgapi/patches:
patch-tests_objectslocationtests_cpp
patch-tests_serviceslatitudetests_cpp
Log message:
Maintaince update of libkgapi to 2.0.1. Requested long time ago in private mail.
KDE PIM runtime verified to build.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/02 13:47:21
Modified files:
x11/kde4/pim-runtime: Makefile
Log message:
WANTLIB tweak and bump after libkgapi update.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/02 14:07:49
Modified files:
x11/kde4/kactivities: Makefile
Log message:
... And noone noticed. Fix and run until this happens.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/02 14:42:03
Modified files:
textproc/ruby-treetop: Makefile distinfo
textproc/ruby-treetop/pkg: PLIST
Log message:
update to treetop-1.4.14
CVSROOT: /cvs
Module name: www
Changes by: beck@cvs.openbsd.org 2013/07/02 17:39:03
Modified files:
faq : current.html
Log message:
Indicate that removal of old kerberos cruft is not optional. Stuff doesn't
build without it.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/02 21:15:52
Modified files:
sys/net : if_slvar.h
Log message:
Switch times in the SLIP softc to time_t and reorder slightly
ok mpi@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/02 22:08:29
Modified files:
bin/pax : cpio.c extern.h gen_subs.c tar.c
Log message:
cpio and ustar formats store times in octal fields that are 11 characters
wide, so they support up to 33bits. Take advantage of the extra bits by
no longer forcing them into 32bit ints before the time_t conversion. This
gets us another 204 years of range once time_t changes type
ok deraadt@ tedu@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/02 22:15:42
Modified files:
net/net-snmp : Makefile
Log message:
net-snmp now builds on vax! but the perl packages do not build at all,
not surprisingly
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/02 22:46:36
Modified files:
lib/libc/gen : fpclassify.c frexp.c isfinite.c isinf.c isnan.c
isnormal.c ldexp.c modf.c signbit.c
lib/libm/src : b_tgamma.c e_acos.c e_acosh.c e_asin.c
e_atan2.c e_atanh.c e_cosh.c e_exp.c e_fmod.c
e_hypot.c e_log.c e_log10.c e_log2.c e_pow.c
e_remainder.c e_sinh.c e_sqrt.c s_asinh.c
s_atan.c s_cabs.c s_cacos.c s_cacosh.c s_carg.c
s_casin.c s_casinh.c s_catan.c s_catanh.c
s_cbrt.c s_ccos.c s_ccosh.c s_ceil.c s_cexp.c
s_cimag.c s_clog.c s_conj.c s_copysign.c
s_cos.c s_cpow.c s_cproj.c s_creal.c s_csin.c
s_csinh.c s_csqrt.c s_ctan.c s_ctanh.c s_erf.c
s_exp2.c s_expm1.c s_floor.c s_fma.c s_fmax.c
s_fmin.c s_ilogb.c s_llrint.c s_llround.c
s_log1p.c s_lrint.c s_lround.c s_nan.c
s_nextafter.c s_remquo.c s_rint.c s_round.c
s_scalbn.c s_sin.c s_tan.c s_tanh.c s_trunc.c
w_lgamma.c
Log message:
test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.
-> test becomes meaningful on vax
No actual change, no bump
okay martynas@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/02 22:48:18
Modified files:
lib/libm : Makefile
Removed files:
lib/libm/noieee_src: n_cabs.c n_cacos.c n_cacosh.c n_carg.c
n_casin.c n_casinh.c n_catan.c n_catanh.c
n_ccos.c n_ccosh.c n_cexp.c n_cimag.c
n_cimagf.c n_clog.c n_conj.c n_conjf.c
n_cpow.c n_creal.c n_crealf.c n_csin.c
n_csinh.c n_csqrt.c n_ctan.c n_ctanh.c
n_fdim.c n_fmax.c n_fmaxf.c n_fmin.c
n_fminf.c
Log message:
with DBL vs LDBL fixed, tedu some source in noieee which is actually the
same as code in generic src.
introduce PURE_SRCS for completely MI math code.
okau martynas@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/02 22:58:40
Modified files:
sys/ufs/ufs : quota.h
Log message:
(Re)define the quota file format to be independent of time_t; changing
the layout calls for some conversion assistance and can be deferred until
the other big time_t issues are resolved
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/03 00:41:51
Modified files:
usr.bin/kdump : kdump.c
Log message:
Use WAIT_* for the first argument to wait4(), and otherwise treat it (and
the first argument to kill) as signed 32bit ints.
ok millert@ otto@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/03 00:52:13
Log message:
import ruby-rr 1.1.1
RR is a test double framework that features a rich selection of double
techniques and a terse syntax.
ok jeremy@
Status:
Vendor Tag: jasper
Release Tags: jasper_20130307
N ports/devel/ruby-rr/distinfo
N ports/devel/ruby-rr/Makefile
N ports/devel/ruby-rr/pkg/PLIST
N ports/devel/ruby-rr/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/03 00:52:50
Modified files:
devel : Makefile
Log message:
+ruby-rr
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/03 00:54:27
Modified files:
devel/ruby-parsetree: Makefile distinfo
devel/ruby-parsetree/pkg: PLIST
Log message:
update to ParseTree-3.0.9
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/03 00:54:51
Modified files:
devel/ruby-ruby2ruby: Makefile distinfo
devel/ruby-ruby2ruby/pkg: PLIST
Log message:
update to ruby2ruby-1.3.1
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/03 00:55:08
Modified files:
devel/ruby-ruby_parser: Makefile distinfo
devel/ruby-ruby_parser/pkg: PLIST
Log message:
update to ruby_parser-2.3.1
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/03 00:55:24
Modified files:
devel/ruby-rubyinline: Makefile distinfo
devel/ruby-rubyinline/pkg: PLIST
Log message:
update to rubyinline-3.9.0
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/03 00:55:42
Modified files:
devel/ruby-sexp_processor: Makefile distinfo
devel/ruby-sexp_processor/pkg: PLIST
Log message:
update to sexp_processor-3.2.0
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/03 00:56:01
Modified files:
devel/ruby-zentest: Makefile distinfo
devel/ruby-zentest/pkg: PLIST
Added files:
devel/ruby-zentest/patches: patch-Rakefile patch-_metadata
Log message:
update to zentest-4.9.2
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/07/03 02:00:11
Modified files:
www/phpmyadmin : Makefile distinfo
Log message:
Security update to 4.0.4.1
fixes PMASA-2013-6 (CVE-2013-4729) and PMASA-2013-7
CVSROOT: /cvs
Module name: www
Changes by: giovanni@cvs.openbsd.org 2013/07/03 02:16:05
Modified files:
. : events.html
Log message:
Link videos of BSDday 2012 and 2013 events.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/03 03:30:46
Modified files:
net/icinga/core: Makefile distinfo
net/icinga/core/patches: patch-Changelog
Log message:
icinga 1.9.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/03 03:42:30
ports/devel/ruby-ruby2ruby/patches
Update of /cvs/ports/devel/ruby-ruby2ruby/patches
In directory cvs.openbsd.org:/tmp/cvs-serv834/patches
Log Message:
Directory /cvs/ports/devel/ruby-ruby2ruby/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/03 03:42:52
Added files:
devel/ruby-ruby2ruby/patches: patch-Rakefile
Log message:
Don't use isolate when testing.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/03 04:12:38
Modified files:
x11/kde4/pimlibs: Makefile
x11/kde4/pimlibs/files: FindUUID.cmake
Log message:
copy-paste error in comment, noticed by sthen@, thanks!
Bump because the file is installed.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/03 04:26:49
Modified files:
lib/libm : Makefile
Removed files:
lib/libm/noieee_src: n_cproj.c n_cprojf.c
Log message:
reorganize NOIEEE_SRCS so that files not compiled on vax because
of assembly version are obvious.
Move cproj/cprojf to the PURE club, as the asm support code provides
copysignf
okay martynas@
CVSROOT: /cvs
Module name: src
Changes by: fgsch@cvs.openbsd.org 2013/07/03 09:05:21
Modified files:
sys/sys : queue.h
Log message:
Fix CIRCLEQ_REPLACE. From Michael Piszczek (mpiszczek_at_ddn_dot_com).
guenther@ otto@ ok
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/03 09:10:57
Modified files:
sys/dev : ipmi.c
Log message:
The ipmi threshold value may be negative. Respect the sign bit
when checking wether an ipmi sensor is critial.
From Matthias Pitzl; OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/07/03 09:17:24
Modified files:
gnu/gcc/gcc : c-format.c
sys/kern : subr_prf.c
Log message:
add support for %td for ptrdiff_t in kernel printf
this also adds support in gcc 4.x kprintf format checks
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/07/03 09:21:40
Modified files:
sys/kern : subr_disk.c
Log message:
don't use empty format string
this is necessary to enable -Wformat or -Wno-error=format
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/07/03 09:26:03
Modified files:
sys/dev : vmt.c
sys/miscfs/procfs: procfs_status.c
Log message:
cast time_t to long long, time_t is signed, tv_nsec is long
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/07/03 09:34:48
Modified files:
sys/arch/i386/i386: db_disasm.c
sys/dev/acpi : acpithinkpad.c
sys/dev/pci : amdpm.c
Log message:
fix: cast void * to char *, fix format args for (u)int64_t,
tc_frequency is unsigned
ok kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: okan@cvs.openbsd.org 2013/07/03 11:03:03
Modified files:
sysutils/sec : Makefile distinfo
Log message:
update to 2.7.4
ok bcallah@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/03 13:21:55
Modified files:
sys/arch/vax/vax: pmap.c
Log message:
Do not scribble to a page after uvm_pagefree()'ing it.
CVSROOT: /cvs
Module name: ports
Changes by: kurt@cvs.openbsd.org 2013/07/03 13:51:38
Modified files:
devel/boehm-gc : Makefile
Log message:
- Fix build conflict on hppa. okay landry@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/03 13:52:01
Modified files:
multimedia/gstreamer1/plugins-bad: Makefile
Log message:
Pass --disable-examples to configure -- these add a hidden build dependency
on gtk+2 (at least).
spotted by landry@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/03 14:07:26
Modified files:
databases/py-mongo: Makefile
databases/py-mongo/pkg: PLIST
Added files:
databases/py-mongo/pkg: PFRAG.no_be
Log message:
Fix py-mongo on BE archs, C extensions are not built there.
Tweaked from an original diff by jasper@, discussed with fgsch@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/03 14:09:54
Modified files:
lang/ruby/2.0 : Makefile
Log message:
Mark as BROKEN-hppa, reliably aborts trap when generating rdoc documentation
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/07/03 14:10:18
Modified files:
de : i386.html macppc.html
faq/fr : faq1.html faq5.html faq9.html
fr : events.html goals.html i386.html index.html
macppc.html security.html vax-simh.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/03 15:44:09
Modified files:
telephony/stuntman: Makefile
Log message:
add some NOT_FOR_ARCHS, atomic ops
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/03 17:04:34
Modified files:
usr.bin/kdump : kdump.c kdump_subr.h mksubr
Log message:
For consistency, move the functions that aren't generated at build-time
from mksubr to kdump.c
ok otto@ millert@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/03 18:19:02
Modified files:
share/man/man4 : pf.4
sys/net : pf_table.c pfvar.h
Log message:
Re-commit: use time_t for storing time_t values. This is an ABI
change for pf, but that's fine at this time. You'll need to rebuild
pf userland after updating your kernel.
change to 'since' member ok henning@
rest ok henning@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/03 18:25:38
Modified files:
sys/arch/mvme68k/dev: wl.c
Log message:
Merge rev 1.16 of cl.c: time_t is not long
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/03 18:47:15
Modified files:
x11/kde4 : kde4.port.mk
x11/kde4/admin : distinfo
x11/kde4/analitza: distinfo
x11/kde4/ark : distinfo
x11/kde4/ark/pkg: PLIST
x11/kde4/artwork: distinfo
x11/kde4/artwork/pkg: PLIST
x11/kde4/audiocd-kio: distinfo
x11/kde4/base-artwork: Makefile
x11/kde4/baseapps: Makefile distinfo
x11/kde4/baseapps/pkg: PLIST
x11/kde4/blinken: distinfo
x11/kde4/blinken/pkg: PLIST
x11/kde4/bomber: distinfo
x11/kde4/bovo : distinfo
x11/kde4/cantor: distinfo
x11/kde4/dragon: distinfo
x11/kde4/ffmpegthumbs: distinfo
x11/kde4/filelight: distinfo
x11/kde4/granatier: distinfo
x11/kde4/graphics-mobipocket: distinfo
x11/kde4/graphics-strigi-analyzer: distinfo
x11/kde4/graphics-thumbnailers: Makefile distinfo
x11/kde4/gwenview: distinfo
x11/kde4/jovie : distinfo
x11/kde4/jovie/patches: patch-cmake_FindSpeechd_cmake
patch-jovie_speaker_h
x11/kde4/jovie/pkg: PLIST
x11/kde4/juk : distinfo
x11/kde4/juk/pkg: PLIST
x11/kde4/kaccessible: distinfo
x11/kde4/kactivities: Makefile distinfo
x11/kde4/kajongg: distinfo
x11/kde4/kalgebra: distinfo
x11/kde4/kamera: Makefile distinfo
x11/kde4/kanagram: distinfo
x11/kde4/kanagram/pkg: PLIST
x11/kde4/kapman: distinfo
x11/kde4/kate : distinfo
x11/kde4/kate/pkg: PLIST
x11/kde4/katomic: distinfo
x11/kde4/katomic/pkg: PLIST
x11/kde4/kblackbox: distinfo
x11/kde4/kblackbox/pkg: PLIST
x11/kde4/kblocks: distinfo
x11/kde4/kbounce: distinfo
x11/kde4/kbounce/pkg: PLIST
x11/kde4/kbreakout: distinfo
x11/kde4/kbruch: distinfo
x11/kde4/kbruch/pkg: PLIST
x11/kde4/kcalc : distinfo
x11/kde4/kcalc/pkg: PLIST
x11/kde4/kcharselect: distinfo
x11/kde4/kcharselect/pkg: PLIST
x11/kde4/kcolorchooser: distinfo
x11/kde4/kcolorchooser/pkg: PLIST
x11/kde4/kdf : distinfo
x11/kde4/kdf/pkg: PLIST
x11/kde4/kdiamond: distinfo
x11/kde4/kfloppy: distinfo
x11/kde4/kfloppy/pkg: PLIST
x11/kde4/kfourinline: distinfo
x11/kde4/kfourinline/pkg: PLIST
x11/kde4/kgamma: distinfo
x11/kde4/kgamma/pkg: PLIST
x11/kde4/kgeography: distinfo
x11/kde4/kgeography/pkg: PLIST
x11/kde4/kgoldrunner: distinfo
x11/kde4/kgoldrunner/pkg: PLIST
x11/kde4/kgpg : distinfo
x11/kde4/kgpg/pkg: PLIST
x11/kde4/khangman: distinfo
x11/kde4/khangman/pkg: PLIST
x11/kde4/kig : Makefile distinfo
x11/kde4/kig/patches: patch-CMakeLists_txt
x11/kde4/kig/pkg: PLIST
x11/kde4/kigo : distinfo
x11/kde4/killbots: distinfo
x11/kde4/kimono: distinfo
x11/kde4/kiriki: distinfo
x11/kde4/kiten : distinfo
x11/kde4/kiten/pkg: PLIST
x11/kde4/kjumpingcube: distinfo
x11/kde4/kjumpingcube/pkg: PLIST
x11/kde4/klettres: distinfo
x11/kde4/klettres/pkg: PLIST
x11/kde4/klickety: distinfo
x11/kde4/klines: distinfo
x11/kde4/klines/pkg: PLIST
x11/kde4/kmag : distinfo
x11/kde4/kmag/pkg: PLIST
x11/kde4/kmahjongg: distinfo
x11/kde4/kmines: distinfo
x11/kde4/kmix : distinfo
x11/kde4/kmix/pkg: PLIST
x11/kde4/kmousetool: distinfo
x11/kde4/kmousetool/pkg: PLIST
x11/kde4/kmouth: distinfo
x11/kde4/kmouth/pkg: PLIST
x11/kde4/kmplot: distinfo
x11/kde4/kmplot/pkg: PLIST
x11/kde4/knavalbattle: distinfo
x11/kde4/knavalbattle/pkg: PLIST
x11/kde4/knetwalk: distinfo
x11/kde4/kolf : distinfo
x11/kde4/kolf/pkg: PLIST
x11/kde4/kollision: distinfo
x11/kde4/kolourpaint: distinfo
x11/kde4/kolourpaint/pkg: PLIST
x11/kde4/konquest: distinfo
x11/kde4/konquest/pkg: PLIST
x11/kde4/konsole: distinfo
x11/kde4/konsole/pkg: PLIST
x11/kde4/korundum: Makefile distinfo
x11/kde4/kpat : distinfo
x11/kde4/kpat/pkg: PLIST
x11/kde4/kremotecontrol: distinfo
x11/kde4/kreversi: distinfo
x11/kde4/kross-interpreters: Makefile distinfo
x11/kde4/kruler: distinfo
x11/kde4/kruler/pkg: PLIST
x11/kde4/ksaneplugin: distinfo
x11/kde4/kscd : distinfo
x11/kde4/kscd/pkg: PLIST
x11/kde4/kshisen: distinfo
x11/kde4/ksirk : distinfo
x11/kde4/ksnakeduel: distinfo
x11/kde4/ksnakeduel/pkg: PLIST
x11/kde4/ksnapshot: distinfo
x11/kde4/ksnapshot/pkg: PLIST
x11/kde4/kspaceduel: distinfo
x11/kde4/ksquares: distinfo
x11/kde4/kstars: distinfo
x11/kde4/kstars/pkg: PLIST
x11/kde4/ksudoku: distinfo
x11/kde4/ktimer: distinfo
x11/kde4/ktimer/pkg: PLIST
x11/kde4/ktouch: distinfo
x11/kde4/ktouch/pkg: PLIST
x11/kde4/ktuberling: distinfo
x11/kde4/ktuberling/pkg: PLIST
x11/kde4/kturtle: distinfo
x11/kde4/kturtle/pkg: PLIST
x11/kde4/kubrick: distinfo
x11/kde4/kwallet: distinfo
x11/kde4/kwallet/pkg: PLIST
x11/kde4/kwordquiz: distinfo
x11/kde4/kwordquiz/pkg: PLIST
x11/kde4/l10n : Makefile.inc distinfo
x11/kde4/l10n/pkg: PLIST-ar PLIST-bg PLIST-bs PLIST-ca
PLIST-ca@valencia PLIST-cs PLIST-da PLIST-de
PLIST-el PLIST-en_GB PLIST-es PLIST-et
PLIST-eu PLIST-fa PLIST-fi PLIST-fr PLIST-ga
PLIST-gl PLIST-he PLIST-hi PLIST-hr PLIST-hu
PLIST-ia PLIST-is PLIST-it PLIST-ja PLIST-kk
PLIST-km PLIST-ko PLIST-lt PLIST-lv PLIST-mr
PLIST-nb PLIST-nds PLIST-nl PLIST-nn PLIST-pa
PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ro
PLIST-ru PLIST-sk PLIST-sl PLIST-sr PLIST-sv
PLIST-tg PLIST-th PLIST-tr PLIST-ug PLIST-uk
PLIST-wa PLIST-zh_CN PLIST-zh_TW
x11/kde4/libkcddb: distinfo
x11/kde4/libkcddb/pkg: PLIST
x11/kde4/libkcompactdisc: Makefile distinfo
x11/kde4/libkdcraw: Makefile distinfo
x11/kde4/libkdeedu: Makefile distinfo
x11/kde4/libkdegames: distinfo
x11/kde4/libkexiv2: distinfo
x11/kde4/libkipi: distinfo
x11/kde4/libkmahjongg: distinfo
x11/kde4/libksane: distinfo
x11/kde4/libs : Makefile distinfo
x11/kde4/libs/patches: patch-cmake_modules_PythonMacros_cmake
patch-kio_kio_krun_cpp
x11/kde4/libs/pkg: PLIST
x11/kde4/lskat : distinfo
x11/kde4/lskat/pkg: PLIST
x11/kde4/marble: distinfo
x11/kde4/mplayerthumbs: distinfo
x11/kde4/mplayerthumbs/pkg: PLIST
x11/kde4/nepomuk-core: Makefile distinfo
x11/kde4/nepomuk-widgets: Makefile distinfo
x11/kde4/network: distinfo
x11/kde4/okular: Makefile distinfo
x11/kde4/oxygen-icons: distinfo
x11/kde4/oxygen-icons/pkg: PLIST
x11/kde4/p5-kde: distinfo
x11/kde4/p5-qt : Makefile distinfo
x11/kde4/pairs : distinfo
x11/kde4/palapeli: distinfo
x11/kde4/parley: distinfo
x11/kde4/parley/pkg: PLIST
x11/kde4/picmi : distinfo
x11/kde4/pim : distinfo
x11/kde4/pim/pkg: PLIST
x11/kde4/pim-runtime: Makefile distinfo
x11/kde4/pim-runtime/pkg: PLIST
x11/kde4/pimlibs: Makefile distinfo
x11/kde4/pimlibs/patches: patch-CMakeLists_txt
x11/kde4/pimlibs/pkg: PLIST
x11/kde4/plasma-addons: distinfo
x11/kde4/print-manager: distinfo
x11/kde4/py-kde: Makefile distinfo
x11/kde4/qyoto : distinfo
x11/kde4/rocs : Makefile distinfo
x11/kde4/ruby-qt: Makefile distinfo
x11/kde4/ruby-qt/pkg: PLIST
x11/kde4/runtime: Makefile distinfo
x11/kde4/sdk : distinfo
x11/kde4/sdk/pkg: PLIST
x11/kde4/smokegen: distinfo
x11/kde4/smokekde: Makefile distinfo
x11/kde4/smokeqt: distinfo
x11/kde4/step : Makefile distinfo
x11/kde4/superkaramba: distinfo
x11/kde4/superkaramba/pkg: PLIST
x11/kde4/svgpart: distinfo
x11/kde4/sweeper: distinfo
x11/kde4/toys : distinfo
x11/kde4/wallpapers: Makefile
x11/kde4/webdev: Makefile distinfo
x11/kde4/workspace: Makefile distinfo
x11/kde4/workspace/pkg: PLIST
Added files:
x11/kde4/kig/patches: patch-KigConfigureChecks_cmake
patch-cmake_FindBoostPython_cmake
x11/kde4/l10n/pkg: PFRAG.conflict
x11/kde4/network/patches:
patch-kdenetwork-strigi-analyzers_CMakeLists_txt
patch-kget_CMakeLists_txt
patch-kget_doc_CMakeLists_txt
x11/kde4/p5-qt/patches: patch-CMakeLists_txt
x11/kde4/pimlibs/patches: patch-includes_tests_CMakeLists_txt
Removed files:
x11/kde4/ksirk/patches: patch-ksirk_iris_src_jdns_jdns_p_h
patch-ksirk_iris_src_jdns_jdns_sys_c
patch-ksirk_iris_src_xmpp_zlib_zlibcompressor_cpp
x11/kde4/network/patches: patch-CMakeLists_txt
Log message:
Update to KDE 4.10.5. Some highlights:
* @conflict markers relative to KDE3 packages added, to be used soon.
* Migration to Ruby 1.9 for corresponding ports. Also added @pkgpath to
x11/ruby-qt4 in x11/kde4/ruby-qt, because they are really the same
(except that x11/ruby-qt4 contains also smokegen and smokeqt stuff).
* kde-base-artwork and kde-wallpapers leaved at 4.10.4 because they:
1) did not change; 2) are heavy enough.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/03 19:23:52
Modified files:
x11/kde4 : Makefile
Log message:
Comment out everything we cannot reliably build yet in bulk builds
(i.e., everything that depends on kdelibs-4.x).
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/03 19:39:21
Modified files:
x11/kde4/smokegen: Makefile
x11/kde4/smokegen/pkg: PLIST
x11/kde4/smokeqt: Makefile
x11/kde4/smokeqt/pkg: PLIST
Log message:
Missing @conflict markers for smokegen and smokeqt.
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/07/03 20:11:47
Modified files:
share/man/man4 : pf.4
Log message:
Fix two errors:
- DIOCSETSTATUSIF uses struct pfioc_iface, not pfioc_if. The definition
of pfioc_iface is already listed under DIOCIGETIFACES, so move the
description of DIOCSETSTATUSIF below DIOCIGETIFACES.
- DIOCKILLSRCNODES uses struct pfioc_src_node_kill, not pfioc_iface.
Add the definition of pfioc_src_node_kill while here.
ok henning jmc mikeb
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/03 20:19:47
Modified files:
gnu/gcc/libcpp : expr.c
gnu/gcc/libcpp/include: cpplib.h
gnu/usr.bin/gcc/gcc: cppexp.c cpplib.h
Log message:
Add support for the GCC binary integer constants extension.
From Joerg Wunsch in GCC PR 23479, under the GPLv2.
This is required to build the i965 backend with newer versions of mesa.
ok kettenis@ espie@ miod@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/03 23:19:44
Modified files:
sys/sys : _types.h
sys/arch/alpha/include: _types.h
sys/arch/amd64/include: _types.h
sys/arch/arm/include: _types.h
sys/arch/hppa/include: _types.h
sys/arch/hppa64/include: _types.h
sys/arch/i386/include: _types.h
sys/arch/ia64/include: _types.h
sys/arch/m68k/include: _types.h
sys/arch/m88k/include: _types.h
sys/arch/mips64/include: _types.h
sys/arch/powerpc/include: _types.h
sys/arch/sh/include: _types.h
sys/arch/sparc/include: _types.h
sys/arch/sparc64/include: _types.h
sys/arch/vax/include: _types.h
Log message:
To ease future changes, move several internal type definitions that are
the same across all archs from to
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/04 00:45:15
Modified files:
textproc/exempi: Makefile
Log message:
Add converters/libiconv to BUILD_DEPENDS, configure checks for it but
doesnt actually link against it...
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/04 00:57:45
Modified files:
telephony/stuntman: Makefile
Log message:
add two more of the usual suspects
CVSROOT: /cvs
Module name: src
Changes by: gilles@cvs.openbsd.org 2013/07/04 01:04:07
Modified files:
usr.sbin/smtpd : smtpd.c
Log message:
somehow a return; was removed
spotted by David Hill and Maxime Villard
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/07/04 01:58:52
Modified files:
net/p5-Net-Whois-RIPE: Makefile distinfo
Log message:
Update p5-Net-Whois-RIPE to 2.004001.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/04 02:04:04
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
if LOCALBASE isn't the default /usr/local, pass -L to pkg_add so we can still
install packages with 'make install'
w/ and ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/04 02:11:09
Modified files:
x11/vlc : Makefile
x11/vlc/pkg : PLIST-main
Log message:
Fix problem with VLC trying to run kde4-config.
Noticed and reminded by nigel@
okay brad@ (MAINTAINER) a while ago (Jun 12)
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/04 02:22:19
Modified files:
sys/netinet : if_ether.c if_ether.h ip_input.c
Log message:
Rewrite the function used to determine if we do proxy ARP for one of
our addresses to reuse arplookup() and do only one list iteration.
Looks ok to claudio@, ok mikeb@
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/07/04 02:29:34
Modified files:
usr.bin/kdump : kdump_subr.h
Log message:
add some missing prototypes; ok guenther@
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/07/04 02:35:52
Modified files:
sys/arch/beagle/dev: if_cpsw.c
Log message:
Fix some netbsd-specific things to make this driver work in OpenBSD.
ok bmercer@, patrick@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/04 02:36:55
Modified files:
security/nss : Makefile distinfo
Log message:
Update to nss 3.15.1, adds support for TLS 1.2. Will be required at some
point by newer geckos...
see https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.1_release_notes
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/04 03:07:23
Modified files:
textproc/exempi: Makefile
Log message:
Add comment so that people don't have to guess why it's there.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/04 03:41:24
Modified files:
sys/dev/pci/drm/i915: intel_sdvo.c
Log message:
Fix sdvo connector get_hw_state function
from linux 3.8.13
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/04 03:42:47
Modified files:
sys/dev/pci/drm/i915: intel_lvds.c
Log message:
Add no-lvds quirk for Fujitsu Esprimo Q900
from linux 3.8.13
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/04 03:45:05
Modified files:
sys/dev/pci/drm/i915: intel_sdvo.c
Log message:
Fix SDVO connector and encoder get_hw_state functions
from linux 3.8.13
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/04 03:48:49
Modified files:
sys/netinet : ip_ipsp.c ip_ipsp.h
Log message:
These functions are only used in debug code, so put them under
ifdef ENCDEBUG to make sure we don't use them elsewhere.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/04 03:49:01
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Workaround incoherence between fences and LLC across multiple CPUs
from linux 3.8.13
this does not currently do the ipi to run wbinvd() on all processors
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/04 03:52:29
Modified files:
sys/dev/pci/drm/i915: i915_drv.h i915_reg.h intel_bios.c
intel_bios.h intel_pm.c
Log message:
set CPT FDI RX polarity bits based on VBT
from linux 3.8.13
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/04 03:55:01
Modified files:
sys/dev/pci/drm/i915: intel_display.c intel_dp.c intel_lvds.c
intel_panel.c
Log message:
ensure single initialization and cleanup of backlight device
from linux 3.8.13
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/04 03:57:24
Modified files:
sys/dev/pci/drm/i915: intel_display.c
Log message:
Fixup Oops in the pipe config computation
from linux 3.8.13
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/04 03:59:07
Modified files:
sys/dev/pci/drm/i915: intel_dvo.c
Log message:
Fall back to bit banging mode for DVO transmitter detection
from linux 3.8.13
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/04 04:34:17
Modified files:
graphics/p5-Image-ExifTool: Makefile distinfo
graphics/p5-Image-ExifTool/pkg: PLIST
Log message:
p5-Image-ExifTool 9.27, from maintainer patrick keshishian
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/04 06:17:57
Modified files:
graphics/ilmbase: Makefile
Log message:
"recent" C++ vs gcc2: gcc2 loses. Don't waste time on vax.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/07/04 06:44:30
Modified files:
emulators/stella: Makefile distinfo
emulators/stella/patches: patch-configure
emulators/stella/pkg: PLIST
Log message:
Update stella to 3.9.
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/07/04 06:54:45
Modified files:
devel/cppcheck : Makefile distinfo
Log message:
update to 1.60.1
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/07/04 07:57:43
Modified files:
sys/sys : _types.h
sys/arch/alpha/include: _types.h
sys/arch/amd64/include: _types.h
sys/arch/arm/include: _types.h
sys/arch/hppa/include: _types.h
sys/arch/hppa64/include: _types.h
sys/arch/i386/include: _types.h
sys/arch/ia64/include: _types.h
sys/arch/m68k/include: _types.h
sys/arch/m88k/include: _types.h
sys/arch/mips64/include: _types.h
sys/arch/powerpc/include: _types.h
sys/arch/sh/include: _types.h
sys/arch/sparc/include: _types.h
sys/arch/sparc64/include: _types.h
sys/arch/vax/include: _types.h
Log message:
backout previous; off_t must be signed and there might be other C++ API
breakage lurking; ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/04 08:35:24
Modified files:
usr.sbin/ldpd : ldpd.8
Log message:
some very minor tweaking;
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/04 08:49:27
Modified files:
net/synergy/patches: patch-src_lib_ipc_CIpcClientProxy_cpp
patch-src_lib_ipc_CIpcServerProxy_cpp
patch-src_lib_server_CClientProxy1_4_cpp
Log message:
Fix on hppa by using the same tweaks as sparc64/mips64el.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/04 09:05:41
Modified files:
usr.sbin/relayd: relayd.conf.5
Log message:
have FILES format a bit better;
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/07/04 09:12:35
Modified files:
x11/rdesktop : Makefile
Added files:
x11/rdesktop/patches: patch-rdpdr_c
Log message:
add a patch that fix crash when a invalid device is received in rdpdr_process_irp.
patch from upstream
http://sourceforge.net/p/rdesktop/code/1701/
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/04 10:34:06
Modified files:
devel/cmake : Makefile distinfo
devel/cmake/pkg: PLIST
Log message:
Maintenance update to cmake-2.8.11.2
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/07/04 10:52:23
Modified files:
sys/dev/pci : musycc_obsd.c
Log message:
Format string fix: %x instead of %p for int
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/07/04 10:55:19
Modified files:
sys/arch/i386/i386: esm.c
sys/kern : kern_descrip.c
Log message:
Format string fixes:
f_count is long
ok kettenis@
Change esm_sensor_map.arg to int
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/07/04 11:35:53
Modified files:
sys/kern : kern_malloc.c
Log message:
permit free(NULL) to work. ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/07/04 11:37:05
Modified files:
sys/kern : exec_elf.c
Log message:
now that free(null) is safe, delete checks
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/07/04 11:39:46
Modified files:
share/man/man9 : malloc.9
Log message:
free(null) works
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/04 11:45:34
Modified files:
infrastructure/bin: dpb
infrastructure/lib/DPB/Job: Port.pm
Log message:
allow dpb to install packages with a non-standard localbase
ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/07/04 12:37:32
Modified files:
archivers/xz : Makefile distinfo
archivers/xz/patches: patch-config_h_in
Log message:
maintenance update to 5.0.5
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/07/04 13:06:48
Modified files:
sys/arch/i386/i386: db_interface.c
Log message:
format string fix
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/07/04 13:10:41
Modified files:
sys/netinet : ip_output.c
sys/netinet6 : ip6_forward.c ip6_output.c
Log message:
format string fixes: size_t and uint16_t
ok bluhm@
CVSROOT: /cvs
Module name: src
Changes by: sf@cvs.openbsd.org 2013/07/04 14:05:55
Modified files:
sys/nfs : nfs_socket.c
Log message:
format string fixes: size_t and signedness
ok bluhm@
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/07/04 15:43:25
Modified files:
lib/libsndio : sio_open.3
Log message:
shorten lines in literal blocks to avoid word wraping
CVSROOT: /cvs
Module name: src
Changes by: ratchov@cvs.openbsd.org 2013/07/04 15:49:10
Modified files:
lib/libsndio : mio_open.3 sio_open.3
Log message:
remove FILES sections because it's incomplete, wrong and doesn't give
any useful information
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/04 18:32:00
Modified files:
misc/p5-File-LibMagic: Makefile distinfo
misc/p5-File-LibMagic/pkg: PLIST
Log message:
update p5-File-LibMagic to 0.97
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/04 18:56:41
Modified files:
misc/p5-File-MMagic: Makefile distinfo
Log message:
update p5-File-MMagic to 1.30
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/07/04 19:22:25
Modified files:
sys/scsi : st.c
Log message:
Tweak calculations of resid to avoid unsigned vs signed comparison and
make code clearer.
Pointed out by brad@ and his friend llvm.
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/04 19:33:13
Modified files:
net/p5-IO-Socket-INET6: Makefile distinfo
Log message:
update p5-IO-Socket-INET6 to 2.71
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/04 20:22:51
Modified files:
security/p5-IO-Socket-SSL: Makefile distinfo
Log message:
update p5-IO-Socket-SSL to 1.951
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/07/04 20:37:30
Modified files:
sys/dev/pci/bktr: bktr_core.c
Log message:
Use tmp_int to be able to pass back the -1 upon error and check for it properly
but the value passed forward throughout the ioctl handler otherwise is an
unsigned value.
Pointed out by LLVM.
bktr_core.c:1737:13: error: comparison of unsigned expression < 0 is always false
bktr_core.c:1779:13: error: comparison of unsigned expression < 0 is always false
bktr_core.c:2063:16: error: comparison of unsigned expression < 0 is always false
ok krw@
CVSROOT: /cvs
Module name: www
Changes by: lteo@cvs.openbsd.org 2013/07/04 21:20:39
Modified files:
build/mirrors : ftp.html.end
Log message:
Sync with actual 5.3 directory layout.
CVSROOT: /cvs
Module name: www
Changes by: lteo@cvs.openbsd.org 2013/07/04 21:21:04
Modified files:
. : ftp.html
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/04 23:12:11
Modified files:
distrib/sets/lists/base: md.mvme88k
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/04 23:41:09
Modified files:
lib/libm/noieee_src: n_floor.c
Log message:
implement floorf and ceilf: same technique as floor and ceil, just with
appropriate constant to the mantissa size (and document what L is along
the way).
okay martynas@, tested by miod@ for results
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/04 23:44:10
Modified files:
lib/libm/noieee_src: n_floor.c
Log message:
... and gain rintf by using the same technique, along with aliases for
ceill/floorl
okay martynas@, checked for build by miod@ as well.
(note that these don't require bumps, as vax has no shared libraries...)
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/07/05 00:12:45
Modified files:
graphics/openjpeg: Makefile
Log message:
change depends to how they were before rev 1.10.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/05 00:12:53
Modified files:
devel/geotiff : Makefile
Log message:
fix on vax (just one decl, small price).
at least pass COPTS thru, so I can use -Wdeclaration-after-statement,
though obeying CFLAGS would probably be better,
I'll let landry decide.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/05 00:20:58
Modified files:
devel/startup-notification: Makefile
Log message:
don't waste time on vax while it's gcc2
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/05 00:27:04
Modified files:
graphics/jbigkit: Makefile
Log message:
fix install on vax
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/05 00:34:46
Modified files:
multimedia/x264: Makefile
Log message:
heck, even configure says it won't build
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/05 00:45:07
Modified files:
lib/libfuse : fuse.3
share/man/man9 : fusebuf.9
Log message:
various tidy up;
ok tedu sobrado Sylvestre Gallon
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/05 01:20:27
Modified files:
sys/dev/pci/drm/i915: dvo_ns2501.c i915_dma.c i915_drv.c
i915_drv.h i915_gem.c i915_irq.c
i915_suspend.c intel_bios.c intel_crt.c
intel_ddi.c intel_display.c intel_dp.c
intel_drv.h intel_dvo.c intel_fb.c
intel_hdmi.c intel_lvds.c intel_modes.c
intel_opregion.c intel_overlay.c
intel_panel.c intel_pm.c
intel_ringbuffer.c intel_sdvo.c
intel_sprite.c intel_tv.c
Log message:
make use of the drm_i915_private macro to reduce the diff to linux
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/05 01:23:33
Modified files:
devel/cvsweb : Makefile
devel/fossil : Makefile
editors/xinha : Makefile
geo/mapserver : Makefile
japanese/canna : Makefile
Log message:
use ${VARBASE} instead of hardcoding /var
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/05 01:38:47
Modified files:
mail/femail : Makefile
mail/mini_sendmail: Makefile
mail/openwebmail: Makefile
mail/rcube-contextmenu: Makefile
mail/rcube-sieverules: Makefile
mail/rcube-yubikey-plugin: Makefile
mail/roundcubemail: Makefile
mail/z-push : Makefile
mail/zarafa/webapp: Makefile
misc/gpsd : Makefile
multimedia/ffmpeg-php: Makefile
Log message:
use ${VARBASE} instead of hardcoding /var
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/05 01:45:00
Modified files:
net/aircontrol : Makefile
net/icinga/core: Makefile
net/icinga/web : Makefile
net/nagios/nagios: Makefile
net/nedi : Makefile
net/php-weathermap: Makefile
net/zabbix : Makefile
productivity/baikal: Makefile
productivity/davical: Makefile
security/hatchet: Makefile
textproc/tcpdf : Makefile
Log message:
use ${VARBASE} instead of hardcoding /var
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/05 01:56:37
Modified files:
sys/dev/usb : umodem.c
Log message:
Correctly abort and free the pipe when detaching the device. Found the
hard way by otto@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/05 02:02:04
Modified files:
share/man/man9 : rasops.9
Log message:
Document RI_WRONLY, committing on behalf of miod@.
ok kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/05 02:31:46
Log message:
Initial import of p5-Data-Validate-IP 0.19
This module collects ip validation routines to make input validation,
and untainting easier and more readable.
OK gsoares@ benoit@ sthen@
Status:
Vendor Tag: bluhm
Release Tags: bluhm_20130705
N ports/devel/p5-Data-Validate-IP/distinfo
N ports/devel/p5-Data-Validate-IP/Makefile
N ports/devel/p5-Data-Validate-IP/pkg/DESCR
N ports/devel/p5-Data-Validate-IP/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/05 02:34:36
Modified files:
devel : Makefile
Log message:
+ p5-Data-Validate-IP
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/05 02:43:18
Modified files:
devel/p5-Data-Validate-Struct: Makefile distinfo
devel/p5-Data-Validate-Struct/pkg: PLIST
Log message:
update p5-Data-Validate-Struct to 0.07
CVSROOT: /cvs
Module name: ports
Changes by: pirofti@cvs.openbsd.org 2013/07/05 03:28:23
Modified files:
infrastructure/plist: sh
Log message:
Change emacs22 to emacs in sh's plist.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/05 03:32:14
Modified files:
sys/dev/i2c : i2cvar.h
Log message:
Provide a forward declaration of struct device.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/05 03:34:36
Modified files:
mail/zarafa/zarafa: Makefile
www/awl : Makefile
www/awstats : Makefile
www/bacula-web : Makefile
www/blogsum : Makefile
www/cgit : Makefile
www/chive : Makefile
www/cms-ms : Makefile
www/concrete5 : Makefile
www/dokuwiki : Makefile
www/ezpublish : Makefile
www/fcgi-cgi : Makefile
www/fluxbb : Makefile
www/flyspray : Makefile
www/gitlist : Makefile
www/glpi : Makefile
www/ktdms : Makefile
www/lightsquid : Makefile
www/mantis : Makefile
www/mediawiki : Makefile
www/mediawiki-CategoryTree: Makefile
www/mediawiki-httpauth: Makefile
www/mimetex : Makefile
www/mollify : Makefile
www/moodle : Makefile
www/mycalendar : Makefile
www/myreview : Makefile
www/owncloud : Makefile
www/pear : Makefile pear.port.mk
www/photoshow : Makefile
www/php-markdown: Makefile
www/php-openid : Makefile
www/php-predis : Makefile
www/phpicalendar: Makefile
www/phpldapadmin: Makefile
www/phplist : Makefile
www/phpmemcachedadmin: Makefile
www/phpmyadmin : Makefile
www/phppgadmin : Makefile
www/phpvirtualbox: Makefile
www/piwik : Makefile
www/plans : Makefile
www/pmwiki : Makefile
www/puppet-dashboard: Makefile
www/rackmonkey : Makefile
www/racktables : Makefile
www/sabredav : Makefile
www/sarg : Makefile
www/selfoss : Makefile
www/silverstripe: Makefile
www/statusnet : Makefile
www/syweb : Makefile
www/tt-rss : Makefile
www/twiki : Makefile
www/vtigercrm : Makefile
www/webacula : Makefile
www/webcollab : Makefile
www/webgui : Makefile
www/wordpress : Makefile
www/yui : Makefile
www/zendframework: Makefile
www/zurmo : Makefile
Log message:
use ${VARBASE} instead of hardcoding /var
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/05 03:37:26
Modified files:
www/analog : Makefile
www/mantis : Makefile
www/mindterm : Makefile
www/pecl-APC : Makefile
www/wwwcount : Makefile
www/xcache : Makefile
Log message:
use ${VARBASE} instead of hardcoding /var
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/05 03:59:10
Modified files:
www : Makefile
Log message:
-mindterm
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/05 04:00:42
Removed files:
www/mindterm : Makefile distinfo
www/mindterm/files: applet.html
www/mindterm/pkg: DESCR PLIST
Log message:
remove mindterm, because:
- java implementation of an ssh client that hasn't been updated in 12 years;
- non-free and we can't update because the distfile is behind a registrationf
form now;
- oh, and it doesn't even work...
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/05 05:06:50
Modified files:
net/p5-Net-IMP : Makefile distinfo
Log message:
update p5-Net-IMP to 0.620
CVSROOT: /cvs
Module name: src
Changes by: syl@cvs.openbsd.org 2013/07/05 05:08:15
Modified files:
lib/libfuse : Makefile fuse.3 fuse.c fuse.h
Log message:
Add support for fuse_teardown(3). This function
is needed by zipfs.
ok tedu@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/05 05:26:47
Added files:
textproc/gsed/patches: patch-lib_regcomp_c
Log message:
fix the one variable decl that prevents it to build on gcc2
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/05 06:03:52
Modified files:
databases/db/v3: Makefile
databases/db/v3/pkg: PFRAG.shared-main PLIST-main
databases/db/v4: Makefile
databases/db/v4/pkg: PFRAG.shared-main PLIST-main
Log message:
the build process of those ports only leads to a .la file if shared objects
are being built, so put those files into the PFRAG.shared-main fragment
too (this is one port where fragment-folding can't work)
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/05 06:10:24
Modified files:
net/libshout : Makefile
Log message:
fix shared library maze on vax.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/05 07:04:48
Modified files:
devel : Makefile
Log message:
-ruby-debug
-ruby-debug-base
-ruby-linecache
CVSROOT: /cvs
Module name: src
Changes by: blambert@cvs.openbsd.org 2013/07/05 07:07:58
Modified files:
sbin/pfctl : pfctl.8 pfctl_table.c
sys/net : pf.c pf_table.c pfvar.h
Log message:
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/05 07:19:25
Removed files:
devel/ruby-linecache: Makefile distinfo
devel/ruby-linecache/pkg: DESCR PLIST
devel/ruby-debug: Makefile distinfo
devel/ruby-debug/pkg: DESCR PLIST
devel/ruby-debug-base: Makefile distinfo
devel/ruby-debug-base/patches: patch-Rakefile
devel/ruby-debug-base/pkg: DESCR PLIST
Log message:
remove some modules only intended to aid ruby18 development.
ok jeremy@
CVSROOT: /cvs
Module name: ports
Changes by: ian@cvs.openbsd.org 2013/07/05 07:42:50
Modified files:
telephony/asterisk-openbsd-moh: Makefile
Log message:
PKG_ARCH = * and bump, requested by espie@
CVSROOT: /cvs
Module name: ports
Changes by: pirofti@cvs.openbsd.org 2013/07/05 07:49:50
Modified files:
infrastructure/lib/DPB: Config.pm
infrastructure/man/man1: dpb.1
Log message:
Synchronize the synopsis with the usage.
Comments and okay espie@.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/05 08:30:45
Modified files:
x11/kde4/sdk : Makefile
x11/kde4/sdk/pkg: PLIST
Added files:
x11/kde4/sdk/patches:
patch-kdesdk-kioslaves_svn_svnhelper_CMakeLists_txt
patch-kdesdk-kioslaves_svn_svnhelper_kio_svn_helper_cpp
patch-kdesdk-kioslaves_svn_svnhelper_subversion_desktop
Log message:
De-conflict SVN helper from KDE3.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/05 08:32:50
Modified files:
x11/kde4/sdk : Makefile
x11/kde4/sdk/patches: patch-kde-dev-scripts_adddebug
patch-kde-dev-scripts_build-progress_sh
patch-kde-dev-scripts_colorsvn
patch-kde-dev-scripts_cvsblame
patch-kde-dev-scripts_cvslastlog
patch-kde-dev-scripts_nonsvnlist
patch-kde-dev-scripts_package_crystalsvg
patch-kde-dev-scripts_qt4_adapt-kconfiggroupsaver_pl
patch-kde-dev-scripts_qt4_adapt-to-kde4-api_pl
patch-kde-dev-scripts_qt4_adapt-to-new-kconfig2_pl
patch-kde-dev-scripts_qt4_adapt-to-new-kdebug-api_pl
patch-kde-dev-scripts_qt4_adapt-to-qt4-api_pl
patch-kde-dev-scripts_qt4_convert-bad-qdatastream_pl
patch-kde-dev-scripts_qt4_convert-display_pl
patch-kde-dev-scripts_qt4_convert-find-to-indexof_pl
patch-kde-dev-scripts_qt4_convert-kgenericfactory_pl
patch-kde-dev-scripts_qt4_convert-killtimers_pl
patch-kde-dev-scripts_qt4_convert-kinstance_pl
patch-kde-dev-scripts_qt4_convert-kkeydialog_pl
patch-kde-dev-scripts_qt4_convert-kmimetype-pixmap_pl
patch-kde-dev-scripts_qt4_convert-kstringhandler_pl
patch-kde-dev-scripts_qt4_convert-newq4headers_pl
patch-kde-dev-scripts_qt4_convert-q3cstring_pl
patch-kde-dev-scripts_qt4_convert-qboxlayout_pl
patch-kde-dev-scripts_qt4_convert-qgridlayout_pl
patch-kde-dev-scripts_qt4_convert-qiodevice_at_pl
patch-kde-dev-scripts_qt4_convert-qlabel_pl
patch-kde-dev-scripts_qt4_convert-qstringlatin1_pl
patch-kde-dev-scripts_qt4_convert-qvhbox_pl
patch-kde-dev-scripts_qt4_convert-signal_pl
patch-kde-dev-scripts_qt4_fix-link_pl
patch-kde-dev-scripts_qt4_functionUtilkde_pm
patch-kde-dev-scripts_qt4_icons-kde3tokde4-renamer_icons-kde3to4-renamer_sh
patch-kde-dev-scripts_qt4_remove-qt3-support_pl
patch-kde-dev-scripts_qt4_replaceRenamedDeprecated_sh
patch-kde-dev-scripts_qt4_search-qstringlist_sh
patch-kde-dev-scripts_qt4_search-qwhatsthis_sh
patch-kde-dev-scripts_qt4_search-registeredApplications_sh
patch-kde-dev-scripts_svn-clean
patch-kde-dev-scripts_svn2log_sh
patch-kde-dev-scripts_svnaddcurrentdir
patch-kde-dev-scripts_svnforwardport
patch-kde-dev-scripts_svnversions
patch-kde-dev-scripts_unsercmake
patch-kde-dev-scripts_wcgrep
Added files:
x11/kde4/sdk/patches: patch-kde-dev-scripts_astyle-kdelibs
patch-kde-dev-scripts_cheatmake
patch-kde-dev-scripts_cvsaddcurrentdir
patch-kde-dev-scripts_optimizegraphics
patch-kde-dev-scripts_qt4_replaceAddRowSpacing_sh
Log message:
Sync development scripts patches with what've been committed upstream.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/05 08:37:22
Modified files:
x11/kde4/runtime: Makefile
x11/kde4/runtime/pkg: PLIST
Added files:
x11/kde4/runtime/patches: patch-pics_CMakeLists_txt
Log message:
De-conflict ksvgtopng with KDE3. This tool is used in KDE3 build process
but not in KDE4 one, so it's less painful to tweak KDE4 one.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/07/05 08:38:23
Modified files:
usr.bin/tmux : mode-key.c status.c tmux.h
Log message:
Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel.
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/07/05 08:40:33
Removed files:
usr.sbin/pkg_add: Makefile.PL
Log message:
zap; it's pointless and badly outdated.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/07/05 08:41:36
Modified files:
usr.bin/tmux : status.c window-copy.c
Log message:
Act like vi(1) when moving words, from Ben Boeckel.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/07/05 08:44:06
Modified files:
usr.bin/tmux : mode-key.c status.c window-copy.c
Log message:
Whitespace nits, from Ben Boeckel.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/05 08:46:05
Modified files:
x11/kde4/runtime/patches: patch-pics_CMakeLists_txt
Log message:
It's generally better to run make update-patches _before_ commit...
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/05 08:49:12
Modified files:
x11/kde4/sdk/patches:
patch-kdesdk-kioslaves_svn_svnhelper_CMakeLists_txt
Log message:
It's generally better to run make update-patches _before_ commit.
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/07/05 08:52:33
Modified files:
usr.bin/tmux : server-fn.c
Log message:
When the session option renumber-window is used, ensure we iterate over
all sessions in that group when the winlinks are reordered, otherwise
the winlink lists are out of sync with one another. From Thomas Adam.
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/05 08:55:41
Modified files:
x11 : Makefile
Log message:
+kde4: build kdelibs and Qt bindings framework.
-ruby-qt4: this is superseded by x11/kde4/ruby-qt now, which is effectively
the same package.
tested and okay jeremy@ and landry@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/05 08:56:38
Removed files:
x11/ruby-qt4 : Makefile distinfo
x11/ruby-qt4/patches: patch-cmake_modules_FindRUBY_cmake
patch-cmake_modules_FindRuby_cmake
patch-generator_CMakeLists_txt
patch-generator_generators_dump_CMakeLists_txt
patch-generator_generators_smoke_CMakeLists_txt
patch-generator_parser_CMakeLists_txt
x11/ruby-qt4/pkg: DESCR PLIST
Log message:
Remove x11/ruby-qt4, superseded by x11/kde4/ruby-qt now.
okay The Ruby Man AKA jeremy@
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/07/05 09:10:38
Modified files:
usr.bin/tmux : cmd-set-option.c
Log message:
Clarify error messages when setting options, from Thomas Adam.
CVSROOT: /cvs
Module name: www
Changes by: mikeb@cvs.openbsd.org 2013/07/05 09:23:42
Modified files:
. : donations.html
Log message:
Prisjakt AB has donated two Broadcom 10 Gb Ethernet adapters and
loaned an Intel X540 for ongoing driver development. Thanks a lot!
It wouldn't have happened without Maxim Bourmistrov's efforts.
Thanks!
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/07/05 09:27:14
Modified files:
usr.bin/tmux : format.c tmux.1
Log message:
Add pane_synchronized format, from Romain Francoise.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/07/05 11:14:27
Modified files:
sys/net : if_pflow.c
Log message:
bring back pflow v10; broken in previous commit, sorry.
ok benno@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/05 13:46:27
Modified files:
sys/sys : _types.h
sys/arch/alpha/include: _types.h
sys/arch/amd64/include: _types.h
sys/arch/arm/include: _types.h
sys/arch/hppa/include: _types.h
sys/arch/hppa64/include: _types.h
sys/arch/i386/include: _types.h
sys/arch/ia64/include: _types.h
sys/arch/m68k/include: _types.h
sys/arch/m88k/include: _types.h
sys/arch/mips64/include: _types.h
sys/arch/powerpc/include: _types.h
sys/arch/sh/include: _types.h
sys/arch/sparc/include: _types.h
sys/arch/sparc64/include: _types.h
sys/arch/vax/include: _types.h
Log message:
Take II, this time without flubbing off_t: : move several internal
type definitions that are the same across all archs from
to
ok deraadt@ kettenis@ otto@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/07/05 14:09:59
Modified files:
devel/scons : Makefile distinfo
devel/scons/pkg: PLIST
Log message:
Update to scons-2.3.0.
ok landry@, thanks for testing
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/05 14:30:56
Modified files:
sys/arch/sparc/sparc: clock.c
sys/arch/sparc64/sparc64: clock.c
Log message:
Avoid truncation when calculating clock gain/loss
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/05 15:02:07
Modified files:
usr.sbin/mopd/common: common.h device.c device.h file.c file.h
usr.sbin/mopd/mopa.out: mopa.out.1 mopa.out.c
usr.sbin/mopd/mopchk: mopchk.c
usr.sbin/mopd/mopd: mopd.c process.c
usr.sbin/mopd/mopprobe: mopprobe.c
usr.sbin/mopd/moptrace: moptrace.c
Log message:
Teach mopd and mopa.out about ELF files, and allow forthcoming VAX ELF boot
blocks to be converted to working mop binaries. From NetBSD.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/05 15:09:22
Modified files:
gnu/egcs/gcc : config.gcc
gnu/egcs/gcc/config/vax: vax.c vax.h
gnu/usr.bin/binutils: Makefile.bsd-wrapper configure
configure.in
gnu/usr.bin/binutils/bfd: config.bfd elf32-vax.c
gnu/usr.bin/binutils/gas: configure configure.in
gnu/usr.bin/binutils/gdb: configure.tgt
gnu/usr.bin/binutils/ld: Makefile.am Makefile.in configure.tgt
Added files:
gnu/egcs/gcc/config/vax: openbsdelf.h
gnu/usr.bin/binutils/ld/emulparams: elf32vax_obsd.sh
Log message:
VAX ELF toolchain, using `%' as the register prefix. Heavily based upon
NetBSD.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/05 15:10:50
Modified files:
lib/csu/vax : Makefile crt0.c
lib/libc/arch/vax: SYS.h
lib/libc/arch/vax/gen: _setjmp.S fabs.S ldexp.S modf.S setjmp.S
sigsetjmp.S udiv.S urem.S
lib/libc/arch/vax/net: htonl.S htons.S ntohl.S ntohs.S
lib/libc/arch/vax/stdlib: insque.S remque.S
lib/libc/arch/vax/string: bcmp.S bcopy.S bzero.S ffs.S index.S
memcmp.S memcpy.S memmove.S memset.S
lib/libc/arch/vax/sys: Ovfork.S brk.S cerror.S exect.S fork.S
sbrk.S sigpending.S sigprocmask.S
sigsuspend.S syscall.S tfork_thread.S
lib/libm/arch/vax: n_argred.S n_atan2.S n_cbrt.S n_hypot.S
n_infnan.S n_sincos.S n_sqrt.S n_support.S
n_tan.S
lib/librthread : rthread.c
lib/librthread/arch/vax: cerror.S
lib/libssl/crypto/arch/vax: bn_asm_vax.S
libexec/ld.so/ldconfig: prebind.c
sys/arch/vax/include: asm.h cdefs.h db_machdep.h endian.h
macros.h pmap.h profile.h vmparam.h
Added files:
lib/csu/vax : md_init.h
sys/arch/vax/include: reloc.h
Log message:
VAX ELF userland bits. Consists mostly of register prefix additions.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/05 15:11:57
Modified files:
sys/arch/vax/conf: Makefile.vax
sys/arch/vax/vax: emulate.s ka49.c ka53.c ka680.c locore.S
machdep.c udiv.s unimpl_emul.s urem.s
sys/lib/libkern/arch/vax: bcmp.S bzero.S memcmp.S memmove.S
memset.S
Log message:
VAX ELF kernel bits.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/05 15:13:07
Modified files:
sys/arch/vax/stand/boot: Makefile autoconf.c boot.c consio2.S
version
sys/arch/vax/stand/common: romread.S srt0.S str.S
sys/arch/vax/stand/xxboot: Makefile bootxx.c start.S
Log message:
VAX ELF boot block bits, and version crank.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/05 15:13:35
Modified files:
share/mk : bsd.own.mk
Log message:
VAX is an ELF citizen now.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/05 15:14:00
Modified files:
distrib/sets/lists/base: md.vax
distrib/sets/lists/comp: md.vax
distrib/sets/lists/man: md.vax
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/05 15:18:32
Modified files:
sys/dev/wscons : wsdisplay.c wsdisplayvar.h
Log message:
Add submatch function for use with config_found_sm(9).
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/05 15:28:21
Modified files:
sys/sys : vnode.h
Log message:
syncdelay is defined as int, not time_t, in kern/vfs_sync.c, and that's
Just Fine
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/05 15:29:51
Modified files:
. : Makefile.cross
distrib/ramdisk: Makefile
gnu/usr.bin : Makefile
gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper
gnu/usr.bin/binutils: Makefile.bsd-wrapper
gnu/usr.bin/cxxfilt: Makefile
lib/libc/dlfcn : Makefile.inc
lib/librthread : Makefile
libexec/ld.so : Makefile
libexec/ld.so/ldconfig: Makefile
libexec/ld.so/ldd: Makefile
regress/libexec/ld.so/link-order: Makefile
regress/libexec/ld.so/link-order/test: Makefile
sbin/modload : Makefile
share/mk : bsd.prog.mk
usr.bin/ar : Makefile
usr.bin/gprof : Makefile
usr.bin/ranlib : Makefile
usr.bin/rdist : Makefile
usr.sbin/config: Makefile
Log message:
ELF_TOOLCHAIN bye bye.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/05 15:31:47
Removed files:
gnu/usr.bin/gas: CONTRIBUTORS COPYING ChangeLog Makefile
Makefile.in NOTES NOTES.config NOTES.xcc README
README-vms README.coff README.pic README.rich
VERSION app.c as.1 as.c as.h atof-generic.c
bignum-copy.c bignum.h bit_fix.h cond.c
config-gas.com configdos.bat configure.in
debug.c expr.c expr.h flo-const.c flo-copy.c
flonum-mult.c flonum.h frags.c frags.h
gas-format.el hash.c hash.h hex-value.c
input-file.c input-file.h input-scrub.c
link.cmd listing.c listing.h make-gas.com
makefile.dos messages.c obj.h obstack.c
obstack.h output-file.c output-file.h read.c
read.h struc-symbol.h subsegs.c subsegs.h
symbols.c symbols.h tc.h version.c write.c
write.h xmalloc.c xrealloc.c
gnu/usr.bin/gas/config: Makefile.i386 Makefile.m68k
Makefile.m88k Makefile.ns32k
Makefile.powerpc Makefile.sparc
Makefile.vax aout.h atof-ieee.c
atof-ns32k.c atof-tahoe.c atof-vax.c
coff.h cplus-dem.c ho-ansi.h
ho-decstation.h ho-generic.h ho-hpux.h
ho-i386.h ho-i386aix.h ho-rs6000.h
ho-sun3.h ho-sun386.h ho-sun4.h
ho-sunos.h ho-sysv.h ho-vax.h ho-vms.h
mh-i386 mh-i386aix mh-i386v4 mt-ebmon29k
mt-h8300 mt-h8300hds mt-i386aix mt-mips
mt-rs6000 obj-aout.c obj-aout.h
obj-bfd-sunos.c obj-bfd-sunos.h
obj-bout.c obj-bout.h obj-coff.c
obj-coff.h obj-coffbfd.c obj-coffbfd.h
obj-generic.c obj-generic.h obj-ieee.c
obj-ieee.h obj-vms.c obj-vms.h tc-a29k.c
tc-a29k.h tc-generic.c tc-generic.h
tc-h8300.c tc-h8300.h tc-i386.c
tc-i386.h tc-i860.c tc-i860.h tc-i960.c
tc-i960.h tc-m68k.c tc-m68k.h
tc-m68kmote.h tc-m88k.c tc-m88k.h
tc-mips.c tc-mips.h tc-ns32k.c
tc-ns32k.h tc-powerpc.c tc-powerpc.h
tc-rs6000.c tc-rs6000.h tc-sparc.c
tc-sparc.h tc-tahoe.c tc-tahoe.h
tc-vax.c tc-vax.h te-dpx2.h te-generic.h
te-hpux.h te-i386aix.h te-ic960.h
te-sco386.h te-sequent.h te-sun3.h
te-sysv32.h vax-inst.h
gnu/usr.bin/gas/doc: Makefile Makefile.in a29k-coff.m4 a29k.m4
all.m4 as.texinfo config.status
configure.in gen.m4 h8.m4 i80386.m4 i960.m4
m680x0.m4 none.m4 pretex.m4 sparc.m4 vax.m4
vintage.m4
gnu/usr.bin/gas/opcode: ChangeLog a29k.h h8300.h i386.h i860.h
i960.h m68k-aliases.h m68k.h m88k.h
mips.h np1.h ns32k.h pn.h ppc.h pyr.h
sparc.h tahoe.h vax.h
gnu/usr.bin/gas/testscripts: doboth doobjcmp dostriptest dotest
dounsortreloc dounsortsymbols
gnu/usr.bin/ld : Makefile PORTING cplus-dem.c etc.c ld.1 ld.c
ld.h lib.c rrs.c shlib.c symbol.c symseg.h
warnings.c xbits.c
gnu/usr.bin/ld/arm32: md.c md.h
gnu/usr.bin/ld/i386: md-static-funcs.c md.c md.h mdprologue.S
gnu/usr.bin/ld/ldconfig: Makefile ldconfig.8 ldconfig.c
gnu/usr.bin/ld/ldd: Makefile ldd.1 ldd.c scanlib.c
gnu/usr.bin/ld/m68k: md-static-funcs.c md.c md.h mdprologue.S
gnu/usr.bin/ld/m88k: md.c md.h
gnu/usr.bin/ld/ns32k: md-static-funcs.c md.c md.h mdprologue.S
gnu/usr.bin/ld/sparc: md-static-funcs.c md.c md.h mdprologue.S
gnu/usr.bin/ld/vax: md-static-funcs.c md.c md.h mdprologue.S
Log message:
Put the a.out as and ld to rest in the Attic, finally!
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/07/05 15:32:21
Modified files:
multimedia/x264: Makefile
Log message:
Move this up to the top.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/05 15:33:36
Removed files:
sbin/modload : a.out.c
usr.bin/gprof : aout.c
usr.sbin/config: exec_aout.c
Log message:
More a.out files leave the party.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/05 15:37:19
Modified files:
share/man/man5 : Makefile
usr.bin : Makefile
Added files:
share/man/man5 : ar.5 ranlib.5
Removed files:
usr.bin/ar : Makefile append.c ar.1 ar.5 ar.c archive.c
archive.h contents.c delete.c extern.h
extract.c misc.c move.c pathnames.h print.c
replace.c
usr.bin/ranlib : Makefile build.c extern.h misc.c pathnames.h
ranlib.1 ranlib.5 ranlib.c touch.c
Log message:
Remove usr.bin/ar and usr.bin/ranlib, no longer building anything. Move their
manpages to share/man5 since they are still worth keeping.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/05 15:38:37
Modified files:
usr.bin : Makefile
Removed files:
usr.bin/strings: Makefile strings.1 strings.c
usr.bin/strip : Makefile strip.1 strip.c
Log message:
Remove usr.bin/strip and usr.bin/strings, no longer built.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/05 15:43:06
Modified files:
devel/protobuf : Makefile
Log message:
come on like google C++'s gonna compile on vaxen
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/05 15:48:03
Modified files:
infrastructure/mk: arch-defines.mk bsd.port.mk
Log message:
no longer depend upon base's elf toolchain
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/05 15:50:52
Modified files:
x11/kde4/libs : Makefile
x11/kde4/libs/patches: patch-cmake_modules_PythonMacros_cmake
Log message:
Sync with what was committed upstream.
CVSROOT: /cvs
Module name: www
Changes by: miod@cvs.openbsd.org 2013/07/05 16:09:52
Modified files:
. : vax.html
Log message:
ELF is done
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/07/05 16:13:10
Modified files:
sbin/dhclient : kroute.c dispatch.c dhclient.c
Log message:
Zap trailing whitespace.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/05 17:05:23
Modified files:
audio/libmpdclient: Makefile
Log message:
!gcc2, more decl after statement
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/05 17:30:39
Added files:
audio/libcue/patches: patch-src_libcue_rem_c
Log message:
one single "decl after statement" -> cheap to fix
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/07/05 18:29:35
Modified files:
. : plus.html
Log message:
plus.html for June 24-30, ok and tweaks jj@.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/05 18:42:06
Modified files:
net/texapp : Makefile distinfo
Log message:
Minor update of net/texapp to 0.5.3
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/07/05 19:12:20
Modified files:
sbin/dhclient : dispatch.c
Log message:
Zap leading whitespace.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/07/05 20:44:23
Modified files:
sys/sys : mbuf.h
Log message:
Use a tab here to be consistent with the surrounding flags.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/07/05 21:03:23
Modified files:
sbin/dhclient : options.c
Log message:
Fix a lie in one comment and zap a pointless sentence in another.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/07/05 21:13:34
Modified files:
sbin/dhclient : dhclient.c
Log message:
Tone down verbosity by putting the "Unexpected " messages under
#ifdef DEBUG. They were mostly for, well, debugging.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/07/05 21:22:11
Modified files:
editors/emacs21: Makefile
Log message:
Remove use of ELF_TOOLCHAIN.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/07/05 21:29:57
Modified files:
devel/bison : Makefile
Log message:
Remove hack now that a.out is gone.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/06 02:22:04
Modified files:
devel/re2c : Makefile distinfo
devel/re2c/patches: patch-dfa_cc
Log message:
update to re2c-0.13.6
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/06 02:30:28
Modified files:
security/libotr: Makefile
Log message:
fix depends for !shared
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/06 02:32:06
Modified files:
security/libgsasl: Makefile
Log message:
fix on vax
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/06 03:14:12
Added files:
devel/ninja/patches: patch-src_build_log_cc
Log message:
Fix build on hppa by applying the same dark magic as used on
sparc64/mips64el in patch-src_hash_map_h, cluestick from espie@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/06 03:46:29
Modified files:
x11/kde4/smokegen: Makefile
x11/kde4/smokegen/pkg: PLIST
x11/kde4/smokeqt: Makefile
x11/kde4/smokeqt/pkg: PLIST
x11/kde4/ruby-qt: Makefile
x11/kde4/ruby-qt/pkg: PLIST
Log message:
Better upgrade path for x11/ruby-qt4 => x11/kde4/ruby-qt transition.
Prodded by landry@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/06 03:56:37
Modified files:
x11/kde4 : Makefile
Log message:
Disable building kdelibs-4.x until x11/kde/libs3 gets PKGSPEC, too. The problem became
visible after talk with nigel@.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/06 04:46:30
Modified files:
japanese/Wnn : Makefile
Log message:
enforce extra x11 libs on vax
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/07/06 05:03:44
Modified files:
lang/tcl/8.4 : Makefile
lang/tcl/8.4/patches: patch-unix_tcl_m4
lang/tcl/8.4/pkg: PFRAG.shared PLIST
Log message:
M88k is elf now.
Skip unneeded elf check in configure.
Whitespace tweaks.
Fix packing lists for shared libs.
Thanks to miod@ for original patch.
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/07/06 05:04:19
Modified files:
lang/tcl/8.5 : Makefile
lang/tcl/8.5/pkg: PFRAG.shared PLIST
Added files:
lang/tcl/8.5/patches: patch-unix_configure
Log message:
M88k is elf now.
Skip unneeded elf check in configure.
Whitespace tweaks.
Fix packing lists for shared libs.
Thanks to miod@ for original patch.
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/07/06 05:05:30
Modified files:
lang/tcl/8.6 : Makefile
Added files:
lang/tcl/8.6/patches: patch-unix_configure
Log message:
M88k is elf now.
Skip unneeded elf check in configure.
Whitespace tweaks.
Thanks to miod@ for original patch.
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/07/06 05:06:17
Modified files:
x11/tk/8.4 : Makefile
x11/tk/8.4/patches: patch-unix_tcl_m4
x11/tk/8.4/pkg : PFRAG.shared PLIST
Log message:
M88k is elf now.
Skip unneeded elf check in configure.
Whitespace tweaks.
Fix packing lists for shared libs.
Thanks to miod@ for original patch.
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/07/06 05:06:36
Modified files:
x11/tk/8.5 : Makefile
x11/tk/8.5/pkg : PFRAG.shared PLIST
Added files:
x11/tk/8.5/patches: patch-unix_configure
Log message:
M88k is elf now.
Skip unneeded elf check in configure.
Whitespace tweaks.
Fix packing lists for shared libs.
Thanks to miod@ for original patch.
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/07/06 05:07:19
Modified files:
x11/tk/8.6 : Makefile
x11/tk/8.6/pkg : PFRAG.shared PLIST
Added files:
x11/tk/8.6/patches: patch-unix_configure
Log message:
M88k is elf now.
Skip unneeded elf check in configure.
Whitespace tweaks.
Fix packing lists for pkgIndex.tcl.
Thanks to miod@ for original patch.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/06 05:19:48
Modified files:
graphics/mapnik: Makefile distinfo
graphics/mapnik/patches: patch-SConstruct patch-src_build_py
graphics/mapnik/pkg: PLIST
Removed files:
graphics/mapnik/patches: patch-bindings_python_build_py
Log message:
Update to mapnik 2.2.0.
Fix depends, remove cairomm/libtool,-ltdl & agg. Mapnik uses its own
internal agg fork now. Fix WANTLIB while here, and ensure dependency on
png 1.6, otherwise build breaks horribly.
Force the dependency on scons 2.3.0, newer mapnik switched from CXXFLAGS
to CPPDEFINES, and with previous scons this produces broken build flags like
-DHAVE_JPEG-DMAPNIK_USE_PROJ4-DHAVE_PNG-DHAVE_TIFF-DBIGINT-DOPENBSD-DMAPNIK_THREADSAFE
in turn producing broken builds.
Add a warning about the 'dangerous' regress tests.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/07/06 05:46:45
Removed files:
shells/bash/patches: patch-builtins_enable_def
Log message:
remove a.out workaround
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/06 07:36:35
Removed files:
audio/libmpdclient/patches: patch-src_idle_c patch-src_song_c
patch-src_tag_c
Log message:
Drop gcc2 patches, as requested by espie@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/06 08:28:48
Modified files:
sys/arch/macppc/dev: adb.c
Log message:
Print the number of targets and the irq before looking for subdevices,
like it was before r1.36, to correct the adb* lines in the dmesg.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/06 08:35:45
Modified files:
sys/dev/wscons : wsdisplay.c wsdisplayvar.h
Log message:
s/wsemuldisplaysubmatch/wsemuldisplaydevsubmatch/g
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/06 08:36:33
Modified files:
sys/dev/ic : vga.c
Log message:
Use wsemuldisplaydevsubmatch.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/06 08:42:38
Modified files:
sys/dev/usb : utpms.c
Log message:
Advertise utpms(4) as being a WSMOUSE_TYPE_USB because even if it could
be declared as PANEL or SYNAPTICS it doesn't implement GCALIBCOORDS for
the moment.
This makes ws(4) happier as it can now uses the touchpad directly wich
in turn makes my touchpad usable if the bluetooth HID mouse is not
detected or ums(4) is disable.
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/07/06 09:55:27
Modified files:
lang/scm : Makefile
Removed files:
lang/scm/patches: patch-dynl_c
Log message:
drop workaround for dynamically loaded objects on a.out
CVSROOT: /cvs
Module name: ports
Changes by: ian@cvs.openbsd.org 2013/07/06 09:55:46
Modified files:
x11/rxvt : Makefile
x11/rxvt/patches: patch-src_screen_c
Log message:
Fix crash when rxvt window holding selection and e.g. under synergy, move
focus to a different screen. From FreeBSD ports/98590. Dead upstream.
Looks ok to dcoppa@
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/07/06 10:14:38
Modified files:
etc : MAKEDEV.common
Log message:
create more com(4) entries by default since puc(4)s are now guaranteed
to show up at com4 or higher on x86; ok kettenis@ krw@
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/07/06 10:15:28
Modified files:
etc/etc.alpha : MAKEDEV
etc/etc.amd64 : MAKEDEV
etc/etc.armish : MAKEDEV
etc/etc.beagle : MAKEDEV
etc/etc.hppa : MAKEDEV
etc/etc.hppa64 : MAKEDEV
etc/etc.i386 : MAKEDEV
etc/etc.loongson: MAKEDEV
etc/etc.macppc : MAKEDEV
etc/etc.octeon : MAKEDEV
etc/etc.sgi : MAKEDEV
etc/etc.socppc : MAKEDEV
etc/etc.sparc : MAKEDEV
etc/etc.sparc64: MAKEDEV
etc/etc.zaurus : MAKEDEV
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/06 11:31:21
Modified files:
lib/libc/gen : isalnum.3 isalpha.3 isascii.3 isblank.3
iscntrl.3 isdigit.3 isgraph.3 islower.3
isprint.3 ispunct.3 isspace.3 isupper.3
isxdigit.3
Log message:
functions, not macros; from Daniel Dickman
ok guenther
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/07/06 11:33:44
Modified files:
etc : MAKEDEV.common
Log message:
create 12 com(4) device nodes by default; requested by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/07/06 11:34:48
Modified files:
etc/etc.alpha : MAKEDEV
etc/etc.amd64 : MAKEDEV
etc/etc.armish : MAKEDEV
etc/etc.beagle : MAKEDEV
etc/etc.hppa : MAKEDEV
etc/etc.hppa64 : MAKEDEV
etc/etc.i386 : MAKEDEV
etc/etc.loongson: MAKEDEV
etc/etc.macppc : MAKEDEV
etc/etc.octeon : MAKEDEV
etc/etc.sgi : MAKEDEV
etc/etc.socppc : MAKEDEV
etc/etc.sparc : MAKEDEV
etc/etc.sparc64: MAKEDEV
etc/etc.zaurus : MAKEDEV
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/06 11:40:01
Modified files:
sys/arch/macppc/conf: GENERIC
Log message:
Add uhci* at cardbus, tested with a VIA VT83C572.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/06 11:52:57
Modified files:
. : Makefile.cross
Log message:
tabs got lost in previous rev
CVSROOT: /cvs
Module name: www
Changes by: miod@cvs.openbsd.org 2013/07/06 12:03:15
Modified files:
faq : current.html
Log message:
vax manual upgrade instructions
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/06 12:08:47
Modified files:
sys/arch/macppc/pci: vgafb.c
Log message:
Use the write-only rasops code to speed up the console framebuffer.
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/06 12:31:46
Modified files:
sys/arch/vax/vsa: hdc9224.c
Log message:
Forgot to commit this file during the a.out->ELF transition.
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/07/06 12:44:21
Modified files:
sys/sys : times.h
Log message:
__clock_t is now defined in ; ok guenther@
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/06 14:54:15
Modified files:
devel/c2hs : Makefile
Log message:
Typo in comment... Haskell isn't *that* old.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/06 17:05:05
src/regress/misc/c++abi
Update of /cvs/src/regress/misc/c++abi
In directory cvs.openbsd.org:/tmp/cvs-serv9576/c++abi
Log Message:
Directory /cvs/src/regress/misc/c++abi added to the repository
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/06 17:06:36
Modified files:
regress/misc : Makefile
Added files:
regress/misc/c++abi: Makefile nm1.C nm1.ref
Log message:
implement some simple check that make sure typedefs don't change in
a bad way on us.
Prompted by some recent work on types.h by guenther, to be fleshed
out as people require.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/07/06 17:35:44
Modified files:
sys/dev/pci : agp.c
Log message:
Remove unsigned comparison < 0.
Pointed out by LLVM.
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/07/06 18:04:58
Modified files:
sbin/dhclient : options.c
Log message:
Remove erroneous warnings -- we do not reject offers just because the
option buffer(s) end badly.
CVSROOT: /cvs
Module name: ports
Changes by: jsg@cvs.openbsd.org 2013/07/06 20:46:26
Modified files:
games/scummvm : Makefile distinfo
games/scummvm/patches: patch-configure
Log message:
update to 1.6.0
CVSROOT: /cvs
Module name: ports
Changes by: jsg@cvs.openbsd.org 2013/07/06 20:47:55
Modified files:
games/scummvm-tools: Makefile distinfo
Log message:
update to 1.6.0
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/06 21:12:50
Modified files:
games/manaplus : Makefile distinfo
games/manaplus/pkg: PLIST
Log message:
Update to 1.3.7.7
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/07/07 02:39:38
Modified files:
de : donations.html events.html ftp.html vax.html
faq/de : faq1.html
faq/fr : faq1.html
fr : donations.html events.html ftp.html vax.html
pt : cvsync.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/07 02:58:12
Modified files:
inputmethods/ibus: Makefile
inputmethods/ibus/pkg: PLIST
x11/gtk+3 : Makefile
x11/gtk+3/pkg : PLIST-main
Log message:
gtk-query-immodules-3.0 has an --update-cache, so use that instead of
redirecting the output to the cache file.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/07 03:12:30
Modified files:
devel/cppunit : Makefile
Log message:
broken on vax until gcc3
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/07 03:38:07
Modified files:
x11/gtk+2 : Makefile distinfo
x11/gtk+2/pkg : PLIST-main
Log message:
Update to gtk+2-2.24.20.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/07 03:41:08
Modified files:
usr.bin/make : main.c
Log message:
old option -P bites the dust. It's not been doing anything for years.
It used to control pipes for parallel output, but the new model means
pipes are no longer used at all.
Its mere presence confuses some people.
tested thru a few builds and bulk to not impact anything.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/07 03:45:15
Modified files:
x11/gtk+2 : Makefile
x11/gtk+2/pkg : PLIST-main
Log message:
Add a missing @unexec-delete.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/07 03:53:03
Modified files:
inputmethods/ibus: Makefile
inputmethods/ibus/pkg: PLIST
inputmethods/scim: Makefile
inputmethods/scim/pkg: PLIST
inputmethods/uim: Makefile
inputmethods/uim/pkg: PLIST-gtk
Log message:
Since its last update, gtk+2 gained an --update-cache option for
gtk-query-immodules-2.0 -- so use it as was done with gtk+3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/07 03:58:29
Modified files:
x11/gtk+2 : Makefile
x11/gtk+2/pkg : PLIST-main
Log message:
Follow gtk+3 behavior and install im-multipress.conf.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/07 04:22:07
Modified files:
devel/py-gobject3: Makefile distinfo
devel/py-gobject3/pkg: PLIST-main
Log message:
Update to py-gobject3-3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/07 07:35:27
Modified files:
lang/ghc : Makefile
Log message:
Fix the no_doc pseudo flavor: don't add -doc to MULTI_PACKAGES
when FLAVOR=no_doc.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/07 08:08:05
Modified files:
sys/arch/hppa/hppa: db_interface.c
Log message:
fix int vs long assumption; ok kettenis
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/07 09:39:40
Modified files:
textproc/py-yaml: Makefile distinfo
Log message:
update to py-yaml-3.10
ok pea@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/07/07 11:57:44
Log message:
Import zopfli-1.0.0.
Zopfli is a compression algorithm programmed in C to perform very good,
but slow, deflate or zlib compression.
This program can only compress, not decompress. Existing zlib or deflate
libraries can decompress the data.
ok rfreeman@
Status:
Vendor Tag: bentley
Release Tags: bentley_20130707
N ports/archivers/zopfli/Makefile
N ports/archivers/zopfli/distinfo
N ports/archivers/zopfli/patches/patch-makefile
N ports/archivers/zopfli/pkg/DESCR
N ports/archivers/zopfli/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/07/07 11:58:59
Modified files:
archivers : Makefile
Log message:
+zopfli
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/07 12:11:50
Modified files:
sys/sys : param.h
share/mk : sys.mk
etc/root : root.mail
sys/arch/macppc/stand/tbxidata: bsd.tbxi
sys/conf : newvers.sh
Log message:
move to 5.4-beta
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/07 12:17:50
Modified files:
usr.bin/sendbug: sendbug.1
Log message:
point folks to the mailing list archive to follow bug reports,
now that there is no "online bug tracking system";
from Alexis de BRUYN
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/07 12:52:57
Modified files:
x11/gtksourceview3: Makefile distinfo
Log message:
update to gtksourceview3-3.8.2
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/07 12:52:59
Modified files:
devel/vte3 : Makefile distinfo
Log message:
update to vte3-0.34.7
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/07 12:53:07
Modified files:
x11/gnome/terminal: Makefile distinfo
x11/gnome/terminal/pkg: PLIST
Log message:
update to gnome-terminal-3.8.4
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/07 12:59:36
Modified files:
sys/arch/vax/vax: pmap.c
Log message:
Fix pmap_extract() to actually only return TRUE for mappings which have the
valid bit set; can't believe this went unnoticed for so long.
This fixes uvm_km_pgremove_intrsafe panics when pool_put()'ing items in pools
for larger-than-a-page-items at shutdown time.
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/07/07 13:32:38
Modified files:
emulators/fs-uae: Makefile distinfo
Log message:
Update to fs-uae-2.2.3.
OK jung@
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/07 14:15:35
Modified files:
lang/ghc : Makefile
Log message:
Now is a good time to prepare for a bootstrapper update.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/07/07 14:23:16
Modified files:
lang/node-typescript: Makefile distinfo
Log message:
Update node-typescript to 0.9.0.1.
Also make sure tsc is executable.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/07 15:07:41
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion
md.beagle md.hp300 md.hppa md.hppa64
md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.vax md.zaurus
distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.aviion
md.beagle md.hp300 md.hppa md.hppa64
md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.octeon md.sgi md.socppc
md.sparc md.sparc64 md.vax md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/07/07 15:25:33
Modified files:
devel/libf2c : Makefile
devel/libf2c-old: Makefile
devel/py-gobject3: Makefile
editors/emacs21: Makefile
editors/xemacs21/stable: Makefile
lang/g77 : Makefile
lang/g77-old : Makefile
lang/gcc/4.6 : Makefile
lang/gcc/4.8 : Makefile
lang/gfortran : Makefile
lang/pcc : Makefile
lang/swi-prolog: Makefile
math/octave : Makefile
x11/e17/e : Makefile
x11/e17/elementary: Makefile
x11/e17/emotion: Makefile
x11/e17/evas : Makefile
Log message:
bump for plist changes 5.3 -> 5.4
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/07/07 15:33:18
Modified files:
net/openafs : Makefile
net/openafs/patches: patch-src_config_afs_sysnames_h
Log message:
recognize 5.4
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/07 16:50:35
Modified files:
www/p5-libapreq2: Makefile
Log message:
fix sloppy depends (both build and run!) and bump
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/07/07 20:10:38
ports/emulators/mupen64plus/video-glide64/patches
Update of /cvs/ports/emulators/mupen64plus/video-glide64/patches
In directory cvs.openbsd.org:/tmp/cvs-serv14289/patches
Log Message:
Directory /cvs/ports/emulators/mupen64plus/video-glide64/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/07/07 22:17:01
Modified files:
security/libotr: Makefile
Log message:
change depends to how they were before rev 1.14. no functional change.
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/07/07 22:29:09
Modified files:
security/libgsasl: Makefile
Log message:
change depends to how they were before rev 1.2. no functional change.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/07 23:57:27
Modified files:
sys/dev/pci/drm: drm.h drm_mode.h
Log message:
add DRM_IOCTL_MODE_CURSOR2 definition from libdrm 2.4.46
CVSROOT: /cvs
Module name: src
Changes by: jasper@cvs.openbsd.org 2013/07/08 02:49:57
Modified files:
usr.sbin/pkg_add/OpenBSD: Vstat.pm
Log message:
Swap the program name and it's exit code so the output makes sense again.
ok espie@
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/07/08 03:10:05
Modified files:
lib/libdrm : Makefile.inc shlib_version xf86drmMode.c
xf86drmMode.h
lib/libdrm/intel: intel_aub.h intel_bufmgr.h intel_bufmgr_gem.c
intel_chipset.h shlib_version
lib/libdrm/radeon: r600_pci_ids.h radeon_surface.c
Log message:
update to libdrm 2.4.46
ok mpi@ kettenis@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/08 03:10:38
Modified files:
x11/nagstamon : Makefile distinfo
Added files:
x11/nagstamon/patches: patch-Nagstamon_Actions_py
patch-Nagstamon_Server_Generic_py
Log message:
SECURITY: fix a security issue in the update-checking mechanism (upstream).
CVSROOT: /cvs
Module name: xenocara
Changes by: jsg@cvs.openbsd.org 2013/07/08 03:16:17
Modified files:
. : 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/08 03:43:18
Modified files:
sys/dev/pci/drm: drmP.h
Log message:
add inline versions of udelay/mdelay
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/08 03:47:45
Modified files:
sys/dev/pci/drm/i915: dvo_ivch.c i915_suspend.c intel_ddi.c
intel_display.c intel_dp.c intel_pm.c
intel_sdvo.c
Log message:
make use of udelay to reduce the diff to linux
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/07/08 03:53:47
Modified files:
sysutils/ansible: Makefile distinfo
sysutils/ansible/patches: patch-examples_hosts
Log message:
Update to ansible 1.2.1
- Security Fix for CVE-2013-2233:
Does not cache SSH host keys (preventing possibility of server's
host key to be checked against system host keys).
- Move OpenBSD examples in /etc/ansible/hosts to end of the file
ok aja@ sthen@ jasper@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/08 04:29:37
Modified files:
security/libotr: Makefile
Log message:
revert stupid change
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/08 04:31:01
Modified files:
security/libgsasl: Makefile
Log message:
revert change THAT LOSES INFORMATION.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/08 06:45:56
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
tweak PKG_CREATE_NO_CHECKS: the check is always useful and
inexpensive, so do it anyway. PKG_CREATE_NO_CHECKS=Yes turns
it into a warning.
Test bunny landry@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/08 07:04:37
Added files:
net/GeoIP/patches: patch-libGeoIP_GeoIPCity_c
Log message:
fix for gcc2 (one bad decl, so worth it)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/08 07:32:15
Modified files:
x11/nagstamon : Tag: OPENBSD_5_3 Makefile
Added files:
x11/nagstamon/patches: Tag: OPENBSD_5_3
patch-Nagstamon_Actions_py
patch-Nagstamon_Server_Generic_py
Log message:
MFC:
SECURITY: fix a security issue in the update-checking mechanism (upstream).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/08 07:42:41
Modified files:
www/racktables : Makefile distinfo
www/racktables/pkg: PLIST
Removed files:
www/racktables/patches: patch-wwwroot_inc_remote_php
Log message:
update to racktables 0.20.5, bug fixes, improved search and new implementation
for the SLB feature
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/08 07:43:26
Modified files:
x11/kde4 : Makefile
Log message:
kdegraphics-strigi-analyzer does not LDEP on kdelibs-4.x, so MODKDE4_USE=No.
But it does BDEP on kdelibs-4.x, so it should not be enable now, either.
Noticed by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/08 07:52:46
Log message:
Import games/spacezero, a 2D RTS space combat game.
ok benoit@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Jul-08
N ports/games/spacezero/Makefile
N ports/games/spacezero/distinfo
N ports/games/spacezero/patches/patch-Makefile
N ports/games/spacezero/pkg/PLIST
N ports/games/spacezero/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/08 07:53:20
Modified files:
games : Makefile
Log message:
+spacezero
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/08 08:03:30
Modified files:
x11/kde : Makefile.inc kde.port.mk
x11/kde/accessibility3: Makefile
x11/kde/admin3 : Makefile
x11/kde/base3 : Makefile
x11/kde/edu3 : Makefile
x11/kde/games3 : Makefile
x11/kde/graphics3: Makefile
x11/kde/multimedia3: Makefile
x11/kde/network3: Makefile
x11/kde/office3: Makefile
x11/kde/pim3 : Makefile
x11/kde/sdk3 : Makefile
x11/kde/toys3 : Makefile
x11/kde/utils3 : Makefile
x11/kde/webdev : Makefile
Log message:
Replace ${post_install_libs} in Makefile.inc with MODKDE_LIB_LINKS
(see analog in kde4.port.mk). Some stuff outside x11/kde will need this
functionality, too, as it was merged into KDE4 SC.
okay espie@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/08 08:15:08
Modified files:
games/spacezero: Makefile
games/spacezero/patches: patch-Makefile
Log message:
Missing gettext MODULE.
Add PORTHOME to prevent warnings.
Don't force compiler optimisations.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/08 09:46:16
Modified files:
app/cwm : calmwm.c xevents.c
Log message:
whitespace and style fixes; from Tiago Cunha and one from me.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/08 09:48:16
Modified files:
app/cwm : group.c xutil.c
Log message:
replace a few (x)malloc with (x)calloc to prevent potential integer
overflows; from Tiago Cunha
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/08 10:10:55
Modified files:
app/cwm : conf.c
Log message:
move duplicate kbd and mouse modifier parsing to a generic function;
from Tiago Cunha
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/08 10:32:51
Modified files:
app/cwm : calmwm.h conf.c parse.y
Log message:
clarify kbd vs mouse functions
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/08 12:19:22
Modified files:
app/cwm : calmwm.h conf.c kbfunc.c mousefunc.c xevents.c
Log message:
move kbfunc and mousefunc closer together
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/08 12:27:31
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
Restore previous behaviour wrt PKG_CREATE_NO_CHECKS. Keep it to 'no' by
default (for production/bulks), setting it to 'yes' disables the check
as it was before (for slow archs), and setting it to 'warn' will now
show the differences between wantlib lists, but as a warning and not an
error (which was the behaviour introduced in previous commit for 'yes'
case)
ok espie@
CVSROOT: /cvs
Module name: src
Changes by: landry@cvs.openbsd.org 2013/07/08 12:28:11
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
Document PKG_CREATE_NO_CHECKS=warn
ok espie@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/08 12:37:18
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
Doh, fix typo.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/08 12:39:20
Modified files:
app/cwm : calmwm.h conf.c cwmrc.5 mousefunc.c
Log message:
add support for mouse based group {,r}cycle; from Rodrigo Mosconi. not
bound by default.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/08 13:13:29
Modified files:
sysutils/ansible: Tag: OPENBSD_5_3 Makefile
Added files:
sysutils/ansible/patches: Tag: OPENBSD_5_3
patch-examples_ansible_cfg
patch-lib_ansible_constants_py
patch-lib_ansible_runner_connection_plugins_paramiko_ssh_py
patch-lib_ansible_runner_connection_plugins_ssh_py
Log message:
Security fix for CVE-2013-2233, backported from upstream git.
ok rpe@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/08 15:56:45
Modified files:
graphics/libkdcraw: Makefile
graphics/libkdcraw/pkg: PLIST
graphics/libkexiv2: Makefile
graphics/libkexiv2/pkg: PLIST
graphics/libkipi: Makefile
graphics/libkipi/pkg: PLIST
Log message:
Those libraries found their way into KDE4, and thus we need to enable
MODKDE_LIB_LINKS for them, too.
okay espie@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/08 15:57:53
Modified files:
graphics/digikam: Makefile
graphics/gwenview: Makefile
graphics/kimdaba: Makefile
graphics/kipi-plugins: Makefile
Log message:
Update WANTLIB after enabling MODKDE_LIB_LINKS for KDE3 graphics libraries.
okay espie@
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/07/08 16:10:58
Log message:
Import tiled-0.9.0.
Tiled is a general purpose tile map editor. It's built to be easy to
use, yet flexible enough to work with varying game engines, whether your
game is an RPG, platformer or Breakout clone. Tiled is free software and
written in C++, using the Qt application framework. The main features in
a nutshell:
- General purpose tile map editor with XML-based map format
- Supports orthogonal and isometric maps
- Custom objects can be placed with pixel precision
- Full undo/redo and copy/paste support
- Add custom properties to tiles, layers, objects or the map
- Automatically reloads tilesets when changed externally
- Resize or offset your tile map later as needed
- Efficient tile editing tools like stamp and fill brushes
- Supports input/output plugins to open and save files in custom formats
ok landry@
Status:
Vendor Tag: bentley
Release Tags: bentley_20130708
N ports/editors/tiled/Makefile
N ports/editors/tiled/distinfo
N ports/editors/tiled/pkg/DESCR
N ports/editors/tiled/pkg/PLIST
N ports/editors/tiled/pkg/PFRAG.shared
N ports/editors/tiled/patches/patch-src_tiled_tiled_pro
N ports/editors/tiled/patches/patch-src_tmxrasterizer_tmxrasterizer_pro
N ports/editors/tiled/patches/patch-src_tmxviewer_tmxviewer_pro
N ports/editors/tiled/patches/patch-tiled_pro
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/07/08 16:11:42
Modified files:
editors : Makefile
Log message:
+tiled
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/07/08 16:12:23
Modified files:
net/quvi/scripts: Makefile distinfo
net/quvi/scripts/pkg: PLIST
Log message:
Update to libquvi-scripts-0.4.16.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/08 19:24:49
Modified files:
app/cwm : calmwm.h group.c mousefunc.c
Log message:
since the root and event window are the same in the case of a button
event on the screen's root window, there's no need to pass down the
entire XButtonEvent event, at least to group_menu(), the only callback
which takes an argument at this point; instead use the already populated
screen.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/08 19:42:35
Modified files:
distrib/sets/lists/base: md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/07/08 23:40:10
Modified files:
papers/pt : index.html
pt : donations.html plus.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 00:37:31
Modified files:
x11/gnome/file-roller: Tag: OPENBSD_5_3 Makefile
Added files:
x11/gnome/file-roller/patches: Tag: OPENBSD_5_3
patch-src_fr-archive-libarchive_c
patch-src_fr-window_c
patch-src_glib-utils_c
patch-src_glib-utils_h
Log message:
Security fix for CVE-2013-4668, File Roller path sanitization errors
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 01:03:29
Modified files:
sysutils/ruby-facter: Makefile
sysutils/ruby-puppet: Makefile.inc
sysutils/ruby-puppet/3: Makefile
Log message:
drop the ruby- prefix from these package names since they mainly provide an
application, not a library.
discussed with jeremy@ aja@ robert@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 01:03:54
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
ruby-facter -> facter
ruby-puppet -> puppet
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 02:56:26
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
there was an earlier entry for puppet, zap that.
CVSROOT: /cvs
Module name: src
Changes by: blambert@cvs.openbsd.org 2013/07/09 02:57:24
Modified files:
sys/dev : rnd.c
Log message:
Fix a pair of aesthetic nits in dev/rnd.c:
fix language (feed -> fed) in a comment
16 -> MD5_DIGEST_LENGTH for legibility
No change to resulting object file.
ok djm@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/09 03:25:58
Modified files:
graphics/rawtherapee: Makefile
Log message:
don't USE_NINJA for now, intermittent build failures
rtengine/procparams.cc:28:30: error: ../rtgui/version.h: No such file or directory
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 03:40:53
Modified files:
graphics/evince: Makefile distinfo
Log message:
update to evince-3.8.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 03:52:46
ports/devel/libgit2/py-git2/patches
Update of /cvs/ports/devel/libgit2/py-git2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv22904/patches
Log Message:
Directory /cvs/ports/devel/libgit2/py-git2/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: rpointel@cvs.openbsd.org 2013/07/09 04:00:00
Modified files:
devel/mercurial: Makefile distinfo
Log message:
Update mercurial to 2.6.3.
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: rpointel@cvs.openbsd.org 2013/07/09 04:00:36
Modified files:
devel/tortoisehg: Makefile distinfo
devel/tortoisehg/pkg: PLIST
Log message:
update tortoisehg to 2.8.1.
ok landry@.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 04:03:47
Modified files:
devel/libgit2/libgit2: Makefile distinfo
devel/libgit2/libgit2/patches: patch-CMakeLists_txt
devel/libgit2/libgit2/pkg: PLIST
Removed files:
devel/libgit2/libgit2/patches: patch-src_unix_posix_h
Log message:
update to libgit2-0.19.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 04:04:15
Modified files:
devel/libgit2/py-git2: Makefile distinfo
devel/libgit2/py-git2/pkg: PLIST
Log message:
update to git master to unbreak with libgit2 >= 0.19.0
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 04:05:39
Modified files:
devel/libgit2 : Makefile.inc
Log message:
remove some unneeded variables
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 04:09:44
Modified files:
devel/libgit2/libgit2: Makefile
Added files:
devel/libgit2/libgit2/patches: patch-src_buffer_c
patch-src_buffer_h
patch-src_clone_c
patch-src_config_file_c
patch-src_indexer_c
patch-src_refspec_c
Log message:
add some patches from upstream to fix a seg fault on git_clone
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/09 04:15:09
Modified files:
x11/gtk+3 : Makefile
Log message:
WANTLIB-cups: move colordprivate inside the spidermonkey archs'
stanza ; ok aja@
CVSROOT: /cvs
Module name: src
Changes by: edd@cvs.openbsd.org 2013/07/09 04:16:48
Modified files:
sys/dev/usb : uhts.c
Log message:
Add basic support for digitisers with pens in uhts(4).
With help from matthieu@ and mpi@.
OK mpi@
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/07/09 04:35:41
Modified files:
distrib/beagle/ramdisk: install.md
Log message:
Select the correct mlo/u-boot files for the BeagleBone.
ok florian@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 04:53:01
Modified files:
devel/libgit2 : Makefile.inc
Log message:
allow MASTER_SITES to be overriden
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/07/09 04:58:00
Added files:
x11/ogre/patches: patch-Tools_XMLConverter_CMakeLists_txt
Log message:
prevent picking up installed tinyxml headers
CVSROOT: /cvs
Module name: src
Changes by: jmatthew@cvs.openbsd.org 2013/07/09 05:55:55
Modified files:
sys/dev/ic : ahci.c ahcivar.h
Log message:
move AHCI_DEBUG stuff into ahci.c so we can build with it enabled again
ok dlg@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/09 06:15:01
Modified files:
sysutils/xstatbar: Makefile
Log message:
"xstatbar: sysinfo update: VFS_BCACHESTAT failed: Cannot allocate memory"
-> bump REVISION to force an update
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 06:23:41
Modified files:
www/ruby-passenger: Makefile
Log message:
cleanup modules/wantlib
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/09 06:23:55
Modified files:
sysutils/toprump: Makefile
Log message:
bump; VFS_BCACHESTAT
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/09 06:24:19
Modified files:
devel/libgtop2 : Makefile
Log message:
bump; probable VFS_BCACHESTAT
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/09 07:24:54
Modified files:
kerberosV/doc : Makefile
Log message:
Add vars.texi to SRCS so proper substitution is done in that part of the
info(1) doc.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 07:43:06
Modified files:
net/dnscrypt-proxy: Makefile
Log message:
fix BUILD_DEPENDS
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/09 08:33:43
Modified files:
kerberosV/doc : Makefile
Log message:
Make sure all files are removed at clean/cleandir target.
CVSROOT: /cvs
Module name: src
Changes by: beck@cvs.openbsd.org 2013/07/09 09:37:43
Modified files:
sys/kern : kern_sysctl.c spec_vnops.c vfs_bio.c
vfs_biomem.c vfs_vops.c
sys/sys : buf.h mount.h
sys/uvm : uvm_extern.h uvm_page.c
usr.bin/systat : iostat.c
Log message:
back out the cache flipper temporarily to work out of tree.
will come back soon.
ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/07/09 10:14:20
Modified files:
lang/tcl/8.6 : Makefile
lang/tcl/8.6/patches: patch-unix_installManPage
lang/tcl/8.6/pkg: PLIST
Log message:
Don't misrename manpages.
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/07/09 10:15:01
Modified files:
x11/tk/8.6 : Makefile
x11/tk/8.6/patches: patch-unix_installManPage
x11/tk/8.6/pkg : PLIST
Log message:
Don't misrename manpages.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/09 10:32:35
Modified files:
math/veusz : Makefile distinfo
math/veusz/pkg : PLIST
Log message:
Minor update to 1.18
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/09 11:06:14
Modified files:
databases/db/v3/patches: patch-dist_Makefile_in
Log message:
fix install in the purely static case
CVSROOT: /cvs
Module name: src
Changes by: matthew@cvs.openbsd.org 2013/07/09 11:28:10
Modified files:
share/man/man5 : elf.5
Log message:
Update elf(5) to reflect that we now use ELF on all supported
platforms.
Pointed out by Simon Kuhnle
ok espie, jmc
CVSROOT: /cvs
Module name: src
Changes by: gsoares@cvs.openbsd.org 2013/07/09 11:29:19
Modified files:
usr.sbin/tcpdrop: tcpdrop.c
Log message:
rename laddr2 to faddr2 for more consistency. OK markus@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/09 11:53:46
Modified files:
sys/dev/ic : ahci.c
Log message:
pay attention to the #ifdef
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/09 12:25:28
Modified files:
share/man/man5 : Makefile a.out.5
Removed files:
share/man/man5 : link.5
Log message:
Remove link.5, which describes a.out shared libraries only and which content
does not even remotely apply to the ELF world. While there, change
`executable' to `legacy executable' in a.out.5.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/09 13:08:53
Modified files:
lang/coffeescript: Makefile distinfo
lang/coffeescript/pkg: PLIST
Log message:
update to coffeescript-1.6.3
CVSROOT: /cvs
Module name: src
Changes by: gsoares@cvs.openbsd.org 2013/07/09 13:35:53
Modified files:
usr.sbin/tcpdrop: tcpdrop.c
Log message:
switch the rval to 1 before loop through the linked list \
and finally change back to 0 afterwards. so teach tcpdrop to exit 1 if \
ail->ai_family != aif_family.
OK markus@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/09 13:48:56
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
vax does not have all libm functions (yet), don't waste time building
stuff that will not link anyways.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/09 14:01:38
Modified files:
audio/lame : Makefile
graphics/leptonica: Makefile
graphics/openjpeg: Makefile
Log message:
these will build when vax gets the functions
CVSROOT: /cvs
Module name: ports
Changes by: rpe@cvs.openbsd.org 2013/07/09 14:10:46
Modified files:
benchmarks/bonnie++: Makefile distinfo
Log message:
update to 1.97
"looks good to me" sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/09 14:26:04
Modified files:
lang/railo : Makefile distinfo
Log message:
(now I've worked out the versioning scheme...)switch to a version of Railo
which is more suitable for production use (4.0.4.001), and bump EPOCH because
this is a lower version number.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/09 14:32:52
Modified files:
graphics/openjpeg: Makefile
Log message:
yes, REALLY.
libtiff wants jpeg for linking.
the first patch wasn't enough, configure still wasn't detecting libtiff
properly on vax.
Now it should, and the lrintf part is being worked on.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/09 15:06:37
Modified files:
devel/xdg-user-dirs: Makefile distinfo
devel/xdg-user-dirs/pkg: PLIST
Log message:
Update to xdg-user-dirs-0.15.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/09 16:03:14
Modified files:
share/man/man5 : elf.5
Log message:
Add a few EM_xxx values (arm, sh, ia64, amd64) to match
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/07/09 20:10:22
Modified files:
net/snort : Makefile distinfo
net/snort/patches: patch-src_decode_h
patch-src_dynamic-plugins_sf_dynamic_plugins_c
patch-src_dynamic-preprocessors_Makefile_in
patch-src_ppm_c
patch-src_preprocessors_Stream5_snort_stream5_tcp_c
patch-src_preprocessors_spp_sfportscan_c
patch-src_util_c patch-src_util_h
net/snort/pkg : PLIST
Log message:
Update to Snort 2.9.5, from maintainer Markus Lude.
Tested by Markus on sparc64; tested by me on amd64, i386, and macppc.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/07/09 20:18:26
Modified files:
mail/lumail : Makefile distinfo
mail/lumail/patches: patch-lumail_lua
Added files:
mail/lumail/patches: patch-Makefile
Log message:
Update lumail to 0.11.
ok bcallah@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/09 20:21:09
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
match linux and call i915_gem_object_wait_rendering__nonblocking
in the set domain ioctl.
ok kettenis@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/09 21:05:35
Modified files:
sys/sys : time.h
Log message:
struct bintime is only used inside the kernel, while struct clockinfo is
only used with the BSD-specific sysctl(), so put them behind the proper
#if conditionals.
ports scan sthen@
ok matthew@ kettenis@
CVSROOT: /cvs
Module name: src
Changes by: lteo@cvs.openbsd.org 2013/07/09 21:08:58
Modified files:
usr.sbin/tcpdump: tcpdump.8
Log message:
In the EXAMPLES section, it is not very obvious that "localnet" is not a
literal argument name due to lack of formatting, so replace it with an
example network to make it clearer (discussed with and suggested by jmc@).
While here, fix some style nits in a sentence to make it consistent with
the other examples.
ok jmc
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/09 23:07:53
Modified files:
kerberosV : varsub
kerberosV/include: config.h
kerberosV/lib/libhdb: Makefile
Log message:
Move default Kerberos DB directory from /var/heimdal to /var/kerberosV.
We want to refer to the protocol, not the implementation.
req. by and ok deraadt@
ok dcoppa@ robert@ beck@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/09 23:09:42
Modified files:
share/man/man7 : hier.7
etc/mtree : 4.4BSD.dist special
Log message:
Add /var/kerberosV to hier(7)+mtree.
Make sure the directory, DB and master keys have secure permissions.
ok dcoppa@ robert@ beck@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/09 23:12:15
Modified files:
etc : Makefile
etc/kerberosV : krb5.conf.example
Removed files:
etc/kerberosV : README
Log message:
Ship a simpler krb5.conf which logs to syslog(3) by default.
Remove useless README -- the info(1) and man(1) pages contains all the
required information.
ok dcoppa@ robert@ beck@
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/07/09 23:14:24
Modified files:
faq : current.html
Log message:
Handle the Kerberos DB dir move from /var/heimdal to /var/kerverosV.
with and ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/09 23:23:18
Modified files:
etc/mtree : special
Log message:
Proper indent.
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/07/09 23:36:40
Modified files:
sys/dev/pcmcia : pcmcia_cis.c
Log message:
Remove unsigned comparison < 0.
Pointed out by LLVM.
ok fgsch@
CVSROOT: /cvs
Module name: src
Changes by: brad@cvs.openbsd.org 2013/07/09 23:59:02
Modified files:
sys/dev/usb : if_urtw.c
Log message:
Remove unsigned comparison < 0.
Pointed out by LLVM.
ok jsg@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/10 00:43:38
Modified files:
share/man/man3 : dlfcn.3
share/man/man5 : a.out.5
libexec/ld.so/ldconfig: ldconfig.8
libexec/ld.so : ld.so.1
Log message:
no more link(5). either remove references entirely, or point folks
to elf(5) instead;
ok miod
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/10 01:07:12
Modified files:
lib/libc/net : getnameinfo.3
share/man/man4 : ip6.4
Log message:
rfc 3493 obsoletes 2553. i spotted this after reading hiroki sato's changes
in freebsd src commit r253066. our man pages had been updated, but i must
have missed the following:
- getnameinfo.3: 2553 -> 3493
- ip6.4: we listed both. remove 2553.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/10 01:30:39
Modified files:
sys/netmpls : mpls_input.c
Log message:
Keep this copy of the ICMP checksum code in sync with recent changes.
ok lteo@, claudio@, bluhm@, henning@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/10 01:32:57
Modified files:
graphics/libmng: Makefile
Log message:
revert brad change that LOSES INFORMATION
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/10 01:46:10
Modified files:
sbin/ifconfig : ifconfig.c
sys/net : if_sppp.h if_spppsubr.c
Log message:
Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctls
to only include what is really needed. In particular stop including
a "struct ifnet" and move kernel-only definition into the proper #if
dance.
While here remove the unused spppinfo() from ifconfig.
ok guenther@, sthen@, mikeb@
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/07/10 03:10:44
Modified files:
lang/swi-prolog: Makefile distinfo
lang/swi-prolog/pkg: PFRAG.shared PLIST
Removed files:
lang/swi-prolog/patches: patch-src_os_pl-buffer_h
patch-src_os_pl-glob_c
patch-src_os_pl-os_c
Log message:
Update to swi-prolog-6.2.6 and move docs to where you would expect.
OK jasper@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/10 03:56:02
Modified files:
etc : changelist
Log message:
Add /etc/kerberosV/krb5.conf and /var/kerberosV/m-key to changelist(5).
no objection from deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/10 03:56:41
Modified files:
sysutils/d-feet: Makefile distinfo
sysutils/d-feet/pkg: PLIST
Log message:
Update to d-feet-0.3.6.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/10 04:43:32
Modified files:
kerberosV/lib/libroken: Makefile
kerberosV/libexec/digest-service: Makefile
kerberosV/libexec/hprop: Makefile
kerberosV/libexec/hpropd: Makefile
kerberosV/libexec/ipropd-master: Makefile
kerberosV/libexec/ipropd-slave: Makefile
kerberosV/libexec/kadmind: Makefile
kerberosV/libexec/kcm: Makefile
kerberosV/libexec/kdc: Makefile
kerberosV/libexec/kfd: Makefile
kerberosV/libexec/kpasswdd: Makefile
kerberosV/usr.bin/hxtool: Makefile
kerberosV/usr.bin/kcc: Makefile
kerberosV/usr.bin/kdestroy: Makefile
kerberosV/usr.bin/kf: Makefile
kerberosV/usr.bin/kgetcred: Makefile
kerberosV/usr.bin/kinit: Makefile
kerberosV/usr.bin/string2key: Makefile
kerberosV/usr.bin/verify_krb5_conf: Makefile
kerberosV/usr.sbin/iprop-log: Makefile
kerberosV/usr.sbin/kadmin: Makefile
kerberosV/usr.sbin/kdigest: Makefile
kerberosV/usr.sbin/kimpersonate: Makefile
kerberosV/usr.sbin/kstash: Makefile
kerberosV/usr.sbin/ktutil: Makefile
Log message:
Remove unused LIBCRYPT variable.
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: pirofti@cvs.openbsd.org 2013/07/10 04:57:23
Modified files:
www/youtube-dl : Makefile distinfo
www/youtube-dl/patches: patch-setup_py
patch-youtube_dl_FileDownloader_py
www/youtube-dl/pkg: PLIST
Log message:
Update to youtube-dl 2013.07.05
Works for me and a few other friendly testers from ports@.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/10 05:14:40
Modified files:
kerberosV/libexec/hprop: Makefile
kerberosV/libexec/hpropd: Makefile
kerberosV/libexec/ipropd-master: Makefile
kerberosV/libexec/ipropd-slave: Makefile
kerberosV/libexec/kcm: Makefile
kerberosV/libexec/kpasswdd: Makefile
kerberosV/usr.bin/hxtool: Makefile
kerberosV/usr.bin/kcc: Makefile
kerberosV/usr.bin/kdestroy: Makefile
kerberosV/usr.bin/kinit: Makefile
kerberosV/usr.bin/verify_krb5_conf: Makefile
kerberosV/usr.sbin/kadmin: Makefile
kerberosV/usr.sbin/kdigest: Makefile
kerberosV/usr.sbin/kimpersonate: Makefile
Log message:
No need to refer to LIBHX509 nor LIBHEIMNTLM since both are disabled.
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/10 05:30:14
Modified files:
www/youtube-dl : Makefile
Removed files:
www/youtube-dl/patches: patch-youtube_dl_FileDownloader_py
Log message:
The patch to the rtmpdump flags is no longer needed, youtube-dl has stopped
forcing quiet mode. OK pirofti@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/10 05:54:03
Removed files:
kerberosV/lib/libheimntlm: Makefile shlib_version
kerberosV/lib/libhx509: Makefile shlib_version
kerberosV/libexec/digest-service: Makefile
kerberosV/libexec/kcm: Makefile
kerberosV/usr.bin/hxtool: Makefile
kerberosV/usr.sbin/kdigest: Makefile
Log message:
Remove clutter; we don't build these stuffs.
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/10 07:37:40
Modified files:
www/owncloud : Makefile distinfo
www/owncloud/pkg: PLIST
Log message:
SECURITY update to owncloud-5.0.8:
* XSS vulnerability in "Share Interface" (oC-SA-2013-029)
* Authentication bypass in "user_webdavauth" (oC-SA-2013-030)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/10 07:40:34
Modified files:
www/owncloud : Tag: OPENBSD_5_3 Makefile distinfo
www/owncloud/pkg: Tag: OPENBSD_5_3 PLIST
Log message:
MFC:
SECURITY update to owncloud-5.0.8:
* XSS vulnerability in "Share Interface" (oC-SA-2013-029)
* Authentication bypass in "user_webdavauth" (oC-SA-2013-030)
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/10 07:42:39
Modified files:
security/opensc: Makefile
Log message:
Add NO_TEST=Yes
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/10 07:47:30
Modified files:
security/pcsc-lite: Makefile
Log message:
Add TEST* glue.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/10 08:11:42
Modified files:
app/cwm : xutil.c conf.c
Log message:
type fixes
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/10 08:15:51
Modified files:
security/opensc: Makefile
Log message:
Revert previous.
As explained by aja@, we do not set NO_TEST when a test target
exists, even when it does nothing.
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/10 08:15:58
Modified files:
app/cwm : xevents.c
Log message:
bring buttonpress and keypress event handlers slightly closer together
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/10 08:40:30
Log message:
import tanukiwrapper, based on svn rev 1780
The Java Service Wrapper is an application which has evolved out of a
desire to solve a number of problems common to many Java applications:
- Run as a Windows Service or Unix Daemon
- Application Reliability
- Standard, Out of the Box Scripting
- On Demand Restarts
- Flexible Configuration
- Ease Application Installations
- Logging
ok aja@
Status:
Vendor Tag: jasper
Release Tags: jasper_20131007
N ports/java/tanukiwrapper/distinfo
N ports/java/tanukiwrapper/Makefile
N ports/java/tanukiwrapper/patches/patch-build_xml
N ports/java/tanukiwrapper/patches/patch-src_c_wrapper_unix_c
N ports/java/tanukiwrapper/patches/patch-src_c_wrapper_c
N ports/java/tanukiwrapper/patches/patch-src_c_logger_c
N ports/java/tanukiwrapper/patches/patch-build-tests_xml
N ports/java/tanukiwrapper/patches/patch-src_c_property_c
N ports/java/tanukiwrapper/files/Makefile-openbsd-x86-32.gmake
N ports/java/tanukiwrapper/files/Makefile-openbsd-x86-64.gmake
N ports/java/tanukiwrapper/pkg/PLIST
N ports/java/tanukiwrapper/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/10 08:41:26
Modified files:
java : Makefile
Log message:
+tanukiwrapper
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/10 09:09:01
Modified files:
etc/mtree : 4.4BSD.dist
Log message:
add a missing ..
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/10 09:10:28
Modified files:
graphics/rawtherapee: Makefile
graphics/rawtherapee/patches: patch-rtgui_CMakeLists_txt
Added files:
graphics/rawtherapee/patches: patch-rtengine_CMakeLists_txt
Log message:
Fix and re-enable Ninja build.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/10 09:13:00
Modified files:
security/pcsc-lite: Makefile
Log message:
This is better.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/10 09:22:23
Modified files:
infrastructure/templates: Makefile.template
Log message:
Remove the MASTER_SITES=${HOMEPAGE} construct; as per an email from naddy@
back in April: "There are times where you don't want to duplicate data...
and there are times where you are just being silly."
"Hmm. Then sure why not." aja@
CVSROOT: /cvs
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2013/07/10 09:44:48
Modified files:
x11/kde4/pimlibs: Makefile
Log message:
Zap commented out USE_NINJA=No leftover.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/10 09:54:27
ports/devel/json-c/patches
Update of /cvs/ports/devel/json-c/patches
In directory cvs.openbsd.org:/tmp/cvs-serv14873/patches
Log Message:
Directory /cvs/ports/devel/json-c/patches added to the repository
CVSROOT: /cvs
Module name: src
Changes by: claudio@cvs.openbsd.org 2013/07/10 09:56:07
Modified files:
usr.sbin/bgpd : rde.c session.c
Log message:
Change the way the RDE updates its peer list. The SE is now always sending
a IMSG_SESSION_ADD message to the RDE when a peer comes up or when a reload
happens. The IMSG_SESSION_ADD has the full current config of the peer and
so the RDE should end up with correct values. This affects mostly maxprefix
and the RIB settings. OK henning@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/10 09:56:57
Modified files:
usr.sbin/ppp/ppp: Makefile
Added files:
usr.sbin/ppp/ppp: ppp.8
Removed files:
usr.sbin/ppp/ppp: ppp.8.m4
Log message:
no need for this file to be .m4 any longer; i'm actually following suit
to the same move as made by, i think, freebsd, but i can;t for the life of
me find the corresponding commit;
ok/help espie
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/10 10:40:49
Modified files:
audio/pianobar : Makefile
Added files:
audio/pianobar/patches: patch-src_libpiano_piano_c
patch-src_libpiano_piano_h
patch-src_main_c
Log message:
piano: Check for libgcrypt errors.
This fixes some rare segfaults (see issues #369 and #293).
From upstream git commit f6df7d7e510f2d8879ec54dce32fee2b691dc32d
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/10 11:07:18
Modified files:
x11/gnome/screenshot: Makefile distinfo
Log message:
update to gnome-screenshot-3.8.3
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/10 11:20:24
Modified files:
distrib/sets/lists/base: md.aviion md.luna88k md.mvme88k
distrib/sets/lists/comp: md.aviion md.luna88k md.mvme88k
Log message:
I put some headers in `base' and the matching perl ph files in `comp' by
mistake, put each group back in the right file.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/10 11:21:25
Modified files:
distrib/sets/lists/man: md.alpha md.amd64 md.armish md.aviion
md.beagle md.hp300 md.hppa md.hppa64
md.i386 md.landisk md.loongson
md.luna88k md.macppc md.mvme68k
md.mvme88k md.mvmeppc md.octeon md.sgi
md.socppc md.sparc md.sparc64 md.vax
md.zaurus mi
Log message:
All man md.* now have similar contents, move to mi and empty them.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/10 11:26:06
Modified files:
graphics/gthumb: Makefile distinfo
Log message:
update to gthumb-3.2.3
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/10 11:26:10
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: xenocara
Changes by: bmercer@cvs.openbsd.org 2013/07/10 13:25:00
Modified files:
lib/libXfixes/src: Xfixesint.h
Log message:
Remove a merge artifact.
OK matthieu
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/10 13:34:27
Modified files:
. : INDEX
Log message:
sync; 8150
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/10 15:31:12
Modified files:
sys/arch/i386/i386: ioapic.c mutex.S
sys/arch/i386/include: mutex.h
sys/arch/i386/isa: isa_machdep.c
sys/arch/i386/pci: pci_machdep.c
Log message:
To prevent lock ordering problems with the kernel lock, we need to make sure
we block all interrupts that can grab the kernel lock. The simplest way to
achieve this is to make sure mutexes always raise the ipl to the highest
level that has interrupts that grab the kernel lock. This will allow us
to have "mpsafe" interrupt handlers at lower priority levels.
No change for non-MULTIPROCESSOR kernels.
ok matthew@
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/07/10 19:00:42
Modified files:
. : plus.html
Log message:
plus.html for July 1-7, ok jj@.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/10 19:20:32
Modified files:
sys/conf : files
sys/lib/libkern: libkern.h
Added files:
sys/lib/libkern: fls.c flsl.c
Log message:
add fls/flsl functions to find the last bit set in a value
from FreeBSD
ok mikeb@ haesbaert@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/10 19:24:12
Modified files:
share/man/man9 : Makefile kern.9
Log message:
document fls/flsl
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/07/10 19:34:00
Modified files:
sbin/dhclient : options.c
Log message:
Put more debug verbiage under DEBUG. Add a few more debug messages.
Make packet discarding decisions before parsing the packet's possible
options. No intended functional change.
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/10 23:50:41
Modified files:
sys/conf : GENERIC
Log message:
disable POOL_DEBUG for release
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/11 01:00:26
Modified files:
share/man/man5 : mk.conf.5
Log message:
Document KERBEROS5.
ok robert@ jmc@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/11 01:02:06
Modified files:
share/man/man3 : intro.3
Log message:
Remove lie that old kerberos libs were hardlinked to libkrb5 and
properly document each one of them.
input from and ok jmc@ robert@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/11 01:03:46
Modified files:
share/mk : bsd.README bsd.prog.mk
Log message:
Properly set LIBKAFS5, LIBROKEN and LIBWIND which were used without
being defined. Remove LIBKAFS (superseded by LIBKAFS5).
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/11 01:50:25
Modified files:
sysutils/cfengine: Makefile
Log message:
use DISTFILES=..{..} url handling syntax, rather than a dummy url parameter.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/11 02:29:19
Added files:
archivers/star/patches: patch-include_schily_dlfcn_h
Log message:
mixing detection of functions in libc (have dlopen) with redudant
close-but-false declarations in include ? not a good idea.
should fix REALLY stupid error on vax
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/11 02:36:28
Modified files:
devel/apr : Makefile
Log message:
might fix compile on vax: the configure script refuses to proceed if
DSO is not found.
BUT, if you explicitly ask for --disable-dso, it keeps going and builds
something. Go figure...
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/07/11 03:34:33
Modified files:
etc/rc.d : rc.subr
Log message:
no double negatives in error message; ok aja@
CVSROOT: /cvs
Module name: www
Changes by: jsg@cvs.openbsd.org 2013/07/11 04:02:30
Modified files:
. : macppc.html
Log message:
the original xserve doesn't need to have the video card pulled
CVSROOT: /cvs
Module name: www
Changes by: jsg@cvs.openbsd.org 2013/07/11 04:17:35
Modified files:
. : macppc.html sparc64.html
Log message:
sk(4) works on macppc and should work on sparc64
CVSROOT: /cvs
Module name: src
Changes by: mikeb@cvs.openbsd.org 2013/07/11 05:25:42
Modified files:
sys/dev/pci : if_bge.c
Log message:
use fls as initially intended
CVSROOT: /cvs
Module name: src
Changes by: syl@cvs.openbsd.org 2013/07/11 05:38:10
Modified files:
sys/miscfs/fuse: fuse_device.c
Log message:
Fix a panic on multiple fuse device access.
ok tedu@
CVSROOT: /cvs
Module name: src
Changes by: syl@cvs.openbsd.org 2013/07/11 05:41:13
Modified files:
lib/libfuse : fuse_opt.c fuse_opt.h
Log message:
Merge fuse_opt code with stsp@ fuse_opt code.
ok tedu@
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/07/11 06:39:32
Modified files:
usr.bin/patch : pch.c
Log message:
Bring file selection in accordance with the man page; from Stefan Esser
ok millert@
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/07/11 06:41:52
Modified files:
usr.sbin/httpd/src/modules/ssl: mod_ssl.c mod_ssl.h
ssl_engine_config.c
ssl_engine_init.c
ssl_engine_kernel.c
Log message:
introduce HonorCipherOrder to use the server's order of preference of ciphers
ok djm@ guenther@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/11 08:28:01
Modified files:
www/squid : Makefile distinfo
Removed files:
www/squid/patches: patch-src_comm_ModKqueue_cc
Log message:
update to squid-3.3.6
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/11 08:47:28
Modified files:
devel/jenkins/devel: Makefile distinfo
devel/jenkins/stable: Makefile distinfo
Log message:
bump to the latest versions
ok gonzalo@ ian@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/11 09:15:46
Modified files:
sbin/dhclient : dhclient.8
usr.sbin/dhcpd : dhcpd.8 dhcp-options.5
Log message:
update (or add) STANDARDS;
help/ok krw
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/07/11 09:51:51
Modified files:
usr.sbin/httpd/htdocs/manual/mod/mod_ssl: ssl_reference.html
Log message:
document SSLHonorCipherOrder; ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/07/11 10:16:38
Modified files:
sys/arch/arm/armv7: armv7_space.c
Log message:
Enable bus_space_set_region_4 for armv7.
ok patrick@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/11 10:23:41
Modified files:
www/seamonkey : Makefile distinfo
www/seamonkey/patches: patch-mozilla_gfx_thebes_gfxPlatform_cpp
patch-mozilla_js_src_configure_in
patch-mozilla_parser_html_Makefile_in
patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js
patch-mozilla_storage_src_mozStorageConnection_cpp
patch-mozilla_toolkit_components_downloads_nsDownloadManager_cpp
patch-mozilla_xpcom_io_SpecialSystemDirectory_cpp
patch-suite_installer_Makefile_in
www/seamonkey/pkg: PLIST-enigmail PLIST-lightning PLIST-main
www/seamonkey-i18n: Makefile.inc distinfo
Added files:
www/seamonkey/patches: patch-mailnews_extensions_enigmail_genxpi
Removed files:
www/seamonkey/patches:
patch-mozilla_media_libsydneyaudio_include_sydney_audio_h
patch-mozilla_media_libsydneyaudio_src_Makefile_in
patch-mozilla_toolkit_library_Makefile_in
patch-mozilla_widget_gtk2_Makefile_in
Log message:
Update to seamonkey 2.19 / enigmail 1.5.2 / lightning 2.4b1.
- See http://www.seamonkey-project.org/releases/seamonkey2.19/
- Fixes more or less the same list of MFSA fixed in ffx 22
- Finally back on track after missing 2.18 due to build infra issues
- Add a patch to workaround #886095 (which puzzled me for 3 weeks)
- remove no longer needed sydneyaudio patches
- add TERM=xterm hack to workaround mozbuild issue
- reenable clang on i386, using --disable-debug-symbols
- sync patch-mozilla_gfx_thebes_gfxPlatform_cpp which the one from ffx
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/11 10:24:10
Modified files:
www/mozilla : mozilla.port.mk
Log message:
Seamonkey doesn't need the sydneyaudio backend anymore.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/11 12:16:07
Log message:
Import audio/solfege. Solfege is a program to help music students train for
solfege and aural skills classes.
ok landry@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Jul-11
N ports/audio/solfege/Makefile
N ports/audio/solfege/distinfo
N ports/audio/solfege/patches/patch-default_config
N ports/audio/solfege/patches/patch-run-solfege_py_in
N ports/audio/solfege/patches/patch-system_rc
N ports/audio/solfege/pkg/DESCR
N ports/audio/solfege/pkg/PLIST
N ports/audio/solfege/files/solfege.1
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/11 12:16:43
Modified files:
audio : Makefile
Log message:
+solfege
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/11 12:28:50
Modified files:
x11/gnome/gedit-latex: Makefile distinfo
x11/gnome/gedit-latex/pkg: PLIST
Log message:
Update to gedit-latex-3.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/11 12:38:50
Modified files:
databases/puppetdb: Makefile
Log message:
missed bump (ruby-puppet -> puppet)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/11 12:39:44
Modified files:
databases/puppetdb: Makefile
Log message:
oops, bump the right subpackage
CVSROOT: /cvs
Module name: ports
Changes by: phessler@cvs.openbsd.org 2013/07/11 12:57:40
Log message:
Gwenhywfar is a multi-platform (*BSD, Linux, MS-Win, etc.)
helper library for networking and security applications and libraries.
It is used by various 'finance' software, and possibly others.
Gwenhywfar includes the following features, among several others:
- OS abstraction functions for directory and Internet address handling
and library loading (src/os/)
- Networking functions which allow managing many connections to be used
economically even in single threaded applications
- High-level functions for parsing files with a simplified "XML-like"
format and accessing them like a hierarchical database (src/parser/)
It is able to process valid XML files, too.
- High-level cryptographic functions on top of OpenSSL functionality
(src/crypt/)
with and OK sthen@
lots of poking and testing from henning@
Status:
Vendor Tag: phessler
Release Tags: phessler_20130711
N ports/devel/gwenhywfar/Makefile
N ports/devel/gwenhywfar/distinfo
N ports/devel/gwenhywfar/pkg/DESCR
N ports/devel/gwenhywfar/pkg/PLIST
N ports/devel/gwenhywfar/patches/patch-plugins_dbio_olddb_Makefile_in
N ports/devel/gwenhywfar/patches/patch-plugins_dbio_csv_Makefile_in
N ports/devel/gwenhywfar/patches/patch-plugins_dbio_xmldb_Makefile_in
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: phessler@cvs.openbsd.org 2013/07/11 12:58:40
Modified files:
devel : Makefile
Log message:
+gwenhywfar
CVSROOT: /cvs
Module name: ports
Changes by: phessler@cvs.openbsd.org 2013/07/11 12:59:48
Log message:
AqBanking provides a middle layer between the program and the various Online
Banking libraries (e.g. AqHBCI, OpenHBCI etc).
AqBanking uses various plugins to simplify import and export of financial
data. It also provides the administration of profiles on a per import/export
plugin basis.
AqBanking supports plugins which allow lookup and verification of bank code/
account id pair validity.
with and OK sthen@
lots of poking and testing from henning@
Status:
Vendor Tag: phessler
Release Tags: phessler_20130711
N ports/productivity/aqbanking/Makefile
N ports/productivity/aqbanking/distinfo
N ports/productivity/aqbanking/pkg/DESCR
N ports/productivity/aqbanking/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: phessler@cvs.openbsd.org 2013/07/11 13:00:19
Modified files:
productivity : Makefile
Log message:
+aqbanking
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/11 13:11:27
Modified files:
gnu/usr.bin/gcc/gcc: config.gcc
gnu/usr.bin/gcc/gcc/config/vax: openbsd1.h
Added files:
gnu/usr.bin/gcc/gcc/config/vax: openbsdelf.h
Log message:
ELF configuration for gcc3 on vax.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/11 13:17:10
Modified files:
productivity/gnucash: Makefile
Log message:
sync WANTLIB (+graphite2), noticed after checking that autoconf doesn't now
pick up aqbanking/gwenhywfar.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/11 13:29:33
Modified files:
devel/libofx : Makefile distinfo
devel/libofx/pkg: PLIST
Removed files:
devel/libofx/pkg: PFRAG.shared
Log message:
Update to libofx 0.9.8.
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/07/11 14:48:01
Modified files:
distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.beagle
md.hp300 md.hppa md.i386 md.landisk
md.loongson md.luna88k md.macppc
md.mvme68k md.mvme88k md.sgi md.socppc
md.sparc md.sparc64 md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: matthieu@cvs.openbsd.org 2013/07/11 15:02:23
Log message:
Import jq 1.3
jq is like sed for JSON data - you can use it to slice and filter and
map and transform structured data with the same ease that sed, awk,
grep and friends let you play with text.
Tested and tweaks by Donovan Watteau and giovanni@, ok giovanni@
Status:
Vendor Tag: matthieu
Release Tags: matthieu_20130711
N ports/textproc/jq/distinfo
N ports/textproc/jq/Makefile
N ports/textproc/jq/pkg/PLIST
N ports/textproc/jq/pkg/DESCR
N ports/textproc/jq/patches/patch-tests_run
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: matthieu@cvs.openbsd.org 2013/07/11 15:05:41
Modified files:
textproc : Makefile
Log message:
+jq
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/11 15:08:22
Modified files:
www/seamonkey : distinfo
Log message:
Fix enigmail's cksum/size, reported by naddy@.
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/11 18:20:00
Modified files:
usr.bin/ssh : auth-options.c auth-rsa.c bufaux.c buffer.h
channels.c hostfile.c hostfile.h mux.c packet.c
packet.h roaming_common.c serverloop.c sftp.c
ssh-keygen.c ssh-pkcs11.c
Log message:
fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/11 18:43:50
Modified files:
usr.bin/ssh : misc.c
Log message:
in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM when
errno == 0. Avoids confusing error message in some broken resolver
cases. bz#2122 patch from plautrba AT redhat.com; ok dtucker
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2013/07/11 18:49:23
Modified files:
devel/npth : Makefile
infrastructure/templates: network.conf.template
security/gnupg : Makefile
security/gnupg2: Makefile
security/gpgme : Makefile
security/libassuan: Makefile
security/libgcrypt: Makefile
security/libgpg-error: Makefile
security/libksba: Makefile
security/pinentry: Makefile
Log message:
Introduce MASTER_SITES_GNUPG and reuse it for various GnuPG
(sub)projects. http:// urls first, then the primary ftp
site for ''make peek-ftp'', as suggested by sthen@.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/07/11 19:18:44
Modified files:
mail/lumail : Makefile distinfo
Log message:
Update lumail to 0.12
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/11 20:14:41
Modified files:
distrib/sets/lists/comp: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: jsg@cvs.openbsd.org 2013/07/11 22:08:26
Modified files:
sys/arch/hppa/hppa: intr.c
sys/arch/hppa64/hppa64: intr.c
Log message:
replace fls functions with calls to the libkern versions
found the hard way by deraadt@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/11 23:42:03
Modified files:
usr.bin/ssh : ssh-keygen.c
Log message:
do_print_resource_record() can never be called with a NULL filename, so
don't attempt (and bungle) asking for one if it has not been specified
bz#2127 ok dtucker@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/11 23:48:55
Modified files:
usr.bin/ssh : ssh.c
Log message:
set TCP nodelay for connections started with -N; bz#2124 ok dtucker@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/12 00:15:29
Modified files:
x11/dbus-python: Makefile distinfo
x11/dbus-python/patches: patch-test_run-test_sh
x11/dbus-python/pkg: PLIST
Log message:
Update to dbus-python-1.2.0.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/12 00:19:53
Modified files:
sysutils/libvirt: Makefile distinfo
sysutils/libvirt/pkg: PLIST
Log message:
update to libvirt-1.0.5.3
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/12 01:19:38
Modified files:
print/cups : Makefile distinfo
print/cups/patches: patch-backend_ipp_c
patch-backend_usb-libusb_c
patch-cups_Makefile patch-scheduler_Makefile
print/cups/pkg : PLIST-main
Log message:
Update to cups-1.6.3.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/12 01:25:26
Modified files:
www/tomcat/v7 : Makefile distinfo
www/tomcat/v7/pkg: PLIST-examples
Log message:
Update to 7.0.42
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/12 01:26:48
Modified files:
print/cups-pk-helper: Makefile distinfo
print/cups-pk-helper/pkg: PLIST
Log message:
Update to cups-pk-helper-0.2.5.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/12 01:30:50
Modified files:
print/cups-filters: Makefile distinfo
print/cups-filters/pkg: PLIST
Log message:
Update to cups-filters-1.0.35.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/12 01:34:45
Modified files:
print/foo2zjs : Makefile distinfo
print/foo2zjs/patches: patch-Makefile patch-getweb_in
Log message:
Update to foo2zjs-20130618.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/12 01:54:34
Modified files:
print/qpdf : Makefile distinfo
print/qpdf/pkg : PLIST
Log message:
Update to qpdf-5.0.0.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/12 02:07:05
Modified files:
print/hplip : Makefile distinfo
print/hplip/patches: patch-Makefile_in patch-base_utils_py
patch-check-plugin_py
patch-installer_core_install_py
patch-scan_py patch-ui_devmgr4_py
print/hplip/pkg: PLIST-hpijs PLIST-main
Removed files:
print/hplip/patches: patch-prnt_cupsext_cupsext_c
patch-scan_sane_hpaio_c
Log message:
Update to hplip-3.13.6.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/12 02:07:19
Modified files:
infrastructure/lib/DPB: Locks.pm
infrastructure/lib/DPB/Job: Port.pm
Log message:
note paths we cleaned in the locks, so that we're not stuck with their
depends or nonjunk properties.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/12 02:10:12
Modified files:
print/foomatic-db: Makefile distinfo
print/foomatic-db/pkg: PLIST
Log message:
Update to foomatic-db-4.0.20130712.
CVSROOT: /cvs
Module name: ports
Changes by: mpi@cvs.openbsd.org 2013/07/12 02:14:24
Modified files:
devel/libusb-compat: Makefile distinfo
devel/libusb-compat/patches: patch-libusb_core_c
Removed files:
devel/libusb-compat/patches: patch-libusb_pc_in
Log message:
Update to libusb-compat 1.0.5.
ok ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/12 03:20:04
Modified files:
x11/gnome-mplayer: Makefile
Added files:
x11/gnome-mplayer/patches: patch-src_support_c
Log message:
Escape the name when obtained from the URI
(upstream svn revisions r2444 and r2445)
CVSROOT: /cvs
Module name: src
Changes by: nicm@cvs.openbsd.org 2013/07/12 03:52:36
Modified files:
usr.bin/tmux : window-copy.c
Log message:
Make next-word-end work properly with vi(1) keys, reported by patrick
keshishian.
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/12 03:58:56
Modified files:
x11/gmtk : Makefile
x11/gmtk/patches: patch-src_gmtk_media_player_c
patch-src_gmtk_media_player_h
Added files:
x11/gmtk/patches: patch-src_gm_parse_c
Log message:
If the user gives some mplayer video output driver (vo) options in
the "Video Output" preferences they should be passed along on the
mplayer command line (upstream svn revision r222)
Minor string cleanups (upstream svn revision r223)
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/12 04:26:09
Modified files:
infrastructure/db: user.list
Log message:
reserve 720 for lldpd
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/12 04:26:44
Log message:
import ports/net/lldpd, an alternative to ladvd. ok jasper@
LLDP (Link Layer Discovery Protocol) is an industry standard protocol
designed to supplant proprietary Link-Layer protocols such as
Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery
Protocol). The goal of LLDP is to provide an inter-vendor compatible
mechanism to deliver Link-Layer notifications to adjacent network
devices.
lldpd implements both reception and sending. It also implements an
SNMP subagent for net-snmp to get local and remote LLDP
information. The LLDP MIB is partially implemented but the most useful
tables are here. lldpd also partially implements LLDP-MED.
lldpd supports bridge, vlan and bonding. bonding need to be done on
real physical devices, not on bridges, vlans, etc. However, vlans can
be mapped on the bonding device. You can bridge vlan but not add vlans
on bridges. More complex setups may give false results.
Status:
Vendor Tag: sthen
Release Tags: sthen_20130712
N ports/net/lldpd/Makefile
N ports/net/lldpd/distinfo
N ports/net/lldpd/pkg/PLIST
N ports/net/lldpd/pkg/DESCR
N ports/net/lldpd/pkg/lldpd.rc
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/12 04:27:08
Modified files:
net : Makefile
Log message:
+lldpd
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/12 04:44:14
Modified files:
share/man/man1 : gcc-local.1
Log message:
no more a.out for vax; From: Alexey Suslikov
ok miod
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/12 05:01:42
Modified files:
usr.bin/mandoc : apropos.c
Log message:
Simple partial sync to bsd.lv:
* Without arguments, show the usage line and EXIT_FAILURE.
* Resolve some gratuitious differences (order, parantheses, white space, etc).
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/12 06:53:36
Modified files:
devel/ruby-rspec/puppetlabs_spec_helper: Makefile
Log message:
bump
CVSROOT: /cvs
Module name: ports
Changes by: stsp@cvs.openbsd.org 2013/07/12 07:21:25
Modified files:
www/apache-httpd: Makefile distinfo
www/apache-httpd/pkg: PLIST
Added files:
www/apache-httpd/patches: patch-modules_ssl_ssl_engine_io_c
Log message:
Update Apache HTTPD 2 to version 2.2.25. Fixes CVE-2013-1896 and CVE-2013-1862.
ok giovanni@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/12 07:25:57
Modified files:
devel/ruby-rspec/puppetlabs_spec_helper: Makefile
Log message:
fix rdep too; didn't package, no bump
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/12 07:48:39
Modified files:
x11/xmobar : Makefile
x11/xmobar/patches: patch-samples_xmobar_config
patch-xmobar_cabal
Added files:
x11/xmobar/patches: patch-src_Actions_hs
Log message:
Due to our regex(3) library not supporting GNU extensions, xmobar
immediately fails at startup:
xmobar: user error (Text.Regex.Posix.String died: (ReturnCode 13,"repetition-operator operand invalid"))
when using the StdinReader plugin.
So do what's required with Text.Regex.PCRE instead of Text.Regex.Posix.
Code contributed by Alexander Polakov, thanks!
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/12 08:36:22
Modified files:
lib/libc/asr : asr.c asr.h asr_debug.c asr_private.h
asr_utils.c async_resolver.3 getaddrinfo.c
getaddrinfo_async.c gethostnamadr.c
gethostnamadr_async.c getnameinfo.c
getnameinfo_async.c getnetnamadr.c
getnetnamadr_async.c getrrsetbyname.c
getrrsetbyname_async.c res_mkquery.c
res_query.c res_search_async.c res_send.c
res_send_async.c
Log message:
Make some symbols static and prefix all visible symbols with asr_
to prevent collisions with third-party programs.
suggested by sthen@, ok theo@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/12 08:37:29
Modified files:
lib/libc : shlib_version
Log message:
major bump after asr symbols changes
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/12 08:38:34
Modified files:
usr.sbin/smtpd : dns.c
Log message:
update after asr changes.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/12 09:06:17
Modified files:
distrib/sets/lists/base: md.alpha md.amd64 md.armish md.beagle
md.hp300 md.hppa md.hppa64 md.i386
md.landisk md.loongson md.luna88k
md.macppc md.mvme68k md.mvme88k
md.octeon md.sgi md.socppc md.sparc
md.sparc64 md.zaurus
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/12 10:07:08
Modified files:
net/icinga/core: Makefile distinfo
net/icinga/core/patches: patch-Changelog
Log message:
icinga 1.9.3, fixes a regression in 1.9.2 with postgresql
CVSROOT: /cvs
Module name: src
Changes by: otto@cvs.openbsd.org 2013/07/12 10:30:41
Modified files:
usr.sbin/httpd/conf: httpd.conf httpd.conf-dist
Log message:
Commented out SSLHonorCipherOrder in example configs; ok jsing@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/07/12 11:03:59
Modified files:
net/transmission: Makefile distinfo
net/transmission/patches: patch-configure
net/transmission/pkg: PLIST-gtk PLIST-main
Added files:
net/transmission/patches: patch-libtransmission_platform_c
patch-qt_torrent-filter_cc
Log message:
update to 2.80 for miscellaneous small improvements
https://trac.transmissionbt.com/wiki/Changes#version-2.80
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/12 12:51:03
Modified files:
sys/arch/sparc64/dev: vdsp.c
Log message:
Actually assign return value to the variable that's used to check it.
Pointed out by Maxime Villard.
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/07/12 12:58:13
Modified files:
kerberosV : Makefile.inc
Log message:
Remove exectuable bit from files in /usr/include/kerberosV; ok robert
CVSROOT: /cvs
Module name: src
Changes by: stsp@cvs.openbsd.org 2013/07/12 13:01:21
Modified files:
kerberosV/usr.bin/krb5-config: Makefile
Log message:
Make krb5-config --version report the correct version of heimdal; ok aja
CVSROOT: /cvs
Module name: ports
Changes by: dcoppa@cvs.openbsd.org 2013/07/12 13:07:24
Modified files:
x11/xmobar : Makefile
x11/xmobar/patches: patch-xmobar_cabal
Log message:
Zap redundant dependency
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/12 14:19:28
Modified files:
devel/libgee : Makefile distinfo
Log message:
Update to libgee-0.10.2.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/12 14:46:28
Modified files:
sysutils/libvirt: Makefile distinfo
Log message:
update to libvirt-1.0.5.4
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/07/12 14:51:31
Modified files:
sys/dev/ic : trm.c
Log message:
Expunge debug code that uses an uninitialized variable. Without the
variable the message doesn't make much sense.
Reported by Maxime Villard.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/12 15:13:48
Modified files:
comms/fldigi : Makefile distinfo
Log message:
update to fldigi-3.21.72
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/13 00:25:59
Removed files:
www/seamonkey/patches: patch-ldap_sdks_c-sdk_configure_in
Log message:
Forgot to cvs rm patch-ldap_sdks_c-sdk_configure_in for #720373, was
commited upstream. Reported by naddy@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/13 00:48:52
Modified files:
multimedia/gstreamer1/core: Makefile distinfo
Log message:
Update to gstreamer1-1.0.8.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/13 00:49:12
Modified files:
multimedia/gstreamer1/plugins-base: Makefile distinfo
Log message:
Update to gstreamer1-plugins-base-1.0.8.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/13 00:49:30
Modified files:
multimedia/gstreamer1/plugins-good: Makefile distinfo
multimedia/gstreamer1/plugins-good/patches:
patch-sys_oss_Makefile_in
Log message:
Update to streamer1-plugins-good-1.0.8.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/13 00:49:51
Modified files:
multimedia/gstreamer1/plugins-bad: Makefile distinfo
multimedia/gstreamer1/plugins-bad/pkg: PLIST
Log message:
Update to streamer1-plugins-bad-1.0.8.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/13 00:50:06
Modified files:
multimedia/gstreamer1/plugins-ugly: Makefile distinfo
Log message:
Update to gstreamer1-plugins-ugly-1.0.8.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/13 00:50:26
Modified files:
multimedia/gstreamer1/plugins-libav: Makefile distinfo
Log message:
Update to gstreamer1-plugins-libav-1.0.8.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/13 00:55:17
Modified files:
x11/gtk+ : Makefile
Added files:
x11/gtk+/patches: patch-configure
Log message:
should fix on vax.
the current mess is that libtool allows things to link because of the .la,
but the configure script, as usual, fucks up, because it tries to link
directly, so both -lintl and -lX11 detections fail.
kind of sneaky with X11, as some values are cached, so X11 is detected,
BUT some other values are not, and they're not cached, so that ends up
with a paralytic X11 that misses half the useful functionalities it
actually has...
CVSROOT: /cvs
Module name: ports
Changes by: schwarze@cvs.openbsd.org 2013/07/13 01:39:00
Modified files:
textproc/groff : Makefile
textproc/groff/patches: patch-tmac_an-old_tmac
patch-tmac_doc-common
patch-tmac_groff_mdoc_man
Log message:
Add a patch to avoid permanent damage to the right margin
when a man(7) input file contains two consecutive .TP lines.
This bugfix improves the formatting of unzip(1), for example.
While here, recognize 5.4 as an OpenBSD version in mdoc(7) files.
ok sthen@ dcoppa@ espie@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/13 02:33:03
Modified files:
lang/icon/interp: Makefile
Log message:
redo shared/non-shared based on arch.mk.
add missing part, as just trying to compile dlopen won't work on vax...
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/13 04:21:54
Modified files:
gnu/usr.bin/perl: util.c
Log message:
In Perl_upg_version(), do not compare double against 10e50 on vax, for this
value can not be represented by a double (unless compiling with -mg); instead,
use a lower limit value. This does not impact the behaviour since both sides
of the test are supposed to produce the same result, albeit in different ways.
ok millert@ espie@
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/13 04:26:54
Modified files:
mail/geary : Makefile distinfo
mail/geary/patches: patch-src_client_geary-application_vala
Log message:
Bugfix update to geary 0.3.1.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/13 04:29:50
Modified files:
regress/usr.bin/mandoc/man/TP: Makefile
Added files:
regress/usr.bin/mandoc/man/TP: double.in double.out_ascii
Log message:
Check handling of two consecutive .TP lines.
Related to ports/textproc/groff/patches/patch-tmac_an-old_tmac rev. 1.3.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/13 05:53:22
Modified files:
net/libbind : Makefile
net/libbind/pkg: PLIST
Log message:
install libbind in a subdirectory to avoid autoconf accidentally picking it
up in other ports; this is a special case library only used for some software
which depends on bind resolver internals. ok ajacoutot@ jca@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/13 05:53:57
Modified files:
mail/libspf2 : Makefile
net/mtr : Makefile
Log message:
handle new libbind location; ok ajacoutot@ jca@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/13 05:54:36
Modified files:
net/lldpd : Makefile
Log message:
remove CONFIGURE_ENV no longer needed, net/libbind now installs to a subdir
to avoid it being accidentally picked up. ok ajacoutot@ jca@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/13 05:55:12
Modified files:
print/cups : Makefile
Log message:
bump REVISION to make sure people don't accidentally have a copy of
this which is linked to libbind.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/13 05:55:11
src/regress/usr.bin/mandoc/roff/it
Update of /cvs/src/regress/usr.bin/mandoc/roff/it
In directory cvs.openbsd.org:/tmp/cvs-serv13214/roff/it
Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/roff/it added to the repository
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/13 06:15:09
Modified files:
gnu/usr.bin/binutils/gdb: vaxnbsd-tdep.c
Log message:
Register GDB_OSABI_OPENBSD_ELF as well.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/13 06:51:38
Modified files:
usr.bin/mandoc : mandoc.h read.c roff.c
regress/usr.bin/mandoc/roff: Makefile
Added files:
regress/usr.bin/mandoc/roff/it: Makefile double.in
double.out_ascii text.in
text.out_ascii
Log message:
Rudimentary implementation of the .it request (input line trap).
As with any low-level roff request involving subtle interactions
with macro internals, this implementation is not exact, but it
does handle the simplest cases.
This request occurs in man(7) code generated from DocBook,
for example mysql(1) and yasm_arch(7).
Thanks to brad@ for reporting the issue back in January 2011.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/13 07:08:05
Modified files:
devel/json-c : Makefile
Log message:
annotate !gcc2 hopefully not for long
CVSROOT: /cvs
Module name: ports
Changes by: jsing@cvs.openbsd.org 2013/07/13 09:46:43
Modified files:
lang/go : Makefile distinfo
lang/go/patches: patch-src_cmd_ld_lib_c
Log message:
Update lang/go to 1.1.1, from Amit Kulkarni.
ok abieber@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/13 10:13:09
Log message:
Import py-six. Six is a Python 2 and 3 compatibility library.
ok landry@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Jul-13
N ports/devel/py-six/Makefile
N ports/devel/py-six/distinfo
N ports/devel/py-six/pkg/DESCR
N ports/devel/py-six/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/13 10:14:14
Log message:
Import py-doit. Pydoit is an automation tool that can be used to build
software.
ok landry@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Jul-13
N ports/devel/py-doit/Makefile
N ports/devel/py-doit/distinfo
N ports/devel/py-doit/pkg/DESCR
N ports/devel/py-doit/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/13 10:14:57
Modified files:
devel : Makefile
Log message:
+py-doit
+py-six
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/13 10:16:36
Log message:
Import birdfont. Birdfont is a free font editor for TTF, EOG, and SVG fonts
ok landry@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Jul-13
N ports/graphics/birdfont/Makefile
N ports/graphics/birdfont/distinfo
N ports/graphics/birdfont/patches/patch-scripts_bavala_py
N ports/graphics/birdfont/patches/patch-install
N ports/graphics/birdfont/patches/patch-configure
N ports/graphics/birdfont/pkg/DESCR
N ports/graphics/birdfont/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/13 10:17:11
Modified files:
graphics : Makefile
Log message:
+birdfont
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/13 10:30:36
Modified files:
devel/gettext : Makefile
Removed files:
devel/gettext/patches: patch-gettext-runtime_configure
patch-gettext-tools_configure
Log message:
zap some fairly old vax patches. They're likely to do more harm than good
even before the elf switch-over, and they're definitely irrelevant now
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/13 10:33:22
Modified files:
sys/arch/vax/stand/boot: autoconf.c
Log message:
Rework multiline string literal to appease gcc3.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/13 10:34:43
Modified files:
bin/csh : Makefile
lib/libssl/crypto: Makefile
Log message:
Remove no longer needed vax CFLAGS workarounds.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/13 11:28:36
Modified files:
sys/arch/arm/include: _types.h
sys/arch/hppa/include: _types.h
sys/arch/hppa64/include: _types.h
sys/arch/i386/include: _types.h
sys/arch/m68k/include: _types.h
sys/arch/m88k/include: _types.h
sys/arch/mips64/include: _types.h
sys/arch/powerpc/include: _types.h
sys/arch/sh/include: _types.h
sys/arch/sparc/include: _types.h
sys/arch/sparc64/include: _types.h
sys/arch/vax/include: _types.h
sys/arch/vax/vax: trap.c
Log message:
unify register_t to long on all platforms
ok miod kettenis
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/13 11:29:36
Modified files:
audio/libmp3splt: Makefile
Log message:
require a direct dependency on ogg for static linking
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/13 12:25:17
Modified files:
devel/hs-mtl : Makefile
devel/hs-mtl/pkg: PLIST
Log message:
hs-mtl is a replacement for hs-monads-fd for some time, so
tweak the plist to get a smooth removal of hs-monads-fd.
No objections dcoppa@
Update path tested on a sane set of installed hs-* packages
byo David Schaefer (thanks!).
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/13 12:26:41
Modified files:
devel : Makefile
Log message:
Unhook hs-monads-fd.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/13 12:27:28
Removed files:
devel/hs-monads-fd: Makefile distinfo
devel/hs-monads-fd/pkg: DESCR PLIST
Log message:
Remove obsolete hs-monads-fd. hs-mtl is a proper replacement for it.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/13 12:57:48
ports/devel/hs-test-framework-quickcheck2/patches
Update of /cvs/ports/devel/hs-test-framework-quickcheck2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32516/patches
Log Message:
Directory /cvs/ports/devel/hs-test-framework-quickcheck2/patches added to the repository
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/13 13:27:47
Modified files:
usr.bin/mandoc : apropos.1 mandoc.1 whatis.1 makewhatis.8
share/man/man7 : eqn.7 mandoc_char.7 mdoc.7 tbl.7
Log message:
For citing the names and email addresses of authors,
consistently use the style ".An name Aq Mt email".
Triggered by a question from Jan Stary ,
ok jmc@.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/13 13:44:14
Modified files:
share/man/man7 : man.7 roff.7
Log message:
For citing the names and email addresses of authors,
consistently use the style ".An name Aq Mt email".
Triggered by a question from Jan Stary .
Somehow, i missed these two files, jmc@ agrees with the principle.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/13 14:21:52
Modified files:
etc : man.conf
Log message:
When using the _default search path with _subdir,
first sort by manual section (1, 8, 6, 2, 3, ...),
then by manual tree (share, X11R6, local)
and only for ties prefer cat over man.
For example, this avoids that /usr/local/man/cat7/roff.0
overrides /usr/share/man/man7/roff.7.
Triggered by a question from Jan Stary ,
ok dcoppa@ bentley@ jca@ pascal@.
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/07/13 18:36:33
Log message:
Import EDE.
EDE (Equinox Desktop Environment) is simple and fast desktop
environment with familiar look and feel. EDE uses FLTK toolkit for
GUI presentation and UNIX philosophy for its design.
With UNIX philosophy, EDE splits each component in separate executable
entity to do one job and do it good. This makes EDE very easy to
alter for user needs and requirements.
EDE is light and fast. It uses C++ carefully yielding fast startup,
low memory usage and great portability. Also, we care not only about
how fast EDE runs, but how much time is needed to compile it.
These facts makes EDE a perfect desktop environment for older
computers and embedded devices. But, you can use it on your everyday
hardware too.
Comments landry@ jca@
ok landry@
Status:
Vendor Tag: pascal
Release Tags: pascal_20130714
N ports/x11/ede/Makefile
N ports/x11/ede/Makefile.inc
N ports/x11/ede/lib/Makefile
N ports/x11/ede/lib/distinfo
N ports/x11/ede/lib/pkg/DESCR
N ports/x11/ede/lib/pkg/PLIST
N ports/x11/ede/lib/patches/patch-Jamrules
N ports/x11/ede/lib/patches/patch-configure
N ports/x11/ede/desktop/Makefile
N ports/x11/ede/desktop/distinfo
N ports/x11/ede/desktop/patches/patch-configure
N ports/x11/ede/desktop/patches/patch-data_desktop-links_Jamfile
N ports/x11/ede/desktop/patches/patch-ede-desktop_Jamfile
N ports/x11/ede/desktop/patches/patch-evoke_Jamfile
N ports/x11/ede/desktop/patches/patch-data_pekwm_scripts_Jamfile
N ports/x11/ede/desktop/patches/patch-pekwm_Jamfile
N ports/x11/ede/desktop/patches/patch-ede-notify-daemon_Jamfile
N ports/x11/ede/desktop/patches/patch-ede-keyboard-conf_ede-keyboard-conf_cpp
N ports/x11/ede/desktop/patches/patch-ede-panel_applets_cpu-monitor_CpuMonitor_cpp
N ports/x11/ede/desktop/patches/patch-evoke_EvokeService_cpp
N ports/x11/ede/desktop/patches/patch-emountd_Jamfile
N ports/x11/ede/desktop/patches/patch-data_pekwm_themes_default_Jamfile
N ports/x11/ede/desktop/pkg/DESCR
N ports/x11/ede/desktop/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/07/13 18:37:50
Modified files:
x11 : Makefile
Log message:
+ ede
CVSROOT: /cvs
Module name: ports
Changes by: rfreeman@cvs.openbsd.org 2013/07/14 01:12:23
Modified files:
games/vitetris : Makefile distinfo
games/vitetris/patches: patch-Makefile patch-src_menu_Makefile
patch-src_netw_Makefile
games/vitetris/pkg: PLIST
Log message:
update to vitetris 0.57, adds some desktop file goo and
RUN_DEPENDS on devel/desktop-file-utils
tested on i386 and amd64
OK landry@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/14 02:05:34
Modified files:
games/vitetris : Makefile
games/vitetris/pkg: PLIST
Log message:
Missing devel/desktop-file-utils goo.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/14 02:15:31
Modified files:
x11/ede/desktop: Makefile
x11/ede/desktop/pkg: PLIST
Log message:
Missing misc/shared-mime-info dependency and goo.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/14 03:21:38
Modified files:
app/luit : Makefile.in aclocal.m4 configure configure.ac
sys.c
app/luit/man : Makefile.in
Log message:
Don't try to use grantpt() on OpenBSD. It causes crashes.
Problem reported by Jan Stary and Marcus Merighi, analysed by guenther@,
configure.ac patch by me.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/14 05:03:13
Modified files:
www/seamonkey : Makefile
Log message:
Fix packaging by unzipping the correct enigmail xpi. Probably caused by
the previous distfile reroll.
Issue reported by nigel@ & naddy@
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/07/14 05:03:41
Modified files:
sysutils/moreutils: Makefile distinfo
sysutils/moreutils/patches: patch-Makefile
Log message:
Update to 0.49; ok sthen@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/14 05:03:57
Removed files:
www/seamonkey/patches:
patch-mailnews_extensions_enigmail_ipc_src_Makefile_enig
Log message:
Remove enigmail patch commited upstream.
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2013/07/14 08:36:42
Modified files:
libexec/ld.so/ldd: ldd.c
Log message:
Fix possible memory/fd leak in the error path.
From David Hill dhill at mindcry.org; ok krw@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/14 09:18:36
Modified files:
sys/dev/isa : i82365_isasubr.c
Log message:
The "probe" interrupt handler is mpsafe; mark it as such.
ok matthew@
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/07/14 09:29:34
Modified files:
devel/libffi : Makefile
devel/libffi/files: vax_ffi.c vax_ffitarget.h
devel/libffi/patches: patch-Makefile_in
Added files:
devel/libffi/files: vax_elfbsd.S
Removed files:
devel/libffi/files: vax_aoutbsd.S
Log message:
Update the VAX code to work in the ELF world: add register prefixes, and switch
to the reentrant struct return convention (non-pcc).
Bump revision.
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/07/14 09:44:16
ports/lang/g77-old/files
Update of /cvs/ports/lang/g77-old/files
In directory cvs.openbsd.org:/tmp/cvs-serv20920/files
Log Message:
Directory /cvs/ports/lang/g77-old/files added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/14 10:37:01
Modified files:
net/apache-activemq: Makefile
Log message:
add HOMEPAGE
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/14 10:37:41
Modified files:
sbin/isakmpd : isakmpd.8
Log message:
"r" logs to syslog; From: Anders Berggren
ok millert sthen
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/07/14 11:05:50
Modified files:
faq : faq14.html
Log message:
missing "softraid0" on crypto example.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/14 11:28:41
Modified files:
www/rawdog : Makefile distinfo
www/rawdog/patches: patch-setup_py
www/rawdog/pkg : PLIST
Log message:
Update www/rawdog to 2.15. Take MAINTAINER.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/14 11:37:18
Modified files:
devel/py-doit : Makefile distinfo
Log message:
Now that PyPi is back online, update py-doit to 0.22.0
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/07/14 12:00:20
Modified files:
lang/g77-old : Makefile
Added files:
lang/g77-old/files: gcc_config_vax_openbsdelf.h
lang/g77-old/patches: patch-gcc_config_gcc
patch-gcc_config_vax_vax_c
patch-gcc_config_vax_vax_h
Log message:
Adapt to VAX ELF world.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/14 12:22:08
Modified files:
sys/arch/i386/include: mutex.h
sys/arch/i386/isa: isa_machdep.c
Log message:
IPL_VM is "mpsafe" now as well.
CVSROOT: /cvs
Module name: ports
Changes by: gonzalo@cvs.openbsd.org 2013/07/14 13:06:03
Modified files:
www/xombrero : Makefile distinfo
Log message:
Update for Xombrero to 1.6.3:
* Perform bounds checking for ints and use correct types for float
config inputs.
* Remove all float equality comparisons.
* Verify a DOM node is a valid HTML document in focus code (webkitgtk
2.0.0+ only).
* Fix order of fetching remote cert to prevent incorrect warning.
* Add signal handler to deny all HTML5 geolocation requests.
* Sync hsts-preload with Chromium.
* Fix memory leak when adding to the force_https whitelist.
* Mention plwl about page in manpage.
* Remove unused directories from Makefiles.
Ok jca@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/14 13:44:39
Modified files:
sbin/dhclient : dhclient.8
usr.sbin/dhcpd : dhcpd.8
share/man/man5 : hostname.if.5 resolv.conf.5
share/man/man8 : afterboot.8
Log message:
merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8),
removing traces of dhcp(8)... i'm about to remove that file, since
it's essentially useless. holding off for a little, in case my commit
is greeted with howls.
help/ok krw
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/07/14 14:20:25
Modified files:
net/curl : Makefile
Log message:
Fix build on m68k. No revision bump 'coz it had been broken for quite a long
time.
ok naddy@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/14 15:22:09
Modified files:
sys/arch/sparc64/include: mutex.h
sys/arch/sparc64/sparc64: mutex.S
Log message:
To prevent lock ordering problems with the kernel lock, we need to make sure
we block all interrupts that can grab the kernel lock. The simplest way to
achieve this is to make sure mutexes always raise the ipl to the highest
level that has interrupts that grab the kernel lock. This will allow us
to have "mpsafe" interrupt handlers at lower priority levels.
No change for non-MULTIPROCESSOR kernels.
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/14 17:00:00
Modified files:
devel/p5-BSD-Resource: Makefile distinfo
Log message:
update p5-BSD-Resource to 1.2907
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/14 17:06:47
Modified files:
devel/p5-Data-Validate-IP: Makefile distinfo
Log message:
update p5-Data-Validate-IP to 0.20
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/14 17:24:20
Modified files:
security/p5-IO-Socket-SSL: Makefile distinfo
Log message:
update p5-IO-Socket-SSL to 1.952
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/14 17:31:07
Modified files:
net/p5-Net-Inspect: Makefile distinfo
Log message:
update p5-Net-Inspect to 0.300
CVSROOT: /cvs
Module name: src
Changes by: jca@cvs.openbsd.org 2013/07/14 18:01:58
Modified files:
libexec/ld.so/ldconfig: prebind.c
Log message:
Remove some unused variables, from David Hill dhill at mindcry.org
While here, do better checks in elf_write_lib() and ansify
elf_sum_reloc()'s decl/def. With input from and ok krw@
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/14 19:06:04
Modified files:
devel/p5-Devel-NYTProf: Makefile distinfo
devel/p5-Devel-NYTProf/pkg: PLIST
Log message:
- update p5-Devel-NYTProf to 5.05
- no USE_GROFF
- more TEST_DEPENDS
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/07/14 19:31:15
Modified files:
databases/ruby-sequel: Makefile distinfo
databases/ruby-sequel/pkg: PLIST
Log message:
Update to sequel 4.0.0.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/07/14 19:46:50
Modified files:
databases/ruby-sequel_pg: Makefile distinfo
Log message:
Update to sequel_pg 1.6.7. Add correct version constraint to ruby-pg
dependency.
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/14 22:03:42
Modified files:
lib/libm/arch/vax: n_atan2.S n_cbrt.S n_hypot.S n_sincos.S
n_sqrt.S n_tan.S
Log message:
add some missing asm functions to vax: long double as aliases to double,
and float functions by cvtfd/cvtdf (like in netbsd)
scalbnf will have to wait, as it's more complicated...
brings vax in line with the rest.
okay miod@/martynas@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/14 22:08:26
Modified files:
lib/libm/noieee_src: n_atan2.c n_cbrt.c n_hypot.c n_sincos.c
n_tan.c n_support.c
Log message:
bring reference C code that's not compiled in synch with asm code
okay martynas@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/14 22:09:44
Modified files:
lib/libm/noieee_src: n_atan.c
Log message:
use atan2f to add atanf
okay martynas@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/14 22:27:40
Added files:
graphics/pngcrush/patches: patch-pngcrush_c
Log message:
one gcc2 error -> fix
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/14 22:32:03
Modified files:
x11/gnustep/libobjc2: Makefile
Log message:
!gcc2
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/14 22:34:44
Modified files:
devel/fossil : Makefile
Log message:
!gcc2
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/14 22:37:40
Modified files:
devel/arm-elf/binutils: Makefile
Log message:
yet another declaration after statement.
don't try to fix this one, I don't see cross-compile from vax as a useful
endeavor anyways...
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/15 00:55:25
Modified files:
sysutils/ruby-facter: Makefile distinfo
Log message:
update to facter-1.7.2
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/07/15 00:56:20
Modified files:
de : macppc.html sparc64.html
faq/fr : faq14.html faq6.html
faq/nl : faq1.html
fr : macppc.html sparc64.html
nl : donations.html ftp.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/15 00:58:29
Modified files:
devel/apache-ant: Makefile distinfo
devel/apache-ant/patches: patch-bin_ant
devel/apache-ant/pkg: PLIST
Log message:
update to apache-ant-1.9.1
tested in a bulk by landry@, thanks
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/15 00:59:35
Added files:
net/openfire/patches: patch-build_build_xml
Log message:
Allow to built with Ant 1.9.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/15 01:00:49
Modified files:
www/cgit : Makefile distinfo
www/cgit/patches: patch-Makefile
Added files:
www/cgit/patches: patch-cgit_mk
Log message:
- update to cgit-0.9.2
- bump git to 1.8.3.2
- sync MASTER_SITES with the git port
ok landry@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/15 01:14:34
Modified files:
devel/goffice : Makefile distinfo
devel/goffice/pkg: PLIST
Log message:
Update to goffice-0.10.4.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/15 01:16:41
Modified files:
math/gnumeric : Makefile distinfo
Log message:
Update to gnumeric-1.12.4.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/15 01:33:47
Modified files:
sysutils/moreutils/patches: patch-Makefile
Log message:
add a comment warning about a conflict if enabling a tool in moreutils which
is currently disabled. no pkg change.
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/15 01:40:19
Modified files:
www/apache-httpd/patches: patch-server_mpm_common_c
Log message:
regen patch; no pkg change
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/15 01:48:48
Modified files:
www/apache-httpd: Tag: OPENBSD_5_3 Makefile distinfo
www/apache-httpd/patches: Tag: OPENBSD_5_3
patch-server_mpm_common_c
www/apache-httpd/pkg: Tag: OPENBSD_5_3 PLIST
Log message:
MFC Apache update (CVE-2013-1896, CVE-2013-1862).
Req'd by jasper@.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/15 01:56:43
Modified files:
usr.sbin/dhcpd : dhcp-options.5
Log message:
remove non-standard section: it does nothing for this page;
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2013/07/15 02:05:50
Modified files:
sysutils/ntfs-3g: Makefile
Log message:
The uuid library from sysutils/e2fsprogs was renamed, so fix up WANTLIB.
Note: not hooked to the build; likely the last port that needed fixup
for the uuid naming change. Amit Kulkarni had the same diff,
ok aja@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/15 02:13:34
Modified files:
www/squid : Tag: OPENBSD_5_3 Makefile distinfo
Log message:
SECURITY update to Squid 3.2.13, fixes CVE-2013-4115 CVE-2013-4123
"Due to incorrect data validation Squid is vulnerable to a buffer overflow
attack when processing specially crafted HTTP requests."
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/15 02:21:54
Modified files:
www/squid : Makefile distinfo
Log message:
SECURITY update to Squid 3.3.8, fixes CVE-2013-4115 CVE-2013-4123
"Due to incorrect data validation Squid is vulnerable to a buffer overflow
attack when processing specially crafted HTTP requests."
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/15 03:31:03
Modified files:
print/pdflib : Makefile
Log message:
give it a chance on vax
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/15 05:11:03
Modified files:
devel/iso-codes: Makefile distinfo
devel/iso-codes/pkg: PLIST
Log message:
update to iso-codes-3.44
CVSROOT: /cvs
Module name: ports
Changes by: pascal@cvs.openbsd.org 2013/07/15 06:05:26
Modified files:
x11/ede/desktop: Makefile
Log message:
BDEP on devel/jam for desktop too, found the hard way by naddy@
CVSROOT: /cvs
Module name: xenocara
Changes by: aoyama@cvs.openbsd.org 2013/07/15 07:23:17
Modified files:
driver : Makefile
driver/xf86-video-wsfb/src: wsfb_driver.c
xserver : Makefile.bsd-wrapper configure.ac
xserver/hw/xfree86/os-support/bsd: Makefile.am
Added files:
xserver/hw/xfree86/os-support/bsd: luna88k_video.c
Log message:
Add monochrome X server support for luna88k.
Some luna88k specific quirks are needed in
driver/xf86-video-wsfb/src/wsfb_driver.c for now.
ok matthieu@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/15 07:30:37
Modified files:
sys/net : if_spppsubr.c
Log message:
Remove a comment which is no longer true.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/15 07:52:05
Modified files:
sys/dev/usb : ucom.c
Log message:
When a ucom(4) device is detached do not only abort its pipes but also
free them and makes sure to close the attached tty before freeing its
descriptor. This plugs a memleak and fixes a panic introduce in r1.59.
Found the hard way and tested by otto@
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/07/15 08:03:01
Modified files:
sbin/dhclient : dhclient.c
Log message:
If a DHCPREQUEST returns a lease identical to the one currently bound to
the interface, skip the address deleting/adding and route deleting/adding
and simply update the timestamps.
Suggested by sthen@. Tweaks from millert@. ok sthen@ millert@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/15 08:50:44
Modified files:
app/cwm : calmwm.c calmwm.h client.c conf.c group.c
xevents.c xutil.c
Log message:
simplify atom handling; allows us to limit to one round-trip to server
for gathering Atoms.
CVSROOT: /cvs
Module name: ports
Changes by: robert@cvs.openbsd.org 2013/07/15 08:59:31
Modified files:
www/chromium : Makefile distinfo
www/chromium/patches: patch-base_base_gypi
patch-base_sys_info_openbsd_cc
patch-build_all_gyp
patch-build_common_gypi
patch-chrome_browser_browser_resources_grd
patch-chrome_browser_speech_tts_controller_cc
patch-chrome_browser_ui_webui_about_ui_cc
patch-chrome_chrome_browser_extensions_gypi
patch-chrome_chrome_browser_gypi
patch-chrome_chrome_gyp
patch-chrome_common_chrome_paths_cc
patch-chrome_test_perf_perf_test_cc
patch-content_app_content_main_runner_cc
patch-content_browser_browser_main_loop_cc
patch-content_browser_child_process_launcher_cc
patch-content_content_browser_gypi
patch-content_content_common_gypi
patch-content_content_gpu_gypi
patch-content_renderer_renderer_main_platform_delegate_linux_cc
patch-media_media_gyp patch-net_net_gyp
patch-printing_printing_gyp
patch-skia_skia_gyp
patch-third_party_leveldatabase_env_chromium_cc
patch-third_party_libyuv_libyuv_gyp
patch-tools_gyp_pylib_gyp_generator_ninja_py
patch-ui_base_l10n_l10n_util_cc
www/chromium/pkg: PLIST
Added files:
www/chromium/patches:
patch-build_linux_unbundle_replace_gyp_files_py
patch-chrome_renderer_printing_print_web_view_helper_h
patch-net_third_party_nss_ssl_bodge_secitem_array_c
patch-ppapi_proxy_pdf_resource_cc
patch-third_party_WebKit_Source_WebKit_chromium_WebKit_gyp
patch-third_party_WebKit_Source_core_core_gyp_core_gyp
patch-third_party_WebKit_Source_core_features_gypi
patch-third_party_libjingle_libjingle_gyp
patch-third_party_libjingle_source_talk_base_cpumonitor_cc
patch-third_party_libjingle_source_talk_base_linux_cc
patch-third_party_libjingle_source_talk_base_linux_h
patch-third_party_libjingle_source_talk_base_systeminfo_cc
patch-third_party_webrtc_build_common_gypi
patch-third_party_webrtc_modules_audio_device_audio_device_gypi
patch-third_party_webrtc_modules_rtp_rtcp_test_bwe_standalone_gypi
patch-third_party_webrtc_modules_video_capture_video_capture_gypi
patch-third_party_webrtc_modules_video_coding_main_source_timestamp_extrapolator_h
patch-third_party_webrtc_modules_video_render_video_render_gypi
patch-third_party_webrtc_system_wrappers_source_atomic32_posix_cc
patch-third_party_webrtc_system_wrappers_source_cpu_info_cc
patch-third_party_webrtc_system_wrappers_source_thread_posix_cc
patch-third_party_webrtc_video_engine_test_auto_test_vie_auto_test_gypi
patch-third_party_webrtc_voice_engine_voice_engine_defines_h
patch-ui_gl_gl_gyp patch-v8_src_sampler_cc
Removed files:
www/chromium/patches: patch-chrome_chrome_browser_ui_gypi
patch-net_base_x509_util_nss_cc
patch-skia_ext_SkThread_chrome_cc
patch-third_party_WebKit_Source_WTF_wtf_NumberOfCores_cpp
patch-third_party_libusb_libusb_gyp
Log message:
update to 28.0.1500.45
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/15 09:08:00
Modified files:
devel/py-six : Makefile
Log message:
Enable py-six's tests.
ok aja@
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/07/15 09:49:33
Modified files:
distrib/beagle/miniroot: Makefile.inc
distrib/beagle/ramdisk: install.md
Log message:
Fix mlo/u-boot copying, pointed out by florian.
ok florian@, bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/15 10:56:58
Modified files:
www/youtube-dl : Makefile distinfo
www/youtube-dl/pkg: PLIST
Log message:
update to youtube-dl 2013.07.12
ok pirofti@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/15 11:09:16
Modified files:
graphics/mapnik: Makefile
graphics/mapnik/patches: patch-SConstruct
Added files:
graphics/mapnik/patches:
patch-tests_cpp_tests_conversions_test_cpp
Log message:
Fix build on 32-bits archs. One of the python tests still does an abort
trap, but at least this packages now, tested on i386 & powerpc. To be
refined...
CVSROOT: /cvs
Module name: src
Changes by: rapha@cvs.openbsd.org 2013/07/15 11:30:23
Modified files:
sys/arch/beagle/dev: if_cpsw.c
Log message:
Use bus_space_set_region_4 instead of looping over bus_space_write_4,
and remove some includes.
ok patrick@
CVSROOT: /cvs
Module name: src
Changes by: espie@cvs.openbsd.org 2013/07/15 12:05:14
Modified files:
lib/libm : Makefile
Removed files:
lib/libm/noieee_src: n_round.c n_scalbln.c
Log message:
use some generic code on vax, to do round/roundf/scalbln...
suggested by martynas@
okay miod@
(just rearranges the !vax makefile, no compile change there)
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/15 12:28:46
Modified files:
sys/arch/sparc64/dev: ifb.c
Log message:
Use getpropstringA(), not getpropstring(), to get the card's name. This ensures
its value has not been clobbered when ifb_accel_identify() is invoked, and
restores textmode acceleration on Expert3D{,-Lite} and XVR-1200.
Broken since 1.17, sigh
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/15 12:50:32
Modified files:
lib/libm/arch/vax: n_atan2.S n_hypot.S
Log message:
Fix atan2f() and hypotf() by actually converting both their arguments to the
larger type and passing them both the the double routine.
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/07/15 13:01:56
Modified files:
devel/libffi : Makefile
devel/libffi/patches: patch-src_m68k_ffi_c patch-src_m68k_sysv_S
Log message:
The m68k fixes were not good enough to work correctly for closures around
functions returning structs of 5 to 15 bytes, inclusive; making me wonder
what I had actually tested. Now all the testcase passes, for real. Noticed
while working on cleaning these changes to push them upstream.
Bump revision.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/15 13:10:58
ports/net/lldpd/patches
Update of /cvs/ports/net/lldpd/patches
In directory cvs.openbsd.org:/tmp/cvs-serv22899/patches
Log Message:
Directory /cvs/ports/net/lldpd/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/15 13:12:07
Modified files:
net/lldpd : Makefile
Added files:
net/lldpd/patches: patch-src_daemon_event_c
patch-src_daemon_lldpd_h
patch-src_daemon_priv-bsd_c
Log message:
Apply a patch from upstream to fix a warning on startup:
fcntl(8, F_SETFL): Operation not permitted
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/07/15 13:47:38
Modified files:
audio/opus : Makefile distinfo
Log message:
update to 1.0.3: includes a new surround API and various minor fixes
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/15 14:47:01
Modified files:
security/opencdk: Makefile
Log message:
let vax find gpg-error, maybe it will build
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/15 15:18:54
Added files:
www/apache-httpd/patches: Tag: OPENBSD_5_3
patch-modules_ssl_ssl_engine_io_c
Log message:
Add missing patch, build failure spotted by jasper@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/15 15:35:46
Modified files:
net/lldpd/pkg : lldpd.rc
Added files:
net/lldpd/patches: patch-src_daemon_priv_c
Log message:
fix rc.d stop/restart (broken pexp), reported by jasper@
add sigaction diff from upstream
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2013/07/15 15:47:50
Modified files:
mail/libspf2 : Makefile
Log message:
The libbind headers were not picked up (typo). Bump since this may
affect the packaged files. ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: jca@cvs.openbsd.org 2013/07/15 15:51:57
Modified files:
mail/milter-greylist: Makefile
Log message:
milter-greylist uses libspf2 which needs libbind, but libbind is in
a non-standard directory. Tweak LDFLAGS and bump for safety. ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/15 16:59:13
Modified files:
share/man/man5 : elf.5
share/man/man8 : boot_config.8 rc.subr.8 yp.8
Log message:
Mark up email adresses with the .Mt macro;
patch from Franco Fichtner ;
ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/15 17:43:58
Modified files:
bin/chio : chio.1
Log message:
use .Mt for email address; from Jan Stary ; ok jmc@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/15 17:51:59
Modified files:
app/cwm : client.c xevents.c xutil.c
Log message:
collapse lines
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/15 17:53:19
Modified files:
app/cwm : calmwm.h
Log message:
shuffle down protoypes
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/15 18:07:52
Modified files:
usr.bin/at : at.1
usr.bin/bgplg : bgplg.8 bgplgsh.8
usr.bin/fgen : fgen.1
usr.bin/ipcs : ipcs.1
usr.bin/less : less.1 lesskey.1
usr.bin/lex : flex.1
usr.bin/m4 : m4.1
usr.bin/man : help.1
usr.bin/modstat: modstat.8
usr.bin/nc : nc.1
usr.bin/pkg-config: pkg-config.1
usr.bin/pkill : pkill.1
usr.bin/sdiff : sdiff.1
usr.bin/sendbug: sendbug.1
usr.bin/ssh : scp.1 sftp-server.8 ssh-keyscan.1 ssh-keysign.8
ssh-pkcs11-helper.8
usr.bin/stat : stat.1
usr.bin/tcpbench: tcpbench.1
usr.bin/tmux : tmux.1
usr.bin/usbhidctl: usbhidctl.1
usr.bin/x99token: x99token.1
Log message:
use .Mt for email addresses; from Jan Stary ; ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/07/15 18:24:05
Modified files:
sysutils/tarsnap: Makefile distinfo
Log message:
Update tarsnap to 1.0.34.
Thanks to Tim van der Molen for testing.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/15 18:41:03
Modified files:
usr.bin/kdump : Makefile mkioctls
Log message:
Tighten the pattern for matching ioctl definitions in header files and
recognize the PTMGET ioctl()
ok millert@
(earlier version ok otto@)
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/07/15 20:48:05
Modified files:
lang/tcl/8.5 : Makefile
lang/tcl/8.5/pkg: README
Log message:
Sync patch in README with recent /etc/man.conf changes.
Sync README with 8.6.
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/07/15 20:48:45
Modified files:
lang/tcl/8.6 : Makefile
lang/tcl/8.6/pkg: README
Log message:
Sync patch in README with recent /etc/man.conf changes.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/16 00:39:42
Modified files:
x11/gnome/user-share: Makefile distinfo
x11/gnome/user-share/patches: patch-src_user_share_c
x11/gnome/user-share/pkg: PLIST
Removed files:
x11/gnome/user-share/patches: patch-src_http_c
Log message:
Update to gnome-user-share-3.8.3.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/16 00:47:16
Modified files:
www/opera : Makefile distinfo
www/opera/pkg : PLIST
Log message:
SECURITY update to opera-12.16.
http://www.opera.com/security/advisory/1048
ok jasper@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/16 00:48:02
Modified files:
www/opera : Tag: OPENBSD_5_3 Makefile distinfo
www/opera/pkg : Tag: OPENBSD_5_3 PLIST
Log message:
MFC:
SECURITY update to opera-12.16.
http://www.opera.com/security/advisory/1048
ok jasper@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/16 00:48:36
Modified files:
usr.bin/oldrdist: oldrdist.1
Log message:
"-" is not an option - it is an argument to -f; whilst here, use Sq
instead of Dq for "-";
from Jan Stary
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/16 00:52:05
Modified files:
libexec/getty : getty.8
usr.bin/diff : diff.1
usr.sbin/cron : crontab.1
bin/cat : cat.1
Log message:
where "-" represents stdin, just use Sq, not Fl, since it's not a flag;
from Jan Stary
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/16 01:01:02
Modified files:
usr.bin/gzsig : gzsig.1
Log message:
Add missing .An and .Mt macros.
While here, add nicer line breaks as well.
ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/16 01:15:39
Modified files:
lib/libwrap : hosts_access.5
libexec/identd : identd.8
Log message:
non[ -]existing -> non-existent;
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/16 01:45:41
Modified files:
devel/apache-ant: Makefile distinfo
Log message:
update to apache-ant-1.9.2
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/16 02:03:18
Modified files:
sys/arch/macppc/stand/boot.mac: elf32_powerpc_merge.x fixcoff.c
Log message:
Don't use a non initialized variable and fix RCS Ids while here.
Issue reported by Maxime Villard, diff from martin@
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/16 02:11:39
Modified files:
sys/dev/pckbc : pms.c
Log message:
Correctly initialized the width value to 0 instead of passing garbage
to wsmouse_input() when no finger are reported.
Pointed out by Maxime Villard.
CVSROOT: /cvs
Module name: src
Changes by: mpi@cvs.openbsd.org 2013/07/16 02:21:10
Modified files:
sbin/ifconfig : ifconfig.c
Log message:
Make sure the ioctl(2) has been processed by sppp(4) before printing
any phase error.
This prevents ifconfig(8) from priting 'sppp: phase...' messages for
vlan(4) interfaces attached to interfaces with a long name. A better
fix should be cooked because various pseudo-interfaces still use the
same set of ioctl(2)s for different purposes.
Issue reported by jca@, ok claudio@, jca@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/16 02:25:26
Added files:
misc/remind/patches: patch-src_omit_c
Log message:
fix on vax
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/16 02:49:09
Modified files:
lang/php/5.3 : Makefile distinfo
Log message:
Update to php-5.3.27, includes a fix for CVE-2013-4113, heap corruption in xml parser
ok robert@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/16 02:49:59
Modified files:
lang/php/5.3 : Tag: OPENBSD_5_3 Makefile distinfo
Log message:
Update to php-5.3.27, includes a fix for CVE-2013-4113, heap corruption in xml parser
ok robert@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/16 03:45:28
Modified files:
sbin/bioctl : bioctl.8
sbin/dhclient : dhclient.8 dhclient.conf.5 dhclient.leases.5
sbin/growfs : growfs.8
sbin/iked : iked.8 iked.conf.5
sbin/iopctl : iopctl.8
sbin/lmccontrol: lmccontrol.8
sbin/modload : modload.8
sbin/mount_ntfs: mount_ntfs.8
sbin/mount_udf : mount_udf.8
sbin/ncheck_ffs: ncheck_ffs.8
sbin/newfs_ext2fs: newfs_ext2fs.8
sbin/newfs_msdos: newfs_msdos.8
sbin/pflogd : pflogd.8
sbin/swapctl : swapctl.8
Log message:
Add missing .Mt macros for AUTHORS email addresses.
From Jan Stary .
ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/16 04:11:46
Modified files:
www/owncloud : Makefile distinfo
www/owncloud/pkg: PLIST
Log message:
Update to owncloud-5.0.9.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/16 04:18:04
Modified files:
net/ocsync : Makefile distinfo
net/ocsync/pkg : PLIST
Log message:
Update to ocsync-0.80.0.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/16 04:26:17
Modified files:
usr.sbin/dhcpd : dhcpd.conf.5 dhcpd.leases.5
Log message:
simplify some icky macros; from Jan Stary, tweaked by me
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/16 04:44:51
Modified files:
lib/libc/net : getrrsetbyname.3
lib/libkeynote : keynote.4 keynote.5
Log message:
more macro simplification; from Jan Stary
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/16 05:13:34
Modified files:
usr.sbin/amd/amd: amd.8
usr.sbin/amd/amq: amq.8
usr.sbin/cron : cron.8 crontab.1 crontab.5
usr.sbin/crunchgen: crunchgen.8
usr.sbin/dhcpd : dhcp-options.5 dhcpd.8 dhcpd.conf.5
dhcpd.leases.5
usr.sbin/dhcrelay: dhcrelay.8
usr.sbin/fw_update: fw_update.1
usr.sbin/gpioctl: gpioctl.8
usr.sbin/hostapd: hostapd.8 hostapd.conf.5
usr.sbin/hotplugd: hotplugd.8
usr.sbin/ikectl: ikectl.8
usr.sbin/iscsid: iscsid.8
usr.sbin/ldapd : btree.3
usr.sbin/ldomctl: ldomctl.8
usr.sbin/ldomd : ldomd.8
usr.sbin/mailwrapper: mailer.conf.5 mailwrapper.8
usr.sbin/mopd/mopd: mopd.8
usr.sbin/nginx/man: nginx.8
usr.sbin/openssl: openssl.1
usr.sbin/pcidump: pcidump.8
usr.sbin/popa3d: popa3d.8
usr.sbin/ppp/ppp: ppp.8
usr.sbin/pppd : pppd.8
usr.sbin/pppoe : pppoe.8
usr.sbin/procmap: procmap.1
usr.sbin/relayd: relayd.8 relayd.conf.5
usr.sbin/rpc.bootparamd: rpc.bootparamd.8
usr.sbin/sa : sa.8
usr.sbin/sdio : sdio.8
usr.sbin/snmpctl: snmpctl.8
usr.sbin/snmpd : ber.3 snmpd.8 snmpd.conf.5
usr.sbin/sysmerge: sysmerge.8
usr.sbin/tcpdrop: tcpdrop.8
usr.sbin/tcpdump: tcpdump.8
usr.sbin/tokeninit: tokeninit.8
usr.sbin/user : group.8 groupadd.8 groupdel.8 groupinfo.8
groupmod.8 user.8 useradd.8 userdel.8
userinfo.8 usermod.8
usr.sbin/watchdogd: watchdogd.8
usr.sbin/wsmoused: wsmoused.8
usr.sbin/ypserv/makedbm: makedbm.8
usr.sbin/ypserv/mkalias: mkalias.8
usr.sbin/ypserv/mknetid: mknetid.8 netid.5
usr.sbin/ypserv/revnetgroup: revnetgroup.8
usr.sbin/ypserv/stdethers: stdethers.8
usr.sbin/ypserv/stdhosts: stdhosts.8
usr.sbin/ypserv/ypinit: ypinit.8
usr.sbin/ypserv/yppush: yppush.8
usr.sbin/ypserv/ypserv: ypserv.8 ypserv.acl.5
usr.sbin/ypserv/yptest: yptest.8
usr.sbin/ypserv/ypxfr: ypxfr.8
Log message:
use .Mt for email addresses; from Jan Stary ; ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/16 05:14:19
Modified files:
games/bs : bs.6
Log message:
use .Mt for AUTHORS email; from Jan Stary ; ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/07/16 05:32:05
Modified files:
usr.sbin/httpd/src/modules/ssl: mod_ssl.c mod_ssl.h
ssl_engine_config.c
ssl_engine_init.c
ssl_engine_kernel.c
Log message:
Define HonorCipherOrder as a FLAG (rather than as a TAKE1), so that it
works correctly as a boolean on/off flag. While here, rename the variable
so that it is consistent with existing naming scheme.
ok otto@ djm@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/16 06:09:12
Modified files:
lang/php/5.3 : Tag: OPENBSD_5_3 distinfo
Log message:
fix extract suffix
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/07/16 07:02:16
Modified files:
usr.sbin/httpd/conf: httpd.conf httpd.conf-dist
usr.sbin/httpd/src/modules/ssl: mod_ssl.c mod_ssl.h
ssl_engine_config.c
ssl_engine_init.c
Log message:
Enable ECDHE support in httpd via a SSLECDHCurve option. This specifies the
named curve to use when generating ephemeral EC keys for an ECDHE-based
cipher suite, or can be set to `none' to disable. The default is to use
a prime256v1 curve.
yay^Wok djm@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/16 07:03:19
Modified files:
telephony/asterisk: Makefile distinfo
telephony/asterisk/patches: patch-channels_chan_sip_c
patch-configure_ac
Added files:
telephony/asterisk/pkg: DESCR-tds PLIST-tds
Log message:
update to Asterisk 11.5.0 (and enabled FreeTDS cel/cdr support)
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/07/16 07:22:55
Modified files:
usr.sbin/httpd/src/modules/ssl: mod_ssl.c mod_ssl.h
ssl_engine_config.c
ssl_engine_init.c
Log message:
Disable SSL compression in order to mitigate CRIME attacks. Add
an SSLCompression option so that it can be turned back on, however on
this is currently a no-op due to the compile options for libssl.
Requested by and ok djm@
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/16 08:04:44
Modified files:
app/cwm : calmwm.h conf.c parse.y
Log message:
max -> nitems
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/16 08:09:38
Modified files:
libexec/login_token: login_token.8
libexec/rpc.yppasswdd: rpc.yppasswdd.8
Log message:
use .Mt for email addresses; from Jan Stary
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/16 08:18:39
Modified files:
regress/sys/dev/audio_info: audiotest_gsinfo.1
regress/sys/dev/audio_rw: audiotest_rw.1
regress/usr.bin/mdoclint: mdoclint.1
Log message:
use .Mt for email addresses; from Jan Stary
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/16 08:22:25
Modified files:
app/cwm : conf.c
Log message:
don't need the size here
CVSROOT: /cvs
Module name: xenocara
Changes by: okan@cvs.openbsd.org 2013/07/16 08:30:48
Modified files:
app/cwm : xutil.c
Log message:
we no longer need to construct an array for _NET_SUPPORTED.
CVSROOT: /cvs
Module name: xenocara
Changes by: aoyama@cvs.openbsd.org 2013/07/16 08:39:22
Modified files:
xserver/hw/xfree86/os-support/bsd: luna88k_video.c
Log message:
Re-commit luna88k_video.c. Previous file is 'doubled' by mistake.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/16 09:21:11
Modified files:
lib/libc/crypt : blowfish.3 crypt.3
lib/libc/gen : ftok.3 posix_spawn.3
posix_spawn_file_actions_addopen.3
posix_spawn_file_actions_init.3
posix_spawnattr_getflags.3
posix_spawnattr_getpgroup.3
posix_spawnattr_init.3 shm_open.3
lib/libc/net : getrrsetbyname.3
lib/libc/string: memmem.3 strlcpy.3 wcscasecmp.3 wcslcpy.3
lib/libc/sys : __thrsigdivert.2 __thrsleep.2 kqueue.2
swapctl.2
lib/libkeynote : keynote.1 keynote.3 keynote.4 keynote.5
lib/libpthread/man: pthreads.3
lib/libz : compress.3
Log message:
use .Mt for email addresses; from Jan Stary ; ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/16 09:57:38
Modified files:
security/clamav-unofficial-sigs: Makefile
security/clamav-unofficial-sigs/patches:
patch-clamav-unofficial-sigs_conf
Log message:
remove commented-out entries for Doppelstern in default configs;
db will be going away.
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/16 10:05:50
Modified files:
share/man/man4 : aac.4 acpi.4 acpiac.4 acpiasus.4 acpibat.4
acpibtn.4 acpicpu.4 acpidock.4 acpiec.4
acpihpet.4 acpimadt.4 acpiprt.4 acpipwrres.4
acpisony.4 acpitimer.4 acpitz.4 acpivideo.4
acpivout.4 adc.4 admcts.4 admlc.4 admtemp.4
admtm.4 admtmp.4 admtt.4 adt.4 adtfsm.4 age.4
ahci.4 aibs.4 alc.4 ale.4 alipm.4 amas.4
amdiic.4 ami.4 an.4 andl.4 aps.4 arc.4 asbtm.4
ath.4 athn.4 atw.4 aue.4 axe.4 az.4 bce.4
berkwdt.4 bge.4 bio.4 bktr.4 bluetooth.4 bnx.4
bridge.4 cac.4 cas.4 cdce.4 cdcef.4 che.4
ciss.4 cue.4 cy.4 cz.4 dc.4 dpt.4 ef.4 emc.4
emu.4 epic.4 esa.4 et.4 etphy.4 fintek.4 gcu.4
gdt.4 glenv.4 gpio.4 gpiodcf.4 gpioiic.4
gpioow.4 gre.4 gscsio.4 gtp.4 hds.4 hotplug.4
ichiic.4 ichwdt.4 iic.4 iop.4 ioprbs.4 iopsp.4
ipcomp.4 ipmi.4 ips.4 ipw.4 isagpio.4 it.4
itherm.4 iwi.4 iwn.4 ix.4 jmb.4 jme.4 jmphy.4
kate.4 km.4 kue.4 lc.4 lge.4 lisa.4 lkm.4 lm.4
lmenv.4 lmn.4 maxds.4 maxtmp.4 mbg.4 mfi.4
mfii.4 mos.4 moscom.4 mpath.4 mpe.4 mpi.4 msk.4
msts.4 mtd.4 myx.4 nfe.4 nge.4 nmea.4
nsclpcsio.4 nviic.4 nvt.4 onewire.4 osiop.4
otus.4 owctr.4 owid.4 owsbm.4 owtemp.4
pcagpio.4 pcaled.4 pcfadc.4 pcfiic.4 pchb.4
pcn.4 piixpm.4 pppx.4 pwdog.4 radio.4 ral.4
ray.4 rdac.4 re.4 ricohrtc.4 rl.4 rsu.4 rt.4
rtii.4 rtsx.4 rtw.4 rum.4 run.4 safte.4 sbt.4
schsio.4 sdhc.4 sdmmc.4 se.4 ses.4 sf.4 sf2r.4
sfr.4 sili.4 siop.4 sis.4 sk.4 sli.4 smsc.4
spdmem.4 speaker.4 sppp.4 ste.4 stge.4 sti.4
sym.4 thmc.4 tht.4 ti.4 tl.4 trunk.4 tsl.4
tty.4 twe.4 uark.4 uath.4 ubt.4 uchcom.4 udav.4
udcf.4 ueagle.4 uguru.4 umbg.4 umsm.4 uoaklux.4
uoakrh.4 uoakv.4 uow.4 upgt.4 ural.4 url.4
urndis.4 urtw.4 urtwn.4 usbf.4 uslcom.4 usps.4
uthum.4 uticom.4 utrh.4 uts.4 utwitch.4 vge.4
viapm.4 viasio.4 vic.4 vio.4 vioblk.4 virtio.4
vmt.4 vr.4 vscsi.4 vte.4 wb.4 wbenv.4 wbng.4
wbsd.4 wbsio.4 wi.4tbl wpi.4 xge.4 xl.4 zyd.4
share/man/man4/man4.amd64: pctr.4 tcpcib.4
share/man/man4/man4.beagle: cpsw.4
share/man/man4/man4.hppa: cpu.4tbl
share/man/man4/man4.i386: elansc.4 esm.4 glxpcib.4 gscpcib.4
gscpm.4 ichpcib.4 pctr.4 tcpcib.4
share/man/man4/man4.loongson: gdiumiic.4 glxclk.4 glxpcib.4
share/man/man4/man4.macppc: asms.4 fcu.4 ht.4 onyx.4 pgs.4
share/man/man4/man4.sgi: power.4
share/man/man4/man4.socppc: sociic.4 tsec.4
share/man/man4/man4.sparc: fga.4 magma.4 scf.4 spif.4
share/man/man4/man4.sparc64: apio.4 asio.4 bbc.4 cbus.4 cmp.4
comkbd.4 core.4 ecadc.4 environ.4
led.4 lom.4 magma.4 pmc.4 power.4
prtc.4 pyro.4 sbbc.4 spif.4 ssm.4
tda.4 uperf.4 vbus.4 vcc.4 vcons.4
vds.4 vdsk.4 vldc.4 vnet.4 vpci.4
vrng.4 vrtc.4 vsw.4
share/man/man4/man4.zaurus: pxammc.4 pxaost.4 pxaudc.4 zaudio.4
Log message:
use .Mt for email addresses; from Jan Stary ; ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/16 11:31:39
Modified files:
etc/etc.vax : disktab
distrib/vax/iso: Makefile
Log message:
make more room because ELF is bigger
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/07/16 12:15:10
Modified files:
distrib/notes/beagle: contents hardware install prep
Log message:
Document (not so) recent developments.
input/ok bmercer@, rapha@, patrick@ (previous version)
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/16 12:38:51
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
use .Mt for email address; ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: schwarze@cvs.openbsd.org 2013/07/16 12:44:39
Modified files:
archivers/unzip: Makefile
Log message:
Some time ago, espie@ sent me this patch to drop USE_GROFF.
Back then, the patch was actually incorrect, mandoc(1) didn't cope.
Meanwhile, i fixed both mandoc and groff in all required respects.
Committing now because of an author timeout.
CVSROOT: /cvs
Module name: src
Changes by: florian@cvs.openbsd.org 2013/07/16 12:49:35
Removed files:
sys/arch/beagle/stand/boot.scr: Makefile boot.cmd
Log message:
no longer needed, we use uenv.txt
OK bmercer@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/16 13:25:38
Modified files:
net/curl : Makefile
Added files:
net/curl/patches: patch-lib_escape_c
Log message:
Security fix for CVE-2013-2174,
libcURL "curl_easy_unescape()" Buffer Overflow Vulnerability
ok naddy@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/16 13:25:57
Modified files:
net/curl : Tag: OPENBSD_5_3 Makefile
Added files:
net/curl/patches: Tag: OPENBSD_5_3 patch-lib_escape_c
Log message:
Security fix for CVE-2013-2174,
libcURL "curl_easy_unescape()" Buffer Overflow Vulnerability
ok naddy@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/16 13:45:37
Modified files:
sys/arch/sparc64/dev: cbus.c
Log message:
Add support for BUS_INTR_ESTABLISH_MPSAFE.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/16 13:46:56
Modified files:
sys/arch/sparc64/dev: vcons.c
Log message:
The interrupt handler for vcons(4) is defenitely safe to run without holding
the kernel lock, so use BUS_INTR_ESTABLISH_MPSAFE.
CVSROOT: /cvs
Module name: xenocara
Changes by: aoyama@cvs.openbsd.org 2013/07/16 14:43:50
Modified files:
distrib/notes : README.luna88k
Log message:
Monochrome X server is supported on luna88k.
ok miod@
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/16 15:08:06
Modified files:
sys/arch/sparc64/dev: vbus.c
Log message:
Add support for BUS_INTR_ESTABLISH_MPSAFE. This makes the previous commit
to vcons(4) actually have an effect.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/07/16 16:24:43
Removed files:
sysutils/backdir: Makefile distinfo
sysutils/backdir/patches: patch-Makefile
sysutils/backdir/pkg: DESCR PLIST
Log message:
Send backdir to the attic.
It's not currently linked and its issue of code quality was never
addressed by the upstream developer.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/16 16:31:15
Modified files:
sys/arch/sparc64/dev: ifb.c
Log message:
Enable jfb-style acceleration on XVR-600.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/07/16 17:58:11
Modified files:
mail/lumail : Makefile distinfo
mail/lumail/patches: patch-Makefile
Removed files:
mail/lumail/patches: patch-lumail_lua patch-tests_Makefile
Log message:
Update lumail to 0.13.
Remove patches that were integrated upstream.
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/07/16 20:52:53
Modified files:
net/haproxy : Makefile distinfo
Log message:
SECURITY update to 1.4.24
- BUG/MAJOR: backend: consistent hash can loop forever in certain circumstances
- BUG/MEDIUM: checks: disable TCP quickack when pure TCP checks are used
- MEDIUM: protocol: implement a "drain" function in protocol layers
- BUG/CRITICAL: fix a possible crash when using negative header occurrences
Resolves CVE-2013-2175
ok gonzalo
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/07/16 21:01:13
Modified files:
infrastructure/db: user.list
Log message:
reserve 721 for _dkimproxy
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/07/16 21:09:18
Log message:
Import dkimproxy-1.4.1
DKIMproxy is an SMTP-proxy that implements the DKIM and DomainKeys
standards, to sign and verify email messages using digital signatures
and DNS records. It can be used to add DKIM support to nearly any
existing SMTP mail server.
Committing on behalf of sthen, who wrote the port.
help and ok giovanni
Status:
Vendor Tag: william
Release Tags: william_20130716
N ports/mail/dkimproxy/Makefile
N ports/mail/dkimproxy/distinfo
N ports/mail/dkimproxy/pkg/DESCR
N ports/mail/dkimproxy/pkg/PLIST
N ports/mail/dkimproxy/pkg/dkimproxy_in.rc
N ports/mail/dkimproxy/pkg/dkimproxy_out.rc
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/07/16 21:27:01
Modified files:
databases/directoryassistant: Makefile
devel/spe : Makefile
net/ddclient : Makefile
net/irssi-xmpp : Makefile
net/sic : Makefile
security/kedpm : Makefile
x11/lsw : Makefile
x11/sselp : Makefile
x11/swarp : Makefile
x11/tabbed : Makefile
Log message:
Update jung@'s contact info in all ports. Drop spe and ddclient per request.
ok jung@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/16 23:42:11
Modified files:
lib/libc/compat-43: gethostid.3 sigblock.3 sigpause.3
sigsetmask.3 sigvec.3
lib/libc/db/man: dbm.3
lib/libc/gen : alarm.3 ctype.3 exec.3 fnmatch.3 getcwd.3
getpwnam.3 isalnum.3 isascii.3 iscntrl.3
isdigit.3 islower.3 isprint.3 ispunct.3
isspace.3 isupper.3 nlist.3 pause.3 setjmp.3
signal.3 time.3 times.3
lib/libc/regex : regex.3
lib/libc/stdio : fclose.3 ferror.3 fgets.3 fread.3 fseek.3
perror.3 printf.3 scanf.3 setbuf.3 ungetc.3
lib/libc/stdlib: abort.3 abs.3 atof.3 atoi.3 exit.3 ldiv.3
qsort.3
lib/libc/string: strcat.3 strcmp.3 strcpy.3 strlen.3
lib/libc/sys : _exit.2 accept.2 bind.2 chmod.2 chown.2
chroot.2 connect.2 dup.2 flock.2 fsync.2
getgid.2 getgroups.2 getitimer.2 getpriority.2
getrlimit.2 getrusage.2 gettimeofday.2 kill.2
listen.2 mkdir.2 mknod.2 mmap.2 munmap.2
nanosleep.2 open.2 pipe.2 ptrace.2 read.2
readlink.2 select.2 setgroups.2 setregid.2
setreuid.2 shutdown.2 socket.2 symlink.2
syscall.2 truncate.2 umask.2
lib/libc/time : ctime.3
lib/libcompat/4.1: ftime.3 stty.3
lib/libm/man : cosh.3 exp.3 floor.3 fmod.3 hypot.3 j0.3
lgamma.3 sin.3 sinh.3 sqrt.3 tanh.3
Log message:
more library history
facts checked by sobrado@
style tweaks and ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/16 23:54:36
Modified files:
devel/dconf : Makefile distinfo
devel/dconf/patches: patch-bin_Makefile_in
patch-client_Makefile_in
patch-dbus-1_Makefile_in
patch-editor_Makefile_in
patch-tests_Makefile_in
devel/dconf/pkg: PLIST-editor
Log message:
Update to dconf-0.16.1.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/16 23:57:49
Modified files:
mail/dkimproxy : Makefile
mail/dkimproxy/pkg: dkimproxy_in.rc dkimproxy_out.rc
Log message:
Fix pexp to match empty daemon_flags.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/17 01:19:38
Modified files:
net/znc : Makefile
Added files:
net/znc/patches: patch-modules_webadmin_cpp
Log message:
Security fix for CVE-2013-2130,
ZNC Multiple NULL Pointer Dereference Vulnerabilities
ok brad@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/17 01:19:50
Modified files:
net/znc : Tag: OPENBSD_5_3 Makefile
Added files:
net/znc/patches: Tag: OPENBSD_5_3 patch-modules_webadmin_cpp
Log message:
Security fix for CVE-2013-2130,
ZNC Multiple NULL Pointer Dereference Vulnerabilities
ok brad@ (MAINTAINER)
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/17 01:25:59
Modified files:
databases/virtuoso: Makefile
Log message:
This is BROKEN on macppc.
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/07/17 01:34:25
ports/mail/postfwd/patches
Update of /cvs/ports/mail/postfwd/patches
In directory cvs.openbsd.org:/tmp/cvs-serv31363/patches
Log Message:
Directory /cvs/ports/mail/postfwd/patches added to the repository
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/07/17 01:36:06
Modified files:
mail/postfwd : Makefile
mail/postfwd/pkg: postfwd2.rc
Added files:
mail/postfwd/patches: patch-sbin_postfwd2
Log message:
Fix stop and reload case in rc script.
with and ok william@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/17 01:43:23
Modified files:
lib/libc/asr : gethostnamadr_async.c
Log message:
missing symbol rename.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/17 01:52:43
Modified files:
mail/postfwd : Makefile
mail/postfwd/pkg: postfwd2.rc
Log message:
etc -> SYSCONFDIR
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/07/17 01:53:11
Modified files:
devel/git : Makefile distinfo
devel/git/patches: patch-Makefile
Log message:
Update git to 1.8.3.3.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/07/17 02:25:34
Modified files:
www/py-gunicorn: Makefile distinfo
Log message:
Update py-gunicorn to 17.5.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/17 07:35:58
Modified files:
sys/conf : newvers.sh
Log message:
no longer beta; get moving towards release
CVSROOT: /cvs
Module name: src
Changes by: martin@cvs.openbsd.org 2013/07/17 07:57:25
Modified files:
sys/arch/alpha/eisa: eisa_machdep.c
Log message:
don't forget to insert the io to the list on the Jensen
found my Maxime Villard, diff from NetBSD
ok miod
CVSROOT: /cvs
Module name: src
Changes by: benno@cvs.openbsd.org 2013/07/17 08:09:13
Modified files:
usr.sbin/bgpd : rde.c rde.h rde_rib.c
Log message:
on graceful restart, the number of prefixes could be counted wrong,
triping max-prefix. fix it this way, at least until prefix accounting
is done better.
diff from florian@
ok claudio@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/17 08:18:38
Modified files:
sysutils/ruby-puppet/3: Makefile distinfo
sysutils/ruby-puppet/3/patches: patch-lib_puppet_defaults_rb
Log message:
update to puppet-3.2.3
ok robert@ (MAINTAINER)
CVSROOT: /cvs
Module name: src
Changes by: martin@cvs.openbsd.org 2013/07/17 08:43:34
Modified files:
share/man/man4/man4.macppc: asms.4
Log message:
my PowerBook5,8 currently does not support asms, but the PowerBook5,6 does, as found in dmesglog
CVSROOT: /cvs
Module name: src
Changes by: okan@cvs.openbsd.org 2013/07/17 09:38:48
Modified files:
usr.sbin/identd: identd.8 identd.c
Log message:
implement -H, which hides existing and non-existent users, as well as
implying -h.
feedback and ok from jmc@ and dlg@
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/07/17 09:48:26
Modified files:
lang/ruby/1.8 : Makefile distinfo
Added files:
lang/ruby/1.8/patches:
patch-ext_openssl_lib_openssl_ssl-internal_rb
Removed files:
lang/ruby/1.8/patches: patch-error_c
Log message:
Update to ruby 1.8.7-p374, fixing CVE-2013-4073, with an extra patch
to fix a regression. This will probably be the last official
release of ruby 1.8, since it is now completely unsupported upstream.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/07/17 09:51:11
Modified files:
lang/ruby/1.9 : Makefile distinfo
lang/ruby/1.9/pkg: PLIST-ri_docs
Added files:
lang/ruby/1.9/patches:
patch-ext_openssl_lib_openssl_ssl-internal_rb
patch-include_ruby_intern_h
Removed files:
lang/ruby/1.9/patches: patch-Makefile_in
Log message:
Update to ruby 1.9.3-p448, fixing CVE-2013-4073, with extra patches
backported to fix a regression and restore a function that would
have caused a major bump of libruby19.so. Bumping the minor
libruby19.so due to added functions.
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/07/17 09:52:56
Modified files:
lang/ruby/2.0 : Makefile distinfo
lang/ruby/2.0/pkg: PLIST-ri_docs
Added files:
lang/ruby/2.0/patches: patch-ext_openssl_lib_openssl_ssl_rb
patch-include_ruby_intern_h
Log message:
Update to ruby 2.0.0-p247, fixing CVE-2013-4073, with extra patches
backported to fix a regression and restore a function that would
have caused a major bump of libruby20.so. Bumping the minor of
libruby20.so due to added functions.
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/17 10:42:12
Modified files:
graphics/jbig2dec: Makefile distinfo
Log message:
Switch MASTER_SITES to Sourceforge; ghostscript.com link doesn't work
anymore. Regen distinfo while here.
ok sthen@ lteo@
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/17 10:54:11
Log message:
Import graphics/delaboratory, a color correction utility for digital images
ok benoit@
Status:
Vendor Tag: bcallah
Release Tags: bcallah_2013-Jul-17
N ports/graphics/delaboratory/Makefile
N ports/graphics/delaboratory/distinfo
N ports/graphics/delaboratory/pkg/PLIST
N ports/graphics/delaboratory/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/17 10:54:52
Modified files:
graphics : Makefile
Log message:
+delaboratory
CVSROOT: /cvs
Module name: ports
Changes by: bcallah@cvs.openbsd.org 2013/07/17 11:08:38
Modified files:
graphics/delaboratory: Makefile
Log message:
A RUN_DEP was missing in the version I imported, needed to work with RAW
images.
Bump REVISION.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/17 11:37:22
Modified files:
www/ruby-jekyll: Makefile distinfo
www/ruby-jekyll/pkg: PLIST
Log message:
update to jekyll-1.1.0
from jirib@devio.us
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/07/17 12:03:43
Modified files:
distrib/notes : m4.common
Log message:
Update the wording to read better. Spotted by jj
OK jj@ guenther@
CVSROOT: /cvs
Module name: ports
Changes by: lteo@cvs.openbsd.org 2013/07/17 12:18:05
Modified files:
net/daq : Makefile
Added files:
net/daq/patches: patch-os-daq-modules_daq_ipfw_c
Log message:
Fix two bugs in the IPFW DAQ module that prevented Snort from running
properly in inline mode:
1. A bug in ipfw_daq_inject() ignores the buf and len arguments that are
passed to it. This prevents Snort inline mode from dropping/rejecting
packets that match "drop" or "reject" rules.
2. Remove DAQ_CAPA_UNPRIV_START from the list of capabilities so that
Snort can run as an unprivileged user when using the IPFW DAQ module.
Tested by myself and Adam Jeanguenat. Received guidance from sthen@.
Both fixes have been sent upstream.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/17 13:18:16
Modified files:
sys/arch/m88k/m88k: m88k_machdep.c
Log message:
Fix setregs() to match prototype. Exposed by recent _types.h change, found the
hard way by aoyama@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/17 13:19:30
Modified files:
sys/arch/m88k/include: pcb.h reg.h
Log message:
Use `long' instead of `int' in structure layouts which may get assigned from
(or to) register_t, but need to be usable without register_t in scope, so that
the compiler won't warn about these assignments after the recent _types.h
changes; aoyama@
CVSROOT: /cvs
Module name: xenocara
Changes by: miod@cvs.openbsd.org 2013/07/17 13:27:22
Modified files:
lib/pixman/pixman: pixman-matrix.c
Log message:
Do not blindly use __builtin_clz() #ifdef __GNUC__, but only if gcc >= 3.4 for
it did not exist in previous releases.
ok matthieu@
CVSROOT: /cvs
Module name: ports
Changes by: gsoares@cvs.openbsd.org 2013/07/17 13:35:52
Modified files:
mail/getmail : Makefile distinfo
Log message:
update to 4.41.0; from Tim van der Molen (MAINTAINER)
OK sthen@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/17 14:11:10
Modified files:
games/battlestar: battlestar.6
Log message:
add missing .An and .Mt macro; from Jan Stary ; ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/17 14:21:56
Modified files:
share/man/man9 : aml_evalnode.9 bio_register.9 crypto.9 disk.9
extent.9 getnewvnode.9 ieee80211.9
ieee80211_crypto.9 ieee80211_input.9
ieee80211_ioctl.9 ieee80211_node.9
ieee80211_output.9 ieee80211_proto.9
ieee80211_radiotap.9 iic.9 knote.9 mbuf_tags.9
mutex.9 pool.9 radio.9 rasops.9 rssadapt.9
rwlock.9 sensor_attach.9 sosplice.9 uvm.9
vflush.9 vgone.9 vhold.9 vinvalbuf.9
wdog_register.9 workq_add_task.9
Log message:
use .Mt for AUTHORS email; from Jan Stary ; ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/07/17 15:57:24
Log message:
Import utop-1.5; an enhanced ocaml toplevel.
A joint effort from myself, jca@ and chrisz@.
OK jca@, chrisz@
Status:
Vendor Tag: edd
Release Tags: edd_20130717
N ports/devel/utop/Makefile
N ports/devel/utop/distinfo
N ports/devel/utop/pkg/DESCR
N ports/devel/utop/pkg/PFRAG.dynlink-native
N ports/devel/utop/pkg/PFRAG.native
N ports/devel/utop/pkg/PLIST
N ports/devel/utop/pkg/README
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: edd@cvs.openbsd.org 2013/07/17 15:58:38
Modified files:
devel : Makefile
Log message:
Link devel/utop.
CVSROOT: /cvs
Module name: ports
Changes by: jturner@cvs.openbsd.org 2013/07/17 17:20:46
Modified files:
mail/lumail : Makefile distinfo
mail/lumail/patches: patch-Makefile
Log message:
Lumail's daily update to its latest version, 0.14.
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/17 19:12:27
Modified files:
usr.bin/ssh : ssh.1
Log message:
be more exact wrt perms for ~/.ssh/config; bz#2078
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/17 21:26:48
Modified files:
sbin/sysctl : sysctl.c
Log message:
Correct off-by-one in naming of nodes below vfs.mounts.
problem noted by Rafael Neves (rafaelneves (at) gmail.com)
ok jca@
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/17 23:02:57
Modified files:
sbin/sysctl : sysctl.c
Log message:
Revert 1.191 and 1.193 and fix the original problem (access to the last
filesystem, currently ext2fs) by increasing maxtypenum sufficiently.
suggested by Rafael Neves (rafaelneves (at) gmail.com)
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/17 23:36:55
Modified files:
infrastructure/lib/DPB: Engine.pm Locks.pm PortBuilder.pm
infrastructure/lib/DPB/Job: Port.pm
Log message:
change the way errors are handled, fixed version:
- pass error condition from Job/Port.pm all the way to the engine
- use that to know whether we fail, instead of the existence of packages
(but still keep track of what we're doing correctly, THAT'S the fix)
- refactor error handling into OO version
- keep track of locks/errors/packages we're waiting for thx to nfs
all of these keep the lock around, and react to the lock being removed.
use case for nfs: if there was a revision bump after dpb scanned the port,
it will never find the package. Removing the lock will allow dpb to rescan
and find the correct packages.
with this, dpb no longer waits after nfs. More importantly, it does not
report nfs hangs as E:, rather as H:... (and it can "wait" for much longer
periods, since it keeps running and only checks on new jobs).
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/17 23:40:31
Modified files:
infrastructure/man/man1: dpb.1
Log message:
document new way nfs "works".
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/18 00:04:27
Modified files:
devel/gperf : Makefile
Log message:
fix compilation on vax again.
somehow, now -O0 ICEs, and -O2 compiles.
go figure
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/18 01:11:00
Modified files:
usr.bin/mail : mail.1
Log message:
document the :c selectors; from Sunil Nimmagadda
CVSROOT: /cvs
Module name: ports
Changes by: sthen@cvs.openbsd.org 2013/07/18 01:58:13
Modified files:
sysutils/nut : Makefile
Log message:
missing avahi dep
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/18 02:34:12
Modified files:
x11/gnome/tweak-tool: Makefile distinfo
Log message:
Update to gnome-tweak-tool-3.8.1.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/18 02:42:50
Modified files:
usr.bin/vmstat : vmstat.c
Log message:
There is no uvm_km_pages_free in our kernel anymore. The corresponding
lines in dopool_sysctl() have been removed from vmstat.c revision
1.116. Remove uvm_km_pages_free from dopool_kvm() to allow analysing
a core dump.
OK guenther@ miod@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/07/18 02:48:01
Modified files:
mail/postfwd : Makefile
mail/postfwd/patches: patch-sbin_postfwd2
mail/postfwd/pkg: postfwd2.rc
Log message:
Fix rc scripts for real and put pid where it belongs
ok william@ ajacoutot@
CVSROOT: /cvs
Module name: ports
Changes by: giovanni@cvs.openbsd.org 2013/07/18 02:51:32
Modified files:
mail/courier-imap: Makefile
Log message:
Remove hidden dependency on db, spotted by sthen@ and by naddy@ a while ago
ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: schwarze@cvs.openbsd.org 2013/07/18 04:14:50
Modified files:
lib/libc/gen : fabs.3 isalpha.3 nice.3 sleep.3
lib/libc/stdio : fflush.3 fputs.3 putc.3
lib/libc/stdlib: malloc.3 rand.3 system.3
Log message:
HISTORY; tweaks and ok sobrado@ jmc@
CVSROOT: /cvs
Module name: www
Changes by: martin@cvs.openbsd.org 2013/07/18 06:01:53
Modified files:
build : mirrors.dat
Log message:
sync ftp5.eu anoncvs entry with reality, also provide an ECDSA key now
CVSROOT: /cvs
Module name: www
Changes by: martin@cvs.openbsd.org 2013/07/18 06:03:58
Modified files:
. : anoncvs.html
Log message:
regen
CVSROOT: /cvs
Module name: src
Changes by: jsing@cvs.openbsd.org 2013/07/18 06:39:18
Modified files:
usr.sbin/httpd/htdocs/manual/mod/mod_ssl: ssl_reference.html
Log message:
Document SSLECDHCurve.
ok jmc@
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/18 07:04:18
Modified files:
devel/p5-Devel-NYTProf: Makefile
Added files:
devel/p5-Devel-NYTProf/patches: patch-NYTProf_xs
Log message:
Fix compiler warnings about printf format errors.
CVSROOT: /cvs
Module name: ports
Changes by: bluhm@cvs.openbsd.org 2013/07/18 08:19:07
Modified files:
net/p5-Net-IMP : Makefile distinfo
Log message:
- update p5-Net-IMP to 0.621
- test depends on net/p5-Net-PcapWriter
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/07/18 08:30:08
Modified files:
x11/gnustep/zipper: Makefile
Log message:
Do not RUN_DEPEND on packages not available via FTP.
Feedback and OK sthen@, aja@
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/07/18 09:10:55
Modified files:
audio/flac : Makefile
Added files:
audio/flac/patches: patch-src_libFLAC_stream_encoder_c
Log message:
Fix an arithmetic overflow in the RICE2 partitioner; from upstream git.
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/07/18 09:13:03
Modified files:
net/py-dnspython: Makefile distinfo
net/py-dnspython/pkg: PLIST
Log message:
Update py-dnspython to 1.11.0.
ok wcmaier@ (maintainer)
CVSROOT: /cvs
Module name: ports
Changes by: tobiasu@cvs.openbsd.org 2013/07/18 10:54:09
Modified files:
lang/gcc/4.6 : Makefile distinfo
lang/gcc/4.6/patches: patch-gcc_ada_gcc-interface_Makefile_in
Added files:
lang/gcc/4.6/patches: patch-gcc_ada_s-osinte-openbsd_adb
patch-gcc_ada_s-osinte-openbsd_ads
patch-gcc_ada_system-openbsd-sparcv9_ads
patch-gcc_ada_system-openbsd-x86_64_ads
patch-gcc_ada_system-openbsd-x86_ads
patch-gnattools_configure
patch-gnattools_configure_ac
Log message:
* Use SJLJ exections instead of ZCX in the hope of fixing
intermittent build problems. Exception style affects Ada only.
* Add better tasking support and sync OpenBSD specific changes from 4.8.
* Call __errno() from librthread when using pthreads (Tero Koskinen)
* Enable shared library support for OpenBSD (Tero Koskinen)
bulk tested by landry@ and sthen@
ok pascal@
sorry for the delay guys
CVSROOT: /cvs
Module name: ports
Changes by: tobiasu@cvs.openbsd.org 2013/07/18 11:04:09
Modified files:
lang/gcc/4.8 : Makefile distinfo
lang/gcc/4.8/patches: patch-gcc_ada_gcc-interface_Makefile_in
Added files:
lang/gcc/4.8/patches: patch-gcc_ada_s-osinte-openbsd_adb
patch-gcc_ada_s-osinte-openbsd_ads
patch-gcc_ada_system-openbsd-x86_64_ads
patch-gcc_ada_system-openbsd-x86_ads
patch-gcc_config_openbsd_opt
patch-gnattools_configure
patch-gnattools_configure_ac
Log message:
* Enable -rdynamic option, from pascal@
* Use SJLJ exections instead of ZCX in the hope of fixing
intermittent build problems. Exception style affects Ada only.
* Add better tasking support and use our own backend files instead
of pretending to be FreeBSD.
* Call __errno() from librthread when using pthreads (Tero Koskinen)
* Enable shared library support for OpenBSD (Tero Koskinen)
bulk tested by landry@ and sthen@
ok pascal@
CVSROOT: /cvs
Module name: ports
Changes by: jeremy@cvs.openbsd.org 2013/07/18 12:57:35
Modified files:
lang/ruby/1.8 : Tag: OPENBSD_5_3 Makefile
lang/ruby/1.9 : Tag: OPENBSD_5_3 Makefile
Added files:
lang/ruby/1.8/patches: Tag: OPENBSD_5_3
patch-ext_openssl_lib_openssl_ssl-internal_rb
lang/ruby/1.9/patches: Tag: OPENBSD_5_3
patch-ext_openssl_lib_openssl_ssl-internal_rb
Log message:
Backport security fix for CVE-2013-4073 from ruby svn r41676, along with
fix for regression from r42016.
OK jasper@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/07/18 14:03:01
Modified files:
mail/postfix/stable: Makefile distinfo
Log message:
Update to Postfix 2.10.1.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/07/18 14:05:37
Modified files:
mail/postfix/snapshot: Makefile distinfo
Log message:
Update to Postfix 2.11-20130710.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/07/18 14:07:11
Modified files:
mail/dovecot : Makefile distinfo
Removed files:
mail/dovecot/patches: patch-src_auth_Makefile_in
patch-src_doveadm_Makefile_in
Log message:
Update to Dovecot 2.1.17.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/07/18 14:19:04
Modified files:
mail/dovecot-antispam: Makefile
mail/dovecot-pigeonhole: Makefile
Log message:
Update for Dovecot 2.1.17.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: brad@cvs.openbsd.org 2013/07/18 14:20:18
Modified files:
emulators/qemu : Makefile distinfo
emulators/qemu/patches: patch-configure
Removed files:
emulators/qemu/patches: patch-include_qemu-common_h
Log message:
Update to QEMU 1.5.1.
ok sthen@
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 14:41:45
Log message:
Support for computations which consume random values.
ok sthen@
(will be hooked to the build during the ghc update)
Status:
Vendor Tag: kili
Release Tags: kili_20130718
N ports/devel/hs-MonadRandom/Makefile
N ports/devel/hs-MonadRandom/distinfo
N ports/devel/hs-MonadRandom/pkg/DESCR
N ports/devel/hs-MonadRandom/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 14:44:13
Log message:
Import hs-comonads-fd-3.0.2:
Comonad transformers using functional dependencies.
ok sthen@
(will be hooked to the build during the ghc update)
Status:
Vendor Tag: kili
Release Tags: kili_20130718
N ports/devel/hs-comonads-fd/Makefile
N ports/devel/hs-comonads-fd/distinfo
N ports/devel/hs-comonads-fd/pkg/DESCR
N ports/devel/hs-comonads-fd/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 14:45:15
Log message:
Import hs-either-3.4.1:
This provides an `Either` monad transformer that unlike `ErrorT`
is unencumbered by a constraint on its `Left` hand argument.
ok sthen@
(will be hooked to the build during the ghc update)
Status:
Vendor Tag: kili
Release Tags: kili_20130718
N ports/devel/hs-either/Makefile
N ports/devel/hs-either/distinfo
N ports/devel/hs-either/pkg/DESCR
N ports/devel/hs-either/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 14:46:45
Log message:
Import hs-errors-1.4.2:
The one-stop shop for all your error-handling needs! Just import
"Control.Error".
This library encourages an error-handling style that directly uses
the type system, rather than out-of-band exceptions.
ok sthen@
(will be hooked to the build during the ghc update)
Status:
Vendor Tag: kili
Release Tags: kili_20130718
N ports/devel/hs-errors/Makefile
N ports/devel/hs-errors/distinfo
N ports/devel/hs-errors/pkg/DESCR
N ports/devel/hs-errors/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 14:48:52
Log message:
Import hs-extensible-exceptions-0.1.1.4 (moving out of ghc-7.6):
This package provides extensible exceptions for both new and old
versions of GHC (i.e., < 6.10).
ok sthen@
(will be hooked to the build during the ghc update)
Status:
Vendor Tag: kili
Release Tags: kili_20130718
N ports/devel/hs-extensible-exceptions/Makefile
N ports/devel/hs-extensible-exceptions/distinfo
N ports/devel/hs-extensible-exceptions/pkg/DESCR
N ports/devel/hs-extensible-exceptions/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 14:50:19
Log message:
Import hs-lens-3.7.6:
This package comes \"Batteries Included\" with many useful lenses
for the types commonly used from the Haskell Platform, and with
tools for automatically generating lenses and isomorphisms for
user-supplied data types.
The combinators in @Control.Lens@ provide a highly generic toolbox
for composing families of getters, folds, isomorphisms, traversals,
setters and lenses and their indexed variants.
ok sthen@
(will be hooked to the build during the ghc update)
Status:
Vendor Tag: kili
Release Tags: kili_20130718
N ports/devel/hs-lens/Makefile
N ports/devel/hs-lens/distinfo
N ports/devel/hs-lens/patches/patch-lens_cabal
N ports/devel/hs-lens/pkg/PLIST
N ports/devel/hs-lens/pkg/DESCR
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 14:58:13
Modified files:
devel/hs-lens/pkg: DESCR
Log message:
Kill special .cabal markup characters from DESCR.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 14:59:54
Log message:
Import hs-mmorph-1.0.0:
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
ok sthen@
(will be hooked to the build during the ghc update)
Status:
Vendor Tag: kili
Release Tags: kili_20130718
N ports/devel/hs-mmorph/Makefile
N ports/devel/hs-mmorph/distinfo
N ports/devel/hs-mmorph/pkg/DESCR
N ports/devel/hs-mmorph/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:01:06
Log message:
Import hs-nats-0.1:
Haskell 98 natural numbers.
ok sthen@
(will be hooked to the build during the ghc update)
Status:
Vendor Tag: kili
Release Tags: kili_20130718
N ports/devel/hs-nats/Makefile
N ports/devel/hs-nats/distinfo
N ports/devel/hs-nats/pkg/DESCR
N ports/devel/hs-nats/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:02:02
Log message:
Import hs-GLURaw-1.3.0.0:
GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility
library. It is basically a 1:1 mapping of GLU's C API, intended as
a basis for a nicer interface.
ok sthen@
(will be hooked to the build during the ghc update)
Status:
Vendor Tag: kili
Release Tags: kili_20130718
N ports/graphics/hs-GLURaw/Makefile
N ports/graphics/hs-GLURaw/distinfo
N ports/graphics/hs-GLURaw/pkg/DESCR
N ports/graphics/hs-GLURaw/pkg/PLIST
N ports/graphics/hs-GLURaw/patches/patch-GLURaw_cabal
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:03:02
Log message:
Import hs-OpenGLRaw-1.3.0.0:
OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics
system and lots of OpenGL extensions. It is basically a 1:1 mapping
of OpenGL's C API, intended as a basis for a nicer interface.
OpenGLRaw offers access to all necessary functions, tokens and types
plus a general facility for loading extension entries. The module
hierarchy closely mirrors the naming structure of the OpenGL
extensions, making it easy to find the right module to import. All
API entries are loaded dynamically, so no special C header files
are needed for building this package. If an API entry is not found
at runtime, a userError is thrown.
ok sthen@
(will be hooked to the build during the ghc update)
Status:
Vendor Tag: kili
Release Tags: kili_20130718
N ports/graphics/hs-OpenGLRaw/Makefile
N ports/graphics/hs-OpenGLRaw/distinfo
N ports/graphics/hs-OpenGLRaw/pkg/DESCR
N ports/graphics/hs-OpenGLRaw/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:06:17
Log message:
Import hs-http-attoparsec-0.1.0:
Attoparsec parsers for http-types.
ok sthen@
(will be hooked to the build during the ghc update)
Status:
Vendor Tag: kili
Release Tags: kili_20130718
N ports/www/hs-http-attoparsec/Makefile
N ports/www/hs-http-attoparsec/distinfo
N ports/www/hs-http-attoparsec/pkg/DESCR
N ports/www/hs-http-attoparsec/pkg/PLIST
No conflicts created by this import
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:43:24
Modified files:
lang/ghc : Makefile distinfo ghc.port.mk
lang/ghc/patches: patch-configure patch-ghc_mk
patch-libffi_ghc_mk
patch-libraries_Cabal_Cabal_Distribution_Simple_Register_hs
patch-libraries_Cabal_Cabal_Distribution_Simple_Setup_hs
patch-libraries_base_System_IO_hs
patch-mk_config_mk_in patch-rts_Linker_c
patch-testsuite_driver_testlib_py
patch-testsuite_mk_test_mk
patch-utils_ghc-pkg_Main_hs
lang/ghc/pkg : PLIST-doc PLIST-main
Removed files:
lang/ghc/patches: patch-rts_posix_Signals_c
Log message:
Update to ghc-7.6.3, revert my last two obsolete changes and
mark it as broken until all depending ports have been updated.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:44:13
Modified files:
devel/haddock : Makefile
devel/haddock/patches: patch-haddock_cabal
devel/haddock/pkg: PLIST-lib
Log message:
Update to haddock-2.13.2.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:44:52
Modified files:
devel/hs-QuickCheck: Makefile distinfo
Log message:
Update to QuickCheck-2.6
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:45:30
Modified files:
devel/hs-text : Makefile distinfo
devel/hs-text/pkg: PLIST
Log message:
Update to text-0.11.3.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:46:04
Modified files:
devel/hs-hashable: Makefile distinfo
Log message:
Update to hashable-1.1.2.5.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:46:41
Modified files:
devel/hs-case-insensitive: Makefile distinfo
Log message:
Update to case-insensitive-1.0.0.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:47:28
Modified files:
graphics/hs-OpenGL: Makefile distinfo
graphics/hs-OpenGL/pkg: DESCR PLIST
Log message:
Update to OpenGL-2.8.0.0
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:47:59
Modified files:
graphics/hs-GLUT: Makefile distinfo
graphics/hs-GLUT/pkg: PLIST
Log message:
Update to GLUT-2.4.0.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:48:49
Modified files:
devel/hs-network: Makefile distinfo
devel/hs-network/patches:
patch-Network_Socket_ByteString_IOVec_hsc
patch-Network_Socket_hsc
devel/hs-network/pkg: PLIST
Log message:
Update to network-2.4.1.2
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:49:33
Modified files:
net/hs-HTTP : Makefile distinfo
Log message:
Update to HTTP-4000.2.8
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:50:16
Modified files:
devel/hs-HUnit : Makefile distinfo
Log message:
Update to HUnit-1.2.5.2.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:50:56
Modified files:
devel/hs-split : Makefile distinfo
Log message:
Update to HUnit-1.2.5.2.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:51:39
Modified files:
devel/hs-stm : Makefile distinfo
devel/hs-stm/pkg: PLIST
Log message:
Update to stm-2.4.2.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:52:22
Modified files:
devel/hs-syb : Makefile distinfo
Log message:
Update to syb-0.4.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:52:57
Modified files:
devel/hs-unordered-containers: Makefile distinfo
devel/hs-unordered-containers/pkg: PLIST
Log message:
Update to unordered-containers-0.2.3.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:53:39
Modified files:
archivers/hs-zlib: Makefile distinfo
Log message:
Update to zlib-0.5.4.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:54:21
Modified files:
www/hs-cgi : Makefile distinfo
Log message:
Update do to cgi-3001.1.7.5.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:54:54
Modified files:
devel/hs-async : Makefile distinfo
Log message:
Update to async-2.0.1.4.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:58:00
Modified files:
devel/alex : Makefile distinfo
devel/alex/pkg : PLIST
Log message:
Update to alex-3.0.5.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 15:59:17
Modified files:
devel/cabal-install: Makefile distinfo
Log message:
Update to cabal-install-1.16.0.2.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:00:00
Modified files:
meta/haskell-platform: Makefile
Log message:
Update to haskell-platform-2013.2.0.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:01:11
Modified files:
devel/hs-MonadCatchIO-transformers: Makefile
Log message:
Fxi dependencies and bump.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:01:48
Modified files:
devel/hs-MonadCatchIO-mtl: Makefile
Log message:
Fxi dependencies and bump.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:03:58
Modified files:
x11/xmonad : Makefile
Log message:
Fix dependencies and bump.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:04:52
Modified files:
devel/hs-test-framework: Makefile
Log message:
Fix dependencies and bump.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:06:31
Modified files:
textproc/hs-hexpat: Makefile
Log message:
Fux dpendencies and bump.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:07:18
Modified files:
devel/hs-blaze-builder: Makefile distinfo
devel/hs-blaze-builder/pkg: PLIST
Log message:
Update to blaze-builder-0.3.1.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:08:48
Modified files:
devel/gtk2hs-buildtools: Makefile distinfo
devel/gtk2hs-buildtools/patches: patch-gtk2hs-buildtools_cabal
Log message:
Update to gtk2hs-buildtools-0.12.4.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:10:07
Modified files:
devel/hs-unix-compat: Makefile distinfo
Log message:
Update to unix-compat-0.4.1.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:10:50
Modified files:
textproc/hs-attoparsec-enumerator: Makefile distinfo
Log message:
Update to attoparsec-enumerator-0.3.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:12:55
Modified files:
archivers/hs-zlib-bindings: Makefile distinfo
Log message:
Update to zlib-bindings-0.1.1.3.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:15:43
Modified files:
textproc/hs-bytestring-show: Makefile distinfo
Log message:
Update to bytestring-show-0.3.5.5.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:16:26
Modified files:
devel/hs-largeword: Makefile distinfo
Log message:
Update to largeword-1.0.5.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:18:05
Modified files:
devel/hs-base16-bytestring: Makefile distinfo
Log message:
Update to base16-bytestring-0.1.1.5.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:19:24
Modified files:
devel/hs-ghc-mtl: Makefile distinfo
Log message:
Update to ghc-mtl-1.0.1.2.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:20:38
Modified files:
devel/hs-dataenc: Makefile distinfo
Log message:
Update to dataenc-0.14.0.5.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:21:24
Modified files:
devel/hs-mmap : Makefile distinfo
Removed files:
devel/hs-mmap/patches: patch-cbits_posix_c
Log message:
Uopdate to mmap-0.5.8.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:22:34
Modified files:
devel/hs-haskeline: Makefile distinfo
devel/hs-haskeline/pkg: PLIST
Log message:
Update to haskeline-0.7.0.3.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:23:18
Modified files:
devel/hs-vault : Makefile distinfo
devel/hs-vault/pkg: PLIST
Log message:
Fix dependencies and bump.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:24:08
Modified files:
devel/hs-data-lens-template: Makefile distinfo
Log message:
Update to data-lens-template-2.1.7.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:25:06
Modified files:
www/hs-snap-loader-static: Makefile distinfo
Log message:
Update to snap-loader-static-0.9.0.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:27:34
Modified files:
devel/hs-simple-sendfile: Makefile distinfo
Log message:
Update to simple-sendfile-0.2.11.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:30:10
Modified files:
devel/hscolour : Makefile distinfo
Log message:
a
hscolour-1.20.3
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:32:09
Modified files:
security/hs-crypto: Makefile distinfo
Log message:
Update to 4.2.5.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:39:17
Modified files:
devel/hs-ListLike: Makefile distinfo
Log message:
Update to ListLike-3.1.7.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:40:11
Modified files:
devel/hs-pugs-DrIFT: Makefile distinfo
Removed files:
devel/hs-pugs-DrIFT/patches: patch-pugs-DrIFT_cabal
Log message:
Update to pugs-DrIFT-2.2.3.20130611.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/18 16:42:54
Modified files:
audio/hs-libmpd: Makefile
Log message:
Fix dependencies and bump.
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/07/18 20:32:32
Modified files:
. : plus.html
Log message:
The plus.html for July 8-14, ok jj@.
CVSROOT: /cvs
Module name: ports
Changes by: bentley@cvs.openbsd.org 2013/07/18 21:31:14
Modified files:
editors/tiled : Makefile
Log message:
Use nojunk with tiled, because junking gnustep-gui causes the build to fail.
ok naddy@
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:45:23
Modified files:
devel/hs-stringtable-atom: Makefile distinfo
Log message:
Update to stringtable-atom-0.0.6.2.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:45:50
Modified files:
devel/hs-regex-pcre-builtin: Makefile distinfo
Log message:
Update to regex-pcre-builtin-0.94.4.7.8.31.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:46:28
Modified files:
devel/hs-concurrent-extra: Makefile distinfo
Removed files:
devel/hs-concurrent-extra/patches: patch-concurrent-extra_cabal
Log message:
Update to concurrent-extra-0.7.0.6.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:47:04
Modified files:
devel/c2hs : Makefile distinfo
Log message:
Update to c2hs-0.16.4.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:47:30
Modified files:
devel/hs-readline: Makefile distinfo
Log message:
Update to readline-1.0.3.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:47:55
Modified files:
devel/hs-monads-tf: Makefile distinfo
Log message:
Update to monads-tf-0.1.0.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:48:23
Modified files:
devel/hs-sendfile: Makefile distinfo
Log message:
Update to sendfile-0.7.9.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:48:45
Modified files:
devel/hs-murmur-hash: Makefile distinfo
Log message:
Update to murmur-hash-0.1.0.6.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:49:05
Modified files:
devel/hs-glib : Makefile distinfo
Log message:
Update to glib-0.12.4.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:49:31
Modified files:
archivers/hs-zlib-enum: Makefile distinfo
Log message:
Update to zlib-enum-0.2.3.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:49:54
Modified files:
devel/hs-blaze-builder-enumerator: Makefile distinfo
Log message:
Update to blaze-builder-enumerator-0.2.0.5.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:50:17
Modified files:
devel/hs-hint : Makefile distinfo
Log message:
Update to hint-0.3.3.6.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:50:43
Modified files:
textproc/hs-blaze-markup: Makefile distinfo
Log message:
Update to blaze-markup-0.5.1.5.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:51:06
Modified files:
www/hs-http-types: Makefile distinfo
www/hs-http-types/pkg: PLIST
Log message:
Update to http-types-0.8.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:51:37
Modified files:
devel/hs-iteratee: Makefile distinfo
devel/hs-iteratee/pkg: PLIST
Log message:
Update to iteratee-0.8.9.4.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:51:54
Modified files:
devel/hs-blaze-textual: Makefile distinfo
Log message:
Update to blaze-textual-0.2.0.8.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:52:21
Modified files:
devel/hs-pugs-compat: Makefile distinfo
Removed files:
devel/hs-pugs-compat/patches: patch-pugs-compat_cabal
Log message:
Update to pugs-compat-0.0.6.20130611.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:52:41
Modified files:
devel/hs-gio : Makefile distinfo
Log message:
Update to gio-0.12.4.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:53:06
Modified files:
www/hs-snap-core: Makefile distinfo
Log message:
Update to snap-core-0.9.4.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:53:37
Modified files:
textproc/hs-blaze-html: Makefile distinfo
textproc/hs-blaze-html/pkg: PLIST
Log message:
Update to blaze-html-0.6.1.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:53:56
Modified files:
devel/hs-resourcet: Makefile distinfo
Log message:
Update to resourcet-0.4.6.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:54:22
Modified files:
devel/hs-conduit: Makefile distinfo
devel/hs-conduit/pkg: PLIST
Log message:
Update to conduit-1.0.7.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:54:45
Modified files:
www/hs-wai : Makefile distinfo
Log message:
Update to wai-1.4.0.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:55:09
Modified files:
x11/hs-gtk : Makefile distinfo
Log message:
Update to gtk-0.12.4.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:55:34
Modified files:
textproc/hs-xmlhtml: Makefile distinfo
textproc/hs-xmlhtml/pkg: PLIST
Log message:
Update to xmlhtml-0.2.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:55:56
Modified files:
www/hs-snap-server: Makefile distinfo
Log message:
Update to snap-server-0.9.3.3.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:56:19
Modified files:
www/hs-snap-loader-dynamic: Makefile distinfo
Log message:
Update to snap-loader-dynamic-0.10.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:56:43
Modified files:
devel/hs-comonad: Makefile distinfo
devel/hs-comonad/pkg: PLIST
Log message:
Update to comonad-3.0.3.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:57:05
Modified files:
devel/hs-semigroupoids: Makefile distinfo
devel/hs-semigroupoids/pkg: PLIST
Log message:
Update to semigroupoids-3.0.3.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:57:23
Modified files:
devel/hs-safe : Makefile distinfo
Log message:
Update to safe-0.3.3.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:57:56
Modified files:
textproc/hs-heist: Makefile distinfo
textproc/hs-heist/pkg: PLIST
Log message:
Update to heist-0.12.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:58:22
Modified files:
devel/hs-comonad-transformers: Makefile distinfo
Log message:
Update to comonad-transformers-3.0.3.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:58:50
Modified files:
devel/hs-directory-tree: Makefile distinfo
Log message:
Update to directory-tree-0.11.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 00:59:38
Modified files:
devel/hs-semigroups: Makefile distinfo
devel/hs-semigroups/pkg: PLIST
Log message:
Update to semigroups-0.9.2.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:00:06
Modified files:
devel/hs-void : Makefile distinfo
devel/hs-void/pkg: PLIST
Log message:
Update to void-0.6.1.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:00:37
Modified files:
www/hs-snap : Makefile distinfo
www/hs-snap/pkg: PLIST
Log message:
Update to snap-0.12.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:01:01
Modified files:
devel/hs-blaze-builder-conduit: Makefile distinfo
Log message:
Update to blaze-builder-conduit-1.0.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:01:26
Modified files:
devel/hs-network-conduit: Makefile distinfo
devel/hs-network-conduit/pkg: PLIST
Log message:
Update to network-conduit-1.0.0.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:02:08
Modified files:
devel/hs-test-framework-quickcheck2: Makefile
Added files:
devel/hs-test-framework-quickcheck2/patches:
patch-test-framework-quickcheck2_cabal
Log message:
Fix dependencies and bump.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:02:37
Modified files:
www/hs-warp : Makefile distinfo
www/hs-warp/pkg: PLIST
Log message:
Update warp-1.3.9.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:03:04
Modified files:
games/monadius : Makefile distinfo
Removed files:
games/monadius/patches: patch-Monadius_Main_hs
patch-Monadius_cabal
Log message:
Update to Monadius-0.99.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:03:42
Modified files:
net/hpodder : Makefile
Log message:
Broken with ghc-7.6.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:04:06
Modified files:
x11/hs-dbus : Makefile
Log message:
Fix dependencies and bump.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:04:30
Modified files:
devel/hs-hashed-storage: Makefile distinfo
Log message:
Update to hashed-storage-0.5.10.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:05:01
Modified files:
devel/hs-hoogle: Makefile distinfo
devel/hs-hoogle/pkg: PLIST
Log message:
Update to hoogle-4.2.16.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:06:33
Modified files:
lang/hs-HsParrot: Makefile distinfo
Log message:
Update to HsParrot-0.0.2.20120717.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:08:22
Modified files:
lang/pugs : Makefile distinfo
Removed files:
lang/pugs/patches: patch-src_Pugs_AST_Types_hs
patch-src_Pugs_Types_hs
Log message:
Update to Pugs-6.2.13.20130611 (no longer marked as broken).
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:09:00
Modified files:
devel/darcs : Makefile distinfo
Added files:
devel/darcs/patches: patch-src_Encoding_IConv_hsc
Removed files:
devel/darcs/patches: patch-darcs_cabal
patch-src_Darcs_Repository_hs
Log message:
Update to darcs-2.8.4.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:09:28
Modified files:
devel/hs-terminfo: Makefile
Log message:
Fix dependencies and bump.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:09:49
Modified files:
devel/hs-test-framework-hunit: Makefile
Log message:
Fix dependencies and bump.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:10:25
Modified files:
x11/hs-xmonad-contrib: Makefile
Log message:
Fix dependencies and bump.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:11:34
Modified files:
devel/quirks : Makefile
devel/quirks/files: Quirks.pm
Log message:
For the complete haskell update, we need a 'hs-monads-fd' => 'hs-mtl' quirk.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:12:55
Modified files:
lang/ghc : Makefile
Log message:
Remove broken marker, everything should be fine now.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:15:04
Modified files:
devel : Makefile
Log message:
Hook new hs-ports to the build, remove hs-binary.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:16:02
Removed files:
devel/hs-binary: Makefile distinfo
devel/hs-binary/pkg: DESCR PLIST
Log message:
hs-binary moved to the ghc package.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:16:38
Modified files:
graphics : Makefile
Log message:
Hook new hs-ports to the build.
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/19 01:17:12
Modified files:
www : Makefile
Log message:
Hook hs-http-attoparsec to the build.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 01:37:29
Modified files:
usr.sbin/smtpd : mta_session.c smtpd.h util.c
Log message:
get rid of sa_set_port() and its awfully contorted implementation
CVSROOT: /cvs
Module name: src
Changes by: markus@cvs.openbsd.org 2013/07/19 01:37:48
Modified files:
usr.bin/ssh : auth.h kex.h kexdhs.c kexecdhs.c kexgexs.c
monitor.c servconf.c servconf.h session.c
sshd.c sshd_config.5
Log message:
add ssh-agent(1) support to sshd(8); allows encrypted hostkeys,
or hostkeys on smartcards; most of the work by Zev Weiss; bz #1974
ok djm@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/19 01:44:22
Modified files:
sbin/pfctl : pfctl.8
Log message:
remove redundant paragraph; from Pieter Verberne
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 01:49:08
Modified files:
usr.sbin/smtpd : control.c lka.c mda.c mfa.c mta.c queue.c
scheduler.c smtp.c smtpd.h
Log message:
Remove useless sc_pid from struct smtpd.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 02:12:19
Modified files:
usr.sbin/smtpd : lka_session.c smtpd.conf.5 smtpd.h util.c
Log message:
Introduce expand string modifiers
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 02:28:43
Modified files:
usr.sbin/smtpd : util.c
Log message:
add '!' in email addresses supported charset
CVSROOT: /cvs
Module name: ports
Changes by: benoit@cvs.openbsd.org 2013/07/19 02:39:10
Modified files:
graphics/pngcrush: Makefile distinfo
graphics/pngcrush/patches: patch-pngcrush_c
Log message:
Update pngcrush to 1.7.66.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 02:45:38
Modified files:
usr.sbin/smtpd : delivery_lmtp.c
Log message:
Make sure to report all errors
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 03:04:07
Modified files:
usr.sbin/smtpd : ssl.c ssl.h
Log message:
tls perfect forward secrecy with ecdhe
suggested by djm@ on hackers@, diff ok djm@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/19 03:12:51
Modified files:
usr.sbin/ndp : ndp.c
Log message:
ndp used an int expire_time for time calculation. Convert this
into time_t.
OK henning@ florian@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/19 03:22:41
Modified files:
x11/gnome/contacts: Makefile distinfo
Log message:
update to gnome-contacts-3.8.3
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/19 03:35:06
ports/www/silverstripe/patches
Update of /cvs/ports/www/silverstripe/patches
In directory cvs.openbsd.org:/tmp/cvs-serv30866/patches
Log Message:
Directory /cvs/ports/www/silverstripe/patches added to the repository
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 03:39:28
Modified files:
usr.sbin/smtpd : crypto.c
Log message:
unused variable
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 05:14:08
Modified files:
usr.sbin/smtpd : control.c lka.c mda.c mfa.c mta.c queue.c
queue_backend.c queue_fsqueue.c queue_null.c
queue_ram.c scheduler.c smtp.c smtpctl.c
smtpd.c smtpd.h
Log message:
Get rid of env->sc_pw and env->sc_pwqueue. Early queue initialization
now happens in queue_init(), and backends take the queue passwd as
parameter in their init function.
Remove useless SMTPD_FILTER_USER while there.
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/19 05:57:54
Modified files:
audio/rsynth : Makefile
audio/rsynth/pkg: PLIST
Log message:
resolve unmarked conflict with gnustep-gui
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/19 05:59:53
Modified files:
x11/gnome/libgda: Makefile
x11/gnome/libgda/pkg: PLIST-main
Log message:
remove a glade file from the -main PLIST, it's already in -ui (where it belongs)
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/19 06:02:48
Modified files:
devel/lua-cjson: Makefile
devel/lua-cjson/pkg: PLIST
Log message:
append the lua version to the installed scripts
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 06:20:57
Modified files:
usr.sbin/smtpd : aliases.5
Log message:
document "error:" aliases
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 06:22:58
Modified files:
usr.sbin/smtpd : newaliases.8
Log message:
typo in copyright
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 06:36:42
Removed files:
usr.sbin/smtpd : smtpfilter.c
Log message:
remove obsolete file
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 07:11:18
Modified files:
usr.sbin/smtpd : parse.y smtpd.conf.5
Log message:
Improve and document the way the default server name is found.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 07:41:23
Modified files:
usr.sbin/smtpd : parser.c parser.h smtpctl.c smtpd.h
usr.sbin/smtpd/smtpctl: Makefile
Log message:
New implementation for smtpctl and the command line parser. Allows
richer syntax, and makes the code way simpler to follow and extend
with new commands.
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/07/19 08:41:04
Modified files:
faq : faq5.html
Log message:
modular build => a modular build
ok nick@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/19 08:41:46
Modified files:
sbin/route : Makefile
Log message:
Compile /sbin/route with -Wall enabled.
OK deraadt@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 09:09:40
Modified files:
usr.sbin/smtpd : queue_fsqueue.c
Log message:
need to create the incoming directory
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 09:14:23
Modified files:
usr.sbin/smtpd : bounce.c control.c mda.c mta.c queue.c
scheduler.c scheduler_backend.c
scheduler_null.c scheduler_ramqueue.c smtpctl.8
smtpctl.c smtpd.c smtpd.h
Log message:
scheduler improvements:
- implement suspend/resume scheduling for individual envelopes or message,
with the associated smtpctl commands.
- allow the mta to request immediate scheduling of an envelope.
- on temporary failures a penalty can be given to further delay the next try.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 09:17:01
Modified files:
usr.sbin/smtpd : makemap.8
Log message:
typo in copyright
CVSROOT: /cvs
Module name: ports
Changes by: stu@cvs.openbsd.org 2013/07/19 09:18:09
Modified files:
devel/tklib : Makefile
Log message:
Whitespace and conformity in the Makefile. No package change; no need to bump.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 09:18:42
Modified files:
usr.sbin/smtpd : mproc.c
Log message:
typo
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 09:53:35
Modified files:
usr.sbin/smtpd : smtpd.c
Log message:
assorted fixes:
- fix client certificates
- unlink control socket on exit
- write a pidfile
- minor code updates
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 10:02:00
Modified files:
usr.sbin/smtpd : filter_api.c mfa.c mfa_session.c smtpd-api.h
smtpd.h to.c
Log message:
Move the filter infrastructure forward.
CVSROOT: /cvs
Module name: ports
Changes by: landry@cvs.openbsd.org 2013/07/19 10:57:32
Modified files:
games/pokerth : Makefile
Log message:
Mark as BROKEN-hppa, needs atomic ops since the update to 1.0 4 months ago.
CVSROOT: /cvs
Module name: src
Changes by: krw@cvs.openbsd.org 2013/07/19 11:14:13
Modified files:
sys/dev : softraid.c
Log message:
Don't use uninitialized variable when a simple 0 will do.
Found by Maxime Villard.
ok jsing@
CVSROOT: /cvs
Module name: ports
Changes by: jasper@cvs.openbsd.org 2013/07/19 12:01:53
Modified files:
www/ap2-mod_perl: Makefile
www/ap2-mod_perl/pkg: PLIST
Log message:
don't install the apache1 Apache::Reload module to resolve a conflict with
p5-Apache-Reload. ok sthen@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 13:10:22
Modified files:
usr.sbin/smtpd : parse.y smtpd.conf.5
Log message:
Allow to specify an address family on a listener
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 13:53:33
Modified files:
usr.sbin/smtpd : parse.y smtpd-api.h smtpd.h table.c
usr.sbin/smtpd/makemap: Makefile
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : table_api.c table_proc.c
Log message:
Add a table_proc backend for delegating table lookups to another
process. Stop building experimental table_sqlite and table_ldap as
they will be provided as external backends.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/19 14:10:23
Modified files:
sbin/route : route.c show.c
Log message:
Prep for WARNINGS=yes: add the prototypes that were missing, silence
a "signed vs unsigned in conditional" warning, and eliminate what
looks like an unintentional variable shadowing.
ok bluhm@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 14:37:08
Modified files:
usr.sbin/smtpd : parse.y queue.c queue_backend.c queue_null.c
queue_ram.c smtpd-api.h smtpd.c smtpd.conf.5
smtpd.h
usr.sbin/smtpd/smtpctl: Makefile
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : queue_api.c queue_fs.c queue_proc.c
Removed files:
usr.sbin/smtpd : queue_fsqueue.c
Log message:
Assorted queue improvements:
- cleanup the internal queue backend API and get rid of the QOP_* thing.
- implement a queue_proc backend
- rename queue_fsqueue.c to queue_fs
- enable support for queue encryption
- add an envelope cache
- better logging and error reporting
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 15:14:52
Modified files:
usr.sbin/smtpd : control.c mta.c mta_session.c parse.y queue.c
scheduler.c smtpctl.8 smtpctl.c smtpd.c
smtpd.conf.5 smtpd.h
usr.sbin/smtpd/makemap: Makefile
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : limit.c runq.c
Log message:
Many MTA improvements:
- Better transient error handling logic: failing destinations are
automatically disabled for a while. When a destination is active
again, ask the scheduler to retry previous envelopes immediatly.
- More informative error report when all routes fail for a mail.
- Implement a "smtpctl show hoststats" command to get the latest stat
message per MX domain.
- Implement a "smtpctl show routes" command to show the state the
currently known routes to remote MXs.
- Implement a "smtpctl resume route" command to re-enable a route that
has been disabled.
- Do not hardcode limits
- Minor code improvements
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 15:18:54
Modified files:
usr.sbin/smtpd : smtp_session.c
Log message:
When accepting a message, log one line per recipient with the number of
generated envelopes for each.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 15:34:31
Modified files:
usr.sbin/smtpd : scheduler_backend.c scheduler_null.c
scheduler_ramqueue.c smtpd-api.h smtpd.h
usr.sbin/smtpd/smtpd: Makefile
Added files:
usr.sbin/smtpd : scheduler_api.c scheduler_proc.c
Log message:
Implement a scheduler_proc backend
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 15:58:54
Modified files:
usr.sbin/smtpd : smtpd.c
Log message:
Temporarily allow alternate names for traces, until this get cleaned up.
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/19 16:22:39
Modified files:
usr.sbin/smtpd : smtpd.h
Log message:
We are basically at 5.4 now
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/19 19:43:46
Modified files:
usr.bin/ssh : umac.c
Log message:
use a union to ensure correct alignment; ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/19 19:44:37
Modified files:
usr.bin/ssh : ssh-keygen.c ssh.c
Log message:
More useful error message on missing current user in /etc/passwd
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/19 19:50:20
Modified files:
usr.bin/ssh : ssh-agent.c
Log message:
call cleanup_handler on SIGINT when in debug mode to ensure sockets
are cleaned up on manual exit; bz#2120
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/19 19:55:13
Modified files:
usr.bin/ssh/sshd: Makefile
usr.bin/ssh/ssh: Makefile
usr.bin/ssh : gss-serv.c gss-serv-krb5.c auth-krb5.c
Log message:
fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/19 23:57:04
Modified files:
sbin/pfctl : pfctl.8
Log message:
reverting previous until i can work out what henning is telling me...
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/20 00:25:33
Modified files:
share/man/man9 : uvm.9
Log message:
- remove redundant sentence about misc functions
- note that pmap(9) is the MD portion of UVM.
- Convert reference to Chuck's dissertation to .Rs/.Re section
- uvm is no longer "new".
- Remove "(Missouri)". St. Louis should be enough to remove any confusion
between wustl.edu and washington.edu.
From: Daniel Dickman
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/20 00:45:12
Modified files:
usr.sbin/smtpd : smtpctl.8
Log message:
tweak previous;
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/20 00:49:17
Modified files:
usr.sbin/smtpd : smtpd.conf.5
Log message:
tweak previous;
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/20 02:50:40
src/usr.sbin/smtpd/table-ldap
Update of /cvs/src/usr.sbin/smtpd/table-ldap
In directory cvs.openbsd.org:/tmp/cvs-serv18476/table-ldap
Log Message:
Directory /cvs/src/usr.sbin/smtpd/table-ldap added to the repository
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/20 02:50:53
src/usr.sbin/smtpd/table-sqlite
Update of /cvs/src/usr.sbin/smtpd/table-sqlite
In directory cvs.openbsd.org:/tmp/cvs-serv9195/table-sqlite
Log Message:
Directory /cvs/src/usr.sbin/smtpd/table-sqlite added to the repository
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/20 03:06:46
Modified files:
usr.sbin/smtpd : Makefile table.c table_api.c table_ldap.c
table_sqlite.c
Added files:
usr.sbin/smtpd/table-ldap: Makefile
usr.sbin/smtpd/table-sqlite: Makefile
Log message:
Update ldap and sqlite table backends and provide them as external backends.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/20 04:30:55
Modified files:
regress/usr.sbin/relayd: Client.pm Server.pm
Log message:
Set SSL_VERIFY_NONE as the regression test uses self-signed untrusted
certificates. Newer IO::Socket::SSL versions verify by default.
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/20 06:33:12
Modified files:
x11/gnome/settings-daemon: Makefile distinfo
x11/gnome/settings-daemon/pkg: PLIST
Log message:
Update to gnome-settings-daemon-3.8.4.
ok jasper@ espie@ sthen@
CVSROOT: /cvs
Module name: ports
Changes by: ajacoutot@cvs.openbsd.org 2013/07/20 07:10:29
Modified files:
x11/dbus : Makefile
Added files:
x11/dbus/patches: patch-dbus_dbus-address_c
patch-dbus_dbus-errors_c
patch-dbus_dbus-string_c
patch-dbus_dbus-string_h
Log message:
Merge some crash fixes from upstream.
ok espie@ sthen@
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/20 07:24:50
Modified files:
driver/xf86-input-ws/src: ws.c
Log message:
Sum consecutive dx and dy motion events received separartely from
the kernel before sending them up to X. Reduces staircacse effects
on diagonal freehand drawings. Patch from Henri Kemppainen, tested
by edd@. Thanks.
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/20 07:27:38
Modified files:
lib/libXdmcp : Key.c configure.ac
Log message:
Replace random() with arc4random_buf()
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/20 07:28:43
Modified files:
lib/libXdmcp : Makefile.in aclocal.m4 config.guess config.h.in
config.sub configure depcomp install-sh missing
lib/libXdmcp/doc: Makefile.in
Log message:
regen
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/07/20 11:39:18
Modified files:
www/sogo : Makefile
Added files:
www/sogo/patches:
patch-SoObjects_Appointments_SOGoAptMailNotification_m
patch-UI_MailerUI_UIxMailListActions_m
patch-UI_Templates_Appointments_SOGoAptMailInvitation_wox
patch-UI_WebServerResources_SchedulerUI_js
Log message:
security fix two XSS vulnerabilities
http://www.sogo.nu/bugs/view.php?id=2368
http://www.sogo.nu/bugs/view.php?id=2369
OK sthen@, jasper@
CVSROOT: /cvs
Module name: src
Changes by: kili@cvs.openbsd.org 2013/07/20 12:11:57
Modified files:
usr.sbin/syslogd: syslog.conf.5
Log message:
1. there's no "selectors function"
2. "recommend" instead of "prefer" selection on facility
ok (for 1.) and "no objections" (for 2.), jmc@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/20 12:21:11
Modified files:
usr.sbin/arp : arp.c
usr.sbin/rarpd : arptab.c
Log message:
arp and rarpd used an int expire_time for time calculation. Convert
this into time_t.
OK benno@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/20 12:25:35
Modified files:
usr.sbin/rarpd : arptab.c
Log message:
Add missing RCS id.
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/07/20 13:27:47
Modified files:
usr.bin/cu : xmodem.c
Log message:
Add support for XMODEM-CRC and fix transfer initiation. Successfully
tested in CRC and checksum modes against a Soekris net6501.
tweaks and ok nicm@
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/07/20 13:33:34
Modified files:
lib/libc/sys : getfsstat.2 statfs.2
Log message:
sync with the actual definition of struct statfs in ; ok jmc@
CVSROOT: /cvs
Module name: src
Changes by: martin@cvs.openbsd.org 2013/07/20 13:35:50
Modified files:
share/man/man4/man4.macppc: onyx.4 snapper.4
Log message:
the PowerBook5,6 uses snapper(4), while the PowerBook6,8 uses onyx(4) instead, according to dmesglog
while there, add PowerBook5,8 and 5,9 for onyx(4)
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/20 14:15:56
Modified files:
devel/gettext : Makefile
Log message:
fix build on static arches, by forcing a stupid test that's badly written
(pragma weak fputs is never going to be equal to 0, testing for
pthread-* would work better).
okay naddy@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/20 16:20:43
Modified files:
usr.bin/ssh : krl.c
Log message:
fix verification error in (as-yet usused) KRL signature checking path
CVSROOT: /cvs
Module name: ports
Changes by: william@cvs.openbsd.org 2013/07/20 21:42:22
Modified files:
net/haproxy : Tag: OPENBSD_5_3 Makefile
net/haproxy/patches: Tag: OPENBSD_5_3 patch-src_proto_http_c
Log message:
SECURITY FIX for CVE-2013-2175
from upstream. ok jasper
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/21 03:25:38
Modified files:
usr.sbin/smtpd : table_sqlite.c
Log message:
tweak log messages
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/21 03:34:43
src/usr.sbin/smtpd/table-passwd
Update of /cvs/src/usr.sbin/smtpd/table-passwd
In directory cvs.openbsd.org:/tmp/cvs-serv14997/table-passwd
Log Message:
Directory /cvs/src/usr.sbin/smtpd/table-passwd added to the repository
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/21 03:38:52
Modified files:
usr.sbin/smtpd : Makefile
Added files:
usr.sbin/smtpd : table_passwd.c
usr.sbin/smtpd/table-passwd: Makefile
Log message:
Add a "passwd" table backend. Useful for sharing vusers with other programs.
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/21 07:20:11
Modified files:
sbin/pfctl : pfctl.8
Log message:
re-zap the previous paragraph, but this time in its place document
what happens when a broken pf config is encountered, both generally
and at system startup;
ok henning
CVSROOT: /cvs
Module name: ports
Changes by: kili@cvs.openbsd.org 2013/07/21 07:44:40
Modified files:
devel/darcs : Makefile
Log message:
Fix build by adding forgotten build dependency.
Noticed by naddy@
ok espie@, naddy@
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/21 07:55:16
Modified files:
sbin/pfctl : pfctl.8
Log message:
tidy up DESCRIPTION somewhat, and format nicer;
ok henning
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/21 07:57:01
Modified files:
app/xconsole : ChangeLog Makefile.in aclocal.m4 config.h.in
config.sub configure configure.ac xconsole.c
app/xconsole/man: Makefile.in
Added files:
app/xconsole : compile
Log message:
Update to xconsole 1.0.6
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/21 07:57:42
Modified files:
app/xrandr : ChangeLog Makefile.in aclocal.m4 compile
configure configure.ac xrandr.c
app/xrandr/man : Makefile.in xrandr.man
Log message:
Update to xrandr 1.4.1
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/21 07:58:25
Modified files:
app/xhost : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing xhost.c
app/xhost/man : Makefile.in
Added files:
app/xhost : compile
Log message:
Update to xhost 1.0.6
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/21 07:59:27
Modified files:
app/xfd : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp grid.c grid.h gridP.h install-sh
missing xfd.c
app/xfd/app-defaults: Xfd
app/xfd/man : Makefile.in xfd.man
Added files:
app/xfd : compile
Log message:
Update to xfd 1.1.2x
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/21 08:00:09
Modified files:
app/mkfontscale: ChangeLog Makefile.in aclocal.m4 compile
config.guess config.h.in config.sub configure
configure.ac depcomp hash.c ident.c install-sh
missing mkfontscale.c
app/mkfontscale/man: Makefile.in mkfontscale.man
Log message:
Update to mkfontscale 1.1.1
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/21 08:02:33
Modified files:
. : MODULES 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/21 09:19:42
Modified files:
sys/dev/usb : usbdevs
Log message:
Belkin N300 XR; Daryl Turner
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/21 09:19:52
Modified files:
sys/dev/usb : if_urtwn.c usbdevs.h usbdevs_data.h
Log message:
Belkin N300 XR; Daryl Turner
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/21 09:34:58
Modified files:
app/xfontsel : ChangeLog Makefile.in aclocal.m4 config.guess
config.h.in config.sub configure configure.ac
depcomp install-sh missing xfontsel.c
app/xfontsel/man: Makefile.in
Log message:
Update to xfontsel 1.0.5
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/21 09:44:16
Removed files:
app/fvwm/modules/FvwmAnimate: ChangeLog FvwmAnimate.1
FvwmAnimate.c FvwmAnimate.h
app/fvwm/modules/FvwmAudio: FvwmAudio.1 FvwmAudio.c README
README.say
app/fvwm/modules/FvwmEvent: ChangeLog FvwmEvent.1 FvwmEvent.c
Imakefile
Log message:
Remove Modules that are not linked to the build for license issues.
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/21 10:24:33
Modified files:
infrastructure/lib/DPB: Engine.pm PortBuilder.pm
infrastructure/lib/DPB/Job: Port.pm
Log message:
the major change from a few days ago completely broke dpb -R (reported
by fgs@, kili@, nigel@)
repair it.
- introduce end_check to cope with package files updated
(not quite satisfied with the source code, but this works, and will do for
5.4).
- adjust report to build.log to conform to the new semantics: namely, if it
didn't fail, then it's okay, don't even look at possibly missing packages
because of nfs (noticed by nigel@).
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/21 11:22:49
Modified files:
sbin/pfctl : pfctl.8
Log message:
zap one redundant line, replacing it with a note that although
SYNOPSIS suggests no options are neccessary, in fact a minimum of one
is required;
ok henning
CVSROOT: /cvs
Module name: src
Changes by: jmc@cvs.openbsd.org 2013/07/21 11:23:46
Modified files:
usr.sbin/smtpd : aliases.5
Log message:
clarify the error:code text;
ok eric
CVSROOT: /cvs
Module name: src
Changes by: martin@cvs.openbsd.org 2013/07/21 11:55:31
Modified files:
sys/dev/pci : pcidevs
Log message:
add another ATI RS690 PCIE bridge
ok deraadt
CVSROOT: /cvs
Module name: src
Changes by: martin@cvs.openbsd.org 2013/07/21 11:56:33
Modified files:
sys/dev/pci : pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT: /cvs
Module name: ports
Changes by: miod@cvs.openbsd.org 2013/07/21 12:26:30
Modified files:
math/py-numpy : Makefile
Log message:
Mark as BROKEN on m88k: fails to figure out cpu details, and I don't have
enough time to fix this at the moment.
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/21 12:59:24
Modified files:
distrib/sets/lists/base: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: millert@cvs.openbsd.org 2013/07/21 15:07:10
Modified files:
sbin/umount : umount.c
Log message:
In getmntname(), iterate through the list of mount points from
end to beginning instead of from beginning to end. This matches
the behavior of umountall() and fixes "umount -a" in cases where
there are multiple file systems on the same mount point.
Based on a diff from naddy@. OK naddy@ guenther@
CVSROOT: /cvs
Module name: src
Changes by: halex@cvs.openbsd.org 2013/07/21 16:06:51
Modified files:
distrib/miniroot: install.sub
Log message:
stop adding static entries to /etc/hosts for dynamic ip addresses
"do it NOW" deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/21 19:23:42
Modified files:
distrib/sets/lists/base: mi
Log message:
sync
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/21 23:00:17
Modified files:
usr.bin/ssh : umac.c
Log message:
make MAC key, data to be hashed and nonce for final hash const;
checked with -Wcast-qual
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/22 06:20:02
Modified files:
usr.bin/ssh : umac.h
Log message:
oops, forgot to commit corresponding header change;
spotted by jsg and jasper
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/22 06:55:29
Modified files:
kerberosV/lib/libkrb5: Makefile
kerberosV/lib/libroken: Makefile
Log message:
Add missing -DBUILD_KRB5_LIB to libkrb5 CPPFLAGS.
Move -DBUILD_ROKEN_LIB from CFLAGS to CPPFLAGS where it belongs.
ok robert@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/22 07:11:11
Modified files:
usr.sbin/smtpd : mta_session.c
Log message:
fix sockaddr overflow with IPv6
CVSROOT: /cvs
Module name: xenocara
Changes by: todd@cvs.openbsd.org 2013/07/22 07:12:34
Modified files:
app/xdm/config : OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm
OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm
Log message:
puffy 5.4
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/22 07:14:49
Modified files:
usr.sbin/smtpd : table_ldap.c table_passwd.c table_sqlite.c
Log message:
use unistd.h instead of getopt.h
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/22 07:20:48
Modified files:
kerberosV/libexec/kpasswdd: Makefile
Log message:
Fix include path.
ok robert@
CVSROOT: /cvs
Module name: src
Changes by: eric@cvs.openbsd.org 2013/07/22 07:20:49
Modified files:
usr.sbin/smtpd : crypto.c
Log message:
fix bogus warning due to limited range on 32bit archs.
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/22 08:13:46
Modified files:
kerberosV : Makefile.inc
Log message:
Missed one CFLAGS -> CPPFLAGS
ok robert@
CVSROOT: /cvs
Module name: src
Changes by: naddy@cvs.openbsd.org 2013/07/22 08:40:45
Modified files:
usr.sbin/openssl: Makefile
Log message:
we now have IDEA and MDC2 in libcrypto, so don't disable them in openssl(1)
ok djm@
CVSROOT: /cvs
Module name: src
Changes by: ajacoutot@cvs.openbsd.org 2013/07/22 08:42:31
Modified files:
kerberosV/libexec/kadmind: Makefile
Log message:
Fix include path.
ok robert@
CVSROOT: /cvs
Module name: src
Changes by: bcallah@cvs.openbsd.org 2013/07/22 09:55:04
Modified files:
distrib/sets/lists/base: md.octeon
distrib/sets/lists/comp: md.octeon
Log message:
sync octeon sets
ok jasper@ deraadt@
CVSROOT: /cvs
Module name: ports
Changes by: sebastia@cvs.openbsd.org 2013/07/22 10:04:09
Modified files:
www/sogo : Tag: OPENBSD_5_3 Makefile
www/sogo/patches: Tag: OPENBSD_5_3
patch-SoObjects_SOGo_GNUmakefile_preamble
Added files:
www/sogo/patches: Tag: OPENBSD_5_3
patch-SoObjects_Appointments_SOGoAptMailNotification_m
patch-UI_MailerUI_UIxMailListActions_m
patch-UI_Templates_Appointments_SOGoAptMailInvitation_wox
patch-UI_WebServerResources_SchedulerUI_js
Log message:
backport security fix to the 5.3 ports tree.
fixing two XSS vulnerabilities:
http://www.sogo.nu/bugs/view.php?id=2368
http://www.sogo.nu/bugs/view.php?id=2369
tested by giovanni@
OK jasper@, giovanni@, sthen@
CVSROOT: /cvs
Module name: ports
Changes by: espie@cvs.openbsd.org 2013/07/22 10:54:56
Added files:
devel/gmp/patches: patch-mpn_vax_add_n_s
patch-mpn_vax_addmul_1_s
patch-mpn_vax_lshift_s patch-mpn_vax_mul_1_s
patch-mpn_vax_rshift_s patch-mpn_vax_sub_n_s
patch-mpn_vax_submul_1_s
Log message:
fix after transition to elf, conversion by miod@ and me.
okay naddy@, miod@
(no bump, doesn't affect anything besides vax, on which it didn't even
compile after the breakage).
CVSROOT: /cvs
Module name: www
Changes by: bmercer@cvs.openbsd.org 2013/07/22 19:21:37
Modified files:
. : beagle.html
Log message:
Update the beagle platform information to be more relevant.
CVSROOT: /cvs
Module name: www
Changes by: bmercer@cvs.openbsd.org 2013/07/22 19:44:58
Modified files:
. : plat.html
Log message:
Move beagle from a porting effort to a supported platform.
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/07/22 20:11:15
Modified files:
. : plat.html
Log message:
Move octeon up to supported platforms as well.
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/07/22 20:29:04
Modified files:
faq : faq14.html
Log message:
add target to link, from Maxime Villard, thanks!
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/07/23 00:21:49
Modified files:
de : anoncvs.html
faq/de : faq14.html faq5.html
faq/fr : faq10.html faq14.html faq4.html faq9.html
faq/pf/fr : filter.html macros.html rdr.html
fr : 52.html policy.html
nl : anoncvs.html
opensmtpd/fr : index.html
Added files:
opensmtpd/fr : list.html papers.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: www
Changes by: jasper@cvs.openbsd.org 2013/07/23 06:49:26
Modified files:
. : beagle.html
Log message:
small spacing nits
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/07/23 07:06:04
Modified files:
. : beagle.html
Log message:
Tweaks from Simon Kuhnle:
- put projects into a new section
- fix apostrophes/case (suggested by me)
also:
- new sentence, new line, for lines changed above.
CVSROOT: /cvs
Module name: www
Changes by: sthen@cvs.openbsd.org 2013/07/23 07:07:19
Modified files:
. : plat.html
Log message:
use correct case for product names (BeagleBoard etc)., from Simon Kuhnle
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/23 09:04:37
Modified files:
distrib/sets/lists/base: md.octeon md.socppc
Log message:
sync
CVSROOT: /cvs
Module name: ports
Changes by: naddy@cvs.openbsd.org 2013/07/23 13:22:06
Modified files:
. : INDEX
Log message:
sync, 8174
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/23 16:15:05
Modified files:
regress/sys/netinet6/frag6: Makefile
Added files:
regress/sys/netinet6/frag6: frag6_timeout.py
Log message:
IPv6 fragments, that cannot be reassembled within 60 seconds after
the frist fragment has arrived, must be dropped. Add a regression
test that sends 5 echo request fragments within 75 seconds and check
that there is no echo reply.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/23 16:25:50
Modified files:
regress/sys/netinet6/frag6: frag6.py frag6_ext.py frag6_opt.py
frag6_overatomic.py
frag6_overdrop.py frag6_overhead.py
frag6_overhead0.py frag6_overtail.py
frag6_permute.py
frag6_shortatomic.py
frag6_udpatomic.py
frag6_udpheader.py
frag6_udppayload.py
frag6_zerofirst.py
frag6_zerosecond.py
Log message:
fix typo in fragment payload
CVSROOT: /cvs
Module name: src
Changes by: todd@cvs.openbsd.org 2013/07/23 16:37:03
Modified files:
. : Makefile
Log message:
enter keberosV/doc to resurrect heimdal.info for real this time
ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/23 16:38:45
Modified files:
regress/sys/netinet6/frag6: Makefile frag6_timeout.py
Log message:
I need one more fragment to make the timeout test reliable.
CVSROOT: /cvs
Module name: src
Changes by: bluhm@cvs.openbsd.org 2013/07/23 16:47:10
Modified files:
sys/net : pf_norm.c pfvar.h
Log message:
Do not reset the fragment timeout each time a fragment arrives.
Start the expire counter when the queue is created by the first
fragment and drop it if the packet could not be reassembled within
60 seconds.
Reported by Antonios Atlasis; OK henning@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: deraadt@cvs.openbsd.org 2013/07/23 21:38:25
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/07/24 05:25:05
Modified files:
faq : faq8.html
Log message:
List some of the popular VCS present in the portstree, in line with
Graphical Toolkits list.
CVSROOT: /cvs
Module name: www
Changes by: ajacoutot@cvs.openbsd.org 2013/07/24 15:14:58
Modified files:
de : plat.html
faq/de : faq13.html faq14.html faq8.html
faq/nl : faq5.html faq8.html
nl : plat.html
Log message:
Sync with Steelix CVS
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/24 18:29:11
Modified files:
usr.bin/ssh : ssh.c
Log message:
daemonise backgrounded (ControlPersist'ed) multiplexing master to ensure
it is fully detached from its controlling terminal. based on debugging
and patch from tedu@
ok dtucker@ "be careful" deraadt@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/24 18:56:52
Modified files:
usr.bin/ssh : sftp-client.c sftp-client.h sftp.1 sftp.c
Log message:
sftp support for resuming partial downloads; patch mostly by Loganaden
Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@
"Just be careful" deraadt@
CVSROOT: /cvs
Module name: src
Changes by: djm@cvs.openbsd.org 2013/07/24 18:57:37
Modified files:
usr.bin/ssh : version.h
Log message:
openssh-6.3 for release
CVSROOT: /cvs
Module name: www
Changes by: nick@cvs.openbsd.org 2013/07/24 21:21:48
Modified files:
faq : faq8.html
Log message:
missing period, from caspar at schutijser dot com, thanks!
While there...um...opencvs is a bit stagnant at the moment. :(
CVSROOT: /cvs
Module name: www
Changes by: ratchov@cvs.openbsd.org 2013/07/25 03:56:13
Modified files:
. : want.html
Log message:
got a x40 drive and a box with azalia, may thanks to everyone
CVSROOT: /cvs
Module name: www
Changes by: brett@cvs.openbsd.org 2013/07/25 06:52:09
Modified files:
. : plus.html
Log message:
plus.html for july 15-21, ok jj@.
CVSROOT: /cvs
Module name: www
Changes by: deraadt@cvs.openbsd.org 2013/07/25 11:16:41
Added files:
. : 54.html
Log message:
add initial 54.html from jj
CVSROOT: /cvs
Module name: www
Changes by: bcallah@cvs.openbsd.org 2013/07/25 12:24:15
Modified files:
. : 54.html
Log message:
Discussed with jasper@ - add a New/extended platforms section and add
octeon to that section. Clarify the octeon install blurb.
CVSROOT: /cvs
Module name: www
Changes by: abieber@cvs.openbsd.org 2013/07/25 13:28:06
Modified files:
. : 54.html
Log message:
Added node to highlights.
CVSROOT: /cvs
Module name: src
Changes by: kettenis@cvs.openbsd.org 2013/07/25 13:50:56
Modified files:
sys/dev/ic : gem.c
Log message:
Backout flow control support (rev 1.97) and RX TCP/UDP checksum offload
support (rev 1.98). There is strong evidence that one of these causes hangs
on the Sun ERI as found on a v120.
ok henning@, deraadt@
CVSROOT: /cvs
Module name: www
Changes by: jca@cvs.openbsd.org 2013/07/25 15:32:49
Modified files:
. : plus.html
Log message:
Remove ksh entry about set -e inheritance for command substitutions.
This will be backed out and should not be relied upon.
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/07/25 16:36:53
Modified files:
. : events.html
Log message:
Add new vBSDcon 2013 conference.
CVSROOT: /cvs
Module name: www
Changes by: jturner@cvs.openbsd.org 2013/07/25 16:38:28
Modified files:
. : events.html
Log message:
Use correct URL.
CVSROOT: /cvs
Module name: www
Changes by: matthieu@cvs.openbsd.org 2013/07/26 00:09:02
Modified files:
. : 54.html
Log message:
fix xterm version.
CVSROOT: /cvs
Module name: src
Changes by: guenther@cvs.openbsd.org 2013/07/26 12:13:02
Modified files:
libexec/ftpd : ftpd.c
Log message:
Make sure tmpline[] is always NUL terminated, to avoid possible
read-beyond-end in get_line().
Analysis and patch by Maxime Villard (rustyBSD (at) gmx.fr)
ok millert@ deraadt@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/26 14:07:30
Modified files:
distrib/notes : packages
distrib/notes/alpha: contents hardware
distrib/notes/amd64: contents
distrib/notes/armish: contents
distrib/notes/beagle: contents features install
distrib/notes/hp300: contents
distrib/notes/hppa: contents
distrib/notes/i386: contents
distrib/notes/landisk: contents
distrib/notes/loongson: contents
distrib/notes/luna88k: contents
distrib/notes/macppc: contents
distrib/notes/mvme68k: contents
distrib/notes/mvme88k: contents
distrib/notes/octeon: contents features
distrib/notes/sgi: contents prep
distrib/notes/socppc: contents
distrib/notes/sparc: contents
distrib/notes/sparc64: contents
distrib/notes/vax: contents
distrib/notes/zaurus: contents
Log message:
Minimalist update for 5.4. eyeballed deraadt@
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/27 13:45:01
Modified files:
sys/arch/sparc/dev: zs.c
Log message:
Revert wrong chunk introduced in 1.50, causing console keyboards not to attach
as console; fixes non-wsmux kernels such as bsd.rd; noticed by sebastia@
CVSROOT: /cvs
Module name: www
Changes by: lteo@cvs.openbsd.org 2013/07/27 21:17:01
Modified files:
. : 54.html
Log message:
Sync JDK, PHP, and Tcl/Tk version numbers.
CVSROOT: /cvs
Module name: www
Changes by: pascal@cvs.openbsd.org 2013/07/28 02:57:41
Modified files:
. : 54.html
Log message:
add some more
CVSROOT: /cvs
Module name: www
Changes by: jsg@cvs.openbsd.org 2013/07/28 04:19:14
Modified files:
. : 54.html
Log message:
expand on inteldrm changes and mention some section 2/3 additions.
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/28 12:07:16
Modified files:
usr.sbin/mkuboot: mkuboot.c
Log message:
Let mkuboot recognize native ELF binaries and only output the program headers
area in this case, to save the need for `objcopy -O binary'; this will make
beagle install/upgrade processes easier until they get a native bootloader.
Tested by florian@ on panda ES and rapha@ on BeagleBone
CVSROOT: /cvs
Module name: src
Changes by: miod@cvs.openbsd.org 2013/07/28 12:10:16
Modified files:
usr.bin/awk : Makefile
Log message:
Build awk with -O1 on m88k for now; when built -O2, it would sporadically
exit early blaming a spurious '}' in the first few lines of input, but only
on 88100-based systems.
CVSROOT: /cvs
Module name: www
Changes by: landry@cvs.openbsd.org 2013/07/28 15:05:07
Modified files:
. : want.html
Log message:
I could use some SSD drives, PATA/SATA/3.5"/2.5", any kind, at least 32GB.
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/07/28 18:55:54
Modified files:
lib/libutil : bcrypt_pbkdf.c
Log message:
fix a colossal cockup due to pointer/array confusion.
code isn't used yet, thankfully.
first observed by djm running regress. ok deraadt djm
CVSROOT: /cvs
Module name: src
Changes by: tedu@cvs.openbsd.org 2013/07/28 18:58:24
Modified files:
regress/lib/libutil/bcrypt_pbkdf: bcrypt_pbkdf_test.c
Log message:
updated regress values from djm
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu@cvs.openbsd.org 2013/07/29 00:10:23
Modified files:
xserver : Makefile.bsd-wrapper
Log message:
Build the X server on hp300 again. from miod@. Ok deraadt@
CVSROOT: /cvs
Module name: src
Changes by: bmercer@cvs.openbsd.org 2013/07/29 20:49:54
Modified files:
distrib/beagle/ramdisk: install.md
Log message:
Update the installer with sane defaults for disk parititioning and drop the dependency on objcopy in favor of the updates to mkuboot.
OK deraadt@