CVS commit: src/sys/dev/acpi

2019-02-16 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Feb 16 23:28:57 UTC 2019

Modified Files:
src/sys/dev/acpi: xhci_acpi.c

Log Message:
Fix cut & paste error in comment


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/xhci_acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/server/xorg-server/os

2019-01-22 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Tue Jan 22 12:45:26 UTC 2019

Modified Files:
src/external/mit/xorg/server/xorg-server/os: Makefile

Log Message:
Fix build with "USE_SSP" set to "yes"


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
src/external/mit/xorg/server/xorg-server/os/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/libxcb/dri3

2018-04-03 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Tue Apr  3 08:18:11 UTC 2018

Modified Files:
src/external/mit/xorg/lib/libxcb/dri3: Makefile

Log Message:
Fix build with "USE_SSP=yes".


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/libxcb/dri3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2016-08-14 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Aug 14 07:47:15 UTC 2016

Modified Files:
src/sys/dev/pci: virtio.c

Log Message:
Prevent a panic during system shutdown when vioif(4) is used


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/pci/virtio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl2/gettext

2016-01-15 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Fri Jan 15 18:03:32 UTC 2016

Modified Files:
src/external/gpl2/gettext/bin/msgmerge: Makefile
src/external/gpl2/gettext/lib/libnlspr: Makefile

Log Message:
Fix build with "USE_SSP" set to "yes"


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/gettext/bin/msgmerge/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/gettext/lib/libnlspr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/usr.bin/tnftp/src

2015-12-13 Thread Matthias Scheler
Module Name:othersrc
Committed By:   tron
Date:   Sun Dec 13 14:08:09 UTC 2015

Modified Files:
othersrc/usr.bin/tnftp/src: fetch.c ftp.c

Log Message:
(Hopefully) fix build without IPv6 support


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 othersrc/usr.bin/tnftp/src/fetch.c
cvs rdiff -u -r1.20 -r1.21 othersrc/usr.bin/tnftp/src/ftp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/ftp

2015-12-13 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Dec 13 14:06:13 UTC 2015

Modified Files:
src/usr.bin/ftp: fetch.c ftp.c

Log Message:
(Hopefully) fix build without IPv6 support


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 src/usr.bin/ftp/fetch.c
cvs rdiff -u -r1.165 -r1.166 src/usr.bin/ftp/ftp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/usr.bin/tnftp/src

2015-12-11 Thread Matthias Scheler
Module Name:othersrc
Committed By:   tron
Date:   Fri Dec 11 08:47:53 UTC 2015

Modified Files:
othersrc/usr.bin/tnftp/src: fetch.c ftp.c

Log Message:
Use the proper format "[IPv6 address]:port" when reporting connection
attempts to IPv6 endpoints.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 othersrc/usr.bin/tnftp/src/fetch.c
cvs rdiff -u -r1.19 -r1.20 othersrc/usr.bin/tnftp/src/ftp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/ftp

2015-12-11 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Fri Dec 11 08:37:32 UTC 2015

Modified Files:
src/usr.bin/ftp: fetch.c ftp.c

Log Message:
Use the proper format "[IPv6 address]:port" when reporting connection
attempts to IPv6 endpoints.


To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 src/usr.bin/ftp/fetch.c
cvs rdiff -u -r1.164 -r1.165 src/usr.bin/ftp/ftp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/rpc

2015-11-13 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Fri Nov 13 11:43:26 UTC 2015

Modified Files:
src/lib/libc/rpc: svc.c

Log Message:
Remove now unnecessary cast.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/lib/libc/rpc/svc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/rpc

2015-11-13 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Fri Nov 13 11:23:08 UTC 2015

Modified Files:
src/lib/libc/rpc: rpc_soc.c

Log Message:
Don't try to use listen(2) on a UDP socket which will always fail.
Previously this was not a problem because the return value of listen(2)
was ignored. With this fix amd(8) no longer fails to start with the
error message "cannot create rpc/udp service".

TL;DR: Make amd(8) work again


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/rpc/rpc_soc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/rpc

2015-11-13 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Fri Nov 13 10:43:32 UTC 2015

Modified Files:
src/lib/libc/rpc: svc.c

Log Message:
Avoid broken state if realloc(3) fails.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libc/rpc/svc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/libexec/httpd

2015-10-30 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Fri Oct 30 18:53:26 UTC 2015

Modified Files:
src/libexec/httpd: Makefile

Log Message:
Fix build with "USE_SSP" set to "yes".


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/libexec/httpd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2015-09-12 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Sep 12 09:49:21 UTC 2015

Modified Files:
src/doc: 3RDPARTY

Log Message:
Postfix 2.11.6 has been imported.


To generate a diff of this commit:
cvs rdiff -u -r1.1253 -r1.1254 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/dist

2015-09-12 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Sep 12 08:23:24 UTC 2015

Modified Files:
src/external/ibm-public/postfix/dist: makedefs
src/external/ibm-public/postfix/dist/README_FILES: TLS_README
src/external/ibm-public/postfix/dist/html: TLS_README.html
postconf.5.html
src/external/ibm-public/postfix/dist/man/man5: postconf.5
src/external/ibm-public/postfix/dist/proto: TLS_README.html
postconf.proto
src/external/ibm-public/postfix/dist/src/global: mail_params.h
src/external/ibm-public/postfix/dist/src/smtp: smtp.c
src/external/ibm-public/postfix/dist/src/smtpd: smtpd.c
src/external/ibm-public/postfix/dist/src/util: sys_defs.h

Log Message:
Resolve conflicts from last import


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/ibm-public/postfix/dist/makedefs
cvs rdiff -u -r1.9 -r1.10 \
src/external/ibm-public/postfix/dist/README_FILES/TLS_README
cvs rdiff -u -r1.10 -r1.11 \
src/external/ibm-public/postfix/dist/html/TLS_README.html
cvs rdiff -u -r1.13 -r1.14 \
src/external/ibm-public/postfix/dist/html/postconf.5.html
cvs rdiff -u -r1.13 -r1.14 \
src/external/ibm-public/postfix/dist/man/man5/postconf.5
cvs rdiff -u -r1.9 -r1.10 \
src/external/ibm-public/postfix/dist/proto/TLS_README.html
cvs rdiff -u -r1.13 -r1.14 \
src/external/ibm-public/postfix/dist/proto/postconf.proto
cvs rdiff -u -r1.12 -r1.13 \
src/external/ibm-public/postfix/dist/src/global/mail_params.h
cvs rdiff -u -r1.8 -r1.9 src/external/ibm-public/postfix/dist/src/smtp/smtp.c
cvs rdiff -u -r1.12 -r1.13 \
src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c
cvs rdiff -u -r1.7 -r1.8 \
src/external/ibm-public/postfix/dist/src/util/sys_defs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS import: src/external/ibm-public/postfix/dist

2015-09-12 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Sep 12 08:20:44 UTC 2015

Update of /cvsroot/src/external/ibm-public/postfix/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv24166

Log Message:
Import Postfix 2.11.6. Changes since version 2.11.4:
- Preparation for OpenSSL 1.2 API changes
- The sender_dependent_relayhost_maps feature ignored the relayhost setting
  in the case of a DUNNO lookup result. It would use the recipient domain
  instead.
- The default TLS settings no longer enable export-grade ciphers, and no
  longer enable the SSLv2 and SSLv3 protocols. These ciphers and protocols
  have little if any legitimate use today, and have instead become a
  vehicle for downgrade attacks.

Status:

Vendor Tag: VENEMA
Release Tags:   PFIX-2-11-6

U src/external/ibm-public/postfix/dist/INSTALL
U src/external/ibm-public/postfix/dist/Makefile
U src/external/ibm-public/postfix/dist/COMPATIBILITY
U src/external/ibm-public/postfix/dist/AAAREADME
U src/external/ibm-public/postfix/dist/COPYRIGHT
U src/external/ibm-public/postfix/dist/HISTORY
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.1
U src/external/ibm-public/postfix/dist/IPv6-ChangeLog
U src/external/ibm-public/postfix/dist/LICENSE
C src/external/ibm-public/postfix/dist/makedefs
U src/external/ibm-public/postfix/dist/Makefile.in
U src/external/ibm-public/postfix/dist/Makefile.init
U src/external/ibm-public/postfix/dist/PORTING
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-1.0
U src/external/ibm-public/postfix/dist/RELEASE_NOTES
U src/external/ibm-public/postfix/dist/TLS_CHANGES
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-1.1
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.0
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.10
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.2
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.3
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.4
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.5
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.6
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.7
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.8
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.9
U src/external/ibm-public/postfix/dist/TLS_ACKNOWLEDGEMENTS
U src/external/ibm-public/postfix/dist/TLS_LICENSE
U src/external/ibm-public/postfix/dist/TLS_TODO
U src/external/ibm-public/postfix/dist/US_PATENT_6321267
U src/external/ibm-public/postfix/dist/pflogsumm_quickfix.txt
U src/external/ibm-public/postfix/dist/postfix-install
U src/external/ibm-public/postfix/dist/README_FILES/RELEASE_NOTES
U src/external/ibm-public/postfix/dist/README_FILES/ADDRESS_REWRITING_README
U src/external/ibm-public/postfix/dist/README_FILES/BACKSCATTER_README
U src/external/ibm-public/postfix/dist/README_FILES/LMDB_README
U src/external/ibm-public/postfix/dist/README_FILES/ADDRESS_VERIFICATION_README
U src/external/ibm-public/postfix/dist/README_FILES/ADDRESS_CLASS_README
U src/external/ibm-public/postfix/dist/README_FILES/FILTER_README
U src/external/ibm-public/postfix/dist/README_FILES/DSN_README
U src/external/ibm-public/postfix/dist/README_FILES/ETRN_README
U src/external/ibm-public/postfix/dist/README_FILES/INSTALL
U src/external/ibm-public/postfix/dist/README_FILES/BASIC_CONFIGURATION_README
U src/external/ibm-public/postfix/dist/README_FILES/BUILTIN_FILTER_README
U src/external/ibm-public/postfix/dist/README_FILES/CDB_README
U src/external/ibm-public/postfix/dist/README_FILES/CONNECTION_CACHE_README
U src/external/ibm-public/postfix/dist/README_FILES/CONTENT_INSPECTION_README
U src/external/ibm-public/postfix/dist/README_FILES/CYRUS_README
U src/external/ibm-public/postfix/dist/README_FILES/DATABASE_README
U src/external/ibm-public/postfix/dist/README_FILES/DB_README
U src/external/ibm-public/postfix/dist/README_FILES/DEBUG_README
U src/external/ibm-public/postfix/dist/README_FILES/FORWARD_SECRECY_README
U src/external/ibm-public/postfix/dist/README_FILES/SCHEDULER_README
U src/external/ibm-public/postfix/dist/README_FILES/MAILDROP_README
U src/external/ibm-public/postfix/dist/README_FILES/IPV6_README
U src/external/ibm-public/postfix/dist/README_FILES/LDAP_README
U src/external/ibm-public/postfix/dist/README_FILES/LINUX_README
U src/external/ibm-public/postfix/dist/README_FILES/AAAREADME
U src/external/ibm-public/postfix/dist/README_FILES/QSHAPE_README
U src/external/ibm-public/postfix/dist/README_FILES/LOCAL_RECIPIENT_README
U src/external/ibm-public/postfix/dist/README_FILES/MEMCACHE_README
U src/external/ibm-public/postfix/dist/README_FILES/MILTER_README
U src/external/ibm-public/postfix/dist/README_FILES/MULTI_INSTANCE_README
U src/external/ibm-public/postfix/dist/README_FILES/MYSQL_README
U src/external/ibm-public/postfix/dist/README_FILES/NFS_README
U src/external/ibm-public/postfix/dist/README_FILES/OVERVIEW
U src/external/ibm-public/postfix/dist/README_FILES/PACKAGE_README
U src/external/ibm-public/postfix/dist/README_FIL

