CVS: cvs.openbsd.org: src

2024-09-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/09/28 11:09:52

Modified files:
distrib/notes/arm64: prep 

Log message:
catch up with the u-boot-aarch64 package split in install docs. changing
the dtb isn't normally needed (and can cause problems) so don't suggest that.
add some info for rk3588. partly from jsg.



CVS: cvs.openbsd.org: src

2024-09-25 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/09/25 07:55:23

Modified files:
usr.sbin/sysupgrade: sysupgrade.8 sysupgrade.sh 

Log message:
sysupgrade: add -R #.# to try to use a specific release version rather
than the immediate +0.1. print an https://ftp.openbsd.org/... URL where
the new signify pubkey can be found if not present.

no guarantees: we only test +0.1, but jumping further does work quite
often (and if tight on disk, can work better than multiple steps) -
this avoids editing the script if you're going to do it anyway.

"Only upgrades from one version to the next are tested. Skipping
versions may work. Downgrading is unlikely to work."

discussed with deraadt chris florian, ok deraadt



CVS: cvs.openbsd.org: src

2024-09-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/09/24 08:20:31

Modified files:
lib/libpcap: scanner.l 

Log message:
backout scanner.l strtonum commits; they restrict numbers to INT_MAX,
breaking filter expressions like "ether[14:4]=0x0300". ok op@ deraadt@

-/--
revision 1.32
date: 2024/08/29 07:33:50;  author: anton;  state: Exp;  lines: +2 -2;  
commitid: ZYtBn8qrrNNh87on;
Fix regression introduced in previous migration to strtol() by
correcting the error condition, making it on par with the example in the
manual.

ok op@
-/--
revision 1.31
date: 2024/08/28 11:40:33;  author: op;  state: Exp;  lines: +13 -31;  
commitid: RirJPBPfGo9NeSE6;
libpcap: replace hand-rolled number parser with strtol

can't use strtonum here since it needs to handle octal and hex
notations as well.  Part of a larger diff that's ok beck@
-/--



CVS: cvs.openbsd.org: src

2024-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/09/04 03:36:41

Modified files:
usr.sbin/unbound: Makefile.in acx_python.m4 config.guess 
  config.h.in config.sub configure configure.ac 
  systemd.m4 
usr.sbin/unbound/cachedb: cachedb.c cachedb.h 
usr.sbin/unbound/daemon: daemon.c daemon.h remote.c stats.c 
 unbound.c worker.c 
usr.sbin/unbound/dns64: dns64.c 
usr.sbin/unbound/dnstap: dnstap.c dnstap.m4 dtstream.c 
 unbound-dnstap-socket.c 
usr.sbin/unbound/doc: Changelog README example.conf.in 
  libunbound.3.in unbound-anchor.8.in 
  unbound-checkconf.8.in 
  unbound-control.8.in unbound-host.1.in 
  unbound.8.in unbound.conf.5.in 
usr.sbin/unbound/edns-subnet: subnetmod.c 
usr.sbin/unbound/ipsecmod: ipsecmod.c 
usr.sbin/unbound/ipset: ipset.c 
usr.sbin/unbound/iterator: iter_scrub.c iter_utils.c iterator.c 
   iterator.h 
usr.sbin/unbound/libunbound: context.c libunbound.c libworker.c 
usr.sbin/unbound/respip: respip.c 
usr.sbin/unbound/services: authzone.c listen_dnsport.c 
   localzone.c localzone.h mesh.c 
   modstack.c modstack.h 
   outside_network.c 
usr.sbin/unbound/services/cache: dns.c infra.c infra.h 
usr.sbin/unbound/sldns: parse.h parseutil.c rrdef.h wire2str.c 
usr.sbin/unbound/smallapp: unbound-anchor.c unbound-checkconf.c 
   unbound-control-setup.sh.in 
   unbound-control.c 
usr.sbin/unbound/testcode: unitverify.c 
usr.sbin/unbound/util: alloc.c config_file.c config_file.h 
   configlexer.lex configparser.y 
   fptr_wlist.c fptr_wlist.h module.h 
   net_help.c net_help.h netevent.c 
   netevent.h 
usr.sbin/unbound/util/data: dname.h msgparse.c msgparse.h 
usr.sbin/unbound/util/storage: lookup3.c 
usr.sbin/unbound/validator: autotrust.c val_nsec.c val_nsec.h 
val_nsec3.c val_nsec3.h 
val_secalgo.c val_sigcrypt.c 
val_sigcrypt.h val_utils.c 
val_utils.h validator.c 

Log message:
merge unbound 1.21.0



CVS: cvs.openbsd.org: src

2024-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/09/04 03:35:38

Log message:
import unbound 1.21.0, ok phessler florian

Status:

Vendor Tag: NLNETLABS
Release Tags:   UNBOUND_1_21_0

