Commit Graph

36487 Commits

Author SHA1 Message Date
R. RyanTM
fe9682427b go-rice: 1.0.0 -> 1.0.2 2021-06-23 09:48:55 -07:00
R. RyanTM
fa34624701 gh-ost: 1.1.1 -> 1.1.2 2021-06-23 09:47:34 -07:00
R. RyanTM
7936eaa3a6 disfetch: 1.22 -> 1.24 2021-06-23 09:38:02 -07:00
Sandro
f39a2230c3
Merge pull request #127834 from dotlambda/dnspython_1-drop 2021-06-23 17:55:42 +02:00
Sandro
c69c02e06e
Merge pull request #127842 from dotlambda/scipy_1_3-drop 2021-06-23 15:42:48 +02:00
Sandro
8bd3ae2e84
Merge pull request #127891 from SuperSandro2000/du-dust 2021-06-23 15:38:23 +02:00
Maximilian Bosch
f0f98bffab
Merge pull request #127884 from r-ryantm/auto-update/clamav
clamav: 0.103.2 -> 0.103.3
2021-06-23 15:11:51 +02:00
Maximilian Bosch
9f810d9abd
Merge pull request #127886 from r-ryantm/auto-update/cargo-release
cargo-release: 0.14.0 -> 0.15.0
2021-06-23 14:22:38 +02:00
Sandro Jäckel
3a2215d1d5
du-dust: 0.5.4 -> 0.6.0 2021-06-23 13:35:10 +02:00
Sandro
1905f5f2e5
Merge pull request #127853 from IvarWithoutBones/fix/amidst-jre
amidst: use jre instead of jre8
2021-06-23 13:30:53 +02:00
Sandro
6d4f69155b
Merge pull request #127838 from dotlambda/pg8000_1_12-drop 2021-06-23 13:27:32 +02:00
Sandro
439ea54d4d
Merge pull request #127866 from ethancedwards8/updog 2021-06-23 13:10:10 +02:00
Linus Heckemann
5c7023e5f0
Merge pull request #127860 from mweinelt/esphome
esphome: fix permissions on src file before modifying them
2021-06-23 13:08:46 +02:00
Sandro
8cb714d084
Merge pull request #127874 from fabaff/bump-exploitdb
exploitdb: 2021-06-19 -> 2021-06-23
2021-06-23 13:05:09 +02:00
R. RyanTM
a5519a216a cargo-release: 0.14.0 -> 0.15.0 2021-06-23 11:01:37 +00:00
R. RyanTM
271c827b0e clamav: 0.103.2 -> 0.103.3 2021-06-23 10:56:15 +00:00
Ethan Edwards
494ba50fc3
updog: init at 1.4 2021-06-23 06:42:09 -04:00
Robert Schütz
b128806d99 pythonPackages.dns: move alias to python-aliases.nix 2021-06-23 11:48:22 +02:00
Robert Schütz
0a1695b024 ceph: use packageOverrides 2021-06-23 11:41:54 +02:00
zowoq
4b0ca5e0cd fuse-overlayfs: 1.5.0 -> 1.6
https://github.com/containers/fuse-overlayfs/releases/tag/v1.6
2021-06-23 17:32:53 +10:00
Fabian Affolter
22001190c6
Merge pull request #127810 from DeeUnderscore/gdu-5.1.1
gdu: 5.1.0 -> 5.1.1
2021-06-23 09:16:42 +02:00
Fabian Affolter
7d1edb99ac
Merge pull request #127817 from charles-dyfis-net/nwipe-0.31
nwipe: 0.30 -> 0.31
2021-06-23 09:00:05 +02:00
Fabian Affolter
bbe1279459 exploitdb: 2021-06-19 -> 2021-06-23 2021-06-23 08:42:23 +02:00
Martin Weinelt
06d92ba195
esphome: fix permissions on src file before modifying them
We store esphome in the nix store, which results in its file permissions
being 0444. Esphome, when compiling a firmware image, will copy these
files from the nix store to a working directory. When updating between
versions it will notice these files changed and try to copy the new
version over, which would break, because the user had no write
permissions on the files.

❯ esphome compile 01e4ac.yml
INFO Reading configuration 01e4ac.yml...
INFO Detected timezone 'CET' with UTC offset 1 and daylight saving time from 27 March 02:00:00 to 30 October 03:00:00
INFO Generating C++ source...
ERROR Error copying file /nix/store/lmzrgl1arqfd98jcss4rsmmy6dbffddn-esphome-1.19.2/lib/python3.8/site-packages/esphome/components/api/api_connection.cpp to 01e4ac/src/esphome/components/api/api_connection.cpp: [Errno 13] Permission denied: '01e4ac/src/esphome/components/api/api_connection.cpp'

