Commit graph

59359 commits

Author SHA1 Message Date
Peter Simons 56bb114905 Merge pull request #6722 from joachifm/fix-id-mismatches
Fix id mismatches
2015-03-16 18:46:38 +01:00
Pascal Wittmann 30ec369a99 xine-ui: update from 0.99.7 to 0.99.9 2015-03-16 18:38:47 +01:00
Eric Seidel c843cebeda emacs-packages: add two themes 2015-03-16 10:23:43 -07:00
Bart Brouns 2479dc0c63 add puredata-with-plugins:
a wrapper for puredata, plus packages for the following plugins:
cyclone
helmholtz
maxlib
mrpeach
puremapping
timbreid
zexy
2015-03-16 17:57:09 +01:00
Artyom Shalkhakov 82ee506f43 Bump to ATS-0.2.12 2015-03-16 15:50:48 +01:00
Arseniy Seroka 1d9d031254 Merge pull request #6818 from ardumont/add-org-trello-and-dependencies-derivation
[new] emacs24Packages org-trello & new deps derivations
2015-03-16 15:55:40 +03:00
Eelco Dolstra 3e6fb3887c Merge pull request #6823 from np/sqlite
Update sqlite to 3.8.8.3
2015-03-16 13:36:33 +01:00
Gabriel Ebner 9a971364ac Patch gnome-control-center not to override VPN plugin paths.
The network-manager vpn plugin configuration files contain the correct
absolute paths to the plugin libraries in the store; however upstream
(unsuccessfully) tries to find them in a predefined path.
2015-03-16 13:21:23 +01:00
Peter Simons 42ab5ea077 hackage-packages: re-generate from Hackage 2015-03-16T12:54:30+0100 2015-03-16 12:54:30 +01:00
Peter Simons 62d8b22931 hackage-packages.nix: re-generate from Hackage 2015-03-15T11:02:07+0100 2015-03-16 12:52:13 +01:00
Peter Simons 3f41103aaf Merge pull request #6824 from cstrahan/hs-mesos
hs-mesos: fix build
2015-03-16 12:10:24 +01:00
Joachim Fasting 3518b761ba TCSD: use tss user/group instead of nginx
For some reason TCSD is configured to use the nginx uid/gid.
Use the newly created tss uid/gid instead.
2015-03-16 09:58:16 +01:00
Joachim Fasting e9cd877921 nixos: resolve uid/gid conflicts
This patch resolves all uid/gid conflicts except for nobody/nogroup (seems
to make sense that these are the same).
All conflicts where determined mechanically, but resolutions were manual.
This patch also marks uids/gids with no corresponding group/user as "unused"
(aka. reserved).

Briefly,

- tss group conflicts with dhcpcd
  The tss group id conflicts with dhcpcd: assign
  a new number and add a corresponding tss user.
- elasticsearch uid conflicts with haproxy gid
- resolve firebird/munin conflict
- fix fourstorehttp{,d} typo
- fix ghostOne typo: the service module refers to gids.ghostone, so use that
  in ids
- memcached uid conflicts with users gid
- nagios uid conflicts with disks gid
- nscd uid conflicts with wheel gid
- ntp uid conflicts with tty gid
- resolve postfix/postdrop id uid
- redis uid conflicts with keys gid
- sshd uid conflicts with kmem gid
- tcryptd uid conflicts with openldap gid
- unifi uid conflicts with docker gid
- uptimed uid conflicts with utmp gid
- zope2 uid conflicts with connman gid
- tomcat uid/gid mismatch
2015-03-16 09:58:13 +01:00
Domen Kožar c8016e5b31 batti: mark as broken 2015-03-16 09:44:22 +01:00
Domen Kožar bd35fa526b add cbatticon 2015-03-16 09:42:12 +01:00
Domen Kožar 6e45fb5a55 planetaryannihilation: fix build 2015-03-16 09:15:00 +01:00
Aycan iRiCAN 54eb8b92d5 Merge pull request #6825 from devhell/snort
snort: 2.9.7.0 -> 2.9.7.2
2015-03-16 09:00:03 +02:00
William A. Kennington III eb9359856a Merge pull request #6826 from devhell/gnupg21
gnupg21: Add texinfo as a dependency
2015-03-15 21:02:08 -07:00
devhell 6a8a739d68 gnupg21: Add texinfo as a dependency
This adds texinfo as a dependency, without which the build will fail.
2015-03-16 00:32:16 +00:00
devhell 77c40224d2 snort: 2.9.7.0 -> 2.9.7.2
This includes a slight refactor.

