aboutsummaryrefslogtreecommitdiff
path: root/ftp/sftpgo
Commit message (Collapse)AuthorAgeFilesLines
* various: Bump go ports for go-1.25.12 / 1.26.5Dag-Erling Smørgrav2026-07-101-0/+1
|
* ftp/sftpgo: update to 2.7.4Serhii (Sergey) Kozlov2026-06-272-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.4Dag-Erling Smørgrav2026-06-031-0/+1
|
* ftp/sftpgo: update to 2.7.3Serhii (Sergey) Kozlov2026-05-303-7/+6
| | | | Changelog: https://github.com/drakkan/sftpgo/releases
* various: Bump ports for Go 1.25.10Adam Weinberger2026-05-091-1/+1
|
* ftp/sftpgo: fix build without zshSerhii (Sergey) Kozlov2026-04-101-1/+1
| | | | | PR: 294377 Reported by: vedad@kajtaz.net
* various: Bump go ports for go-1.25.9 / 1.26.2Dag-Erling Smørgrav2026-04-101-1/+1
|
* various: Bump ports for Go 1.25.8Adam Weinberger2026-03-061-1/+1
|
* various: Bump Go ports for 1.25.7Adam Weinberger2026-02-051-1/+1
|
* various: Bump Go ports for 1.25.6Adam Weinberger2026-01-161-0/+1
|
* ftp/sftpgo: update to 2.7.0 and fix go version constraintsSerhii (Sergey) Kozlov2026-01-023-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 portsSerhii (Sergey) Kozlov2025-12-051-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 removalAdam Weinberger2025-12-051-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.12Adam Weinberger2025-08-071-1/+1
|
* go: Bump ports for go124 updateAdam Weinberger2025-04-021-1/+1
|
* Bump all go ports for yesterday's releasesAdam Weinberger2025-03-051-0/+1
|
* ftp/sftpgo: update to 2.6.6Serhii (Sergey) Kozlov2025-02-252-5/+5
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.6.6
* ftp/sftpgo: update to 2.6.5Serhii (Sergey) Kozlov2025-02-082-5/+4
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.6.5
* all: Bump after lang/go122 updateAshish SHUKLA2025-01-211-0/+1
| | | | | PR: 284181 MFH: 2025Q1
* ftp/sftpgo: update to 2.6.4Serhii (Sergey) Kozlov2024-11-282-5/+4
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.6.4
* all: Bump after lang/go122 updateAshish SHUKLA2024-11-081-1/+1
| | | | PR: 281842
* ftp/sftpgo: unbreak buildSerhii (Sergey) Kozlov2024-11-081-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 pinSerhii (Sergey) Kozlov2024-10-011-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 updateAshish SHUKLA2024-08-091-1/+1
|
* all: Bump after lang/go122 updateAshish SHUKLA2024-07-031-0/+1
|
* ftp/sftpgo: update to 2.6.2Serhii (Sergey) Kozlov2024-06-212-4/+4
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.6.2
* ftp/sftpgo: update to 2.6.1Serhii (Sergey) Kozlov2024-06-192-5/+4
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.6.1
* all: Bump after lang/go122 updateAshish SHUKLA2024-06-151-0/+1
| | | | MFH: 2024Q2
* ftp/sftpgo: update to 2.6.0Serhii (Sergey) Kozlov2024-05-193-93/+53
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.6.0
* ftp/sftpgo: update to 2.5.6Serhii (Sergey) Kozlov2024-05-132-5/+4
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.5.6
* all: Bump after lang/go121 updateAshish SHUKLA2024-05-131-1/+1
| | | | MFH: 2024Q2
* all: Bump after lang/go121 updateAshish SHUKLA2024-04-151-1/+1
| | | | MFH: 2024Q2
* lang/go: Change DEFAULT to 1.21Muhammad Moinur Rahman2024-03-241-1/+1
| | | | | PR: 277776 Approved by: portmgr (exp-run)
* all: Bump PORTREVISION after lang/go* updateAshish SHUKLA2024-02-111-1/+1
| | | | PR: 276530
* ftp/sftpgo: Move manpages to share/manRenato Botelho2024-01-182-20/+21
| | | | Approved by: portmgr (blanket)
* ftp/sftpgo: update to 2.5.5Serhii (Sergey) Kozlov2023-12-082-5/+4
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.5.5
* all: Bump PORTREVISION after lang/go* updateAshish SHUKLA2023-12-071-0/+1
| | | | PR: 274405
* ftp/sftpgo: update to 2.5.4Serhii (Sergey) Kozlov2023-09-162-5/+4
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.5.4
* all: Bump PORTREVISION after lang/go* updateDmitri Goutnik2023-09-081-1/+1
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-08-041-0/+1
|
* ftp/sftpgo: update to 2.5.3Serhii (Sergey) Kozlov2023-07-132-4/+4
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.5.3
* ftp/sftpgo: update to 2.5.2Serhii (Sergey) Kozlov2023-06-173-5/+6
|
* ftp/sftpgo: Fix plistSerhii (Sergey) Kozlov2023-05-302-0/+11
| | | | | PR: 271612 Reported by: Sam <bsd@bontempi.net>
* ftp/sftpgo: update to 2.5.1Serhii (Sergey) Kozlov2023-05-242-4/+4
| | | | | Changelog: https://github.com/drakkan/sftpgo/releases Reported by: Sam <bsd@bontempi.net>
* ftp/sftpgo: update to 2.4.5Serhii (Sergey) Kozlov2023-04-082-5/+4
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-04-081-1/+1
|
* all: Bump PORTREVISION after Go ports updateDmitri Goutnik2023-03-091-1/+1
|
* all: Bump PORTREVISION after lang/go{119,120} updateDmitri Goutnik2023-02-151-1/+1
|
* all: Bump PORTREVISION after GO_DEFAULT update.Dmitri Goutnik2023-02-091-0/+1
|
* ftp/sftpgo: update to 2.4.4Serhii (Sergey) Kozlov2023-02-052-5/+4
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.4.4