summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-14Another try at proper alignment fixes for http2 sessionsmartin4-3/+141
2015-02-14Updated mail/exim to 4.85; databases/postgresql93 to 9.3.6; ↵adam1-1/+48
databases/postgresql92 to 9.2.10
2015-02-14Changes 9.2.10:adam5-10/+15
Security Fixes * CVE-2015-0241 Buffer overruns in "to_char" functions. * CVE-2015-0242 Buffer overrun in replacement printf family of functions. * CVE-2015-0243 Memory errors in functions in the pgcrypto extension. * CVE-2015-0244 An error in extended protocol message reading. * CVE-2014-8161 Constraint violation errors can cause display of values in columns which the user would not normally have rights to see. JSON and JSONB Unicode Escapes Other Fixes and Improvements * Cope with the non-ASCII Norwegian Windows locale name. * Avoid data corruption when databases are moved to new tablespaces and back again. * Ensure that UNLOGGED tables are correctly copied during ALTER DATABASE operations. * Avoid deadlocks when locking recently modified rows. * Fix two SELECT FOR UPDATE query issues. * Prevent false negative for shortest-first regular expression matches. * Fix false positives and negatives in tsquery contains operator. * Fix namespace handling in xpath(). * Prevent row-producing functions from creating empty column names. * Make autovacuum use per-table cost_limit and cost_delay settings. * When autovacuum=off, limit autovacuum work to wraparound prevention only. * Multiple fixes for logical decoding in 9.4. * Fix transient errors on hot standby queries due to page replacement. * Prevent duplicate WAL file archiving at end of recovery or standby promotion. * Prevent deadlock in parallel restore of schema-only dump.
2015-02-14Changes 9.3.6:adam6-11/+18
Security Fixes * CVE-2015-0241 Buffer overruns in "to_char" functions. * CVE-2015-0242 Buffer overrun in replacement printf family of functions. * CVE-2015-0243 Memory errors in functions in the pgcrypto extension. * CVE-2015-0244 An error in extended protocol message reading. * CVE-2014-8161 Constraint violation errors can cause display of values in columns which the user would not normally have rights to see. JSON and JSONB Unicode Escapes Other Fixes and Improvements * Cope with the non-ASCII Norwegian Windows locale name. * Avoid data corruption when databases are moved to new tablespaces and back again. * Ensure that UNLOGGED tables are correctly copied during ALTER DATABASE operations. * Avoid deadlocks when locking recently modified rows. * Fix two SELECT FOR UPDATE query issues. * Prevent false negative for shortest-first regular expression matches. * Fix false positives and negatives in tsquery contains operator. * Fix namespace handling in xpath(). * Prevent row-producing functions from creating empty column names. * Make autovacuum use per-table cost_limit and cost_delay settings. * When autovacuum=off, limit autovacuum work to wraparound prevention only. * Multiple fixes for logical decoding in 9.4. * Fix transient errors on hot standby queries due to page replacement. * Prevent duplicate WAL file archiving at end of recovery or standby promotion. * Prevent deadlock in parallel restore of schema-only dump.
2015-02-14Exim version 4.85adam4-13/+12
----------------- TL/01 When running the test suite, the README says that variables such as no_msglog_check are global and can be placed anywhere in a specific test's script, however it was observed that placement needed to be near the beginning for it to behave that way. Changed the runtest perl script to read through the entire script once to detect and set these variables, reset to the beginning of the script, and then run through the script parsing/test process like normal. TL/02 The BSD's have an arc4random API. One of the functions to induce adding randomness was arc4random_stir(), but it has been removed in OpenBSD 5.5. Detect this OpenBSD version and skip calling this function when detected. JH/01 Expand the EXPERIMENTAL_TPDA feature. Several different events now cause callback expansion. TL/03 Bugzilla 1518: Clarify "condition" processing in routers; that syntax errors in an expansion can be treated as a string instead of logging or causing an error, due to the internal use of bool_lax instead of bool when processing it. JH/02 Add EXPERIMENTAL_DANE, allowing for using the DNS as trust-anchor for server certificates when making smtp deliveries. JH/03 Support secondary-separator specifier for MX, SRV, TLSA lookups. JH/04 Add ${sort {list}{condition}{extractor}} expansion item. TL/04 Bugzilla 1216: Add -M (related messages) option to exigrep. TL/05 GitHub Issue 18: Adjust logic testing for true/false in redis lookups. Merged patch from Sebastian Wiedenroth. JH/05 Fix results-pipe from transport process. Several recipients, combined with certificate use, exposed issues where response data items split over buffer boundaries were not parsed properly. This eventually resulted in duplicates being sent. This issue only became common enough to notice due to the introduction of conection certificate information, the item size being so much larger. Found and fixed by Wolfgang Breyha. JH/06 Bug 1533: Fix truncation of items in headers_remove lists. A fixed size buffer was used, resulting in syntax errors when an expansion exceeded it. JH/07 Add support for directories of certificates when compiled with a GnuTLS version 3.3.6 or later. JH/08 Rename the TPDA expermimental facility to Event Actions. The #ifdef is EXPERIMENTAL_EVENT, the main-configuration and transport options both become "event_action", the variables become $event_name, $event_data and $event_defer_errno. There is a new variable $verify_mode, usable in routers, transports and related events. The tls:cert event is now also raised for inbound connections, if the main configuration event_action option is defined. TL/06 In test suite, disable OCSP for old versions of openssl which contained early OCSP support, but no stapling (appears to be less than 1.0.0). JH/09 When compiled with OpenSSL and EXPERIMENTAL_CERTNAMES, the checks on server certificate names available under the smtp transport option "tls_verify_cert_hostname" now do not permit multi-component wildcard matches. JH/10 Time-related extraction expansions from certificates now use the main option "timezone" setting for output formatting, and are consistent between OpenSSL and GnuTLS compilations. Bug 1541. JH/11 Fix a crash in mime ACL when meeting a zero-length, quoted or RFC2047- encoded parameter in the incoming message. Bug 1558. JH/12 Bug 1527: Autogrow buffer used in reading spool files. Since they now include certificate info, eximon was claiming there were spoolfile syntax errors. JH/13 Bug 1521: Fix ldap lookup for single-attr request, multiple-attr return. JH/14 Log delivery-related information more consistently, using the sequence "H=<name> [<ip>]" wherever possible. TL/07 Bug 1547: Omit RFCs from release. Draft and RFCs have licenses which are problematic for Debian distribution, omit them from the release tarball. JH/15 Updates and fixes to the EXPERIMENTAL_DSN feature. JH/16 Fix string representation of time values on 64bit time_t anchitectures. Bug 1561. JH/17 Fix a null-indirection in certextract expansions when a nondefault output list separator was used.
2015-02-14fix trivial typo in commentdbj1-2/+2
2015-02-14Same netbsd*-eabi* tweak for libnbcompat's even older config.sub.riastradh1-1/+1
2015-02-14Partial fixes for cross-compilation.riastradh1-2/+18
- Python is a tool, not build, dependency. - Incomplete workaround for mesa's own tools.
2015-02-14Work around broken wcwidth autoconf run-test in cross-compile.riastradh1-1/+9
2015-02-14libpciaccess should work on all NetBSD ports, provided -lpci.riastradh1-4/+8
2015-02-14Fix cross-build for arm.riastradh2-4/+12
- Add freedreno stuff to PLIST. - Use ${CROSS_DESTDIR} in exists(/usr/...) test.
2015-02-14Set harmless --enable-malloc0returnsnull to fix cross-compile.riastradh1-1/+9
2015-02-14Accommodate an -eabi{,hf} suffix in GNU config.sub.riastradh1-1/+1
XXX Send this upstream... This, together with other commits to MACHINE_GNU_PLATFORM issues, should fix PR pkg/48126, at long last.
2015-02-14Accommodate an -eabi{,hf} suffix in MACHINE_GNU_PLATFORM.riastradh1-4/+26
This is necessary to match what NetBSD `build.sh tools' generates for cross-compiler toolchains on earm. Also, split APPEND_ELF into APPEND_ELF and NATIVE_APPEND_ELF, so we don't get a spurious netbsdelf in NATIVE_MACHINE_GNU_PLATFORM when cross-compiling on amd64 for earm.
2015-02-14Updated devel/hs-QuickCheck to 2.7.6nb1pho1-1/+2
2015-02-14Forgot to add a dependency on devel/hs-transformers. Bump revisionpho2-3/+6
I badly want buildlink for Haskell packages, though it's not very easy to implement...
2015-02-14On NetBSD, earm is always elf.riastradh1-1/+2
Someone^TM should adjust this to reflect the fact that NetBSD >=1.5 or whatever is always ELF, but I'll leave that for someone else to deal with.
2015-02-14Set BUILDLINK_DEPMETHOD.happy to "build" as happy is not a library but a ↵pho1-1/+2
build tool
2015-02-14Make this cross-compile again.riastradh1-2/+6
2015-02-14+ hs-QuickCheckpho1-1/+2
2015-02-14Added devel/hs-QuickCheck version 2.7.6pho1-1/+2
2015-02-14Import QuickCheck-2.7.6 from wip/hs-QuickCheckpho5-0/+133
QuickCheck is a library for random testing of program properties. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases. Specifications are expressed in Haskell, using combinators defined in the QuickCheck library. QuickCheck provides combinators to define properties, observe the distribution of test data, and define test data generators.
2015-02-14Updated devel/hs-primitive to 0.5.4.0pho1-1/+2
2015-02-14Update to 0.5.4.0pho3-9/+9
ChangeLog: * Changed primitive_ to work around an oddity with GHC's code generation on certain versions that led to side effects not happening when used in conjunction with certain very unsafe IO performers. * Allow primitive to build on GHC 7.9 CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2015-02-14Updated devel/p5-IPC-Run to 0.94mef1-1/+9
Updated devel/p5-PAR-Dist to 0.49 Updated devel/p5-PAR to 1.008 Updated devel/p5-PPIx-Regexp to 0.037 Updated devel/p5-Package-Constants to 0.06 Updated devel/p5-Package-Generator to 1.106 Updated devel/p5-Package-Variant to 1.002002 Updated devel/p5-PadWalker to 2.0
2015-02-14Update 1.96 to 2.0mef2-7/+6
------------------ 1.96 Fri 24 Aug 2012 13:03:31 BST - Restore compatibility with Perl 5.8 Thanks again to Father Chrysostomous 1.97 Sun 27 Oct 2013 10:09:41 GMT - Improve peek_sub error handling Thanks to Zefram for the bug report. See https://rt.cpan.org/Ticket/Display.html?id=89679 1.98 Sun 27 Oct 2013 16:27:19 GMT - Make new test compatible with old versions of perl. 1.99 Tue 11 Nov 2014 15:01:37 CET - Make it compatible with bleadperl. Patch from Father Chrysostomous at https://rt.cpan.org/Public/Bug/Display.html?id=100262 1.99_1 Tue 11 Nov 2014 19:38:17 CET - Restore compatibility with perl 5.8 Patch from paul@city-fan.org at https://rt.cpan.org/Public/Bug/Display.html?id=100262#txn-1431869 2.0 Mon 8 Dec 2014 13:45:37 GMT - Restore compatibility with bleadperl Patch from Dagfinn Ilmari Mannsaker (Mannsåker) at https://github.com/robinhouston/PadWalker/pull/3
2015-02-14(pkgsrc)mef3-23/+6
- Drop patch-aa, which fixed in 1.001003 (see below) (upstream) - Update 1.001002 to 1.002002 --------------------------- 1.002002 - 2014-08-21 - fix license in metadata 1.002001 - 2014-08-16 - specify perl prerequisite on metadata - documentation fixes and clarifications 1.002000 - 2013-12-10 - add build_variant method on variable packages, to allow avoiding importing a generator sub - fix pragmas applied by modules listed in "importing" from leaking out into unexpected scopes 1.001004 - 2013-05-04 - fix documentation of "build_variant_of" method (RT#84554 -- thanks, Scott Miller!) 1.001003 - 2013-03-25 - fix NAME in Makefile.PL (RT#84209)
2015-02-14Update 0.103 to 1.106mef2-7/+6
--------------------- 1.106 2013-12-28 22:08:25 America/New_York update github links typo fix (thanks, George Hartzell!) 1.105 2013-07-07 08:00:55 America/New_York oops, re-repackage, dropping pod tests 0.104 repackage, update bug tracker
2015-02-14Update 0.04 to 0.06mef2-6/+6
------------------- 0.06 2014-12-24 BINGOS - Added min perl version 5.006 to the code, and added "use warnings", and use of our. - Added min perl version 5.006 to metadata - Reformatted this file as per CPAN::Changes::Spec - Added SEE ALSO section to doc
2015-02-14Update 0.034 to 0.037mef2-7/+6
--------------------- 0.037 2014-11-12 T. R. Wyant Have PPIx::Regexp::Structure::RegexSet POD recognize that the Perl docs (specifically perlrecharclass) now call this construction Extended Bracketed Character Classes, not sets. 0.036_01 2014-11-04 T. R. Wyant Correctly mark the replacement portion of s///ee as code. Prior to this release it was parsed as though no /e were present. Make available the number of times a given modifier is asserted (except for the match semantics modifiers which get handled differently). See PPIx::Regexp::Token::Modifier->asserted() and PPIx::Regexp::Tokenizer->modifier() for details. 0.036 2014-01-04 T. R. Wyant Retract the "Allow non-ASCII white space under /x" change introduced in version 0.033. I misread perl5170delta, and implemented early. Change to explicit character class to recognize white space under /x. I was previously using \s, which matched too much. Thanks to Nobuo Kumagai for finding and reporting this. 0.035 2013-11-15 T. R. Wyant Properly handle multi-character modifiers like /ee. We now handle /eie as being the same as /eei. Thanks to Anonymous Monk for finding this. Properly handle \g and \k back references that do not correspond to an actual capture group. They are now reblessed into the unknown token, and counted as errors. Thanks to Anonymous Monk for finding this. Add method error() to PPIx::Regexp::Element. This should return an error message when the element is in error -- normally when it has been blessed into the unknown token or structure. Add method modifier_asserted() to PPIx::Regexp::Element. This walks the parse tree backward to determine if the given modifier is in effect for the element.
2015-02-14Update 1.005 to 1.008mef2-7/+6
--------------------- 1.008 2015-01-24 - Fix #101662: Prevent shared libs from being cached in memory on AIX applied patch from Thoke@northpeak.org, thanks. Note: this is one half of the fix, the other is in PAR::Packer - Fix #86178: dll files not extracted to shlib subfolder when using -l or to other folder when using -a extract all files from the zip, including all DLLs - Fix #86014: [PATCH] POD fix applied Debian patch from gregor herrmann <gregoa@debian.org>, thanks! while we're at it fix two bad L<> hyperlinks reported by podchecker - Fix RT #86650: typo fixes - reformat ChangeLog file according to CPAN::Changes::Spec and rename it to Changes - Update to Module::Build 1.14 1.007 2012-10-22 - Hopefully fix "pp -C ..." for any modules that assume an actual tree of files, e.g. looking for all installed modules Foo::Bar::*; call _extract_inc even when $ENV{PAR_CLEAN} is true - update to Module::Install 1.06 1.006 2012-10-15 - Fix RT #78633: PAR::import ignores url => $repo_client_object applied patch from KENO, thanks! - Fix RT #73491: cache directory naming problem In PAR::SetupTemp::_get_par_user_tempdir (actually _find_username) we try to sanitize username (so that there are no problematic characters in the name of the per-user cache directory), but the strategy fails miserably for some charset encodings. E.g. for EUC-KR or CP949 (as in the bug report) we may produce an illegal sequence of bytes; in other cases we may cause collisions (different usernames mapping to the same directory name). Fix the problem once and for all by encoding the username (bytewise) as 2 hex digits.
2015-02-14Update 0.47 to 0.49mef2-7/+6
------------------- By: rschupp on 2012/10/15 * Fix RT #78194: PAR::Dist::parse_dist_name mis-parses par file name Patch from KENO, thanks! * This is 0.49. ____________________________________________________________________________ By: smueller on 2011/11/05 * Prefer MYMETA.yml over META.yml if possible. * Try YAML implementations in different order (XS first). * This is 0.48.
2015-02-14update 0.92 to 0.94mef2-7/+6
------------------- 0.94 Sun Dec 14 2014 - RT 100858 - Update License discrepancies. 0.93_01 Wed Dec 10 2014 - Many typo corrections from David Steinbrunner via github - RT 20105 - t/pty.t fails on Solaris 10
2015-02-14Updated lang/ghc7 to 7.6.3nb5pho1-1/+2
2015-02-14Update MASTER_SITES, was 404 status.mef1-2/+2
2015-02-14(pkgsrc)mef2-9/+8
- Update MASTER_SITES, HOMEPAGE (upstream) - Update to 1.226 Overview of changes in Pango 1.226 ================================== * LICENSE: updated FSF address * Update license terms, refer to main LICENSE file * README: group project contact addresses/links together * Makefile.PL: added Twitter URL to resources block
2015-02-14Update MASTER_SITES and HOMEPAGE (to metacpan)mef1-3/+4
2015-02-13Bring forward the joystick changes I made for devel/SDL to devel/SDL2:jmcneill2-1/+69
- Skip non-joystick HID devices - On NetBSD, try to give joysticks a better name than "/dev/uhid4". Try to read the device name from the USB descriptor and append "@ /dev/uhid4" to the end.
2015-02-13Note update of net/tacacs to 4.0.4.28.he1-1/+2
2015-02-13Update to version 4.0.4.28, and switch to shrubbery.net version whichhe12-252/+16
appears to be maintained and where contributions are being integrated. Particularly, this fixes a SEGV crash on LP64 (amd64). Upstream changes since 4.0.4a in reverse chronological order: F4.0.4.28 - Fix buffer length argument to ntop() - Muhammad Muquit - Fix two missing free()s - Fix segfault from incorrect pointer returned from value(). Reported here: http://www.shrubbery.net/pipermail/tac_plus/2014-January/001384.html - update autoconf bits for autoconf 2.69 - put tac_plus daemon in sbin, where it ought to be - fix hdr->datalength handling in dump_nas_pak() - add -m option to specify the client listen queue max and increase the default to 64 if the O/S does not define SOMAXCONN - fix config.h include syntax - David M. Syzdek - added -U and -Q flags to allow runtime setuid/setgid change - from from Robert Drake with some alteration - Make implicit time_t conversions explicit in expire.c - from David M. Syzdek - initialize newsockfd in main() - from David M. Syzdek - recent changes in autoconf are causing the + of the package name to become -, so just drop it from the tarball name. F4.0.4.27 - add "port" to clarify log messages of default_fn.c - use program name (filename) instead of hard-coded "tac_plus" for name given to PAM - change socket binding to allow an IPv6 address with the -B argument - bind v4 and v6 sockets if system claims its has addresses for the AFs - fix command authorization debug message logic for match/no match - reported by Dereck Chan F4.0.4.26 - add optional securid support via aceclient library - Matt Addison - use localtime instead of gmtime for log messages so that the timezone is inheritted. - allow file authentication for PAP authorization F4.0.4.25 - add -m (md5) option to tac_pwd. XXX could use better salt generation - use random() in tac_pwd if available and generate 4 bytes of salt for md5. - sprintf -> snprintf - Robert Swiecki - more pkt size checking in acct.c, authen.c, author.c - Robert Swiecki - free(pak) in start_session() not in account(), for consistency F4.0.4.24 - allow PAM for pap authentication - Jeroen Nijhof - replace home-grown vprintf in report() with vsnprintf - Robert Swiecki - dont use report in signal handler, since report uses syslog which uses malloc - Robert Swiecki - use volatile sig_atomic_t 'reinitialize' variable - Robert Swiecki - use snprintf in get_authen_continue() and send_authen_error() and check return - Robert Swiecki - make snprintf buffers of get_authen_continue() and send_authen_error() at least NI_MAXHOST bytes - Robert Swiecki F4.0.4.23 - fix build on netbsd - update PAM includes for OSX - YiJia Zhang F4.0.4.22 - check of regexec() return value inverted - from Ignas Kazlauskas F4.0.4.21 - do_auth.py - better Nexus support, better AV replacement, and only send roles to Nexus - from Daniel Schmidt - fix bug in checking the return value of regexec() for login and enable ACLs. - do_auth.py - better Nexus support, better AV replacement, and only F4.0.4.20 - remove stupid error message about running as root - Drop the private regex library in favor of libc's. A system w/o a regex is one I dont care about. - finally remove config parsing for 'default authorization = permit' - apply ACLs to pap, chap, arap and ms-chap authentication too - change accounting log time format to match syslog - do_auth.py fix from Daniel Schmidt - import fdes from David G. Koontz (1991) for ARAP/MSCHAP_DES - move MSCHAP define to autoconf; --enable-mschap - use the fdes code for ARAP_DES and MSCHAP_DES. NOTE: I have no way to test this. lmk if it does not work. - increase NAC address array size. affects the format of the tacacs wholog file (TACPLUS_WHOLOGFILE); existing file should be removed. - add comments to tac_plus.conf.5 about cipher algorithms in password_spec - do_auth.py - Fixed reression, Support for replacing av pairs - from Daniel Schmidt F4.0.4.19 - offer $ip to before/after authorization scripts - wtmp and accounting files do not need to be mutually exclusive - add authorization script example - from Daniel Schmidt - add partial support for single-connection mode - convert select()s to poll()s F4.0.4.18 - Fix missing printf argument in debug output - Add "enable = nopassword" to users, groups and hosts. F4.0.4.17 - Move REARMSIGNAL definition to autoconf - Move REAPCHILD definition to autoconf and check if SIG_IGN works - Move SIGCHLD handling to apply to all daemon personalities - partly from John Payne F4.0.4.16 - Few innocuous changes from or inspired by FreeBSD ports - Deal with max-session finger format difference in a way that does not require knowing which IOS is being fingered. - The header encryption field is really a flags field which includes a single-session option (which we'd like to support) - Check return of write() for interrupts when writing arguments to external scripts. - -G was not remaining in foreground - From Nathan Schrenk - Do not attempt to remove the pidfile if the pidfilebuf was truncated or we could not open the file. - Add 'accounting syslog;' configuration knob - mostly from Mark Ellzey Thomas - Notes about PAM - from Aaron Scarisbrick - Allow PAM debug message with tac_plus password debugging option - from Aaron Scarisbrick - Allow \'s within quoted words in tac_plus.conf - from Jesse Zbikowski - Allow 'file' <password_spec> for host and user enable - part from Jeff Gehlbach via Daniel Schmidt - Fix possible buffer overflow for arap - noted by Oren Nechushtan F4.0.4.15 - Check data lengths in debugging functions - reported by Antonin Vitecek - Fix syslog facility selection - from Timo Vanoni & Josef Voggesser - Add -G/foreground option - Deal with missing socklen_t F4.0.4.14 - Add notes about PAM to the user guide and tac_plus.conf(5) - Log login failures with the username, NAS address and NAS tty - requested by Andi Bauer - ACLs were not applied through the default authentication (ie: user=DEFAULT) path - reported by Robert Lister F4.0.4.13 - Rename convert.pl to tac_convert and install it - install users_guide F4.0.4.12 - Fix typo in usage message - from Georg Schwarz - Various tac_plus.conf.5 fixes - from Georg Schwarz - escape the escape backslash of the ACL examples - from Georg Schwarz - Fix a LP64 bug where VALUE (union v) consisting of pointer was intialized like an int - reported by brad dreisbach F4.0.4.11 - Fix OS X and build problems and do not prototype errno - from Georg Schwarz F4.0.4.10 - Fix PAM for linux, which does not offer PAM_AUTHOK for pam_set_item() and requires a pam_conv function even with PAM_SILENT - reported and tested by Stefan Oettl F4.0.4.9 - clean-up bogus nopasswd_str protoypes that gcc4 did not like F4.0.4.8 - if -B is used, add the bind address in the PID filename - from Ian Dickinson - "acl" is an AV pair for service exec. Within service attribute parsing, do not parse "acl" as the acl (or connection ACL) keyword. This is a hack; the parser is rather lame - noted by Bryce Kahle - fix md4 for LP64 - do not accept skey keywords unless compiled with skey support - fix skey enable password type - bit from Ed Ravin - skey prompt ("challenge") is "S/Key challenge", not "Password" - make "daemon" the default syslog facility and add a syslog config statement - add support for user authentication via PAM F4.0.4.7 - make configure option --with-skey work - raise a few logs from INFO to NOTICE, to allow syslogd filtering of some rather noisey logs - add ACL checking for authorization, for the case where tacacs is only used for authorization. F4.0.4.6 - fix a few compiler warnings - add -e and -h options to tac_pwd - include crypt.h if it exists (solaris) - make configure options --with-{user,group}id work F4.0.4.5 - use C99 stdint.h for int types - linux's libwrap needs libnsl - variable index in md5.c conflicts with index() F4.0.4.4 - added more autoconf stuff - fix-up tac_plus.8 manpage - still need to do autoconf-time option replacement - fix-up tac_plus.conf manpage - incomplete - fix-up tac_plus help message - whitespace and formatting nits - port host clause (minus type keyword) from devrim seral's tac_plus v9 (http://www.gazi.edu.tr/tacacs/) at user request - changed user-specific enable password handling such that it if one is specified for the user, the daemon does not check the host-specific or global enable password. - make TACPLUS_ACCTFILE, TACPLUS_PIDFILE, and TACPLUS_LOGFILE autoconf knobs filling in pathsl.h and appopriate bits in manpages - separated the frequently asked questions portion of the user_guide into the file FAQ - OR successive -d (debug) options - fix md5 for LP64 F4.0.4.3 - comment out the unnecessary lex and yacc tests from autoconf F4.0.4.2 - partial autoconf setup - much more to be done - compile option IGN_HUP (ignore HUP signal) is history - rename generated_password -> tac_pwd and add manpage - rename tac_plus.1 -> tac_plus.8 - add tac_plus.confg.5 - add -h option to display usage info F4.0.4.1 - {log,pid}file permissions fixes - partically from ian freislich - add bind address (-B) option - partically from ian freislich - fix pidfile removal on exit Changes from release F4.0.3 to F4.0.4 - merge F4.0.4 changes from disaster.com
2015-02-13Need unistd.h on OS X 10.6 for ssize_t.jperkin2-1/+3
2015-02-13Updated audio/nosefart to 2.9snj1-1/+2
2015-02-13Update nosefart to 2.9.snj4-32/+20
Changes: 2.9-mls - 2013-05-10 GCC now requires that -lm comes after the object name. Trivial change to Makefile to allow compilation. Thanks to Gall for reporting this. 2.8-mls GNU Make 3.82 broke the Makefile so that it no longer made the necessary build directories. Put in a simple hack to make it keep working. 2.7-mls Added 16-bit fixes and -B switch to Linux nosefart by Chris King. Improved gnosefart error message given when nosefart isn't found. 2.6-mls Updated gnosefart to 1.4. 2.5-mls Added some lines to src/machine/nsf.c so that it's possible for programs that use it to play multiple songs at once. (This doesn't affect the behavior of the Linux programs in this package at all. They still just play one thing at a time.) gnosefart updated to 1.3 2.4-mls (13 Sept 2005) Updated nosefart code for gcc-4.0. gnosefart updated to 1.2.
2015-02-13Fix dependency path.jperkin1-2/+2
2015-02-13Added emulators/libretro-vba-next version 20150105snj1-1/+2
2015-02-13+libretro-vba-nextsnj1-1/+2
2015-02-13Import libretro-vba-next-20150105 as emulators/libretro-vba-next.snj4-0/+42
Libretro is a simple but powerful development interface that allows for the easy creation of emulators, games and multimedia applications that can plug straight into any libretro-compatible frontend. This development interface is open to others so that they can run these pluggable emulator and game cores also in their own programs or devices. VBA Next is an optimized port of the VBA-M Nintendo Game Boy Advance video game system emulator.
2015-02-13add raspberrypi supportjmcneill3-2/+45
2015-02-13Suppress linker warnings about compatibility syscall wrappers by using ↵pho5-5/+79
"capi" instead of "ccall" In Haskell FFI, "ccall" is actually an interface to C ABI rather than C API. That is, GHC generates direct references to the symbol even if it's actually defined as a cpp macro or something like that, because GHC knows nothing about those macros in foreign headers. I will later send these patches to the upstream.
2015-02-13On FreeBSD we need pkgsrc libiconvpho1-1/+7
See bootstrap.mk for details.