Commit graph

223414 commits

Author SHA1 Message Date
wiz
9c08fc9785 Updated finance/gnucash to 2.6.4 2014-11-01 13:25:33 +00:00
wiz
10a0401f12 Update to 2.6.4.
Version history:
------- -------
2.6.4 - 28 September 2014

Announcpement: GnuCash 2.6.4 Release 2014-09-28
GnuCash 2.6.4 released

The GnuCash development team proudly announces GnuCash 2.6.4, the
third maintenance release in the 2.6-stable series. Please take the
tour of all the new features.

Between 2.6.3 and 2.6.4, the following bugfixes were accomplished:

    120199 - Incorrect sort order in "Sort by Statement Date".
    434462 - register color don't work correct with system theme color.
    509263 - Since Last Run dialog won't allow resizing of Status column.
    610202 - gnucash silently closes when no X11/$DISPLAY is present.
    630638 - 'Process payment' should allow to select equity accounts for
             payment
    671615 - French: 'New Customer' button in Find Customer dialog is
             translated to 'Nouvel onglet'
    688965 - Page Up, Page Down keys cause GnuCash to hang.
    692249 - Add Help button in Custom Reports dialog box,
    695240 - mortgage wizard empty table.
    707243 - Hard-coded font colors in account tree?
    711440 - Tab labels have different background colour than containing gui
             element.
    711567 - Cannot save a custom report if a path contain diacritic chars
    719457 - Template for Home Mortgage Loan isn't properly nested.
    719457 - Template for Home Mortgage Loan isn't properly nested.
    720427 - Review of french account templates
    720934 - Barcharts with many data points have overlapping x-axis labels.
    722140 - Add option to control inclusion of trading accounts in cash flow
             report.
    722200 - configure script does not pick the correct am_cv_scanf version.
    723145 - Currency display does not respect locale.
    723442 - Report Options - Report Name too short.
    725054 - Re-numbering sub accounts crashes the program.
    725366 - Formula Parsing Error with Scheduled Mortgage Transactions
    726449 - Budget Barchart does not show up if running sum is selected.
    726888 - cancel button is available on all pages of assistant.
    727130 - Crash when newline in Report Title
    727338 - Translation and Account file updates for Latvian.
    728103 - Invoice opened does not contain the Job under circumstances.
    728717 - Ubuntu 14.04 - GNUcash crashes on close.
    728841 - XML backend does not always store KVP slots.
    729157 - Bill Term discount days are allowed to be more than due days.
    729497 - Saved Report Configuration selection window resize.
    730255 - Python bindings: Assigns bill entries to non-existant invoice.
    731519 - The fix sets the upper limit before it sets the value of the end
             row spin button.
    733107 - Search for reconcile status doesn't work right.
    733283 - [PATCH] Loss of fractions when importing OFX investment
             transactions.
    733506 - (ForwadDisableQIF) The forward button is not active even though
             a file is selected.
    734183 - Set all of the denominators correctly on the currency values.
    736703 - Scheduled transaction are registered without credit/debit.
    732545 - gnucash-2.6.3 segfaults when started.

Some other fixes not associated with reported bugs were accomplished:

    Add business lot scrubbing to Check & Repair->All/This transaction(s).
    Add context to generic translatable string. This was suggested in
    	Bug 671615 by Jérôme Rapinat.
    Add scrub function to reduce the amount of lot links used. Only lot links
    	between two or more document lots must remain. All lot links between
	document and payment lots can be scrubbed.
    Add some date format checking and make sure generated dates are the correct
    	user selected format, not always locale format.
    Allow the ability to skip rows when importing transactions.
    Always use the price we display to calculate the current value of an
    	account.
    Better period totals formatting in Invoices.
    CSV Export: factor out function to generate regular expression.
    CSV Import transform macro into function.
    Convert ISO-8859-1 account chart templates to UTF-8.
    Correct txf output to use a minus sign, rather than parenthesis.
    Fix document type dispay for credit notes on owner report.
    Fix test-backend-dbi segfault with libdbi-0.9.0.
    Handle the case of scrubbing a lot link between two non-document lots.
    Make scrub in lot viewer scrub business lots using the new scrub functions.
    Move account type checking functions into the engine.
    Prevent older gnucash versions from opening a data file if previously
    	unhandled kvps are used.
    Python bindings. Add function gncVendorNextID, complementary to
        gncCustomerNextID.
    Re-enable loading and saving gnucashdotdir/accelerator-home on OSX.
    Refactor OS-specific ifdef to reduce code duplication, which results
        in reduced risk on typos in either branch
    Refactor get_pay_split into gncOwnerFindOffsettingSplit. In this form it
        can be used both for scrubbing lot links and for adding new payments
    Refactor gncOwnerReduceSplitTo out of reduce_biggest_split. It can now be
        used both for scrubbing and when applying payments
    Refactor gnc_doc_doc_link into gncOwnerSetLotLinkMemo and move it. It can
        now be used both for scrubbing and when applying payments
    Refactor scrub_doc_pay_link into scrub_other_link and make it more generic.
        It can now be used both to:
        * move a payment to a document lot (its original use case)
        * move a refund to a payment lot or the other way around
    Relax requirements for booleans in invoice line, accepting 'y' as well as
        'yes', 't' as well as 'true'.
    Replace C++ reserved words for future compatibility with C++.
    Rework assistant csv import regex code to eliminate the mandatory dummy
        field.
    Rewrite invoice payment logic to fix lot link proliferation.
    SQL: Save commodity namespace changes from template.
    Set default currency for French account chart templates.
    Tweak the get_pay_split function to prefer the best possible match.
    Use libsecret if available since gnome-keyring has been deprecated.
    Use more significant digits for SX function returns.
    Use same default setting for quotes in csv import and export.
    Widen the scope of the subsplit merge scrub function. When used in a
        strict sense it will only merge splits that are marked as subsplits
	of each other. In relaxed mode it will merge any split two splits
	that are both in the same lot and the same transaction.
    double_to_gnc_numeric: Return overflow error immediately on invalid input.
    Ensure that the root account is saved to the SQL backend.

