summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-09-17updating to v0.2.29zoorat
2023-08-29Updated to 0.2.28Stetsed
2023-06-160.2.27Stetsed
2023-05-14Updated to 0.2.26Stetsed
2022-09-06Updated to Version 0.2.24 Removed PatchStetsed
Updated the PKGVER to 0.2.24, and removed the patch which changed user-agent and API endpoint as it was merged in upstream(https://github.com/emersion/hydroxide/commit/b11846dbb34e95bdebdfb4f928bdef23efd8dca2).
2022-08-180.2.23-4Colin Arnott
Proton has started rate limiting the old apis that hydroxide uses. This kind of breaks the whole application, so we have backported a patch from the default branch, with the hopes that a new version will be tagged to obviate the need for this.
2022-05-180.2.23-2Colin Arnott
Fix systemd system service by forking from user service. Turns out WanedBy is not the same. As part of the greater improvements to the hydroxide system service, we added a user account, and moved configuration to /etc/ by lying about XDG_CONFIG_HOME. This could require tweaking, and should really be upstreamed.
2022-05-13add .SRCINFOColin Arnott
2022-05-130.2.23-2Colin Arnott
Add systemd service.
2022-05-110.2.23-1Colin Arnott
2022-05-060.2.22Stetsed
2021-11-280.2.21-1Colin Arnott
2021-08-260.2.20-1Colin Arnott
2021-07-290.2.19-1Colin Arnott
2021-06-110.2.18-1Colin Arnott
2020-12-210.2.17-1Colin Arnott
2020-12-110.2.16-1Colin Arnott
2020-07-02Update .SRCINFONitroretro
2020-07-020.2.15-1Nitroretro
Also, bring the package into line with current Go package guidelines.
2020-04-292.4.14-3Nitroretro
This patch brings the package into line with the package / security guidelines and other Go packages in the official repositories. * build from official tarball * verify sources by PGP signature * install hydroxide's MIT license to /usr/share/licenses/hydroxide * use go-pie instead of go for security * add missing dependency glibc * remove check() since hydroxide doesn't have test cases * delete go.sum
2020-04-290.2.14-2Colin Arnott
This change breaks up the monolithic package into distinct prepare, build, check, and package steps, as that is canonical. Borrowing from packaging guidelines we also now respect LDFLAGS and trimpath at build time.
2020-04-270.2.14-1Colin Arnott
2020-01-040.2.11-1Colin Arnott