To fix this we modify chmod to 0644 just before esphome tries a copy
operation, which will fix permissions on existing working directories
just in time.
2021-06-23 05:07:11 +02:00
IvarWithoutBones
afb2e12ee9 amidst: use jre instead of jre8 2021-06-23 03:16:52 +02:00
R. RyanTM
5abe2cd1ac analog: 6.0.16 -> 6.0.17 2021-06-22 17:34:23 -07:00
Ryan Mulligan
a3d3ec2ec7
Merge pull request #127331 from r-ryantm/auto-update/atomicparsley
atomicparsley: 20210124.204813.840499f -> 20210617.200601.1ac7c08
2021-06-22 15:48:35 -07:00
Robert Schütz
9653f60340 dd-agent: use python2Packages.pg8000
It refers to the same version as python2Packages.pg8000_1_12.
2021-06-23 00:05:10 +02:00
D Anzorge
dc34308965 gdu: 5.1.0 -> 5.1.1
Upstream fixed tests failing on certain filesystems. Darwin tests
disabled due to unrelated failures.
2021-06-22 23:36:30 +02:00
Charles Duffy
bb1e579d74
nwipe: 0.30 -> 0.31
Miscellaneous upstream bugfixes, notably including musl support.
2021-06-22 10:41:46 -05:00
Sandro
b6c99a1986
Merge pull request #127802 from fortuneteller2k/elfcat
elfcat: init at 0.1.3
2021-06-22 17:14:00 +02:00
Martin Weinelt
ec12eaec34
Merge pull request #127735 from mweinelt/esphome 2021-06-22 16:59:24 +02:00
Martin Weinelt
c8db4ba116
esphome: 1.19.0 -> 1.19.2 2021-06-22 16:29:26 +02:00
fortuneteller2k
dc24124ec6 elfcat: init at 0.1.3 2021-06-22 22:19:17 +08:00
Sandro
106510818d
Merge pull request #127770 from fortuneteller2k/blocklist
stevenblack-blocklist: 3.7.8 -> 3.7.9
2021-06-22 15:14:21 +02:00
Sandro
db67c0493d
Merge pull request #127774 from HanEmile/submit/add-notify-package 2021-06-22 15:12:44 +02:00
Sandro
df1ec730c3
Merge pull request #127782 from malbarbo/tmux-static 2021-06-22 15:10:55 +02:00
Mario Rodas
17abd47069
Merge pull request #127732 from marsam/update-vale
vale: 2.10.2 -> 2.10.4
2021-06-22 06:38:19 -05:00
Marco A L Barbosa
767b0a628d tmux: fix cross compiling 2021-06-22 08:13:36 -03:00
Emile
c118430db0
notify: init at 0.0.2 2021-06-22 11:24:57 +02:00
Yuka
1bbdca36d2
maintainers: add yuka (#127773)
If this seems strange to you, or you are a maintainer of one of these
packages, please contact me on Matrix: @yuka:yuka.dev
2021-06-22 11:17:00 +02:00
fortuneteller2k
3644957973 stevenblack-blocklist: 3.7.8 -> 3.7.9 2021-06-22 16:12:57 +08:00
Mario Rodas
52a56d3910
Merge pull request #127733 from marsam/fix-entr-darwin
entr: fix segfault on darwin
2021-06-22 02:44:16 -05:00
Fabian Affolter
a95eebd1cd
Merge pull request #127676 from j0hax/beats
beats: init at 1.0
2021-06-22 08:31:24 +02:00
Peter Hoeg
2473f4eba4
plocate: init at 1.1.7 (#124259)
* plocate: init at 1.1.7
2021-06-22 14:13:11 +08:00
Sandro
3dca1e4c2c
Merge pull request #127701 from fabaff/bump-osm2pgsql
osm2pgsql: 1.4.2 -> 1.5.0
2021-06-22 02:41:37 +02:00
Sandro
1249563b7c
Merge pull request #127670 from fgaz/cht-sh/2021-04-25
cht-sh: unstable-2021-01-31 -> unstable-2021-04-25
2021-06-22 02:39:07 +02:00
Sandro
c57027aba9
Merge pull request #127684 from iAmMrinal0/update/google-cloud-sdk
google-cloud-sdk: 344.0.0 -> 345.0.0
2021-06-22 02:30:46 +02:00
Sandro
6527d3ec20
Merge pull request #127625 from ethancedwards8/gitlint
gitlint: init at 0.15.1
2021-06-22 02:30:19 +02:00
Sandro
a69c1ebf9a
Merge pull request #127729 from SuperSandro2000/croc
croc: 9.1.6 -> 9.2.0
2021-06-22 02:29:41 +02:00