Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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).
|
|
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.
|
|
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.
|
|
|
|
Add systemd service.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, bring the package into line with current Go package guidelines.
|
|
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
|
|
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.
|
|
|
|
|