Commit Graph
100 Commits
Author SHA1 Message Date
Michael Weiss 371ce92349 gns3Packages.{server,gui}Stable: 2.1.20 -> 2.1.21 2019-06-14 22:09:15 +02:00
Michael Weiss 7e2dc8d27b tdesktop: Update the Arch patches for a HiDPI fix
See: https://bugs.archlinux.org/task/62594
2019-06-14 22:09:15 +02:00
Michael Weiss f2cfc158b2 fuse,fuse3: Avoid unnecessary build warnings
Do not set FUSERMOUNT_DIR since we already set it though
NIX_CFLAGS_COMPILE.

Setting it twice results in a lot of warnings like this one:

<command-line>:0:0: warning: "FUSERMOUNT_DIR" redefined

which makes the build look potentially broken.
This doesn't affect the result but fuse3 will now build without any
warnings and building fuse yields less warnings.
2019-06-14 22:09:15 +02:00
Michael Weiss b8c827c266 fuse3: 3.5.0 -> 3.6.1 2019-06-14 13:38:22 +02:00
Michael Weiss e6d320ec0c wallutils: 5.8.0 -> 5.8.1 2019-06-11 14:45:30 +02:00
Michael Weiss d1d75e542a tdesktop: 1.7.3 -> 1.7.7 2019-06-11 14:45:28 +02:00
Michael Weiss a438c4ed56 androidStudioPackages.beta: 3.5.0.15 -> 3.5.0.16 2019-06-08 22:07:20 +02:00
Michael Weiss a865feffa1 androidStudioPackages.{dev,canary}: 3.6.0.2 -> 3.6.0.3 2019-06-08 22:07:20 +02:00
Michael Weiss a712174a6a gitRepo: 1.13.2 -> 1.13.3 2019-06-04 22:39:32 +02:00
Michael Weiss 28556f054f tdesktop: 1.7.0 -> 1.7.3
GCC 8.x is required to avoid the following error:

cc1plus: error: -Werror=class-memaccess: no option -Wclass-memaccess

If we build without "-Wno-error=class-memaccess" the build should fail
and the upstream requirements were raised from GCC 7 to GCC 8 anyway:
https://github.com/telegramdesktop/tdesktop/commit/b2f821d3deb65ade7416d28a18148176f6c40b34

The two additional patches are required to avoid build errors like this:

/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.cpp:123:12:
error: invalid use of incomplete type 'class QDebug'
   qWarning()
            ^
In file included from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qglobal.h:1200,
                 from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qalgorithms.h:43,
                 from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qlist.h:43,
                 from
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/QList:1,
                 from
/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.h:31,
                 from
/build/source/Telegram/ThirdParty/qtlottie/src/bodymovin/bmbase.cpp:29:
/nix/store/1qk60bhxcf95iicms7mkyjq3h7lz136p-qtbase-5.12.0-dev/include/QtCore/qlogging.h:57:7:
note: forward declaration of 'class QDebug'
 class QDebug;
       ^~~~~~
2019-06-04 22:03:34 +02:00
Michael Weiss f8d26961de wallutils: 5.7.2 -> 5.8.0 2019-06-04 22:02:44 +02:00
Michael Weiss aa0baea2c0 Merge pull request #62608 from Synthetica9/sway11
wlroots: 0.5 -> 0.6
sway: 1.0 -> 1.1.1
2019-06-04 20:07:30 +02:00
Michael Weiss 6d99421a11 Merge pull request #62332 from primeos/python-cryptography
python37Packages.cryptography: 2.6.1 -> 2.7
2019-06-02 15:03:54 +02:00
Michael Weiss 87bb9234ab signal-desktop: 1.25.0 -> 1.25.1 2019-06-01 14:13:50 +02:00
Michael Weiss 77e1967dcd python37Packages.cryptography: 2.6.1 -> 2.7
Changelog:
https://cryptography.io/en/latest/changelog/#v2-7

Important changes:
- BACKWARDS INCOMPATIBLE: We no longer distribute 32-bit manylinux1
  wheels. Continuing to produce them was a maintenance burden.
- BACKWARDS INCOMPATIBLE: Removed the
  cryptography.hazmat.primitives.mac.MACContext interface.
  The CMAC and HMAC APIs have not changed, but they are no longer
  registered as MACContext instances.
