Commit Graph

64 Commits

Author SHA1 Message Date
Omar Polo 2573332d7f don't hardcode urls; use TREE 'macro' 2022-07-07 08:54:26 +00:00
Omar Polo 3bba4fc55f remove the OpenBSD' rc file
now that gmid is packaged on OpenBSD the rc file is maintained in the
ports tree.
2022-07-04 19:22:08 +00:00
Omar Polo f3f4543119 don't hardcode version numbers 2022-07-04 19:18:30 +00:00
Omar Polo 1f6de7491c changes for 1.8.4 2022-07-04 14:51:39 +00:00
Omar Polo 1670b5f3ae mention the codeberg mirror too 2022-07-04 14:48:18 +00:00
Omar Polo c6fb44edd8 remove mentions of the precompiled binaries 2022-07-04 14:48:10 +00:00
Omar Polo df9b379081 remove mentions of GPG, I stopped signing with it for a while already 2022-05-02 18:48:40 +00:00
Omar Polo db48d276a7 tweaks 2022-05-02 17:48:55 +00:00
Omar Polo 2962200607 there are no aarch64 binaries currently 2022-04-08 16:40:18 +00:00
Omar Polo 48589d9de9 move the preview to github (temporarly) 2022-04-08 16:40:18 +00:00
Omar Polo 60d8851fec typos 2022-04-08 16:40:18 +00:00
Omar Polo bc70003f93 wording 2022-04-08 16:40:18 +00:00
Omar Polo 8addd12c1a don't need to re-exec ./configure && make 2022-04-08 16:36:25 +00:00
Omar Polo b6c093c99a bundle a copy of /usr/share/misc/mime.types 2022-04-08 15:50:53 +00:00
Omar Polo 93cab6dc78 document the implicit mapping for text/gemini
and remove the explicit mapping from the documentation and test files.
2022-04-08 15:36:59 +00:00
Omar Polo ca44613693 tweaks 2022-04-08 14:19:58 +00:00
Omar Polo 19243c768e link gmid.conf.5 in the capsule/website too 2022-04-07 17:56:27 +00:00
Omar Polo 9bcc265f58 lowercase FAQ -- all the other links are in lowercase 2022-04-07 16:29:22 +00:00
Omar Polo ce264ddc58 rename the quickstart page to guide in the navbar
it occupies less horizontal space which avoids the wrapping on (some) mobiles
2022-04-07 16:27:57 +00:00
Omar Polo 445816c2cd add the FAQ page finally! 2022-04-07 16:27:16 +00:00
Omar Polo ffd92e638c tweak the quickstart guide a bit 2022-04-07 16:26:48 +00:00
Omar Polo 381fccdc56 lower padding 2022-04-07 16:01:55 +00:00
Omar Polo a9885c6d6b remove outdated note 2022-04-07 12:31:00 +00:00
Omar Polo effbc069ba suggest to reload daemons too 2022-04-07 12:29:04 +00:00
Omar Polo 379d2608e9 suggest /etc/systemd/system instead of /lib/ 2022-04-07 12:27:55 +00:00
Omar Polo a9dc6fc606 rephrase dockerfile description 2022-04-07 12:27:26 +00:00
Omar Polo f6a65aaef9 link the tar.bz2 too 2022-03-27 13:42:31 +00:00
Omar Polo efe75a7660 missing version bump in the site generator 2022-03-27 13:28:14 +00:00
Omar Polo 1a04137e18 tag 1.8.3 -- "Lightbulb Sun" bugfix release
gmid 1.8.3 "Lightbulb Sun" bugfix release
=========================================

Released March 27, 2022.

signify(1) pubkeys for this release:
RWTy3UJQzpxBUAymBwb2EGLLm0b3H/1n8hzhaC9HYFYzNuTavGt9QSwC


Bug Fixes
~~~~~~~~~

    * fix a possible out-of-bound access in the CGI handling.  It was
      introduced last October during a refactoring, but due to how
      many malloc(3) implementations works this hasn't been found
      until now.  Otto' malloc is more strict fortunately.