Chart-of-Account Templates Updated: Latvian, French, Swedish

Translations Updated: Brazilian Portuguese, Dutch, Konkani (includes
replacing Raman character set with Devangari), Latvian, Marathi,
Tamil,

New Translations: Bodo, Hindi, Kashmiri, Telugu, Urdu. Thanks to
The Centre for Development of Advanced Computing (C-DAC), Pune,
India. Translation Team Leader: Chandrakant Dhutadmal
Documentation
Concurrent with the release of Gnucash 2.6.4 we're pleased to also
release a new version 2.6.4 of the companion Help and Tutorial and
Concepts Guide.
2014-11-01 13:25:23 +00:00
wiz
3a013d149b Added lang/guile20 version 2.0.11 2014-11-01 13:25:01 +00:00
wiz
43ee8f0201 + guile20. 2014-11-01 13:24:51 +00:00
wiz
1d78de338b Import guile20-2.0.11 as lang/guile20.
GUILE, GNU's Ubiquitous Intelligent Language for Extension, is a library
that implements the Scheme language plus various convenient facilities.
It's designed so that you can link it into an application or utility to
make it extensible. Our plan is to link this library into all GNU programs
that call for extensibility.

This is guile 2.0, the current stable version.
2014-11-01 13:24:37 +00:00
adam
f68dd7bf9e Updated devel/git to 2.1.3 2014-11-01 11:35:13 +00:00
adam
6762903443 Changes 2.1.3:
* Some MUAs mangled a line in a message that begins with "From " to
  ">From " when writing to a mailbox file and feeding such an input to
  "git am" used to lose such a line.
* "git daemon" (with NO_IPV6 build configuration) used to incorrectly
  use the hostname even when gethostbyname() reported that the given
  hostname is not found.
* Newer versions of 'meld' breaks the auto-detection we use to see if
  they are new enough to support the `--output` option.
* "git pack-objects" forgot to disable the codepath to generate
  object recheability bitmap when it needs to split the resulting
  pack.
* "gitweb" used deprecated CGI::startfrom, which was removed from
  CGI.pm as of 4.04; use CGI::start_from instead.
* "git log" documentation had an example section marked up not
  quite correctly, which passed AsciiDoc but failed with
  AsciiDoctor.
Also contains some documentation updates.
2014-11-01 11:34:00 +00:00
obache
bd3d804445 Apply upstream Bug#737874 fix, remove redefinitions. 2014-11-01 11:25:41 +00:00
prlw1
ce9f15ad6b Updated devel/libgee to 0.16.1 2014-11-01 11:21:22 +00:00
prlw1
3f7a8d483f Update libgee to 0.16.1
It seems that after the ABI break in 0.7, which probably should have
incurred a major version increment, libgee since 0.8 has been
backwardly compatible.