CVS commit: src/doc

2015-09-11 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Fri Sep 11 08:02:20 UTC 2015

Modified Files:
src/doc: 3RDPARTY

Log Message:
XFree86 was removed from the source tree.


To generate a diff of this commit:
cvs rdiff -u -r1.1252 -r1.1253 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gdb/lib/libbfd

2015-08-21 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Fri Aug 21 08:19:28 UTC 2015

Modified Files:
src/external/gpl3/gdb/lib/libbfd: Makefile

Log Message:
Fix build with "USE_SSP=yes".


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/lib/libbfd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2015-03-02 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Tue Mar  3 07:32:56 UTC 2015

Modified Files:
src/doc: CHANGES CHANGES.prev

Log Message:
Postfix 2.11.4 will ship with NetBSD 7.0.


To generate a diff of this commit:
cvs rdiff -u -r1.2048 -r1.2049 src/doc/CHANGES
cvs rdiff -u -r1.125 -r1.126 src/doc/CHANGES.prev

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2015-02-21 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Feb 21 12:05:47 UTC 2015

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Postfix 2.11.4 was imported.


To generate a diff of this commit:
cvs rdiff -u -r1.1205 -r1.1206 src/doc/3RDPARTY
cvs rdiff -u -r1.2045 -r1.2046 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/dist/src/postconf

2015-02-21 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Feb 21 12:00:49 UTC 2015

Modified Files:
src/external/ibm-public/postfix/dist/src/postconf: postconf_master.c

Log Message:
Resolve conflicts from last import.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/ibm-public/postfix/dist/src/postconf/postconf_master.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS import: src/external/ibm-public/postfix/dist

2015-02-21 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Feb 21 11:57:03 UTC 2015

Update of /cvsroot/src/external/ibm-public/postfix/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv18093

Log Message:
Import Postfix 2.11.4. Changes since version 2.11.3:
- Fix a core dump when smtp_policy_maps specifies an invalid TLS level.
- Fix a missing " in \%s\", in postconf(1) fatal error messages, which
  violated the C language spec. Reported by Iain Hibbert.
- Stop excessive recursion in the cleanup server while recovering from a
  virtual alias expansion loop. Problem found at Two Sigma.
- Stop exponential memory allocation with virtual alias expansion loops.
  This came to light after fixing the previous problem.

Status:

Vendor Tag: VENEMA
Release Tags:   PFIX-2-11-4

U src/external/ibm-public/postfix/dist/Makefile
U src/external/ibm-public/postfix/dist/AAAREADME
U src/external/ibm-public/postfix/dist/COMPATIBILITY
U src/external/ibm-public/postfix/dist/COPYRIGHT
U src/external/ibm-public/postfix/dist/HISTORY
U src/external/ibm-public/postfix/dist/IPv6-ChangeLog
U src/external/ibm-public/postfix/dist/LICENSE
U src/external/ibm-public/postfix/dist/makedefs
U src/external/ibm-public/postfix/dist/Makefile.in
U src/external/ibm-public/postfix/dist/Makefile.init
U src/external/ibm-public/postfix/dist/PORTING
U src/external/ibm-public/postfix/dist/RELEASE_NOTES
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-1.0
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-1.1
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.0
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.1
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.10
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.2
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.3
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.4
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.5
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.6
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.7
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.8
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.9
U src/external/ibm-public/postfix/dist/TLS_ACKNOWLEDGEMENTS
U src/external/ibm-public/postfix/dist/TLS_CHANGES
U src/external/ibm-public/postfix/dist/TLS_LICENSE
U src/external/ibm-public/postfix/dist/TLS_TODO
U src/external/ibm-public/postfix/dist/US_PATENT_6321267
U src/external/ibm-public/postfix/dist/pflogsumm_quickfix.txt
U src/external/ibm-public/postfix/dist/postfix-install
U src/external/ibm-public/postfix/dist/INSTALL
U src/external/ibm-public/postfix/dist/README_FILES/BACKSCATTER_README
U src/external/ibm-public/postfix/dist/README_FILES/LMDB_README
U src/external/ibm-public/postfix/dist/README_FILES/ADDRESS_REWRITING_README
U src/external/ibm-public/postfix/dist/README_FILES/ADDRESS_CLASS_README
U src/external/ibm-public/postfix/dist/README_FILES/FILTER_README
U src/external/ibm-public/postfix/dist/README_FILES/DSN_README
U src/external/ibm-public/postfix/dist/README_FILES/ADDRESS_VERIFICATION_README
U src/external/ibm-public/postfix/dist/README_FILES/BASIC_CONFIGURATION_README
U src/external/ibm-public/postfix/dist/README_FILES/BUILTIN_FILTER_README
U src/external/ibm-public/postfix/dist/README_FILES/CDB_README
U src/external/ibm-public/postfix/dist/README_FILES/CONNECTION_CACHE_README
U src/external/ibm-public/postfix/dist/README_FILES/CONTENT_INSPECTION_README
U src/external/ibm-public/postfix/dist/README_FILES/CYRUS_README
U src/external/ibm-public/postfix/dist/README_FILES/DATABASE_README
U src/external/ibm-public/postfix/dist/README_FILES/DB_README
U src/external/ibm-public/postfix/dist/README_FILES/DEBUG_README
U src/external/ibm-public/postfix/dist/README_FILES/INSTALL
U src/external/ibm-public/postfix/dist/README_FILES/ETRN_README
U src/external/ibm-public/postfix/dist/README_FILES/SCHEDULER_README
U src/external/ibm-public/postfix/dist/README_FILES/FORWARD_SECRECY_README
U src/external/ibm-public/postfix/dist/README_FILES/IPV6_README
U src/external/ibm-public/postfix/dist/README_FILES/LDAP_README
U src/external/ibm-public/postfix/dist/README_FILES/LINUX_README
U src/external/ibm-public/postfix/dist/README_FILES/AAAREADME
U src/external/ibm-public/postfix/dist/README_FILES/LOCAL_RECIPIENT_README
U src/external/ibm-public/postfix/dist/README_FILES/MAILDROP_README
U src/external/ibm-public/postfix/dist/README_FILES/MEMCACHE_README
U src/external/ibm-public/postfix/dist/README_FILES/MILTER_README
U src/external/ibm-public/postfix/dist/README_FILES/MULTI_INSTANCE_README
U src/external/ibm-public/postfix/dist/README_FILES/MYSQL_README
U src/external/ibm-public/postfix/dist/README_FILES/NFS_README
U src/external/ibm-public/postfix/dist/README_FILES/OVERVIEW
U src/external/ibm-public/postfix/dist/README_FILES/PACKAGE_README
U src/external/ibm-public/postfix/dist/README_FILES/PCRE_README
U src/external/ibm-public/postfix/dist/README_FILES/PGSQL_README
U src/external/ibm-public/postfix/dist/REA

CVS commit: src/doc

2015-01-27 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Tue Jan 27 18:20:56 UTC 2015

Modified Files:
src/doc: CHANGES CHANGES.prev

Log Message:
Postfix 2.11.3 will ship with NetBSD 7.0.


To generate a diff of this commit:
cvs rdiff -u -r1.2039 -r1.2040 src/doc/CHANGES
cvs rdiff -u -r1.124 -r1.125 src/doc/CHANGES.prev

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2015-01-24 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Jan 24 19:24:08 UTC 2015

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Postfix 2.11.3 was imported.


To generate a diff of this commit:
cvs rdiff -u -r1.1194 -r1.1195 src/doc/3RDPARTY
cvs rdiff -u -r1.2037 -r1.2038 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/dist

2015-01-24 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Jan 24 18:10:52 UTC 2015

Modified Files:
src/external/ibm-public/postfix/dist: makedefs
src/external/ibm-public/postfix/dist/src/cleanup: cleanup.h
src/external/ibm-public/postfix/dist/src/smtpd: smtpd.c

Log Message:
Resolve conflicts from last import.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/ibm-public/postfix/dist/makedefs
cvs rdiff -u -r1.6 -r1.7 \
src/external/ibm-public/postfix/dist/src/cleanup/cleanup.h
cvs rdiff -u -r1.11 -r1.12 \
src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS import: src/external/ibm-public/postfix/dist

2015-01-24 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Jan 24 18:08:37 UTC 2015

Update of /cvsroot/src/external/ibm-public/postfix/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv13177

Log Message:
Import Postfix 2.11.3. Changes since version 2.11.1:
- Fix for DMARC implementations based on SPF policy plus DKIM Milter. The
  PREPEND access/policy action added headers ABOVE Postfix's own Received:
  header, exposing Postfix's own Received: header to Milters (protocol
  violation) and hiding the PREPENDed header from Milters. PREPENDed
  headers are now added BELOW Postfix's own Received: header and remain
  visible to Milters.
