OpenBSD/ports v0i5fIc — x11/kde-applications/kpkpass Makefile
missed bump
| Version | Delta | File | |
|---|---|---|---|
| 1.12 | +1 | -0 | x11/kde-applications/kpkpass/Makefile |
| +1 | -0 | 1 files | |
missed bump
| Version | Delta | File | |
|---|---|---|---|
| 1.12 | +1 | -0 | x11/kde-applications/kpkpass/Makefile |
| +1 | -0 | 1 files | |
kpkpass: regen plist after shared-mime-info update, found by sthen application-vnd-apple-pkpasses.xml backported the application/pkpasses mime type from shared-mime-info 2.5's freedesktop.org.xml and as such is only installed "if (SharedMimeInfo_VERSION_STRING VERSION_LESS 2.5)". https://github.com/KDE/kpkpass/commit/2507c872ab1ab475b95b60802d610cee169974f2
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +0 | -1 | x11/kde-applications/kpkpass/pkg/PLIST |
| +0 | -1 | 1 files | |
add support for wakeup interrupts to bytgpio(4) from John Troy who tested on a Lenovo IdeaPad 100S-11IBY resuming from S0ix suspend with a lid open ok kettenis@
| Version | Delta | File | |
|---|---|---|---|
| 1.21 | +6 | -1 | sys/dev/acpi/bytgpio.c |
| +6 | -1 | 1 files | |
move bounds test in proc_accept() before first use found with smatch, ok rsadowski@ martijn@
| Version | Delta | File | |
|---|---|---|---|
| 1.54 | +6 | -6 | sbin/iked/proc.c |
| 1.57 | +6 | -6 | usr.sbin/httpd/proc.c |
| 1.59 | +6 | -6 | usr.sbin/relayd/proc.c |
| 1.43 | +6 | -6 | usr.sbin/snmpd/proc.c |
| +24 | -24 | 4 files | |
update to libjpeg-turbo-3.2.0
| Version | Delta | File | |
|---|---|---|---|
| 1.92 | +6 | -4 | graphics/jpeg/Makefile |
| 1.37 | +2 | -2 | graphics/jpeg/distinfo |
| 1.19 | +1 | -1 | graphics/jpeg/patches/patch-CMakeLists_txt |
| 1.2 | +0 | -0 | graphics/jpeg/patches/patch-simd_CMakeLists_txt |
| +9 | -7 | 4 files | |
sysutils/docker-compose: update to 5.3.0
| Version | Delta | File | |
|---|---|---|---|
| 1.35 | +540 | -686 | sysutils/docker-compose/distinfo |
| 1.31 | +171 | -235 | sysutils/docker-compose/modules.inc |
| 1.38 | +1 | -1 | sysutils/docker-compose/Makefile |
| +712 | -922 | 3 files | |
sysutils/docker-cli: update to 29.6.1
| Version | Delta | File | |
|---|---|---|---|
| 1.44 | +2 | -2 | sysutils/docker-cli/distinfo |
| 1.49 | +1 | -1 | sysutils/docker-cli/Makefile |
| +3 | -3 | 2 files | |
sysutils/docker-buildx: update to 0.35.0
| Version | Delta | File | |
|---|---|---|---|
| 1.27 | +2 | -2 | sysutils/docker-buildx/distinfo |
| 1.28 | +1 | -1 | sysutils/docker-buildx/Makefile |
| +3 | -3 | 2 files | |
Copy UTF-8 data correctly.
| Version | Delta | File | |
|---|---|---|---|
| 1.67 | +6 | -5 | usr.bin/tmux/cmd-capture-pane.c |
| +6 | -5 | 1 files | |
update to py3-argcomplete-3.7.0
| Version | Delta | File | |
|---|---|---|---|
| 1.12 | +2 | -2 | devel/py-argcomplete/distinfo |
| 1.14 | +0 | -4 | devel/py-argcomplete/pkg/PLIST |
| 1.30 | +1 | -1 | devel/py-argcomplete/Makefile |
| +3 | -7 | 3 files | |
update to clamav-1.5.3
| Version | Delta | File | |
|---|---|---|---|
| 1.1.2.1 | +7 | -5 | security/clamav/patches/patch-_cargo_vendor_openssl-sys_build_main_rs |
| 1.46.2.1 | +6 | -3 | security/clamav/pkg/PLIST |
| 1.99.2.1 | +2 | -2 | security/clamav/distinfo |
| 1.178.2.1 | +1 | -1 | security/clamav/Makefile |
| 1.8.2.1 | +1 | -1 | security/clamav/patches/patch-CMakeLists_txt |
| +17 | -12 | 5 files | |
update to clamav-1.5.3
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +7 | -5 | security/clamav/patches/patch-_cargo_vendor_openssl-sys_build_main_rs |
| 1.47 | +6 | -3 | security/clamav/pkg/PLIST |
| 1.100 | +2 | -2 | security/clamav/distinfo |
| 1.9 | +1 | -1 | security/clamav/patches/patch-CMakeLists_txt |
| 1.179 | +1 | -1 | security/clamav/Makefile |
| +17 | -12 | 5 files | |
update to py3-mutagen-1.48.1
| Version | Delta | File | |
|---|---|---|---|
| 1.48 | +13 | -14 | audio/py-mutagen/Makefile |
| 1.1 | +12 | -0 | audio/py-mutagen/patches/patch-pyproject_toml |
| 1.19 | +2 | -2 | audio/py-mutagen/distinfo |
| 1.14 | +0 | -0 | audio/py-mutagen/patches/patch-setup_py |
| +27 | -16 | 4 files | |
Fix bug in prefix_evaluate handling of new prefixes. If new is not eligible then prefix_peer(new) will blow up since new is NULL. If the new prefix is eligible then clear old and old_pathid_tx and set peer - the new path will be recorded in rde_enqueue_updates(). If the new prefix is not eligible then clear new but keep old and old_pathid_tx. If old is also NULL then nothing changed and an early exit happens. Else old sets peer and rde_enqueue_updates() records the withdraw. Found by jsg@, OK tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.110 | +7 | -5 | usr.sbin/bgpd/rde_decide.c |
| +7 | -5 | 1 files | |
update to gpgme-2.1.2
| Version | Delta | File | |
|---|---|---|---|
| 1.35 | +2 | -2 | security/gpgme/distinfo |
| 1.85 | +1 | -1 | security/gpgme/Makefile |
| +3 | -3 | 2 files | |
update to py3-cython-3.2.8
| Version | Delta | File | |
|---|---|---|---|
| 1.45 | +2 | -2 | lang/cython/distinfo |
| 1.78 | +1 | -1 | lang/cython/Makefile |
| +3 | -3 | 2 files | |
update to libexif-0.6.26
| Version | Delta | File | |
|---|---|---|---|
| 1.18.6.1 | +2 | -2 | graphics/libexif/distinfo |
| 1.40.4.1 | +1 | -2 | graphics/libexif/Makefile |
| 1.18.6.1 | +3 | -0 | graphics/libexif/pkg/PLIST |
| +6 | -4 | 3 files | |
update to libexif-0.6.26
| Version | Delta | File | |
|---|---|---|---|
| 1.19 | +2 | -2 | graphics/libexif/distinfo |
| 1.41 | +1 | -2 | graphics/libexif/Makefile |
| 1.19 | +3 | -0 | graphics/libexif/pkg/PLIST |
| +6 | -4 | 3 files | |
update to libevent-2.1.13
| Version | Delta | File | |
|---|---|---|---|
| 1.27 | +5 | -6 | devel/libevent2/Makefile |
| 1.10 | +2 | -2 | devel/libevent2/distinfo |
| +7 | -8 | 2 files | |
Update to dnsdist 2.1.0
| Version | Delta | File | |
|---|---|---|---|
| 1.37 | +58 | -72 | net/dnsdist/distinfo |
| 1.2 | +28 | -35 | net/dnsdist/crates.inc |
| 1.1 | +17 | -0 | net/dnsdist/patches/patch-ext_protozero_include_protozero_config_hpp |
| 1.69 | +1 | -1 | net/dnsdist/Makefile |
| +104 | -108 | 4 files | |
Add a raw grid output to capture-pane for debugging and regression tests.
| Version | Delta | File | |
|---|---|---|---|
| 1.66 | +96 | -4 | usr.bin/tmux/cmd-capture-pane.c |
| 1.153 | +96 | -1 | usr.bin/tmux/grid.c |
| 1.1115 | +5 | -3 | usr.bin/tmux/tmux.1 |
| 1.1386 | +4 | -1 | usr.bin/tmux/tmux.h |
| 1.13 | +2 | -2 | usr.bin/tmux/attributes.c |
| +203 | -11 | 5 files | |
Do not crash if no client.
| Version | Delta | File | |
|---|---|---|---|
| 1.86 | +2 | -2 | usr.bin/tmux/cmd-find.c |
| +2 | -2 | 1 files | |
Update to py3-libvirt-12.5.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.87 | +2 | -2 | sysutils/libvirt-python/distinfo |
| 1.106 | +1 | -1 | sysutils/libvirt-python/Makefile |
| +3 | -3 | 2 files | |
Update to libvirt-12.5.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.99 | +2 | -2 | sysutils/libvirt/distinfo |
| 1.150 | +1 | -1 | sysutils/libvirt/Makefile |
| +3 | -3 | 2 files | |
Update to mm-common-1.0.8.
| Version | Delta | File | |
|---|---|---|---|
| 1.20 | +2 | -2 | devel/mm-common/distinfo |
| 1.26 | +1 | -2 | devel/mm-common/Makefile |
| +3 | -4 | 2 files | |
Implement a simple rib entry pending paths queue. Elements are added to the queue when rib entries are enqueued in rde_enqueue_updates() for the EVAL_DEFAULT and EVAL_ALL cases. The queue is then flushed once processed by peer_process_updates(). In rib_remove() assert that the queue is empty before free. This is implied by the re_is_queued() check but that check only looks at the pq_mode. A specific path can only be enqueued once, only the last version matters. In other words rapid withdraw and update actions will be aggregated into a single action. Nothing is currently using this data. This will follow next. OK tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.302 | +91 | -16 | usr.sbin/bgpd/rde_rib.c |
| 1.78 | +13 | -19 | usr.sbin/bgpd/rde_peer.c |
| 1.356 | +7 | -4 | usr.sbin/bgpd/rde.h |
| +111 | -39 | 3 files | |
Cope with recent rde_enqueue_updates() API changes.
| Version | Delta | File | |
|---|---|---|---|
| 1.20 | +3 | -3 | regress/usr.sbin/bgpd/unittests/rde_decide_test.c |
| +3 | -3 | 1 files | |
correct indentation of cd9660_ihashget()
| Version | Delta | File | |
|---|---|---|---|
| 1.40 | +10 | -10 | sys/isofs/cd9660/cd9660_node.c |
| +10 | -10 | 1 files | |
update to 150.0.7871.46
| Version | Delta | File | |
|---|---|---|---|
| 1.480 | +348 | -272 | www/chromium/distinfo |
| 1.2 | +171 | -133 | www/chromium/crates.inc |
| 1.156 | +67 | -103 | www/chromium/patches/patch-chrome_browser_about_flags_cc |
| 1.81 | +51 | -24 | www/chromium/patches/patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc |
| 1.79 | +27 | -32 | www/chromium/patches/patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc |
| 1.123 | +11 | -47 | www/chromium/patches/patch-build_config_compiler_BUILD_gn |
| +675 | -611 | 425 files not shown | |
| +2,290 | -1,774 | 431 files | |
Update to jujutsu 0.43.0 https://github.com/jj-vcs/jj/releases/tag/v0.43.0
| Version | Delta | File | |
|---|---|---|---|
| 1.26 | +232 | -246 | devel/jujutsu/distinfo |
| 1.27 | +115 | -122 | devel/jujutsu/crates.inc |
| 1.35 | +1 | -2 | devel/jujutsu/Makefile |
| 1.15 | +2 | -0 | devel/jujutsu/pkg/PLIST |
| 1.2 | +0 | -0 | devel/jujutsu/patches/patch-cli_src_main_rs |
| +350 | -370 | 5 files | |