summary refs log tree commit diff
path: root/pkgs/os-specific/linux/macchanger
Commit message (Collapse)AuthorAge
* macchanger: apply patches from DebianRobert Schütz2021-04-04
| | | | | | | Gentoo does the same: https://gitweb.gentoo.org/repo/gentoo.git/plain/net-analyzer/macchanger/macchanger-1.7.0_p5_p4.ebuild This fixes e.g. https://github.com/alobbs/macchanger/issues/17.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: update which packages I'm currently maintainingMaximilian Bosch2019-12-26
| | | | | | | | | | | | | | | | | | Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* macchanger: move build deps to nativeBuildInputsJoachim Fasting2016-03-12
| | | | Also inline redundant toplevel let bindings
* macchanger: 1.6.0 -> 1.7.0William A. Kennington III2015-03-26
|
* Set some meta.platformsEelco Dolstra2015-03-20
| | | | Also fix meta.platform -> meta.platforms in a few places.
* fix maintainer informationPascal Wittmann2014-12-20
| | | | s/maintainer/maintainers
* macchanger: new expressionJoachim Fasting2014-11-22
GNU macchanger is a tool for viewing/changing the MAC address of a network device, with support for address randomisation.