Commit graph

52 commits

Author SHA1 Message Date
R. RyanTM 453558d4a8 libpcap: 1.10.0 -> 1.10.1 2021-06-16 11:32:22 +00:00
Alyssa Ross 43445e9422 libpcap: fix build on NetBSD 2021-04-18 15:30:59 +00:00
Sandro e9d8a612fb
Merge pull request #112181 from bobrik/ivan/libpcap-no-explicit-arch
libpcap: disable universal build for libpcap on darwin
2021-02-16 01:29:12 +01:00
Robin Gloster 4b31e7d6b0
Merge pull request #110042 from r-ryantm/auto-update/libpcap
libpcap: 1.9.1 -> 1.10.0
2021-02-15 13:13:15 -06:00
Ivan Babrou 4492265eb8 libpcap: disable universal build for libpcap on darwin
This allows building libpcap on top of #105026.
2021-02-11 02:41:06 +00:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
R. RyanTM e09aa04c4b libpcap: 1.9.1 -> 1.10.0 2021-01-19 23:55:37 +00:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Gürkan Gür eb627de968 treewide: fix typo on word environment 2020-07-28 08:00:38 +02:00
Ingo Blechschmidt ec84e89e58 libpcap: remove static library unless dontDisableStatic is set 2020-06-21 15:06:55 +02:00
Ingo Blechschmidt 6767a2c034 libpcap: don't remove static library 2020-06-21 13:18:10 +02:00
Vladimír Čunát 13add13388
Merge branch 'master' into staging-next
... to resolve a trivial conflict in libpcap.
2020-06-10 20:00:44 +02:00
Justin Gerhardt 9930b8fd3d wireshark: Add Bluetooth
Only applies to Linux
2020-06-10 19:53:29 +02:00
Matthew Bauer 34aff7f697 treewide: strip more things in cross
Stripping reduces closure sizes.
2020-05-12 14:31:03 -05:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz 4db088d36a
libpcap: 1.9.0 -> 1.9.1 (security!)
http://www.tcpdump.org/libpcap-changes.txt

> Five CVE-2019-15161, CVE-2019-15162, CVE-2019-15163, CVE-2019-15164, CVE-2019-15165
> Fixes for CVE-2018-16301,