2014-11-24 - Snort 2.9.7.2
[*] New additions
* Application Identification Preprocessor, when used in conjunction with
  open app ID detector content, that will identify application protocol,
  client, server, and web applications (including those using SSL) and
  include the info in Snort alert data. In addition, a new rule option
  keyword 'appid' that can be used to constrain Snort rules based on one
  or more applications that are identified for the connection.
  See README.appid for details.

* A new protected_content rule option that is used to match against a content
  that is hashed.  It can be used to obscure the full context of the rule from
  the administrator.

* Protocol Aware Flushing (PAF) improvements for SMTP, POP, and IMAP to
  more accurately process different portions of email messages and file
  attachments.

* Added ability to test normalization behavior without modifying network traffic.
  When configured using na_policy_mode:inline-test, statistics will be gathered
  on packet normalizations that would have occurred, allowing less disruptive
  testing of inline deployments.

* The HTTP Inspection preprocessor now has the ability to decompress
  DEFLATE and LZMA compressed flash content and DEFLATE compressed PDF
  content from http responses when configured with the new decompress_swf
  and decompress_pdf options. This enhancement can be used with existing rule
  options that already match against decompressed equivalents.

* Added improved XFF support to HttpInspect. It is now possible to specify custom
  HTTP headers to use in place of 'X-Fowarded-For'. In situations where traffic may
  contain multiple XFF-like headers, it is possible to specify which headers hold
  precedence.

* Added control socket command to dump packets.

* The Stream5 preprocessor functionality is now split between the new Session and Stream preprocessors.

* Added decoding capaiblity for Cisco FabricPath

[*] Improvements
* Update active response to allow for responses of 1500+ bytes that span
  multiple TCP packets.

* Check limits of multiple configurations to not exceed a maximum ID of 4095.

* Updated the error output of byte_test, byte_jump, byte_extract to
  including details on offending options for a given rule.

* Update build and install scripts to install preprocessor and engine libraries
  into user specified libdir.

* Improved performance of IP Reputation preprocessor.

* The control socket will now report success when reloading empty IP Reputation whitelists/blacklists.

* All TCP normalizations can now be enabled individually. See README.normalize for details on using
  the new options. For consistency with other options, the "urp" tcp normalization keyword now
  enables the normalization instead of disabling it.

* Lowered memory demand of Unicode -> ASCII mapping in HttpInspect.

* Updated profiler output to remove duplicate results when using multiple configurations.

