Page MenuHomeFreeBSD

cy (Cy Schubert)
Committer

Projects (10)

User Details

User Since
May 10 2014, 4:26 AM (619 w, 6 d)

Recent Activity

Yesterday

cy committed R11:a41eed035f2c: mail/spamassassin-devel: update to latest github commit (authored by cy).
mail/spamassassin-devel: update to latest github commit
Thu, Mar 26, 1:55 AM
cy committed R11:a2b1a685815e: net/kea-devel: Update to 3.1.7 (authored by cy).
net/kea-devel: Update to 3.1.7
Thu, Mar 26, 1:55 AM
cy committed R11:34ccb571ba8e: sysutils/nut-devel: Update to the latest networkupstools/nut github commit (authored by cy).
sysutils/nut-devel: Update to the latest networkupstools/nut github commit
Thu, Mar 26, 1:55 AM
cy committed R11:481298d2b0b6: sysutils/nut-devel: Sort MANPAGES in pkg-plist (authored by cy).
sysutils/nut-devel: Sort MANPAGES in pkg-plist
Thu, Mar 26, 1:55 AM
cy committed R11:e33812103b99: security/krb5-devel: update to the latest MIT/KRB5 github commit (authored by cy).
security/krb5-devel: update to the latest MIT/KRB5 github commit
Thu, Mar 26, 1:55 AM
cy committed R11:b807219d0336: security/nmap-devel: Update to the latest GH commit (authored by cy).
security/nmap-devel: Update to the latest GH commit
Thu, Mar 26, 1:55 AM
cy committed R11:49f562744bad: shells/ksh-devel: update to the latest ksh93/ksh github commit (authored by cy).
shells/ksh-devel: update to the latest ksh93/ksh github commit
Thu, Mar 26, 1:55 AM
cy committed R11:4374ce327320: sysutils/cfengine-devel: Update to latest GH commit (authored by cy).
sysutils/cfengine-devel: Update to latest GH commit
Thu, Mar 26, 1:55 AM
cy committed R11:ea7d843f534f: sysutils/cfengine-masterfiles-devel: Update to latest GH commit (authored by cy).
sysutils/cfengine-masterfiles-devel: Update to latest GH commit
Thu, Mar 26, 1:55 AM
cy committed R11:dde09ffcb2ec: net/hostapd-devel: Update to the latest GH commit (authored by cy).
net/hostapd-devel: Update to the latest GH commit
Thu, Mar 26, 1:55 AM
cy committed R11:bb914eaad5a0: security/wpa_supplicant-devel: Update to latest GH commit (authored by cy).
security/wpa_supplicant-devel: Update to latest GH commit
Thu, Mar 26, 1:55 AM

Mon, Mar 23

cy accepted D55929: ntpdate: Add a deprecation message to syslog.

Good to go.

Mon, Mar 23, 11:40 PM
cy committed R11:8914c06bbc77: net/ntp: Reverse check for libmd and libmd5 (authored by cy).
net/ntp: Reverse check for libmd and libmd5
Mon, Mar 23, 8:20 PM

Sun, Mar 22

cy added inline comments to D55929: ntpdate: Add a deprecation message to syslog.
Sun, Mar 22, 5:13 AM

Fri, Mar 20

cy added a comment to D55929: ntpdate: Add a deprecation message to syslog.

Can you also please submit a review for the port?

Fri, Mar 20, 5:59 AM

Thu, Mar 19

cy added a comment to D55929: ntpdate: Add a deprecation message to syslog.

I sent (cc you) an email to Harlan Stenn, the primary developer at nwtime.org. (nwtime.org is replacing the ntp.org). Let's see what he says.

Thu, Mar 19, 1:46 PM
cy added a comment to D55929: ntpdate: Add a deprecation message to syslog.

Why put the message here, now? It is not we (FreeBSD) who will deprecated it in a certain amount of time. It is nwtime.org that will. Should we not try to upstream this by submitting a patch to them first? Before we apply this patch here?

Thu, Mar 19, 3:44 AM

Thu, Mar 12

cy abandoned D55823: krb5: Use GNU strerror_r() when building on Linux.

Update to the latest 15-STABLE is all that is needed.

Thu, Mar 12, 7:58 PM
cy added a comment to D55823: krb5: Use GNU strerror_r() when building on Linux.

I think this needs a little more investigation because k5-platform.h already includes autoconf.h. jrtc27@'s October patch should have been enough. I will rebuild again (cleanly).