- The Postfix SMTP server logged an incorrect client name in reject
  messages for check_reverse_client_hostname_access and
  check_reverse_client_hostname_{mx,ns}_access. They replied with the
  verified client name, instead of the name that was rejected.
- The TLS client logged that an anonymous TLS connection was "Untrusted",
  instead of "Anonymous".
- Fix for configurations that prepend message headers with Postfix access
  maps, policy servers or Milter applications. Postfix now hides its own
  Received: header from Milters and exposes prepended headers to Milters,
  regardless of the mechanism used to prepend a header. This fix reverts
  a partial solution that was released on October 13, 2014, and replaces
  it with a complete solution.

Status:

Vendor Tag: VENEMA
Release Tags:   PFIX-2-11-3

U src/external/ibm-public/postfix/dist/Makefile
U src/external/ibm-public/postfix/dist/AAAREADME
U src/external/ibm-public/postfix/dist/COMPATIBILITY
U src/external/ibm-public/postfix/dist/COPYRIGHT
U src/external/ibm-public/postfix/dist/HISTORY
U src/external/ibm-public/postfix/dist/IPv6-ChangeLog
U src/external/ibm-public/postfix/dist/LICENSE
C src/external/ibm-public/postfix/dist/makedefs
U src/external/ibm-public/postfix/dist/Makefile.in
U src/external/ibm-public/postfix/dist/Makefile.init
U src/external/ibm-public/postfix/dist/PORTING
U src/external/ibm-public/postfix/dist/RELEASE_NOTES
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-1.0
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-1.1
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.0
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.1
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.10
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.2
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.3
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.4
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.5
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.6
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.7
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.8
U src/external/ibm-public/postfix/dist/RELEASE_NOTES-2.9
U src/external/ibm-public/postfix/dist/TLS_ACKNOWLEDGEMENTS
U src/external/ibm-public/postfix/dist/TLS_CHANGES
U src/external/ibm-public/postfix/dist/TLS_LICENSE
U src/external/ibm-public/postfix/dist/TLS_TODO
U src/external/ibm-public/postfix/dist/US_PATENT_6321267
U src/external/ibm-public/postfix/dist/pflogsumm_quickfix.txt
U src/external/ibm-public/postfix/dist/postfix-install
U src/external/ibm-public/postfix/dist/INSTALL
U src/external/ibm-public/postfix/dist/README_FILES/BACKSCATTER_README
U src/external/ibm-public/postfix/dist/README_FILES/LMDB_README
U src/external/ibm-public/postfix/dist/README_FILES/ADDRESS_REWRITING_README
U src/external/ibm-public/postfix/dist/README_FILES/ADDRESS_CLASS_README
U src/external/ibm-public/postfix/dist/README_FILES/FILTER_README
U src/external/ibm-public/postfix/dist/README_FILES/DSN_README
U src/external/ibm-public/postfix/dist/README_FILES/ADDRESS_VERIFICATION_README
U src/external/ibm-public/postfix/dist/README_FILES/BASIC_CONFIGURATION_README
U src/external/ibm-public/postfix/dist/README_FILES/BUILTIN_FILTER_README
U src/external/ibm-public/postfix/dist/README_FILES/CDB_README
U src/external/ibm-public/postfix/dist/README_FILES/CONNECTION_CACHE_README
U src/external/ibm-public/postfix/dist/README_FILES/CONTENT_INSPECTION_README
U src/external/ibm-public/postfix/dist/README_FILES/CYRUS_README
U src/external/ibm-public/postfix/dist/README_FILES/DATABASE_README
U src/external/ibm-public/postfix/dist/README_FILES/DB_README
U src/external/ibm-public/postfix/dist/README_FILES/DEBUG_README
U src/external/ibm-public/postfix/dist/README_FILES/INSTALL
U src/external/ibm-public/postfix/dist/README_FILES/ETRN_README
U src/external/ibm-public/postfix/dist/README_FILES/SCHEDULER_README
U src/external/ibm-public/postfix/dist/README_FILES/FORWARD_SECRECY_README
U src/external/ibm-public/postfix/dist/README_FILES/IPV6_README
U src/external/ibm-public/postfix/dist/README_FILES/LDAP_README
U src/external/ibm-public/postfix/dist/README_FILES/LINUX_README
U src/external/ibm-public/postfix/dist/README_FILES/AAAREADME
U src/external/ibm-public/postfix/dist/README_FILES/LOCAL_RECIPIENT_README
U src/external/ibm-public/po

CVS commit: src/external/gpl3/gcc/usr.bin/lto1

2015-01-14 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Jan 14 20:26:41 UTC 2015

Modified Files:
src/external/gpl3/gcc/usr.bin/lto1: Makefile

Log Message:
Fix build with "USE_SSP" set to "yes".


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/lto1/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/server/drivers/xf86-video-intel

2014-11-11 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Tue Nov 11 11:30:56 UTC 2014

Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-intel: Makefile

Log Message:
Fix build with "USE_SSP" set to "yes".


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 \
src/external/mit/xorg/server/drivers/xf86-video-intel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/defaults

2014-09-26 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Fri Sep 26 11:04:06 UTC 2014

Modified Files:
src/etc/defaults: rc.conf

Log Message:
Revert last change. This was already fixed differently and something
went wrong with the change anyway. Sorry


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/etc/defaults/rc.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/defaults

2014-09-26 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Fri Sep 26 10:36:11 UTC 2014

Modified Files:
src/etc/defaults: rc.conf

Log Message:
Re-add default for "rtsol". "/etc/rc.d/network" still checks for this
setting and complains if it isn't defined at all. Add a comment that
it is deprecated and suggest to use "dhcpcd=YES" instead.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/etc/defaults/rc.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/cron/dist

2014-09-07 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Sep  7 13:35:27 UTC 2014

Modified Files:
src/external/bsd/cron/dist: env.c

Log Message:
Make crontab(1) work again which got broken by the last commit.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/cron/dist/env.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/share

2014-07-20 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul 20 22:58:02 UTC 2014

Modified Files:
src/external/ibm-public/postfix/share: readme.mk
src/external/ibm-public/postfix/share/README_FILES: Makefile

Log Message:
There is also no HTML version of "RELEASE_NOTES".


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/ibm-public/postfix/share/readme.mk
cvs rdiff -u -r1.9 -r1.10 \
src/external/ibm-public/postfix/share/README_FILES/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/share

2014-07-20 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul 20 22:43:13 UTC 2014

Modified Files:
src/external/ibm-public/postfix/share: readme.mk
src/external/ibm-public/postfix/share/README_FILES: Makefile

Log Message:
Try to fix the build:
There is no "AAAREADME.html". So only attempt to install the ASCII version.

Not sure why my full build didn't catch this problem. Sorry.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/ibm-public/postfix/share/readme.mk
cvs rdiff -u -r1.8 -r1.9 \
src/external/ibm-public/postfix/share/README_FILES/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man8

2014-07-20 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul 20 16:04:48 UTC 2014

Modified Files:
src/share/man/man8: wizd.8

Log Message:
Sync wizd's feature list with reality.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man8/wizd.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/misc

2014-07-20 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul 20 15:58:40 UTC 2014

Modified Files:
src/distrib/sets/lists/misc: mi

Log Message:
Update list of Postfix README files.


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/distrib/sets/lists/misc/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/share

2014-07-20 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul 20 15:58:06 UTC 2014

Modified Files:
src/external/ibm-public/postfix/share/README_FILES: Makefile
src/external/ibm-public/postfix/share/html: Makefile
Added Files:
src/external/ibm-public/postfix/share: readme.mk

Log Message:
Rationalize README file handling:
1.) Install only README files that are relevant to the Postfix binaries
distributed with NetBSD.
2.) Create a single list of the above files that is used for both the
text versions and HTML versions.

Problem detected by wizd(8).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/ibm-public/postfix/share/readme.mk
cvs rdiff -u -r1.7 -r1.8 \
src/external/ibm-public/postfix/share/README_FILES/Makefile
cvs rdiff -u -r1.8 -r1.9 src/external/ibm-public/postfix/share/html/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/share/html

2014-07-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  6 21:14:43 UTC 2014

Modified Files:
src/external/ibm-public/postfix/share/html: Makefile

Log Message:
Add one more file back.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/ibm-public/postfix/share/html/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists

2014-07-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  6 21:06:48 UTC 2014

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/misc: mi

Log Message:
Update set lists for Postfix 2.11.1.


To generate a diff of this commit:
cvs rdiff -u -r1.1070 -r1.1071 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.66 -r1.67 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.1476 -r1.1477 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.192 -r1.193 src/distrib/sets/lists/misc/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/share/README_FILES

2014-07-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  6 21:04:10 UTC 2014

Modified Files:
src/external/ibm-public/postfix/share/README_FILES: Makefile

Log Message:
Add a few files back.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/ibm-public/postfix/share/README_FILES/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/share

2014-07-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  6 20:41:56 UTC 2014

Modified Files:
src/external/ibm-public/postfix/share/README_FILES: Makefile
src/external/ibm-public/postfix/share/html: Makefile

Log Message:
More corrections.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/ibm-public/postfix/share/README_FILES/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/ibm-public/postfix/share/html/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/share/html

2014-07-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  6 20:39:14 UTC 2014

Modified Files:
src/external/ibm-public/postfix/share/html: Makefile

Log Message:
Don't install installation documentation. It is highly irrelevant.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/ibm-public/postfix/share/html/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/share

2014-07-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  6 20:38:34 UTC 2014

Modified Files:
src/external/ibm-public/postfix/share/README_FILES: Makefile
src/external/ibm-public/postfix/share/html: Makefile

Log Message:
Don't install files related to other operating systems.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/ibm-public/postfix/share/README_FILES/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/ibm-public/postfix/share/html/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/share/html

2014-07-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  6 20:25:48 UTC 2014

Modified Files:
src/external/ibm-public/postfix/share/html: Makefile

Log Message:
Update list of HTML pages.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/ibm-public/postfix/share/html/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/share/README_FILES

2014-07-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  6 20:18:19 UTC 2014

Modified Files:
src/external/ibm-public/postfix/share/README_FILES: Makefile