2019-05-31 23:18:55 +02:00
Michael Weiss 6c7586228c androidStudioPackages.{dev,canary}: 3.6.0.1 -> 3.6.0.2 2019-05-31 21:45:55 +02:00
Michael Weiss 37d232fb5f signal-desktop: 1.24.1 -> 1.25.0 2019-05-31 21:20:38 +02:00
Michael Weiss 61adb40d6f gns3Packages.{server,gui}Preview: 2.2.0b1 -> 2.2.0b2 2019-05-29 22:02:16 +02:00
Michael Weiss 63e443d84d gns3Packages.{server,gui}Stable: 2.1.19 -> 2.1.20 2019-05-29 22:02:16 +02:00
Michael Weiss 769b7ee861 androidStudioPackages.beta: 3.5.0.14 -> 3.5.0.15 2019-05-29 00:36:42 +02:00
Michael Weiss 3b38247781 gns3Packages.{server,gui}Stable: 2.1.18 -> 2.1.19 2019-05-29 00:36:41 +02:00
Michael Weiss ef7d4d306f Merge pull request #61839 from tadfisher/android-studio
androidStudioPackages: prefix PATH rather than replacing
2019-05-27 22:17:53 +02:00
Michael Weiss d9153a6815 androidStudioPackages.{dev,canary}: 3.5.0.14 -> 3.6.0.1 2019-05-25 22:21:27 +02:00
Michael Weiss 8f3bfa5a19 python37Packages.google_api_python_client: 1.7.8 -> 1.7.9 2019-05-23 11:29:11 +02:00
Michael Weiss f38707a4e4 gns3Packages.{server,gui}Preview: 2.2.0a5 -> 2.2.0b1 2019-05-22 20:25:38 +02:00
Michael Weiss 788e9b7e26 gns3Packages.{server,gui}Stable: 2.1.17 -> 2.1.18 2019-05-22 20:25:37 +02:00
Michael Weiss ea7052b17f monkeysphere: 0.43 -> 0.44 2019-05-20 21:56:45 +02:00
Michael Weiss a43fb1def6 androidStudioPackages.{beta,dev,canary}: 3.5.0.13 -> 3.5.0.14 2019-05-20 21:13:02 +02:00
Michael Weiss 73b959d1b1 ubridge: 0.9.15 -> 0.9.16 2019-05-20 20:50:55 +02:00
Michael Weiss c588ee96e4 Merge pull request #61555 from primeos/iputils
iputils: 20190324 -> 20190515
2019-05-17 22:37:18 +02:00
Michael Weiss 989787b5e6 iputils: 20190324 -> 20190515
This is mainly a bug fix release [0].

File changes:
-etc/systemd/system/rdisc@.service
+etc/systemd/system/rdisc.service

nix path-info -S:
20190324: 41055576
20190515: 41055584

[0]: https://github.com/iputils/iputils/releases/tag/s20190515
2019-05-17 21:10:52 +02:00
Michael Weiss 3cebc9a390 gns3Packages.{server,gui}Stable: 2.1.16 -> 2.1.17 2019-05-17 20:33:44 +02:00
Michael Weiss 3e2d174d3b android-studio: 3.4.0.18 -> 3.4.1.0 2019-05-16 20:46:13 +02:00
Michael Weiss 49a11243bd Merge pull request #61252 from primeos/iproute2
iproute: 5.0.0 -> 5.1.0
2019-05-14 21:22:10 +02:00
Michael Weiss 9aca862326 iproute: 5.0.0 -> 5.1.0
"Most of the new features for this release are in the devlink and rdma utilities.
And most of the bug fixes are in fixing the output format glitches
that resulted from converting most of the tools to have JSON
output." [0]

File changes:
+share/man/man8/devlink-health.8.gz

nix path-info -S:
5.0.0 46661416
5.1.0 46677880

