Daniel Nagy
fbaa40d9f0
visidata: remove platforms from metadata
...
because `buildPythonApplication` sets it already.
2021-04-01 17:59:50 +02:00
Daniel Nagy
6cb1865eb3
htop: update platforms metadata
2021-04-01 17:59:50 +02:00
Daniel Nagy
8a22c2d090
poke: add changelog
2021-04-01 17:59:50 +02:00
Daniel Nagy
88b18be56d
fzf: add changelog
2021-04-01 17:59:49 +02:00
Daniel Nagy
25bc1def1c
exim: add changelog
2021-04-01 17:59:49 +02:00
Daniel Nagy
f5377b61d5
exim: use https in homepage
2021-04-01 17:59:49 +02:00
Daniel Nagy
b5d78dbc52
ecl: add changelog
2021-04-01 17:59:49 +02:00
Daniel Nagy
20d6a29ba4
alacritty: add changelog
2021-04-01 17:59:48 +02:00
Daniel Nagy
2cc031479d
xterm: add changelog
2021-04-01 17:59:48 +02:00
Daniel Nagy
f778e4708b
vifm: add changelog
2021-04-01 17:59:48 +02:00
Daniel Nagy
7b4dc7caae
oil: add changelog
2021-04-01 17:59:48 +02:00
Daniel Nagy
fd56ee7964
amfora: add changelog
2021-04-01 17:59:47 +02:00
Daniel Nagy
782643cb09
superTuxKart: add changelog
2021-04-01 17:59:47 +02:00
Daniel Nagy
cda1212f86
dstat: add changelog
2021-04-01 17:59:47 +02:00
Daniel Nagy
b7e9cc4db9
leftwm: add changelog
2021-04-01 17:59:47 +02:00
Daniel Nagy
73518ff753
ranger: use https homepage
2021-04-01 17:59:47 +02:00
Daniel Nagy
4af272925e
visidata: add changelog
2021-04-01 17:59:46 +02:00
Daniel Nagy
d2aabe8fed
htop: add changelog
2021-04-01 17:59:46 +02:00
Daniel Nagy
9815ef3639
zeroad: 0.0.23b -> 0.0.24b
2021-03-20 15:35:16 +01:00
Daniel Nagy
0dcd780908
spidermonkey_78: 78.4.0 -> 78.8.0
2021-02-27 12:35:36 +01:00
Daniel Nagy
930e3679f4
nixos/test/unbound: add tests for DNS over HTTPS
2021-02-25 18:37:57 -05:00
Daniel Nagy
bd6ef5bee1
unbound-full: init
2021-02-25 18:37:57 -05:00
Daniel Nagy
a40f86e390
unbound: optionally support DNS-over-HTTPS
...
unbound can be used as a DNS-over-HTTPS (DoH) server.
This is a blog post introducing the feature:
https://www.nlnetlabs.nl/news/2020/Oct/08/unbound-1.12.0-released/
2021-02-25 18:37:57 -05:00
Daniel Nagy
7db40fa5d5
python3Packages.dlib: support sse4 instructions
...
My understanding of the line that is removed is, that the logic is
wrong. According to the setup.py file[0] it says that:
> To exclude certain options in the cmake config use --no:
> for example:
> --no USE_AVX_INSTRUCTIONS: will set -DUSE_AVX_INSTRUCTIONS=no
This means, that a true value of `avxSupport` will deactivate it in the
setup, which is not what we want.
[0]: https://github.com/davisking/dlib/blob/v19.21/setup.py#L22
2021-02-25 22:49:08 +01:00
Daniel Nagy
b6ef90c6c4
dlib: support sse4 instructions
2021-02-25 22:40:20 +01:00
Daniel Nagy
65cd60100a
bombadillo: add man page
2021-02-13 20:09:04 +01:00
Daniel Nagy
7c121e60c5
nixos/httpd: fix lua paths
...
Account for the fact that, when creating a lua package without the
"withPackages" helper, we dont get an extra "lua" attribute in the
package.
Therefore we need to distinguish between the "withPackages" case and the
direct ( or "empty" ) lua package.
For example with this nixos config:
```nix
{
services.httpd = {
enable = true;
package = pkgs.apacheHttpd.override {
luaSupport = true;
lua5 = pkgs.lua5_3.withPackages (ps: with ps; [ luafilesystem ] );
};
};
}
```
Here we say that we want to have apache to use a lua, packaged with the
`luafilesystem` module so that we can `require` that in scripts to
render http responses. There, the set that gets assigned to `lua5 ` does
not have a `luaversion` attribute, rather it has a `lua` attribute
wherein lies a `luaversion` attribute. If we dont package additional
modules, then we dont have that `lua` attribute in between and rather
directly have to use `luaversion` directly.
2021-02-11 11:56:06 +01:00
Daniel Nagy
633d173745
gtk4: add changelog url
2021-02-01 12:10:07 +01:00
Daniel Nagy
ba79f2c96c
gtk3: add changelog url
2021-02-01 12:10:07 +01:00
Daniel Nagy
9d28ddaf62
gtk2: add changelog url
2021-02-01 12:10:07 +01:00
Daniel Nagy
993c9fad7b
dstat: 0.7.3 -> 0.7.4
...
This change also switches dstat to python3. The patches introduced in this
commit are inspired by archlinux[0][1].
[0]:
https://github.com/archlinux/svntogit-community/blob/e688b126c561e842b459ea1cc88e725f1f2a29cc/trunk/PKGBUILD
[1]: https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/dstat&id=e688b126c561e842b459ea1cc88e725f1f2a29cc
2021-01-18 10:50:46 +01:00
Daniel Nagy
531e121e5b
sqlar: fix build error
...
Disable warnings to be treated as errors, since otherwise the build
would fail with this message:
```
sqlite3.c: In function 'sqlite3SelectNew':
sqlite3.c:116663:10: error: function may return address of local variable [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-local-addr-Werror=return-local-addr8 ;;]
116663 | return pNew;
```
2021-01-16 23:41:00 +01:00
Daniel Nagy
51cb6bffed
poedit: use gtk3
2021-01-11 19:02:23 +01:00
Daniel Nagy
b374d993ed
ceph: enable aarch64-linux platform
2021-01-04 15:37:23 +01:00
Daniel Nagy
9ce1ebb3c2
lua5_3: 5.3.5 -> 5.3.6
...
We also remove the CVE-2019-6706 patch because it has been merged
upstream. See:
https://www.lua.org/work/diffs-lua-5.3.5-lua-5.3.6.html
2020-12-29 23:28:17 +01:00
Daniel Nagy
dff920b89c
sqlitebrowser: 3.12.0 -> 3.12.1
2020-12-29 22:30:31 +01:00
Daniel Nagy
f2ca4c8f1d
nixos/httpd: set lua paths
...
We conditionally set the lua paths for the Apache mod_lua module. This
allows executing Lua script handlers to require modules, that have been
packaged with the supplied Lua derivation of Apache.
For more information, see:
https://httpd.apache.org/docs/2.4/mod/mod_lua.html#luapackagecpath
https://httpd.apache.org/docs/2.4/mod/mod_lua.html#luapackagepath
2020-12-25 22:54:05 +01:00
Daniel Nagy
f20d8091d4
apacheHttpd: passthru lua variables
2020-12-25 22:49:01 +01:00
Daniel Nagy
31066910b9
boost175: init at 1.75.0
2020-12-17 19:38:23 +01:00