Drop the included patch as well.
2019-10-07 18:44:03 -05:00
Will Dietz 4934e2b779 libpcap: prefer patch over sed, fetch it and mention upstream PR 2018-12-30 17:18:20 -06:00
Will Dietz 7bf70fe520 pcap: Add missing include, fix w/musl 2018-12-19 12:08:21 -06:00
locallycompact da297ef8aa libpcap: 1.8.1 -> 1.9.0
* libpcap to 1.8.1 -> 1.9.0 (#51216)
Changelog: http://www.tcpdump.org/libpcap-changes.txt

* libpcap: refresh meta.homepage
and fix SHA hash
2018-12-04 14:54:13 +01:00
Markus Kowalewski a504cfa190
libpcap: add license 2018-10-18 22:36:21 +02:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
John Ericson 4830019956 libpcap: Remove crossAttrs 2018-05-10 14:18:14 -04:00
Jan Tojnar f856f3bf23
libpcap: increase maximum snapshot length for dbus
DBus packet size can be bigger than the size allowed by libpcap,
which breaks applications like bustle.

The issue was fixed upstream so we are backporting the commits.

https://github.com/wjt/bustle/issues/4
2017-12-16 16:22:28 +01:00
rnhmjoj 4c33ea35b7 libpcap: fix missing remote-ext.h error 2017-03-09 22:08:33 +02:00
Franz Pletz f3f5045432
libpcap: 1.7.4 -> 1.8.1 2017-01-22 13:00:59 +01:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Nikolay Amiantov e9597ff555 Revert "libpcap: support static build"
This reverts commit ee6ca494d2.
2016-01-12 17:15:14 +03:00
Nikolay Amiantov ee6ca494d2 libpcap: support static build 2016-01-12 15:06:15 +03:00
William A. Kennington III 1438112613 libpcap: 1.5.3 -> 1.7.4 2015-08-18 11:35:09 -07:00
Jude Taylor 4fab7321bf make changes needed to build mongodb 2015-07-23 15:47:16 -07:00
Wout Mertens 6d4b7d3af1 libpcap: Force detection on Darwin 2014-10-28 22:29:05 +01:00
Bjørn Forsman 287d6d5d3a libpcap: pass --with-pcap=linux for all linux systems
...instead of just for i686-linux.

Without a --with-pcap= configure flag, the build system tries to
auto-detect the backend by poking in /dev, /usr/include etc... In the
pure nix world, this auto-detection fails. (Good, we don't want host
details to leak into the build.)

The end result of this (failed) auto-detection; no packet capture
possible:

  $ sudo tcpdump -i wlp2s0
  tcpdump: live packet capture not supported on this system

This fixes the above issue on 64-bit linux systems, and probably other
architectures supported by linux.
2014-10-16 20:32:28 +02:00
Wout Mertens d6d8aef47b libpcap: Don't force Linux pcap type
Fixes building on Darwin #4515
2014-10-14 13:40:41 +02:00
Peter Simons 9a409ee3fd libpcap: update from 1.4.0 to 1.5.3 2014-02-24 22:04:40 +01:00
Lluís Batlle i Rossell f54c4c99e3 tcpdmup/libpcap udpate 2013-05-29 19:23:40 +02:00
Eelco Dolstra ab3eeabfed Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc.  "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Lluís Batlle i Rossell 446b01489a Updating tcpdump and libpcap. I also remove a patch of libpcap I don't know
what's for. It builds and runs equally for me with or without it. I couldn't
find notes in svn log about it.


svn path=/nixpkgs/trunk/; revision=32996
2012-03-11 19:37:49 +00:00
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Yury G. Kudryashov 10376e7ba1 More metadata
svn path=/nixpkgs/trunk/; revision=23808
2010-09-15 12:57:49 +00:00
Armijn Hemel 1aee2df93a update libpcap to 1.1.1 and wireshark to 1.3.4
svn path=/nixpkgs/trunk/; revision=21205
2010-04-21 13:31:08 +00:00
Armijn Hemel f7ab7efff1 update tcpdump to 4.1.0, libpcap to 1.1.0
svn path=/nixpkgs/trunk/; revision=20938
2010-04-04 14:57:26 +00:00
Lluís Batlle i Rossell 4a44d32444 Made tcpdump crossbuild.
svn path=/nixpkgs/trunk/; revision=20543
2010-03-10 22:22:43 +00:00
Eelco Dolstra aee659e1e2 * Fix various broken URLs / mirrors.
* Updated tcpdump, ImageMagick, lsof.

svn path=/nixpkgs/trunk/; revision=19847
2010-02-05 22:00:51 +00:00
Marc Weber 8bd7e25079 libpcap: added missing patch file
svn path=/nixpkgs/trunk/; revision=14059
2009-02-12 21:24:00 +00:00
Marc Weber 498be42912 version bump: wireshark-1.1.2, libpcap-1.0.0
svn path=/nixpkgs/trunk/; revision=14054
2009-02-12 20:28:01 +00:00
Ludovic Courtès 687d66d2b9 Downgrade Tcpdump and libpcap as recent versions have vanished.
svn path=/nixpkgs/trunk/; revision=12781
2008-09-01 13:10:26 +00:00
Ludovic Courtès d22149a3b7 Use tcpdump mirror scheme.
svn path=/nixpkgs/trunk/; revision=12780
2008-09-01 13:00:24 +00:00
Wouter den Breejen df8ae9639a More mirrors / updates . . .
svn path=/nixpkgs/trunk/; revision=12308
2008-07-07 17:10:21 +00:00
Armijn Hemel a18fb28711 update to 0.9.8
svn path=/nixpkgs/trunk/; revision=10004
2007-12-31 18:41:16 +00:00
Eelco Dolstra 941acbc53f * libpcap 0.9.5. Also fix an impurity in configure (it looks for
/usr/include/blablah/socket.h to determine which packet interface to
  build).

svn path=/nixpkgs/trunk/; revision=7696
2007-01-16 14:30:38 +00:00