Commit Graph

204853 Commits

Author SHA1 Message Date
Martin Weinelt
d1cb8bfc8d weechat: 2.6 -> 2.7
Disables support for Javascript and PHP:
- Javascript requires an old version of v8
- PHP requires a larger number of dependencies in addition to php-embed

Changelog [1]:

  New features
    - core: add option weechat.look.nick_color_hash_salt to shuffle nick colors (issue #635)
    - core: add different icons sizes (16x16 to 512x512) (issue #1347)
    - core: add file weechat.desktop
    - core: add reverse of string for screen in evaluation of expressions with "revscr:"
    - core: add length of string (number of chars and on screen) in evaluation of expressions with "length:xxx" and "lengthscr:xxx"
    - core: add calculation of expression in evaluation of expressions with "calc:xxx" (issue #997)
    - core: add optional default path (evaluated) in completion "filename"
    - core: add support of modifiers in evaluation of expressions with "modifier:name,data,string"
    - api: add modifier "color_encode_ansi" (issue #528)
    - api: add modifier "eval_path_home"
    - irc: add filters on raw buffer (issue #1000)
    - irc: add option irc.look.display_pv_warning_address to display a warning in private buffer if the remote nick address has changed (issue #892)
    - irc: add server option "ssl_password" (issue #115, issue #1416)
    - irc: add "user" in output of irc_message_parse (issue #136)
    - irc: add options irc.color.message_kick and irc.color.reason_kick (issue #683, issue #684)
    - logger: add option logger.file.color_lines (issue #528, issue #621)
    - script: add options "-ol" and "-il" in command "/script list" to send translated string with list of scripts loaded, display "No scripts loaded" if no scripts are loaded
    - xfer: add option xfer.file.download_temporary_suffix with default value ".part" (issue #1237)

  Bug fixes
    - core: set buffer name, short name and title only if the value has changed
    - core: fix scrolling up in bare mode when switched to bare mode at the top of the buffer (issue #899, issue #978)
    - core: optimize load of configuration files
    - core: fix window separators not respecting window splits (issue #630)
    - core: fix cursor mode info when prefix_align is none and with words split across lines (issue #610, issue #617, issue #619)
    - core: add support of reverse video in ANSI color codes
    - core: fixed segfault during excessive evaluation in function string_repeat (issue #1400)
    - buflist: fix extra spaces between buffers when conditions are used to hide buffers (regression introduced in version 2.6) (issue #1403)
    - irc: do not automatically open a channel with name "0" (issue #1429)
    - irc: remove option irc.network.channel_encode, add server option "charset_message" to control which part of the IRC message is decoded/encoded to the target charset (issue #832)
    - irc: use path from option xfer.file.upload_path to complete filename in command "/dcc send" (issue #60)
    - logger: fix write in log file if it has been deleted or renamed (issue #123)
    - python: send "bytes" instead of "str" to callbacks in Python 3 when the string is not UTF-8 valid (issue #1389)
    - relay: send message "_buffer_title_changed" to clients only when the title is changed
    - xfer: fix memory leak when a xfer is freed and when the plugin is unloaded

  Tests
    - unit: add tests on GUI color functions

  Build
    - core: fix build on Haiku (issue #1420)
    - core: fix build on Alpine
    - core: remove file FindTCL.cmake
    - core: display an error on missing dependency in CMake (issue #916, issue #956)
    - debian: disable Javascript plugin on Debian Sid and Ubuntu Eoan
    - debian: build with Guile 2.2
    - guile: add support of Guile 2.2, disable /guile eval (issue #1098)
    - python: add detection of Python 3.8

[1] https://weechat.org/files/changelog/ChangeLog-2.7.html
2019-12-08 23:25:49 +01:00
R. RyanTM
a17d1ae910 apktool: 2.4.0 -> 2.4.1 2019-12-08 22:22:15 +01:00
Dmitry Kalinkin
302a0be9db owncloud-client: disable shibboleth 2019-12-08 22:15:57 +01:00
R. RyanTM
ce8de3bc05 duktape: 2.4.0 -> 2.5.0 2019-12-08 21:47:09 +01:00
Lancelot SIX
337cd5cc8a vmTools.fillDiskWithRPMs: fix cpio use
When updating to cpio-2.13 in fe758f5fa368ebcdc03419c54412dd9abfd76b35,
a patch from SUSE was dropped. This patch was intended to resolve
CVE-2015-1197, and introduced the '--extract-over-symlink' option to
disable its own effects.

The CVE-2015-1197 was fixed in cpio-2.13 release[1] by other means,
making this patch useless.

Given that this patch is no longer used, we do not need to disable its
effects anymore with the `--extract-over-symlink` argument switch.

This Commit fixes #74984

[1] https://lists.gnu.org/archive/html/info-gnu/2019-11/msg00002.html
2019-12-08 21:03:39 +01:00
R. RyanTM
eeda68a88e byobu: 5.129 -> 5.130 (#75205) 2019-12-08 20:53:53 +01:00
Bjørn Forsman
e488670764 makeDesktopItem: use runCommandLocal
This derivation only creates a simple text file, so it makes sense to do
it locally.

On my setup this reduces build time from 2.2s to 1.2s.
2019-12-08 20:47:27 +01:00
Elis Hirwing
5b6e958b92
Merge pull request #73579 from helsinki-systems/php-maxminddb-init
phpPackages.maxminddb: Init at 1.5.0
2019-12-08 20:45:52 +01:00
Renaud
f640cf49d1
rdf4store: remove pkg and service modules
(#74214)
2019-12-08 20:33:51 +01:00
Wael Nasreddine
b0db7c4f7b
Merge pull request #75013 from fmpwizard/issue_54603
go: do not replace path to zoneinfo.zip and mime.types
2019-12-08 11:23:45 -08:00
c0bw3b
69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
Michael Raskin
fd0e1eef28
Merge pull request #69058 from dtzWill/update/graphviz-2.42.2
graphviz: 2.40.1 -> 2.42.2
2019-12-08 18:11:24 +00:00
R. RyanTM
704eecee88 hitch: 1.5.0 -> 1.5.2 (#75243) 2019-12-08 19:10:47 +01:00
R. RyanTM
e6a3135837 filezilla: 3.45.1 -> 3.46.0 (#75225) 2019-12-08 19:08:56 +01:00
Michael Raskin
76c867afde
Merge pull request #74879 from lopsided98/gtk3-armv7l
gtk3: fix build on 32-bit ARM
2019-12-08 18:01:56 +00:00
R. RyanTM
5bba8c20e4 libebml: 1.3.9 -> 1.3.10 (#75246) 2019-12-08 18:55:50 +01:00
Anthony Cowley
8a4603f9c4 linux: fix amdgpu memory mapping with kernel >= 5.3
These configuration options are needed for the ROCm GPU compute stack
on kernels >= 5.3.
2019-12-08 18:52:43 +01:00
Renaud
421e9248c1
doc/rl-2003: fix typo 2019-12-08 18:34:47 +01:00
Marek Mahut
cf5ec7ac6e debianutils: mark as broken on darwin 2019-12-08 17:22:19 +01:00
R. RyanTM
ec5cf85534 debianutils: 4.8.6.3 -> 4.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debianutils/versions
2019-12-08 17:22:19 +01:00
Renato Alves
e18fb092f1 kssd: init at 1.0 2019-12-08 16:48:59 +01:00
Davíð Steinn Geirsson
077934e192 transmission: Configurable download directory permissions
Allow the user to specify the permissions to apply to download folders
used by transmission. This is useful e.g. when they are stored on a
network share and accessed by other users.

This commit also makes the home and config directories 700, as there
is should be no need for wider permissions there.
2019-12-08 16:33:19 +01:00
Brian McKenna
664fdfbb78 direvent: init at 5.2 2019-12-08 16:23:58 +01:00
R. RyanTM
0ebe8162aa grip: 4.0.0 -> 4.0.1 2019-12-08 15:55:06 +01:00
Maxim Schuwalow
074f4444e2 stups-zign: init at 1.2 2019-12-08 15:51:23 +01:00
Maxim Schuwalow
518e8d4cfc stups-tokens: init at 1.1.19 2019-12-08 15:51:23 +01:00
Maxim Schuwalow
9c951c80a6 stups-cli-support: init at 1.1.20 2019-12-08 15:51:23 +01:00
Maxim Schuwalow
cd01834bf9 maintainers: add mschuwalow 2019-12-08 15:51:23 +01:00
Benedict Aas
24b8c6d7dc etcher: init at 1.5.60
We add Etcher, the Electron image flasher.
2019-12-08 15:46:58 +01:00
Kim Burgess
975195a474 ameba: init at 0.10.1 2019-12-08 15:27:33 +01:00
Patrick Winter
8d465dfd4b raiseorlaunch: init at 2.3.3 2019-12-08 15:20:33 +01:00
R. RyanTM
b3262d2284 eagle: 9.5.0 -> 9.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eagle/versions
2019-12-08 15:16:53 +01:00
Lassulus
3e64a0a354
Merge pull request #71862 from davidtwco/franz-5.4.0
franz: 5.3.3 -> 5.4.1
2019-12-08 15:12:33 +01:00
Louis Taylor
ff4bef8a1a sailsd: 0.2.0 -> 0.3.0 2019-12-08 15:04:38 +01:00
José Luis Lafuente
848e0d3045 k9s: 0.8.4 -> 0.9.3
Also add missed build flags
2019-12-08 15:00:53 +01:00
Ryan Mulligan
d0f7a4139a
Merge pull request #75229 from r-ryantm/auto-update/giada
giada: 0.15.4 -> 0.16.0
2019-12-08 05:56:11 -08:00
scalavision
3dfabd6eff svaba: init at 1.1.0 2019-12-08 14:51:05 +01:00
markuskowa
24c1f9505a
Merge pull request #75209 from r-ryantm/auto-update/dpic
dpic: 2019.08.30 -> 2019.11.30
2019-12-08 14:32:51 +01:00
Orivej Desh
42ac6c797b fuse-emulator: init at 1.5.7 2019-12-08 13:27:14 +00:00
Orivej Desh
5fc4257de6 libspectrum: init at 1.4.4 2019-12-08 13:27:14 +00:00
markuskowa
444256039c
Merge pull request #75245 from r-ryantm/auto-update/jmol
jmol: 14.29.55 -> 14.30.0
2019-12-08 14:19:56 +01:00
markuskowa
f0d35f1466
Merge pull request #75122 from markuskowa/upd-rdma
rdma-core: 26.0 -> 26.1
2019-12-08 14:12:02 +01:00
R. RyanTM
b40940e9d6 jmol: 14.29.55 -> 14.30.0 2019-12-08 04:52:52 -08:00
Michael Raskin
3694b41f17
Merge pull request #75240 from r-ryantm/auto-update/ipmiutil
ipmiutil: 3.1.4 -> 3.1.5
2019-12-08 12:26:27 +00:00
Michael Raskin
df0367735b
Merge pull request #75185 from r-ryantm/auto-update/baresip
baresip: 0.6.4 -> 0.6.5
2019-12-08 12:26:09 +00:00
Mario Rodas
2971a6f438
Merge pull request #75208 from mkg20001/anydesk-fix
anydesk: 5.5.0 -> 5.5.1
2019-12-08 07:24:26 -05:00
Michael Raskin
08db595525
Merge pull request #75089 from jonringer/bump-glui
glui: 2.36 -> 2.37
2019-12-08 12:24:07 +00:00
Diego Medina
051bc353d0 go: do not replace path to mime.types 2019-12-08 07:20:23 -05:00
R. RyanTM
ebf6cf71b3 diffstat: 1.62 -> 1.63 2019-12-08 12:58:58 +01:00
WilliButz
5b5e33d9b9
Merge pull request #75211 from r-ryantm/auto-update/feh
feh: 3.2.1 -> 3.3
2019-12-08 12:42:56 +01:00