C src/usr.sbin/unbound/config.guess
C src/usr.sbin/unbound/config.h.in
U src/usr.sbin/unbound/ax_pthread.m4
C src/usr.sbin/unbound/acx_python.m4
C src/usr.sbin/unbound/configure.ac
U src/usr.sbin/unbound/acx_nlnetlabs.m4
C src/usr.sbin/unbound/Makefile.in
C src/usr.sbin/unbound/configure
U src/usr.sbin/unbound/install-sh
U src/usr.sbin/unbound/SECURITY.md
U src/usr.sbin/unbound/README.md
U src/usr.sbin/unbound/ax_pkg_swig.m4
U src/usr.sbin/unbound/LICENSE
C src/usr.sbin/unbound/systemd.m4
U src/usr.sbin/unbound/README-Travis.md
C src/usr.sbin/unbound/config.sub
U src/usr.sbin/unbound/aclocal.m4
U src/usr.sbin/unbound/ltmain.sh
C src/usr.sbin/unbound/validator/val_nsec.c
C src/usr.sbin/unbound/validator/val_nsec3.h
U src/usr.sbin/unbound/validator/validator.h
U src/usr.sbin/unbound/validator/val_anchor.h
C src/usr.sbin/unbound/validator/val_utils.c
C src/usr.sbin/unbound/validator/validator.c
U src/usr.sbin/unbound/validator/val_neg.h
C src/usr.sbin/unbound/validator/autotrust.c
U src/usr.sbin/unbound/validator/val_kentry.h
C src/usr.sbin/unbound/validator/val_sigcrypt.c
U src/usr.sbin/unbound/validator/val_kcache.h
C src/usr.sbin/unbound/validator/val_nsec.h
U src/usr.sbin/unbound/validator/val_anchor.c
C src/usr.sbin/unbound/validator/val_utils.h
C src/usr.sbin/unbound/validator/val_secalgo.c
U src/usr.sbin/unbound/validator/val_kcache.c
U src/usr.sbin/unbound/validator/val_secalgo.h
C src/usr.sbin/unbound/validator/val_nsec3.c
U src/usr.sbin/unbound/validator/val_neg.c
U src/usr.sbin/unbound/validator/autotrust.h
U src/usr.sbin/unbound/validator/val_kentry.c
C src/usr.sbin/unbound/validator/val_sigcrypt.h
C src/usr.sbin/unbound/services/modstack.c
U src/usr.sbin/unbound/services/view.h
C src/usr.sbin/unbound/services/localzone.c
U src/usr.sbin/unbound/services/mesh.h
C src/usr.sbin/unbound/services/listen_dnsport.c
U src/usr.sbin/unbound/services/view.c
U src/usr.sbin/unbound/services/listen_dnsport.h
C src/usr.sbin/unbound/services/outside_network.c
C src/usr.sbin/unbound/services/authzone.c
U src/usr.sbin/unbound/services/rpz.h
C src/usr.sbin/unbound/services/modstack.h
U src/usr.sbin/unbound/services/outbound_list.c
U src/usr.sbin/unbound/services/outbound_list.h
U src/usr.sbin/unbound/services/outside_network.h
U src/usr.sbin/unbound/services/rpz.c
C src/usr.sbin/unbound/services/localzone.h
C src/usr.sbin/unbound/services/mesh.c
U src/usr.sbin/unbound/services/authzone.h
C src/usr.sbin/unbound/services/cache/infra.h
C src/usr.sbin/unbound/services/cache/dns.c
U src/usr.sbin/unbound/services/cache/dns.h
U src/usr.sbin/unbound/services/cache/rrset.c
C src/usr.sbin/unbound/services/cache/infra.c
U src/usr.sbin/unbound/services/cache/rrset.h
U src/usr.sbin/unbound/iterator/iter_resptype.h
U src/usr.sbin/unbound/iterator/iter_fwd.c
C src/usr.sbin/unbound/iterator/iter_utils.c
C src/usr.sbin/unbound/iterator/iterator.c
U src/usr.sbin/unbound/iterator/iter_scrub.h
U src/usr.sbin/unbound/iterator/iter_resptype.c
U src/usr.sbin/unbound/iterator/iter_delegpt.c
U src/usr.sbin/unbound/iterator/iter_fwd.h
U src/usr.sbin/unbound/iterator/iter_hints.h
C src/usr.sbin/unbound/iterator/iter_scrub.c
U src/usr.sbin/unbound/iterator/iter_donotq.h
U src/usr.sbin/unbound/iterator/iter_priv.c
U src/usr.sbin/unbound/iterator/iter_hints.c
C src/usr.sbin/unbound/iterator/iterator.h
U src/usr.sbin/unbound/iterator/iter_priv.h
U src/usr.sbin/unbound/iterator/iter_donotq.c
U src/usr.sbin/unbound/iterator/iter_utils.h
U src/usr.sbin/unbound/iterator/iter_delegpt.h
U src/usr.sbin/unbound/doc/requirements.txt
C src/usr.sbin/unbound/doc/unbound-checkconf.8.in
U src/usr.sbin/unbound/doc/FEATURES
C src/usr.sbin/unbound/doc/Changelog
U src/usr.sbin/unbound/doc/README.tests
C src/usr.sbin/unbound/doc/example.conf.in
C src/usr.sbin/unbound/doc/libunbound.3.in
C src/usr.sbin/unbound/doc/unbound.conf.5.in
U src/usr.sbin/unbound/doc/README.DNS64
U src/usr.sbin/unbound/doc/README.svn
U src/usr.sbin/unbound/doc/control_proto_spec.txt
U src/usr.sbin/unbound/doc/TODO
C src/usr.sbin/unbound/doc/unbound-host.1.in
C src/usr.sbin/unbound/doc/unbound.8.in
C src/usr.sbin/unbound/doc/unbound-anchor.8.in
U src/usr.sbin/unbound/doc/LICENSE
C src/usr.sbin/unbound/doc/README
U src/usr.sbin/unbound/doc/unbound.doxygen
U src/usr.sbin/unbound/doc/CREDITS
C src/usr.sbin/unbound/doc/unbound-control.8.in
U s

CVS: cvs.openbsd.org: src

2024-09-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/09/04 03:07:03

Modified files:
share/man/man5 : bsd.port.mk.5 

Log message:
Update bsd.port.mk(5) DISTFILES* description - it no longer uses :0 to :9
to select different SITES, the mechanism changed to SITES.somename /
DISTFILES.somename.



CVS: cvs.openbsd.org: src

2024-08-27 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/08/27 06:41:18

Modified files:
sys/dev/usb: usb_quirks.c 

Log message:
use UQ_ALWAYS_OPEN for various PixArt/Logitech USB mice. ok bru miod

Some USB mice are known to have problems if the device isn't polled
regularly (seems to be something in the firmware overflows). Symptoms
are frequent disconnect/reconnect cycles unless either X or wsmoused
are used.

jcs and kurt figured out a related problem with the Surface Type Cover
and added UQ_ALWAYS_OPEN in 2021 (similar to linux HID_QUIRK_ALWAYS_POLL
and NetBSD UQ_ALWAYS_ON) which also works around the problem with these
mice.

I've added the list of vid/pid from NetBSD, plus the mouse which I've
been having problems with which they didn't have.



CVS: cvs.openbsd.org: src

2024-08-27 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/08/27 06:31:43

Modified files:
sys/dev/usb: usbdevs.h usbdevs_data.h 

Log message:
sync



CVS: cvs.openbsd.org: src

2024-08-27 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/08/27 06:31:18

Modified files:
sys/dev/usb: usbdevs 

Log message:
add a few USB mice, to be used for quirks.  ok bru miod



Re: CVS: cvs.openbsd.org: src

2024-08-24 Thread Stuart Henderson
On 2024/08/24 02:35, Stuart Henderson wrote:
> CVSROOT:  /cvs
> Module name:  src
> Changes by:   st...@cvs.openbsd.org   2024/08/24 02:35:24
> 
> Modified files:
>   usr.sbin/dhcpd : sync.c 
> 
> Log message:
> Change DHCP_SYNC_LEASE messages from log_info to log_debug, they result
> in quite a lot of noise in a typical dhcpd sync setup.
> 
> From Michał Markowski, ok florian
> 

also ok claudio



CVS: cvs.openbsd.org: src

2024-08-24 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/08/24 02:35:24

Modified files:
usr.sbin/dhcpd : sync.c 

Log message:
Change DHCP_SYNC_LEASE messages from log_info to log_debug, they result
in quite a lot of noise in a typical dhcpd sync setup.

>From Michał Markowski, ok florian



CVS: cvs.openbsd.org: src

2024-08-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/08/15 04:25:25

Added files:
etc/signify: openbsd-77-fw.pub 

Log message:
add 77-fw pubkey



CVS: cvs.openbsd.org: www

2024-08-14 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/08/14 01:39:29

Modified files:
.  : ftp.html ftplist httpslist 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2024-08-14 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/08/14 01:39:24

Modified files:
build  : mirrors.dat 

Log message:
fix path, now using standard layout



CVS: cvs.openbsd.org: www

2024-08-13 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/08/13 15:37:51

Modified files:
.  : ftp.html ftplist httpslist 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2024-08-13 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/08/13 15:37:25

Modified files:
build  : mirrors.dat 

Log message:
readd openbsd.mirrors.hoobly.com, it's back in sync.



