about summary refs log tree commit diff
path: root/pkgs/applications/networking
Commit message (Collapse)AuthorAge
...
| * | | | | kubernetes: update to 0.5.4Jaka Hudoklin2014-11-29
| | | | | |
| * | | | | nixos: add kubernetes moduleJaka Hudoklin2014-11-29
| | |_|_|/ | |/| | |
* / | | | Update my maintainershipRicardo M. Correia2014-11-29
|/ / / /
* | | | pidginotr: update from 4.0.0 to 4.0.1Cillian de Róiste2014-11-27
| | | |
* | | | chromium: Remove .py[co] files prior to building.aszlig2014-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to @iElectric for the notification, although I'm not really sure whether this will fix the following failed Hydra build: http://hydra.nixos.org/build/17609086/nixlog/1/raw The reason is that this failure doesn't happen on every build, but let's see whether it will happen again now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | fix teamspeak_client buildDomen Kožar2014-11-27
| | | |
* | | | Merge pull request #5144 from matejc/rekonqwrapperDomen Kožar2014-11-27
|\ \ \ \ | | | | | | | | | | rekonq: update to rekonq-2.4.2 and add wrapper
| * | | | rekonq: update to rekonq-2.4.2 and add wrapperMatej Cotman2014-11-26
| | |_|/ | |/| |
* / | | Bump snort to 2.9.7.0 and daq to 2.0.4Aycan iRiCAN2014-11-27
|/ / /
* | | chromium: set two additional mimetypes for desktop iconDomen Kožar2014-11-26
| | |
* | | flashplayer: Update from 11.2.202.418 -> 11.2.202.424Ricardo M. Correia2014-11-25
| | |
* | | firefox-bin: Fix meta.licenseEelco Dolstra2014-11-25
| | |
* | | chromium: Switch to using bundled protobuf.aszlig2014-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a response to 1fdefd5562be9f8b726e20a8f0bfab46cc7ae024. We are already using bundled protobuf for the beta and dev channels and it also breaks regularly with about every new Chromium release, so let's use bundled protobuf for all channels now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | chromium: Use Nix expressions for plugin settings.aszlig2014-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now create Nix expressions within the plugin output path(s) which then will be imported and incorporated into the wrapper. This makes it easier for other plugins to provide configuration settings to the main Chromium wrapper. Of course, in order to allow for external plugins we need to allow passing a list of plugins to the Chromium derivation, but right now we keep it internal and only use it for things such as NaCl (as soon as we support it, of course). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | chromium: Shorten line length of name attribute.aszlig2014-11-25
| | | | | | | | | | | | | | | | | | | | | No feature change, I'm just very nitpicky if it comes to lines with more than 79 characters. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | pidgin: minor updateVladimír Čunát2014-11-24
| | |
* | | dropbox: update to 2.10.52Thomas Tuegel2014-11-23
| | |
* | | Add realpine alpine continuationMichael Raskin2014-11-23
| | |
* | | Fix the libgcc_s problem in alpineMichael Raskin2014-11-23
| | |
* | | Adding Alpine mail readerMichael Raskin2014-11-23
| | |
* | | kubernetes: fix kube-proxy wrapperJaka Hudoklin2014-11-23
| | |
* | | Merge branch 'chromium'.aszlig2014-11-22
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces Chromium 39 as the new stable version along with a bunch of fixes. Fixes #2799, particularily the PDF plugin, which now is open source and thus no longer an issue. Also fixes #3219 and merges #2906, so we no longer get a crash while trying to bring up the print preview dialog. Thanks to @edwtjo for the CUPS version bump. * chromium: Switch to use open-source PDF plugin. * cups: bump 1.5.4 -> 1.7.5 * chromium: Allow env vars for passing plugin paths. * chromium: Update all channels to latest versions. * protobuf: Clean up and update to version 2.6.1.
| * | | chromium: Switch to use open-source PDF plugin.aszlig2014-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Chromium PDF plugin is now available as open source software and is already included in the Chromium source tree in current stable, so there is no need to extract it from the Chrome binary package anymore. See release announcement at http://blog.foxitsoftware.com/?p=641 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | chromium: Allow env vars for passing plugin paths.aszlig2014-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduces environment variables to set plugin base paths. The schema for these is like NIX_CHROMIUM_PLUGIN_PATH_<N>. Where <N> is the path type we want to change, the supported (full) variable names are: * NIX_CHROMIUM_PLUGIN_PATH_ALL * NIX_CHROMIUM_PLUGIN_PATH_PEPPERFLASH * NIX_CHROMIUM_PLUGIN_PATH_FILEFLASH * NIX_CHROMIUM_PLUGIN_PATH_PDF * NIX_CHROMIUM_PLUGIN_PATH_FILE_EFFECTS * NIX_CHROMIUM_PLUGIN_PATH_NACL * NIX_CHROMIUM_PLUGIN_PATH_PNACL * NIX_CHROMIUM_PLUGIN_PATH_WIDEVINE Whereas NIX_CHROMIUM_PLUGIN_PATH_ALL is the plugin base path for every path which is not set explicitly, so by setting ..._ALL and not setting ..._WIDEVINE, the widevine plugin will be searched in the directory specified using ..._ALL. Right now, the only plugin where this is used is widevine, and it still doesn't properly work yet. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | chromium: Update all channels to latest versions.aszlig2014-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this commit, the following new upstream versions are introduced: stable: 38.0.2125.101 -> 39.0.2171.65 beta: 39.0.2171.19 -> 40.0.2214.10 dev: 40.0.2182.3 -> 41.0.2224.3 We can now remove missing_alg_import.patch, because version 39 is nom stable and thus fixes the missing include directive upstream. However, starting with version 40, we hit a few bugs with system protobuf, so we're disabling it for every version >=40 to avoid runtime/startup errors. Here is the stable channel announcement for version 39 on the official blog: http://googlechromereleases.blogspot.de/2014/11/stable-channel-update_18.html Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | | Merge pull request #4992 from offlinehacker/pkgs/kubernetes/addJaka Hudoklin2014-11-22
|\ \ \ \ | | | | | | | | | | Add kubernetes
| * | | | Add kubernetesJaka Hudoklin2014-11-21
| | | | |
* | | | | We had hash for wrong mcabber version and the tarball was cachedMichael Raskin2014-11-21
|/ / / /
* | | | owncloudclient: initial 1.7.0 packaged addedJoachim Schiele2014-11-20
| | | |
* | | | new package: pondDavid Virgilio2014-11-20
|/ / /
* | | properly package pyopensslDomen Kožar2014-11-19
| | |
* | | Merge pull request #5046 from abbradar/checksum-fixeslethalman2014-11-19
|\ \ \ | | | | | | | | Checksum fixes
| * | | mutt-with-sidebar: simplify, fix checksumNikolay Amiantov2014-11-19
| |/ /
* | | mldonkey: adds license informationVincent Laporte2014-11-19
| | |
* | | Merge pull request #5035 from robberer/pkgs/jmeterPascal Wittmann2014-11-18
|\ \ \ | | | | | | | | jmeter: fix download URL
| * | | jmeter: fix download URLLongrin Wischnewski2014-11-18
| | | |
* | | | Update sha256 for mutt sidebar patchMax Gonzih2014-11-18
|/ / / | | | | | | Seems like file was changed.
* | | firefox: Update to 33.1.1Eelco Dolstra2014-11-18
| | |
* | | imapfilter: update from 2.5.6 to 2.5.7Mateusz Kowalczyk2014-11-17
| | |
* | | pidgin: enableParallelBuildingVladimír Čunát2014-11-17
| | |
* | | pidgin-with-plugins: fix plugin directories (close #5009)Antoine R. Dumont2014-11-17
| | |
* | | kde4.konversation: update from 1.5 to 1.5.1Evgeny Egorochkin2014-11-15
| | |
* | | notmuch: Update to 0.19.Moritz Ulrich2014-11-15
| | | | | | | | | | | | This commit also enables manpages.
* | | Merge branch 'master' into stagingVladimír Čunát2014-11-14
|\ \ \ | | |/ | |/| | | | | | | Conflicts (simple): pkgs/development/lisp-modules/clwrapper/setup-hook.sh
| * | ettercap: update from 0.8.0 to 0.8.1 and adopt itPascal Wittmann2014-11-14
| |/
| * flashplayer: Update from 11.2.202.411 -> 11.2.202.418Ricardo M. Correia2014-11-12
| |
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-11-11
|\| | | | | | | | | Conflicts: pkgs/development/libraries/boost/generic.nix
| * firefox-13.0: RemoveEelco Dolstra2014-11-11
| | | | | | | | It's outdated, insecure and not used anywhere in Nixpkgs.
| * firefox: update to 33.1Vladimír Čunát2014-11-11
| |
| * Update firefox-bin to 33.1taku02014-11-11
| |