summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* documize-community: 3.1.1 -> 3.2.0Maximilian Bosch2019-08-29
| | | | | https://github.com/documize/community/releases/tag/v3.2.0 https://github.com/documize/community/releases/tag/v3.1.2
* Fix letsencrypt (#60219)Arian van Putten2019-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nixos/acme: Fix ordering of cert requests When subsequent certificates would be added, they would not wake up nginx correctly due to target units only being triggered once. We now added more fine-grained systemd dependencies to make sure nginx always is aware of new certificates and doesn't restart too early resulting in a crash. Furthermore, the acme module has been refactored. Mostly to get rid of the deprecated PermissionStartOnly systemd options which were deprecated. Below is a summary of changes made. * Use SERVICE_RESULT to determine status This was added in systemd v232. we don't have to keep track of the EXITCODE ourselves anymore. * Add regression test for requesting mutliple domains * Deprecate 'directory' option We now use systemd's StateDirectory option to manage create and permissions of the acme state directory. * The webroot is created using a systemd.tmpfiles.rules rule instead of the preStart script. * Depend on certs directly By getting rid of the target units, we make sure ordering is correct in the case that you add new certs after already having deployed some. Reason it broke before: acme-certificates.target would be in active state, and if you then add a new cert, it would still be active and hence nginx would restart without even requesting a new cert. Not good! We make the dependencies more fine-grained now. this should fix that * Remove activationDelay option It complicated the code a lot, and is rather arbitrary. What if your activation script takes more than activationDelay seconds? Instead, one should use systemd dependencies to make sure some action happens before setting the certificate live. e.g. If you want to wait until your cert is published in DNS DANE / TLSA, you could create a unit that blocks until it appears in DNS: ``` RequiredBy=acme-${cert}.service After=acme-${cert}.service ExecStart=publish-wait-for-dns-script ```
* Merge pull request #67628 from romildo/upd.enlightenmentJosé Romildo Malaquias2019-08-29
|\ | | | | enlightenment.enlightenment: 0.22.4 -> 0.23.0
| * enlightenment.enlightenment: pulseaudio supportJosé Romildo Malaquias2019-08-28
| |
| * enlightenment.enlightenment: bluetooth supportJosé Romildo Malaquias2019-08-28
| |
| * enlightenment.enlightenment: 0.22.4 -> 0.23.0José Romildo Malaquias2019-08-28
| |
| * enlightenment.enlightenment: define pname attributeJosé Romildo Malaquias2019-08-28
| |
* | Merge pull request #67621 from romildo/upd.rageJosé Romildo Malaquias2019-08-29
|\ \ | | | | | | enlightenment.rage: 0.3.0 -> 0.3.1
| * | enlightenment.rage: 0.3.0 -> 0.3.1José Romildo Malaquias2019-08-28
| |/
* | Merge pull request #67177 from Izorkin/virt-viewerRobin Gloster2019-08-29
|\ \ | | | | | | virt-viewer: remove unused packages
| * | virt-viewer: remove unused packagesIzorkin2019-08-29
| | |
| * | libvirt-glib: remove unused packagesIzorkin2019-08-29
|/ /
* | Merge pull request #67640 from xrelkd/update/eksctlMario Rodas2019-08-29
|\ \ | | | | | | eksctl: 0.4.2 -> 0.4.3
| * | eksctl: 0.4.2 -> 0.4.3xrelkd2019-08-29
| | |
* | | Merge pull request #67681 from mayflower/confluence-updateRobin Gloster2019-08-29
|\ \ \ | | | | | | | | atlassian-confluence: 6.15.6 -> 6.15.8
| * | | atlassian-confluence: 6.15.6 -> 6.15.8Simon Lackerbauer2019-08-29
| | | |
* | | | Merge pull request #67675 from marsam/update-1passwordMario Rodas2019-08-29
|\ \ \ \ | | | | | | | | | | 1password: 0.5.7 -> 0.6.1
| * | | | 1password: 0.5.7 -> 0.6.1Mario Rodas2019-08-29
| | | | |
* | | | | Merge pull request #67679 from xrelkd/update/cargo-webKevin Cox2019-08-29
|\ \ \ \ \ | | | | | | | | | | | | cargo-web: 0.6.25 -> 0.6.26
| * | | | | cargo-web: 0.6.25 -> 0.6.26xrelkd2019-08-29
| | |/ / / | |/| | |
* | | | | Merge pull request #66922 from davidak/netdata_enableCgroupAccountingFlorian Klink2019-08-29
|\ \ \ \ \ | |/ / / / |/| | | | netdata: enable cgroup accounting
| * | | | netdata: enable cgroup accountingdavidak2019-08-19
| | | | |
* | | | | Merge pull request #67612 from peterhoeg/u/hidapiPeter Hoeg2019-08-29
|\ \ \ \ \ | |_|/ / / |/| | | | hidapi: 0.8.0-RC1 -> 0.9.0
| * | | | hidapi: 0.8.0-RC1 -> 0.9.0Peter Hoeg2019-08-28
| | | | |
* | | | | Merge pull request #67606 from endocrimes/r-vault-1.2.2Jaka Hudoklin2019-08-29
|\ \ \ \ \ | | | | | | | | | | | | vault: 1.0.2 -> 1.2.2
| * | | | | vault: add raft backend to vault serviceDanielle Lancashire2019-08-28
| | | | | |
| * | | | | vault: 1.0.2 -> 1.2.2Danielle Lancashire2019-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This upgrades Vault to version 1.2.2. To accomplish this, we migrate to using the `buildGoModule` helper, as since 1.0.2 the Vault build process migrated to modules, and does not vendor its dependencies. We also stop using the vault build script, and gox, as it only really provides value for local development, where it configures GOOS/GOARCH and installs into some convenient dev locations.
* | | | | | ocamlPackages.batteries: 2.9.0 -> 2.10.0Vincent Laporte2019-08-29
| | | | | | | | | | | | | | | | | | | | | | | | Ensures compatibility with OCaml 4.08.
* | | | | | Merge pull request #67660 from lightbulbjim/qtpass-waylandworldofpeace2019-08-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | qtpass: 1.2.3 -> 1.3.0
| * | | | | | qtpass: 1.2.3 -> 1.3.0Chris Rendle-Short2019-08-29
| | | | | | |
| * | | | | | qtpass: fix missing app icon and name when running under WaylandChris Rendle-Short2019-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch has been upstreamed and should be safe to remove in versions > 1.3.0
* | | | | | | Merge pull request #67604 from peterhoeg/f/gcomprisworldofpeace2019-08-28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | gcompris: use Qt mkDerivation
| * | | | | | gcompris: use Qt mkDerivationPeter Hoeg2019-08-29
| | |/ / / / | |/| | | |
* | | | | | zerotierone: 1.4.2 -> 1.4.4 (#67648)Daniel Fullmer2019-08-28
| | | | | |
* | | | | | nixos/gitlab-runner: add missing HOME to environment (#67450)Pascal Bach2019-08-28
| | | | | | | | | | | | | | | | | | Gitlab runner fails to start if HOME is not set.
* | | | | | Merge pull request #67634 from mmahut/prometheus-cups-exporterWilliButz2019-08-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | prometheus-cups-exporter: init at unstable-2019-03-17
| * | | | | | prometheus-cups-exporter: init at unstable-2019-03-17Marek Mahut2019-08-28
| | | | | | |
* | | | | | | Merge pull request #67637 from andir/dovecotAndreas Rammhold2019-08-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dovecot-pigeonhole: 0.5.7.1 -> 0.5.7.2 (CVE-2019-11500)
| * | | | | | | dovecot-pigeonhole: 0.5.7.1 -> 0.5.7.2 (CVE-2019-11500)Andreas Rammhold2019-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup on #67623
* | | | | | | | fly: 5.3.0 -> 5.4.1 (#67633)Imuli2019-08-28
| | | | | | | |
* | | | | | | | Merge pull request #67642 from kisik21/lr-maintainershipGraham Christensen2019-08-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lr: add myself (@kisik21) as maintainer
| * | | | | | | | lr: add myself (@kisik21) as maintainerVika2019-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As an answer to #67638, I'm adopting this package, adding myself as a maintainer.
* | | | | | | | | Merge pull request #67626 from worldofpeace/xfce4-14-docworldofpeace2019-08-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | rl-1909: add note about Xfce 4.14
| * | | | | | | | | rl-1909: add note about Xfce 4.14worldofpeace2019-08-28
| | | | | | | | | |
* | | | | | | | | | Merge pull request #67490 from kisik21/masterworldofpeace2019-08-28
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | libargon2: fixed cross-compilation
| * | | | | | | | | libargon2: fixed cross-compilationVika2019-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile had a hardcoded unprefixed ar. I wrote a patch (sending it upstream) and added an optional make flag to override it in case we're cross-compiling. Unfortunately, this causes a rebuild of native packages. This commit also fixes the pkg-config file to be generated correctly, patch was provided by @worldofpeace.
* | | | | | | | | | Merge pull request #64738 from rnhmjoj/magneticoSilvan Mosberger2019-08-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | magnetico: init package and service
| * | | | | | | | | | nixos/magnetico: add testrnhmjoj2019-08-28
| | | | | | | | | | |
| * | | | | | | | | | nixos/magnetico: init servicernhmjoj2019-08-28
| | | | | | | | | | |
| * | | | | | | | | | magnetico: init at 0.8.1rnhmjoj2019-08-26
| | | | | | | | | | |