Highlights from the release notes since 0.8.8, devel/libgee0.8:

 * Workaround GC thread consuming 100% of CPU
 * Fix HashMap destructor name
 * Add explicit tee implementations
 * Add UnrolledLinkedList class implementing List and Deque interface
 * Clarify the add and insert operation on list iterators and make the behaviour consistent for ArrayList and LinkedList
 * Allow (partially) disable internal asserts
 * Internal symbols are hidden
 * Fix HazardPointer bugs
 * Fix List test
 * Remove workaround for 'old' (<0.23.2) vala
 * Use WeakRef for keeping of read-only proxy for collection
 * The collection cloning no longer leaks memory
 * Override read_only_view property in ReadOnlySortedMap and its subclasses
 * Add adding to collection based on iterators
 * Make Collection.add_all_array, contains_all_array and remove_all_array virtual
 * Avoid destroy coroutine creation in hazard pointer implementation
 * Add Traversable.tee
 * Add exception handling to Future
 * Add ability of getting Future from Lazy
 * Make Traversable.flat_map a virtual function
 * Add more specializations to .foreach
 * Add flat_map method to Traversable
 * Add zip method to Future
 * Specialize stream iterator (4-22% speed improvement in tests)
 * Extend the Traversable.Stream with Stream.WAIT
 * Fix lazy value usage in unfold
 * Add futures and promises to libgee
 * Return true from HashSet.Iterator.foreach() if we fall off the end
 * Fix memory leak in TreeSet and TreeMap
 * ConcurrentSet implements SortedSet
 * Fix HashMultiMap, TreeMultiSet constructor
 * Add add/contains/remove_all working on array
 * Allow creation of ArrayList from array
 * Add read_only_view to Gee.MultiSet and Gee.MultiMap
 * ConcurrentSet preliminary implementation
 * Allow slice in ReadOnlyList
 * Fix Iterator.remove in PriorityQueue
 * Add foreach specializations
 * Use foreach function instead of iterators

For full details see:
https://git.gnome.org/browse/libgee/tree/NEWS?h=0.16.1
2014-11-01 11:20:53 +00:00
prlw1
49a33e5a9e Updated lang/vala to 0.26.1 2014-11-01 10:25:45 +00:00
prlw1
8b085ce5ed Update vala to 0.26.1
The hope is that backward compatibility will be sufficient for us
not to need to import every new stable version as a separate package.

Changes since vala024 was imported:

Vala 0.26.0
===========

 * Bug fix and binding updates.

Vala 0.25.4
===========

 * Add option --vapi-comments.
 * Bug fixes and binding updates.

Vala 0.25.3
===========

 * Bug fixes and binding updates.

Vala 0.25.2
===========

 * Require and target GLib >= 2.24.
 * Report warning for private struct fields.
 * Replace webkit2gtk-3.0 bindings with webkit2gtk-4.0 bindings.
 * Always build vapigen.
 * Bug fixes and binding updates.

Vala 0.25.1
===========

 * Support explicit interface method implementation.
 * Support (unowned type)[] syntax.
 * Support non-literal length in fixed-size arrays.
 * Mark regular expression literals as stable.
 * GIR parser updates.
 * Add webkit2gtk-3.0 bindings.
 * Add gstreamer-allocators-1.0 and gstreamer-riff-1.0 bindings.
 * Bug fixes and binding updates.
2014-11-01 10:25:20 +00:00
ryoon
5e322e29a9 Updated www/firefox-l10n to 33.0.2 2014-11-01 10:12:03 +00:00
ryoon
106e6fd0ac Update to 33.0.2
* Sync with firefox-33.0.2
2014-11-01 10:11:10 +00:00
obache
e0489444c4 add some missing files for 4.02.0. 2014-11-01 08:51:32 +00:00
wen
1bca4039f8 Updated devel/p5-MooseX-Types-URI to 0.07 2014-11-01 07:34:52 +00:00
wen
4bf2a41728 Update to 0.07
Update DEPENDS

Upstream changes:
0.07      2014-06-30 19:37:22Z
  - add missing prereq declaration

0.06      2014-06-28 17:00:56Z
  - better fix for fully-qualified type names, made to MooseX::Types directly
  - load URI::file, URI::data, URI::FromHash dynamically only when used
    (Olivier Mengu).
2014-11-01 07:34:05 +00:00
wen
f4d96bbfc7 Updated devel/p5-MooseX-Types to 0.45 2014-11-01 07:26:47 +00:00
wen
031d0c5a41 Update to 0.45
Update DEPENDS

Upstream changes:
0.45      2014-09-02 01:17:50Z
        - increase the required versions of some prerequisites
2014-11-01 07:25:50 +00:00
wen
6ecd8731d8 Updated devel/p5-namespace-autoclean to 0.20 2014-11-01 07:23:39 +00:00
wen
7a445c7df3 Update to 0.20
Upstream changes:
0.20      2014-09-06 23:04:12Z
  - Moose earlier than 2.0300 had a broken ->does method, which called methods
    on a class's meta when it might not be initialized (RT#98424)

0.19      2014-06-17 04:57:07Z
  - more comprehensive testing with Moo/Mouse/Moose
  - fixed cleaning of constants

