summaryrefslogtreecommitdiff
path: root/pkgs/tools/security/nmap (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* pkgs/tools: remove licenses.gpl2Jussi Kuokkanen2024-05-022-2/+2
* treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* nmap: add wordlistJanik H.2023-10-291-0/+4
* nmap: lua5_3 -> lua5_4•••nmap was updated from 7.93 -> 7.94 in <https://github.com/NixOS/nixpkgs/pull/238960> as part of that update, upstream migrated from lua5.3 to lua5.4, see: <https://github.com/nmap/nmap/commit/7d57e7d6b1d96a518996054da7729202d419f4d9> nmap's configure script falls back to its vendored liblua if it can't find the expected lua version (silently). that means we lost all nix-specific lua patches that make things like cross compilation work. this patch brings the lua versions back in line to fix that regression. Colin2023-06-281-2/+2
* nmap: 7.93 -> 7.94Franz Pletz2023-06-211-2/+2
* nmap: remove zenmap supportFranz Pletz2023-06-212-30/+0
* treewide: remove global with lib; in pkgs/toolsShawn89012023-01-241-6/+4
* nmap: 7.92 -> 7.93Fabian Affolter2022-10-031-2/+2
* nmap: remove graphical supportArmeen Mahdian2022-04-261-18/+6
* nmap: use included liblinear to fix static buildEnno Richter2022-01-281-2/+3
* treewide: use pname&version instead of nameFelix Buehler2021-12-051-1/+1
* nmap: 7.91 -> 7.92Fabian Affolter2021-08-311-2/+2
* Update nmap to 7.91Kilian Holzinger2021-03-311-2/+2
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-162-4/+4
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-151-2/+2
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-031-2/+0
* Revert "nmap: 7.80 -> 7.90"•••This reverts commit c426ccf116375f8eb17b3dafa78ed05af942fb89. License has changed in 7.90 and we should decide first how to proceed. See #105119 for further context. Maximilian Bosch2020-11-271-2/+2
* nmapsi4: 0.4.80-20180430 -> 0.5-alpha2Peter Hoeg2020-10-301-7/+15
* nmap: 7.80 -> 7.90Martin Weinelt2020-10-041-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* nmap: fix zenmap, reduce vendored librariesJörg Thalheim2020-01-151-25/+18
* nmapsi4: fix startup by adding wrapQtAppsHookJörg Thalheim2020-01-151-2/+2
* 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 Vladimír Čunát2019-08-251-2/+2
|\
| * nmap: update clang specific patch•••The upstream PR had two parts: adding a missing include and resolving an ambiguous reference. The upstream project fixed the first but not the second. We still need the second part, so extract it by filtering the patch. Andrew Childs2019-08-241-2/+2
* | Merge branch 'master' into staging-next•••There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299 Vladimír Čunát2019-08-241-2/+2
|\|
| * nmap: 7.70 -> 7.80•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nmap/versions R. RyanTM2019-08-191-2/+2
* | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
|/
* nmap: fix build with new Darwin stdenvAndrew Childs2019-05-211-2/+12
* nmapsi4: 0.5.0-alpha1 -> 0.4.80-20180430Peter Hoeg2019-04-101-14/+15
* nmap: lua scripting support is optionalMichael Eden2019-03-161-1/+4
* nmap: fix cross-build (#48264)volth2018-10-191-2/+8
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the trivial...Jan Malakhovski2018-04-251-0/+2
* nmap: 7.60 -> 7.70Franz Pletz2018-03-221-2/+2
* nmapsi4: init at 0.5-alpha1Peter Hoeg2018-02-061-0/+53
* maintainers: remove mornfall from packagesYegor Timoshenko2018-01-171-1/+1
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`•••Only acts on one-line dependency lists. John Ericson2017-09-211-1/+2
* nmap: patch vendored libz for darwinDaiderd Jordan2017-09-181-0/+7
* nmap: 7.50 -> 7.60Franz Pletz2017-08-121-2/+2
* nmap: 7.40 -> 7.50Franz Pletz2017-06-161-2/+2
* nmap: 7.31 -> 7.40Robin Gloster2017-02-021-2/+2
* Revert "nmap: use python infra's .withPackages"•••This reverts commit 278d3050ae85e959e4c6485b5ad43bbba96eb829 because it breaks zenmap: $ zenmap Could not import the zenmapGUI.App module: 'No module named zenmapGUI.App'. I checked in these directories: /nix/store/2hiz11plgjdrk2mziwc2jcxqalqh9hii-nmap-graphical-7.12/bin /home/bfo/forks/nixpkgs /nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python27.zip /nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python2.7 /nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python2.7/plat-linux2 /nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python2.7/lib-tk /nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python2.7/lib-old /nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python2.7/lib-dynload /nix/store/0l4lriqf07qah8c0kh9kcyc8l5iyij16-python-2.7.12/lib/python2.7/site-packages If you installed Zenmap in another directory, you may have to add the modules directory to the PYTHONPATH environment variable. Bjørn Forsman2017-02-011-11/+15
* nmap: 7.12 -> 7.31 (#19923)Zero King2016-10-271-3/+3
* nmap: use python infra's .withPackagesAneesh Agrawal2016-09-241-15/+11
* nmap: pin to Python 2, make Python optional•••Python 3 is not supported, so use python2Packages. Python is only required for the `ndiff` and `zenmap` binaries, not the main `nmap` binary, so disable Python by default to reduce the default closure size, and add a `withPython` arg to re-enable it. Note that Zenmap is the graphical program, so passing `graphicalSupport = true` will also automatically enable Python support. Aneesh Agrawal2016-09-241-6/+17
* treewide: explicitly specify gtk versionKirill Boltaev2016-09-131-2/+2
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-121-3/+3
* Remove pycairo from top-level•••See #11567. Frederik Rietdijk2016-08-141-6/+5
* nmap: 7.01 -> 7.12Franz Pletz2016-08-071-3/+3