Log Message:
Update list of readme files.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/ibm-public/postfix/share/README_FILES/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-07-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  6 20:14:08 UTC 2014

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Postfix 2.11.1 was imported.


To generate a diff of this commit:
cvs rdiff -u -r1.1129 -r1.1130 src/doc/3RDPARTY
cvs rdiff -u -r1.1940 -r1.1941 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix

2014-07-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  6 20:09:26 UTC 2014

Modified Files:
src/external/ibm-public/postfix/man/man1: Makefile
src/external/ibm-public/postfix/sbin: Makefile
Added Files:
src/external/ibm-public/postfix/sbin/posttls-finger: Makefile

Log Message:
Build and install posttls-finger(1).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/ibm-public/postfix/man/man1/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/ibm-public/postfix/sbin/Makefile
cvs rdiff -u -r0 -r1.1 \
src/external/ibm-public/postfix/sbin/posttls-finger/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix

2014-07-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  6 19:53:06 UTC 2014

Modified Files:
src/external/ibm-public/postfix/lib/global: Makefile
src/external/ibm-public/postfix/lib/tls: Makefile
src/external/ibm-public/postfix/lib/util: Makefile
src/external/ibm-public/postfix/libexec/smtp: Makefile
src/external/ibm-public/postfix/sbin/postconf: Makefile

Log Message:
Adapt makefiles for Postfix 2.11.1.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/ibm-public/postfix/lib/global/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/ibm-public/postfix/lib/tls/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/ibm-public/postfix/lib/util/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/ibm-public/postfix/libexec/smtp/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/ibm-public/postfix/sbin/postconf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/dist

2014-07-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul  6 19:45:51 UTC 2014

Modified Files:
src/external/ibm-public/postfix/dist: makedefs
src/external/ibm-public/postfix/dist/README_FILES:
ADDRESS_VERIFICATION_README INSTALL TLS_README
src/external/ibm-public/postfix/dist/conf: main.cf master.cf
postfix-files
src/external/ibm-public/postfix/dist/html:
ADDRESS_VERIFICATION_README.html INSTALL.html TLS_README.html
postconf.5.html
src/external/ibm-public/postfix/dist/man/man5: postconf.5
src/external/ibm-public/postfix/dist/proto:
ADDRESS_VERIFICATION_README.html INSTALL.html TLS_README.html
postconf.proto
src/external/ibm-public/postfix/dist/src/cleanup: cleanup.h
src/external/ibm-public/postfix/dist/src/dns: dns_lookup.c
src/external/ibm-public/postfix/dist/src/global: mail_params.h
src/external/ibm-public/postfix/dist/src/postconf: postconf_master.c
src/external/ibm-public/postfix/dist/src/smtp: smtp.c
src/external/ibm-public/postfix/dist/src/smtpd: smtpd.c
src/external/ibm-public/postfix/dist/src/tls: tls_client.c tls_server.c
src/external/ibm-public/postfix/dist/src/util: dict_sockmap.c
sys_defs.h
Removed Files:
src/external/ibm-public/postfix/dist/src/util: read_wait.c readable.c
writable.c write_wait.c

Log Message:
Resolve conflicts from last import.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/ibm-public/postfix/dist/makedefs
cvs rdiff -u -r1.6 -r1.7 \

src/external/ibm-public/postfix/dist/README_FILES/ADDRESS_VERIFICATION_README
cvs rdiff -u -r1.5 -r1.6 \
src/external/ibm-public/postfix/dist/README_FILES/INSTALL
cvs rdiff -u -r1.8 -r1.9 \
src/external/ibm-public/postfix/dist/README_FILES/TLS_README
cvs rdiff -u -r1.4 -r1.5 src/external/ibm-public/postfix/dist/conf/main.cf \
src/external/ibm-public/postfix/dist/conf/postfix-files
cvs rdiff -u -r1.6 -r1.7 src/external/ibm-public/postfix/dist/conf/master.cf
cvs rdiff -u -r1.6 -r1.7 \
src/external/ibm-public/postfix/dist/html/ADDRESS_VERIFICATION_README.html
cvs rdiff -u -r1.5 -r1.6 \
src/external/ibm-public/postfix/dist/html/INSTALL.html
cvs rdiff -u -r1.9 -r1.10 \
src/external/ibm-public/postfix/dist/html/TLS_README.html
cvs rdiff -u -r1.12 -r1.13 \
src/external/ibm-public/postfix/dist/html/postconf.5.html
cvs rdiff -u -r1.12 -r1.13 \
src/external/ibm-public/postfix/dist/man/man5/postconf.5
cvs rdiff -u -r1.6 -r1.7 \
src/external/ibm-public/postfix/dist/proto/ADDRESS_VERIFICATION_README.html
cvs rdiff -u -r1.5 -r1.6 \
src/external/ibm-public/postfix/dist/proto/INSTALL.html
cvs rdiff -u -r1.8 -r1.9 \
src/external/ibm-public/postfix/dist/proto/TLS_README.html
cvs rdiff -u -r1.12 -r1.13 \
src/external/ibm-public/postfix/dist/proto/postconf.proto
cvs rdiff -u -r1.5 -r1.6 \
src/external/ibm-public/postfix/dist/src/cleanup/cleanup.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/ibm-public/postfix/dist/src/dns/dns_lookup.c
cvs rdiff -u -r1.11 -r1.12 \
src/external/ibm-public/postfix/dist/src/global/mail_params.h
cvs rdiff -u -r1.2 -r1.3 \
src/external/ibm-public/postfix/dist/src/postconf/postconf_master.c
cvs rdiff -u -r1.7 -r1.8 src/external/ibm-public/postfix/dist/src/smtp/smtp.c
cvs rdiff -u -r1.10 -r1.11 \
src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c
cvs rdiff -u -r1.8 -r1.9 \
src/external/ibm-public/postfix/dist/src/tls/tls_client.c
cvs rdiff -u -r1.7 -r1.8 \
src/external/ibm-public/postfix/dist/src/tls/tls_server.c
cvs rdiff -u -r1.3 -r1.4 \
src/external/ibm-public/postfix/dist/src/util/dict_sockmap.c
cvs rdiff -u -r1.1.1.2 -r0 \
src/external/ibm-public/postfix/dist/src/util/read_wait.c
cvs rdiff -u -r1.1.1.1 -r0 \
src/external/ibm-public/postfix/dist/src/util/readable.c \
src/external/ibm-public/postfix/dist/src/util/writable.c \
src/external/ibm-public/postfix/dist/src/util/write_wait.c
cvs rdiff -u -r1.6 -r1.7 \
src/external/ibm-public/postfix/dist/src/util/sys_defs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/lib/libgomp

2014-06-04 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Jun  4 19:07:22 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/libgomp: Makefile

Log Message:
Fix build with stack smash protection enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gcc/lib/libgomp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-05-28 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed May 28 11:35:50 UTC 2014

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
OpenLDAP 2.4.39 was imported.


To generate a diff of this commit:
cvs rdiff -u -r1.1114 -r1.1115 src/doc/3RDPARTY
cvs rdiff -u -r1.1927 -r1.1928 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/openldap

2014-05-28 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed May 28 11:32:20 UTC 2014

Modified Files:
src/external/bsd/openldap: openldap.mk
src/external/bsd/openldap/bin: Makefile.inc
src/external/bsd/openldap/lib/liblber: shlib_version
src/external/bsd/openldap/lib/libldap: Makefile Makefile.libldap
shlib_version
src/external/bsd/openldap/lib/libldap_r: Makefile shlib_version
src/external/bsd/openldap/lib/liblutil: Makefile

Log Message:
Update for building OpenLDAP 2.4.39.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/openldap/openldap.mk
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/bin/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/lib/liblber/shlib_version
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/openldap/lib/libldap/Makefile
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/openldap/lib/libldap/Makefile.libldap
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/openldap/lib/libldap/shlib_version
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/lib/libldap_r/Makefile
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/openldap/lib/libldap_r/shlib_version
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/lib/liblutil/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists

2014-05-28 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed May 28 11:32:51 UTC 2014

Modified Files:
src/distrib/sets/lists/base: ad.arm ad.mips ad.powerpc md.amd64
md.sparc64 shl.mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/debug: ad.arm ad.mips ad.powerpc md.amd64
md.sparc64 shl.mi

Log Message:
Update for OpenLDAP 2.4.39.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/distrib/sets/lists/base/ad.arm
cvs rdiff -u -r1.39 -r1.40 src/distrib/sets/lists/base/ad.mips
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/base/ad.powerpc
cvs rdiff -u -r1.233 -r1.234 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.220 -r1.221 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.702 -r1.703 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.1893 -r1.1894 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.33 -r1.34 src/distrib/sets/lists/debug/ad.arm
cvs rdiff -u -r1.29 -r1.30 src/distrib/sets/lists/debug/ad.mips
cvs rdiff -u -r1.8 -r1.9 src/distrib/sets/lists/debug/ad.powerpc
cvs rdiff -u -r1.52 -r1.53 src/distrib/sets/lists/debug/md.amd64
cvs rdiff -u -r1.51 -r1.52 src/distrib/sets/lists/debug/md.sparc64
cvs rdiff -u -r1.62 -r1.63 src/distrib/sets/lists/debug/shl.mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/openldap

2014-05-28 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed May 28 11:09:18 UTC 2014

