summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* vim: 8.0.0442 -> 8.0.1150Vaibhav Sagar2017-09-26
|
* Merge pull request #29693 from taku0/oraclejdk-9Tim Steinbach2017-09-26
|\ | | | | oraclejdk: add version 9
| * oraclejdk: add version 9taku02017-09-23
| | | | | | | | | | | | | | | | Oracle JDK 9 does not seems to contain jre directory, so oraclejre9 package now uses a dedicated archive file. There is no 32-bit version nor arm version (yet). If Oracle releases them, I will update the package.
* | skopeo: 0.1.22 -> 0.1.23Tim Steinbach2017-09-26
| |
* | Merge pull request #29804 from yegortimoshenko/libmirage/top-levelJörg Thalheim2017-09-26
|\ \ | | | | | | libmirage: add to top level
| * | libmirage: add to top levelYegor Timoshenko2017-09-26
| | |
* | | Merge pull request #29751 from fadenb/oath-toolkit_2.6.2Tim Steinbach2017-09-26
|\ \ \ | | | | | | | | oath-toolkit: 2.6.1 -> 2.6.2
| * | | oath-toolkit: 2.6.1 -> 2.6.2Tristan Helmich2017-09-24
| | | |
* | | | Merge pull request #29805 from yegortimoshenko/clojure/correct-licenseTim Steinbach2017-09-26
|\ \ \ \ | | | | | | | | | | clojure: correct license (three-clause BSD -> EPLv1.0)
| * | | | clojure: correct license (three-clause BSD -> EPLv1.0)Yegor Timoshenko2017-09-26
| | |/ / | |/| | | | | | | | | | This is retroactive. See: https://clojure.org/community/license
* | | | oh-my-zsh: 2017-06-22 -> 2017-09-24Tim Steinbach2017-09-26
| | | |
* | | | tor-browser-bundle: init at 7.0.1 (from source)Joachim Fasting2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original browser bundle expects to run from a bundled directory, typically under user's home. This version creates a firefox distribution with preloaded extensions and settings that functions more like an ordinary firefox installation. The approach used here could be generalized to allow specification of custom firefox distributions. Eventually, the code will be factored so that the tbb is just an instance of that more general construct (firefox base + extensions + prefs). Currently, we use the latest upstream versions of extensions and so on. Eventually we want to track the upstream bundle more closely and ideally use the exact same inputs (firefox source, extension sources). To avoid mixing up profile data, all runtime state is stored under $XDG_DATA_HOME/tor-browser. Major TODO items - Pluggable transports - Upstream TBB version parity - Avoid fetchgit - Build NoScript from source (no upstream source repo, however, must rely on third-parties) - Improved notation for packaging extensions - Feature parity with the binary bundle (apulse and runtime purity, in particular)
* | | | kotlin: 1.1.4-2 -> 1.1.50Tim Steinbach2017-09-26
| | | |
* | | | git: 2.14.1 -> 2.14.2Tim Steinbach2017-09-26
| | | |
* | | | Merge pull request #29800 from stesie/kea-fix-pg-configJörg Thalheim2017-09-26
|\ \ \ \ | | | | | | | | | | kea: fix path to pg_config
| * | | | kea: fix path to pg_configStefan Siegl2017-09-26
| | | | | | | | | | | | | | | | | | | | refs commit b0280f598e4b3f6ebf33ad2115734e4735df443a
* | | | | Merge pull request #29794 from stesie/php-postgresJörg Thalheim2017-09-26
|\ \ \ \ \ | |/ / / / |/| | | | php: fix build wrt. new postgres.dev build output
| * | | | php: fix build wrt. new postgres.dev build outputStefan Siegl2017-09-26
| | | | | | | | | | | | | | | | | | | | Refs commit b0280f598e4b3f6ebf33ad2115734e4735df443a
* | | | | bash-supergenpass: init at 2012-11-02 (#29797)Francesco Gazzetta2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add fgaz to mantainers * bash-supergenpass: init at 2012-11-02
* | | | | rhino: remove dependency on GCJ (#29759)berdario2017-09-26
| | | | |
* | | | | uchiwa: 0.25.3 -> 0.26.0Peter Hoeg2017-09-26
| | | | |
* | | | | Merge pull request #29602 from makefu/pkgs/oslo-config/fixJörg Thalheim2017-09-26
|\ \ \ \ \ | | | | | | | | | | | | oslo-config: fix build
| * | | | | gdal: fix path to pg_configmakefu2017-09-25
| | | | | |
| * | | | | celery: fix eventlet testsJoerg Thalheim2017-09-25
| | | | | |
| * | | | | pyramid: 1.7 -> 1.9.1makefu2017-09-25
| | | | | |
| * | | | | celery: disable eventlet testsmakefu2017-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eventlet cannot be imported in any tests because it fails to be imported inside the sandboxed environment
| * | | | | oslo-config,sqlalchemy: add makefu to list of maintainersmakefu2017-09-25
| | | | | |
| * | | | | oslo-service: 0.10.0 -> 1.26.0, with dependenciesmakefu2017-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | oslo-service: needs to disable tests due to network errors when importing eventlet for tests ( socket.getprotobyname('tcp') -> no such protocol ) eventlet: 0.17.4 -> 0.20.0 cannot update to 0.21.0 due to version pinning ( < 0.21.0 ) of oslo-service monotonic: 0.4 -> 1.3 oslo-serialization: 1.10.0 -> 2.20.0 oslo-utils: 2.6.0 -> 3.29.0 oslo-concurrency: 2.7.0 -> 3.22.0 oslo-log: 1.12.1 -> 3.31.0 oslo-context: 0.7.0 -> 2.18.1 routes: 1.12.3 -> 2.4.1 webob: 1.4.1 -> 1.7.3 when updating i rewrote the package to use fetchPypi for making future updating easier
| * | | | | sqlalchemy-migrate: re-enable testsmakefu2017-09-25
| | | | | |
| * | | | | keystoneauth1: enable testsmakefu2017-09-25
| | | | | | | | | | | | | | | | | | | | | | | | requires a later version of betamax, bumped to 0.8.0
| * | | | | oslo-config: 4.11.0 -> 4.12.0, fix buildmakefu2017-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also updated the following dependencies: keystoneauth1: 3.1.0 -> 3.2.0 disabled tests which require oslo-config, oslo-test or requests-kerberos oslo-i18n: 2.7.0 -> 3.18.0 oslotest: 1.12.0 -> 2.18.0 os-client-config: 1.8.1 -> 1.28.0 needed to disable testing due to circular dependency with oslotest mox3: 0.11.0 -> 0.23.0 disable tests for py36 due to upstream bug debtcollector: 0.9.0 -> 1.17.0 tests enabled extra packages: requestsexceptions: init at 1.3.0
* | | | | | Merge pull request #29426 from Mic92/zfsUnstableJörg Thalheim2017-09-26
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | nixos/zfs: import encrypted datasets by default for zfsUnstable
| * | | | | {zfsUnstable,splUnstable}: 2017-09-12 -> 2017-09-26Joerg Thalheim2017-09-26
| | | | | |
| * | | | | nixos/zfs: import encrypted datasets by default for zfsUnstableJörg Thalheim2017-09-26
| | | | | |
* | | | | | Merge pull request #29762 from samueldr/pr/update-mediawikiJörg Thalheim2017-09-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | mediawiki: 1.27.3 -> 1.29.1
| * | | | | | mediawiki: 1.27.3 -> 1.29.1Samuel Dionne-Riel2017-09-24
| | | | | | |
* | | | | | | pythonPackages.channels: 1.1.6 -> 1.1.8 (#29772)Lancelot SIX2017-09-26
| | | | | | |
* | | | | | | Merge pull request #29773 from Ma27/vim/install-hooksJörg Thalheim2017-09-26
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | vim-plugins: add install hooks
| * | | | | | vim-plugins: document `nix-shell -I` usage for `vim-plugin-names-to-nix` usageMaximilian Bosch2017-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I use my own fork for NixOS development/testing, but `nixos-unstable` for my system configuration. Whenever I add a new plugin and I regenerate the expressions I need to change the `NIX_PATH` variable to my own fork. As this is something I tend to forget I think it's better to document this.
| * | | | | | vim-plugins: add {pre,post}Install hooks to `buildVimPlugin`Maximilian Bosch2017-09-25
| | | | | | |
* | | | | | | stupidterm: init at 2017-03-15Elis Hirwing2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stupidterm is a simple and fast VTE-Based terminal emulator which is configured by a simple ini-file. fixes #29779
* | | | | | | Merge pull request #29787 from siddharthist/tex-gyre-termes-mathJörg Thalheim2017-09-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tex-gyre-termes-math: init at 1.543
| * | | | | | | tex-gyre-termes-math: init at 1.543Langston Barrett2017-09-25
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #29786 from siddharthist/latinmodern-mathJörg Thalheim2017-09-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | latinmodern-math: init at 1.959
| * | | | | | | latinmodern-math: init at 1.959Langston Barrett2017-09-25
| |/ / / / / /
* | | | | | | purePackages.gen: Don't build on Hydra (#29763)Alastair Pharo2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until https://github.com/agraef/pure-lang/issues/8 is resolved, this package can't be compiled. This patch turns off Hydra builds of this package as part of #28643 (zero Hydra failures)
* | | | | | | 17.09 release notes: add module changesRobin Gloster2017-09-26
| | | | | | |
* | | | | | | nixos/release-notes: MySQL declarative users/databasesRodney Lorrimar2017-09-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Documents a possible migration step required to use the new options.
* | | | | | | gnuradio: fix build for gcc6 and newer boost (#29740)Rodney Lorrimar2017-09-26
| | | | | | |
* | | | | | | Merge pull request #28856 from jtojnar/at-spi2-coreJörg Thalheim2017-09-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gnome3.at-spi2-core: fix service not found error