Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d28f44c56c24
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0e54f4948407
Choose a head ref

Commits on Jun 1, 2019

  1. gzdoom: 4.0.0 -> 4.1.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/gzdoom/versions
    r-ryantm committed Jun 1, 2019
    Copy the full SHA
    ebcf546 View commit details

Commits on Jun 2, 2019

  1. kdevelop-pg-qt: 2.1.0 -> 2.2.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/kdevelop-pg-qt/versions
    r-ryantm committed Jun 2, 2019
    Copy the full SHA
    5309a54 View commit details
  2. live555: 2019.04.24 -> 2019.05.29

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/live555/versions
    r-ryantm committed Jun 2, 2019
    Copy the full SHA
    39e784d View commit details

Commits on Jun 3, 2019

  1. wxSVG: 1.5.16 -> 1.5.17

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/wxsvg/versions
    r-ryantm committed Jun 3, 2019
    Copy the full SHA
    c1ff721 View commit details

Commits on Jun 4, 2019

  1. radamsa: 0.5 -> 0.6

    * new home (github -> gitlab)
    * "modernize" a bit
    * run tests!
    dtzWill committed Jun 4, 2019
    Copy the full SHA
    e3b8fcc View commit details
  2. podman: 1.3.1 -> 1.3.2

    dtzWill committed Jun 4, 2019
    Copy the full SHA
    71304bf View commit details
  3. Copy the full SHA
    7e59e33 View commit details
  4. cri-o: 1.14.1 -> 1.14.2

    dtzWill committed Jun 4, 2019
    Copy the full SHA
    1af13e8 View commit details
  5. Copy the full SHA
    a52a89c View commit details
  6. Copy the full SHA
    15fbb8e View commit details
  7. cni-plugins: 0.7.5 -> 0.8.0

    https://github.com/containernetworking/plugins/releases/tag/v0.8.0
    
    Maybe need to improve script invocation for other platforms,
    but for now we limit to linux so keep it simple.
    dtzWill committed Jun 4, 2019
    Copy the full SHA
    74e9b64 View commit details
  8. Copy the full SHA
    56cc125 View commit details
  9. cri-tools: nixpkgs-fmt

    dtzWill committed Jun 4, 2019
    Copy the full SHA
    786bfe0 View commit details
  10. Copy the full SHA
    c864ce9 View commit details

Commits on Jun 6, 2019

  1. zfs: 0.7.13 -> 0.8.0

    Same as zfsUnstable for the moment.
    We still keep the zfsUnstable expression as we likely
    need it in the near future again.
    Also remove spl since it is no longer needed.
    Mic92 committed Jun 6, 2019
    Copy the full SHA
    11b8a5f View commit details

