summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-07-30Update to KDE 3.4.2markd3-14/+11
Changes: * kppp: completed i18n-related flow control fix * kppp: fixed PPP interface check on FreeBSD and possibly other systems
2005-07-27update to 0.10.12drochner4-8/+114
This fixes many security problems in protocol dissectors. other changes: -RADIUS dictionaries are now included. -A lot of documentation was updated -Some command line parameters have changed -A "File/File Set" submenu was added to better handle multiple files -Flow graphs can now be created for any protocol. -Memory management has been greatly improved. -JXTA has been added to the conversations menu. -When compiled with MIT/Heimdal Kerberos AND if keytab files are provided -TCP Sequence graphs should now work for all captures and all encapsulation types -new and updated protocol support
2005-07-27Reset MAINTAINER -- he stopped working on pkgsrc.wiz2-4/+4
2005-07-26Move PKGREVISION to Makefile from Makefile.common so that it onlygdt2-3/+3
affects bittorrent.
2005-07-26Patch btdownloadheadless.py to flush stdout so that status appearsgdt3-2/+16
promptly when redirecting onto a file. This has been reported to the upstream maintainers. PKGREVISION++ in Makefile.common. This affects bittorrent-gui because it uses the same PATCHDIR, even though the new patch doesn't change that package. It seems awkward to try to manage PKGREVISION separately for packages built from the same tarball, and of little benefit.
2005-07-26Add missing files to PLIST. Set USE_PKGLOCALEDIR.wiz2-2/+8
Depend on a libpcap that is new enough (pcap_freecode with one argument). Should fix bulk build.
2005-07-26This package needs USE_MSGFMT_PLURALS=YES in order to buildkristerw1-1/+2
on NetBSD 1.6.
2005-07-25This is the perl interface to libpcap, so add libpcap buildlink3.mk file.wiz1-1/+2
Breaks build if not libpcap found, so no PKGREVISION bump needed.
2005-07-25Remove "${PREFIX}/bin/mlgui" before attempting to create the symlink totron1-1/+2
avoid failures after an incomplete "make install".
2005-07-25Include converters/libiconv/buildlink3.mk.kristerw1-1/+2
2005-07-23Remove some obsolete packages using gnome[1]-libs.wiz7-80/+1
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-23Update to 2.6.0. Major changes:wiz4-13/+13
Solve memory leak in Overnet/Kademlia EDK: Files copied to incoming dir for sharing do not appear in upstats after hashing HTML: Add Multiline File Information in search results EDK: Re-enable source exchange with eMule clients Gdstats: Fix corrupted pics output/improved output EDK: Parse and display version numbers
2005-07-23Fix path to libtorrent directory.wiz1-2/+2
2005-07-22Added libtorrent version 0.7.0; rtorrent version 0.3.0adam1-1/+3
2005-07-22rTorrent is a console-based BitTorrent client. It aims to be a fully-featuredadam4-0/+37
and efficient client with the ability to run in the background using screen. It supports fast-resume and session management.
2005-07-22LibTorrent is a BitTorrent library written in C++ for *nix. It is designed toadam6-0/+75
avoid redundant copying and storing of data that other clients and libraries suffer from. Licensed under the GPL.
2005-07-22Fix libgadu vulnerabilities.markd2-2/+9
http://www.kde.org/info/security/advisory-20050721-1.txt Bump PKGREVISION.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz24-48/+48
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Fix flow-capture '-u' (preserve umask) option processing: it's '-u' not '-i'.seb3-7/+16
Bump PKGREVISION to 1.
2005-07-20Regenerate so that the Mac OS X patch program undestands howkristerw2-4/+5
to apply it.
2005-07-19The sources assume <malloc.h> exists. Create a fake one for platformskristerw1-1/+9
that don't have it.
2005-07-19Uncontinuate lines that have become short.schmonz1-3/+2
2005-07-19Use pkg_info's -B switch, now that we're sure to have it available,schmonz1-3/+2
obviating the need for a sed expression.
2005-07-19Distinguish package-specific options as such, supporting the old namesschmonz1-14/+7
via PKG_OPTIONS_LEGACY_OPTS until after the next branch.
2005-07-19The sources assume <malloc.h> exists. Create a fake one for platformskristerw1-1/+9
that don't have it.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam3-6/+5
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam33-86/+70
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify ajlam1-3/+2
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam7-17/+16
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-15Update polsms to version 2.0.3zuntum2-6/+6
Changes from previos version 2.0.2 include: - support for O2 network in the UK - misc bugfixes
2005-07-14Note addition of p5-POE-Component-Client-DNS and p5-POE-Component-Client-Identadrianp1-1/+3
2005-07-14POE::Component::Client::Ident is a POE (Perl Object Environment) componentadrianp4-0/+34
which provides a convenient way for POE applications to perform non-blocking Ident (auth/tap) protocol remote username lookups. The component will mainly of use to the authors of server daemons and server components which sometimes have a requirement to confirm the username provided by the client and, therefore, use the Ident protocol to query the remote host.
2005-07-14POE::Component::Client::DNS is an event driven wrapper foradrianp4-0/+31
Net::DNS::Resolver. It accepts events containing Net::DNS::Resolver questions, and it emits events carrying Net::DNS::Packet responses.
2005-07-14Bump BUILDLINK_RECOMMENDED to 5.2.1.2 for recent security issue.adrianp1-2/+2
2005-07-14this uses libpcap, so include the buildlink filedrochner1-1/+2
2005-07-14Update to 0.9.0-433, as the -429 distfile disappeared quickly.tv2-6/+6
No official ChangeLog; summary: - various buffer size fixes - remove some double and triple encryption CPU wastes - zlib usage fixes
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam38-76/+76
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-13kill USE_BUILTIN.libpcap where it doesn't serve any visible purposedrochner2-5/+2
2005-07-13update to 0.9.1drochner4-24/+20
changes: Fixes for compiling on nearly every platform, including improved 64bit support MSDOS Support Add support for sending packets OpenBSD pf format support IrDA capture (Linux only) appearently filtering in ieee802_11_radio packets works now pkgsrc: enabled IPv6 for NetBSD too
2005-07-13update to 1.44, which adds IPv6 support and some minor featuresdrochner2-6/+7
2005-07-13allow this to build against pkgsrc libpcapdrochner4-3/+34
2005-07-13this uses libpcap, so include the buildlink file,drochner4-2/+38
and add some fixes to allow building against pkgsrc libpcap
2005-07-13this uses libpcap, so include the buildlink filedrochner1-1/+2
2005-07-13Make this work on Solaris, which has no ComplexProgramTargetNoMan()hubertf3-10/+13
function for Imakefiles, only ComplexProgramTarget(). Bump pkg revision to vncviewer-3.3.3.2nb2
2005-07-13fix alignment in the ieee802_11_radio headerdrochner3-2/+35
2005-07-12Update openafs to 1.3.85.gendalia2-8/+7
For UNIX, 1.3.85 is the latest version in the 1.4 release cycle. Notable recent improvements are included in Linux 2.4 client support, several race condition fixes in the fileserver, and audit logging for all servers on all platforms.
2005-07-12use ${NOLOGIN}, not hardcoded /sbin/nologin.grant1-2/+2
2005-07-11+vdegrant1-1/+2
2005-07-11Initial import of vde 1.5.9.grant5-0/+65
VDE is a virtual network that can be spawned over a set of physical computers over the Internet. VDE connects together: (1) real GNU-linux boxes (tuntap) (2) virtual machines: UML-User Mode Linux, qemu, bochs, MPS. VDE can be used: - to create a general purpose tunnel (every protocol that runs on Ethernet can be put into the tunnel) - to connect a set of virtual machine to the Internet with no need of free access of tuntap - to support mobility: a VDE can stay interconnected despite of the change of virtual cables, i.e. the change of IP addresses and interface in the real world
2005-07-10Update to version 0.40.seb2-15/+9
Approved by zuntum@ Changes since last packaged version (0.35): 0.35a ??? [Never released] Fixed broken HTML: missing </font> tags. Thanks to Torgen Foertsch 0.35.1 Repairing HTML 0.35.2 Again repair HTML. Thanks to Lars Mueller. 0.36-pre1 + getopts + split_network + deaggregate + rename dqtobin bintodq + netblocks + accept hex netmasks (contribution) + remove garbage + rework argument handling + work all the time on integers, not machine type representations (pack) + eliminated unnessessary globals + replaced is_valid... + rewrote format_bin + various changes + applied fix for colorchange in format_bin scott baker 0.36-pre3 removed print_netmask sticked formatbin and printline together to printline (this marks new bits in supernets (former version didn't) use label to decide what sfx to print 0.36-pre4 made subnets supernets split / deaggregate work with new parameters removed old functions how to handle /31 and /32? 0.36-pre5 removed debug output in deaggregate 0.36-pre6 started netblocks rework getclass 0.36 /31 2004 0.37-pre5 +handle /31 /32 +new html +wrap_html +GPL Header 0.37 2004-05-14 debian asked for a bug fix in 0.35 0.38 2004-10-08 ipcalc did not work on 64bit architectures. Thanks to Foxfair Hu <foxfair(a)FreeBSD.org> for finding this bug 0.39 2005-07-07 Added output of class only option (-c --class), that was accidentally removed in 0.36 Changed console color of bits back from white to yellow. (Requested by Oliver Seufer) Added ipcalc.cgi and images to the package Added license file to the package Added license text in cgi-wrapper Added contributors file to the package 0.40 2005-07-07 Make -c really do what it did before. (Giving the "natural" mask). Thanks to Bartosz Fenski. Include style sheet into ipcalc.cgi