summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: update for 19.0319.03Linus Heckemann2019-04-081-4/+4
* atlassian-jira: 8.0.1 -> 8.1.0•••(cherry picked from commit e683811972b72e9b2ef0ee5ecde000d013984663) Simon Lackerbauer2019-04-081-2/+2
* atlassian-confluence: 6.14.2 -> 6.15.2•••(cherry picked from commit b31ab2050a30da27566b4b0a1e724c4cc7e88d17) Simon Lackerbauer2019-04-081-2/+2
* atlassian-crowd: 3.3.4 -> 3.4.3•••(cherry picked from commit 774a29944e540ffbe87f29d5adb9889db52eee79) Simon Lackerbauer2019-04-081-2/+2
* doc/python: cleanup examples, references•••(cherry picked from commit 63f244193b11be3993c0c93a2e24af2d20863248) (cherry picked from commit 94a409450a1773d12b44e0bec40fbd099f9fb883) (cherry picked from commit 0ccfebf9f26f87b13e933c67e74cf4895cfa2fdf) worldofpeace2019-04-081-80/+76
* teamviewer: 14.1.3399 -> 14.2.2558•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/teamviewer/versions (cherry picked from commit 39f262dba3c113c1ae707f454abb01bc1c515473) Signed-off-by: Maximilian Bosch <maximilian@mbosch.me> R. RyanTM2019-04-081-2/+2
* virtmanager: Fix gobject-introspection (#57385)•••(cherry picked from commit 871c1d5bb1b27b1a22718d75fba6291116577121) Florian Franzen2019-04-081-4/+5
* flatpak: 1.2.3 -> 1.2.4 (#58671)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/flatpak/versions (cherry picked from commit 4538f9ee3f52d17c103705a9ee87a31a4ae31984) Backported because it contains CVE fixes: https://github.com/flatpak/flatpak/releases/tag/1.2.4 R. RyanTM2019-04-081-2/+2
* Merge pull request #59166 from primeos/backports•••[19.03] fuse3: use /etc/fuse.conf for configuration (backport of #59043)Michael Weiss2019-04-081-0/+10
|\
| * fuse3: use /etc/fuse.conf for configuration (#59043)•••We don’t want the config file to be read only and in the Nix store. (cherry picked from commit 55415596357697958d3cc79931b3ebbb334e9266) Reason: Backport a trivial fix for #59021. Matthew Bauer2019-04-081-0/+10
* | nextcloud: use same php package throughout!•••`phpPackage` is 7.3 by default, but `pkgs.php` is 7.2, so this saves the need for an extra copy of php for the purpose of running nextcloud's cron; more importantly this fixes problems with extensions not loading since they are built against a different php. (cherry picked from commit 27d78f4c6c094382d1807c06bf9c86a8bcb78052) Will Dietz2019-04-081-2/+2
* | nextcloud: 15.0.5 -> 15.0.6•••(tagged, not on nextcloud.com/changelog ?) (admin panel bugged about the update, so should be good :)) (cherry picked from commit ee22cea1cc9ee29b8963499a0c99a2e6f00f9389) Will Dietz2019-04-081-2/+2
* | nextcloud-client: 2.5.1 -> 2.5.2•••* patches applied already, per comment \o/ * use libcloudproviders, since we have it (cherry picked from commit e2dbb35cb13d27c4b52e57c771aa00a8bf36fb7b) Will Dietz2019-04-081-17/+4
* | libssh2: 1.8.0 -> 1.8.1 (SECURITY)•••Release announcement: https://www.libssh2.org/mail/libssh2-devel-archive-2019-03/0009.shtml Security info: https://www.libssh2.org/mail/libssh2-devel-archive-2019-03/0010.shtml (cherry picked from commit efee45b05a792ebe4dd3fc08a79af2ee6bda8c95) PR #57884 Will Dietz2019-04-081-3/+4
* | qtpass: 1.2.1 -> 1.2.3•••Patch no longer needed (seems to be already applied, and notes mention). (cherry picked from commit f7d2c233281819e92c47364afef5728506119371) Will Dietz2019-04-072-22/+4
* | Remove nodejs-6_x which is about to enter EOL•••- Remove nodejs-6_x - Set nodejs / nodejs-slim to nodejs-8_x / nodejs-slim-8_x - Re-generate node2nix generated files using nodejs-8_x instead (cherry picked from commit 0e296d5fcdaf32dd113e49738dfba6216c01a8da) tobias pflug2019-04-0723-706/+3506
* | codimd: build with nodejs-8_x•••This diff regenerates the package sets for `codimd` and `codemirror` using NodeJS 8 to get rid of the deprecated[1] `nodejs-6_x`. Additionally the following issues had to be fixed during the update: * The package `js-sequence-diagram` has been removed from the NPM registry and was replaced by a security holding package[2]. The package was published by a third-party (upstream only supports bower builds), so it's unclear whether the package will re-appear[3]. As the tarballs still exist (and the hash didn't change), the package will be loaded manually into the build env. * For the babel-related packages, `dontNpmInstall` will be set for `node2nix` installs as some of those packages bundle a `package-lock.json` that triggers `ENOTCACHED` errors for optional dependencies[4]. For now it should be sufficient to use NodeJS 8 (`codimd` v1.2.x doesn't support NodeJS 10), in the long term we probably want to use `yarn2nix` here with NodeJS 10. This is much rather a fix to get rid of another NodeJS 6 dependency. [1] `nodejs-6_x` is about to be deprecated, see #58976 [2] https://www.npmjs.com/package/js-sequence-diagrams, https://github.com/npm/security-holder [3] https://github.com/bramp/js-sequence-diagrams/issues/212 [4] https://github.com/svanderburg/node2nix/issues/134 (cherry picked from commit 5feec424de6bb9596880a778bb608f0cb5d1c570, PR #59118) Maximilian Bosch2019-04-0810-2289/+3055
* | rl-1903: spelling, grammar, markup improvementsLinus Heckemann2019-04-071-9/+12
* | rl-1903: list new modulesLinus Heckemann2019-04-071-19/+40
* | rl-1903: Document sway update and aarch64 UEFI imageLinus Heckemann2019-04-071-0/+23
* | Merge pull request #58988 from worldofpeace/deepin-backport•••[19.03] deepin updates (#58634)Linus Heckemann2019-04-0735-203/+481
|\ \
| * | deepin.deepin-menu: fix more hard coded paths•••(cherry picked from commit 13ccde5a96d26108262cccb02a97ebfc76b142a5) José Romildo Malaquias2019-04-041-1/+6
| * | deepin.dde-calendar: fix use of patchShebangs•••(cherry picked from commit a1bf3961272dc541c9a0cf77160a788c805601e1) José Romildo Malaquias2019-04-041-3/+7
| * | deepin.go-dbus-generator: use ${placeholder ''out''} instead of $(out)•••(cherry picked from commit b08aff19993798e4edac0d6a4996716bf5c10292) José Romildo Malaquias2019-04-041-2/+2
| * | deepin.deepin-sound-theme: use ${placeholder ''out''} instead of $(out)•••(cherry picked from commit eb529d9e27c9dcd919b57f8deff1460cbc1dc1e7) José Romildo Malaquias2019-04-041-1/+1
| * | deepin.deepin-gtk-theme: use ${placeholder ''out''} instead of $(out)•••(cherry picked from commit 3611a3e89058491ebc952a1c6547a61d4043096d) José Romildo Malaquias2019-04-041-1/+1
| * | deepin.deepin-gettext-tools: use ${placeholder ''out''} instead of $(out)•••(cherry picked from commit 484e6043f17d24d9da6c304fd71f6acc3a47b875) José Romildo Malaquias2019-04-041-1/+1
| * | deepin.dbus-factory: use ${placeholder ''out''} instead of $(out)•••(cherry picked from commit 7f396b799dfa31948b6ec6b6d1ec7b410d989e4f) José Romildo Malaquias2019-04-041-1/+1
| * | deepin.dde-qt-dbus-factory: 1.0.5 -> 1.1.1•••(cherry picked from commit 9485d5ee560430b5615186f909855b4c10efe687) José Romildo Malaquias2019-04-041-6/+9
| * | deepin.dtkwidget: 2.0.9.15 -> 2.0.10•••(cherry picked from commit 52b8a8591b2d36b1981ec71e440060a90ddbe13c) José Romildo Malaquias2019-04-041-2/+2
| * | deepin.go-gir-generator: 1.1.0 -> 2.0.0•••(cherry picked from commit 0d065db91bcaf52f0cd535af8103732f350d49b2) José Romildo Malaquias2019-04-041-12/+4
| * | deepin.deepin-metacity: 3.22.22 -> 3.22.24•••(cherry picked from commit 091b13a8cae8db76192d5bab60fe61ac2f04828c) José Romildo Malaquias2019-04-041-9/+10
| * | deepin.deepin-wallpapers: 1.7.5 -> 1.7.7•••(cherry picked from commit c40f6d1b36221e4cf771334b09234635ca299a8e) José Romildo Malaquias2019-04-041-4/+6
| * | deepin.deepin-desktop-base: 2018.10.29 -> 2019.03.29•••(cherry picked from commit 8b09ef4390e65dca89a747026c1bb99948451c92) José Romildo Malaquias2019-04-041-13/+27
| * | deepin.deepin-wm: 1.9.34 -> 1.9.37•••(cherry picked from commit 4846803904b83d87b9c0d3191220ccb38b6c4f9f) José Romildo Malaquias2019-04-041-16/+22
| * | deepin.deepin-mutter: 3.20.35 -> 3.20.38•••(cherry picked from commit 8c80fca3e7a3d043f465c9b82b1db4bdac354529) José Romildo Malaquias2019-04-041-16/+25
| * | deepin.qt5integration: 0.3.6 -> 0.3.8•••(cherry picked from commit 8e4a7e3c53286d607c45f97c1f0015fae7d84a1e) José Romildo Malaquias2019-04-041-2/+2
| * | deepin.qt5dxcb-plugin: 1.1.13 -> 1.1.25•••(cherry picked from commit 4ac85ab261ff79cf137f227376be41183cb0449c) José Romildo Malaquias2019-04-041-2/+2
| * | deepin.go-lib: 1.3.0 -> 1.10.0•••(cherry picked from commit 62b5734a1a0aba4854f29b929639cc34b9eb6a4a) José Romildo Malaquias2019-04-041-6/+8
| * | deepin.go-dbus-factory: 0.0.7.1 -> 0.4.0•••(cherry picked from commit 9de5aa7091c6bd836a549e78c9384452b7776c81) José Romildo Malaquias2019-04-041-3/+3
| * | deepin.dtkcore: 2.0.9.8 -> 2.0.10•••(cherry picked from commit 251254084c43830c4083d08523ead630cbceaec8) José Romildo Malaquias2019-04-041-2/+2
| * | deepin.deepin-terminal: 3.0.10.2 -> 3.2.1.2•••(cherry picked from commit 7853a9a6ac9c9e1dce4b117f4b75417abc880ac2) José Romildo Malaquias2019-04-042-11/+15
| * | deepin.deepin-movie-reborn: 3.2.14 -> 3.2.21•••(cherry picked from commit 87c4c584ef7aecd78746585befc78208e221676b) José Romildo Malaquias2019-04-041-2/+2
| * | deepin.deepin-image-viewer: 1.3.1 -> 1.3.10•••(cherry picked from commit eb25703f7bcae67c57c21e80a429d31b2bd6554a) José Romildo Malaquias2019-04-041-5/+6
| * | deepin.deepin-icon-theme: 15.12.64 -> 15.12.68•••(cherry picked from commit ad75a1f1f722b4598b824b566ba19685175edcff) José Romildo Malaquias2019-04-041-8/+18
| * | deepin.deepin-desktop-schemas: 3.4.0 -> 3.13.0•••(cherry picked from commit 0215ee052502b6aa9cad0db9b35382f45124c620) José Romildo Malaquias2019-04-041-8/+31
| * | deepin.dde-daemon: 3.6.0 -> 3.24.1•••(cherry picked from commit 8532ff49e14da7f04500e1c4145ebb43f352cb17) José Romildo Malaquias2019-04-042-27/+52
| * | deepin.dde-api: 3.5.0 -> 3.18.1•••(cherry picked from commit 5c38dbd225dce6b6522e77d8deb9c9d686cc52fe) José Romildo Malaquias2019-04-042-35/+83
| * | deepin.dde-session-ui: 4.6.2 -> 4.9.0•••(cherry picked from commit 4a00f98f270557b534a4638d91086b1ceef6199d) José Romildo Malaquias2019-04-041-4/+9
| * | deepin: add setup hook with helper functions•••(cherry picked from commit 0a971b5a040540cd56789be3dc9143c1ade46935) José Romildo Malaquias2019-04-042-0/+55