Commit graph

6092 commits

Author SHA1 Message Date
schmonz
ea35dfbdf2 Give these hacks a meaningful name ("arm-gcc2-optimizer"). 2005-09-02 01:40:20 +00:00
jlam
0078530d42 Update net/openvpn to 2.0.2. Changes from version 2.0.1 include:
* Fixed bug in route.c in FreeBSD, Darwin, OpenBSD and NetBSD
  version of get_default_gateway.  Allocated socket for route
  manipulation is never freed so number of mbufs continuously
  grow and exhaust system resources after a while (Jaroslav Klaus).

* Fixed bug where "--proto tcp-server --mode p2p --management
  host port" would cause the management port to not respond until
  the OpenVPN peer connects.
2005-09-01 03:40:42 +00:00
reed
cc432375b8 Use INSTALLATION_DIRS to create "include" directory.
(This broke my bulk builds; it also appears that other directories
are precreated in Makefile's, just not include.)

TODO for non-root installs -- fix the hardcoded 111 mode which causes
binaries to be unreadable for packaging.
2005-08-31 18:47:36 +00:00
tv
b8b30c4d80 Convert to PKG_OPTIONS_GROUP syntax. 2005-08-31 18:32:47 +00:00
tv
8bae39f01e - Make gdbm optional, but keep it as default. (Partial dbm support using
a builtin Berkeley DB 1.8x can now be used with option "bdb -gdbm"; no
  dbm support at all can be selected with "-gdbm".)

- Specify --with/--without exactly once per option.

- Merge postgresql support to a single option (pgsql), and correspondingly
  use pgsql.buildlink3.mk to pick the builder's desired implementation.
  This aligns freeradius with the rest of pkgsrc, wrt pgsql support.
2005-08-29 14:28:12 +00:00
tv
65a6d1440d The option used by all other packages is "pgsql", not "postgresql". 2005-08-29 13:36:06 +00:00
tv
74268e8c5e Only one SSL scheme can be used. Default to (and prefer) gnutls, as
requested by the package author.  Fall back to openssl only if ssl is
set and -gnutls is specified in OPTIONS.
2005-08-29 13:12:14 +00:00
minskim
aeb5af66d6 Honor CFLAGS. This makes the package build on Darwin. 2005-08-27 20:27:32 +00:00
drochner
69c689c87c update to 1.4
changes:
- New and improved nemesis
  - New in nemesis 1.4: nemesis-ethernet and nemesis-ip
  - Windows support (link-layer injection only)
  - Useful man pages
  - Single binary
  - Improved cross-platform support via GNU autotools
- Easier to use
  - Nemesis will attempt to fill in as many details as possible
    in a packet, thus requiring fewer or even no command line switches.
  - Each protocol builder attempts to build a proper packet by default.
- Organized code base
  - The network header structures in libnet proved useful so nemesis
    now uses them where appropriate.
  - Code is re-used wherever possible resulting in a much more concise
    code base.
- Full payload functionality
  - Payloads can now contain NULLs within them and full-size packets
    are available on all supported platforms except Windows.
- IP and TCP options support
  - All nemesis injectors (excluding ARP and Ethernet) now support IP
    options via -O <IP options file>.
  - All nemesis injectors using TCP as a transport protocol now
    support TCP options via -o <TCP options file>.
- Improved IP and TCP functionality
  - Full IP fragmentation support via new -F command line semantics.
  - ECN support in TCP with the addition of -fE (ECE) and -fC (CWR).
2005-08-26 17:01:38 +00:00
drochner
e63ad60540 update to 2.2.6.1
changes:
-fixes for bugs and memory leaks
-Added some API to SoupServer and SoupSocket to help fix a
 long-standing rcd bug.
2005-08-26 16:27:55 +00:00
abs
4e16ce597d Update freerdist to 0.92nb2
Defining STATFS_SVR4 sets the .h to use statsvfs(), which is fine, but it
probably helps if the .c file actually calls anything when STATFS_SVR4 is
defined. Fixes freespace being reported as zero in NetBSD 3.x and later.
2005-08-26 08:42:09 +00:00
spz
4d68d81842 make configure-option --enable-debug compile
make RtConfig -config junos work
fix a bug regarding Cisco export filters in RtConfig
2005-08-26 08:41:46 +00:00
adam
dc46dbc971 Changes 6.6.2:
Fixed tcpdump.c to trace IP packets buried under VLAN headers.

Changes 6.6.3:
Added a function MissingData() in trace.c to check if TCP segments were
missing or were truncated when the -e option is given to extract
contents.

Changes 6.6.4:
Adding in the INBOUNDS module into the main tcptrace development tree.
It is NOT built in by default though; you need to uncomment a line in
Makefile.in to enable it.

Changes 6.6.5:
* Josh fixed the file format searching order, putting tcpdump format to
the end in file_formats.h as a work around for libpcap brokenness.
* Fixed Mfopen() in mfiles.c to open content data files that we
generate in "binary" mode - by changing fopen mode from "w" to "wb+" and "a"
to "ab+". The 'b' is dummy in UNIX systems, but seems to have some
semantic in the Windows world.
* Fixed QuitSig() function in tcptrace.c by adding a call to
udptrace_done() so that we print out UDP connection stats too (if one
were piping live tcpdump traffic to tcptrace and "ctrl-c"-ed it in the
middle, for example). On the way, also fixed the arbitrary "buf[4096]"
declaration to be written correctly as "buf[COMP_HDR_SIZE]" in the
PipeFitting() function.

Changes 6.6.6:
Fixed the callback function in tcpdump.c to prevent garbage data from
getting into the ip_buf buffer.

Changes 6.6.7:
Fixed bugs found in the AVL search function that had major bugs /
complexity issues.
2005-08-26 08:32:13 +00:00
grant
82e2d5f61d rewrite this to reflect what this package actually is and does, not
how it works.
2005-08-25 10:26:34 +00:00
jwise
4b5cefb422 Catch up distinfo for removal of patch-aa on last upgrade.
Noted by Matthew Luckie.
2005-08-24 14:22:30 +00:00
salo
e484fb0157 sort. 2005-08-24 11:03:11 +00:00
schmonz
2dc2287de8 Move hack to avoid gcc optimizer bug on arm platforms into hacks.mk. 2005-08-24 04:36:14 +00:00
rillig
7a95adad42 The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
2005-08-23 11:48:47 +00:00
grant
5a27e78809 simplify some conditionals, indent 2005-08-21 13:40:24 +00:00
kristerw
a453b29b06 Add one missing locale file.
Bump PKGREVISION.
2005-08-20 19:23:17 +00:00
jlam
cf4dfe44a5 Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG.  Bump the PKGREVISION
for packages that were modified as a result.
2005-08-20 19:16:21 +00:00
reed
9e88dab4ed Use PTHREAD_LDFLAGS and PTHREAD_LIBS instead of hard-coded -lpthread.
(Fixed build on DragonFly.)
2005-08-19 21:56:59 +00:00
jlam
bd2788d930 Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files.  Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
2005-08-19 18:12:36 +00:00
schmonz
07fa8b9536 Convert DJB_ERRNO_HACK to a "djbware-errno-hack" option available
in all packages using djbware.mk. For now, keep the same default,
avoiding PKGREVISION bumps.
2005-08-19 04:44:09 +00:00
schmonz
736775b870 Whitespace. 2005-08-19 03:55:00 +00:00
adam
463ad0789a Changes 0.8.6:
* Support for building on Win32 (Tor Lillqvist)
2005-08-18 13:17:01 +00:00
grant
efc8ea1d6d fix config.h to include <alloca.h> if found (ORBIT_HAVE_ALLOCA_H was
not being defined, so alloca.h was never included).

fixes build with sunpro.
2005-08-18 05:46:16 +00:00
grant
494eb426dd this needs flex (not lex) to build. 2005-08-18 05:41:02 +00:00
grant
e6e8f295b8 whitespace fix 2005-08-18 05:39:52 +00:00
jlam
42248cf186 Remove net/openvpn-current as net/openvpn now tracks a more recent stable
version of OpenVPN.
2005-08-17 19:59:06 +00:00
jlam
11dd2f12fc Remove net/openvpn-current as net/openvpn now tracks a more recent stable
version of OpenVPN.
2005-08-17 19:58:15 +00:00
jlam
1a1e916c52 Update net/openvpn to version 2.0.1. Major changes from version 1.6.0
include:

    Adding a highly scalable server for handling multiple TCP/UDP
    clients over point-to-point TUN interfaces, all using a single
    port number.  The server has been designed so that it can run with
    reduced privilege.

    On the client side, "pull" has been added, which basically says
    "accept certain config file options which the server pushes back
    to you." The major win of the push/pull capability is that the
    same client configuration file can be used on each client provided
    each client has its own set of SSL/TLS keys which have been signed
    by the master CA.

    A management interface has been developed which can be used to
    remotely control or centrally manage an OpenVPN daemon.

    "remote" can now specify a set of machines, or a hostname can be
    configured with multiple addresses in DNS.  A server will be
    randomly chosen from the list, and if the connect fails, another
    will be tried (see the "remote-random" option)

    A package for easy RSA key management (easy-rsa-2.0rc1) has been
    included to aid in generating SSL keys and certificates for use
    with OpenVPN.
2005-08-17 19:55:57 +00:00
tv
994018d9f5 Update to 0.9.1-438. Main change:
Fix a serious bug in fragment sizes of files being >= 256K. The bug wasted a
lot of data store space and traffic.
2005-08-17 15:31:52 +00:00
hiramatsu
c65513ac99 Add .include "../../x11/tk83/buildlink3.mk" to fix build problem. 2005-08-17 15:02:49 +00:00
drochner
d321d36b1a fix patch checksum mismatch, noticed by Matthias Scheler 2005-08-15 10:29:22 +00:00
adrianp
933cb5b445 PLIST fix as pointed out by Krister on pkgsrc-bulk@
Bump PKGREVISION
2005-08-14 18:01:54 +00:00
adrianp
8ab84e9d39 Update snort to 2.4.0
If you are using this package make note of the distribution change
mentioned below.  I have update the MESSAGE to inform users of this and
there is now also a net/snort-rules package with the community rules.

> [*] Distribution Change
>     * Rules are no longer distributed as part of the Snort releases, they are
>       available as a separate download from snort.org.  This was done for
>       three reasons:
>         1) To better manage the new rules licensing.
>         2) To reduce the size of the engine download.
>         3) To move the thousands of documentation files for the rules into
>            the rules tarballs.  If you've ever checked Snort out of CVS you'll
>            know why this is a Good Thing.
>
> [*] New additions
>     * Added new IP defragmentation preprocessor, Frag3. The frag3 preprocessor
>       is a target-based IP defragmentation module, and is intended as a
>       replacement for the frag2 module.  Check out the README.frag3 for full
>       info on this new preprocessor.
>
>     * Libprelude support has been added (enable with --enable-prelude).
>       Thanks Yoann Vandoorselaere!
>
>     * An "ftpbounce" rule detection plugin was added for easier detection of
>       FTP bounce attacks.
>
>     * Added a new Snort config option, "ignore_ports," to ignore packets
>       based on port number.  This is similar to bpf filters, but done within
>       snort.conf.
>
> [*] Improvements
>     * Snort startup messages printed in syslog now contain a PID before each
>       entry. Thanks Sekure for initially bringing this up.
>
>     * Stream4: Performance improvements.
>
>     * Stream4: Added 'max_session_limit' option which limits number of
>       concurrent sessions tracked.  Added favor_old/favor_new options that
>       affect order in which packets are put together for reassembly.
>
>     * Stream4: New configuration options to manage flushpoints for improved
>       anti-evasion.  The flush_behavior option selects flushpoint management
>       mode.  New flush_base, flush_range, and flush_seed manage randomized
>       flushing.  Check out the snort.conf file for full config data on the
>       new flush options.
>
>     * Added two more alerts for BackOrifice client and server packets. This
>       allows specific alerts to be suppressed.
>
>     * PerfMon preprocessor updated to include more detailed stats for rebuilt
>       packets (applayer, wire, fragmented & TCP). Also added 'atexitonly'
>       option that dumps stats at exit of snort, and command line -Z flag to
>       specify the file to which stats are logged.
>
>     * Added new Http Inspect config item, "tab_uri_delimiter," which if
>       specified, lets a tab character (0x09) act as the delimiter for a URI.
>
>     * Added a '-G' command line flag to snort that specifies the Snort
>       instance log identifier. It takes a single argument that can be either
>       hex (prefaced with 0x) or decimal. The unified log files will include
>       the instance ID when the -G flag is used.
>
>     * "Same SRC/DST" (sid 527) and "Loopback Traffic" (sid 528) are now
>       handled in the IP decoder. Those sids are now considered obsolete.
>
>     * Http_Inspect "flow_depth" option now accepts a -1 value which tells
>       Snort to ignore all server-side traffic.
>
>     * RPMs have been updated to be more portable, and also now include a
>       "--with inline" option for those wanting to build Inline RPMs. Thanks
>       Daniel Wittenberg and JP Vossen for your help!
>
>     * Many, many bug fixes have also gone into this release, please see the
>       ChangeLog for details.
2005-08-13 19:56:47 +00:00
adrianp
0bd7d5f724 Fix PKGNAME as the rules follow their own versioning
Ride initial import
2005-08-13 19:44:23 +00:00
adrianp
1b4ee0a6bd + snort-rules 2005-08-13 19:41:10 +00:00
adrianp
185a3e3362 The Community Rulesets contain rules submitted by members of the open source
community. While these rules are available as is, the VRT performs basic tests
to ensure that new rules will not break Snort. These rules are distributed
under the GPL and are freely available to all open source Snort users.
2005-08-13 19:38:19 +00:00
adrianp
44d8ac4591 Add p5-Net-Packet 2005-08-13 08:12:22 +00:00
adrianp
b2b2b75ac1 This module is a unified framework to craft, send and receive packets at
layers 2, 3, 4 and 7.

