Page MenuHomeFreeBSD
Feed All Stories

May 21 2024

fernape committed R11:c43f42aea2ca: security/vuxml: openfire admin console bypass (authored by fernape).
security/vuxml: openfire admin console bypass
May 21 2024, 2:00 PM
mfechner committed R11:fc3903b2fa0c: security/trivy: update to 0.51.2 (authored by mfechner).
security/trivy: update to 0.51.2
May 21 2024, 1:49 PM
mfechner committed R11:fa30d0767e17: security/rubygem-omniauth-rails_csrf_protection: update to 1.0.2 (authored by mfechner).
security/rubygem-omniauth-rails_csrf_protection: update to 1.0.2
May 21 2024, 1:49 PM
mfechner committed R11:31b5ab2a926c: net/knxd: update to 0.14.61 (authored by mfechner).
net/knxd: update to 0.14.61
May 21 2024, 1:49 PM
mfechner committed R11:c0d940d81130: devel/gitlab-shell: fix build as non-root user in poudriere (authored by Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>).
devel/gitlab-shell: fix build as non-root user in poudriere
May 21 2024, 1:49 PM
emaste committed rG7975f57b7e14: uipc_shm: Fix double check for shmfd->shm_path (authored by rbranco_suse.com).
uipc_shm: Fix double check for shmfd->shm_path
May 21 2024, 1:42 PM
szymon.rajczakowski_mobica.com retitled D45286: [DRAFT} Add support for Atheros AR9271 from Add support for Atheros AR9271 to [DRAFT} Add support for Atheros AR9271.
May 21 2024, 1:29 PM
szymon.rajczakowski_mobica.com requested review of D45286: [DRAFT} Add support for Atheros AR9271.
May 21 2024, 1:29 PM
rwatson requested changes to D44372: Allow subset of wait4(2) functionality in Capsicum mode.

I think this change looks OK as long as wait6(2) is limited to checking children [and perhaps their children, etc]. It doesn’t look to me like it can ever originate the list of processes from allproc or similar, so I believe this is OK?

May 21 2024, 1:09 PM
markj accepted D45280: cryptocheck: Don't test Chacha20-Poly1305 with an IV size of 8.
May 21 2024, 1:02 PM
rwatson accepted D45040: Allow rfork(2) in capsicum(4) capability mode.
May 21 2024, 1:01 PM
markj added a comment to D45279: cryptocheck: Don't treat OpenSSL errors as fatal.

Why would openssl return an error?

May 21 2024, 1:01 PM
andrew added a comment to D45268: libgcc_s: Add a linker script to link to libgcc.

The errors I get from the linker without this change are similar to the following.

May 21 2024, 12:44 PM
olce committed R11:36da97e34315: devel/libkiwix: Update 12.1.0 → 13.1.0 (authored by olce).
devel/libkiwix: Update 12.1.0 → 13.1.0
May 21 2024, 12:41 PM
olce committed R11:b73c2ad4c952: www/kiwix-tools: Update 3.5.0 → 3.7.0 (authored by olce).
www/kiwix-tools: Update 3.5.0 → 3.7.0
May 21 2024, 12:41 PM
olce committed R11:f4debe62c8c2: devel/libzim: Update 8.2.1 → 9.2.1 (authored by olce).
devel/libzim: Update 8.2.1 → 9.2.1
May 21 2024, 12:41 PM
schakrabarti_microsoft.com updated the diff for D45174: TLB flush enlightment using Hyper-V hypercall.
  • small correction
May 21 2024, 12:39 PM
schakrabarti_microsoft.com updated the diff for D45174: TLB flush enlightment using Hyper-V hypercall.
  • added extra line
May 21 2024, 12:37 PM
kp accepted D45283: ifconfig: redo fix vlan/vlanproto reconfiguration.

I've fixed the other vlan issue in https://reviews.freebsd.org/D45285.

May 21 2024, 12:29 PM
schakrabarti_microsoft.com updated the diff for D45174: TLB flush enlightment using Hyper-V hypercall.
  • some more cleanup
May 21 2024, 12:28 PM
kp requested review of D45285: if_vlan: handle VID conflicts.
May 21 2024, 12:25 PM
saper_saper.info added a comment to D45094: graphics/gimp{,-app},graphics/gegl,x11/babl: update to 2.10.38, 0.4.48, 0.1.108.