Thu, Mar 12, 2:51 PM
cy added a comment to D55823: krb5: Use GNU strerror_r() when building on Linux.

I find it quite surprising that this would just be broken in the upstream build; is it possible this is an artifact of our bespoke build process? Presumably the Implement the POSIX strerror_r API in terms of the GNU strerror_r section has to be used on GNU systems?

Thu, Mar 12, 2:20 PM
cy added a comment to D55823: krb5: Use GNU strerror_r() when building on Linux.

Is this something which should be upstream?

Thu, Mar 12, 12:08 PM
cy added a reviewer for D55823: krb5: Use GNU strerror_r() when building on Linux: krb5.
Thu, Mar 12, 3:29 AM
cy requested review of D55823: krb5: Use GNU strerror_r() when building on Linux.
Thu, Mar 12, 3:28 AM

Wed, Mar 11

cy committed R11:f477358549e1: security/nmap: Restore missed ./configure patch (authored by cy).
security/nmap: Restore missed ./configure patch
Wed, Mar 11, 9:43 PM
cy committed rGfdddd0058e34: krb5: Fix -Wint-conversion when bootstrapping on GNU/Linux (authored by jrtc27).
krb5: Fix -Wint-conversion when bootstrapping on GNU/Linux
Wed, Mar 11, 5:37 PM
cy committed rGb373cf4ff140: krb5: Include <features.h> on Linux so __GLIBC__ can be checked (authored by jrtc27).
krb5: Include <features.h> on Linux so __GLIBC__ can be checked
Wed, Mar 11, 5:37 PM

Fri, Mar 6

cy abandoned D55678: krb5, kerberos5: Remove no-undefined linker option.

This patch only masks another problem. When this patch is applied, usr.bin/ldd32 fails on the same error. The symbols that are exported in lib/libc.so, are not exported in lib32/libc.so. The problem is elsewhere but not here.

Fri, Mar 6, 4:20 AM
cy updated the summary of D55678: krb5, kerberos5: Remove no-undefined linker option.
Fri, Mar 6, 12:30 AM
cy added a comment to D55678: krb5, kerberos5: Remove no-undefined linker option.

My Heimdal builds also fail with the same error. Something has recently changed in the tree to cause these two unrelated Kerberosen to fail with the same libc objects not found.

Fri, Mar 6, 12:28 AM
cy retitled D55678: krb5, kerberos5: Remove no-undefined linker option from krb5: Remove no-undefined linker option to krb5, kerberos5: Remove no-undefined linker option.
Fri, Mar 6, 12:27 AM
cy added a comment to D55678: krb5, kerberos5: Remove no-undefined linker option.

krb5 build failures have been occurring for a while afaik, e.g. PR293258? 9cea0f0be79d should be a no-op since the now-removed (portions of) if conditions were always true .if ${${X_}LINKER_TYPE} != "bfd" || ${${X_}LINKER_VERSION} > 21750 and the part of .if ${${X_}LINKER_TYPE} == "bfd" && ${${X_}LINKER_VERSION} > 21750 after &&

Fri, Mar 6, 12:18 AM

Thu, Mar 5

cy requested review of D55678: krb5, kerberos5: Remove no-undefined linker option.
Thu, Mar 5, 10:55 PM

Tue, Mar 3

cy committed R11:80018994a56b: shells/ksh-devel: Update to latest github commit plus additional fixes (authored by Martijn Dekker <martijn@inlv.org>).
shells/ksh-devel: Update to latest github commit plus additional fixes
Tue, Mar 3, 2:27 AM

Mon, Mar 2

cy committed R11:25efd1de31f3: sysutils/nut-devel: Add newly discovered USB dependency (authored by cy).
sysutils/nut-devel: Add newly discovered USB dependency
Mon, Mar 2, 4:08 PM

Sun, Mar 1

cy committed R11:2356008bc729: shells/ksh-devel: Fix build with /bin/sh (authored by cy).
shells/ksh-devel: Fix build with /bin/sh
Sun, Mar 1, 4:48 PM
cy committed R11:2609e5d522b2: Revert "shells/ksh-devel: Fix poudriere build" (authored by cy).
Revert "shells/ksh-devel: Fix poudriere build"
Sun, Mar 1, 4:47 PM
cy added a reverting change for R11:54361e152fd4: shells/ksh-devel: Fix poudriere build: R11:2609e5d522b2: Revert "shells/ksh-devel: Fix poudriere build".
Sun, Mar 1, 4:47 PM

