R. RyanTM
64290497b8
fluent-bit: 1.7.2 -> 1.7.3
2021-04-11 08:38:49 +00:00
Bastian Köcher
2e9e1e0f6f
lorri: 1.3.1 -> 1.4.0
2021-04-11 10:37:30 +02:00
Vincent Laporte
0062afc050
ocamlPackages.printbox: 0.4 → 0.5
2021-04-11 10:10:38 +02:00
Thomas Gerbet
920ffc27cb
fig2dev: 3.2.8 -> 3.2.8a
...
Changelog:
https://sourceforge.net/p/mcj/fig2dev/ci/3.2.8a/tree/CHANGES
2021-04-11 10:08:42 +02:00
Vladyslav M
eb319f74dd
Merge pull request #119097 from marsam/update-watchexec
...
watchexec: 1.14.1 -> 1.15.0
2021-04-11 11:01:36 +03:00
Thomas Gerbet
1b662aa1fa
xfig: 3.2.8 -> 3.2.8a
...
Changelog:
https://sourceforge.net/p/mcj/xfig/ci/3.2.8a/tree/CHANGES
2021-04-11 09:58:04 +02:00
Milan Pässler
46440dae4e
libcap: use correct runtime shell
2021-04-11 09:46:37 +02:00
Milan Pässler
5c12a81336
libselinux: fix build without python
2021-04-11 09:46:14 +02:00
Thomas Gerbet
da55ee488f
tcpdump: 4.9.3 -> 4.99.0
...
Changelog:
https://www.tcpdump.org/tcpdump-changes.txt
2021-04-11 09:39:59 +02:00
storvik
cf25944d02
clpm: use sbcl 2.0.9 when building
...
Use SBCL < 2.1.0 when building as SB-VM::MAKE-EA was removed.
2021-04-11 09:21:35 +02:00
Martin Weinelt
7644480555
python3Packages.snitun: disable failing test on darwin ( #119009 )
...
The upstream advertises this package as "OS independent", but from
issues it is clear they cannot test it on MacOS. So we simply disable
this test.
```
______________________ test_peer_listener_timeout[pyloop] ______________________
raise_timeout = None
peer_manager = <snitun.server.peer_manager.PeerManager object at 0x10a4a6df0>
peer_listener = <snitun.server.listener_peer.PeerListener object at 0x10a4a6a30>
test_client_peer = Client(reader=<StreamReader exception=ConnectionResetError(54, 'Connection reset by peer') transport=<_SelectorSocketT...by peer') transport=<_SelectorSocketTransport closed fd=19>>>, close=<asyncio.locks.Event object at 0x10909ee50 [set]>)
async def test_peer_listener_timeout(
raise_timeout, peer_manager, peer_listener, test_client_peer
):
"""Run a full flow of with a peer."""
valid = datetime.utcnow() + timedelta(days=1)
aes_key = os.urandom(32)
aes_iv = os.urandom(16)
hostname = "localhost"
fernet_token = create_peer_config(valid.timestamp(), hostname, aes_key, aes_iv)
crypto = CryptoTransport(aes_key, aes_iv)
test_client_peer.writer.write(fernet_token)
await test_client_peer.writer.drain()
with pytest.raises(asyncio.IncompleteReadError):
> token = await test_client_peer.reader.readexactly(32)
tests/server/test_listener_peer.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/dpa7p7v00xvr26dv2myh3k5p1zkagqsm-python3-3.8.5/lib/python3.8/asyncio/streams.py:723: in readexactly
await self._wait_for_data('readexactly')
/nix/store/dpa7p7v00xvr26dv2myh3k5p1zkagqsm-python3-3.8.5/lib/python3.8/asyncio/streams.py:517: in _wait_for_data
await self._waiter
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_SelectorSocketTransport closed fd=19>
def _read_ready__data_received(self):
if self._conn_lost:
return
try:
> data = self._sock.recv(self.max_size)
E ConnectionResetError: [Errno 54] Connection reset by peer
```
2021-04-11 02:18:59 -04:00
github-actions[bot]
d4649e2489
Merge master into staging-next
2021-04-11 06:05:33 +00:00
R. RyanTM
6b4de5afec
air: 1.15.1 -> 1.25
2021-04-11 05:07:18 +00:00
Mario Rodas
026b9c9f57
Merge pull request #118942 from packetizeme/patch-1
...
git-review: 1.28.0 -> 2.0.0
Fixes https://github.com/NixOS/nixpkgs/issues/119037
2021-04-10 23:43:25 -05:00
Ryan Mulligan
04dd46c650
Merge pull request #119065 from r-ryantm/auto-update/openfpgaloader
...
openfpgaloader: 0.2.5 -> 0.2.6
2021-04-10 21:42:52 -07:00
Dmitry Kalinkin
79e46fe6b0
Merge pull request #118967 from veprbl/pr/rivet_3_1_4
...
rivet: 3.1.3 -> 3.1.4
2021-04-11 00:29:33 -04:00
Mario Rodas
ec2e4b2d74
bazel-buildtools: 3.5.0 -> 4.0.1
2021-04-11 04:20:00 +00:00
Leah Ives
f9cc32641f
git-review: 1.28.0 -> 2.0.0
...
* Updates git-review to latest version
* Fixes build error due to dependency on old version of six library
2021-04-10 19:59:31 -07:00
John Ericson
4b21d06df0
Merge pull request #119068 from arcnmx/fix-cc-gccforlibs
...
cc-wrapper: match useGccForLibs conditional order
2021-04-10 22:41:57 -04:00
Andrew Childs
6ee72dd5ab
bintools-wrapper: ensure roles are set before mangling variables
2021-04-11 10:27:16 +09:00
Andrew Childs
33265e0dd9
darwin/xcode: remove platform version flags
...
These are now provided by the standard bintools and cc wrappers.
2021-04-11 09:47:10 +09:00
Andrew Childs
d0418480f1
lib.systems: add darwinPlatform where necessary
2021-04-11 09:47:10 +09:00
Andrew Childs
6c4ce7960e
bintools-wrapper, cc-wrapper: parameterize darwin min version variable
...
These variables are the ones that the standard toolchain uses, so we
should use those and not always use MACOSX_DEPLOYMENT_TARGET.
See 236a426c12/cctools/ld64/src/ld/PlatformSupport.cpp (L54-L55)
2021-04-11 09:47:10 +09:00
Andrew Childs
2a9b3b4943
cc-wrapper, bintools-wrapper: support MACOSX_DEPLOYMENT_TARGET with roles
...
In a typical build environment the toolchain will use the value of the
MACOSX_DEPLOYMENT_TARGET environment variable to determine the version
of macOS to support. When cross compiling there are two distinct
toolchains, but they will look at this single environment variable. To
avoid contamination, we always set the equivalent command line flag
which effectively disables the toolchain's internal handling.
Prior to this change, the MACOSX_DEPLOYMENT_TARGET variable was
ignored, and the toolchains always used the Nix platform
definition (`darwinMinVersion`) unless overridden with command line
arguments.
This change restores support for MACOSX_DEPLOYMENT_TARGET, and adds
nix-specific MACOSX_DEPLOYMENT_TARGET_FOR_BUILD and
MACOSX_DEPLOYMENT_TARGET_FOR_TARGET for cross compilation.
2021-04-11 09:47:10 +09:00
Andrew Childs
8b59d52ca3
cc-wrapper: use legacy -mmacosx-version-min for gcc
...
See https://github.com/NixOS/nixpkgs/pull/105026#discussion_r587169144
2021-04-11 09:47:10 +09:00
Andrew Childs
362cb82b75
cc-wrapper: specify default -mmacos-version-min
...
This avoids contamination via MACSOX_DEPLOYMENT_TARGET when cross
compiling.
2021-04-11 09:47:10 +09:00
Andrew Childs
2316ada93f
luarocks: use targetPlatform.darwinMinVersion as default
2021-04-11 09:47:10 +09:00
Andrew Childs
6605fadc68
bintools-wrapper: default platform versions for darwin
...
Instead of always supplying flags, apply the flags as defaults. Use
clang's native flags instead of lifting the linker flags from binutils
with `-Wl,`.
If a project is using clang to drive linking, make clang do the right
thing with MACOSX_DEPLOYMENT_TARGET. This can be overridden by command
line arguments. This will cause modern clang to pass
`-platform_version 10.12 0.0.0`, since it doesn't know about the SDK
settings. Older versions of clang will pass down `-macos_version_min`
flags with no sdk version.
At the linker layer, apply a default value for anything left
ambiguous. If nothing is specified, pass a full
`-platform_version`. If only `-macos_version_min` is specified, then
lock down the sdk_version explicitly with `-sdk_version`. If a min
version and sdk version is passed, do nothing.
2021-04-11 09:47:09 +09:00
Matthew Bauer
fbb26ab536
shadow: add runtime-shell.patch
...
This gets the right shell in the closure.
By default, shadow wants to pull in the bash we are building it with,
while we would prefer it used the runtime bash.
2021-04-11 02:42:53 +02:00
Alyssa Ross
d45fc07bc2
nixos/postfix: add services.postfix.canonical opt
...
This mirrors the services.postfix.transport and
services.postfix.virtual options we already have.
2021-04-11 00:31:12 +00:00
Ryan Mulligan
afca74b711
Merge pull request #119027 from r-ryantm/auto-update/jbang
...
jbang: 0.69.2 -> 0.70.0
2021-04-10 17:30:19 -07:00
Ryan Mulligan
39156b1bad
Merge pull request #119059 from r-ryantm/auto-update/obsidian
...
obsidian: 0.11.9 -> 0.11.13
2021-04-10 17:29:31 -07:00
Ryan Mulligan
57223384f8
Merge pull request #118969 from r-ryantm/auto-update/ciao
...
ciao: 1.19.0 -> 1.20.0
2021-04-10 17:27:42 -07:00
Ivan Babrou
af8164fba2
python3Packages.trustme: skip disallowed w+x test on aarch64-darwin
2021-04-10 17:19:36 -07:00
github-actions[bot]
a05e63f50b
Merge master into staging-next
2021-04-11 00:17:25 +00:00
Alyssa Ross
25628c6454
cvs: fix cross; clarify license
2021-04-10 23:52:50 +00:00
Alyssa Ross
a3251fb2e0
motif: fix format-security
2021-04-10 23:51:05 +00:00
Alyssa Ross
8edca5ad79
motif: 2.3.6 -> 2.3.8; clarify license; adopt
2021-04-10 23:51:00 +00:00
Fabian Affolter
1a3dce63c3
apkid: init at 2.1.1
2021-04-11 01:37:23 +02:00
Fabian Affolter
06514288d6
yara: enable additional features
2021-04-11 01:35:08 +02:00
Fabian Affolter
36d4934c39
python3Packages.yara-python: init at 4.0.5
2021-04-11 01:35:08 +02:00
Ryan Mulligan
2c8e88dabe
Merge pull request #118962 from r-ryantm/auto-update/cargo-deny
...
cargo-deny: 0.9.0 -> 0.9.1
2021-04-10 16:01:53 -07:00
Ryan Mulligan
018a1fe921
Merge pull request #118956 from r-ryantm/auto-update/amber
...
amber: 0.5.8 -> 0.5.9
2021-04-10 16:01:09 -07:00
Fabian Affolter
089908b9db
Merge pull request #119033 from r-ryantm/auto-update/lazygit
...
lazygit: 0.26.1 -> 0.27.3
2021-04-11 00:35:19 +02:00
Fabian Affolter
2ea8e240ff
home-assistant: update component-packages
2021-04-10 15:31:56 -07:00
Fabian Affolter
0b78980d67
python3Packages.pyenvisalink: init at 4.1
2021-04-10 15:31:56 -07:00
Fabian Affolter
e5b6e6f289
hfinger: init at 0.2.0
2021-04-11 00:22:19 +02:00
Bernardo Meurer
a451d399d3
Merge pull request #118900 from Luis-Hebendanz/fixing_firefox_issue_#118860
...
firefox/wrapper.nix: Fixed issue #118860
2021-04-10 22:18:22 +00:00
Hubert Jasudowicz
83838f7233
maintainers: add chivay
2021-04-11 00:16:41 +02:00
Aaron Andersen
e0fd737309
Merge pull request #107969 from corngood/jellyfin
...
jellyfin: add openFirewall option
2021-04-10 18:02:05 -04:00