CVS: cvs.openbsd.org: src

2024-07-25 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/07/25 09:36:56

Modified files:
share/man/man5 : python-module.5 

Log message:
mention MODPY_PYBUILD=pdm



CVS: cvs.openbsd.org: www

2024-07-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/07/23 02:11:54

Modified files:
faq/ports  : guide.html 

Log message:
Remove incorrect text about GH_TAGNAME and DISTFILES (infrastructure
already fetches the file using a filename that includes the name
of the project). Spotted by Thomas L.



CVS: cvs.openbsd.org: www

2024-07-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/07/15 06:34:57

Modified files:
faq: index.html 

Log message:
fix link href; hahahahacker2009 at gmail com



CVS: cvs.openbsd.org: src

2024-06-13 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/06/13 08:30:28

Modified files:
usr.sbin/unbound: Makefile.in ax_pthread.m4 config.h.in 
  configure configure.ac 
usr.sbin/unbound/cachedb: cachedb.c cachedb.h 
usr.sbin/unbound/daemon: cachedump.c daemon.c remote.c unbound.c 
 worker.c 
usr.sbin/unbound/doc: Changelog README example.conf.in 
  libunbound.3.in unbound-anchor.8.in 
  unbound-checkconf.8.in 
  unbound-control.8.in unbound-host.1.in 
  unbound.8.in unbound.conf.5.in 
  unbound.doxygen 
usr.sbin/unbound/edns-subnet: subnetmod.c 
usr.sbin/unbound/iterator: iter_fwd.c iter_fwd.h iter_hints.c 
   iter_hints.h iter_utils.c 
   iter_utils.h iterator.c 
usr.sbin/unbound/libunbound: context.c libunbound.c libworker.c 
usr.sbin/unbound/services: authzone.c listen_dnsport.c 
   listen_dnsport.h localzone.c mesh.c 
   mesh.h view.h 
usr.sbin/unbound/services/cache: dns.c infra.c infra.h rrset.c 
 rrset.h 
usr.sbin/unbound/smallapp: unbound-anchor.c unbound-checkconf.c 
   unbound-control.c 
usr.sbin/unbound/util: config_file.c config_file.h 
   configlexer.lex configparser.y module.c 
   module.h net_help.c netevent.c netevent.h 
usr.sbin/unbound/util/data: msgparse.h msgreply.c 
usr.sbin/unbound/util/storage: lookup3.c lruhash.c lruhash.h 
   slabhash.c slabhash.h 
usr.sbin/unbound/validator: val_utils.c validator.c 

Log message:
merge unbound 1.20.0



CVS: cvs.openbsd.org: src

2024-06-13 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/06/13 08:29:35

Log message:
import unbound 1.20.0, ok florian

Status:

Vendor Tag: NLNETLABS
Release Tags:   UNBOUND_1_20_0

U src/usr.sbin/unbound/config.guess
C src/usr.sbin/unbound/config.h.in
C src/usr.sbin/unbound/ax_pthread.m4
U src/usr.sbin/unbound/acx_python.m4
C src/usr.sbin/unbound/configure.ac
U src/usr.sbin/unbound/acx_nlnetlabs.m4
C src/usr.sbin/unbound/Makefile.in
C src/usr.sbin/unbound/configure
U src/usr.sbin/unbound/install-sh
U src/usr.sbin/unbound/SECURITY.md
U src/usr.sbin/unbound/README.md
N src/usr.sbin/unbound/ax_pkg_swig.m4
U src/usr.sbin/unbound/LICENSE
U src/usr.sbin/unbound/systemd.m4
U src/usr.sbin/unbound/README-Travis.md
U src/usr.sbin/unbound/config.sub
U src/usr.sbin/unbound/aclocal.m4
U src/usr.sbin/unbound/ltmain.sh
U src/usr.sbin/unbound/validator/val_nsec.c
U src/usr.sbin/unbound/validator/val_nsec3.h
U src/usr.sbin/unbound/validator/validator.h
U src/usr.sbin/unbound/validator/val_anchor.h
C src/usr.sbin/unbound/validator/val_utils.c
C src/usr.sbin/unbound/validator/validator.c
U src/usr.sbin/unbound/validator/val_neg.h
U src/usr.sbin/unbound/validator/autotrust.c
U src/usr.sbin/unbound/validator/val_kentry.h
U src/usr.sbin/unbound/validator/val_sigcrypt.c
U src/usr.sbin/unbound/validator/val_kcache.h
U src/usr.sbin/unbound/validator/val_nsec.h
U src/usr.sbin/unbound/validator/val_anchor.c
U src/usr.sbin/unbound/validator/val_utils.h
U src/usr.sbin/unbound/validator/val_secalgo.c
U src/usr.sbin/unbound/validator/val_kcache.c
U src/usr.sbin/unbound/validator/val_secalgo.h
U src/usr.sbin/unbound/validator/val_nsec3.c
U src/usr.sbin/unbound/validator/val_neg.c
U src/usr.sbin/unbound/validator/autotrust.h
U src/usr.sbin/unbound/validator/val_kentry.c
U src/usr.sbin/unbound/validator/val_sigcrypt.h
U src/usr.sbin/unbound/services/modstack.c
C src/usr.sbin/unbound/services/view.h
C src/usr.sbin/unbound/services/localzone.c
C src/usr.sbin/unbound/services/mesh.h
C src/usr.sbin/unbound/services/listen_dnsport.c
U src/usr.sbin/unbound/services/view.c
C src/usr.sbin/unbound/services/listen_dnsport.h
U src/usr.sbin/unbound/services/outside_network.c
C src/usr.sbin/unbound/services/authzone.c
U src/usr.sbin/unbound/services/rpz.h
U src/usr.sbin/unbound/services/modstack.h
U src/usr.sbin/unbound/services/outbound_list.c
U src/usr.sbin/unbound/services/outbound_list.h
U src/usr.sbin/unbound/services/outside_network.h
U src/usr.sbin/unbound/services/rpz.c
U src/usr.sbin/unbound/services/localzone.h
C src/usr.sbin/unbound/services/mesh.c
U src/usr.sbin/unbound/services/authzone.h
C src/usr.sbin/unbound/services/cache/infra.h
C src/usr.sbin/unbound/services/cache/dns.c
U src/usr.sbin/unbound/services/cache/dns.h
C src/usr.sbin/unbound/services/cache/rrset.c
C src/usr.sbin/unbound/services/cache/infra.c
C src/usr.sbin/unbound/services/cache/rrset.h
U src/usr.sbin/unbound/iterator/iter_resptype.h
C src/usr.sbin/unbound/iterator/iter_fwd.c
C src/usr.sbin/unbound/iterator/iter_utils.c
C src/usr.sbin/unbound/iterator/iterator.c
U src/usr.sbin/unbound/iterator/iter_scrub.h
U src/usr.sbin/unbound/iterator/iter_resptype.c
U src/usr.sbin/unbound/iterator/iter_delegpt.c
C src/usr.sbin/unbound/iterator/iter_fwd.h
C src/usr.sbin/unbound/iterator/iter_hints.h
U src/usr.sbin/unbound/iterator/iter_scrub.c
U src/usr.sbin/unbound/iterator/iter_donotq.h
U src/usr.sbin/unbound/iterator/iter_priv.c
C src/usr.sbin/unbound/iterator/iter_hints.c
U src/usr.sbin/unbound/iterator/iterator.h
U src/usr.sbin/unbound/iterator/iter_priv.h
U src/usr.sbin/unbound/iterator/iter_donotq.c
C src/usr.sbin/unbound/iterator/iter_utils.h
U src/usr.sbin/unbound/iterator/iter_delegpt.h
U src/usr.sbin/unbound/doc/requirements.txt
C src/usr.sbin/unbound/doc/unbound-checkconf.8.in
U src/usr.sbin/unbound/doc/FEATURES
C src/usr.sbin/unbound/doc/Changelog
U src/usr.sbin/unbound/doc/README.tests
C src/usr.sbin/unbound/doc/example.conf.in
C src/usr.sbin/unbound/doc/libunbound.3.in
C src/usr.sbin/unbound/doc/unbound.conf.5.in
U src/usr.sbin/unbound/doc/README.DNS64
U src/usr.sbin/unbound/doc/README.svn
U src/usr.sbin/unbound/doc/control_proto_spec.txt
U src/usr.sbin/unbound/doc/TODO
C src/usr.sbin/unbound/doc/unbound-host.1.in
C src/usr.sbin/unbound/doc/unbound.8.in
C src/usr.sbin/unbound/doc/unbound-anchor.8.in
U src/usr.sbin/unbound/doc/LICENSE
C src/usr.sbin/unbound/doc/README
C src/usr.sbin/unbound/doc/unbound.doxygen
U src/usr.sbin/unbound/doc/CREDITS
C src/usr.sbin/unbound/doc/unbound-control.8.in
U src/usr.sb