Modified Files:
src/external/bsd/openldap/include: lber_types.h ldap_config.h
ldap_features.h portable.h
src/external/bsd/openldap/man: lber-decode.3 lber-encode.3
lber-memory.3 lber-sockbuf.3 lber-types.3 ldap.3 ldap.conf.5
ldap_abandon.3 ldap_add.3 ldap_bind.3 ldap_compare.3
ldap_controls.3 ldap_delete.3 ldap_error.3
ldap_extended_operation.3 ldap_first_attribute.3 ldap_first_entry.3
ldap_first_message.3 ldap_first_reference.3 ldap_get_dn.3
ldap_get_option.3 ldap_get_values.3 ldap_memory.3 ldap_modify.3
ldap_modrdn.3 ldap_open.3 ldap_parse_reference.3
ldap_parse_result.3 ldap_parse_sort_control.3
ldap_parse_vlv_control.3 ldap_rename.3 ldap_result.3 ldap_schema.3
ldap_search.3 ldap_sort.3 ldap_sync.3 ldap_tls.3 ldap_url.3
ldapcompare.1 ldapdelete.1 ldapexop.1 ldapmodify.1 ldapmodrdn.1
ldappasswd.1 ldapsearch.1 ldapurl.1 ldapwhoami.1 ldif.5 slapacl.8
slapadd.8 slapauth.8 slapcat.8 slapd-bdb.5 slapd-config.5
slapd-dnssrv.5 slapd-ldap.5 slapd-ldbm.5 slapd-ldif.5 slapd-meta.5
slapd-monitor.5 slapd-ndb.5 slapd-null.5 slapd-passwd.5
slapd-perl.5 slapd-relay.5 slapd-shell.5 slapd-sock.5 slapd-sql.5
slapd.8 slapd.access.5 slapd.backends.5 slapd.conf.5
slapd.overlays.5 slapd.plugin.5 slapdn.8 slapindex.8
slapo-accesslog.5 slapo-auditlog.5 slapo-chain.5 slapo-collect.5
slapo-constraint.5 slapo-dds.5 slapo-dyngroup.5 slapo-dynlist.5
slapo-memberof.5 slapo-pbind.5 slapo-pcache.5 slapo-ppolicy.5
slapo-refint.5 slapo-retcode.5 slapo-rwm.5 slapo-sssvlv.5
slapo-syncprov.5 slapo-translucent.5 slapo-unique.5 slapo-valsort.5
slappasswd.8 slapschema.8 slaptest.8
Added Files:
src/external/bsd/openldap/man: ldap_dup.3 slapd-mdb.5

Log Message:
Re-generate after import of OpenLDAP 2.4.39.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/openldap/include/lber_types.h \
src/external/bsd/openldap/include/ldap_config.h
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/include/ldap_features.h
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/openldap/include/portable.h
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/man/lber-decode.3 \
src/external/bsd/openldap/man/lber-encode.3 \
src/external/bsd/openldap/man/lber-memory.3 \
src/external/bsd/openldap/man/lber-sockbuf.3 \
src/external/bsd/openldap/man/lber-types.3 \
src/external/bsd/openldap/man/ldap.3 \
src/external/bsd/openldap/man/ldap_abandon.3 \
src/external/bsd/openldap/man/ldap_add.3 \
src/external/bsd/openldap/man/ldap_bind.3 \
src/external/bsd/openldap/man/ldap_compare.3 \
src/external/bsd/openldap/man/ldap_controls.3 \
src/external/bsd/openldap/man/ldap_delete.3 \
src/external/bsd/openldap/man/ldap_error.3 \
src/external/bsd/openldap/man/ldap_extended_operation.3 \
src/external/bsd/openldap/man/ldap_first_attribute.3 \
src/external/bsd/openldap/man/ldap_first_entry.3 \
src/external/bsd/openldap/man/ldap_first_message.3 \
src/external/bsd/openldap/man/ldap_first_reference.3 \
src/external/bsd/openldap/man/ldap_get_dn.3 \
src/external/bsd/openldap/man/ldap_get_option.3 \
src/external/bsd/openldap/man/ldap_get_values.3 \
src/external/bsd/openldap/man/ldap_memory.3 \
src/external/bsd/openldap/man/ldap_modify.3 \
src/external/bsd/openldap/man/ldap_modrdn.3 \
src/external/bsd/openldap/man/ldap_open.3 \
src/external/bsd/openldap/man/ldap_parse_reference.3 \
src/external/bsd/openldap/man/ldap_parse_result.3 \
src/external/bsd/openldap/man/ldap_parse_sort_control.3 \
src/external/bsd/openldap/man/ldap_parse_vlv_control.3 \
src/external/bsd/openldap/man/ldap_rename.3 \
src/external/bsd/openldap/man/ldap_result.3 \
src/external/bsd/openldap/man/ldap_schema.3 \
src/external/bsd/openldap/man/ldap_search.3 \
src/external/bsd/openldap/man/ldap_sort.3 \
src/external/bsd/openldap/man/ldap_sync.3 \
src/external/bsd/openldap/man/ldap_tls.3 \
src/external/bsd/openldap/man/ldap_url.3 \
src/external/bsd/openldap/man/ldapcompare.1 \
src/external/bsd/openldap/man/ldapdelete.1 \
src/external/bsd/openldap/man/ldapmodify.1 \
src/external/bsd/openldap/man/ldapmodrdn.1 \
src/external/bsd/openldap/man/ldappasswd.1 \
src/external/bsd/openldap/man/ldapsearch.1 \
src/external/bsd/openldap/man/ldapwhoami.1 \
src/external/bsd/openldap/man/ldif.5 \
src/external/bsd/openldap/man/slapacl.8 \
src/external/bsd/openldap/man/slapadd.8 \
src/external/bsd/openldap/man/slapauth.8 \
src/external/bsd/openldap/man/slapcat.8 \
src/external/bsd/openldap/man/slapd-bdb.5 \
src/external/bsd/openl

CVS commit: src/external/bsd/openldap/dist/libraries/librewrite

2014-05-28 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed May 28 10:14:13 UTC 2014

Modified Files:
src/external/bsd/openldap/dist/libraries/librewrite: session.c

Log Message:
Apply patch to fix CVE-2013-4449. This shouldn't be necessary as we don't
build the server or its plug-ins. But it is better to be safe in case
this changes.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
src/external/bsd/openldap/dist/libraries/librewrite/session.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/openldap/dist

2014-05-28 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed May 28 10:12:43 UTC 2014

Modified Files:
src/external/bsd/openldap/dist/build: mkversion
src/external/bsd/openldap/dist/clients/tools: common.c
src/external/bsd/openldap/dist/include: Makefile.in ldap_queue.h
portable.hin
src/external/bsd/openldap/dist/libraries/libldap: os-ip.c os-local.c
tls_o.c
src/external/bsd/openldap/dist/libraries/liblutil: detach.c md5.c
passwd.c
Removed Files:
src/external/bsd/openldap/dist/contrib/ldapc++: LICENSE
src/external/bsd/openldap/dist/contrib/slapd-modules/acl: README
src/external/bsd/openldap/dist/doc/guide: COPYRIGHT LICENSE
src/external/bsd/openldap/dist/libraries/libldap_r: thr_lwp.c
src/external/bsd/openldap/dist/libraries/liblutil: fetch.c ldif.c

Log Message:
Resolve conflicts from last import.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/dist/build/mkversion
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/openldap/dist/clients/tools/common.c
cvs rdiff -u -r1.1.1.1 -r0 \
src/external/bsd/openldap/dist/contrib/ldapc++/LICENSE
cvs rdiff -u -r1.1.1.3 -r0 \
src/external/bsd/openldap/dist/contrib/slapd-modules/acl/README
cvs rdiff -u -r1.1.1.4 -r0 src/external/bsd/openldap/dist/doc/guide/COPYRIGHT
cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/openldap/dist/doc/guide/LICENSE
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/openldap/dist/include/Makefile.in \
src/external/bsd/openldap/dist/include/portable.hin
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/openldap/dist/include/ldap_queue.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/bsd/openldap/dist/libraries/libldap/os-ip.c
cvs rdiff -u -r1.6 -r1.7 \
src/external/bsd/openldap/dist/libraries/libldap/os-local.c
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/openldap/dist/libraries/libldap/tls_o.c
cvs rdiff -u -r1.1.1.3 -r0 \
src/external/bsd/openldap/dist/libraries/libldap_r/thr_lwp.c
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/openldap/dist/libraries/liblutil/detach.c \
src/external/bsd/openldap/dist/libraries/liblutil/md5.c
cvs rdiff -u -r1.1.1.3 -r0 \
src/external/bsd/openldap/dist/libraries/liblutil/fetch.c \
src/external/bsd/openldap/dist/libraries/liblutil/ldif.c
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/openldap/dist/libraries/liblutil/passwd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-04-05 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Apr  5 17:06:44 UTC 2014

Modified Files:
src/doc: HACKS

Log Message:
Document xauth(1) hack.


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/bin/xauth

2014-04-05 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Apr  5 17:01:55 UTC 2014

Modified Files:
src/external/mit/xorg/bin/xauth: Makefile

Log Message:
Force "USE_SSP" to "no" when compiling xauth(1) for now. This avoid the
program to fail with error messages like this one:

/usr/X11R7/bin/xauth:  file /home/tron/.Xauthority does not exist
/usr/X11R7/bin/xauth:  unable to link authority file /home/tron/.Xauthority, 
use /home/tron/.Xauthority

This seems to be some weird compiler bug. If you add a debug printf(3) call
before the line in "xsrc/external/mit/xauth/dist/process.c" that calls
link(2) the target and source filename have the correct value and
the call works. Without the printf(3) call it fails.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/xauth/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/crypto/external/bsd/openssl/dist/crypto

2014-04-02 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Apr  2 20:27:28 UTC 2014

Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/bn: bn.h bn_lib.c
src/crypto/external/bsd/openssl/dist/crypto/ec: ec2_mult.c

Log Message:
Add fix for CVE-2014-0076 taken from OpenSSL GIT repository:

Fix for the attack described in the paper "Recovering OpenSSL
ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack"
by Yuval Yarom and Naomi Benger. Details can be obtained from:
http://eprint.iacr.org/2014/140


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 \
src/crypto/external/bsd/openssl/dist/crypto/bn/bn.h
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_lib.c
cvs rdiff -u -r1.1.1.3 -r1.2 \
src/crypto/external/bsd/openssl/dist/crypto/ec/ec2_mult.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-03-24 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Mon Mar 24 23:03:21 UTC 2014

Modified Files:
src/doc: HACKS

Log Message:
Document makeinfo(1) hack.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/gnu/usr.bin/texinfo/makeinfo

2014-03-24 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Mon Mar 24 23:03:02 UTC 2014

Modified Files:
src/gnu/usr.bin/texinfo/makeinfo: Makefile

Log Message:
Don't compile with fortification. It breaks makeinfo(1) for certain
input files (e.g. "cl.texi" shipped with Emacs 23.4) if it is compiled
with GCC 4.8.3 and "USE_SSP" set to "yes".


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/gnu/usr.bin/texinfo/makeinfo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg

2014-03-23 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Mar 23 20:39:40 UTC 2014