On both hosts duration of the build was ~1 minute. Memory usage in top during build look same like without build.

May 21 2024, 11:57 AM
trasz added a comment to D44373: Capsicum vs the Pathnames, a PoC.

@trasz : thanks for sending this review request. My general feeling is that I'm leery of relaxing the in-kernel security model, not just because of the potential for opening things we don't mean to open, but also because it complicates the model for those who are trying to understand it. "No global namespaces", while limiting, is a clearer rule than "no global namespaces unless you or your ancestor has previously called fchroot(2), unless-unless something has also called cap_enter(2) again to clear that magic vnode".

May 21 2024, 11:44 AM
fernape added a comment to D45255: Fixing MIT Differences: wrong kdc command.

Thanks!

May 21 2024, 11:41 AM
fernape closed D45255: Fixing MIT Differences: wrong kdc command.
May 21 2024, 11:35 AM
fernape committed R9:09d69dc84a2c: [hb][security]: Fix MIT kdc command (authored by freebsd_ny-central.org).
[hb][security]: Fix MIT kdc command
May 21 2024, 11:35 AM
kp added a comment to D45283: ifconfig: redo fix vlan/vlanproto reconfiguration.
diff --git a/tests/sys/net/if_vlan.sh b/tests/sys/net/if_vlan.sh
index 675ed0090e8c..4d5d70410898 100755
--- a/tests/sys/net/if_vlan.sh
+++ b/tests/sys/net/if_vlan.sh
@@ -37,7 +37,7 @@ basic_body()
        # And change back
        # Test changing the vlan ID
        atf_check -s exit:0 \
-           jexec singsing ifconfig ${vlan1} vlandev ${epair_vlan}b vlan 42
+           jexec singsing ifconfig ${vlan1} vlan 42 vlandev ${epair_vlan}b
        atf_check -s exit:0 -o ignore jexec singsing ping -c 1 10.0.0.1
 }
May 21 2024, 11:28 AM
zlei updated the summary of D45283: ifconfig: redo fix vlan/vlanproto reconfiguration.
May 21 2024, 11:26 AM
vvd added a comment to D45094: graphics/gimp{,-app},graphics/gegl,x11/babl: update to 2.10.38, 0.4.48, 0.1.108.

I tried to rebuild the ports updated by this patch and I have trouble supplying enough virtual memory to build babl.

The last step seems to be vapigen invocation that consumes huge amount of memory. Is this normal? How much is enough?

What is your environment?
Did you test build of old 0.1.106 version in same environment?

May 21 2024, 11:12 AM
fernape accepted D45255: Fixing MIT Differences: wrong kdc command.

That is the program installed by security/krb5-121

May 21 2024, 11:05 AM
saper_saper.info added a comment to D45094: graphics/gimp{,-app},graphics/gegl,x11/babl: update to 2.10.38, 0.4.48, 0.1.108.

I tried to rebuild the ports updated by this patch and I have trouble supplying enough virtual memory to build babl.

May 21 2024, 10:52 AM
fernape added inline comments to D45252: Updating contributing article to include git instead of tar/shar.
May 21 2024, 10:42 AM
fernape committed R11:bc7b70a75004: news/nzbget: Update to 24.0 (authored by nick_kirby.cx).
news/nzbget: Update to 24.0
May 21 2024, 10:37 AM
fernape committed R11:23888dbc3491: print/lilypond-devel: update to 2.25.16 (authored by m.ne_gmx.net).
print/lilypond-devel: update to 2.25.16
May 21 2024, 10:34 AM
pkubaj requested review of D45284: usr.bin/top: fix displaying load average for loads of at least 100.
May 21 2024, 10:34 AM
fernape committed R11:fe619b357085: security/xhash: remove comment (authored by fernape).
security/xhash: remove comment
May 21 2024, 10:33 AM
fernape committed R11:93f697098473: security/xhash: update to v3.3.3 (authored by rbranco_suse.com).
security/xhash: update to v3.3.3
May 21 2024, 10:32 AM
zlei added a comment to D45283: ifconfig: redo fix vlan/vlanproto reconfiguration.

I guess I need a better Title for this CR , I dislike the redo ...