* Improved performance of FTP reassembly.
2015-03-16 00:07:00 +00:00
Charles Strahan 7e94f79433 hs-mesos: fix build
mesos was propagating the wrong protobuf version, and the cabal file
referenced some impure paths.
2015-03-15 18:57:44 -04:00
Antoine R. Dumont d8072196bd Add org-trello derivation 2015-03-15 23:56:47 +01:00
Antoine R. Dumont c3f489446d Add request-deferred derivation 2015-03-15 23:56:36 +01:00
Cillian de Róiste 79f3689289 Blender: enable blenderplayer 2015-03-15 23:36:46 +01:00
Antoine R. Dumont d7bda5c580 Add request derivation 2015-03-15 23:26:43 +01:00
Antoine R. Dumont 511f95fee0 Add deferred derivation 2015-03-15 23:26:19 +01:00
Tobias Geerinckx-Rice cd85fab278 Merge pull request #6819 from devhell/ipv6calc
ipv6calc: Update sha256
2015-03-15 23:08:29 +01:00
Nicolas Pouillard eee31a2c97
Update sqlite to 3.8.8.3 2015-03-15 23:03:14 +01:00
Arseniy Seroka de093b2f8a Merge pull request #6822 from benley/mesos-dns
mesos-dns: Update to newer commit
2015-03-16 00:18:49 +03:00
Benjamin Staffin dec05e9b28 mesos-dns: Update to newer commit
Notable upstream changes:
- Support for multiple ports per task
- Records generated for mesos master nodes
- SRV records resolve to hostnames rather than IPs
- Query handling is now properly case-insensitive
- Better AAAA record handling
2015-03-15 14:00:54 -07:00
Austin Seipp ef95600372 Merge pull request #6771 from joachifm/apparmor-2.9
Apparmor 2.9
2015-03-15 14:16:24 -05:00
devhell 6fa7dcfe24 ipv6calc: Update SHA
Upstream seems to have overwritten the tarball therefore changing the
SHA sum.
2015-03-15 18:04:06 +00:00
Cillian de Róiste 849df05f6c digiKam: tidy up, and add myself to the maintainers 2015-03-15 14:56:09 +01:00
Cillian de Róiste a2c488e6c0 digiKam: fix gphoto camera support 2015-03-15 14:56:09 +01:00
Pascal Wittmann d8d4972544 xmlto: update from 0.0.25 to 0.0.26 2015-03-15 14:42:58 +01:00
Pascal Wittmann d1f24726eb Merge pull request #6805 from lancelotsix/upate_uncrustify
Change current version of uncrustify from 0.60 to 0.61
2015-03-15 10:55:22 +00:00
Pascal Wittmann 6916835c70 Merge pull request #5941 from offlinehacker/pkgs/phpPackages/add_redis_composer
phpPackages: add redis and composer
2015-03-15 10:37:10 +00:00
Peter Simons 46f2aab0a5 haskell-boundingboxes: upstream has fixed the test suite 2015-03-15 11:00:12 +01:00
Peter Simons a996d94d6b haskell-al: upstream has fixed the build 2015-03-15 11:00:12 +01:00
Peter Simons 9370137501 hackage-packages.nix: re-generate from Hackage 2015-03-14T14:55:25+0100 2015-03-15 11:00:12 +01:00
Peter Simons 519e1cefee haskell-xcffib: upstream fix the build issue (but the test suite still fails) 2015-03-15 11:00:12 +01:00
Peter Simons 53b6620027 haskell-hindent: upstream has fixed the test suite 2015-03-15 11:00:12 +01:00
Peter Simons da1617cb2b haskell-exceptions: update test suite issue link 2015-03-15 11:00:11 +01:00
Peter Simons a33042af5b haskell-al: jailbreal to fix build with c2hs 0.24.1 2015-03-15 11:00:11 +01:00
Peter Simons 3b8a7f2f70 haskell-amazonka does not compile with ghc-7.8.x. 2015-03-15 11:00:11 +01:00
Peter Simons adb3e894b2 configuration-common.nix: update comments for GLFW packages 2015-03-15 11:00:11 +01:00
Peter Simons 3f712f8448 ghc-6.10.4: cosmetic clean up 2015-03-15 11:00:11 +01:00
Peter Simons 26223831dc ghc-6.12.3: cosmetic clean up 2015-03-15 11:00:11 +01:00
Peter Simons 09c9a98717 aeson-schema: track the issue URL 2015-03-15 11:00:11 +01:00
Peter Simons 1207bc606e hackage-packages.nix: re-generate from Hackage 2015-03-14T13:08:30+0100 2015-03-15 11:00:11 +01:00