Modified Files:
src/external/mit/xorg/bin/mkfontdir: Makefile
src/external/mit/xorg/server/xorg-server/hw/xfree86/loader: Makefile

Log Message:
Remove auto-generated files in "cleandir" target.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/mkfontdir/Makefile
cvs rdiff -u -r1.12 -r1.13 \
src/external/mit/xorg/server/xorg-server/hw/xfree86/loader/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/mk

2014-03-23 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Mar 23 19:49:52 UTC 2014

Modified Files:
src/share/mk: bsd.x11.mk

Log Message:
Fix generation of pkg-config(1) files. Patch from Ryo ONODERA via
"current-users" mailing list.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/share/mk/bsd.x11.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/acpica/dist/compiler

2014-03-23 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Mar 23 14:44:55 UTC 2014

Modified Files:
src/sys/external/bsd/acpica/dist/compiler: prutils.c

Log Message:
Make this compile.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/acpica/dist/compiler/prutils.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/external/bsd/acpica/dist/compiler

2014-03-23 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Mar 23 14:24:34 UTC 2014

Modified Files:
src/sys/external/bsd/acpica/dist/compiler: dtcompile.c

Log Message:
Make this compile.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/sys/external/bsd/acpica/dist/compiler/dtcompile.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/usr.bin/cc1

2014-03-22 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Mar 22 19:52:21 UTC 2014

Modified Files:
src/external/gpl3/gcc/usr.bin/cc1: Makefile

Log Message:
Remove (harmless) debug target committed by accident.

Pointed out by Matthew Green in private e-mail.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/usr.bin/cc1/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/usr.bin

2014-03-22 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Mar 22 17:57:48 UTC 2014

Modified Files:
src/external/gpl3/gcc/usr.bin/cc1: Makefile
src/external/gpl3/gcc/usr.bin/cc1obj: Makefile
src/external/gpl3/gcc/usr.bin/cpp: Makefile
src/external/gpl3/gcc/usr.bin/g++: Makefile
src/external/gpl3/gcc/usr.bin/gcc: Makefile

Log Message:
Fix build with "HAVE_GCC=48" and "USE_SSP=yes".


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/cc1/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/cc1obj/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/cpp/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/usr.bin/g++/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/usr.bin/gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc/lib/libgcc/libgcc_s

2014-03-05 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Mar  5 21:38:59 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/libgcc/libgcc_s: Makefile

Log Message:
Remove automatically generated file "libgcc-std.ver" while cleaning.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc

2014-03-05 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Mar  5 21:37:02 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/libgcc/libgcc_eh: Makefile
src/external/gpl3/gcc/usr.bin/cc1plus: Makefile
src/external/gpl3/gcc/usr.bin/common: Makefile
src/external/gpl3/gcc/usr.bin/common-target: Makefile
src/external/gpl3/gcc/usr.bin/gcov: Makefile
src/external/gpl3/gcc/usr.bin/libcpp: Makefile

Log Message:
Get GCC 4.8 closer to build with "USE_SSP" set to "yes".


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/lib/libgcc/libgcc_eh/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/cc1plus/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/common/Makefile
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/common-target/Makefile
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/usr.bin/gcov/Makefile
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/libcpp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/cddl/osnet

2014-03-05 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Mar  5 20:14:15 UTC 2014

Modified Files:
src/external/cddl/osnet/dev/fbt: fbt.c
src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c

Log Message:
Fix build of DTrace with GCC 4.8.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/cddl/osnet/dev/fbt/fbt.c
cvs rdiff -u -r1.24 -r1.25 \
src/external/cddl/osnet/dist/uts/common/dtrace/dtrace.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc.old/lib/libgomp

2014-03-05 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Mar  5 16:18:41 UTC 2014

Modified Files:
src/external/gpl3/gcc.old/lib/libgomp: Makefile

Log Message:
Fix build with "USE_SSP" set to "yes".

Problem reported by B Harder on "current-users" mailing list.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/gpl3/gcc.old/lib/libgomp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librumphijack

2014-01-18 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Jan 18 18:37:30 UTC 2014

Modified Files:
src/lib/librumphijack: Makefile

Log Message:
Make sure that "_FORTIFY_SOURCE" really gets undefined even if "USE_SSP"
is set to "yes" to fix build problems caused by the recent change to
this makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/librumphijack/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2014-01-18 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Jan 18 17:09:04 UTC 2014

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Postfix was updated to version 2.10.3.


To generate a diff of this commit:
cvs rdiff -u -r1.1087 -r1.1088 src/doc/3RDPARTY
cvs rdiff -u -r1.1881 -r1.1882 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/nvi/dist/common

2013-11-27 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Nov 27 20:31:01 UTC 2013

Modified Files:
src/external/bsd/nvi/dist/common: exf.c

Log Message:
Fix compiler error caused by last change:
db_env_create() returns an integer. So we must not compare its return
value with NULL.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nvi/dist/common/exf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/include/ssp

2013-11-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Thu Nov  7 00:02:59 UTC 2013

Modified Files:
src/include/ssp: string.h

Log Message:
Revert my last change. I'm not convinced it is correct and while it seems
to fix some build problems it might cause others.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/include/ssp/string.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/gnu/usr.bin/gettext/libnlsut

2013-11-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Nov  6 23:32:04 UTC 2013

Modified Files:
src/gnu/usr.bin/gettext/libnlsut: Makefile

Log Message:
Don't attempt to build "stpcpy.c" and "stpncpy.c". NetBSD provides these
functions and these implementation don't build because of the new
SSP definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/gnu/usr.bin/gettext/libnlsut/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/gnu/dist/gettext/gettext-tools/lib

2013-11-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Nov  6 21:44:44 UTC 2013

Modified Files:
src/gnu/dist/gettext/gettext-tools/lib: stpcpy.h

Log Message:
Fix build problem caused by definition of SSP version of stpcpy(3).


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/gnu/dist/gettext/gettext-tools/lib/stpcpy.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/include/ssp

2013-11-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Nov  6 21:33:12 UTC 2013

Modified Files:
src/include/ssp: string.h

Log Message:
Add missing declarations for SSP versions of stpcpy(3) and stpncpy(3).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/include/ssp/string.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/string

2013-11-06 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Nov  6 21:05:27 UTC 2013

Modified Files:
src/lib/libc/string: stpcpy.c stpncpy.c

Log Message:
Fix build problems.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/string/stpcpy.c \
src/lib/libc/string/stpncpy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/sbin/postconf

2013-09-25 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Sep 25 19:39:47 UTC 2013

Modified Files:
src/external/ibm-public/postfix/sbin/postconf: Makefile

Log Message:
Update list of generated header files.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/external/ibm-public/postfix/sbin/postconf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2013-09-25 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Sep 25 19:35:59 UTC 2013

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Postfix 2.10.2 was imported.


To generate a diff of this commit:
cvs rdiff -u -r1.1055 -r1.1056 src/doc/3RDPARTY
cvs rdiff -u -r1.1848 -r1.1849 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix

2013-09-25 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Sep 25 19:25:08 UTC 2013

Modified Files:
src/external/ibm-public/postfix/lib/global: Makefile
src/external/ibm-public/postfix/lib/util: Makefile
src/external/ibm-public/postfix/libexec/master: Makefile
src/external/ibm-public/postfix/libexec/postscreen: Makefile
src/external/ibm-public/postfix/libexec/smtpd: Makefile
src/external/ibm-public/postfix/sbin/postconf: Makefile

Log Message:
Update list of source files after import of Postfix 2.10.2.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/ibm-public/postfix/lib/global/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/ibm-public/postfix/lib/util/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/ibm-public/postfix/libexec/master/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/ibm-public/postfix/libexec/postscreen/Makefile
cvs rdiff -u -r1.2 -r1.3 \
src/external/ibm-public/postfix/libexec/smtpd/Makefile
cvs rdiff -u -r1.4 -r1.5 \
src/external/ibm-public/postfix/sbin/postconf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/dist

2013-09-25 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Sep 25 19:12:35 UTC 2013

Modified Files:
src/external/ibm-public/postfix/dist: makedefs postfix-install
src/external/ibm-public/postfix/dist/README_FILES:
ADDRESS_VERIFICATION_README INSTALL TLS_README
src/external/ibm-public/postfix/dist/conf: master.cf
src/external/ibm-public/postfix/dist/html:
ADDRESS_VERIFICATION_README.html INSTALL.html TLS_README.html
postconf.5.html
src/external/ibm-public/postfix/dist/man/man5: postconf.5
src/external/ibm-public/postfix/dist/proto:
ADDRESS_VERIFICATION_README.html INSTALL.html TLS_README.html
postconf.proto
src/external/ibm-public/postfix/dist/src/cleanup: cleanup.c
src/external/ibm-public/postfix/dist/src/global: mail_params.h
src/external/ibm-public/postfix/dist/src/local: unknown.c
src/external/ibm-public/postfix/dist/src/smtp: smtp.c
src/external/ibm-public/postfix/dist/src/smtpd: smtpd.c
src/external/ibm-public/postfix/dist/src/tls: tls_client.c tls_server.c
src/external/ibm-public/postfix/dist/src/util: sys_defs.h
Removed Files:
src/external/ibm-public/postfix/dist/src/bounce: annotate.pl
src/external/ibm-public/postfix/dist/src/util: stream_pass_connect.c
unix_pass_listen.c unix_pass_trigger.c

Log Message:
Resolve conflicts from last import.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/ibm-public/postfix/dist/makedefs
cvs rdiff -u -r1.4 -r1.5 src/external/ibm-public/postfix/dist/postfix-install
cvs rdiff -u -r1.5 -r1.6 \

