Skip to content

Commit

Permalink
net/sniffnet: update to 1.2.1
Browse files Browse the repository at this point in the history
New features
 - Considerably refined the app packaging strategy, introducing support for more
   architectures and other advancements 📦 (see #246 for additional details)
 - Added button to clear all the current search filters quickly in inspect page
 - Added Swedish translation 🇸🇪 (#213)

Improvements
 - Updated most of the existing translations to v1.2:
     - German 🇩🇪 (#191)
     - Spanish 🇪🇸 (#203)
     - Persian 🇮🇷 (#193)
     - Korean 🇰🇷 (#205)
     - Polish 🇵🇱 (#244)
     - Romanian 🇷🇴 (#241)
     - Russian 🇷🇺 (#187)
     - Turkish 🇹🇷 (#192)
     - Ukrainian 🇺🇦 (#216)
     - Chinese 🇨🇳 (#214)
 - Renamed "Administrative entity" to "Autonomous System name" to avoid
   confusion
 - Improved filter columns relative width to avoid the "Application protocol"
   label being cut when displayed in Swedish
 - Footer URLs have been updated to include links to Sniffnet's official website
   and GitHub Sponsor page
 - Updated docs including installation instruction for Arch Linux (#185)
 - Minor improvements to packets and bytes number format
 - Minor improvements to:
     - code readability (#248)
     - docs (#235)

Fixes
 - Various issues have been fixed by the refined packaging strategy (#199, #220,
   #223, #224, #225, #242)
 - Solved a minor problem that caused flags to be slightly misaligned in inspect
   page table
  • Loading branch information
0323pin committed Jun 8, 2023
1 parent 53c8187 commit 0aa3994
Show file tree
Hide file tree
Showing 3 changed files with 529 additions and 529 deletions.
12 changes: 4 additions & 8 deletions net/sniffnet/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.10 2023/05/19 11:36:04 pin Exp $
# $NetBSD: Makefile,v 1.11 2023/06/08 18:50:36 pin Exp $

DISTNAME= sniffnet-1.2.0
DISTNAME= sniffnet-1.2.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=GyulyVGC/}
GITHUB_TAG= v${PKGVERSION_NOREV}

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/GyulyVGC/sniffnet/
MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://www.sniffnet.net/
COMMENT= Application to comfortably monitor your network traffic
LICENSE= mit OR apache-2.0

Expand All @@ -15,10 +15,6 @@ LICENSE= mit OR apache-2.0
USE_LANGUAGES+= c c++
USE_TOOLS+= pkg-config

INSTALLATION_DIRS= bin

MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libX11}/lib
RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.alsa-lib}/lib
Expand Down
Loading

0 comments on commit 0aa3994

Please sign in to comment.