Package Details: networkminer 2.9-2

Git Clone URL: https://aur.archlinux.org/networkminer.git (read-only, click to copy)
Package Base: networkminer
Description: A Network Forensic Analysis Tool for advanced Network Traffic Analysis, sniffer and packet analyzer
Upstream URL: https://www.netresec.com/?page=NetworkMiner
Keywords: analyser network
Licenses: GPL2
Submitter: yanganto
Maintainer: severach (yanganto, schinfo)
Last Packager: schinfo
Votes: 9
Popularity: 0.115432
First Submitted: 2015-12-20 12:54 (UTC)
Last Updated: 2024-10-29 09:43 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Pinned Comments

severach commented on 2018-08-08 23:21 (UTC)

"One or more files did not pass the validity check" means it's been updated. Flag out of date. No need to post a mesage.

Latest Comments

severach commented on 2024-10-15 15:18 (UTC) (edited on 2024-10-15 15:21 (UTC) by severach)

@schinfo: 'https://aur.archlinux.org/networkminer.git/' zugreifen: The requested URL returned error: 403

Your old clone from https won't work for updating. Change the remote to sftp or rm and clone as sftp. Your AUR page will show two clone URL

mopalinski commented on 2024-07-10 15:19 (UTC) (edited on 2024-07-10 15:23 (UTC) by mopalinski)

Patch for the newest version (works as of 2024-07-10T15:21:17.438Z)
diff --git a/PKGBUILD b/PKGBUILD
index 2c12bb4..e98b859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@

 set -u
 pkgname='networkminer'
-pkgver=2.8.1
+pkgver=2.9
 pkgrel='1'
 pkgdesc='A Network Forensic Analysis Tool for advanced Network Traffic Analysis, sniffer and packet analyzer'
 arch=('any')
@@ -25,8 +25,8 @@ depends=('mono')
 #_verwatch=('http://www.netresec.com/?page=NetworkMiner' '\s\+<[nt][a-z]\+>NetworkMiner\s\([0-9][^<]\+\)</[a-z]\+>.*' 'f')
 _srcname="NetworkMiner_${pkgver//\./-}"
 source=("${_srcname}.zip::https://www.netresec.com/?download=NetworkMiner")
-md5sums=('832b1accd0d2e48cf00138ae6fe62f23')
-sha256sums=('34e8ba09d6bb47463c0e154b7a8eef26922b8dd61000e95d1880aa8c175507e1')
+md5sums=('e9785d46e545494b61a11627650a7b2f')
+sha256sums=('c610f6ba647ddd9c718e87018ee40595a4d72a52a6b3b7ceb53caf4fa8de6f05')

 package() {
   set -u
To apply it, run:
# clone the repo
git clone https://aur.archlinux.org/networkminer.git
cd networkminer/
# open editor and paste the patch content, save & exit
vim 2.9.patch
# apply it
git apply 2.9.patch
# build and install it
makepkg -si

yanganto commented on 2021-11-07 04:08 (UTC)

@severach thanks for reporting this

severach commented on 2018-08-08 23:21 (UTC)

"One or more files did not pass the validity check" means it's been updated. Flag out of date. No need to post a mesage.

xtrm0 commented on 2018-08-08 15:21 (UTC)

==> Validating source files with sha256sums... NetworkMiner_2-3.zip ... Skipped ==> Extracting sources... -> Extracting NetworkMiner_2-3.zip with bsdtar ==> Entering fakeroot environment... ==> Starting package()... mv: cannot stat '/tmp/yaourt-tmp-xtrm0/aur-networkminer/src/NetworkMiner_2-3': No such file or directory /usr/bin/makepkg: line 342: logpipe: unbound variable

xtrm0 commented on 2018-08-08 15:20 (UTC)

It's not building currently

yanganto commented on 2017-01-10 01:46 (UTC)

@severach, thank you for adopting this package :)

yanganto commented on 2016-10-18 14:37 (UTC)

Sorry about reply late. I am buzzy these day. I hope someone may adopt this package.

<deleted-account> commented on 2016-10-16 21:40 (UTC)

It seems that you forgot to update the .SRCINFO. Could you update it please?

belette commented on 2016-04-20 17:38 (UTC)

Hi, Building is all fine but as soon as I try to start it I got : WARNING: The runtime version supported by this application is unavailable. Using default runtime: v4.0.30319 For information I got the same issue if I trying to use it manualy (downloading the latest version 2.0 zip file and installing mono) It is like there is some issue with the latest version of mono? What about the latest version 2.0 of networkminer? Many thanks :)