0.18      2014-06-14 20:12:59Z
  - better method detection for Mouse (github #4, Graham Knop)

0.17      2014-06-10 20:13:14Z
  - Add -except to import options. This allows you to explicitly not clean a
    sub. (github #3, Dave Rolsky)

0.16      2014-05-27 04:50:22Z (TRIAL RELEASE)
  - Changed the code to no longer _require_ Class::MOP. If your class is not a
    Moose class then we don't load Class::MOP. This was particularly
    problematic for Moo classes. Using namespace::autoclean with a Moo class
    "upgraded" it to be a Moose class.
  - Using this module broke overloading in a class. Reported by Chris
    Weyl. (RT#50938)

0.15      2013-12-14 17:47:21Z
  - update configure_requires checking in Makefile.PL, add CONTRIBUTING file

0.14      2013-10-09 03:06:00Z
  - bump dependency on B::Hooks::EndOfScope, to get the separation of
    pure-perl and XS components (RT#89245)
  - repository migrated to the github moose organization
2014-11-01 07:22:41 +00:00
hiramatsu
f6f18ffb88 Add .include "../../lang/camlp4/buildlink3.mk". 2014-11-01 04:36:17 +00:00
wen
ce361f8827 Added devel/p5-Devel-OverloadInfo version 0.002 2014-11-01 03:36:42 +00:00
wen
ef21944629 Add p5-Devel-OverloadInfo 2014-11-01 03:34:56 +00:00
wen
9b58cf8ea4 Import Devel-OverloadInfo-0.002 as devel/p5-Devel-OverloadInfo.
Devel::OverloadInfo returns information about overloaded operators
for a given class (or object), including where in the inheritance
hierarchy the overloads are declared and where the code implementing
it is.
2014-11-01 03:33:56 +00:00
wiz
e54b06d177 Add a comment for MAKE_JOBS_SAFE=no:
# --- ext/date/all ---
# make[2]: make[2]: don't know how to make ../../.ext/common/date. Stop
# make[2]: stopped in .../lang/ruby193-base/work/ruby-1.9.3-p550/ext/date
2014-11-01 01:25:06 +00:00
adam
5510223e51 Updated lang/tcl to 8.6.2; x11/tk to 8.6.2; databases/sqlite3 to 3.8.7.1 2014-10-31 21:15:23 +00:00
adam
cb80ac4302 Changes 3.8.7.1:
* In PRAGMA journal_mode=TRUNCATE mode, call fsync() immediately after truncating the journal file to ensure that the transaction is durable across a power loss.
* Fix an assertion fault that can occur when updating the NULL value of a field at the end of a table that was added using ALTER TABLE ADD COLUMN.
* Do not attempt to use the strchrnul() function from the standard C library unless the HAVE_STRCHRNULL compile-time option is set.
* Fix a couple of problems associated with running an UPDATE or DELETE on a VIEW with a rowid in the WHERE clause.
2014-10-31 21:13:32 +00:00
adam
d719101c50 Changes 8.6.2:
This is a bug-fix release.
2014-10-31 21:11:18 +00:00
spz
a84c64ff0c merge for tnftp-20141031 2014-10-31 18:59:32 +00:00
spz
f160448f61 Fri Oct 31 04:07:38 UTC 2014 lukem
* Release as "tnftp 20141031".

        * Merge NetBSD usr.bin/ftp from 20130220 to 20141026:
                - Don't pay attention to special characters if they don't
                  come from the command line (from jmcneill).
                  Fixes CVE-2014-8517.
                - pr/34796: Hauke Fath: ftp does not timeout on http fetches.

Sun May  5 13:51:47 UTC 2013    lukem

        * Release as "tnftp 20130505"

        * Implement --enable-ssl (and --with-openssl) to enable
          https:// fetch support.

        * Merge NetBSD ftp from 20090520 to 20130220.  Changes:
                - https:// support.
                  NetBSD problem report 47276 from NONAKA Kimihiro.
                - Allow -R to restart non-existent ftp:// URIs.
                - Don't assume AF_INET support is available.
                  FreeBSD problem report 162661.
                - Parse HTTP 'Date' entries in the `C' locale rather than the
                  user's.
                  NetBSD problem report 42917 from KAMADA Ken'ichi.
                - Improve error handling when parsing of URI scheme.
                - Silence connection warnings to multi-homed hosts in
                  non-verbose mode.
                - Fix compile warnings.
                - In ftpvis(), prevent incomplete escape sequences at end of
                  dst, and ensure NUL-termination of dst.
                  Fix from Uwe Stuehler and Stefan Sperling, via Marc Balmer.
                - When using the response to SYST to decide whether to
                  default to 'binary' be a lot less specific.

        * Replace glob with newer copy from NetBSD that does not suffer
          from DoS exhaustion attacks.
          Fix in NetBSD from Maksymilian Arciemowicz.  See CVE-2011-0418

Tue Jan 12 06:58:15 UTC 2010    lukem

        * Release as "tnftp 20100108"

        * Rename onoff() argument "bool" to "val".

Tue Jan  5 09:12:01 UTC 2010    lukem

        * If ARG_MAX isn't defined, use the result from sysconf(_SC_ARG_MAX).
          Fixes build when using newer glibc.

        * Add libnetbsd.la to the LIBADD for libedit.
          Fix provided by Adam Sampson.

Mon Jan  4 06:28:07 UTC 2010    lukem

        * Distribute various files not shipped by default automake rules,
          to use 'make dist' instead of 'cvs export'.

Wed Dec 30 00:12:47 UTC 2009    lukem

        * Release as "tnftp 20091122"

Sun Nov 15 10:14:44 UTC 2009    lukem

        * Merge NetBSD ftp from 20090520 to 20090915.  Change:
                - Rename internal getline() to get_line() to avoid
                  conflict with libc with former.
                - Avoid a NULL dereference in an error message.

Sat Nov 14 09:21:19 UTC 2009    lukem

        * Convert to automake & libtool.

Sat Jun  6 07:17:38 UTC 2009    lukem

        * Release as "tnftp 20090606"

Fri May 22 01:11:15 UTC 2009    lukem

        * configure fixes:
          - Add the time.h headers to accheck_includes, for the strptime check.
          - Remove the check for el_init in libedit; we're always replacing
            the library and the presence of strvis() in some versions
            confuses other checks.

Wed May 20 13:47:43 UTC 2009    lukem

        * Release as "tnftp 20090520"

        * Merge NetBSD ftp from 20070722 to 20090520.  Changes:
            - Only attempt to el_parse() a command unknown by the default
              parser if editing is enabled.
              Fixes pr 38589.
            - Turn off the alarmtimer before resetting the SIGALRM handler
              back to SIG_DFL.
              Fixes pr 35630.
            - Add epsv6 and epsv to disable extended passive mode for ipv6 or
              both ipv4 and ipv6 respectively.  This hack is due to our
              friends a Juniper Networks who break epsv in ipv6.
              Should be fixed in ScreenOS 6.2.X.
            - Improve parsing of chunked transfer chunks per RFC2616:
              - more stringent chunk-size parsing
              - ignore optional trailing ';chunk-ext' stuff, instead of barfing
              - detect EOF before final \r\n.
            - Use the service name to getaddrinfo() (along with the host
              name), so that features such as DNS Service Discovery have a
              better chance of working.
              Display the service name in various status & error messages.
            - Don't getservbyname() the :port component of a URL; RFC 3986
              says it's just an unsigned number, not a service name.
            - Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).
            - Fix -Wshadow issues
            - Update copyrights
            - Remove clause 3 and 4 from TNF licenses
            - Rename HAVE_STRUCT_SOCKADDR_SA_LEN to
              HAVE_STRUCT_SOCKADDR_IN_SIN_LEN to accurately reflect the
              structure member being used.
            - Use AF_INET instead of AF_UNSPEC as the default family if
              !defined(INET6).

        * configure improvements:
          - Style tweaks.
          - Use AC_LANG_PROGRAM() instead of AC_LANG_SOURCE()
          - Add a check for strptime() requiring separators between
            conversions, and use our replacement one if it does.

Sat Dec 20 15:28:24 UTC 2008    lukem

        * configure improvements:
          - Move IPv6 check from tnftp.h to configure.ac (as per tnftpd).
          - Rework option descriptions.
          - Highlight when tests are for a specific option.
          - Move configuration results to the end of the file.
          - Display $prefix in configure results.

Fri Aug 15 03:03:36 UTC 2008    lukem

        * Add a "Configuration results" display at the end of configure.
          Cosmetic tweaks.

Fri Feb 29 09:45:56 UTC 2008    lukem

        * Support @EXEEXT@ for Cygwin (etc).
2014-10-31 18:47:04 +00:00
spz
c90774cafc Fri Oct 31 04:07:38 UTC 2014 lukem
* Release as "tnftp 20141031".

        * Merge NetBSD usr.bin/ftp from 20130220 to 20141026:
                - Don't pay attention to special characters if they don't
                  come from the command line (from jmcneill).
                  Fixes CVE-2014-8517.
                - pr/34796: Hauke Fath: ftp does not timeout on http fetches.

Sun May  5 13:51:47 UTC 2013    lukem

        * Release as "tnftp 20130505"

        * Implement --enable-ssl (and --with-openssl) to enable
          https:// fetch support.

        * Merge NetBSD ftp from 20090520 to 20130220.  Changes:
                - https:// support.
                  NetBSD problem report 47276 from NONAKA Kimihiro.
                - Allow -R to restart non-existent ftp:// URIs.
                - Don't assume AF_INET support is available.
                  FreeBSD problem report 162661.
                - Parse HTTP 'Date' entries in the `C' locale rather than the
                  user's.
                  NetBSD problem report 42917 from KAMADA Ken'ichi.
                - Improve error handling when parsing of URI scheme.
                - Silence connection warnings to multi-homed hosts in
                  non-verbose mode.
                - Fix compile warnings.
                - In ftpvis(), prevent incomplete escape sequences at end of
                  dst, and ensure NUL-termination of dst.
                  Fix from Uwe Stuehler and Stefan Sperling, via Marc Balmer.
                - When using the response to SYST to decide whether to
                  default to 'binary' be a lot less specific.

        * Replace glob with newer copy from NetBSD that does not suffer
          from DoS exhaustion attacks.
          Fix in NetBSD from Maksymilian Arciemowicz.  See CVE-2011-0418

Tue Jan 12 06:58:15 UTC 2010    lukem

        * Release as "tnftp 20100108"

        * Rename onoff() argument "bool" to "val".

Tue Jan  5 09:12:01 UTC 2010    lukem

        * If ARG_MAX isn't defined, use the result from sysconf(_SC_ARG_MAX).
          Fixes build when using newer glibc.

        * Add libnetbsd.la to the LIBADD for libedit.
          Fix provided by Adam Sampson.

Mon Jan  4 06:28:07 UTC 2010    lukem

        * Distribute various files not shipped by default automake rules,
          to use 'make dist' instead of 'cvs export'.

Wed Dec 30 00:12:47 UTC 2009    lukem

        * Release as "tnftp 20091122"

Sun Nov 15 10:14:44 UTC 2009    lukem

        * Merge NetBSD ftp from 20090520 to 20090915.  Change:
                - Rename internal getline() to get_line() to avoid
                  conflict with libc with former.
                - Avoid a NULL dereference in an error message.

Sat Nov 14 09:21:19 UTC 2009    lukem

        * Convert to automake & libtool.

Sat Jun  6 07:17:38 UTC 2009    lukem

        * Release as "tnftp 20090606"

Fri May 22 01:11:15 UTC 2009    lukem

        * configure fixes:
          - Add the time.h headers to accheck_includes, for the strptime check.
          - Remove the check for el_init in libedit; we're always replacing
            the library and the presence of strvis() in some versions
            confuses other checks.

Wed May 20 13:47:43 UTC 2009    lukem

        * Release as "tnftp 20090520"

        * Merge NetBSD ftp from 20070722 to 20090520.  Changes:
            - Only attempt to el_parse() a command unknown by the default
              parser if editing is enabled.
              Fixes pr 38589.
            - Turn off the alarmtimer before resetting the SIGALRM handler
              back to SIG_DFL.
              Fixes pr 35630.
            - Add epsv6 and epsv to disable extended passive mode for ipv6 or
              both ipv4 and ipv6 respectively.  This hack is due to our
              friends a Juniper Networks who break epsv in ipv6.
              Should be fixed in ScreenOS 6.2.X.
            - Improve parsing of chunked transfer chunks per RFC2616:
              - more stringent chunk-size parsing
              - ignore optional trailing ';chunk-ext' stuff, instead of barfing
              - detect EOF before final \r\n.
            - Use the service name to getaddrinfo() (along with the host
              name), so that features such as DNS Service Discovery have a
              better chance of working.
              Display the service name in various status & error messages.
            - Don't getservbyname() the :port component of a URL; RFC 3986
              says it's just an unsigned number, not a service name.
            - Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).
            - Fix -Wshadow issues
            - Update copyrights
            - Remove clause 3 and 4 from TNF licenses
            - Rename HAVE_STRUCT_SOCKADDR_SA_LEN to
              HAVE_STRUCT_SOCKADDR_IN_SIN_LEN to accurately reflect the
              structure member being used.
            - Use AF_INET instead of AF_UNSPEC as the default family if
              !defined(INET6).

        * configure improvements:
          - Style tweaks.
          - Use AC_LANG_PROGRAM() instead of AC_LANG_SOURCE()
          - Add a check for strptime() requiring separators between
            conversions, and use our replacement one if it does.

Sat Dec 20 15:28:24 UTC 2008    lukem

        * configure improvements:
          - Move IPv6 check from tnftp.h to configure.ac (as per tnftpd).
          - Rework option descriptions.
          - Highlight when tests are for a specific option.
          - Move configuration results to the end of the file.
          - Display $prefix in configure results.

Fri Aug 15 03:03:36 UTC 2008    lukem

        * Add a "Configuration results" display at the end of configure.
          Cosmetic tweaks.

Fri Feb 29 09:45:56 UTC 2008    lukem

        * Support @EXEEXT@ for Cygwin (etc).
2014-10-31 18:47:03 +00:00
spz
3c332da85f Fri Oct 31 04:07:38 UTC 2014 lukem
* Release as "tnftp 20141031".

        * Merge NetBSD usr.bin/ftp from 20130220 to 20141026:
                - Don't pay attention to special characters if they don't
                  come from the command line (from jmcneill).
                  Fixes CVE-2014-8517.
                - pr/34796: Hauke Fath: ftp does not timeout on http fetches.

Sun May  5 13:51:47 UTC 2013    lukem

        * Release as "tnftp 20130505"

        * Implement --enable-ssl (and --with-openssl) to enable
          https:// fetch support.

        * Merge NetBSD ftp from 20090520 to 20130220.  Changes:
                - https:// support.
                  NetBSD problem report 47276 from NONAKA Kimihiro.
                - Allow -R to restart non-existent ftp:// URIs.
                - Don't assume AF_INET support is available.
                  FreeBSD problem report 162661.
                - Parse HTTP 'Date' entries in the `C' locale rather than the
                  user's.
                  NetBSD problem report 42917 from KAMADA Ken'ichi.
                - Improve error handling when parsing of URI scheme.
                - Silence connection warnings to multi-homed hosts in
                  non-verbose mode.
                - Fix compile warnings.
                - In ftpvis(), prevent incomplete escape sequences at end of
                  dst, and ensure NUL-termination of dst.
                  Fix from Uwe Stuehler and Stefan Sperling, via Marc Balmer.
                - When using the response to SYST to decide whether to
                  default to 'binary' be a lot less specific.

        * Replace glob with newer copy from NetBSD that does not suffer
          from DoS exhaustion attacks.
          Fix in NetBSD from Maksymilian Arciemowicz.  See CVE-2011-0418

Tue Jan 12 06:58:15 UTC 2010    lukem

        * Release as "tnftp 20100108"

        * Rename onoff() argument "bool" to "val".

Tue Jan  5 09:12:01 UTC 2010    lukem

        * If ARG_MAX isn't defined, use the result from sysconf(_SC_ARG_MAX).
          Fixes build when using newer glibc.

        * Add libnetbsd.la to the LIBADD for libedit.
          Fix provided by Adam Sampson.

Mon Jan  4 06:28:07 UTC 2010    lukem

        * Distribute various files not shipped by default automake rules,
          to use 'make dist' instead of 'cvs export'.

Wed Dec 30 00:12:47 UTC 2009    lukem

        * Release as "tnftp 20091122"

Sun Nov 15 10:14:44 UTC 2009    lukem

        * Merge NetBSD ftp from 20090520 to 20090915.  Change:
                - Rename internal getline() to get_line() to avoid
                  conflict with libc with former.
                - Avoid a NULL dereference in an error message.

Sat Nov 14 09:21:19 UTC 2009    lukem

        * Convert to automake & libtool.

Sat Jun  6 07:17:38 UTC 2009    lukem

        * Release as "tnftp 20090606"

Fri May 22 01:11:15 UTC 2009    lukem

        * configure fixes:
          - Add the time.h headers to accheck_includes, for the strptime check.
          - Remove the check for el_init in libedit; we're always replacing
            the library and the presence of strvis() in some versions
            confuses other checks.

Wed May 20 13:47:43 UTC 2009    lukem

        * Release as "tnftp 20090520"

        * Merge NetBSD ftp from 20070722 to 20090520.  Changes:
            - Only attempt to el_parse() a command unknown by the default
              parser if editing is enabled.
              Fixes pr 38589.
            - Turn off the alarmtimer before resetting the SIGALRM handler
              back to SIG_DFL.
              Fixes pr 35630.
            - Add epsv6 and epsv to disable extended passive mode for ipv6 or
              both ipv4 and ipv6 respectively.  This hack is due to our
              friends a Juniper Networks who break epsv in ipv6.
              Should be fixed in ScreenOS 6.2.X.
            - Improve parsing of chunked transfer chunks per RFC2616:
              - more stringent chunk-size parsing
              - ignore optional trailing ';chunk-ext' stuff, instead of barfing
              - detect EOF before final \r\n.
            - Use the service name to getaddrinfo() (along with the host
              name), so that features such as DNS Service Discovery have a
              better chance of working.
              Display the service name in various status & error messages.
            - Don't getservbyname() the :port component of a URL; RFC 3986
              says it's just an unsigned number, not a service name.
            - Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).
            - Fix -Wshadow issues
            - Update copyrights
            - Remove clause 3 and 4 from TNF licenses
            - Rename HAVE_STRUCT_SOCKADDR_SA_LEN to
              HAVE_STRUCT_SOCKADDR_IN_SIN_LEN to accurately reflect the
              structure member being used.
            - Use AF_INET instead of AF_UNSPEC as the default family if
              !defined(INET6).

        * configure improvements:
          - Style tweaks.
          - Use AC_LANG_PROGRAM() instead of AC_LANG_SOURCE()
          - Add a check for strptime() requiring separators between
            conversions, and use our replacement one if it does.

Sat Dec 20 15:28:24 UTC 2008    lukem

        * configure improvements:
          - Move IPv6 check from tnftp.h to configure.ac (as per tnftpd).
          - Rework option descriptions.
          - Highlight when tests are for a specific option.
          - Move configuration results to the end of the file.
          - Display $prefix in configure results.

Fri Aug 15 03:03:36 UTC 2008    lukem

        * Add a "Configuration results" display at the end of configure.
          Cosmetic tweaks.

Fri Feb 29 09:45:56 UTC 2008    lukem

        * Support @EXEEXT@ for Cygwin (etc).
2014-10-31 18:47:03 +00:00
he
9609785e03 Note update of security/opendnssec to 1.4.6nb3. 2014-10-31 16:33:21 +00:00
he
0e26430931 Fix a bug related to restoring various data from .xfrd-state files:
there's no need to byte-swap values read from a local file.
This would cause some IXFRs to mysteriously and consistently fail
until manual intervention is done, because the wrong (byte-swapped)
SOA serial# was being stuffed into the IXFR requests.

Ref. https://issues.opendnssec.org/browse/SUPPORT-147.

Also fix the rc.d script to not insist that the components must be
running to allow "stop" to proceed, so that "restart" or "stop" can
be done if one or both of the processes have exited or crashed.

Bump PKGREVISION.
2014-10-31 16:32:39 +00:00
wiz
6dce354778 + auctex-11.88, calibre-2.8.0, darkstat-3.0.718 [pkg/49345],
gcc49-4.9.2, gdb-7.8.1, wine-1.7.30.
2014-10-31 16:26:56 +00:00
wiz
794c5d7fb5 Fix typo. 2014-10-31 16:14:07 +00:00
ryoon
61adf3415f Updated lang/gcc48 to 4.8.3nb1
Updated lang/gcc48-libs to 4.8.3nb1
Removed lang/gcc48-cc++
Removed lang/gcc48-fortran
Removed lang/gcc48-objc
2014-10-31 14:26:19 +00:00
ryoon
e470b7e219 Restore monolithic gcc48 and gcc48-libs.
* No objection on tech-pkg@ mailing list.
2014-10-31 14:22:20 +00:00
wiz
dd6303292f Updated finance/p5-Finance-Quote to 1.35nb1 2014-10-31 09:51:34 +00:00
wiz
d234164933 Add missing dependencies.
Bump PKGREVISION.
2014-10-31 09:51:25 +00:00
ryoon
465d7d3d2b Add comment for not using find-prefix.mk. 2014-10-31 03:59:58 +00:00
wen
61d8f2fd53 Updated www/p5-Dancer2 to 0.153002 2014-10-31 03:56:57 +00:00
wen
54cf106ac6 Update to 0.153002
Upstream changes:
0.153002  2014-10-30 09:23:52+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #734: More failing tests. (Sawyer X)

0.153001  2014-10-27 12:39:54+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #734: Failing tests on Windows. (Sawyer X)

    [ DOCUMENTATION ]
    * GH #724: Plack::Test example in Dancer2::Test. (Jakob Voss)
2014-10-31 03:55:22 +00:00
wen
343c39436b Updated www/mediawiki to 1.23.6 2014-10-31 03:07:47 +00:00
wen
8215acfcff Update to 1.23.6
Upstream changes:
== Bugfixes in 1.23.6 ==
* (Bug 67440) Allow classes to be registered properly from installer
* (Bug 72274) Job queue not running (HTTP 411) due to missing
  Content-Length: header
2014-10-31 03:05:21 +00:00
hiramatsu
fd46a7cf08 Improve wrapper script as suggested by Joerg Sonnenberger. 2014-10-31 01:00:30 +00:00
cheusov
c75aff0462 Include example scripts, some of the are rather useful.
++pkgrevision.
2014-10-31 00:54:02 +00:00
wiz
d0b7996186 Bump ABI depends since 0.9.4 had a different major than 0.9.3.
I love it when they do that.
2014-10-30 23:34:52 +00:00
mef
ef1fadcdcd PR pkg/49308 'CONFIG_SHELL= ksh' is only necessary for NetBSD-[5-6]* and 6.99.* 2014-10-30 21:54:03 +00:00