[0]: https://www.spinics.net/lists/netdev/msg569915.html
2019-05-13 21:05:44 +02:00
Michael Weiss 56cb15b5fc dav1d: 0.3.0 -> 0.3.1 2019-05-11 18:15:01 +02:00
Michael Weiss a6388e030a tdesktop: 1.6.7 -> 1.7.0 2019-05-10 23:33:04 +02:00
Michael Weiss 01361a1791 androidStudioPackages.{beta,dev,canary}: 3.5.0.12 -> 3.5.0.13
androidStudioPackages.beta: 3.4.0.18 -> 3.5.0.13
2019-05-09 20:36:41 +02:00
Michael Weiss bde990bccd ubridge: 0.9.14 -> 0.9.15 2019-05-09 16:18:42 +02:00
Michael Weiss 65f07c097d swaybg: init at 1.0 2019-05-03 22:30:41 +02:00
Michael Weiss 1f1e075fb1 swayidle: 1.2 -> 1.3 2019-05-03 22:16:21 +02:00
Michael Weiss d43ea14abb swaylock: 1.3 -> 1.4 2019-05-03 22:16:21 +02:00
Michael Weiss 3b3a6367c8 signing-party: 2.9 -> 2.10 (security, CVE-2019-11627)
I switched to fetchFromGitLab for more transparency and because 2.10 is
not yet available on any Debian mirrors.
A drawback is that any dates in the man pages will now always be
set to 1970-01-01, because fetchFromGitLab removes the timestamps from
$src (not manually but by unpacking the archive).
2019-05-01 16:45:33 +02:00
Michael Weiss 83e8638fe9 inxi: 3.0.33-1 -> 3.0.34-1 2019-05-01 16:16:57 +02:00
Michael Weiss 141d6930fa dav1d: 0.2.2 -> 0.3.0 2019-04-30 11:24:26 +02:00
Michael Weiss 6852c080d8 nixos/sks: Fix another regression from ab5dcc7068
The two directories KDB and PTree do not exist before the SKS DB is
build for the first time. If /var/db/sks is empty and the module is
enabled via "services.sks.enable = true;" the following error will
occur:
...-unit-script-sks-db-pre-start[xxx]:
ln: failed to create symbolic link 'KDB/DB_CONFIG': No such file or directory

To avoid this both links have to be created after the DB is build.
Note: Creating the directories manually might be better but the initial
build might be skipped as a result:
unit-script-sks-db-pre-start[xxxxx]: KeyDB directory already exists.  Exiting.
unit-script-sks-db-pre-start[xxxxx]: PTree directory already exists.  Exiting.
2019-04-28 14:45:21 +02:00
Michael Weiss 698388bc61 Revert "nixos/switch-to-configuration: Never stop system.slice"
This change was only a temporary workaround and isn't required anymore,
since /etc/systemd/system/system.slice should not be present on any
recent NixOS system (which makes this change a no-op).

