aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* packages.scm: Add "glibc-locales" package to syskeep-etc-profileEuAndreh2024-12-111-0/+1
|
* packages.scm: Update "syskeep" packageEuAndreh2024-12-111-2/+2
|
* packages.scm: Update "syskeep" packageEuAndreh2024-11-271-2/+2
|
* Update "fiinha" and "papod"EuAndreh2024-11-212-4/+4
|
* packages.scm: inherit logic from (pkg ...) in (gopkg ...)EuAndreh2024-11-201-43/+38
|
* papo.scm: Update "papo.im"EuAndreh2024-11-191-2/+2
|
* packages.scm: Add "euandre.org" packageEuAndreh2024-11-181-0/+13
|
* Update "mkwb" and "papo.im" againEuAndreh2024-11-182-4/+4
|
* papo.scm: Remove status.papo.imEuAndreh2024-11-171-15/+2
|
* Update "mkwb" and "papo.im"EuAndreh2024-11-172-4/+4
|
* queue.scm: Explicitly specify signing algorithm for DKIM signatureEuAndreh2024-11-161-1/+1
| | | | Apparently, the default is rsa-sha1 =/
* queue.scm: Consider trailing newline when stripping public-keyEuAndreh2024-11-161-1/+1
|
* packages.scm: Add "hsts" package and "hsts-service-type"EuAndreh2024-11-151-0/+48
|
* {packages,papo}.scm: Update mkwb, glaze, papo.im and status.papo.imEuAndreh2024-11-152-8/+8
|
* packages.scm: Update "cracha"EuAndreh2024-11-141-2/+2
|
* Update golite, fiinha and papo.imEuAndreh2024-11-142-7/+7
|
* queue.scm: Add explicit "go-full" name to alias packageEuAndreh2024-11-141-0/+1
|
* packages.scm: Fix "binder" package hashEuAndreh2024-11-101-1/+1
|
* packages.scm: Fix "cicd" package hashEuAndreh2024-11-101-1/+1
|
* packages.scm: Update "cicd", "glaze" and "binder"EuAndreh2024-11-101-6/+6
|
* packages.scm: Update version of "glaze"EuAndreh2024-11-091-2/+2
|
* packages.scm: Add "jq" package to syskeep-profileEuAndreh2024-11-091-0/+1
|
* packages.scm: Add "certbot" package to syskeep-profileEuAndreh2024-11-091-0/+1
|
* packages.scm: Update papod and all its related packagesEuAndreh2024-11-082-38/+39
|
* packages.scm: Rename "q" to "fiinha"EuAndreh2024-11-082-6/+5
|
* packages.scm: Update golite and grachaEuAndreh2024-10-292-6/+6
|
* packages.scm: Rename "gracha" to "cracha"EuAndreh2024-10-292-4/+4
|
* packages.scm: Simplify (gopkg ...)EuAndreh2024-10-291-12/+0
|
* packages.scm: Temporarely remove "q" from syskeep-profileEuAndreh2024-10-291-1/+1
|
* papo.scm: Try enabling papod-service-type againEuAndreh2024-10-272-2/+2
|
* papo.scm: Disable papod-service-typeEuAndreh2024-10-272-2/+2
|
* papo.scm: Update papod, add missing dependencies and fix buildEuAndreh2024-10-271-4/+5
|
* {packages,papo}.scm: Update q, gracha and chat.papo.imEuAndreh2024-10-272-6/+6
|
* packages.scm: Remove previous definition of "q" packageEuAndreh2024-10-251-6/+0
|
* Revert HEAD~1 and HEAD~2EuAndreh2024-10-253-3/+0
|
* {queue,papo}.scm: Same list exclusionEuAndreh2024-10-252-0/+2
|
* packages.scm: Comment final listEuAndreh2024-10-251-0/+1
|
* queue.scm: Update from Go 1.22 to 1.23EuAndreh2024-10-231-1/+1
|
* packages.scm: Re-add exports for fmt and strEuAndreh2024-10-231-0/+2
|
* Add src/org/euandre/papo.scmEuAndreh2024-10-232-3/+122
|
* packages.scm: Update "eut" packageEuAndreh2024-10-231-2/+2
|
* packages.scm: Export useful helper functionsEuAndreh2024-10-231-3/+3
|
* packages.scm: Remove all papod-related definitionsEuAndreh2024-10-231-48/+1
|
* packages.scm: Add mkwb(1)EuAndreh2024-10-231-0/+13
|
* packages.scm: Update gopkg dependenciesEuAndreh2024-10-202-17/+14
|
* packages.scm: Update go packages and its dependenciesEuAndreh2024-10-201-26/+59
|
* queue.scm: Do a static build of scryptEuAndreh2024-10-181-1/+5
|
* queue.scm: Use -O2 over -O3 for scryptEuAndreh2024-10-181-1/+1
| | | | | | | | | | For some reason that I didn't take the time to investigate and find out, using -O3 made the `testsmix(crypto_scrypt_smix)` condition [0] to fail, and ultimately lead to a broken library. I found this through trial and error, by tweaking the $(CFLAGS), since I knew the library itself was working with the default flags used by Guix. https://github.com/Tarsnap/scrypt/blob/6cec2c2d2c9198efe8a716599f02b99db4d8a993/lib-platform/crypto/crypto_scrypt.c#L231
* queue.scm: Adjust scryptkdf flagsEuAndreh2024-10-181-5/+3
|
* queue.scm: Remove SQLITE_CORE and -fltoEuAndreh2024-10-171-2/+0
|