summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-20Updated net/tcpreplay to 3.1.1adrianp1-1/+2
2007-08-20Remove obsolete patchadrianp1-25/+0
2007-08-20Update to 3.1.1adrianp3-29/+16
By default, no longer try to use libnet. You must now specify --enable-libnet (#148) Remove support for pcap_snapshot_override which was never added to libpcap (#140) Rewrite L2/DLT code in tcpedit/tcprewrite to be plugin based (#82) tcpprep & tcprewrite no longer require root access (#3) Remove libnids dependancy for flowreplay And many more, see the following for all the details: http://tcpreplay.synfin.net/trac/browser/trunk/docs/CHANGELOG?rev=1886
2007-08-20Updated net/snort to 2.7.0.1adrianp1-1/+2
2007-08-20Update to 2.7.0.1adrianp3-17/+18
Fixed header files to avoid conflicts with system files on BSD for IPv6 data structures. Added code to prevent URI-related alerts from firing when the body is being normalized. Make Stream5 the default stream engine. Add alert for multiple GRE encapsulations. Added ability for Snort to track fragmented ICMPv6 to check for the remote BSD exploit (Bugtraq ID 22901, CVE-2007-1365). Code cleanup, change malloc/calloc to SnortAlloc, use safer functions SnortSnprintf, SnortStrncpy, etc. Check pointers before use. Additional updates for bounds checking. And many more . . . check the ChangeLog for all the details
2007-08-20Updated devel/memcached to 1.2.2abs1-1/+2
2007-08-20Update devel/memcached from 1.2.1 to 1.2.2:abs5-28/+20
2007-04-16 Steven Grimm <sgrimm@facebook.com> * Command tokenizer performance and cleanliness improvement. Patch contributed by Paolo Borelli <paolo.borelli@gmail.com>. 2007-04-16 Paul Lindner <lindner@inuus.com> * Add notes to README about MacOS, libevent and kqueue. * Windows Patch integration -- part 1, warnings elimination. 2007-04-12 Paul Lindner <lindner@mirth.inuus.com> * Allow changes to the verbosity level of the server with a new "verbosity" command and some compiler cleanups. Patch contributed by Paolo Borelli <paolo.borelli@gmail.com>. 2007-04-08 Paul Lindner <lindner@inuus.com> * Add cleanup patch from "Tim Yardley" <liquid@haveheart.com> to clean up source spacing issues, fix -Wall warnings, add some null checks, adds asserts at the top of each function for any use of conn *c without checking to see if c is NULL first. * Also adjust clean-whitespace.pl to clean *.ac files. Add script to test-suite to test for tabs. 2007-04-04 Paul Lindner <lindner@inuus.com> * Add clarification of flush_all in the protocol docs from Elizabeth Mattijsen <liz@dijkmat.nl> 2007-03-31 Paul Lindner <lindner@inuus.com> * Add patch from Eli Bingham <eli@pandora.com> to re-enable the -n switch to memcached. 2007-03-20 Paul Lindner <lindner@inuus.com> * Add patch to collect eviction statistics from Jean-Francois BUSTARRET <jfbustarret@wat.tv>. * Updated docs, added new test cases for t/stats.t 2007-03-18 Paul Lindner <lindner@inuus.com> * Add more test cases using larger buffer sizes up to and greater than 1MB. * Remove unused parameter to item_size_ok() * Use a single printf() in usage() * Add a failing test for conforming with maximum connections. 2007-03-17 * crash fix from Thomas van Gulick <thomas@partyflock.nl> in conn_shrink(), passing &ptr, instead of ptr to realloc(). 2007-03-05 Paul Lindner <lindner@inuus.com> * Fix a number of places where (s)printf calls were using unsigned or signed formats that did not match their arguments. * Add support for stdbool.h and stdint.h to use the bool and uint8_t types. * Major refactoring - move API calls for assoc/items/slabs to their own individual header files. Add apropriate const and static declarations as appropriate. * Avoid type-punning. Do a more efficient realloc inside the conn_shrink routine. * Fix overflow bug where uninitialized access to slabclass caused size-0 mallocs during slab preallocation. * Use EXIT_SUCCESS/EXIT_FAILURE constants. * Convert some sprintf calls to snprintf to protect against buffer overflows. * Explicitly compare against NULL or zero in many places. 2007-03-05 * Steven Grimm <sgrimm@facebook.com>: Per-object-type stats collection support. Specify the object type delimiter with the -D command line option. Turn stats gathering on and off with "stats detail on" and "stats detail off". Dump the per-object-type details with "stats detail dump". 2007-03-01 * Steven Grimm <sgrimm@facebook.com>: Fix an off-by-one error in the multithreaded version's message passing code. 2006-12-23 * fix expirations of items set with absolute expiration times in the past, before the server's start time. bug was introduced in 1.2.0 with rel_time_t. Thanks to Adam Dixon <adamtdixon@gmail.com> for the bug report and test case!
2007-08-20Updated net/skype to 1.4.0.99nb1rillig1-1/+2
2007-08-20Updated skype to 1.4.0.99. Changes unknown.rillig3-40/+33
2007-08-20Updated archivers/dar to 2.3.4dsainty2-3/+3
2007-08-20Update dar to version 2.3.4:dsainty2-13/+17
Pkgsrc changes: - Use an option group for dar-int32 Vs dar-int64 Vs neither (infinint) - Default to dar-int64 (the infinint support is excessive, and hugely expensive) - REPLACE_FOO doesn't work if FOO isn't a dependency, and we don't want to pull in Bash and Perl just for a few samples! So, don't replace the interpreters in the samples, just leave them as is. ChangeLog from 2.3.3 to 2.3.4: - fixed behavior when differential backup is interrupted (no more store file that would have been read if no interruption had been done as "deleted" since thearchive of reference) [SF #1669091]. - added official method to access catalogue's statistics through the API (for kdar next version). - Fixed syntax error in dar_par_create.duc and dar_par_test.duc files (Parchive integration with dar). - minor spelling fix in error message (compressor.cpp) - added Wiebe Cazemier's two patches for dar man page - integrated patch from Dwayne C. Litzenberger to fix weakness in dar's implementation of the blowfish encryption. - improved the returned message when an invalid path is given as argument - updated doc/sample/sample1.txt script file
2007-08-20Note addition of atf, version 0.1.jmmv1-1/+2
2007-08-20Add and enable atf.jmmv1-1/+2
2007-08-20Initial import of atf-0.1:jmmv5-0/+133
The Automated Testing Framework (ATF) is a collection of libraries and utilities designed to ease unattended application testing in the hands of developers and end users of a specific piece of software. As regards developers, ATF provides the necessary means to easily create test suites composed of multiple test programs, which in turn are a collection of test cases. It also attempts to simplify the debugging of problems when these test cases detect an error by providing as much information as possible about the failure. As regards users, it simplifies the process of running the test suites and, in special, encourages end users to run them often: they do not need to have source trees around nor any other development tools installed to be able to certify that a given piece of software works on their machine as advertised. Yes, these are (part of) the results of my SoC 2007 project :-)
2007-08-20Update devel/cpuflags to 1.11:abs4-27/+32
optimize_gcc.mk: - Add cases for textproc/aspell and mail/procmail from Yakovetsky Vladimir - Shuffle some sections around and update comments - Retire old USE_GCC3 test
2007-08-20Updated devel/cpuflags to 1.10:abs1-1/+2
Refactor cpuflags into a common part (cpuflags.sh), which calls the appropriate per OS (subr_NetBSD, subr_SunOS or subr_Linux) and per compiler (subr_gcc) portions
2007-08-20Update cpuflags to 1.10:abs10-557/+481
Refactor cpuflags into a common part (cpuflags.sh), which calls the appropriate per OS (subr_NetBSD, subr_SunOS or subr_Linux) and per compiler (subr_gcc) portions
2007-08-20Add a cross-compile and DESTDIR safe alternative to ldd forjoerg3-2/+142
check-shlibs. This allows more stricter detection (e.g. it checks whether the package links against a build dependency). It also checks whether the rpath contains wrkdir references (like qt3-libs). It depends on readelf and is only available for ELF systems for now. To test it, add USE_CHECK_SHLIBS_ELF to mk.conf. Supported-by: Google SoC 2007
2007-08-20Add readelf as tool, for only only the BSDs get it.joerg4-5/+13
2007-08-20For DESTDIR operation, no need to filter out old files.joerg1-1/+8
2007-08-20Add cross-compiling support for bin-install and deinstall targets.joerg2-3/+35
2007-08-20Note update of security/py-denyhosts package to 2.6nb2.taca1-1/+2
2007-08-20Replace python's path in RCD_SCRIPTS, files/denyhosts.taca1-2/+4
Bump PKGREVISION.
2007-08-20Updated mail/policyd to 1.82.ghen1-1/+2
2007-08-20Update to policyd 1.82 (bugfixes).ghen2-6/+6
Changes: * Fixed a memory leak * Fixed rare case in which mysql failure counter would get stuck
2007-08-20Fix PLIST.ghen1-1/+2
2007-08-20vim and squirrelmail-decodemartti2-3/+4
2007-08-20Updated mail/squirrelmail-decode to 1.2martti2-7/+7
- Fix order of HTML sanitizing, thanks Tomas Kuliavas. - Remove unneeded PHP endings from files. - Also support big5 when listed as 'big-5' in mbstring. - Fixed html decoding in Eastern functions that use recode and decoding of iso-2022 html emails.
2007-08-20Updated editors/vim-share to 7.1.83martti3-5/+52
2757 7.1.069 GTK GUI: confirm() dialog has a default button when not wanted 1560 7.1.070 (extra) Win32 GUI: same confirm() default button problem 5534 7.1.071 (after 7.1.040) add a basic test for regexp patterns 5705 7.1.072 (extra, after 7.1.041 and 7.1.071) extra part of 7.1.071 3595 7.1.073 (after 7.1.062) crash when 'preserveindent' is set 5259 7.1.074 crash when using string() on a recursively nested List 1686 7.1.075 ":let v:statusmsg" reads memory already freed 2376 7.1.076 a couple more strcpy() with overlapping arguments 2678 7.1.078 dropping file name on gvim containing CSI byte doesn't work 2922 7.1.079 "@" character in 'isfname' doesn't pick up umlauts for latin1 2960 7.1.080 (extra) Compiler warnings for gvimex.cpp 3253 7.1.081 completion doesn't work after ":!cat <foo" 3464 7.1.082 matchparen plugin doesn't update after window split 3448 7.1.083 (after 7.1.081) completion doesn't work with wildcards
2007-08-19Removed mirror qgpop.dl.sourceforge.jp. It is not listed anymore on theheinz1-3/+2
sourceforge.jp download pages and was not restored since this topic came up in mid-July.
2007-08-19Note updates of the "libtorrent" and "rtorrent" packages.tron2-4/+4
2007-08-19Update "libtorrent" package to 0.11.6 and "rtorrent" package to 0.7.6.tron4-12/+12
Change since versions 0.11.4 respectively 0.7.4: - The old option handler has been rewritten. - Added support for SCGI rpc calls. - Added "http_ca{path/cert}" options. Patch by Johan Gunnarsson - Added configure options that allow building universal binaries. - Fixed a bug that caused piped requests to be lost. - Improved XMLRPC support, including support for 64bit ints, removed defective FastCGI support, - Added a large number of commands for use with XMLRPC. See system.listMethods for a complete list. - Fixed a bug where the tracker re-announce interval for the previous tracker was being used. Now the announce intervals for each tracker is stored seperately. - Commands that pass through rpc::parse_command_* now support inline commands that start with a '$'. E.g 'print="$get_ip="'. - Allow ';' as a separator for multi-command lines. Not recognized by the string parser, so it must be preceded by whitespace. - Allow escaping of newlines in the resource file. - The "load_*" commands now allow a list of commands to be appended. These commands will be called on the newly loaded download.
2007-08-19Remove entry for bittorrent version 4.20.2. It's an outdated release withtron1-2/+1
a lot of issues.
2007-08-19Updatedheinz1-1/+4
mail/p5-Mail-DKIM to 0.28 archivers/p5-Archive-Tar to 1.34 net/p5-Net-OpenID-Consumer to 0.14
2007-08-19Updated to version 0.14.heinz2-6/+6
Pkgsrc changes: - none Changes since version 0.13: =========================== 0.14: (2007-08-03) * allow CGI subclasses (like CGI::Fast) for args. bug fix from Chris Kastorff <encryptio@gmail.com>.
2007-08-19Updated to version 1.34.heinz2-6/+6
Pkgsrc changes: - none Changes since version 1.32: =========================== * important changes in version 1.34 15/8/2007: - Address #28687: Fwd: Unespected reaction of Archive::Tar A::T didn't always handle filenames that evaluated to false (like '0') gracefully. This patch adds a few 'or defined' check to the A::T codebase and a test to ensure filenames like '0' are handeled correctly. - Apply #28407: Unicode and Archive::Tar - documentation patch as FAQ patch
2007-08-19Regen for added patch-aaadrianp1-1/+2
2007-08-19Updated to version 0.28.heinz2-7/+7
Pkgsrc changes: - Required version of p5-Crypt-OpenSSL-RSA changed to >=0.24. Changes since version 0.26: ===================================== Version 0.28 * fixed a bug with line-wrapping a signature at the wrong place Version 0.27 - released 2007-07-25 * Sender signing policies are now better implemented * Both Yahoo! DomainKeys signing policies and the under-development IETF DKIM signing policies are supported * Yahoo! DomainKeys policies can protect the Sender: header * DKIM signing policies can protect the From: header Look at Mail::DKIM::Verifier's fetch_author_policy() and fetch_sender_policy() methods for hints.
2007-08-19Fixed preprocessor checks for FreeType >=2.2. The old checks recognisedheinz1-5/+5
FreeType >=2.
2007-08-19Note some ruby-gnome2 packages update.obache1-1/+5
2007-08-19Enable cairo support.obache1-2/+3
Bump PKGREVISION.
2007-08-19Enable cairo support.obache1-1/+3
Bump PKGREVISION.
2007-08-19+ cksfv-1.3.12, enlightenment-0.16.8.9, imlib2-1.4.0,wiz1-3/+8
p5-IO-Socket-SSL-1.08, p5-libwww-5.808, vice-1.22, xterm-229.
2007-08-19Enable cairo support.obache2-3/+6
Bump PKGREVISION.
2007-08-19Substitute of PLIST was converted to PLIST_SUBST framework at previous commit.obache1-3/+1
No need to define PLIST_SRC anymore. Fixes installation problem in PR 36805.
2007-08-19-gtkamobache1-2/+1
2007-08-19Updated graphics/gtkam to 0.1.14obache1-1/+2
2007-08-19Update gtkam to 0.1.14.obache7-145/+59
Based on patch provided in PR 36317. gtkam 0.1.14 * fix make distcheck * misc bug fixes. * always show capture/capture preview menu. * updated various translations * changed for some important fixes in libgphoto2
2007-08-19Remove the binutils buildlink3.mk.veego2-4/+2
There has to be another way to specify it, if it is really needed. Please ask Roland Illig if you get into problems with this commit, because this is now necessary after rev 1.6 of pkgsrc/devel/binutils/builtin.mk This stops installing a package which is not really needed, because the binutils programs in the basesystem are good enough.
2007-08-19Updated mail/imap-uw to 2006j2nb3obache1-1/+2