Re: CVS: cvs.openbsd.org: src

2023-10-23 Thread Daniel Jakots
On Mon, 23 Oct 2023 02:38:14 -0600 (MDT), Marc Espie
 wrote:

> CVSROOT:  /cvs
> Module name:  src
> Changes by:   es...@cvs.openbsd.org   2023/10/23 02:38:14
> 
> Modified files:
>   usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm 
> 
> Log message:
> split on spaces as well, to take advantage of +=
> 

I just updated a machine and now pkg_add fails:

# pkg_add -u
syntax error at /usr/libdata/perl5/OpenBSD/Subst.pm line 54, near "" $v")"
Compilation failed in require at /usr/libdata/perl5/OpenBSD/State.pm line 73.
BEGIN failed--compilation aborted at /usr/libdata/perl5/OpenBSD/State.pm line 
73.
Compilation failed in require at /usr/libdata/perl5/OpenBSD/AddCreateDelete.pm 
line 26.
BEGIN failed--compilation aborted at 
/usr/libdata/perl5/OpenBSD/AddCreateDelete.pm line 26.
Compilation failed in require at /usr/libdata/perl5/OpenBSD/AddDelete.pm line 
60.
BEGIN failed--compilation aborted at /usr/libdata/perl5/OpenBSD/AddDelete.pm 
line 60.
Compilation failed in require at /usr/libdata/perl5/OpenBSD/PkgAdd.pm line 22.
BEGIN failed--compilation aborted at /usr/libdata/perl5/OpenBSD/PkgAdd.pm line 
22.
Compilation failed in require at (eval 1) line 1.

could it be related?

Cheers,
Daniel



CVS: cvs.openbsd.org: src

2022-07-01 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2022/07/01 21:32:05

Modified files:
etc: changelist 

Log message:
Add /etc/rpki/skiplist

ok tb



CVS: cvs.openbsd.org: www

2022-04-23 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2022/04/23 07:09:04

Modified files:
faq: current.html 

Log message:
Add clean up after _switchd user/group removal

Prodded by benno@, ok kmos@ millert@



CVS: cvs.openbsd.org: src

2022-04-21 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2022/04/21 14:48:50

Modified files:
etc: group master.passwd 
etc/mail   : aliases 

Log message:
Remove _switchd user/group/alias

ok millert deraadt

switchd(8) was removed back in November. Commit message was:

Retire switchd and switchctl. While interesting they never managed to
really get into a usable state. The OpenFlow API is mostly superseeded
by P4 and so this is a bit of a dead end.



CVS: cvs.openbsd.org: www

2022-01-29 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2022/01/29 13:14:24

Modified files:
openbgpd   : index.html 

Log message:
Mention rpki-client(8)

ok deraadt



CVS: cvs.openbsd.org: www

2021-05-17 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2021/05/17 17:38:03

Modified files:
.  : hackathons.html 

Log message:
Fix description

ok deraadt@



CVS: cvs.openbsd.org: src

2021-04-08 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/04/08 05:56:30

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

Log message:
The path with the *highest* local weight is selected

ok kn



CVS: cvs.openbsd.org: src

2021-02-25 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/02/25 18:46:52

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

Log message:
Fix Typo, ok jca



CVS: cvs.openbsd.org: src

2021-02-25 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/02/25 17:44:42

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

Log message:
Add my copyright since I added most of the content



Re: CVS: cvs.openbsd.org: src

2021-02-21 Thread Daniel Jakots
On Sun, 21 Feb 2021 03:38:42 -0700 (MST), Stuart Henderson
 wrote:

> Add ping -g, a concise display format similar to that used by other
> network devices that shows one character per echo request (! for
> normal response, . for timed out, D for duplicate, T for truncated)