2022-03-27 12:59:57 +00:00
Omar Polo 62a46b03c6 tag 1.8.2 -- "Lightbulb Sun" bugfix release
gmid 1.8.2 "Lightbulb Sun" bugfix release
=========================================

Released March 26, 2022.

signify(1) pubkeys for this release:
RWTy3UJQzpxBUAymBwb2EGLLm0b3H/1n8hzhaC9HYFYzNuTavGt9QSwC


Bug Fixes
~~~~~~~~~

    * fix a CGI timing issue: if a connection handled by a CGI scripts
      is interrupted with the right timing it causes the server
      process to exit with "fatal in client_by_id: invalid id X".


New Features
~~~~~~~~~~~~

    * add a new block `type { ... }' to define mime types mapping.


Improvements
~~~~~~~~~~~~

    * use shell built-in `command' instead of which(1), prodded by
      cage and Allen Sobot.

    * configure script: allow to set MANDIR from cmdline (Allen Sobot)

    * add systemd-sysusers sample file in contrib/ (Nakaya)

    * [linux/seccomp] allow fstatat64(2), llseek(2) and sigreturn(2),
      needed by glibc on armv7.  (Tobias Berger)

    * [linux/seccomp] tightens rules by allowing openat(2) only with
      the O_RDONLY flag.
2022-03-26 13:22:22 +00:00
Omar Polo 409a2599b3 move to a different server 2022-03-26 11:18:02 +00:00
Omar Polo a00e67f1bf mention gmid.sysusers in contrib together with gmid.service
related to github issue #14
2022-03-09 16:43:22 +00:00
Nakaya 3c04ffc096 add description about systemd-sysusers on quickstart 2022-03-09 17:33:33 +01:00
Omar Polo c6ae2561a0 update the site for the release 2022-02-10 23:14:32 +00:00
Omar Polo a14b9f779f prepare 1.8 release 2022-01-30 13:35:45 +00:00
Omar Polo de721c431c add changelog for 1.8 2022-01-30 13:35:45 +00:00
Omar Polo 1b626eae83 define TREE to shorten some url a bit
for the time being keep the https:// url, gmnigit renames file without
extension to .txt (i.e. Dockerfile -> Dockerfile.txt) so linking via
gemini is broken :/
2022-01-28 13:34:15 +00:00
Omar Polo 4e8ca48c85 site: point out that OpenBSD' make is needed 2022-01-28 08:34:57 +00:00
Omar Polo 21dc379479 misc tweaks + changelog.gmi 2022-01-28 08:34:39 +00:00
Omar Polo ac42bb6c7f change how the site is built
copy the kamid/site "framework" here too; in other words: don't maintain
two copies of every page! \o/
2022-01-28 08:34:22 +00:00
Omar Polo c57dc42b31 tweak a sentence 2022-01-05 17:30:50 +00:00
Omar Polo c3eb759a79 mention the reverse proxying 2021-12-29 20:53:22 +00:00
Omar Polo 2d6b9b53ac missing dots
(not adding one in the gemini version because it could be mistakenly
for part of the command)
2021-12-10 09:16:22 +00:00
Omar Polo 79c3a02152 specify that renew-certs needs gmid from the master branch 2021-12-10 09:15:39 +00:00
Omar Polo d65fa58c1b use gmid from the repo instead of the system installed one 2021-10-24 16:38:11 +00:00
Omar Polo f8bcc13822 typo 2021-10-15 09:19:17 +00:00
Omar Polo e84ee6a729 update the site for 1.7.5 2021-10-15 09:12:54 +00:00
Omar Polo 33c4c3a5ba more small improvements for the quickstart 2021-10-13 20:52:19 +00:00
Omar Polo 8af884dff4 fix navigation links 2021-10-11 17:59:15 +00:00
Omar Polo 7c6bf71dc8 fix navigation links in *.gmi pages 2021-10-11 15:49:34 +00:00