Basically, you forge each layer of a frame (Net::Packet::IPv4 for layer 3,
Net::Packet::TCP for layer 4 ; for example), and pack all of this into a
Net::Packet::Frame object. Then, you can send the frame to the network, and
receive it easily, since the response is automatically searched for and
matched against the request.
2005-08-13 08:11:17 +00:00
adrianp
1936d21d3d Add p5-Net-IPv6Addr 2005-08-13 08:06:39 +00:00
adrianp
caae554397 Net::IPv6Addr provides functions for parsing IPv6 addresses in all
formats described by RFC1884.  If Math::Base85 is installed, formats
described in RFC1924 are also valid.  It will generate "IP6.INT."
strings (as described in RFC1886) if you are inclined to play with
DNS records.
2005-08-13 08:05:43 +00:00
adrianp
f6b22a8514 Add p5-Net-IPv4Addr 2005-08-13 07:57:52 +00:00
adrianp
8952518298 Net::IPv4Addr provides functions for parsing IPv4 addresses both
in traditional address/netmask format and in the new CIDR format.
There are also methods for calculating the network and broadcast
address and also to see check if a given address is in a specific
network.
2005-08-13 07:56:40 +00:00
adrianp
37578e8456 Add include/pcap-int.h which is needed by some programs
Bump to nb2
2005-08-13 07:04:59 +00:00
drochner
5e524f6c00 update to 1.1.17
changes:
-Enabled code for shutting down idle sockd processes.
-Return immediate error if username/password is wrong
-better preserve TCP semantics across connections
-bugfixes
2005-08-12 19:13:11 +00:00
drochner
6510317775 fix false complaints about SASL authenticated LDAP bind replies:
according to rfc2251 the credentials are indeed "context specific"
(in terms of ASN.1)
bump PKGREVISION
2005-08-12 17:38:40 +00:00
tron
531a486f57 Remove outdated "ra-pna-proxy" package. Current versions of RealPlayer
and other streaming media client don't use that protocol any more.
2005-08-11 20:08:34 +00:00