Fri, Feb 27

cy committed R11:54361e152fd4: shells/ksh-devel: Fix poudriere build (authored by cy).
shells/ksh-devel: Fix poudriere build
Fri, Feb 27, 10:32 PM
cy committed R11:d9903aab809b: sysutils/nut-devel: Update to the latest networkupstools/nut github commit (authored by cy).
sysutils/nut-devel: Update to the latest networkupstools/nut github commit
Fri, Feb 27, 10:32 PM
cy committed R11:640802444aac: shells/ksh-devel: Fixup conflict with ksh93 (authored by cy).
shells/ksh-devel: Fixup conflict with ksh93
Fri, Feb 27, 6:46 PM
cy committed R11:583f1af5f157: x11/cde-devel: Update missing patch (authored by cy).
x11/cde-devel: Update missing patch
Fri, Feb 27, 6:38 PM
cy committed R11:e18170192e1d: net/hostapd-devel: Update to the latest GH commit (authored by cy).
net/hostapd-devel: Update to the latest GH commit
Fri, Feb 27, 6:26 PM
cy committed R11:bfc3172764d6: x11/cde-devel: Update to the latest cdesktopenv-code commit (authored by cy).
x11/cde-devel: Update to the latest cdesktopenv-code commit
Fri, Feb 27, 6:26 PM
cy committed R11:bfe5dc6f6b42: security/krb5-devel: update to the latest MIT/KRB5 github commit (authored by cy).
security/krb5-devel: update to the latest MIT/KRB5 github commit
Fri, Feb 27, 6:26 PM
cy committed R11:5b8f1fe0f0ba: security/wpa_supplicant-devel: Update to latest GH commit (authored by cy).
security/wpa_supplicant-devel: Update to latest GH commit
Fri, Feb 27, 6:26 PM
cy committed R11:0fd9c0443356: x11-toolkits/thentenaar-motif-devel: Update to the latest github commit (authored by cy).
x11-toolkits/thentenaar-motif-devel: Update to the latest github commit
Fri, Feb 27, 6:26 PM
cy committed R11:4dddba32e9aa: shells/ksh-devel: update to the latest ksh93/ksh github commit (authored by cy).
shells/ksh-devel: update to the latest ksh93/ksh github commit
Fri, Feb 27, 6:26 PM
cy committed R11:10a24b24fa27: mail/spamassassin-devel: update to latest github commit (authored by cy).
mail/spamassassin-devel: update to latest github commit
Fri, Feb 27, 6:26 PM
cy committed R11:88291db4eee3: sysutils/cfengine-devel: Update to latest GH commit (authored by cy).
sysutils/cfengine-devel: Update to latest GH commit
Fri, Feb 27, 6:26 PM
cy committed R11:163106409206: sysutils/cfengine-masterfiles-devel: Update to latest GH commit (authored by cy).
sysutils/cfengine-masterfiles-devel: Update to latest GH commit
Fri, Feb 27, 6:26 PM

Thu, Feb 26

cy committed R11:84f2980ccd50: sysutils/syslog-ng: Update to 4.11.0 (authored by cy).
sysutils/syslog-ng: Update to 4.11.0
Thu, Feb 26, 7:36 PM

Feb 24 2026

cy committed rG51bb8e49cf7e: heimdal: Pass the correct pointer to free in an error case (authored by jhb).
heimdal: Pass the correct pointer to free in an error case
Feb 24 2026, 3:18 AM
cy committed rG1ce195ddf8a6: heimdal: Pass the correct pointer to realloc when growing a string buffer (authored by jhb).
heimdal: Pass the correct pointer to realloc when growing a string buffer
Feb 24 2026, 3:18 AM

Feb 20 2026

cy committed rG60043137c50c: ipfilter: Interface name must not extend beyond end of buffer (authored by cy).
ipfilter: Interface name must not extend beyond end of buffer
Feb 20 2026, 2:25 AM
cy committed rG53e1019c8494: ipfilter: Fix possible overrun (authored by cy).
ipfilter: Fix possible overrun
Feb 20 2026, 2:25 AM
cy committed rGbdf97b8f056f: ipfilter: Interface name must not extend beyond end of buffer (authored by cy).
ipfilter: Interface name must not extend beyond end of buffer
Feb 20 2026, 2:25 AM
cy committed rG15c33b64ac2d: ipfilter: Fix possible overrun (authored by cy).
ipfilter: Fix possible overrun
Feb 20 2026, 2:24 AM
cy committed rGafaf984ae0dc: ipfilter: Interface name must not extend beyond end of buffer (authored by cy).
ipfilter: Interface name must not extend beyond end of buffer
Feb 20 2026, 2:24 AM
cy committed rGdda404ebddf2: ipfilter: Fix possible overrun (authored by cy).
ipfilter: Fix possible overrun
Feb 20 2026, 2:24 AM