May 21 2024, 10:22 AM
zlei requested review of D45283: ifconfig: redo fix vlan/vlanproto reconfiguration.
May 21 2024, 10:19 AM
des updated the diff for D45240: access(2): Discourage use of these system calls..

reword

May 21 2024, 10:15 AM
schakrabarti_microsoft.com updated the diff for D45174: TLB flush enlightment using Hyper-V hypercall.
  • fixed smp tb shootdown function pointer
  • fixed double declaration and cleanup
  • fixed indentation
May 21 2024, 10:04 AM
meta committed R11:d27b1601b6e0: security/softether-devel: Attempt to fix build (authored by meta).
security/softether-devel: Attempt to fix build
May 21 2024, 9:58 AM
meta committed R11:ea30d78a0e13: devel/lazygit: Update to 0.42.0 (authored by meta).
devel/lazygit: Update to 0.42.0
May 21 2024, 9:58 AM
otis added a comment to D45278: Update set of packages for DVDs.
In D45278#1033061, @bcr wrote:

net/cloud-init would be useful for cloud-y environments.

May 21 2024, 9:52 AM
nivit committed R11:eb76881975ec: x11-toolkits/tkshape: Add LICENSE (authored by portmaster_BSDforge.com).
x11-toolkits/tkshape: Add LICENSE
May 21 2024, 9:50 AM
bcr added a comment to D45278: Update set of packages for DVDs.

net/cloud-init would be useful for cloud-y environments.

May 21 2024, 9:42 AM
des added a comment to D45243: Introduce fcopydata() and fcopydata_sig() functions..
In D45243#1032859, @pjd wrote:
In D45243#1032364, @des wrote:

Have you considered implementing Apple's copyfile API?

I did, but I cannot commit that much time to implement it.

May 21 2024, 9:37 AM
loader added a comment to D45269: Summary: port & dependencies for Anthropic's Claude3 LLM and Datasette.

Thanks for updating this port!

May 21 2024, 9:34 AM
schakrabarti_microsoft.com added inline comments to D45174: TLB flush enlightment using Hyper-V hypercall.
May 21 2024, 9:29 AM
brnrd committed R11:399890025b72: security/vuxml: Document Roundcube XSS (authored by brnrd).
security/vuxml: Document Roundcube XSS
May 21 2024, 9:15 AM
andrew added a comment to D45259: csu: Find the main pointer through the GOT.

It was for something in the Google testing bits.

May 21 2024, 9:06 AM
vanilla committed R11:1f80c1e07e41: devel/py-grpcio-tools: update to 1.64.0. (authored by vanilla).
devel/py-grpcio-tools: update to 1.64.0.
May 21 2024, 8:55 AM
vanilla committed R11:f77f72b5fd96: devel/py-grpcio: update to 1.64.0. (authored by vanilla).
devel/py-grpcio: update to 1.64.0.
May 21 2024, 8:55 AM
andrew added a comment to D45268: libgcc_s: Add a linker script to link to libgcc.

Without this some of the Google tests failed to link as the __aarch64_* atomic functions from lse.S are missing. These are in libgcc but not libgcc_s.

May 21 2024, 8:47 AM
seigo.tanimura_gmail.com updated the diff for D45215: kern/geom: Make the struct bio allocation more robust to a heavy load..

One problem looked over regarding M_USE_RESERVE:

May 21 2024, 8:30 AM
mfechner committed R11:a46d72c31e52: databases/rubygem-seed-fu: use rails 7.0 (authored by mfechner).
databases/rubygem-seed-fu: use rails 7.0
May 21 2024, 8:25 AM
mfechner committed R11:4e5a9eb98da3: www/gitlab: fix database migration error (authored by mfechner).
www/gitlab: fix database migration error
May 21 2024, 8:25 AM
mfechner committed R11:a8fb84f93854: databases/rubygem-neighbor: use rails 7.0 (authored by mfechner).
databases/rubygem-neighbor: use rails 7.0
May 21 2024, 8:25 AM
mfechner committed R11:4b8961cc56ff: mail/rubygem-valid_email: update to 0.2.1 (authored by mfechner).
mail/rubygem-valid_email: update to 0.2.1
May 21 2024, 8:25 AM
mfechner committed R11:a98410b768a6: net/rubygem-openid_connect: use rails 7.0 (authored by mfechner).
net/rubygem-openid_connect: use rails 7.0
May 21 2024, 8:25 AM
mfechner committed R11:ec82df939c03: databases/rubygem-activerecord-explain-analyze: use rails 7.0 (authored by mfechner).
databases/rubygem-activerecord-explain-analyze: use rails 7.0
May 21 2024, 8:25 AM
mfechner committed R11:31f2eff37560: www/gitlab: major update to 17.0.0 (authored by mfechner).
www/gitlab: major update to 17.0.0
May 21 2024, 8:25 AM
mfechner committed R11:ae89a7a86fd4: devel/rubygem-validate_email: use rails 7.0 (authored by mfechner).
devel/rubygem-validate_email: use rails 7.0
May 21 2024, 8:25 AM
mfechner committed R11:5cb600d389dc: security/rubygem-bcrypt_pbkdf: update to 1.1.1 (authored by mfechner).
security/rubygem-bcrypt_pbkdf: update to 1.1.1
May 21 2024, 8:25 AM
mfechner committed R11:e7eb2dba4cdf: devel/rubygem-opentelemetry-instrumentation-sidekiq: update to 0.25.4 (authored by mfechner).
devel/rubygem-opentelemetry-instrumentation-sidekiq: update to 0.25.4
May 21 2024, 8:25 AM
mfechner committed R11:2a2f3924d4d2: security/trivy: update to 0.51.2 (authored by mfechner).
security/trivy: update to 0.51.2
May 21 2024, 8:25 AM
mfechner committed R11:b8bc8aa2a94f: devel/gitlab-runner: update to 17.0.0 (authored by mfechner).
devel/gitlab-runner: update to 17.0.0
May 21 2024, 8:25 AM
mfechner committed R11:ff3285521b3e: devel/rubygem-sentry-ruby: update to 5.17.3 (authored by mfechner).
devel/rubygem-sentry-ruby: update to 5.17.3
May 21 2024, 8:25 AM
mfechner committed R11:cba0e500132e: devel/rubygem-sidekiq71: limit portscout to versio 7.1 and made portclippy happy (authored by mfechner).
devel/rubygem-sidekiq71: limit portscout to versio 7.1 and made portclippy happy
May 21 2024, 8:25 AM
mfechner committed R11:e91c68d7cdbd: math/rubygem-enumerable-statistics: update to 2.0.8 (authored by mfechner).
math/rubygem-enumerable-statistics: update to 2.0.8
May 21 2024, 8:25 AM
mfechner committed R11:fa3585e30711: devel/rubygem-sentry-sidekiq: update to 5.17.3 (authored by mfechner).
devel/rubygem-sentry-sidekiq: update to 5.17.3
May 21 2024, 8:25 AM
mfechner committed R11:03c38807197f: devel/rubygem-sentry-ruby-core: update to 5.17.3 (authored by mfechner).
devel/rubygem-sentry-ruby-core: update to 5.17.3
May 21 2024, 8:25 AM
mfechner committed R11:69165b5602c2: devel/rubygem-sentry-rails: update to 5.17.3 (authored by mfechner).
devel/rubygem-sentry-rails: update to 5.17.3
May 21 2024, 8:25 AM
mfechner committed R11:39c89b741937: net/rubygem-kas-grpc: update to 0.5.0 (authored by mfechner).
net/rubygem-kas-grpc: update to 0.5.0
May 21 2024, 8:25 AM
mfechner committed R11:62df8b4af4e7: textproc/rubygem-gitlab-glfm-markdown: update to 0.0.16 (authored by mfechner).
textproc/rubygem-gitlab-glfm-markdown: update to 0.0.16
May 21 2024, 8:25 AM
mfechner committed R11:fdf4f589e93c: net/rubygem-gitaly: update to 17.0.0 (authored by mfechner).
net/rubygem-gitaly: update to 17.0.0
May 21 2024, 8:25 AM
mfechner committed R11:1e5e294a5b99: devel/rubygem-view_component-rails70: update to 3.12.1 (authored by mfechner).
devel/rubygem-view_component-rails70: update to 3.12.1
May 21 2024, 8:25 AM
mfechner committed R11:f37d2ebb25c5: net/rubygem-apollo_upload_server: update to 2.1.6 (authored by mfechner).
net/rubygem-apollo_upload_server: update to 2.1.6
May 21 2024, 8:25 AM
mfechner committed R11:a638d876f0dc: devel/rubygem-graphql: update to 2.3.2 (authored by mfechner).
devel/rubygem-graphql: update to 2.3.2
May 21 2024, 8:25 AM
mfechner committed R11:27c00312eaa5: devel/rubygem-grape-entity: update to 1.0.1 (authored by mfechner).
devel/rubygem-grape-entity: update to 1.0.1
May 21 2024, 8:25 AM
mfechner committed R11:075da7b73789: devel/rubygem-gitlab-labkit: update to 0.36.0 (authored by mfechner).
devel/rubygem-gitlab-labkit: update to 0.36.0
May 21 2024, 8:25 AM
des edited reviewers for D43093: iavf(4): Improve man page, added: manpages; removed: docs.
May 21 2024, 8:21 AM
des updated the diff for D43093: iavf(4): Improve man page.

