| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
5.0.4 27 Mar 2026 05:38:48
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
www/tinyauth: Update to 5.0.4
* Cache vendor stuff.
* Add GO_TARGET.
* Extract frontend and vendor in post-extract instead of pre-build.
* Improve pkg-message to deploy a quick demo.
* Add pkg-message about breaking-changes starting with version 5.0.0.
* Add tinyauth_chdir parameter in rc(8) script.
* Improve format of help options in rc(8) script.
ChangeLog:
https://github.com/steveiliop56/tinyauth/compare/v4.0.1...v5.0.4
Reported by: ronald@klop.ws (email) |
4.0.1_6 15 Mar 2026 15:28:56
    |
Robert Clausecker (fuz)  |
*/*: Go ports that use modernc.org/sqlite are for aarch64, amd64 only
The module modernc.org/sqlite (and dependencies such as modernc.org/libc)
are only available on aarch64 and amd64 FreeBSD. Other platforms are
not supported on FreeBSD right now.
Consistently mark ports using these with ONLY_FOR_ARCHS.
Approved by: portmgr (build fix blanket)
MFH: 2026Q1 |
4.0.1_6 06 Mar 2026 03:33:23
    |
Adam Weinberger (adamw)  |
various: Bump ports for Go 1.25.8 |
4.0.1_5 14 Feb 2026 00:15:39
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
*/*: Add more information about instructions for creating assets
Reported by: bapt@ |
4.0.1_5 11 Feb 2026 19:21:45
    |
Adam Weinberger (adamw)  |
various: Bump ports for Go default 1.24->1.25 |
4.0.1_4 05 Feb 2026 16:48:00
    |
Adam Weinberger (adamw)  |
various: Bump Go ports for 1.24.13 |
4.0.1_3 16 Jan 2026 17:49:03
    |
Adam Weinberger (adamw)  |
various: Bump Go ports for 1.24.12 |
4.0.1_2 03 Dec 2025 18:24:45
    |
Adam Weinberger (adamw)  |
various: Bump Go ports for 1.24.11 |
4.0.1_1 06 Nov 2025 17:03:19
    |
Adam Weinberger (adamw)  |
various: Bump Go ports for 1.24.10 |
4.0.1 02 Nov 2025 06:12:59
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
www/tinyauth: Update to 4.0.1
ChangeLog: https://github.com/steveiliop56/tinyauth/releases/tag/v4.0.1 |
4.0.0_1 14 Oct 2025 15:13:55
    |
Adam Weinberger (adamw)  |
various: Bump go ports for go-1.24.9 |
4.0.0 14 Oct 2025 00:46:00
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
www/tinyauth: Mark BROKEN on i386, Use default golang version
- Mark BROKEN on i386: cannot use int64(off) (value of type int64) as
int32 value in assignment
- Use the default version of golang as it appears in go.mod, since the
version currently used by Tinyauth is 1.24.
Reported by: pkg-fallout |
4.0.0 11 Oct 2025 21:39:58
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
www/tinyauth: Update to 4.0.0
* Use /var/db/tinyauth as the user's home directory, since Tinyauth is
now a stateful application and needs to store the database somewhere.
ChangeLog: https://github.com/steveiliop56/tinyauth/releases/tag/v4.0.0 |
3.6.2_1 07 Aug 2025 00:13:05
    |
Adam Weinberger (adamw)  |
go123 ports: Bump for 1.23.12 |
3.6.2 02 Aug 2025 23:50:34
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
www/tinyauth: Update to 3.6.2
ChangeLog: https://github.com/steveiliop56/tinyauth/compare/v3.6.0...v3.6.2
Approved by: acm (mentor) |
3.6.0 10 Jul 2025 18:54:32
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
www/tinyauth: Update to 3.6.0
ChangeLog: https://github.com/steveiliop56/tinyauth/compare/v3.4.1..v3.6.0
Approved by: acm (mentor) |
3.4.1 22 Jun 2025 21:54:06
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
www/tinyauth: New port: Simplest way to protect your apps with a login screen
Tinyauth is a simple authentication middleware that adds a simple
login screen or OAuth with Google, Github and any provider to all
of your docker apps. It supports all the popular proxies like
Traefik, Nginx and Caddy.
Approved by: acm (mentor) |