src/external/ibm-public/postfix/dist/README_FILES/ADDRESS_VERIFICATION_README
cvs rdiff -u -r1.4 -r1.5 \
src/external/ibm-public/postfix/dist/README_FILES/INSTALL
cvs rdiff -u -r1.7 -r1.8 \
src/external/ibm-public/postfix/dist/README_FILES/TLS_README
cvs rdiff -u -r1.5 -r1.6 src/external/ibm-public/postfix/dist/conf/master.cf
cvs rdiff -u -r1.5 -r1.6 \
src/external/ibm-public/postfix/dist/html/ADDRESS_VERIFICATION_README.html
cvs rdiff -u -r1.4 -r1.5 \
src/external/ibm-public/postfix/dist/html/INSTALL.html
cvs rdiff -u -r1.8 -r1.9 \
src/external/ibm-public/postfix/dist/html/TLS_README.html
cvs rdiff -u -r1.11 -r1.12 \
src/external/ibm-public/postfix/dist/html/postconf.5.html
cvs rdiff -u -r1.11 -r1.12 \
src/external/ibm-public/postfix/dist/man/man5/postconf.5
cvs rdiff -u -r1.5 -r1.6 \
src/external/ibm-public/postfix/dist/proto/ADDRESS_VERIFICATION_README.html
cvs rdiff -u -r1.4 -r1.5 \
src/external/ibm-public/postfix/dist/proto/INSTALL.html
cvs rdiff -u -r1.7 -r1.8 \
src/external/ibm-public/postfix/dist/proto/TLS_README.html
cvs rdiff -u -r1.11 -r1.12 \
src/external/ibm-public/postfix/dist/proto/postconf.proto
cvs rdiff -u -r1.1.1.1 -r0 \
src/external/ibm-public/postfix/dist/src/bounce/annotate.pl
cvs rdiff -u -r1.4 -r1.5 \
src/external/ibm-public/postfix/dist/src/cleanup/cleanup.c
cvs rdiff -u -r1.10 -r1.11 \
src/external/ibm-public/postfix/dist/src/global/mail_params.h
cvs rdiff -u -r1.4 -r1.5 \
src/external/ibm-public/postfix/dist/src/local/unknown.c
cvs rdiff -u -r1.6 -r1.7 src/external/ibm-public/postfix/dist/src/smtp/smtp.c
cvs rdiff -u -r1.9 -r1.10 \
src/external/ibm-public/postfix/dist/src/smtpd/smtpd.c
cvs rdiff -u -r1.7 -r1.8 \
src/external/ibm-public/postfix/dist/src/tls/tls_client.c
cvs rdiff -u -r1.6 -r1.7 \
src/external/ibm-public/postfix/dist/src/tls/tls_server.c
cvs rdiff -u -r1.1.1.1 -r0 \
src/external/ibm-public/postfix/dist/src/util/stream_pass_connect.c \
src/external/ibm-public/postfix/dist/src/util/unix_pass_listen.c
cvs rdiff -u -r1.5 -r1.6 \
src/external/ibm-public/postfix/dist/src/util/sys_defs.h
cvs rdiff -u -r1.1.1.2 -r0 \
src/external/ibm-public/postfix/dist/src/util/unix_pass_trigger.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/raidctl

2013-09-19 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Fri Sep 20 06:43:57 UTC 2013

Modified Files:
src/sbin/raidctl: raidctl.8

Log Message:
Note that NetBSD/amd64 can boot of RAID volumes.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sbin/raidctl/raidctl.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/stdlib

2013-09-09 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Mon Sep  9 10:21:28 UTC 2013

Modified Files:
src/lib/libc/stdlib: _env.c

Log Message:
Don't scrub the environment unless we are going to change it. This should
prevent crashes in applications which carefully and manually construct
a temporary environment and later restore the original environment
like Emacs 24.

Problem reported by Thomas Klausner on "pkgsrc-users" mailing list.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/stdlib/_env.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/less/dist

2013-09-04 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Sep  4 19:44:21 UTC 2013

Modified Files:
src/external/bsd/less/dist: brac.c ch.c charset.c charset.h cmd.h
cmdbuf.c command.c cvt.c decode.c defines.h edit.c filename.c
forwback.c funcs.h help.c ifile.c input.c jump.c less.1 less.h
lessecho.c lesskey.c lesskey.h lglob.h line.c linenum.c lsystem.c
main.c mark.c mkhelp.c optfunc.c option.c option.h opttbl.c os.c
output.c pattern.c pattern.h pckeys.h position.c position.h
prompt.c regexp.c regexp.h screen.c scrsize.c search.c signal.c
tags.c ttyin.c version.c

Log Message:
Resolve conflicts from last import.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/less/dist/brac.c \
src/external/bsd/less/dist/ch.c src/external/bsd/less/dist/charset.c \
src/external/bsd/less/dist/cmdbuf.c src/external/bsd/less/dist/decode.c \
src/external/bsd/less/dist/edit.c src/external/bsd/less/dist/filename.c \
src/external/bsd/less/dist/forwback.c src/external/bsd/less/dist/funcs.h \
src/external/bsd/less/dist/help.c src/external/bsd/less/dist/ifile.c \
src/external/bsd/less/dist/less.h src/external/bsd/less/dist/lessecho.c \
src/external/bsd/less/dist/lesskey.c src/external/bsd/less/dist/lglob.h \
src/external/bsd/less/dist/line.c src/external/bsd/less/dist/linenum.c \
src/external/bsd/less/dist/lsystem.c src/external/bsd/less/dist/main.c \
src/external/bsd/less/dist/option.c src/external/bsd/less/dist/option.h \
src/external/bsd/less/dist/opttbl.c src/external/bsd/less/dist/os.c \
src/external/bsd/less/dist/output.c src/external/bsd/less/dist/pattern.h \
src/external/bsd/less/dist/position.c src/external/bsd/less/dist/prompt.c \
src/external/bsd/less/dist/screen.c src/external/bsd/less/dist/search.c \
src/external/bsd/less/dist/signal.c src/external/bsd/less/dist/tags.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/less/dist/charset.h \
src/external/bsd/less/dist/cmd.h src/external/bsd/less/dist/cvt.c \
src/external/bsd/less/dist/defines.h src/external/bsd/less/dist/input.c \
src/external/bsd/less/dist/jump.c src/external/bsd/less/dist/less.1 \
src/external/bsd/less/dist/lesskey.h src/external/bsd/less/dist/mark.c \
src/external/bsd/less/dist/mkhelp.c src/external/bsd/less/dist/optfunc.c \
src/external/bsd/less/dist/pattern.c src/external/bsd/less/dist/pckeys.h \
src/external/bsd/less/dist/position.h src/external/bsd/less/dist/regexp.c \
src/external/bsd/less/dist/regexp.h src/external/bsd/less/dist/scrsize.c \
src/external/bsd/less/dist/ttyin.c src/external/bsd/less/dist/version.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/less/dist/command.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2013-09-04 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Sep  4 19:51:37 UTC 2013

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Version 458 of less(1) was imported.


To generate a diff of this commit:
cvs rdiff -u -r1.1052 -r1.1053 src/doc/3RDPARTY
cvs rdiff -u -r1.1845 -r1.1846 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/less/dist

2013-09-04 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Sep  4 20:02:10 UTC 2013

Modified Files:
src/external/bsd/less/dist: jump.c

Log Message:
Don't ring the terminal bell if the user forward-searches for a string
that appears in the first displayed line.

This patch was supplied by M. Levinson in PR bin/45451.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/less/dist/jump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS import: src/external/bsd/less/dist

2013-09-04 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Sep  4 19:35:05 UTC 2013

Update of /cvsroot/src/external/bsd/less/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv10121

Log Message:
Import version 458 of "less". Changes since version 444:
* Allow backslash escaping of metacharacters in LESS environment variable
  after the --use-backslash option.
* Don't quit if syntax errors are found in command line options.
* Increase sizes of some internal buffers.
* Fix configure bug with --with-regex=none.
* Fix crash with "stty rows 0".
* Fix display bug when using up/down arrow on the command line.
* Add ESC-F command to keep reading data until a pattern is found.
* Use exit code of LESSOPEN script if LESSOPEN starts with "||".
* When up/down arrow is used on the command line immediately after
  typing text, the next command starting with that text is found.
* Add support for GNU regex.
* Add configure option --with-regex=none and fix compile errors
  when compiling with no regex library.
* Fix possible crashes caused by malformed LESSOPEN or 
  LESSCLOSE variables.
* Fix bug highlighting text which is discontiguous in the file 
  due to backspace processing.
* Fix bug in displaying status column when scrolling backwards 
  with -J and -S in effect.

Status:

Vendor Tag: GREENWOODSOFTWARE
Release Tags:   LESS-458

U src/external/bsd/less/dist/configure
U src/external/bsd/less/dist/configure.ac
U src/external/bsd/less/dist/COPYING
U src/external/bsd/less/dist/defines.ds
U src/external/bsd/less/dist/defines.h.in
U src/external/bsd/less/dist/defines.o2
U src/external/bsd/less/dist/defines.o9
U src/external/bsd/less/dist/defines.wn
U src/external/bsd/less/dist/INSTALL
U src/external/bsd/less/dist/install.sh
U src/external/bsd/less/dist/less.hlp
C src/external/bsd/less/dist/less.1
U src/external/bsd/less/dist/lessecho.1
U src/external/bsd/less/dist/lesskey.1
U src/external/bsd/less/dist/LICENSE
U src/external/bsd/less/dist/Makefile.aut
U src/external/bsd/less/dist/Makefile.dsb
U src/external/bsd/less/dist/Makefile.dsg
U src/external/bsd/less/dist/Makefile.dsu
U src/external/bsd/less/dist/Makefile.in
U src/external/bsd/less/dist/Makefile.o2e
U src/external/bsd/less/dist/Makefile.o9c
U src/external/bsd/less/dist/Makefile.o9u
U src/external/bsd/less/dist/Makefile.wnb
U src/external/bsd/less/dist/Makefile.wnm
U src/external/bsd/less/dist/mkfuncs.awk
U src/external/bsd/less/dist/mkinstalldirs
U src/external/bsd/less/dist/NEWS
U src/external/bsd/less/dist/README
C src/external/bsd/less/dist/brac.c
C src/external/bsd/less/dist/ch.c
C src/external/bsd/less/dist/charset.c
C src/external/bsd/less/dist/charset.h
C src/external/bsd/less/dist/cmd.h
C src/external/bsd/less/dist/cmdbuf.c
C src/external/bsd/less/dist/command.c
C src/external/bsd/less/dist/cvt.c
C src/external/bsd/less/dist/decode.c
C src/external/bsd/less/dist/edit.c
C src/external/bsd/less/dist/filename.c
C src/external/bsd/less/dist/forwback.c
C src/external/bsd/less/dist/funcs.h
C src/external/bsd/less/dist/help.c
C src/external/bsd/less/dist/ifile.c
C src/external/bsd/less/dist/input.c
C src/external/bsd/less/dist/jump.c
C src/external/bsd/less/dist/less.h
C src/external/bsd/less/dist/lessecho.c
C src/external/bsd/less/dist/lesskey.c
C src/external/bsd/less/dist/lesskey.h
C src/external/bsd/less/dist/lglob.h
C src/external/bsd/less/dist/line.c
C src/external/bsd/less/dist/linenum.c
C src/external/bsd/less/dist/lsystem.c
C src/external/bsd/less/dist/main.c
C src/external/bsd/less/dist/mark.c
C src/external/bsd/less/dist/mkhelp.c
C src/external/bsd/less/dist/optfunc.c
C src/external/bsd/less/dist/option.c
C src/external/bsd/less/dist/option.h
C src/external/bsd/less/dist/opttbl.c
C src/external/bsd/less/dist/os.c
C src/external/bsd/less/dist/output.c
C src/external/bsd/less/dist/pattern.c
C src/external/bsd/less/dist/pattern.h
C src/external/bsd/less/dist/pckeys.h
C src/external/bsd/less/dist/position.c
C src/external/bsd/less/dist/position.h
C src/external/bsd/less/dist/prompt.c
C src/external/bsd/less/dist/regexp.c
C src/external/bsd/less/dist/regexp.h
C src/external/bsd/less/dist/screen.c
C src/external/bsd/less/dist/scrsize.c
C src/external/bsd/less/dist/search.c
C src/external/bsd/less/dist/signal.c
C src/external/bsd/less/dist/tags.c
C src/external/bsd/less/dist/ttyin.c
C src/external/bsd/less/dist/version.c
C src/external/bsd/less/dist/defines.h