CVS: cvs.openbsd.org: src

2024-05-30 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/05/30 08:29:05

Modified files:
etc: daily 

Log message:
sem_open() uses /tmp/*.sem files. Exclude them from /tmp daily cleanup
like is already done for /tmp/*.shm used by libc.

ok millert@ tb@, same diff landry@



CVS: cvs.openbsd.org: src

2024-05-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/05/28 10:05:39

Modified files:
share/man/man5 : python-module.5 

Log message:
document MODPY_COMPILEALL, MODPY_PYTEST_USERARGS



CVS: cvs.openbsd.org: www

2024-05-21 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/05/21 06:47:29

Modified files:
.  : ftp.html 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2024-05-21 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/05/21 06:41:50

Modified files:
.  : ftp.html 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2024-05-21 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/05/21 06:41:37

Modified files:
build  : mirrors.dat 

Log message:
drop irisa mirror for now, it's only available over ftp (https has a bad
cert, and 401 unauthorised), and ftp is stuck at October 2023 in snaps
and 7.2 in releases.



CVS: cvs.openbsd.org: www

2024-05-21 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/05/21 05:20:33

Modified files:
.  : ftp.html ftplist httpslist 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2024-05-21 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/05/21 05:20:16

Modified files:
build  : mirrors.dat 

Log message:
reinstate mirror.freedif.org (in singapore), moved back to a 2nd-level upstream



CVS: cvs.openbsd.org: src

2024-05-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/05/15 05:27:37

Modified files:
share/man/man8 : bulk.8 

Log message:
bump sizes a bit more



CVS: cvs.openbsd.org: src

2024-05-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/05/15 05:06:15

Modified files:
share/man/man8 : bulk.8 

Log message:
the approximate storage requirements for bulk builds with dpb were a bit
on the low side; bump them



CVS: cvs.openbsd.org: www

2024-05-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/05/04 01:05:17

Modified files:
.  : ftp.html ftplist httpslist 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2024-05-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/05/04 01:03:14

Modified files:
build  : mirrors.dat 

Log message:
fix GZ line for mirror.freedif.org (Singapore is .sg not .si)
but comment out for now as no longer syncing from a 2nd level



CVS: cvs.openbsd.org: www

2024-05-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/05/02 13:32:53

Modified files:
faq: upgrade71.html upgrade72.html upgrade73.html 
 upgrade74.html upgrade75.html 

Log message:
fix section number for fw_update manual, it moved from 1 to 8 in 7.1



CVS: cvs.openbsd.org: src

2024-04-30 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/04/30 08:26:50

Modified files:
usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
Allow parsing either RFC9557 timestamps (which wants explicit +00:00) or
the existing format (with Z). From espie.



CVS: cvs.openbsd.org: src

2024-04-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/04/23 02:50:38

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

Log message:
ftp: send Host: headers with CONNECT requests when tunneling TLS over an
HTTP proxy (i.e. for fetching resources over https). This is required by
some proxy servers.

Ftom KUWAZAWA Takuya, ok tb@



CVS: cvs.openbsd.org: src

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/04/17 07:34:23

Modified files:
share/man/man5 : python-module.5 

Log message:
change docs for MODPY_PYBUILD=other



CVS: cvs.openbsd.org: www

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/04/17 06:43:38

Modified files:
images/hackathons: p2k24-s.gif p2k24.png 

Log message:
adjust images



CVS: cvs.openbsd.org: www

2024-04-17 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/04/17 03:31:14

Modified files:
.  : hackathons.html 

Log message:
fix year, pointed out by Pablo Méndez Hernández



CVS: cvs.openbsd.org: www

2024-04-16 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/04/16 19:16:37

Modified files:
.  : hackathons.html 
Added files:
images/hackathons: p2k24-s.gif p2k24.png 

Log message:
add p2k24



CVS: cvs.openbsd.org: src

2024-04-14 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/04/14 06:09:28

Modified files:
share/man/man5 : python-module.5 

Log message:
add maturin as MODPY_PYBUILD backend



CVS: cvs.openbsd.org: src

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/04/13 06:24:57

Modified files:
usr.sbin/unbound: acx_nlnetlabs.m4 configure configure.ac 
usr.sbin/unbound/daemon: remote.c worker.c 
usr.sbin/unbound/dnstap: dnstap.c dnstap.proto 
usr.sbin/unbound/doc: Changelog README example.conf.in 
  libunbound.3.in unbound-anchor.8.in 
  unbound-checkconf.8.in 
  unbound-control.8.in unbound-host.1.in 
  unbound.8.in unbound.conf.5.in 
usr.sbin/unbound/iterator: iter_fwd.c iter_hints.c iter_scrub.c 
   iterator.c 
usr.sbin/unbound/services: authzone.c localzone.c mesh.c 
   outside_network.c 
usr.sbin/unbound/services/cache: dns.c 
usr.sbin/unbound/util: config_file.c config_file.h 
   configlexer.lex configparser.y 
   iana_ports.inc netevent.c 
usr.sbin/unbound/util/data: msgreply.c msgreply.h packed_rrset.c 
usr.sbin/unbound/validator: autotrust.c val_sigcrypt.c 
val_utils.c validator.c 

Log message:
merge unbound 1.19.3



CVS: cvs.openbsd.org: src

2024-04-13 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/04/13 06:23:47

Log message:
import unbound 1.19.3, ok florian

Status:

Vendor Tag: NLNETLABS
Release Tags:   UNBOUND_1_19_3

U src/usr.sbin/unbound/ac_pkg_swig.m4
U src/usr.sbin/unbound/config.guess
U src/usr.sbin/unbound/config.h.in
U src/usr.sbin/unbound/ax_pthread.m4
U src/usr.sbin/unbound/acx_python.m4
C src/usr.sbin/unbound/configure.ac
C src/usr.sbin/unbound/acx_nlnetlabs.m4
U src/usr.sbin/unbound/Makefile.in
C src/usr.sbin/unbound/configure
U src/usr.sbin/unbound/install-sh
U src/usr.sbin/unbound/SECURITY.md
U src/usr.sbin/unbound/README.md
U src/usr.sbin/unbound/LICENSE
U src/usr.sbin/unbound/systemd.m4
U src/usr.sbin/unbound/README-Travis.md
U src/usr.sbin/unbound/config.sub
U src/usr.sbin/unbound/aclocal.m4
U src/usr.sbin/unbound/ltmain.sh
U src/usr.sbin/unbound/validator/val_nsec.c
U src/usr.sbin/unbound/validator/val_nsec3.h
U src/usr.sbin/unbound/validator/validator.h
U src/usr.sbin/unbound/validator/val_anchor.h
C src/usr.sbin/unbound/validator/val_utils.c
C src/usr.sbin/unbound/validator/validator.c
U src/usr.sbin/unbound/validator/val_neg.h
C src/usr.sbin/unbound/validator/autotrust.c
U src/usr.sbin/unbound/validator/val_kentry.h
C src/usr.sbin/unbound/validator/val_sigcrypt.c
U src/usr.sbin/unbound/validator/val_kcache.h
U src/usr.sbin/unbound/validator/val_nsec.h
U src/usr.sbin/unbound/validator/val_anchor.c
U src/usr.sbin/unbound/validator/val_utils.h
U src/usr.sbin/unbound/validator/val_secalgo.c
U src/usr.sbin/unbound/validator/val_kcache.c
U src/usr.sbin/unbound/validator/val_secalgo.h
U src/usr.sbin/unbound/validator/val_nsec3.c
U src/usr.sbin/unbound/validator/val_neg.c
U src/usr.sbin/unbound/validator/autotrust.h
U src/usr.sbin/unbound/validator/val_kentry.c
U src/usr.sbin/unbound/validator/val_sigcrypt.h
U src/usr.sbin/unbound/services/modstack.c
U src/usr.sbin/unbound/services/view.h
C src/usr.sbin/unbound/services/localzone.c
U src/usr.sbin/unbound/services/mesh.h
U src/usr.sbin/unbound/services/listen_dnsport.c
U src/usr.sbin/unbound/services/view.c
U src/usr.sbin/unbound/services/listen_dnsport.h
C src/usr.sbin/unbound/services/outside_network.c
C src/usr.sbin/unbound/services/authzone.c
U src/usr.sbin/unbound/services/rpz.h
U src/usr.sbin/unbound/services/modstack.h
U src/usr.sbin/unbound/services/outbound_list.c
U src/usr.sbin/unbound/services/outbound_list.h
U src/usr.sbin/unbound/services/outside_network.h
U src/usr.sbin/unbound/services/rpz.c
U src/usr.sbin/unbound/services/localzone.h
C src/usr.sbin/unbound/services/mesh.c
U src/usr.sbin/unbound/services/authzone.h
U src/usr.sbin/unbound/services/cache/infra.h
C src/usr.sbin/unbound/services/cache/dns.c
U src/usr.sbin/unbound/services/cache/dns.h
U src/usr.sbin/unbound/services/cache/rrset.c
U src/usr.sbin/unbound/services/cache/infra.c
U src/usr.sbin/unbound/services/cache/rrset.h
U src/usr.sbin/unbound/iterator/iter_resptype.h
C src/usr.sbin/unbound/iterator/iter_fwd.c
U src/usr.sbin/unbound/iterator/iter_utils.c
C src/usr.sbin/unbound/iterator/iterator.c
U src/usr.sbin/unbound/iterator/iter_scrub.h
U src/usr.sbin/unbound/iterator/iter_resptype.c
U src/usr.sbin/unbound/iterator/iter_delegpt.c
U src/usr.sbin/unbound/iterator/iter_fwd.h
U src/usr.sbin/unbound/iterator/iter_hints.h
C src/usr.sbin/unbound/iterator/iter_scrub.c
U src/usr.sbin/unbound/iterator/iter_donotq.h
U src/usr.sbin/unbound/iterator/iter_priv.c
C src/usr.sbin/unbound/iterator/iter_hints.c
U src/usr.sbin/unbound/iterator/iterator.h
U src/usr.sbin/unbound/iterator/iter_priv.h
U src/usr.sbin/unbound/iterator/iter_donotq.c
U src/usr.sbin/unbound/iterator/iter_utils.h
U src/usr.sbin/unbound/iterator/iter_delegpt.h
U src/usr.sbin/unbound/doc/requirements.txt
C src/usr.sbin/unbound/doc/unbound-checkconf.8.in
U src/usr.sbin/unbound/doc/FEATURES
C src/usr.sbin/unbound/doc/Changelog
U src/usr.sbin/unbound/doc/README.tests
C src/usr.sbin/unbound/doc/example.conf.in
C src/usr.sbin/unbound/doc/libunbound.3.in
C src/usr.sbin/unbound/doc/unbound.conf.5.in
U src/usr.sbin/unbound/doc/README.DNS64
U src/usr.sbin/unbound/doc/README.svn
U src/usr.sbin/unbound/doc/control_proto_spec.txt
U src/usr.sbin/unbound/doc/TODO
C src/usr.sbin/unbound/doc/unbound-host.1.in
C src/usr.sbin/unbound/doc/unbound.8.in
C src/usr.sbin/unbound/doc/unbound-anchor.8.in
U src/usr.sbin/unbound/doc/LICENSE
C src/usr.sbin/unbound/doc/README
U src/usr.sbin/unbound/doc/unbound.doxygen
U src/usr.sbin/unbound/doc/CREDITS
C src/usr.sbin/unbound/doc/unbound-control.8.in
U src/usr.sb

CVS: cvs.openbsd.org: src

2024-04-12 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/04/12 09:45:24

Modified files:
usr.sbin/unbound: Makefile.in README.md config.guess config.sub 
  configure configure.ac 
usr.sbin/unbound/cachedb: cachedb.c 
usr.sbin/unbound/daemon: remote.c worker.c 
usr.sbin/unbound/dns64: dns64.c 
usr.sbin/unbound/doc: Changelog README example.conf.in 
  libunbound.3.in unbound-anchor.8.in 
  unbound-checkconf.8.in 
  unbound-control.8.in unbound-host.1.in 
  unbound.8.in unbound.conf.5.in 
usr.sbin/unbound/edns-subnet: subnetmod.c subnetmod.h 
usr.sbin/unbound/iterator: iter_resptype.c iter_scrub.c 
   iterator.c iterator.h 
usr.sbin/unbound/libunbound: libworker.c 
usr.sbin/unbound/services: authzone.c listen_dnsport.c mesh.c 
   outside_network.c 
usr.sbin/unbound/sldns: str2wire.c wire2str.c wire2str.h 
usr.sbin/unbound/smallapp: unbound-checkconf.c 
usr.sbin/unbound/util: config_file.c config_file.h 
   configlexer.lex configparser.y 
   fptr_wlist.c log.c module.c module.h 
   net_help.c net_help.h netevent.c 
usr.sbin/unbound/util/data: msgencode.c msgparse.c msgparse.h 
usr.sbin/unbound/validator: val_anchor.c val_anchor.h 
validator.c 

Log message:
merge unbound update



CVS: cvs.openbsd.org: src

2024-04-12 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/04/12 09:44:29

Log message:
import unbound 1.19.2, reminded by florian@
(yes I know there is a newer one, I'll update on top)

Status:

Vendor Tag: NLNETLABS
Release Tags:   UNBOUND_1_19_2

U src/usr.sbin/unbound/ac_pkg_swig.m4
C src/usr.sbin/unbound/config.guess
U src/usr.sbin/unbound/config.h.in
U src/usr.sbin/unbound/ax_pthread.m4
U src/usr.sbin/unbound/acx_python.m4
C src/usr.sbin/unbound/configure.ac
U src/usr.sbin/unbound/acx_nlnetlabs.m4
C src/usr.sbin/unbound/Makefile.in
C src/usr.sbin/unbound/configure
U src/usr.sbin/unbound/install-sh
U src/usr.sbin/unbound/SECURITY.md
C src/usr.sbin/unbound/README.md
U src/usr.sbin/unbound/LICENSE
U src/usr.sbin/unbound/systemd.m4
U src/usr.sbin/unbound/README-Travis.md
C src/usr.sbin/unbound/config.sub
U src/usr.sbin/unbound/aclocal.m4
U src/usr.sbin/unbound/ltmain.sh
C src/usr.sbin/unbound/validator/val_nsec.c
C src/usr.sbin/unbound/validator/val_nsec3.h
C src/usr.sbin/unbound/validator/validator.h
C src/usr.sbin/unbound/validator/val_anchor.h
C src/usr.sbin/unbound/validator/val_utils.c
C src/usr.sbin/unbound/validator/validator.c
U src/usr.sbin/unbound/validator/val_neg.h
U src/usr.sbin/unbound/validator/autotrust.c
U src/usr.sbin/unbound/validator/val_kentry.h
C src/usr.sbin/unbound/validator/val_sigcrypt.c
U src/usr.sbin/unbound/validator/val_kcache.h
U src/usr.sbin/unbound/validator/val_nsec.h
C src/usr.sbin/unbound/validator/val_anchor.c
C src/usr.sbin/unbound/validator/val_utils.h
U src/usr.sbin/unbound/validator/val_secalgo.c
U src/usr.sbin/unbound/validator/val_kcache.c
U src/usr.sbin/unbound/validator/val_secalgo.h
C src/usr.sbin/unbound/validator/val_nsec3.c
U src/usr.sbin/unbound/validator/val_neg.c
U src/usr.sbin/unbound/validator/autotrust.h
U src/usr.sbin/unbound/validator/val_kentry.c
C src/usr.sbin/unbound/validator/val_sigcrypt.h
U src/usr.sbin/unbound/services/modstack.c
U src/usr.sbin/unbound/services/view.h
U src/usr.sbin/unbound/services/localzone.c
U src/usr.sbin/unbound/services/mesh.h
C src/usr.sbin/unbound/services/listen_dnsport.c
U src/usr.sbin/unbound/services/view.c
U src/usr.sbin/unbound/services/listen_dnsport.h
C src/usr.sbin/unbound/services/outside_network.c
C src/usr.sbin/unbound/services/authzone.c
U src/usr.sbin/unbound/services/rpz.h
U src/usr.sbin/unbound/services/modstack.h
U src/usr.sbin/unbound/services/outbound_list.c
U src/usr.sbin/unbound/services/outbound_list.h
U src/usr.sbin/unbound/services/outside_network.h
U src/usr.sbin/unbound/services/rpz.c
U src/usr.sbin/unbound/services/localzone.h
C src/usr.sbin/unbound/services/mesh.c
U src/usr.sbin/unbound/services/authzone.h
U src/usr.sbin/unbound/services/cache/infra.h
C src/usr.sbin/unbound/services/cache/dns.c
C src/usr.sbin/unbound/services/cache/dns.h
U src/usr.sbin/unbound/services/cache/rrset.c
U src/usr.sbin/unbound/services/cache/infra.c
U src/usr.sbin/unbound/services/cache/rrset.h
U src/usr.sbin/unbound/iterator/iter_resptype.h
U src/usr.sbin/unbound/iterator/iter_fwd.c
U src/usr.sbin/unbound/iterator/iter_utils.c
C src/usr.sbin/unbound/iterator/iterator.c
U src/usr.sbin/unbound/iterator/iter_scrub.h
C src/usr.sbin/unbound/iterator/iter_resptype.c
U src/usr.sbin/unbound/iterator/iter_delegpt.c
U src/usr.sbin/unbound/iterator/iter_fwd.h
U src/usr.sbin/unbound/iterator/iter_hints.h
C src/usr.sbin/unbound/iterator/iter_scrub.c
U src/usr.sbin/unbound/iterator/iter_donotq.h
U src/usr.sbin/unbound/iterator/iter_priv.c
U src/usr.sbin/unbound/iterator/iter_hints.c
C src/usr.sbin/unbound/iterator/iterator.h
U src/usr.sbin/unbound/iterator/iter_priv.h
U src/usr.sbin/unbound/iterator/iter_donotq.c
U src/usr.sbin/unbound/iterator/iter_utils.h
U src/usr.sbin/unbound/iterator/iter_delegpt.h
U src/usr.sbin/unbound/doc/requirements.txt
C src/usr.sbin/unbound/doc/unbound-checkconf.8.in
U src/usr.sbin/unbound/doc/FEATURES
C src/usr.sbin/unbound/doc/Changelog
U src/usr.sbin/unbound/doc/README.tests
C src/usr.sbin/unbound/doc/example.conf.in
C src/usr.sbin/unbound/doc/libunbound.3.in
C src/usr.sbin/unbound/doc/unbound.conf.5.in
U src/usr.sbin/unbound/doc/README.DNS64
U src/usr.sbin/unbound/doc/README.svn
U src/usr.sbin/unbound/doc/control_proto_spec.txt
U src/usr.sbin/unbound/doc/TODO
C src/usr.sbin/unbound/doc/unbound-host.1.in
C src/usr.sbin/unbound/doc/unbound.8.in
C src/usr.sbin/unbound/doc/unbound-anchor.8.in
U src/usr.sbin/unbound/doc/LICENSE
C src/usr.sbin/unbound/doc/README
U src/usr.sbin/unbound/doc/unbound.doxygen
U src/usr.sbin/unbound/doc/CREDITS

CVS: cvs.openbsd.org: www

2024-04-10 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/04/10 01:40:39

Modified files:
.  : 75.html 

Log message:
update ncurses version, pointed out by fro at disciples com



CVS: cvs.openbsd.org: www

2024-04-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/04/04 02:47:00

Modified files:
.  : donations.html 

Log message:
sync donation methods with the list on 
https://www.openbsdfoundation.org/donations.html



CVS: cvs.openbsd.org: src

2024-04-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/04/02 16:50:54

Modified files:
lib/libssl : ssl_tlsext.c 

Log message:
Backout previous commit (intending that libressl client rejects a supported
groups extension from the server). It triggers 'CONNECT_CR_SRVR_HELLO:tlsv1
alert decode error' when connecting to a (modern) java server (tomcat 10.1.18
on openjdk 17.0.10).

"please revert" tb@



CVS: cvs.openbsd.org: www

2024-03-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/28 01:20:59

Modified files:
.  : anoncvs.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2024-03-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/28 01:20:30

Modified files:
build/mirrors  : anoncvs.html.head 

Log message:
update repo sizes



CVS: cvs.openbsd.org: www

2024-03-26 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/26 13:22:30

Modified files:
.  : anoncvs.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2024-03-26 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/26 13:22:11

Modified files:
build/mirrors  : anoncvs.html.end anoncvs.html.head 

Log message:
replace defunct anoncvs mirror in examples in the main body text



CVS: cvs.openbsd.org: src

2024-03-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/03/23 18:33:41

Modified files:
usr.sbin/traceroute: traceroute.8 

Log message:
update project-cymru url, from Robert Keizer, slightly tweaked



CVS: cvs.openbsd.org: www

2024-03-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/23 07:01:24

Modified files:
faq: faq10.html 

Log message:
talk about SMT being disabled, I got bored of writing replies to forum
posts where people say "oh just set sysctl hw.smt". slightly tweaked from
a version which reads ok to mlarkin, I made some changes in response to
a modified diff from tj though didn't take all of them.



CVS: cvs.openbsd.org: src

2024-03-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/03/23 04:38:02

Modified files:
sys/dev/pci: mbg.c 
share/man/man4 : mbg.4 

Log message:
Recognise Meinberg PCI510, from Maurice Janssen



CVS: cvs.openbsd.org: src

2024-03-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/03/23 04:36:37

Modified files:
sys/dev/pci: pcidevs_data.h pcidevs.h 

Log message:
sync



CVS: cvs.openbsd.org: src

2024-03-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/03/23 04:35:50

Modified files:
sys/dev/pci: pcidevs 

Log message:
Add Meinberg PCI510, from Maurice Janssen



CVS: cvs.openbsd.org: www

2024-03-22 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/22 05:08:09

Modified files:
.  : 75.html 

Log message:
powerpc64: 8469 packages



CVS: cvs.openbsd.org: www

2024-03-21 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/21 06:28:31

Modified files:
.  : 75.html 

Log message:
sparc64, 9432 pkgs



CVS: cvs.openbsd.org: www

2024-03-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/20 09:37:49

Modified files:
build  : mirrors.dat 

Log message:
tidy comment



CVS: cvs.openbsd.org: www

2024-03-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/20 09:36:12

Modified files:
.  : ftp.html ftplist httpslist 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2024-03-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/20 09:35:51

Modified files:
build  : mirrors.dat 

Log message:
add mirror.freedif.org in Singapore, from Kari



CVS: cvs.openbsd.org: www

2024-03-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/20 09:27:52

Modified files:
build  : mirrors.dat 

Log message:
update notes, mirror.businessconnect.nl switched upstream



CVS: cvs.openbsd.org: www

2024-03-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/18 08:13:01

Modified files:
.  : 75.html 

Log message:
i386: 10830 pkgs, aarch64: 12145 pkgs



Re: CVS: cvs.openbsd.org: src

2024-03-16 Thread Stuart Henderson
Should it be removed from changelist too?


On 2024/03/15 23:18, Job Snijders wrote:
> CVSROOT:  /cvs
> Module name:  src
> Changes by:   j...@cvs.openbsd.org2024/03/15 23:18:01
> 
> Modified files:
>   distrib/sets/lists/base: mi 
>   distrib/sets/lists/etc: mi 
> 
> Log message:
> Move RPKI Trust Anchor constraints from etc set to base
> 
> The cadence of updates being applied to the RPKI Trust Anchor constraints
> seems sufficiently low, while the required understanding of context to make
> educated decisions quite high, so centralized coordination of updates through
> t...@openbsd.org is more appropriate.
> 
> requested by & OK deraadt@, OK tb@
> 



CVS: cvs.openbsd.org: src

2024-03-11 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/03/11 10:35:48

Modified files:
usr.sbin/unbound/util/data: msgencode.c 

Log message:
apply https://nlnetlabs.nl/downloads/unbound/patch_CVE-2024-1931.diff to
unbound, fixing an indefinite loop that could be triggered by a client
against an unbound server where the (non-default) configuration "ede: yes"
is used.

https://nlnetlabs.nl/downloads/unbound/CVE-2024-1931.txt

ok florian@



CVS: cvs.openbsd.org: www

2024-03-07 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/03/07 10:38:00

Modified files:
.  : anoncvs.shar 

Log message:
ansify anoncvssh.c to avoid clang warnings, ok millert@



CVS: cvs.openbsd.org: www

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/02/28 07:44:56

Modified files:
.  : ftp.html ftplist httpslist 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2024-02-28 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/02/28 07:44:34

Modified files:
build  : mirrors.dat 

Log message:
comment-out http/https/ftp for mirrors.gethosted.online, it uses the wrong path



CVS: cvs.openbsd.org: www

2024-02-27 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/02/27 08:16:51

Modified files:
.  : ftp.html ftplist httpslist 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2024-02-27 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2024/02/27 08:16:28

Modified files:
build  : mirrors.dat 

Log message:
drop mirror.bytemark.co.uk
add mirrors.magcast.co (actually in germany not columbia)



CVS: cvs.openbsd.org: src

2024-02-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/02/20 08:31:29

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

Log message:
+openbsd-76-fw.pub



CVS: cvs.openbsd.org: src

2024-02-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/02/20 08:30:54

Added files:
etc/signify: openbsd-76-fw.pub 

Log message:
add 7.6 fw key



CVS: cvs.openbsd.org: src

2024-01-26 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2024/01/26 09:35:58

Modified files:
distrib/miniroot: install.sub 

Log message:
remove /mnt/usr/include/c++/v1 before extracting sets, it changed from
a file to a dir with the libc++ update to 16.  ok deraadt phessler



CVS: cvs.openbsd.org: www

2023-12-27 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/12/27 04:28:54

Modified files:
.  : ftp.html httpslist 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2023-12-27 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/12/27 04:28:00

Modified files:
build  : mirrors.dat 

Log message:
laylo mirror (Amsterdam) moves from their old Chagos Islands tld to .nl
https://social.laylo.nl/u/laylo/h/K37n4FK87qj73c3X33



CVS: cvs.openbsd.org: src

2023-12-22 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2023/12/22 05:51:53

Modified files:
share/man/man5 : python-module.5 

Log message:
handle MODPY_PYBUILD=jupyter_packaging



CVS: cvs.openbsd.org: src

2023-12-20 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2023/12/20 06:30:51

Modified files:
share/man/man5 : python-module.5 

Log message:
MODPY_PYBUILD: use "bootstrap" instead of "Yes"



CVS: cvs.openbsd.org: src

2023-12-07 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2023/12/07 07:53:31

Modified files:
etc: services 

Log message:
add services entries for Matter, a protocol for discovery and comms
with "smart home"/IoT devices, which runs over TCP or UDP over v6 over
various physical/network layers (Ethernet, Wifi, or low power lossy
radio-based networks like Thread). req by Jordan Williams  ok deraadt

https://csa-iot.org/wp-content/uploads/2022/11/22-27349-001_Matter-1.0-Core-Specification.pdf



Re: CVS: cvs.openbsd.org: src

2023-12-04 Thread Stuart Henderson
On 2023/12/04 07:24, Robert Nagy wrote:
> CVSROOT:  /cvs
> Module name:  src
> Changes by:   rob...@cvs.openbsd.org  2023/12/04 07:24:29
> 
> Modified files:
>   gnu/llvm/lld/ELF: InputFiles.cpp Relocations.cpp 
> 
> Log message:
> protect access to the gnu warning map with a mutex to avoid random crashes
> 
> discussed with, tested by and ok tb@
> 

(seen fairly frequently with -static)



CVS: cvs.openbsd.org: src

2023-11-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2023/11/18 02:15:06

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

Log message:
sync



CVS: cvs.openbsd.org: www

2023-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/11/15 07:10:40

Modified files:
.  : ftp.html ftplist httpslist 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2023-11-15 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/11/15 07:10:16

Modified files:
build  : mirrors.dat 

Log message:
ftp.fsn.hu has been down for some time; reported by Gabor Papp



CVS: cvs.openbsd.org: src

2023-11-13 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2023/11/13 13:19:45

Modified files:
etc/etc.i386   : login.conf 

Log message:
raise i386's datasize for 'daemon' class so that relinking libc at boot
doesn't fail - new clang is even greedier than the old one.

I picked the value 1500M out of the air, it works for me but could perhaps
be finessed downwards a bit.

(I'm also using 1500M for make build / mkr+mkrx on i386; make -j8 build
is no longer a good idea on i386 ;)



CVS: cvs.openbsd.org: src

2023-11-13 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2023/11/13 12:53:34

Modified files:
distrib/sets/lists/comp: clang.i386 

Log message:
fix i386 sets



CVS: cvs.openbsd.org: www

2023-10-27 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/10/27 09:02:54

Modified files:
.  : ftp.html ftplist httpslist 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2023-10-27 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/10/27 09:02:30

Modified files:
build  : mirrors.dat 

Log message:
mirror2.sandyriver.net disabled for now; moving



CVS: cvs.openbsd.org: www

2023-10-22 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/10/22 04:59:39

Modified files:
.  : ftp.html ftplist 
openbgpd   : ftp.html 
openssh: ftp.html portable.html 
openntpd   : portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2023-10-22 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/10/22 04:59:11

Modified files:
build  : mirrors.dat 

Log message:
Add mirror.junda.nl, in Germany. Req by Daan van Ginkel.



CVS: cvs.openbsd.org: www

2023-10-14 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/10/14 07:32:55

Modified files:
.  : 74.html 

Log message:
wrong section for pkg_add, pointed out sobrado@



CVS: cvs.openbsd.org: www

2023-10-14 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/10/14 04:50:11

Modified files:
.  : 74.html 

Log message:
mention that pkg_add -u can now use the cache from the quirks package
(used to reduce mirror load and speed updates) when -stable packages are
available - it didn't handle multiple package repos before.



CVS: cvs.openbsd.org: www

2023-10-05 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/10/05 08:22:03

Modified files:
faq: current.html 

Log message:
warning for 7.3 users about updating to newest nextcloud
branch before updating to 7.4



CVS: cvs.openbsd.org: www

2023-10-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/10/03 05:19:08

Modified files:
.  : anoncvs.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2023-10-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/10/03 05:18:46

Modified files:
build  : mirrors.dat 

Log message:
update anoncvs.eu.openbsd.org fingerprints; it has moved to a different
server. from jj.



Re: CVS: cvs.openbsd.org: src

2023-10-03 Thread Stuart Henderson
On 2023/10/03 04:22, Stuart Henderson wrote:
> CVSROOT:  /cvs
> Module name:  src
> Changes by:   st...@cvs.openbsd.org   2023/10/03 04:22:10
> 
> Modified files:
>   sys/net: if_pfsync.c 
> 
> Log message:
> Reinstate setting rtableid based on rdomain for pfsync,
> lost during the rewrite, reported by Mark Patruck.
> 
> ok phessler claudio sashan deraadt
> 

and dlg



CVS: cvs.openbsd.org: src

2023-10-03 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2023/10/03 04:22:10

Modified files:
sys/net: if_pfsync.c 

Log message:
Reinstate setting rtableid based on rdomain for pfsync,
lost during the rewrite, reported by Mark Patruck.

ok phessler claudio sashan deraadt



CVS: cvs.openbsd.org: www

2023-10-02 Thread Stuart Henderson
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org   2023/10/02 15:44:17

Modified files:
faq: current.html 

Log message:
add some words about changes to the exim port
re https://www.openwall.com/lists/oss-security/2023/09/29/10,
https://www.openwall.com/lists/oss-security/2023/10/01/4



CVS: cvs.openbsd.org: src

2023-09-26 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2023/09/26 09:16:45

Modified files:
sys/net: if_wg.c 

Log message:
Have wg(4) copy the priority from the inner packet to the outer encrypted
packet, so that higher priority packets are picked from hfsc queues for
earlier transmission.

(Does not copy ToS bits from inner to outer packet headers sent on the
wire, which some may regard as secret).

tested by Andrew Lemin, ok dlg@



CVS: cvs.openbsd.org: src

2023-09-25 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2023/09/25 10:42:19

Modified files:
distrib/armv7/miniroot: Makefile.inc 
distrib/armv7/miniroot/am335x: Makefile 
distrib/armv7/miniroot/cubie: Makefile 
distrib/armv7/miniroot/cubox: Makefile 
distrib/armv7/miniroot/nitrogen: Makefile 
distrib/armv7/miniroot/panda: Makefile 
distrib/armv7/miniroot/wandboard: Makefile 
distrib/armv7/ramdisk: list 

Log message:
adapt to new dir layout in dtb packages; ok deraadt



CVS: cvs.openbsd.org: src

2023-09-16 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2023/09/16 05:45:03

Added files:
etc/signify: openbsd-75-fw.pub 

Log message:
add 7.5 firmware key



CVS: cvs.openbsd.org: src

2023-09-14 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2023/09/14 08:06:13

Modified files:
share/man/man5 : bsd.port.mk.5 

Log message:
document print-plist-libs



  1   2   3   4   5   6   7   8   9   10   >