clean up

May 21 2024, 8:20 AM
danfe committed R11:ecdd84b09aac: x11-wm/icewm: the port had been updated to version 3.5.0 (authored by danfe).
x11-wm/icewm: the port had been updated to version 3.5.0
May 21 2024, 7:43 AM
val_packett.cool updated val_packett.cool.
May 21 2024, 7:41 AM
val_packett.cool added a comment to D44373: Capsicum vs the Pathnames, a PoC.

I wonder if, instead of changing the in-kernel model, this might be better addressed through interposition, either using LDPRELOAD-ed wrappers that convert open(2) to openat(2) (relative a pre-set "root" FD) or within libc itself?

May 21 2024, 7:40 AM
grembo committed R11:3ace88e8ff1e: deskutils/py-paperless-ngx: Fix document classifier hanging (authored by grembo).
deskutils/py-paperless-ngx: Fix document classifier hanging
May 21 2024, 7:28 AM
gahr committed R11:cdd175214874: databases/mysqltcl: fix build with MariaDB (authored by gahr).
databases/mysqltcl: fix build with MariaDB
May 21 2024, 7:19 AM
des commandeered D43093: iavf(4): Improve man page.
May 21 2024, 7:13 AM
erj added a comment to D43093: iavf(4): Improve man page.
In D43093#1033039, @des wrote:

Eric, do you want me to commandeer this?

May 21 2024, 7:10 AM
Kevin Bowling <kbowling@FreeBSD.org> committed R11:c1a1bc6d296b: databases/pg_similarity: Limit to pgsql < 16 (authored by Kevin Bowling <kbowling@FreeBSD.org>).
databases/pg_similarity: Limit to pgsql < 16
May 21 2024, 6:51 AM
Kevin Bowling <kbowling@FreeBSD.org> committed R11:c5ac63d86bc9: databases/hashtypes: Update to 0.1.5 (authored by Kevin Bowling <kbowling@FreeBSD.org>).
databases/hashtypes: Update to 0.1.5
May 21 2024, 6:43 AM
Kevin Bowling <kbowling@FreeBSD.org> committed R11:d5332e67bb3b: news/inn-current: Update to 20240518 (authored by Kevin Bowling <kbowling@FreeBSD.org>).
news/inn-current: Update to 20240518
May 21 2024, 6:26 AM
des added a comment to D43093: iavf(4): Improve man page.

Eric, do you want me to commandeer this?

May 21 2024, 5:58 AM
des committed rG8e5e42d54ad3: Add man page for the ice network driver. (authored by freebsd_simweb.ch).
Add man page for the ice network driver.
May 21 2024, 5:55 AM
des closed D45270: Add man page for the ice network driver..
May 21 2024, 5:55 AM
mckusick accepted D45245: getblk: fail faster with GB_LOCK_NOWAIT.

I concur that this seems like a reasonable optimization.

May 21 2024, 5:23 AM
mckusick accepted D45248: lockmgr: make lockmgr_disowned public and use it.

Useful abstraction of internal state.

May 21 2024, 5:23 AM
mckusick accepted D45249: buf: define and use BUF_DISOWNED.

Better to avoid use of internal lock state.

May 21 2024, 5:23 AM
yuri committed R11:1bf9143bfcf2: sysutils/uutils-coreutils: New port: Cross-platform Rust rewrite of the GNU… (authored by yuri).
sysutils/uutils-coreutils: New port: Cross-platform Rust rewrite of the GNU…
May 21 2024, 4:52 AM