summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/x11vnc
AgeCommit message (Collapse)Author
2020-11-28x11vnc: fix CVE-2020-29074Martin Weinelt
scan.c in x11vnc 0.9.16 uses IPC_CREAT|0777 in shmget calls, which allows access by actors other than the current user. Fixes: CVE-2020-29074
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-16x11vnc: 0.9.15 -> 0.9.16R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/x11vnc/versions
2019-01-04treewide/xorg: replace *proto with xorgprotoLengyel Balazs
2018-10-17x11vnc: moving substitutions, commenting sed lineChristoph Neidahl (OPNA2608)
moved substitutions to postPatch phase and commented on workaround sed line, as requested in the code reviews
2018-10-17x11vnc: don't build broken Xdummy scriptChristoph Neidahl (OPNA2608)
patching the currently broken Xdummy script out of the Makefile.am, else it gets put into bin. this is not a regression of functionality, as it doesn't appear to be put into bin in the upstream version either.
2018-10-16x11vnc: added maintainerChristoph Neidahl (OPNA2608)
adding myself as maintainer
2018-10-16x11vnc: 0.9.13 -> 0.9.15Christoph Neidahl (OPNA2608)
updated x11vnc to use the GitHub repo and up-to-date version 0.9.15
2018-09-12x11vnc: add licenseMarkus Kowalewski
2017-01-29Getting rid of the var indirection and using a bin path insteadParnell Springmeyer
2017-01-28Addressing PR feedbackParnell Springmeyer
2016-09-01Adapting everything for the merged permissions wrappers work.Parnell Springmeyer
2013-12-24Build x11vnc on linuxRob Vermaas
2013-11-08Update the X11 terminal server module for systemdEelco Dolstra
Yay, we no longer need inetd!
2013-05-01x11vnc: Properly hard-code the path to xdpyinfoShea Levy
This never worked before, I don't think Signed-off-by: Shea Levy <shea@shealevy.com>
2013-02-16x11vnc: Fix more hard-coded /bin/suShea Levy
2011-11-11* Hard-code the path to xdpyinfo rather than expecting it to be inEelco Dolstra
$PATH. This is necessary because x11vnc does a "su - <user> ... xdpyinfo" somewhere. svn path=/nixpkgs/trunk/; revision=30387
2011-11-10* Fix some hard-coded paths.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=30373
2011-11-09* x11vnc updated to 0.9.13.Eelco Dolstra
svn path=/nixpkgs/trunk/; revision=30356
2011-03-17Update x11vncMichael Raskin
svn path=/nixpkgs/trunk/; revision=26405
2010-12-06pkgs/tools/X11/x11vnc: move --mandir and --infodir to standard locationsPeter Simons
svn path=/nixpkgs/trunk/; revision=25012
2010-07-29* ltrace: updated to 0.5.3.Eelco Dolstra
* libdbi / libdbi-drivers: updated to 0.8.3, and make it compile with SQLite. * qemu-image: fix the URL. * gdmap: make it build again (requires an older GTK+). * rlwrap: updated to 0.37. * smbfs-fuse -> fusesmb to match the upstream name. * x11vnc: updated to 0.9.10. * clearlyU: fix the URL. * Various packages: follow the coding conventions. svn path=/nixpkgs/trunk/; revision=22814
2010-07-29* composedArgsAndFun -> makeOverridable for consistency.Eelco Dolstra
* Rename a few single-version packages to "default.nix". svn path=/nixpkgs/trunk/; revision=22803
2009-11-18* Removed selectVersion. There's no good reason to writeEelco Dolstra
`selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
2009-11-05Update x11vnc argumentsMichael Raskin
svn path=/nixpkgs/trunk/; revision=18171
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2008-11-04meta.function -> passthru.function, not killing other contents of passthruMichael Raskin
svn path=/nixpkgs/trunk/; revision=13190
2008-08-19Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin
overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
2008-03-02Added src to meta for builderDefs-based packages.Michael Raskin
svn path=/nixpkgs/trunk/; revision=10913
2008-02-22-Michael Raskin
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10823