OpenBSD/ports YllocJK — net/weechat Makefile distinfo
Update weechat to 4.10.0
| Version | Delta | File | |
|---|---|---|---|
| 1.73 | +2 | -2 | net/weechat/distinfo |
| 1.116 | +1 | -1 | net/weechat/Makefile |
| +3 | -3 | 2 files | |
Update weechat to 4.10.0
| Version | Delta | File | |
|---|---|---|---|
| 1.73 | +2 | -2 | net/weechat/distinfo |
| 1.116 | +1 | -1 | net/weechat/Makefile |
| +3 | -3 | 2 files | |
Update nomacs to 3.23.3
| Version | Delta | File | |
|---|---|---|---|
| 1.22 | +2 | -2 | graphics/nomacs/distinfo |
| 1.44 | +2 | -2 | graphics/nomacs/Makefile |
| 1.14 | +1 | -0 | graphics/nomacs/pkg/PLIST |
| +5 | -4 | 3 files | |
Update to rhythmbox-3.5.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.67 | +34 | -5 | audio/rhythmbox/pkg/PLIST |
| 1.48 | +2 | -2 | audio/rhythmbox/distinfo |
| 1.202 | +1 | -1 | audio/rhythmbox/Makefile |
| +37 | -8 | 3 files | |
Switch smtpd over to imsgbuf_get Also adjust some types from ssize_t back to int. Since imsgbuf_get returns int (1, 0 and -1 to be precise). OK op@
| Version | Delta | File | |
|---|---|---|---|
| 1.51 | +5 | -5 | usr.sbin/smtpd/ca.c |
| 1.178 | +4 | -4 | usr.sbin/smtpd/smtpctl.c |
| 1.14 | +4 | -4 | usr.sbin/smtpd/scheduler_proc.c |
| 1.15 | +4 | -4 | usr.sbin/smtpd/queue_proc.c |
| 1.50 | +4 | -4 | usr.sbin/smtpd/mproc.c |
| 1.362 | +3 | -3 | usr.sbin/smtpd/smtpd.c |
| +24 | -24 | 1 files not shown | |
| +27 | -27 | 7 files | |
crank up MaxAuthTries to avoid failures here
| Version | Delta | File | |
|---|---|---|---|
| 1.27 | +2 | -1 | regress/usr.bin/ssh/agent.sh |
| +2 | -1 | 1 files | |
regression test for pubkey ordering in the client; ok dtucker
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +120 | -0 | regress/usr.bin/ssh/pubkey-priority.sh |
| 1.145 | +2 | -1 | regress/usr.bin/ssh/Makefile |
| +122 | -1 | 2 files | |
Tweak ordering of certificates tried during pubkey authentication to prefer FIDO keys that do not require user presence (touch) first, followed by ones that do and with FIDO keys that require user verification via PIN or biometrics last. This effectively tries low-friction authenticators before higher friction authenticators. ok dtucker@
| Version | Delta | File | |
|---|---|---|---|
| 1.392 | +107 | -8 | usr.bin/ssh/sshconnect2.c |
| +107 | -8 | 1 files | |
Add a "ssh -Z user at host" mode that dumps the pubkeys that will be tried for authentication in the order that they will be used. feedback tb@ ok dtucker@
| Version | Delta | File | |
|---|---|---|---|
| 1.635 | +41 | -32 | usr.bin/ssh/ssh.c |
| 1.391 | +31 | -7 | usr.bin/ssh/sshconnect2.c |
| 1.453 | +7 | -3 | usr.bin/ssh/ssh.1 |
| 1.52 | +3 | -1 | usr.bin/ssh/sshconnect.h |
| +82 | -43 | 4 files | |
fix ML-KEM/ECDH interop problem (does not affect mlkem768x25519-sha256) from markus@
| Version | Delta | File | |
|---|---|---|---|
| 1.14 | +21 | -10 | usr.bin/ssh/kexecdh.c |
| 1.4 | +4 | -3 | usr.bin/ssh/kexmlkem768ecdh.c |
| 1.133 | +2 | -2 | usr.bin/ssh/kex.h |
| +27 | -15 | 3 files | |
Eliminate holding raw shmseg over sleep-window in uvm_unmap This simplifies the code back to almost the way it was in rev 1.80 except the shmsegs are changed before any sleep is possible. This still avoids the double free except via code structure instead of extra variable carrying the decision. OK millert@ Reported-by: syzbot+f2c08abe216302bc63d6 at syzkaller.appspotmail.com
| Version | Delta | File | |
|---|---|---|---|
| 1.87 | +6 | -8 | sys/kern/sysv_shm.c |
| +6 | -8 | 1 files | |
Repair CH340 operation - broken in 1.39 and not repaired correctly in 1.40 (we can't afford modifying the LCR register on these models). ok kevlo@
| Version | Delta | File | |
|---|---|---|---|
| 1.41 | +13 | -7 | sys/dev/usb/uchcom.c |
| +13 | -7 | 1 files | |
Update zeal to 0.9.1 OK ian@, (maintainer timeout)
| Version | Delta | File | |
|---|---|---|---|
| 1.25 | +10 | -6 | devel/zeal/Makefile |
| 1.7 | +5 | -0 | devel/zeal/pkg/PLIST |
| 1.10 | +2 | -2 | devel/zeal/distinfo |
| +17 | -8 | 3 files | |
remove DMA from %b string. B_DMA define was removed in rev 1.121
| Version | Delta | File | |
|---|---|---|---|
| 1.123 | +2 | -2 | sys/sys/buf.h |
| +2 | -2 | 1 files | |
games/pokerth: update to 2.1.5 from MAINTAINER
| Version | Delta | File | |
|---|---|---|---|
| 1.19 | +131 | -0 | games/pokerth/pkg/PLIST |
| 1.17 | +2 | -2 | games/pokerth/distinfo |
| 1.64 | +1 | -1 | games/pokerth/Makefile |
| +134 | -3 | 3 files | |
libm: make use of __builtin_cpu_supports() on i386 libm checks at runtime whether the CPU supports SSE. The compiler runtime on x86 now provides a CPU feature array that we can test with __builtin_cpu_supports().
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +14 | -35 | lib/libm/arch/i387/fenv.c |
| +14 | -35 | 1 files | |
sysutils/grafana: fix rerolled tarball distinfo and update PLIST spotted by tb@ and naddy@ thanks!
| Version | Delta | File | |
|---|---|---|---|
| 1.51 | +4 | -4 | sysutils/grafana/pkg/PLIST |
| 1.51 | +2 | -2 | sysutils/grafana/distinfo |
| 1.68 | +1 | -0 | sysutils/grafana/Makefile |
| +7 | -6 | 3 files | |
x11/xmobar: update to 0.51.1 ok kili@
| Version | Delta | File | |
|---|---|---|---|
| 1.27 | +102 | -110 | x11/xmobar/distinfo |
| 1.3 | +47 | -48 | x11/xmobar/cabal.inc |
| 1.28 | +15 | -15 | x11/xmobar/patches/patch-xmobar_cabal |
| 1.64 | +4 | -5 | x11/xmobar/Makefile |
| +168 | -178 | 4 files | |
gallery-dl: update to 1.32.9 patch for 1.32.5 by yaydn at protonmail.com, bump to 1.32.9 by me
| Version | Delta | File | |
|---|---|---|---|
| 1.17 | +39 | -3 | www/gallery-dl/pkg/PLIST |
| 1.14 | +2 | -2 | www/gallery-dl/distinfo |
| 1.17 | +1 | -1 | www/gallery-dl/Makefile |
| +42 | -6 | 3 files | |
Move to glycin.
Update kdiff3 to 1.12.6
| Version | Delta | File | |
|---|---|---|---|
| 1.37 | +2 | -2 | devel/kdiff3/distinfo |
| 1.58 | +1 | -1 | devel/kdiff3/Makefile |
| +3 | -3 | 2 files | |
Update kicad to 10.0.5
| Version | Delta | File | |
|---|---|---|---|
| 1.21 | +14 | -2 | cad/kicad-share/footprints/pkg/PLIST |
| 1.8 | +4 | -4 | cad/kicad/patches/patch-eeschema_eeschema_jobs_handler_cpp |
| 1.23 | +2 | -2 | cad/kicad-share/symbols/distinfo |
| 1.25 | +2 | -2 | cad/kicad-share/packages3D/distinfo |
| 1.23 | +2 | -2 | cad/kicad-share/footprints/distinfo |
| 1.24 | +4 | -0 | cad/kicad-share/packages3D/pkg/PLIST |
| +28 | -12 | 9 files not shown | |
| +40 | -23 | 15 files | |
ding: bump MODTK_VERSION to 8.6 by stu
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +2 | -2 | textproc/ding/Makefile |
| +2 | -2 | 1 files | |
misc/llama.cpp: update to b10192
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +12 | -0 | misc/llama.cpp/patches/patch-CMakeLists_txt |
| 1.24 | +4 | -4 | misc/llama.cpp/distinfo |
| 1.31 | +4 | -4 | misc/llama.cpp/Makefile |
| +20 | -8 | 3 files | |
devel/libggml: update to 0.18.0
| Version | Delta | File | |
|---|---|---|---|
| 1.21 | +2 | -2 | devel/libggml/distinfo |
| 1.2 | +1 | -1 | devel/libggml/patches/patch-src_ggml-cpu_llamafile_sgemm_cpp |
| 1.24 | +1 | -1 | devel/libggml/Makefile |
| +4 | -4 | 3 files | |
Update to nautilus-50.2.2.
| Version | Delta | File | |
|---|---|---|---|
| 1.259 | +8 | -6 | x11/gnome/nautilus/Makefile |
| 1.125 | +2 | -2 | x11/gnome/nautilus/distinfo |
| 1.2 | +1 | -1 | x11/gnome/nautilus/patches/patch-src_nautilus-file_c |
| 1.2 | +1 | -1 | x11/gnome/nautilus/patches/patch-src_nautilus-file-utilities_h |
| 1.2 | +1 | -1 | x11/gnome/nautilus/patches/patch-src_nautilus-file-utilities_c |
| 1.80 | +1 | -0 | x11/gnome/nautilus/pkg/PLIST |
| +14 | -11 | 6 files | |
RDEP on a couple of useful thumbnailers.
| Version | Delta | File | |
|---|---|---|---|
| 1.304 | +5 | -1 | meta/gnome/Makefile |
| +5 | -1 | 1 files | |
+gst-thumbnailers
| Version | Delta | File | |
|---|---|---|---|
| 1.357 | +1 | -0 | x11/gnome/Makefile |
| +1 | -0 | 1 files | |
Import gst-thumbnailers-1.0.0 GStreamer video and audio file thumbnailer. ok robert@
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +258 | -0 | x11/gnome/gst-thumbnailers/distinfo |
| 1.1 | +128 | -0 | x11/gnome/gst-thumbnailers/crates.inc |
| 1.1 | +35 | -0 | x11/gnome/gst-thumbnailers/Makefile |
| 1.1 | +5 | -0 | x11/gnome/gst-thumbnailers/pkg/PLIST |
| 1.1 | +1 | -0 | x11/gnome/gst-thumbnailers/pkg/DESCR |
| 1.1.1.1 | +0 | -0 | x11/gnome/gst-thumbnailers/Makefile |
| +427 | -0 | 4 files not shown | |
| +427 | -0 | 10 files | |
+glycin
| Version | Delta | File | |
|---|---|---|---|
| 1.356 | +1 | -0 | x11/gnome/Makefile |
| +1 | -0 | 1 files | |
Initial revision
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +654 | -0 | x11/gnome/glycin/distinfo |
| 1.1 | +326 | -0 | x11/gnome/glycin/crates.inc |
| 1.1 | +40 | -0 | x11/gnome/glycin/Makefile |
| 1.1 | +17 | -0 | x11/gnome/glycin/pkg/PLIST |
| 1.1 | +1 | -0 | x11/gnome/glycin/pkg/DESCR |
| 1.1.1.1 | +0 | -0 | x11/gnome/glycin/Makefile |
| +1,038 | -0 | 4 files not shown | |
| +1,038 | -0 | 10 files | |