User Details
- User Since
- Jul 19 2018, 5:53 PM (377 w, 6 d)
Today
Add pkg-message and UPDATING
Update UPDATING as well.
I am considering also add this into UPDATING as well as in pkg-message: https://wrapper.tanukisoftware.com/doc/english/release-notes.html#3.6.0
Yesterday
Mon, Oct 13
Bugzilla does not contain any issues that ignoretime does not work. Weird, not never obviously used.
Simple patch (untested):
@@ -218,6 +218,11 @@ auth_timeok(login_cap_t *lc, time_t t) { int rc = 1; /* Default is ok */ + + /* Bypass time restrictions if ignoretime is set */ + if (lc != NULL && login_getcapbool(lc, "ignoretime", 0)) { + return rc; + }
Sun, Oct 12
Anyone willing to review? This is a simple cleanup.
Fri, Oct 10
Thu, Oct 9
Thu, Oct 2
Any objections? Patch has been provided by upstream (maintainer) and improved by me.
Wed, Oct 1
Waitling for @pi, if we miss quarterly deadline I will MFH it.
Fri, Sep 26
Add changelog
Hope to hear from pi@ soon. This tool helped me to migrate a lot of accounts with ease.
Thu, Sep 25
Drop PORTREVISION
Bump revision
Wed, Sep 24
Wed, Sep 17
Sep 12 2025
Sep 9 2025
Sep 8 2025
Example from Proxmox:
root@pve-1:~# uname -a Linux pve-1.ppmd.siemens.net 6.14.8-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.14.8-2 (2025-07-22T10:04Z) x86_64 GNU/Linux
Sep 6 2025
Just update the port
Update UPDATING
Folks, any opinion on this? This is a readability and internationalization improvement.
Just noticed that I should update UPDATING as well.
Maintainer timeout is approaching, any opinion here?
Maintainers, any objections?
Sep 5 2025
Sep 4 2025
Sep 3 2025
@markj , would you mind to backport it as well? Very useful!
I am fine with the change as long as this is met: https://reviews.freebsd.org/D52158#1192019
Nice idea, hopefully this will be backported.
Sep 2 2025
I agree with @jlduran, all three should be covered. I applied the patch locally and the issue is gone.
Sep 1 2025
Already removed by @rene.
@des done
Aug 31 2025
Waiting for a format approval from mentors.
add ref to default compression
Used the following search pattern: grep -r -e '$(date' -e '$( date' -e 'date' -e 'C date' --exclude '**/tests/**' --exclude '**/sys/contrib/**' --exclude '**/contrib/**' --exclude '**/tools/**' --exclude '**/crypto/**' . --color
Aug 29 2025
@mikael, exp-run is complete. No related failures. Are we good to approve and merge this one?
Folks, any opinion on this? Waiting for the port maintainer...
Aug 28 2025
Now waiting for the maintainer...
Aug 27 2025
Generalize patching
You also forgot to delete the expired distrusted one.