| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | various: Bump go ports for go-1.25.12 / 1.26.5 | Dag-Erling Smørgrav | 2026-07-10 | 1 | -0/+1 |
| | | |||||
| * | ftp/sftpgo: update to 2.7.4 | Serhii (Sergey) Kozlov | 2026-06-27 | 2 | -6/+5 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.7.4 | ||||
| * | various: Bump go ports for go-1.25.11 / go-1.26.4 | Dag-Erling Smørgrav | 2026-06-03 | 1 | -0/+1 |
| | | |||||
| * | ftp/sftpgo: update to 2.7.3 | Serhii (Sergey) Kozlov | 2026-05-30 | 3 | -7/+6 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases | ||||
| * | various: Bump ports for Go 1.25.10 | Adam Weinberger | 2026-05-09 | 1 | -1/+1 |
| | | |||||
| * | ftp/sftpgo: fix build without zsh | Serhii (Sergey) Kozlov | 2026-04-10 | 1 | -1/+1 |
| | | | | | | PR: 294377 Reported by: vedad@kajtaz.net | ||||
| * | various: Bump go ports for go-1.25.9 / 1.26.2 | Dag-Erling Smørgrav | 2026-04-10 | 1 | -1/+1 |
| | | |||||
| * | various: Bump ports for Go 1.25.8 | Adam Weinberger | 2026-03-06 | 1 | -1/+1 |
| | | |||||
| * | various: Bump Go ports for 1.25.7 | Adam Weinberger | 2026-02-05 | 1 | -1/+1 |
| | | |||||
| * | various: Bump Go ports for 1.25.6 | Adam Weinberger | 2026-01-16 | 1 | -0/+1 |
| | | |||||
| * | ftp/sftpgo: update to 2.7.0 and fix go version constraints | Serhii (Sergey) Kozlov | 2026-01-02 | 3 | -10/+13 |
| | | | | | | | | The port requires Go 1.25+, so mention that in the Makefile Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.7.0 PR: 292041 | ||||
| * | ftp/sftpgo,security/sshesame: Remove go version pin from my ports | Serhii (Sergey) Kozlov | 2025-12-05 | 1 | -4/+1 |
| | | | | | | The ports dont require a go version pin, so remove it. Because theres no more pin - remove DEPRECATED | ||||
| * | many: Unsupported Go dep; deprecate and schedule for removal | Adam Weinberger | 2025-12-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are about 75 ports that depend on old, unsupported Go versions. I've scheduled those Go versions for deletions on 2025/01/01, and so these ports are scheduled for removal on that same day. HOWEVER.... Likely NONE or VERY VERY FEW of these ports will actually need to be deleted! This stems from a misunderstanding: When go.mod says "go 1.23", it means that it requires AT LEAST go-1.23. Locking a port to a specific go version should almost never happen; it is reserved for when a package absolutely cannot build with any newer version, and it almost means that the port will only last 1 year (Go releases new minors twice a year). Where a port has USES=go:1.23 maintainers should attempt build with just USES=go If that works, please either commit it or submit it in a PR. Same goes go USES=go:1.23,modules to attempt USES=go,modules | ||||
| * | go123 ports: Bump for 1.23.12 | Adam Weinberger | 2025-08-07 | 1 | -1/+1 |
| | | |||||
| * | go: Bump ports for go124 update | Adam Weinberger | 2025-04-02 | 1 | -1/+1 |
| | | |||||
| * | Bump all go ports for yesterday's releases | Adam Weinberger | 2025-03-05 | 1 | -0/+1 |
| | | |||||
| * | ftp/sftpgo: update to 2.6.6 | Serhii (Sergey) Kozlov | 2025-02-25 | 2 | -5/+5 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.6.6 | ||||
| * | ftp/sftpgo: update to 2.6.5 | Serhii (Sergey) Kozlov | 2025-02-08 | 2 | -5/+4 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.6.5 | ||||
| * | all: Bump after lang/go122 update | Ashish SHUKLA | 2025-01-21 | 1 | -0/+1 |
| | | | | | | PR: 284181 MFH: 2025Q1 | ||||
| * | ftp/sftpgo: update to 2.6.4 | Serhii (Sergey) Kozlov | 2024-11-28 | 2 | -5/+4 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.6.4 | ||||
| * | all: Bump after lang/go122 update | Ashish SHUKLA | 2024-11-08 | 1 | -1/+1 |
| | | | | | PR: 281842 | ||||
| * | ftp/sftpgo: unbreak build | Serhii (Sergey) Kozlov | 2024-11-08 | 1 | -1/+1 |
| | | | | | | | | SFTPGo requires Go 1.22.7+, but the default is 1.21, so it doesn't build without specifying the version explicitly. Unfortunatelly, go.mk doesn't support specifying _minimum_ Go version, so I have to pin it to 1.22 even though the port builds OK on 1.23 and 1.24. | ||||
| * | ftp/sftpgo: remove go version pin | Serhii (Sergey) Kozlov | 2024-10-01 | 1 | -1/+1 |
| | | | | | | | | The port actually builds fine for 1.23 as well. PR: 281795 Reported by: Jordan Ostreff <jordan@ostreff.info> | ||||
| * | all: Bump after lang/go122 update | Ashish SHUKLA | 2024-08-09 | 1 | -1/+1 |
| | | |||||
| * | all: Bump after lang/go122 update | Ashish SHUKLA | 2024-07-03 | 1 | -0/+1 |
| | | |||||
| * | ftp/sftpgo: update to 2.6.2 | Serhii (Sergey) Kozlov | 2024-06-21 | 2 | -4/+4 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.6.2 | ||||
| * | ftp/sftpgo: update to 2.6.1 | Serhii (Sergey) Kozlov | 2024-06-19 | 2 | -5/+4 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.6.1 | ||||
| * | all: Bump after lang/go122 update | Ashish SHUKLA | 2024-06-15 | 1 | -0/+1 |
| | | | | | MFH: 2024Q2 | ||||
| * | ftp/sftpgo: update to 2.6.0 | Serhii (Sergey) Kozlov | 2024-05-19 | 3 | -93/+53 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.6.0 | ||||
| * | ftp/sftpgo: update to 2.5.6 | Serhii (Sergey) Kozlov | 2024-05-13 | 2 | -5/+4 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.5.6 | ||||
| * | all: Bump after lang/go121 update | Ashish SHUKLA | 2024-05-13 | 1 | -1/+1 |
| | | | | | MFH: 2024Q2 | ||||
| * | all: Bump after lang/go121 update | Ashish SHUKLA | 2024-04-15 | 1 | -1/+1 |
| | | | | | MFH: 2024Q2 | ||||
| * | lang/go: Change DEFAULT to 1.21 | Muhammad Moinur Rahman | 2024-03-24 | 1 | -1/+1 |
| | | | | | | PR: 277776 Approved by: portmgr (exp-run) | ||||
| * | all: Bump PORTREVISION after lang/go* update | Ashish SHUKLA | 2024-02-11 | 1 | -1/+1 |
| | | | | | PR: 276530 | ||||
| * | ftp/sftpgo: Move manpages to share/man | Renato Botelho | 2024-01-18 | 2 | -20/+21 |
| | | | | | Approved by: portmgr (blanket) | ||||
| * | ftp/sftpgo: update to 2.5.5 | Serhii (Sergey) Kozlov | 2023-12-08 | 2 | -5/+4 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.5.5 | ||||
| * | all: Bump PORTREVISION after lang/go* update | Ashish SHUKLA | 2023-12-07 | 1 | -0/+1 |
| | | | | | PR: 274405 | ||||
| * | ftp/sftpgo: update to 2.5.4 | Serhii (Sergey) Kozlov | 2023-09-16 | 2 | -5/+4 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.5.4 | ||||
| * | all: Bump PORTREVISION after lang/go* update | Dmitri Goutnik | 2023-09-08 | 1 | -1/+1 |
| | | |||||
| * | all: Bump PORTREVISION after lang/go{119,120} update | Dmitri Goutnik | 2023-08-04 | 1 | -0/+1 |
| | | |||||
| * | ftp/sftpgo: update to 2.5.3 | Serhii (Sergey) Kozlov | 2023-07-13 | 2 | -4/+4 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.5.3 | ||||
| * | ftp/sftpgo: update to 2.5.2 | Serhii (Sergey) Kozlov | 2023-06-17 | 3 | -5/+6 |
| | | |||||
| * | ftp/sftpgo: Fix plist | Serhii (Sergey) Kozlov | 2023-05-30 | 2 | -0/+11 |
| | | | | | | PR: 271612 Reported by: Sam <bsd@bontempi.net> | ||||
| * | ftp/sftpgo: update to 2.5.1 | Serhii (Sergey) Kozlov | 2023-05-24 | 2 | -4/+4 |
| | | | | | | Changelog: https://github.com/drakkan/sftpgo/releases Reported by: Sam <bsd@bontempi.net> | ||||
| * | ftp/sftpgo: update to 2.4.5 | Serhii (Sergey) Kozlov | 2023-04-08 | 2 | -5/+4 |
| | | |||||
| * | all: Bump PORTREVISION after lang/go{119,120} update | Dmitri Goutnik | 2023-04-08 | 1 | -1/+1 |
| | | |||||
| * | all: Bump PORTREVISION after Go ports update | Dmitri Goutnik | 2023-03-09 | 1 | -1/+1 |
| | | |||||
| * | all: Bump PORTREVISION after lang/go{119,120} update | Dmitri Goutnik | 2023-02-15 | 1 | -1/+1 |
| | | |||||
| * | all: Bump PORTREVISION after GO_DEFAULT update. | Dmitri Goutnik | 2023-02-09 | 1 | -0/+1 |
| | | |||||
| * | ftp/sftpgo: update to 2.4.4 | Serhii (Sergey) Kozlov | 2023-02-05 | 2 | -5/+4 |
| | | | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.4.4 | ||||