Feb 17 2026

cy committed rG3fdbd8a07a2d: ipfilter: Avoid negative array indicies (authored by cy).
ipfilter: Avoid negative array indicies
Feb 17 2026, 2:23 AM
cy accepted D55317: krb5: Make compile_et.sh quiet during builds.
Feb 17 2026, 2:23 AM
cy closed D55260: ipfilter: Avoid negative array indicies.
Feb 17 2026, 2:22 AM

Feb 13 2026

cy accepted D55280: security/libgcrypt: Fix key validation with GCRYECC_FLAG_LEAST_LEAK.

LGTM

Feb 13 2026, 9:41 PM

Feb 12 2026

cy added a comment to D13356: New ufdformat(1) utility.

I have a usb floppy disk. It attaches to the system as /dev/da0. I can test this this weekend.

Feb 12 2026, 3:47 PM
cy added a comment to D13356: New ufdformat(1) utility.
In D13356#1263008, @bms wrote:
In D13356#1262904, @cy wrote:

Imported into my GIT repo. I will review the code and make any changes needed to get it working again.

OT: Hello Cy. Yes, I tried to send you a text message at the start of the year, but I think your cell number has changed since 2014. I want to make it out to BC again at some point this year as a friend from my high school days has had the operation to become Canadian, I believe.

Feb 12 2026, 2:53 PM
cy requested review of D55260: ipfilter: Avoid negative array indicies.
Feb 12 2026, 4:14 AM

Feb 10 2026

cy added a comment to D13356: New ufdformat(1) utility.

Imported into my GIT repo. I will review the code and make any changes needed to get it working again.

Feb 10 2026, 5:43 PM
cy added a comment to D13356: New ufdformat(1) utility.
In D13356#1262434, @imp wrote:

This hasn't landed. the feedback from way back wasn't addressed. We can restart. I see several things in this code just glancing at it that I didn't understand well enough to comment on years ago.

Feb 10 2026, 5:36 PM
cy committed rG47fb51847fde: ipfilter: Interface name must not extend beyond end of buffer (authored by cy).
ipfilter: Interface name must not extend beyond end of buffer
Feb 10 2026, 2:03 PM

Feb 9 2026

cy committed rG0e7db4109606: ObsoleteFiles.mk: Remove obsolete MIT KRB5 plugins (authored by cy).
ObsoleteFiles.mk: Remove obsolete MIT KRB5 plugins
Feb 9 2026, 1:43 PM
cy committed rGe5434587ccdf: krb5: Fix another GCC build issue (authored by cy).
krb5: Fix another GCC build issue
Feb 9 2026, 1:43 PM
cy committed rG55a08524b1aa: krb5: Fix gcc14 build (authored by cy).
krb5: Fix gcc14 build
Feb 9 2026, 1:43 PM
cy committed rG25a9a3987fa2: krb5: Expose missing symbols (authored by cy).
krb5: Expose missing symbols
Feb 9 2026, 1:43 PM

Feb 6 2026

cy committed R11:5e882ff25ae1: security/nmap*: Make dbus a dependency of PCAP (authored by cy).
security/nmap*: Make dbus a dependency of PCAP
Feb 6 2026, 3:53 PM
cy committed R11:7ffb506df86a: securty/nmap*: Fix dbus build (authored by eval_iptk.ru).
securty/nmap*: Fix dbus build
Feb 6 2026, 3:30 PM

Feb 5 2026

cy requested review of D55133: ipfilter: Interface name must not extend beyond end of buffer.
Feb 5 2026, 5:50 PM
cy committed rGee44ab936e84: diff: Fix build (authored by cy).
diff: Fix build
Feb 5 2026, 3:28 PM

Feb 4 2026

cy committed rGe40817302ebd: ipfilter: Fix possible overrun (authored by cy).
ipfilter: Fix possible overrun
Feb 4 2026, 8:48 PM

Feb 3 2026