This reverts commit 7098b0fcdf.
2019-04-28 07:21:34 +02:00
Michael Weiss 15010f0436 sway: Read the configuration from /etc before /nix/store (#60319)
This change will load all configuration files from /etc, to make it easy
to override them, but fallback to /nix/store/.../etc/sway/config to make
Sway work out-of-the-box with the default configuration on non NixOS
systems.
2019-04-27 22:38:18 +02:00
Michael Weiss 753e1e0bab nixos/sks: Fix the module (the pre-start script was broken)
Unfortunately the changes in ab5dcc7068
introduced a typo (took me a while to spot that...) that broke the
whole module (or at least the sks-db systemd unit).

The systemd unit was failing with the following error message:
...-unit-script-sks-db-pre-start[xxx]: KDB/DB_CONFIG exists but is not a symlink.
2019-04-27 19:19:27 +02:00
Michael Weiss 76843da1a1 androidStudioPackages.{dev,canary}: 3.5.0.11 -> 3.5.0.12 2019-04-25 21:34:25 +02:00
Michael Weiss 5b1499e47e python37Packages.mysql-connector: 8.0.15 -> 8.0.16 2019-04-25 21:30:27 +02:00
Michael Weiss e0e5dca235 html-proofer: Update the dependencies (security, CVE-2019-11068) 2019-04-23 21:19:12 +02:00
Michael Weiss 9d720a9221 jekyll: Update the dependencies (security, CVE-2019-11068) 2019-04-23 21:19:12 +02:00
Michael Weiss 87cb3b33f1 gollum: Update the dependencies (security, CVE-2019-11068) 2019-04-23 21:19:12 +02:00
Michael Weiss 60e59b75ba maim: 5.5.2 -> 5.5.3 2019-04-23 16:38:33 +02:00
Michael Weiss c93fd4a25e Merge pull request #56690 from primeos/python-cryptography
python37Packages.cryptography: 2.5 -> 2.6.1
2019-04-23 16:27:06 +02:00
Michael Weiss 047af233cd python37Packages.cryptography: 2.5 -> 2.6.1
Changelog:
https://cryptography.io/en/latest/changelog/#v2-6-1

Important changes:
- BACKWARDS INCOMPATIBLE: Removed
  cryptography.hazmat.primitives.asymmetric.utils.encode_rfc6979_signature
  and
  cryptography.hazmat.primitives.asymmetric.utils.decode_rfc6979_signature,
  which had been deprecated for nearly 4 years. Use
  encode_dss_signature() and decode_dss_signature() instead.
- BACKWARDS INCOMPATIBLE: Removed cryptography.x509.Certificate.serial,
  which had been deprecated for nearly 3 years. Use serial_number
  instead.
2019-04-22 12:29:34 +02:00
Michael Weiss 22714ad6d0 python37Packages.cryptography: Improve the test vectors integration
This should make the management easier. The package cryptography_vectors
contains the test vectors for cryptography and should therefore always
have the same version. By linking the version of cryptography_vectors to
cryptography, this simply cannot be forgotten.
2019-04-22 12:29:34 +02:00
Michael Weiss 97d35b251b lf: 11 -> 12
And switch to buildGoModule.
2019-04-21 11:48:08 +02:00
Michael Weiss e34c5309b6 wallutils: init at 5.7.2 (#59878) 2019-04-19 21:43:04 +02:00
Michael Weiss 4b5098e79a dav1d: 0.2.1 -> 0.2.2 2019-04-19 12:43:58 +02:00
Michael Weiss 8bb785c3b1 androidStudioPackages.{dev,canary}: 3.5.0.10 -> 3.5.0.11 2019-04-18 20:35:37 +02:00
Michael Weiss 25205afb35 android-studio: 3.3.2.0 -> 3.4.0.18
androidStudioPackages.beta: 3.4.0.17 -> 3.4.0.18
2019-04-18 20:35:37 +02:00
Michael Weiss fab6d810b5 signal-desktop: 1.24.0 -> 1.24.1 2019-04-18 10:14:50 +02:00
Michael Weiss e98c2c8101 signal-desktop: 1.23.2 -> 1.24.0 2019-04-17 21:19:21 +02:00
Michael Weiss b3bcdf8cf5 fuse3: 3.4.2 -> 3.5.0 2019-04-16 23:40:41 +02:00
Michael Weiss 0360256717 android-studio-preview: Remove the attribute (#59691)
This attribute and androidStudioPackages.preview are deprecated since
9aa46aedfe.
2019-04-16 10:51:44 +02:00
Michael Weiss 2c8a36ffb4 androidStudioPackages.{dev,canary}: 3.5.0.9 -> 3.5.0.10 2019-04-16 10:26:11 +02:00
Michael Weiss 2047a4dde2 gns3Packages.{server,gui}Stable: 2.1.15 -> 2.1.16 2019-04-16 10:26:11 +02:00
Michael Weiss 14d6691c49 gns3Packages.{server,gui}Preview: 2.2.0a4 -> 2.2.0a5 2019-04-16 10:26:11 +02:00
Michael Weiss 41ac07b29f tdesktop: 1.6.3 -> 1.6.7 2019-04-14 15:33:13 +02:00
Michael Weiss b5cfba1a36 sshfs: 3.5.1 -> 3.5.2 2019-04-13 11:43:56 +02:00
Michael Weiss 86a914adb4 jekyll: Switch from bundlerEnv to bundlerApp (#59327) 2019-04-11 23:05:46 +02:00
Michael Weiss a3f9dc16cd nvme-cli: 1.8 -> 1.8.1 2019-04-10 12:30:20 +02:00
Michael Weiss 8fcb1b9d4f nvme-cli: 1.7 -> 1.8 2019-04-09 11:44:37 +02:00
Michael Weiss f370671c9a gns3Packages.{server,gui}Preview: 2.2.0a3 -> 2.2.0a4 2019-04-07 11:46:00 +02:00
Michael Weiss 0d076a4445 androidStudioPackages.{dev,canary}: 3.5.0.8 -> 3.5.0.9 2019-04-05 12:14:44 +02:00
Michael Weiss ef5fd41a11 Merge pull request #58814 from primeos/bundler-audit
bundler-audit: init at 0.6.1
2019-04-02 19:16:32 +02:00
Michael Weiss 4572e79ef9 bundler-audit: init at 0.6.1 2019-04-02 17:53:25 +02:00
Michael Weiss 076d8ec67a androidStudioPackages.beta: 3.4.0.16 -> 3.4.0.17 2019-04-02 12:40:44 +02:00
Michael Weiss a92c7bb0cc gollum: Update the dependencies (security)
See #58709.
2019-04-02 12:05:26 +02:00
Michael Weiss 20b9e18891 html-proofer: 3.8.0 -> 3.10.2 (security)
See #58709.
2019-04-02 12:05:26 +02:00
Michael Weiss e6a3229626 inxi: 3.0.32-1 -> 3.0.33-1 2019-03-30 11:31:31 +01:00
Michael Weiss cbeea5918d signal-desktop: 1.23.1 -> 1.23.2 2019-03-29 21:52:49 +01:00
Michael Weiss 009719383c androidStudioPackages.{dev,canary}: 3.5.0.7 -> 3.5.0.8 2019-03-28 22:03:09 +01:00
Michael Weiss f261841e54 Merge pull request #58428 from primeos/scons
scons: 3.0.4 -> 3.0.5
2019-03-28 12:27:31 +01:00
Michael Weiss 03989bea54 Merge pull request #58136 from dtzWill/update/iproute2-5
iproute2: 4.20.0 -> 5.0.0
2019-03-27 12:47:24 +01:00
Michael Weiss c4eff69dca Merge pull request #58215 from primeos/iputils
iputils: 20180629 -> 20190324
2019-03-27 12:23:56 +01:00
Michael Weiss 8939a5da89 scons: 3.0.4 -> 3.0.5
Announcement:
https://scons.org/scons-305-is-available.html

Changelog:
https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.5/src/CHANGES.txt
2019-03-27 11:12:30 +01:00
Michael Weiss 6fc7d8a15e androidStudioPackages.{dev,canary}: 3.5.0.6 -> 3.5.0.7 2019-03-26 21:39:07 +01:00
Michael WeissandWill Dietz b6e50e4921 iputils: 20180629 -> 20190324
Important changes:
- Two files where removed in [0]:
  - bin/ipg
  - share/man/man8/pg3.8.gz
- The build system changed from Autotools to Meson.
- New: systemd units and Japanese translations
- "It is probable that within in many many changes a regression may have
  slipped in" [1]

[0]: https://github.com/iputils/iputils/commit/45a1d39b0c740b5803330feb37650352ceea1086
[1]: https://github.com/iputils/iputils/releases/tag/s20190324

Co-authored-by: Will Dietz <github@wdtz.org>
2019-03-26 11:38:48 +01:00
Michael Weiss 698a3f7edd tdesktop: 1.6.2 -> 1.6.3
tdesktopPackages.preview: 1.6.2 -> 1.6.3
2019-03-25 17:07:14 +01:00
Michael Weiss 072adccff7 gns3Packages.{server,gui}Preview: 2.2.0a2 -> 2.2.0a3 2019-03-25 14:14:22 +01:00
Michael Weiss abadb74b71 tdesktop: 1.6.1 -> 1.6.2
tdesktopPackages.preview: 1.6.1 -> 1.6.2
2019-03-25 14:14:22 +01:00
Michael Weiss ff7d16fb33 signal-desktop: 1.23.0 -> 1.23.1 2019-03-23 11:23:44 +01:00
Michael Weiss 69e23dcc66 Merge pull request #58046 from illegalprime/gpgme-cross
gpgme: cross compilation
2019-03-22 12:57:33 +01:00
Michael Weiss 5cb066c9b9 gns3Packages.{server,gui}Stable: 2.1.14 -> 2.1.15 2019-03-22 12:19:26 +01:00
Michael Weiss 078de9ce49 signal-desktop: 1.22.0 -> 1.23.0 2019-03-22 01:35:03 +01:00
Michael Weiss ec7a34cefe Merge pull request #58066 from primeos/dav1d
dav1d: init at 0.2.1
2019-03-21 21:03:37 +01:00
Michael Weiss 21d3eee760 dav1d: init at 0.2.1 2019-03-21 18:57:56 +01:00