Commits on Jun 7, 2019

  1. Copy the full SHA
    b791d03 View commit details
  2. kore: 3.3.0 -> 3.3.1

    dtzWill committed Jun 7, 2019
    Copy the full SHA
    54d97f0 View commit details
  3. weechat: 2.4 -> 2.5

    Changelog [1]:
    
      New features
        - core: use getopt to parse command line arguments
        - core: add option weechat.look.prefix_same_nick_middle
        - core: add option weechat.look.buffer_time_same
        - core: use seconds by default in /repeat interval, allow unit for the interval
        - core: allow text in addition to a command in command /repeat
        - core: add option "addreplace" in command /filter
        - api: return allocated string in hook_info callback and function info_get
        - api: replace argument "keep_eol" by "flags" in function string_split
        - api: add function command_options
        - api: add function string_match_list
        - irc: add bar items "irc_nick", "irc_host" and "irc_nick_host"
        - irc: add variable "host" in server structure
        - relay: add support of UNIX socket
        - relay: add option relay.weechat.commands
        - script: use SHA-512 instead of MD5 for script checksum
        - spell: rename aspell plugin to spell
        - trigger: add hooks "info" and "info_hashtable"
        - xfer: rename option xfer.network.speed_limit to xfer.network.speed_limit_send, add option xfer.network.speed_limit_recv
    
      Bug fixes
        - core: don’t execute command scheduled by /repeat and /wait if the buffer does not exist any more
        - core: set max length to 4096 for /secure passphrase
        - core: refilter only affected buffers on filter change
        - fset: fix slow refresh of fset buffer during /reload
        - irc: fix parsing of MODE command when there are colons after the first mode argument
        - irc: fix memory leak in infos "irc_server_isupport" and "irc_server_isupport_value"
        - irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ssl_fingerprint option
        - irc: display an error with /allchan -current or /allpv -current if the current buffer is not an irc buffer
        - irc: fix update of channels modes with arguments when joining a channel
        - irc: quote NICK command argument sent to the server
        - php: fix memory leak in functions string_eval_expression, string_eval_path_home, key_bind, hook_process_hashtable, hook_hsignal_send, info_get_hashtable, hdata_update
        - relay: fix crash when a weechat relay client reloads the relay plugin with /plugin reload relay
        - spell: fix detection of nick followed by the nick completer
        - trigger: fix split of hook arguments
    
      Tests
        - unit: add tests on function util_signal_search
    
      Build
        - core: fix value of libdir in file weechat.pc
        - core: fix generation of man page weechat-headless with autotools
        - core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage options (CMake ≥ 3.0 is now required)
        - core: fix compilation on Mac OS
        - lua: add detection of Lua 5.3 with autotools
        - ruby: add detection of Ruby 2.6
        - tests: fix compilation of tests on FreeBSD
    
    [1] https://weechat.org/files/changelog/ChangeLog-2.5.html#v2.5
    andir committed Jun 7, 2019
    Copy the full SHA
    153bfb4 View commit details
  4. kubernetes: 1.14.2 -> 1.14.3

    Johan Thomsen committed Jun 7, 2019
    Copy the full SHA
    415e8e5 View commit details
  5. Merge pull request #62696 from dtzWill/update/radamsa-0.6

    radamsa: 0.5 -> 0.6
    pSub authored Jun 7, 2019
    Copy the full SHA
    b481108 View commit details
  6. zfs: 0.7.13 -> 0.8.0 (#62763)

    zfs: 0.7.13 -> 0.8.0
    Mic92 authored Jun 7, 2019
    Copy the full SHA
    48bb168 View commit details
  7. cryptpad: init at v2.23.0

    zimbatm committed Jun 7, 2019
    Copy the full SHA
    e3a316a View commit details
  8. nixos/cryptpad: add module

    zimbatm committed Jun 7, 2019
    Copy the full SHA
    18ae1ec View commit details
  9. Merge pull request #62802 from dtzWill/update/wireless-regdb-2019-06-03

    wireless-regdb: 2019-03-01 -> 2019-06-03
    fpletz authored Jun 7, 2019
    Copy the full SHA
    c2e440d View commit details
  10. Merge pull request #62816 from johanot/kubernetes-1.14.3

    kubernetes: 1.14.2 -> 1.14.3 (CVE-2019-11245)
    fpletz authored Jun 7, 2019
    Copy the full SHA
    88c898d View commit details
  11. Merge pull request #62815 from andir/weechat

    weechat: 2.4 -> 2.5
    andir authored Jun 7, 2019
    Copy the full SHA
    4d1c058 View commit details
  12. Merge pull request #62810 from dtzWill/update/kore-3.3.1

    kore: 3.3.0 -> 3.3.1
    fpletz authored Jun 7, 2019
    Copy the full SHA
    1f7bc57 View commit details
  13. Merge pull request #62593 from r-ryantm/auto-update/wxSVG

    wxSVG: 1.5.16 -> 1.5.17
    c0bw3b authored Jun 7, 2019
    Copy the full SHA
    87bc999 View commit details
  14. Merge pull request #62701 from dtzWill/update/podman-cni-and-containe…

    …rs-oh-my
    
    podman, cni{,-plugins}, cri*: updates
    fpletz authored Jun 7, 2019
    Copy the full SHA
    ff05703 View commit details
  15. luaPackages.lpeg: 1.0.1 -> 1.0.2

    and move to generated
    teto authored and Matthieu Coudron committed Jun 7, 2019
    Copy the full SHA
    128ca15 View commit details
  16. Merge pull request #61513 from zimbatm/cryptpad-2.21.0

    cryptpad: init at v2.23.0
    zimbatm authored Jun 7, 2019
    Copy the full SHA
    d838603 View commit details
  17. Merge pull request #62474 from r-ryantm/auto-update/live555

    live555: 2019.04.24 -> 2019.05.29
    c0bw3b authored Jun 7, 2019
    Copy the full SHA
    168d103 View commit details
  18. Merge pull request #62449 from r-ryantm/auto-update/kdevelop-pg-qt

    kdevelop-pg-qt: 2.1.0 -> 2.2.0
    c0bw3b authored Jun 7, 2019
    Copy the full SHA
    7558624 View commit details
  19. esniper: update to latest git revision "Version_2_35_0-15-g91d2665"

    The latest release no longer works.
    peti committed Jun 7, 2019
    Copy the full SHA
    3a64e98 View commit details
  20. Merge pull request #62431 from r-ryantm/auto-update/gzdoom

    gzdoom: 4.0.0 -> 4.1.2
    c0bw3b authored Jun 7, 2019
    Copy the full SHA
    0e54f49 View commit details
Loading