Commit graph

126 commits

Author SHA1 Message Date
elseym 3e8e6bacd5
plex: 1.18.4.2171 -> 1.18.6.2368 2020-02-16 19:44:25 +01:00
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Bruno Bigras 8bfcece4f0 plex: 1.18.3.2156 -> 1.18.4.2171 2020-01-06 20:35:38 -05:00
elseym b677f2836c
plex: 1.18.2.2058 -> 1.18.3.2156 2019-12-21 18:46:32 +01:00
elseym 6962cfee48
plex: 1.18.1.1973 -> 1.18.2.2058 2019-11-24 16:50:18 +01:00
Pascal Bach ec1a73201e plex: 1.18.0.1944 -> 1.18.1.1973
(#72196)
2019-11-14 19:49:47 +01:00
Pascal Bach c64aa29616 plex: 1.17.0.1841 -> 1.18.0.1944 2019-10-12 19:27:25 +02:00
Pascal Bach 48221de37a plex: 1.16.6.1592 -> 1.17.0.1841 2019-10-03 23:10:25 +02:00
Pascal Bach 640f2dbbaf plex: 1.16.5.1554 -> 1.16.6.1592 2019-09-19 20:49:25 +02:00
Frederik Rietdijk ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Pascal Bach 875edee495 plex: 1.16.5.1488 -> 1.16.5.1554 2019-08-29 21:58:37 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vladimír Čunát 985d1ac425
Merge branch 'master' into staging-next
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.

Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
Pascal Bach c17bb171de plex: 1.16.4.1469 -> 1.16.5.1488 2019-08-22 22:23:01 +02:00
Frederik Rietdijk f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
Pascal Bach 818c7b3b56 plex: 1.16.3.1402 -> 1.16.4.1469 2019-08-17 13:39:43 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Averell Dalton 72db434e6a plex: 1.16.2.1321 -> 1.16.3.1402 2019-07-25 18:55:47 +02:00
elseym eed1c4d0de
plex: 1.16.1.1291 -> 1.16.2.1321 2019-07-18 16:24:20 +02:00
Pascal Bach 27ea05317a plex: 1.16.0.1226 -> 1.16.1.1291 2019-07-03 09:04:24 +02:00
elseym 9562fee507
plex: 1.15.8.1198 -> 1.16.0.1226 2019-06-18 08:03:42 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
elseym 9a70cefcba
plex: 1.15.6.1079 -> 1.15.8.1198 2019-06-11 17:20:59 +02:00
Pascal Bach ab4088c0a0 plex: 1.15.4.994 -> 1.15.6.1079 2019-05-30 10:48:49 +02:00
Pascal Bach c01b8f3027 plex: 1.15.3.876 -> 1.15.4.994 2019-05-09 18:08:30 +02:00
Andrew Dunham 9f7f367bf5 plex: rewrite to use FHS userenv 2019-04-23 20:19:33 -07:00
Daniel Schaefer bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Averell Dalton a753c57ca8 plex: 1.15.2.793 -> 1.15.3.876 2019-04-07 17:20:21 +02:00
Averell Dalton 028a4b6a53 plex: 1.14.1.5488 -> 1.15.2.793 2019-03-22 20:33:22 +01:00
Jan Malakhovski 15c52af2fe plex: move defaults to package file 2019-02-03 15:33:23 +00:00
Liam Dawson 19a297c099 plex: 1.14.0.5470 -> 1.14.1.5488 2018-12-21 10:35:41 +11:00
Tyler Mauthe b269c6c4d8
plex: 1.13.9.5456 -> 1.14.0.5470 2018-12-05 21:30:35 -08:00
Konstantin Nikiforov 2900f824e9 plex: 1.13.8.5395 -> 1.13.9.5456 2018-11-04 03:36:10 +03:00
Benjamin Staffin ff18d8c154 plex: include Plex Commercial Skipper binary
This new binary appeared somewhere around version 1.13.5, I think.
2018-10-21 08:54:04 +02:00
Wael M. Nasreddine ef0b280751
plex: allow the dataDir to contain spaces by quoting the path 2018-09-30 11:13:25 -07:00
Wael M. Nasreddine 89727b3c9a
plex: 1.13.5.5291 -> 1.13.8.5395 2018-09-30 10:56:15 -07:00
sjau 030cf55923 Plex: 1.13.4 -> 1.13.5 (#45578) 2018-08-24 18:36:32 +02:00
Anders Lundstedt 891fb1d5e0 Plex: 1.13.0 -> 1.13.4 (#44327) 2018-08-02 09:17:31 +02:00
Anders Lundstedt 5cb25c4406 plex: 1.9.6 -> 1.13.0 2018-05-13 15:46:23 -05:00
Shaun Sharples 7f9d876fea plex: 1.9.5 -> 1.9.6 2017-11-14 11:57:16 +02:00
Shaun Sharples ce7fd937c1 plex: 1.9.2 -> 1.9.5 2017-10-12 18:55:57 +02:00
Graham Christensen 3c0d7523bb
plex: 1.9.1.4272 -> 1.9.2.4285 2017-09-30 19:14:20 -04:00
Itai Zukerman e24dc4d7ba plex: 1.8.4 -> 1.9.1 2017-09-23 19:58:16 -07:00
Itai Zukerman 21bac5cbfb plex: 1.7.5 -> 1.8.4 2017-09-09 15:46:01 -07:00
Steven Conaway 5cf45626eb plex: 1.5.7.4016 -> 1.7.5.4035 (#28514) 2017-08-30 01:42:44 +02:00
Daiderd Jordan 09c1768afd
plex: 1.5.5 -> 1.5.7 2017-06-24 19:00:30 +02:00
Peter Jones 0ac07ac531
plex: 1.3.3.3148 -> 1.5.5.3634 2017-04-14 11:00:34 -07:00
Matt McHenry cbe1218cc9
plex: 1.2.7 -> 1.3.3 2016-12-23 08:02:07 -05:00
Austin Seipp 8458d6b720 plex: 1.0.0 -> 1.2.7; fix some more binaries (#20137)
This bumps the version of Plex to the new 1.2.x branch, available to the
public. During the 1.1.x branch, there were several more critical
binaries that were added to the distribution; we also have to patch
these new executables as well with the version bump, to ensure things
keep working.

Part of this patch was authored by Michael Francis - I simply bumped the
version.

Closes #20137.

Authored-by: Austin Seipp <aseipp@pobox.com>
Authored-by: Michael Francis <edude03@gmail.com>
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-11-17 18:16:20 -06:00
Cole Mickens f283e8e83b
plex: remove plexpass at the request of Plex
joachifm: throw error instead of silently ignoring user's
config.plex.pass setting.

Closes https://github.com/NixOS/nixpkgs/pull/18416
2016-09-08 16:04:46 +02:00
Austin Seipp bc70da1ce0 nixpkgs: upgrade plex packages
- plex:     0.9.16.4.1911 -> 1.0.0.2261
  - plexpass: 0.9.16.5.1966 -> 1.0.1.2396

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-07-16 01:20:15 -05:00
Cole Mickens f3fd0dcd90 plex: plexpass: 0.9.16.4.1911 -> 0.9.16.5.1966 2016-04-21 19:11:27 -07:00
Vladimír Čunát 30f14243c3 Merge branch 'master' into closure-size
Comparison to master evaluations on Hydra:
  - 1255515 for nixos
  - 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Cole Mickens bd386538a4 plexpass: 0.9.16.3.1840 -> 0.9.16.4.1911 2016-04-08 10:55:59 -07:00
Cole Mickens 89c619f3f6 plex: 0.9.15.6.1714 -> 0.9.16.4.1911 2016-04-08 10:55:55 -07:00
Vladimír Čunát ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Cole Mickens ead287939b plex: plexpass: 0.9.16.2.1827 -> 0.9.16.3.1840 2016-03-21 20:47:42 -07:00
Cole Mickens a6a11df31c plex: plexpass: 0.9.15.6.1714 -> 0.9.16.0.1754 2016-03-10 18:02:18 -08:00
Vladimír Čunát 09af15654f Merge master into closure-size
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Cole Mickens f91f3a4c5a plex: 0.9.15.3.1674 -> 0.9.15.6.1714 2016-02-28 14:30:05 -08:00
Cole Mickens e1338ad121 plexpass: 0.9.15.5.1712 -> 0.9.15.6.1714 2016-02-28 14:30:03 -08:00
Cole Mickens f0061cb039 plexpass: 0.9.15.4.1679 -> 0.9.15.5.1712 2016-02-22 20:22:07 -08:00
Cole Mickens 454be2f4d7 plex: 0.9.15.3.1663 -> 0.9.15.3.1674 2016-02-17 14:47:55 -08:00
Cole Mickens 2abb0ddb53 plex: plexpass 0.9.5.3.1674 -> 0.9.15.4.1679 2016-02-17 14:46:06 -08:00
Cole Mickens 5e2fd638cc plex: add enablePlexPass (init at 0.9.15.3.1674)
enables plex pass subscribers to opt-in to the pre-release downloads
2016-02-15 17:05:11 -08:00
Vladimír Čunát d039c87984 Merge branch 'master' into closure-size 2016-02-14 08:33:51 +01:00
Tom von Schwerdtner 3701e7b74e plex: 0.9.14.6.1620-e0b7243 -> 0.9.15.2.1663-7efd046 2016-02-03 10:27:32 -05:00
Tuomas Tynkkynen a1909d7380 treewide: Mass replace 'glibc}/lib' to refer the 'out' output 2016-01-24 10:03:35 +02:00
Austin Seipp d97ae517fb nixpkgs: plex 0.9.12.19.1537 -> 0.9.14.6.1620
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-12-30 20:12:03 -06:00
Austin Seipp 882344e480 nixpkgs: plex 0.9.12.13.1464 -> 0.9.12.19.1537
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-11-24 21:07:00 -06:00
Austin Seipp 0939e6f613 nixpkgs: plex 0.9.12.11.1406 -> 0.9.12.13.1464
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-10-25 06:32:19 -05:00
Anders Lundstedt 00244d0713 upgrade plex to 0.9.12.11.1406 2015-09-25 04:53:21 +02:00
Vladimír Čunát 8f33b8cc93 mass rewrite of find parameters to cross-platform style
Fixes #9044, close #9667. Thanks to @taku0 for suggesting this solution.
Now we have no modes starting with `/` or `+`.

Rewrite the `-perm` parameters of find:
 - completely safe: rewrite `/0100` and `+100` to `-0100`,
 - slightly semantics-changing: rewrite `+111` to `-0100`.
I cross-verified the `find` manual pages for Linux, Darwin, FreeBSD.
2015-09-06 10:26:30 +02:00
Vladimír Čunát 862900e42e mass-replace deprecated usage of find -perm (Fixes #9044)
sed 's|-perm +0|-perm /0|g'
It's a mass-rebuild due to usage in stdenv's default setup hooks.
2015-07-30 10:30:17 +02:00
Forkk 079da8cdcd plex: init at 0.9.11.16.958
Added a package and module for Plex Media Server, an application for
managing media collections across multiple devices.
2015-04-17 12:11:30 -05:00