summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-02This already had a hack to fix building on OS X with BIND9 systemschmonz2-7/+10
resolver. Convert it to the less hacky one used elsewhere, mainly so that I won't miss it when implementing a more general solution to this common problem.
2006-01-02Update to 0.25.4:epg3-10/+19
Changes in release 0.25.4: * GSSAPI fixes for non-MIT implementations (Mikhail Teterin). * Fix ne_print_request_header() et al to use 8K buffer size on all platforms (fixes issue with long Destination: URLs on Win32). * Win32 build fix for !USE_GETADDRINFO configuration. * Documentation updates. Changes in release 0.25.3: * ne_lock() and ne_unlock(): fix cases where NE_ERROR would be returned instead of e.g. NE_AUTH on auth failure. * Prevent use of poll() on Darwin. * Fix gethostbyname-based resolver on LP64 platforms (Matthew Sanderson). Changes in release 0.25.2: * Really fix the Win32 build. Changes in release 0.25.1: * ne_get_content_type(): fix cases where the charset field was not set to NULL after successful return (Johannes Schneider) * Compressed response handling fixes: - fix double invocation of reader callback with len=0 - fix cases where the reader callback return value was ignored * Cache the new SSL session if the old one was expired (Robert Eiglmaier) * Win32: fix build issues. Changes in release 0.25.0: * New interfaces: - ne_get_response_header() replaces ne_add_response_header_handler - ne_read_response_to_fd() and ne_discard_response() for use with ne_begin_request/ne_end_request style response handling - ne_xmlreq.h: ne_xml_parse_response() and ne_xml_dispatch_request() - ne_has_support() for feature detection, replaces ne_support_ssl() - ne_set_addrlist() can be used to bypass normal DNS hostname resolver - ne_buffer_czappend(), convenience wrapper for ne_buffer_append. - ne_iaddr_typeof() returns type of a socket object - ne_get_content_type() replaces ne_content_type_handler() - ne_set_request_expect100() replaces ne_set_expect100() * New interfaces on LFS systems for large file support: - ne_set_request_body_fd64() call for using an fd opened using O_LARGEFILE - ne_set_request_body_provider64(), takes an off64_t length argument * Interface changes: - ne_set_request_body_fd takes offset and length arguments and returns void - ne_set_request_body_provider takes length as off_t rather than size_t; provider callbacks now MUST set session error string if returning an error - response body reader callback returns an integer and can abort the response - ne_decompress_destroy() returns void; errors are caught earlier - ne_xml_failed() replaces ne_xml_valid(), with different return value logic - ne_xml_parse() can return an error; ne_xml_parse_v() aborts the response if the parse either fails or is aborted by a handler returning NE_XML_ABORT - ne_path_escape() now escapes all but unreserved characters - ne_ssl_clicert_name() and ne_ssl_cert_identity() clarified to return UTF-8 - ne_ssl_clicert_name() clicert object argument is now const - ne_uri_parse()/ne_uri_free() memory handling clarified - removed the buffer length requirement for ne_read_response_block() * Bug fixes: - properly handle multiple Authentication challenges per request - fixes and improvements to the Negotiate auth implementation - handle proxies which send a 401 auth challenge to a CONNECT request - XML: handle the UTF-8 BOM even if the underlying parser does not - Win32: Fix timezone handling (Jiang Lei) - ne_lock_refresh() works and will update timeout of passed-in lock - persistent connection timeout handling fixes for CygWin et al - impose hard limit of 1024 props per resource in ne_props.h response parsing * New platform-specific features: - Win32: Negotiate/NTLM support using SSPI (Vladimir Berezniker) - Win32: Add IPv6 support using ENABLE_IPV6 neon.mak flag (Kai Sommerfeld) * Removed features: - the cookies interface has been removed - removed functions: ne_service_lookup(), ne_put_if_unmodified() - "qop=auth-int" support removed from Digest auth implementation * Default XML parser search changed to check for expat before libxml2.
2006-01-02findutils uses nroff for installation, so add nroff to USE_TOOLS.bouyer1-1/+2
From Georg Schwarz in private mail.
2006-01-02Fix errno.joerg2-1/+14
2006-01-02Add hack to fix build on OS X with BIND9 system resolver.schmonz1-0/+9
2006-01-02Note addition of converters/p5-MIME-Base32.schmonz1-1/+2
2006-01-02Add and enable p5-MIME-Base32.schmonz1-1/+2
2006-01-02Initial import of p5-MIME-Base32, a Perl module similar to p5-MIME-Base64,schmonz4-0/+27
yet different in a predictable way.
2006-01-02Fix dspam building on NetBSD-1.6.xadrianp1-1/+3
Problem identified by Alan Horn in PR# 32089
2006-01-02Add hack to fix build on OS X with BIND9 system resolver.schmonz1-0/+9
2006-01-02Updated net/tcpflow to 0.21nb1adrianp1-1/+2
2006-01-02Include a set of patches from Jukka Salmi in PR# 30805adrianp6-2/+201
The patches are a modified version of some enhancements to tcpflow from Debian Adds the following options: -e When outputting to the console each flow will be output in alternating colours. -C Console print without the packet source and destination details being printed. Print the contents of packets to stdout as they are received, without storing any captured data to files (implies -s).
2006-01-02SunOS requires extra libs for networking.darcy1-1/+3
2006-01-02Updated security/chkrootkit to 0.46aadrianp2-3/+3
2006-01-02Update chkrootkit to 0.46aadrianp4-20/+17
Add a MESSAGE about false-positive results on non-supported platforms Helps to address PR# 31813 reported by Eric Mumpower From the README: 02/22/2005 - Version 0.45 chkproc.c: better support for Linux threads. New rootkit detected: Fu, Kenga3, ESRK. New test: chkutmp. -n option improvement. Minor bug fixes. 10/26/2005 - Version 0.46 chkproc.c: more fixes to better support Linux threads. chkutmp.c: improved execution speed. chkwtmp.c: segfault fixed. New rootkit detected: rootedoor. Mac OS X support added. Minor bug fixes. 10/28/2005 - Version 0.46a chkproc.c: bug fix for FreeBSD: chkproc was sending a SIGXFSZ (kill -25) to init, causing a reboot.
2006-01-02Add DragonFly support.joerg4-10/+65
2006-01-02Fix compilation with GCC 3.4+. Addresses PR 25729.joerg2-1/+15
2006-01-02Add DragonFly support.joerg2-1/+36
2006-01-02Override config.*. Fix DragonFly support in configure's libtool fragment.joerg3-5/+116
2006-01-02Include sys/time.h to get struct timeval in all cases.joerg2-1/+14
2006-01-02config.* override.joerg1-1/+4
2006-01-02No matherr on DragonFly.joerg2-1/+18
2006-01-02DragonFly support. Add mkfontdir as build tool.joerg6-42/+46
2006-01-02Don't reference matherr on DragonFly, it doesn't exist here.joerg2-10/+20
2006-01-02DragonFly support. Override config.guess and config.sub.joerg10-11/+118
2006-01-02Updated musicbrainz to 2.1.2.rxg5-43/+8
Changes for libmusicbrainz 2.1.2 ------------------------------------- - Since expat is now installed on most systems we removed our internal copy and now rely on the system installed version. - Juergen Kreileder Supplied minimal patch for making sure that mb_client sti ll works when CDO_CHECK_TYPE is defined - Fixed a C++ style variable declaration inside the album.c C module - On linux the cdrom drive is now opened in non-blocking mode - Fixed bug #834541: Tagger setting track no. is 0 - possibly due to trm mixu p? - Added support for parsing AdvancedRelationship date. Also added new getrels.c example program. - Re-added the python bindings and changed the binding's version number to match the version of this lib. - Fixed bug # 1224562: libmusicbrainz fails to post large RDF. This fixes problems looking up CDs with large numbers of tracks. (This was also bug # 725701 ignores blank tracks) The included perl bindings had the following changes: - Updated bindings to match up to 2.1.1 - Fixed int size cast warning - Fixed #6431: unmatched bootstrap parameter - Updated req for MusicBrainz::Queries to 0.07 The included python bindings had the following changes: - Fixed #957393: Python Bindings type bug - Fixed #1206514: Python bindings to select release not up-to-date
2006-01-02No broken gettext here.joerg1-1/+2
2006-01-02Updated chat/ircservices to 5.0.56nb1adrianp1-1/+2
2006-01-02Minor PLIST change to deal with modified configuration filesadrianp2-3/+4
Bump to nb1
2006-01-02mention new neverball. now I'll have to look for a hardware acceleratedchristos1-1/+2
display.
2006-01-02upgrade to 1.4.0christos3-221/+368
2006-01-02Updated sylpheed-devel to 2.2.0beta2chris2-3/+3
2006-01-02Update Sylpheed-devel to 2.2.0beta2.chris2-7/+7
Changes for 2.2.0beta2: * The forwarding of messages with attachments was modified. * The bug that previously selected row was removed from the view instead of currently selected one when deleting folders from the context menu was fixed. * Win32: The bug that messages with subject that includes characters that can't be used for filename couldn't be attached was fixed. * Windows-1252 was added for display encoding. * After incomplete POP3 session, duplicate retrieval of messages doesn't happen anymore. Changes for 2.2.0beta1: * The major improvements of the search function were made. o The query search was implemented. o Search conditions can be specified with the same UI as the filter rule. o Subfolders can be searched. o The search folder (virtual folder) was implemented. * The maximized window state is now remembered. * The option "Display recipient on 'From' column if sender is yourself" now looks for all accounts. * The line-wrapping of composition now doesn't join enumerated lines. * The nonstandard Korean encoding 'ks_c_5601-1987' was supported. * The bug that the initial directory was not properly selected in the file selection dialog with GTK+ 2.8 was fixed. * Some other bugs were fixed.
2006-01-02Make this compile if -funroll-loops is set in the build flags.jmmv1-0/+12
2006-01-02Enable pty opening for serial port emulation under NetBSD.blymn2-6/+48
2006-01-02s,-lpthread,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},joerg2-5/+5
2006-01-02Include sys/time.h before sys/resource.h.joerg2-1/+14
2006-01-02config.guess and config.sub override.joerg1-1/+9
2006-01-02Don't define alloca on DragonFly and FreeBSD, conflicts with stdlib.h.joerg3-1/+31
2006-01-02Just use stdlib.h for malloc.joerg2-1/+26
2006-01-02Cleaned up the TODO list.rillig1-6/+0
2006-01-02- For possibly misquoted variables the current shellword state isrillig1-2/+4
printed (-vv only). - TODO: Decide which variables may be used in which quoting states.
2006-01-02* record with each substring its source location to be able to makerillig1-0/+2
even more precise diagnostics
2006-01-02Updated pkglint to 4.51. Welcome to the Fahrenheit release.rillig2-3/+4
Changes since 4.50: - Extended the quoting checks for make variables to shell commands. - Added a check for unquoted shell variables (only with -Wextra). - Some other minor changes.
2006-01-02- Fixed the wording of the message when CONFIGURE_DIRS and friends arerillig1-4/+4
prefixed with ${WRKSRC}. It had been plainly wrong.
2006-01-02The gforth configure script tests for linker support of -export-dynamic,ben2-1/+25
and then adds it to LDFLAGS. Later, the configure script tests for the presence of certain functions in libc, and expects to get an error at link time if the functions are missing. On Interix with -export-dynamic, the link succeeds even if there are missing functions. This causes configure to detect all tested functions as present, and produce binaries that fail at run time. To work around this issue, postpone adding -export-dynamic to LDFLAGS until the end of the configure script.
2006-01-02- Removed the type guessing code for variables with unknown type, asrillig1-26/+3
this code has led to duplicate diagnostics. It had been misplaced as well.
2006-01-02- Added MESSAGE_SUBST, PKG_GROUPS, PKG_USERS.rillig1-1/+4
2006-01-01Updated evolution-data-server to 1.4.2.1.wiz2-3/+3
2006-01-01Update to 1.4.2.1:wiz3-9/+7
Evolution-Data-Server 1.4.2.1, 2005-11-30 ----------------------------------------- Added fix for an ugly crasher in the calendar component. Use EDS 1.4.2.1 instead of 1.4.2 Evolution-Data-Server 1.4.2, 2005-11-29 ---------------------------------------- Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi): #218177- Disable IMAP Account causes crash (Parthasarathi) #318508- Repeated crash when downloading new mail (Vivek Jain) #228929- After upgrading snapshot cannot see IMAP inbox contents (Shreyas) #317956- Crash when starting evolution without or with expired kerberos 5 (Bjorn Torkelsson) #320736- crash connecting to groupwise7 (Parthasarathi) #319045- gw-Evolution crashes after marking few mails as not junk (Vivek) #312848- Delete option should be disabled for default Tasks list (Sarfraaz) #318104- evolution crashed when changing calendar timezone and keeps crashing (Harish) #317322- crash when delete a imported recurrent event (Chenthill) #318777- recurrence editing ... (Chenthill) #318130- e-cal-backend-http.c does not include e-cal-time-util.h, fails (Matthew Daniel) #319612- Stop warnings from e-destination about xmlChar* (Ross Burton) #318227- Change LDAP search filter (Carsten Guenther) #316955- Recreates summary file on every other load (Ross Burton) #319848- Cannot select multiple adresses for 'To', 'Cc' etc fields (Sushma) Updated Translations: - fa (Meelad Zakaria) - bg (Alexander Shopov)