cy committed R11:53903a9bd906: security/nmap-devel: Mark broken with PCAP option (authored by cy).
security/nmap-devel: Mark broken with PCAP option
Feb 3 2026, 4:51 AM
cy committed R11:83a58db4fb0e: security/nmap: Mark broken with PCAP option (authored by cy).
security/nmap: Mark broken with PCAP option
Feb 3 2026, 4:51 AM
cy committed R11:51ce0ab7e414: security/nmap-devel: Sync patches and build configs with security/nmap (authored by cy).
security/nmap-devel: Sync patches and build configs with security/nmap
Feb 3 2026, 1:06 AM
cy committed R11:be8868737f7b: security/nmap: Update to 7.98 (authored by cy).
security/nmap: Update to 7.98
Feb 3 2026, 1:06 AM

Feb 2 2026

cy closed D54780: ObsoleteFiles.mk: Remove obsolete MIT KRB5 plugins.
Feb 2 2026, 4:48 PM
cy committed rGd0309745e621: ObsoleteFiles.mk: Remove obsolete MIT KRB5 plugins (authored by cy).
ObsoleteFiles.mk: Remove obsolete MIT KRB5 plugins
Feb 2 2026, 4:48 PM

Jan 31 2026

cy accepted D54931: heimdal: Add missing function prototypes.
Jan 31 2026, 3:53 PM
cy accepted D54933: heimdal: Pass the correct pointer to realloc when growing a string buffer.
Jan 31 2026, 3:52 PM
cy accepted D54932: heimdal: Pass the correct pointer to free in an error case.
Jan 31 2026, 3:52 PM
cy committed R11:d2c9fa526180: security/libgcrypt: Update to 1.12.0 (authored by cy).
security/libgcrypt: Update to 1.12.0
Jan 31 2026, 5:05 AM

Jan 30 2026

cy committed R11:2de9005638c3: sysutils/py-ansible-core220: Update to 2.20.2 (authored by cy).
sysutils/py-ansible-core220: Update to 2.20.2
Jan 30 2026, 11:35 PM

Jan 29 2026

cy committed R11:8e2de3f0ad5b: sysutils/nut-devel: Update to the latest networkupstools/nut github commit (authored by cy).
sysutils/nut-devel: Update to the latest networkupstools/nut github commit
Jan 29 2026, 6:32 PM
cy committed R11:322c4d33864a: security/wpa_supplicant-devel: Fix build with IEEE80211N (authored by cy).
security/wpa_supplicant-devel: Fix build with IEEE80211N
Jan 29 2026, 1:36 AM
cy committed R11:e9d64f31a112: security/nmap-devel: Update to the latest GH commit (authored by cy).
security/nmap-devel: Update to the latest GH commit
Jan 29 2026, 12:00 AM
cy committed R11:a5ddb6812912: mail/nmh-devel: update to latest git commit on savannah (authored by cy).
mail/nmh-devel: update to latest git commit on savannah
Jan 29 2026, 12:00 AM
cy committed R11:bc5bcd8b1c49: security/krb5-devel: update to the latest MIT/KRB5 github commit (authored by cy).
security/krb5-devel: update to the latest MIT/KRB5 github commit
Jan 29 2026, 12:00 AM
cy committed R11:91a0a488d2d7: shells/ksh-devel: update to the latest ksh93/ksh github commit (authored by cy).
shells/ksh-devel: update to the latest ksh93/ksh github commit
Jan 29 2026, 12:00 AM
cy committed R11:6f31ba761d04: sysutils/cfengine-masterfiles-devel: Update to latest GH commit (authored by cy).
sysutils/cfengine-masterfiles-devel: Update to latest GH commit
Jan 29 2026, 12:00 AM
cy committed R11:927fbb88e000: sysutils/cfengine-devel: Update to latest GH commit (authored by cy).
sysutils/cfengine-devel: Update to latest GH commit
Jan 29 2026, 12:00 AM
cy committed R11:56666f155b5f: net/hostapd-devel: Update to the latest GH commit (authored by cy).
net/hostapd-devel: Update to the latest GH commit
Jan 29 2026, 12:00 AM
cy committed R11:b2201f3ba586: security/wpa_supplicant-devel: Update to latest GH commit (authored by cy).
security/wpa_supplicant-devel: Update to latest GH commit
Jan 29 2026, 12:00 AM

Jan 27 2026

cy committed rGaf9d11303c9b: CODEOWNERS: Add myself to WPA (authored by cy).
CODEOWNERS: Add myself to WPA
Jan 27 2026, 3:52 PM