I guess one can use sed to replace the ! with -, so piping the
output into morse -d works (-:



CVS: cvs.openbsd.org: src

2021-02-01 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/02/01 17:34:04

Modified files:
etc/examples   : bgpd.conf 

Log message:
Improve the last comment

Remove a trailing white space, don't misspell misconfiguration and
use https.

ok jmc, claudio



CVS: cvs.openbsd.org: src

2021-01-30 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/01/30 15:00:06

Modified files:
sbin/route : show.c 

Log message:
Don't print an empty line at the end of `route sourceaddr`

ok denis



CVS: cvs.openbsd.org: src

2020-10-20 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/10/20 16:42:29

Modified files:
etc: daily 
share/man/man8 : afterboot.8 daily.8 

Log message:
Remove calls for df(1), netstat(1), and the verbose dump(1)

With this change, daily(8) only sends email when something looks
dubious.
Consequently VERBOSESTATUS is now a no-op and may be unset.

The code is trivial and riddled with choices that look like personal
preferences. The old behavior can be achieved through
/etc/daily.local.

With schwarze@, tweak kn@, sthen@
OK schwarze@, kn@, jung@



CVS: cvs.openbsd.org: www

2020-10-11 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2020/10/11 08:35:27

Modified files:
faq: current.html 

Log message:
Fix year



CVS: cvs.openbsd.org: src

2020-05-23 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/05/23 07:16:03

Modified files:
etc/etc.amd64  : login.conf 
etc/etc.i386   : login.conf 
etc/etc.macppc : login.conf 
etc/etc.sparc64: login.conf 

Log message:
Remove useless line from daemon class in login.conf

We used to have different numbers of blowfish rounds between the
default and daemon classes in login.conf. On Jun 26, 2016, tedu
committed "upgrade selected login.conf to use auto rounds for bcrypt"
for amd64, sparc64, i386, and maccpc.

Since the class daemon inherits from the default class, the
:localcipher=blowfish,a:\
is a duplicate.

ok millert@ deraadt@ sthen@



CVS: cvs.openbsd.org: src

2019-08-21 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/08/21 13:21:57

Modified files:
usr.sbin/pkg_add: package.5 

Log message:
Remove cdrom mention

ok espie@



CVS: cvs.openbsd.org: www

2019-07-30 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2019/07/30 07:32:32

Modified files:
faq/ports  : testing.html 

Log message:
Add link for portslogger(1)

>From Alex Naumov



CVS: cvs.openbsd.org: src

2019-05-19 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/05/19 13:47:41

Modified files:
share/man/man1 : update-plist.1 

Log message:
It uses hw.ncpuonline since r1.170

ok espie@



CVS: cvs.openbsd.org: www

2019-04-24 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2019/04/24 14:36:43

Modified files:
faq: faq14.html 

Log message:
Minor improvement for 6.5

Since 6.5 disklabel prompt shows which disk is being edited

ok tb@



CVS: cvs.openbsd.org: src

2019-01-27 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/01/27 13:35:06

Modified files:
etc: services 

Log message:
Add domain-s also known as DNS over TLS (DoT)

ok deraadt@ florian@



CVS: cvs.openbsd.org: src

2019-01-08 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/01/08 18:03:41

Modified files:
share/misc : airport 

Log message:
Add LRV, NGD and UNI



CVS: cvs.openbsd.org: www

2018-12-07 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2018/12/07 11:53:46

Modified files:
faq/ports  : ports.html 

Log message:
Link the actual guide instead of the whole FAQ

ok tj@



CVS: cvs.openbsd.org: xenocara

2018-12-07 Thread Daniel Jakots
CVSROOT:/cvs
Module name:xenocara
Changes by: d...@cvs.openbsd.org2018/12/07 11:53:06

Modified files:
.  : 3RDPARTY 

Log message:
Move some links to https

There may still be a redirect but matthieu@ prefers generic URL as they
should be more stable

ok matthieu@



CVS: cvs.openbsd.org: src

2018-12-07 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/12/07 11:07:55

Modified files:
share/man/man1 : dpb.1 

Log message:
Reordering

- Uppercase options come before lowercase ones
- Sort alphabetically some parameters

>From Matthew Martin
"if it's just reordering, you don't need my okay, go ahead" -- espie@



CVS: cvs.openbsd.org: src

2018-11-30 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/11/30 11:40:57

Modified files:
share/man/man1 : port-search-helper.1 

Log message:
Remove erroneous quote added in previous

Spotted by jmc, thanks!



CVS: cvs.openbsd.org: src

2018-11-30 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/11/30 08:06:47

Modified files:
share/man/man1 : outdated-perl-ports.1 

Log message:
/usr/local/ -> ${LOCALBASE}

ok espie@



CVS: cvs.openbsd.org: src

2018-11-30 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/11/30 08:06:25

Modified files:
share/man/man1 : port-search-helper.1 

Log message:
Update after INDEX change

ok espie@



CVS: cvs.openbsd.org: www

2018-10-17 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2018/10/17 06:33:01

Modified files:
.  : 64.html 

Log message:
Ports infrastructure man pages were moved from the ports tree to src

initial version ok espie@, wording tweaks from fcambus@ and sthen@



CVS: cvs.openbsd.org: src

2018-04-25 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/04/25 08:36:38

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

Log message:
tyop in previous



CVS: cvs.openbsd.org: src

2018-01-31 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/01/31 10:43:33

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

Log message:
Mention that PATCH_DEBUG is set to true by default. Prompted by a
question about patching from abieber@

ok jmc@ sthen@



CVS: cvs.openbsd.org: www

2017-05-10 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/05/10 17:17:59

Modified files:
.  : want.html 

Log message:
I got a desktop, many thanks to the OpenBSD Foundation!



CVS: cvs.openbsd.org: www

2017-04-20 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/04/20 20:15:57

Modified files:
faq: faq14.html index.html 

Log message:
Add a section on how to grow disk partitions.

With and ok tj@ tb@



CVS: cvs.openbsd.org: www

2017-04-16 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/04/16 09:38:19

Modified files:
faq: upgrade61.html 

Log message:
the upgrade begins with cleaning /usr/share/man so
rm /usr/share/man/man1/sqlite3.1 cannot succeed after that

'fix it' tj@



CVS: cvs.openbsd.org: www

2017-03-27 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/03/27 06:37:42

Modified files:
.  : 61.html 

Log message:
Update version after the Rust Evangelism Strikeforce work



CVS: cvs.openbsd.org: www

2017-03-23 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/03/23 06:00:06

Modified files:
faq: current.html 

Log message:
Add instruction for the _dnsdist uid change

tweaks/ok tb@ jca@



CVS: cvs.openbsd.org: www

2017-03-10 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/03/10 07:12:52

Modified files:
.  : want.html 

Log message:
looking for a fast laptop or desktop for ports development



CVS: cvs.openbsd.org: www

2017-03-04 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/03/04 20:54:34

Modified files:
faq: faq4.html faq8.html 

Log message:
Obviously, UTC stands for Coordinated Universal Time not Universal
Coordinated Time

https://www.nist.gov/pml/time-and-frequency-division/nist-time-frequently-asked-questions-faq#cut

While there, kill two trailing spaces

ok tb@ tj@



CVS: cvs.openbsd.org: xenocara

2017-02-08 Thread Daniel Jakots
CVSROOT:/cvs
Module name:xenocara
Changes by: d...@cvs.openbsd.org2017/02/08 14:36:21

Modified files:
.  : 3RDPARTY 

Log message:
update



CVS: cvs.openbsd.org: xenocara

2017-02-08 Thread Daniel Jakots
CVSROOT:/cvs
Module name:xenocara
Changes by: d...@cvs.openbsd.org2017/02/08 14:33:43

Modified files:
data/xkeyboard-config/man: xkeyboard-config.7 
data/xkeyboard-config/pc: Makefile 
dist/xkeyboard-config: Makefile.in NEWS aclocal.m4 autogen.sh 
   configure configure.ac 
dist/xkeyboard-config/compat: Makefile.in 
dist/xkeyboard-config/docs: Makefile.in 
dist/xkeyboard-config/geometry: Makefile.in 
dist/xkeyboard-config/geometry/digital_vndr: Makefile.in 
dist/xkeyboard-config/geometry/sgi_vndr: Makefile.in 
dist/xkeyboard-config/keycodes: Makefile.in 
dist/xkeyboard-config/keycodes/digital_vndr: Makefile.in 
dist/xkeyboard-config/keycodes/sgi_vndr: Makefile.in 
dist/xkeyboard-config/m4: gettext.m4 intlmacosx.m4 lib-ld.m4 
  lib-link.m4 lib-prefix.m4 nls.m4 po.m4 
  progtest.m4 
dist/xkeyboard-config/man: Makefile.in 
dist/xkeyboard-config/po: bg.po ca.po cs.po da.po de.po eo.po 
  fi.po fr.po gl.po hr.po ko.po nl.po 
  pl.po ru.po sv.po uk.po vi.po 
dist/xkeyboard-config/rules: Makefile.in base.extras.xml.in 
 base.m_s.part base.xml.in 
 evdev.extras.xml.in evdev.xml.in 
dist/xkeyboard-config/rules/bin: Makefile.in 
dist/xkeyboard-config/rules/compat: Makefile.in 
dist/xkeyboard-config/symbols: Makefile.in al ara de pc ru se tr 
dist/xkeyboard-config/symbols/digital_vndr: Makefile.in 
dist/xkeyboard-config/symbols/fujitsu_vndr: Makefile.in 
dist/xkeyboard-config/symbols/hp_vndr: Makefile.in 
dist/xkeyboard-config/symbols/jolla_vndr: Makefile.in 
dist/xkeyboard-config/symbols/macintosh_vndr: Makefile.in 
dist/xkeyboard-config/symbols/nec_vndr: Makefile.in 
dist/xkeyboard-config/symbols/nokia_vndr: Makefile.in 
dist/xkeyboard-config/symbols/sgi_vndr: Makefile.in 
dist/xkeyboard-config/symbols/sharp_vndr: Makefile.in sl-c3x00 
dist/xkeyboard-config/symbols/sony_vndr: Makefile.in 
dist/xkeyboard-config/symbols/sun_vndr: Makefile.in 
dist/xkeyboard-config/symbols/xfree68_vndr: Makefile.in 
dist/xkeyboard-config/types: Makefile.in 

Log message:
Update to xkeyboard-config 2.20

ok matthieu@



CVS: cvs.openbsd.org: src

2017-02-08 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/02/08 10:36:47

Modified files:
share/man/man5 : port-modules.5 

Log message:
modcargo-crates-1 -> modcargo-gen-crates
modcargo-crates-2 -> modcargo-gen-crates-licenses

discussed with semarie



CVS: cvs.openbsd.org: www

2017-02-08 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/02/08 10:31:45

Modified files:
faq/ports  : guide.html 

Log message:
pkg/SECURITY files don't exist since 2013

ok tb@ tj@ jca@



CVS: cvs.openbsd.org: www

2017-01-31 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/01/31 05:52:03

Modified files:
opensmtpd/faq  : example1.html 

Log message:
Add -m flag to useradd so we can avoid a warning and get rid of two
other commands that do the same thing

ok gilles@ tb@ jung@



CVS: cvs.openbsd.org: www

2017-01-29 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/01/29 18:16:54

Modified files:
.  : security.html 

Log message:
Remove mention about security-announce, it was removed two years ago
from mail.html



CVS: cvs.openbsd.org: src

2017-01-29 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/01/29 13:53:21

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

Log message:
Document restrictions that apply to COMMENT

better wording from jmc@, ok jmc@ sthen@



CVS: cvs.openbsd.org: www

2017-01-16 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/01/16 14:30:27

Modified files:
.  : support.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2017-01-16 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/01/16 14:29:02

Modified files:
build  : support.dat 

Log message:
Add Evolix Infogerance Inc

ok tj@



CVS: cvs.openbsd.org: www

2017-01-16 Thread Daniel Jakots
CVSROOT:/cvs
Module name:www
Changes by: d...@cvs.openbsd.org2017/01/16 14:26:32

Modified files:
build  : support.dat 

Log message:
Updated info for Evolix

ok tj@



CVS: cvs.openbsd.org: src

2017-01-05 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2017/01/05 10:54:15

Modified files:
share/man/man5 : port-modules.5 

Log message:
Document cargo module.

Joint work with semarie, rewording from sthen@, tweaks from jmc@.
ok sthen@, jmc@, semarie (cargo maintainer)



CVS: cvs.openbsd.org: src

2016-11-03 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2016/11/03 11:13:40

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

Log message:
Add a proper annotation for portroach documentation link

OK schwarze@



CVS: cvs.openbsd.org: src

2016-10-29 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2016/10/29 12:27:34

Modified files:
share/man/man5 : port-modules.5 

Log message:
Update the man page after the addition of MODPY_ABI_TAG

>From sthen@



CVS: cvs.openbsd.org: src

2016-09-28 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2016/09/28 13:34:54

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

Log message:
Add a sentence about BUILD_DEPENDS automatically set with EXTRACT_SUFX

ok jmc@ sthen@



CVS: cvs.openbsd.org: src

2016-08-19 Thread Daniel Jakots
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2016/08/19 04:57:24

Modified files:
share/man/man5 : login.conf.5 
usr.bin/passwd : passwd.1 

Log message:
update man pages now that login.conf uses auto rounds

better wording/ok sthen@ ok jmc@