Automatic conversion of the NetBSD pkgsrc CVS module, use with care
6225650794
Wireshark 3.0.7 Release Notes What’s New The Windows and macOS installers now ship with Qt 5.12.6. They previously shipped with Qt 5.12.5. Bug Fixes The following vulnerabilities have been fixed: • wnpa-sec-2019-22[1] CMS dissector crash. Bug 15961[2]. CVE-2019-19553[3]. The following bugs have been fixed: • ws_pipe_wait_for_pipe() can wait on closed handles. Bug 15696[4]. • Support for 11ax in PEEKREMOTE. Bug 15740[5]. • The temporary file …<U+200B> could not be opened: Invalid argument. Bug 15751[6]. • Reassembling of the two TLS records is not working correctly. Bug 16109[7]. • Display Filter Area: Dropdown Missing pkt_comment and tcp.options.sack_perm (likely others). Bug 16130[8]. • Display Filter autocompletion should be disabled. Bug 16132[9]. • BGP Linkstate IP Reachability information is incorrect. Bug 16144[10]. • NGAP: ExpectedUEActivityBehaviour decode error. Bug 16145[11]. • HomePlug AV dissector: MMTYPE and FMI fields are dissected incorrectly. Bug 16158[12]. • JPEG files cannot be saved on Windows with french language. Bug 16165[13]. • X11 --display interpreted as --display-filter which maps to -Y option. Bug 16167[14]. • "Create new file automatically after" not working with extcap. Bug 16178[15]. • Encrypted TLS alerts sometimes listed as decrypted. Bug 16180[16]. • The "Remove Wireshark from the system path" package has "Add Wireshark to the system PATH" as its title. Bug 16200[17]. • tshark -T ek -x causes get_field_data: code should not be reached. Bug 16218[18]. • Crash on Go → Next/Previous Packet in Conversation when no packet is selected. |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: cd pkgsrc/bootstrap/ ./bootstrap build packages, use: cd pkgsrc/category/package-name $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the following link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.