| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | pkgs/tools: remove licenses.gpl2 | Jussi Kuokkanen | 2024-05-02 | 2 | -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.
| stuebinm | 2024-03-19 | 1 | -0/+1 |
| * | nmap: add wordlist | Janik H. | 2023-10-29 | 1 | -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.
| Colin | 2023-06-28 | 1 | -2/+2 |
| * | nmap: 7.93 -> 7.94 | Franz Pletz | 2023-06-21 | 1 | -2/+2 |
| * | nmap: remove zenmap support | Franz Pletz | 2023-06-21 | 2 | -30/+0 |
| * | treewide: remove global with lib; in pkgs/tools | Shawn8901 | 2023-01-24 | 1 | -6/+4 |
| * | nmap: 7.92 -> 7.93 | Fabian Affolter | 2022-10-03 | 1 | -2/+2 |
| * | nmap: remove graphical support | Armeen Mahdian | 2022-04-26 | 1 | -18/+6 |
| * | nmap: use included liblinear to fix static build | Enno Richter | 2022-01-28 | 1 | -2/+3 |
| * | treewide: use pname&version instead of name | Felix Buehler | 2021-12-05 | 1 | -1/+1 |
| * | nmap: 7.91 -> 7.92 | Fabian Affolter | 2021-08-31 | 1 | -2/+2 |
| * | Update nmap to 7.91 | Kilian Holzinger | 2021-03-31 | 1 | -2/+2 |
| * | pkgs/tools: pkgconfig -> pkg-config | Ben Siraphob | 2021-01-16 | 2 | -4/+4 |
| * | pkgs/tools: stdenv.lib -> lib | Ben Siraphob | 2021-01-15 | 1 | -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
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | treewide: remove enableParallelBuilding = true if using cmake | Ben Siraphob | 2021-01-03 | 1 | -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 Bosch | 2020-11-27 | 1 | -2/+2 |
| * | nmapsi4: 0.4.80-20180430 -> 0.5-alpha2 | Peter Hoeg | 2020-10-30 | 1 | -7/+15 |
| * | nmap: 7.80 -> 7.90 | Martin Weinelt | 2020-10-04 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | nmap: fix zenmap, reduce vendored libraries | Jörg Thalheim | 2020-01-15 | 1 | -25/+18 |
| * | nmapsi4: fix startup by adding wrapQtAppsHook | Jörg Thalheim | 2020-01-15 | 1 | -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át | 2019-08-25 | 1 | -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 Childs | 2019-08-24 | 1 | -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át | 2019-08-24 | 1 | -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. RyanTM | 2019-08-19 | 1 | -2/+2 |
| * | | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname | volth | 2019-08-15 | 1 | -1/+1 |
| |/ |
|
| * | nmap: fix build with new Darwin stdenv | Andrew Childs | 2019-05-21 | 1 | -2/+12 |
| * | nmapsi4: 0.5.0-alpha1 -> 0.4.80-20180430 | Peter Hoeg | 2019-04-10 | 1 | -14/+15 |
| * | nmap: lua scripting support is optional | Michael Eden | 2019-03-16 | 1 | -1/+4 |
| * | nmap: fix cross-build (#48264) | volth | 2018-10-19 | 1 | -2/+8 |
| * | tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the trivial... | Jan Malakhovski | 2018-04-25 | 1 | -0/+2 |
| * | nmap: 7.60 -> 7.70 | Franz Pletz | 2018-03-22 | 1 | -2/+2 |
| * | nmapsi4: init at 0.5-alpha1 | Peter Hoeg | 2018-02-06 | 1 | -0/+53 |
| * | maintainers: remove mornfall from packages | Yegor Timoshenko | 2018-01-17 | 1 | -1/+1 |
| * | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`•••Only acts on one-line dependency lists.
| John Ericson | 2017-09-21 | 1 | -1/+2 |
| * | nmap: patch vendored libz for darwin | Daiderd Jordan | 2017-09-18 | 1 | -0/+7 |
| * | nmap: 7.50 -> 7.60 | Franz Pletz | 2017-08-12 | 1 | -2/+2 |
| * | nmap: 7.40 -> 7.50 | Franz Pletz | 2017-06-16 | 1 | -2/+2 |
| * | nmap: 7.31 -> 7.40 | Robin Gloster | 2017-02-02 | 1 | -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 Forsman | 2017-02-01 | 1 | -11/+15 |
| * | nmap: 7.12 -> 7.31 (#19923) | Zero King | 2016-10-27 | 1 | -3/+3 |
| * | nmap: use python infra's .withPackages | Aneesh Agrawal | 2016-09-24 | 1 | -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 Agrawal | 2016-09-24 | 1 | -6/+17 |
| * | treewide: explicitly specify gtk version | Kirill Boltaev | 2016-09-13 | 1 | -2/+2 |
| * | treewide: explicitly specify gtk and related package versions | Kirill Boltaev | 2016-09-12 | 1 | -3/+3 |
| * | Remove pycairo from top-level•••See #11567.
| Frederik Rietdijk | 2016-08-14 | 1 | -6/+5 |
| * | nmap: 7.01 -> 7.12 | Franz Pletz | 2016-08-07 | 1 | -3/+3 |