51 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jGREENWOODSOFTWARE:yesterday -jGREENWOODSOFTWARE 
src/external/bsd/less/dist



CVS commit: src/etc/mtree

2013-08-22 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Thu Aug 22 07:14:38 UTC 2013

Modified Files:
src/etc/mtree: NetBSD.dist.base

Log Message:
Re-add "/usr/include/gcc-4.1". It is only obsolete on ports that use
GCC 4.5.x. Explanation provided by Thomas Klausner in private e-mail.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/etc/mtree/NetBSD.dist.base

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2013-08-21 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Aug 21 21:17:37 UTC 2013

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
Postfix 2.9.7 was imported.


To generate a diff of this commit:
cvs rdiff -u -r1.1050 -r1.1051 src/doc/3RDPARTY
cvs rdiff -u -r1.1844 -r1.1845 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/mtree

2013-08-21 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Aug 21 20:52:45 UTC 2013

Modified Files:
src/etc/mtree: NetBSD.dist.base

Log Message:
Remove more obsolete directories:
- /usr/include/gcc-4.1
- /usr/share/locale/no_NO.ISO8859-1
- /usr/share/locale/no_NO.ISO8859-1/LC_MESSAGES


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/etc/mtree/NetBSD.dist.base

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/base

2013-08-21 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Aug 21 20:51:57 UTC 2013

Modified Files:
src/distrib/sets/lists/base: mi

Log Message:
"/usr/share/locale/ko_KR.UTF-8/LC_CTYPE" is not obsolete. It gets built
and installed. Correct the set entry to reflect that.


To generate a diff of this commit:
cvs rdiff -u -r1.1039 -r1.1040 src/distrib/sets/lists/base/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/mtree

2013-08-21 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Aug 21 20:22:35 UTC 2013

Modified Files:
src/etc/mtree: NetBSD.dist.base

Log Message:
Remove obsolete directories "/usr/share/locale/no_NO.ISO8859-15" and
"/usr/share/locale/no_NO.ISO8859-15/LC_MESSAGES".


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/etc/mtree/NetBSD.dist.base

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/ibm-public/postfix/dist

2013-08-21 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Aug 21 20:12:31 UTC 2013

Modified Files:
src/external/ibm-public/postfix/dist/README_FILES: TLS_README
src/external/ibm-public/postfix/dist/html: TLS_README.html
postconf.5.html
src/external/ibm-public/postfix/dist/man/man5: postconf.5
src/external/ibm-public/postfix/dist/proto: TLS_README.html
postconf.proto
src/external/ibm-public/postfix/dist/src/global: mail_params.h
src/external/ibm-public/postfix/dist/src/tls: tls_client.c

Log Message:
esolve conflicts from last import.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/ibm-public/postfix/dist/README_FILES/TLS_README
cvs rdiff -u -r1.7 -r1.8 \
src/external/ibm-public/postfix/dist/html/TLS_README.html
cvs rdiff -u -r1.10 -r1.11 \
src/external/ibm-public/postfix/dist/html/postconf.5.html
cvs rdiff -u -r1.10 -r1.11 \
src/external/ibm-public/postfix/dist/man/man5/postconf.5
cvs rdiff -u -r1.6 -r1.7 \
src/external/ibm-public/postfix/dist/proto/TLS_README.html
cvs rdiff -u -r1.10 -r1.11 \
src/external/ibm-public/postfix/dist/proto/postconf.proto
cvs rdiff -u -r1.9 -r1.10 \
src/external/ibm-public/postfix/dist/src/global/mail_params.h
cvs rdiff -u -r1.6 -r1.7 \
src/external/ibm-public/postfix/dist/src/tls/tls_client.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2013-08-21 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Aug 21 19:48:35 UTC 2013

Modified Files:
src/doc: 3RDPARTY

Log Message:
Postfix 2.9.7 and 2.10.1 are out.


To generate a diff of this commit:
cvs rdiff -u -r1.1049 -r1.1050 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/newfs_udf

2013-08-10 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sat Aug 10 23:25:35 UTC 2013

Modified Files:
src/sbin/newfs_udf: udf_create.c

Log Message:
Fix tool build under Mac OS X by using gettimeofday(2) instead of
clock_gettime(2). This needs a proper auto-config check.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sbin/newfs_udf/udf_create.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libexecinfo

2013-07-21 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun Jul 21 15:29:04 UTC 2013

Modified Files:
src/tests/lib/libexecinfo: Makefile

Log Message:
Fix build with stack-protection enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libexecinfo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/rpc

2013-03-11 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Mon Mar 11 20:19:30 UTC 2013

Modified Files:
src/lib/libc/rpc: DISCLAIMER auth_none.c auth_unix.c authunix_prot.c
bindresvport.c clnt_bcast.c clnt_dg.c clnt_generic.c clnt_perror.c
clnt_raw.c clnt_simple.c clnt_vc.c getnetconfig.c getnetpath.c
getrpcent.c getrpcport.c pmap_clnt.c pmap_getmaps.c pmap_getport.c
pmap_prot.c pmap_prot2.c pmap_rmt.c rpc_callmsg.c rpc_commondata.c
rpc_dtablesize.c rpc_generic.c rpc_prot.c rpc_soc.c rpcb_clnt.c
rpcb_prot.c rpcb_st_xdr.c svc.c svc_auth.c svc_auth_unix.c svc_dg.c
svc_dg.h svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c
xdr.c xdr_array.c xdr_float.c xdr_mem.c xdr_rec.c xdr_reference.c
xdr_sizeof.c xdr_stdio.c

Log Message:
Replace previous Sun Microsystems, Inc. license with a standard
BSD 3-clause license granted by Oracle America, Inc..
This license change was approved by Wim Coekaerts, Senior Vice President,
Linux and Virtualization at Oracle Corporation.

This fixes PR lib/45293 by Pedro Giffuni.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/rpc/DISCLAIMER
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/rpc/auth_none.c \
src/lib/libc/rpc/authunix_prot.c src/lib/libc/rpc/rpc_dtablesize.c
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/rpc/auth_unix.c \
src/lib/libc/rpc/bindresvport.c
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/rpc/clnt_bcast.c
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/rpc/clnt_dg.c \
src/lib/libc/rpc/rpc_generic.c
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/rpc/clnt_generic.c \
src/lib/libc/rpc/clnt_perror.c src/lib/libc/rpc/svc_vc.c
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/rpc/clnt_raw.c \
src/lib/libc/rpc/clnt_simple.c
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/rpc/clnt_vc.c \
src/lib/libc/rpc/getnetconfig.c src/lib/libc/rpc/rpc_prot.c \
src/lib/libc/rpc/svc_auth_unix.c
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/rpc/getnetpath.c \
src/lib/libc/rpc/pmap_prot2.c src/lib/libc/rpc/svc_auth.c \
src/lib/libc/rpc/svc_dg.c
cvs rdiff -u -r1.22 -r1.23 src/lib/libc/rpc/getrpcent.c
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/rpc/getrpcport.c \
src/lib/libc/rpc/pmap_getmaps.c src/lib/libc/rpc/rpc_soc.c \
src/lib/libc/rpc/xdr_reference.c
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/rpc/pmap_clnt.c \
src/lib/libc/rpc/pmap_getport.c src/lib/libc/rpc/xdr_array.c \
src/lib/libc/rpc/xdr_mem.c src/lib/libc/rpc/xdr_stdio.c
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/rpc/pmap_prot.c
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/rpc/pmap_rmt.c src/lib/libc/rpc/svc.c
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/rpc/rpc_callmsg.c
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/rpc/rpc_commondata.c
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/rpc/rpcb_clnt.c
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/rpc/rpcb_prot.c
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/rpc/rpcb_st_xdr.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/rpc/svc_dg.h
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/rpc/svc_generic.c
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/rpc/svc_raw.c
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/rpc/svc_run.c
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/rpc/svc_simple.c \
src/lib/libc/rpc/xdr.c
cvs rdiff -u -r1.37 -r1.38 src/lib/libc/rpc/xdr_float.c
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/rpc/xdr_rec.c
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/rpc/xdr_sizeof.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2013-02-20 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Feb 20 22:45:13 UTC 2013

Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_printf.c

Log Message:
Fix dodgy arguments to snprintf(3) which cause a warning that breaks
the build (at least with "USE_SSP" set to "yes").


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/cddl/osnet/dist/lib/libdtrace/common/dt_printf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/gen

2013-02-20 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Feb 20 19:59:34 UTC 2013

Modified Files:
src/lib/libc/gen: vis.c

Log Message:
Don't declare a variable inside a "for" construct because it breaks the
tool build which doesn't use C99.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/lib/libc/gen/vis.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



  1   2   3   4   >