Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SMF support for various Heimdal services #206

Closed
wants to merge 10,000 commits into from
Closed

Add SMF support for various Heimdal services #206

wants to merge 10,000 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 12, 2014

  1. Update to 6.3:

    Version 6.3 - June 9 2014
    
    [CHANGES]
    New facilities:
    o htags-server: A private HTTP/CGI web server for a hyper-text
      generated by htags(1).
    o gtags.conf: New project based configuration mechanism.
      You can make a configuration file for each project.
      This is Leo Liu's idea.
    o gtags, htags: New environment variables which have default
      options for each command: GTAGS_OPTIONS, HTAGS_OPTIONS
    o global: Added support of GREP_COLORS environment variable.
    o global: Added new options:
      -F (--first-match), -M (--match-case), -E (--extended-regexp)
    
    [DEPRECATED FEATURES]
    The following features of htags(1) are now deprecated.
    They will be removed in the future.
    o The -c (--compact) option.
    o The --system-cgi option.
    o The --overwrite-key option.
    o The -x (--xhtml[=version]) option.
      All files will be 1.0.
    o The following configuration variables:
      colorize-warned-line (substitute: --colorize-warned-line)
      gzipped_suffix
      htags_options (substitute: HTAGS_OPTIONS)
      ncol (substitute: -n, --line-number [n])
      normal_suffix (will be always '.html')
      no_order_list (substitute: --no-order-list)
      script_alias
      tabs (substitute: --tabs n)
      xhtml_version (will be always 1.0)
    
    [FIXED BUGS]
    o global: The highlight of symbols in library paths does not
      work. Now it works.
    o htags: Htags with the --suggest option didn't find GTAGS
      in the obj directories. Now it works.
    wiz committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    8c36644 View commit details
    Browse the repository at this point in the history
  2. Updated devel/global to 6.3

    wiz committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    f16d574 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6f10da View commit details
    Browse the repository at this point in the history
  4. - ap-auth-external

    joerg committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    8b489c9 View commit details
    Browse the repository at this point in the history
  5. ap-perl/b3.mk -> ap2-perl/b3.mk

    joerg committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    b792e9a View commit details
    Browse the repository at this point in the history
  6. Update postgrey to 1.35.

    * 2014-06-11: version 1.35
       - use just 'postgrey' as process name, instead of '/usr/sbin/postgrey',
         because Linux tools are limited to 15 characters (#5)
       - Make postgrey work with Perl 5.18 (Yasuhiro KIMURA, #4)
       - updated whitelist
    fhajny committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    d801911 View commit details
    Browse the repository at this point in the history
  7. Updated mail/postgrey to 1.35

    fhajny committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    2cbdf00 View commit details
    Browse the repository at this point in the history
  8. Decouple from removed www/ap-jk.

    joerg committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    2e4aa5f View commit details
    Browse the repository at this point in the history
  9. Changes 1.7.75:

    Reverted libpng to version 1.6.10 due to a misplaced statement in png.c
    Fixed "-zmem" option (only "-zm" would work since version 1.7.62).
    adam committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    0eeaf2d View commit details
    Browse the repository at this point in the history
  10. Updated graphics/pngcrush to 1.7.75

    adam committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    4061978 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d00e037 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6c3b16f View commit details
    Browse the repository at this point in the history
  13. Update lang/scala to 2.11.1.

    yyamano committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    aba4e75 View commit details
    Browse the repository at this point in the history
  14. needs openssl as suggested by bulk build

    wiedi committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    a931d8d View commit details
    Browse the repository at this point in the history
  15. needs zlib as suggested by bulk build

    wiedi committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    ef0d1cb View commit details
    Browse the repository at this point in the history
  16. needs openssl as suggested by bulk build

    wiedi committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    a569188 View commit details
    Browse the repository at this point in the history
  17. Update koruri-ttf to 20140524.

    20140524:
    * Support for vertical writing in the Windows environment.
    nonaka committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    f3f2bcb View commit details
    Browse the repository at this point in the history
  18. Updated fonts/koruri-ttf to 20140524.

    nonaka committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    1c3c858 View commit details
    Browse the repository at this point in the history
  19. Upgrade to OpenAFS 1.6.9

    OpenAFS 1.6.9
    
      All server platforms
    
        * Fix for OPENAFS-SA-2014-002
    
    OpenAFS 1.6.8
    
      All platforms
    
        * Documentation improvements (10751 10875 10931 10897 10883 10954 10955)
    
        * Improved diagnostics and error messages (10756 10814 10949)
    
        * Fixed a bug in RX that could make errors during packet reception go
          unnoticed. (10733)
    
        * Fixed a bug that made "vos size -dump" display the wrong size for
          large volumes. (10933)  (RT #131819)
    
      All server platforms
    
        * Change the default fileserver sync behavior from "delayed" to "onclose".
          This means that explicit syncing only happens when a volume is detached.
          (10809)
    
        * Added the -offline-timeout and -offline-shutdown-timeout options to the
          fileserver, to implement interrupting clients accessing volumes we are
          trying to take offline. (6266 10799)
    gendalia committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    bf4334c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2014

  1. Import sniproxy-0.3.4 as net/sniproxy

    Proxies incoming HTTP and TLS connections based on the hostname
    contained in the initial request. This enables HTTPS name-based virtual
    hosting to separate backend servers without installing the private key
    on the proxy machine.
    wiedi committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    ae6e350 View commit details
    Browse the repository at this point in the history
  2. add sniproxy

    wiedi committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    a3fb591 View commit details
    Browse the repository at this point in the history
  3. Added net/sniproxy version 0.3.4

    wiedi committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    0706b7f View commit details
    Browse the repository at this point in the history
  4. used by lang/php55/Makefile.common

    obache committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    a7e6446 View commit details
    Browse the repository at this point in the history
  5. Bump 0.7.6 to 0.7.9

    (pkgsrc)
    - Add following line to find -lperl
      LDFLAGS+=              -L${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE
    - Drop NetBSD-5, net/agr/if_agrioctl.h is missing
    - Add options.mk and support json, snmp, xml selection,
      those were missing in configured list
    - Now includes readline.buildlink3.mk
    
    (upstream)
    lldpd (0.7.9)
      * Changes:
        + Default location for chroot, socket and PID are now configurable
          in `./configure`. The default location is based on the value of
          `runstatedir` which in turn may be based on the value of
          `localstatedir` which defaults to `/usr/local/var`. Therefore,
          to get the previous locations, lldpd should be configured with
          `./configure --localstatedir=/var`.
      * Fixes:
        + Fix `configure system bond-slave-src-mac-type local`. Also use
          it as default.
      * Features:
        + Add support for shutdown LLDPU.
        + Ability to configure IP management pattern from lldpcli.
        + Ability to choose what port ID should be (MAC or interface name).
    
    lldpd (0.7.8)
      * Fixes:
        + Don't hard-code default values for system name, system
          description and port description. When the field is not present,
          just don't display it.
        + Fix lldpcli behaviour when suid.
        + On OSX, don't use p2p0 interfaces: it would break WLAN.
        + Fix SNMP support on RHEL.
      * Features:
        + Android support
        + Add the possibility to disable privilege separation (lower
          memory consumption, lower security, don't do it).
        + Interfaces can now be whitelisted. For example, *,!eth*,!!eth1
          is a valid pattern for all interfaces except eth ones, except
          eth1. Moreover, on exact match, an matching interface
          circumvents most sanity checks (like VLAN handling).
        + Ability to override the hostname.
    
    lldpd (0.7.7)
      * Features:
        + Use a locally administered MAC address or an arbitrary one
          instead of null MAC address for bond devices on Linux. This is
          configurable through `lldpcli`.
        + Add support for "team" driver (alternative to bond devices).
        + Preliminary support for DTrace/systemtap.
        + Preliminary support for seccomp (for monitor process).
        + Setup chroot inside lldpd instead of relying on init script.
      * Fixes:
        + Various bugs related to fixed point number handling (for
          coordinates in LLDP-MED)
        + Fix a regression in how MAC address of an enslaved device is
          retrieved.
    mef committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    abcb4d6 View commit details
    Browse the repository at this point in the history
  6. Updated net/lldpd to 0.7.9

    mef committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    200a419 View commit details
    Browse the repository at this point in the history
  7. If TeX is installed it is used to build a PDF. Since we don't install…

    … the
    
    PDF, there's no point in building it, so disable TeX auto-detection.
    dsainty committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    1ef09fa View commit details
    Browse the repository at this point in the history
  8. Remove @Hfill - not supported by gtexinfo 5+

    dsainty committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    86ca5f2 View commit details
    Browse the repository at this point in the history
  9. add and enable p5-Apache-Reload

    jnemeth committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    223122f View commit details
    Browse the repository at this point in the history
  10. Update to 0.3.9:

    Alan Coopersmith (1):
          Mark DEPTH_MASK as Unsigned int
    
    Arnaud Fontaine (3):
          Add autogen.sh to EXTRA_DIST.
          Follow changes in m4 submodule.
          Release 0.3.9
    
    Gaetan Nadon (9):
          config: add bug URL to AC_INIT
          config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
          config: use AC_CONFIG_HEADERS to create a config.h file
          config: remove old dead code for documentation
          config: add missing COPYING file
          make: use AM_CPPFLAGS rather than per-target libxcb_render_util_la_CPPFLAGS
          make: using EXTRA_DIST for xcb-renderutil.pc.in is redundant
          make: there should be no attempt to remove any Makefile.in file
          make: compile the library with standard xorg warning flags
    
    Jochen Keil (1):
          Fix compilation and linking issues with C++
    
    Niclas Zeising (1):
          Check submodules before running autoconf.
    wiz committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    89cdddc View commit details
    Browse the repository at this point in the history
  11. Updated x11/xcb-util-renderutil to 0.3.9

    wiz committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    36b463d View commit details
    Browse the repository at this point in the history
  12. thunderbird10 is no more, remove from list.

    jperkin committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    24da984 View commit details
    Browse the repository at this point in the history
  13. (pkgsrc):

      - DEPENDS+= mozilla-rootcerts are removed, cert included now.
      - Deleted SUBST_CLASSES+= macro_S to avoid name (_S) conflicts on NetBSD-5.*
        (The probelm no longer exists)
      - Correct MESSAGE (but this is to be committed separately)
    
    (Upstream): Bump version 2.0 to 2.0.2RC4
    ---------------
    This commit log compiled from that of wip/trustedQSL/Makefile by mef@
    Sorry if typo or too compact.
    
    2.0.2RC4 2014/06/07
     - No pop up when prompting user for password when batch mode
     - If QSO database is corrupted and can not be repaired, delete it
    2.0.2RC3 2014/05/09
     - Ensure station locations added (sign a log -> list of stn loc.)
     - Restore from .tbk to restore multiple pending callsign
       certificates for a given callsign
     - Correct message when callsign cert. is uploaded
     - Delete any older version, when renewed callsign is installed
     - Correct the behaviour for non ascii directory name on Windows
     - Correct the number of QSO in some case when signing
       (ignoring might have shown negative number)
    2.0.2RC2 2014/04/22
     - Windows only
    2.0.2RC1 2014/04/16
     - OpenSSL update (Heartbleed). no practical attack anyway
       (Windows only)
    2.0.1RC9 2014/03/01
     - Avoid application crash when database conversion for Open/Close
     - Faster conversion of database
    2.0.1RC8 2014/02/27
     - Limit the number of copies of application running
       (multiple run might have database corrution)
    2.0.1RC7 2014/02/13
     - When a callsign cert is about to expire (within 60 days), TQSL
       warns. But even after user submitted renewal, it continued
     - Correct the automatic backup directory (by from preference pane)
     - Search Log files with .ADI, .ADIF also
    2.0.1RC6 2014/02/05
     - Copyright notice / date (only)
    2.0.1RC5 2014/01/29
     - Avoid crash at starting if certifiacate status file is empty
     - Corrected for checking for new release even with -RC change
    2.0.1RC4 2014/01/22
     - Canadian province PQ/QC issue
     - Correct start-up threads management
     - (OpenSuSE Linux) for pending callsign requests
     - Accept valid callsign only based on location
     - Correct hang if command line argument is wrong
     - Update message during callsign certificate creation
    
    2.0.1RC3, 2014/01/13 (but hangs when reading cert_status.xml)
    Two additional changes in TQSL 2.0 RC3:
      -------------
      A. Because new modes may not yet be specified in ADIF, and because
      LoTW may not accept all modes specified in ADIF, TQSL enables you to
      "map" a new mode to a mode or mode group recognized by LoTW; this
      most often takes the form of mapping a new digital mode to the DATA
      mode group. Versions of TQSL prior to 2.0 would allow you to map
      modes accepted by LoTW. This version of TQSL will refuse to map a
      mode that is accepted by LoTW. Any existing mappings of modes
      accepted by LoTW will be automatically removed on startup; you will
      be notified if this happens.
    
      B. When submitting log files in Cabrillo format, previous versions of
      TQSL submitted FM and PH modes as PHONE. TQSL 2.0 RC2 submits FM mode
      as FM, and PH mode as SSB.
      ----------------------------
    2.0.1RC2 2013/09/01
      Contest name recognition is corrected (Re: JIDX)
    mef committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    f06b459 View commit details
    Browse the repository at this point in the history
  14. (pkgsrc):

      - DEPENDS+= mozilla-rootcerts are removed, cert included now.
    mef committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    498b7f9 View commit details
    Browse the repository at this point in the history
  15. Updated ham/trustedQSL to 2.0.2RC4

    mef committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    1021ae5 View commit details
    Browse the repository at this point in the history
  16. groff isn't required, nroff is sufficient to build the cat pages. Red…

    …uces
    
    the number of dependencies required significantly on systems with no builtin
    groff.
    jperkin committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    45f3952 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d95e158 View commit details
    Browse the repository at this point in the history
  18. Add the mysqlnd (MySQL Native Driver) include files.

    Bump PKGREVISION for this and the previous commit.
    fhajny committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    e8f4488 View commit details
    Browse the repository at this point in the history
  19. Add optional support for mysqlnd (MySQL Native Driver). Removes the n…

    …eed to build against and link the mysql-client package.
    fhajny committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    096de77 View commit details
    Browse the repository at this point in the history
  20. Remove detection of a threaded Apache MPM at configure time.

    Fixes the problem where thread safety was not consistent in
    the php, ap-php and php-* extension packages, and makes ap-php
    adhere to the maintainer-zts option. Bump PKGREVISION.
    fhajny committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    1c7d378 View commit details
    Browse the repository at this point in the history
  21. Update py-werkzeug and py-werkzeug-docs to 0.9.6.

    Version 0.9.6
    -------------
    
    (bugfix release, released on June 7th 2014)
    
    - Added a safe conversion for IRI to URI conversion and use that
      internally to work around issues with spec violations for
      protocols such as ``itms-service``.
    
    Version 0.9.5
    -------------
    
    (bugfix release, released on June 7th 2014)
    
    - Forward charset argument from request objects to the environ
      builder.
    - Fixed error handling for missing boundaries in multipart data.
    - Fixed session creation on systems without ``os.urandom()``.
    - Fixed pluses in dictionary keys not being properly URL encoded.
    - Fixed a problem with deepcopy not working for multi dicts.
    - Fixed a double quoting issue on redirects.
    - Fixed a problem with unicode keys appearing in headers on 2.x.
    - Fixed a bug with unicode strings in the test builder.
    - Fixed a unicode bug on Python 3 in the WSGI profiler.
    - Fixed an issue with the safe string compare function on
      Python 2.7.7 and Python 3.4.
    kleink committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    6e7f724 View commit details
    Browse the repository at this point in the history
  22. Update py-flask-security to 1.7.3.

    Version 1.7.3
    -------------
    
    Released June 10th 2014
    
    - Fixed a bug where redirection to `SECURITY_POST_LOGIN_VIEW` was not
      respected
    - Fixed string encoding in various places to be friendly to unicode
    - Now using `werkzeug.security.safe_str_cmp` to check tokens
    - Removed user information from JSON output on `/reset` responses
    - Added Python 3.4 support
    kleink committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    abf5ea8 View commit details
    Browse the repository at this point in the history
  23. Updated www/py-werkzeug to 0.9.6.

    Updated www/py-werkzeug-docs to 0.9.6.
    Updated www/py-flask-security to 1.7.3.
    kleink committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    1642ef4 View commit details
    Browse the repository at this point in the history
  24. Remove .pc files.

    alnsn committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    4342f7a View commit details
    Browse the repository at this point in the history
  25. Update to 0.26. From the changelog:

    - Fix mimeinfo not adhering to the priorization of globs -
       kudos Stefan Seifert.
    - Fixed URL in POD. Only run POD 404 tests with extended testing.
    schmonz committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    f5e2406 View commit details
    Browse the repository at this point in the history
  26. Updated devel/p5-File-MimeInfo to 0.26

    schmonz committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    d03a389 View commit details
    Browse the repository at this point in the history
  27. Add Tweepy 2.3.0, a python API for Twitter.

    riz committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    5a97016 View commit details
    Browse the repository at this point in the history
  28. 3.1

          - Change rancid script exec(); move cmd-line options to rancid.types.*
            files.  This allows older scripts to function without change, ie:
            needing to support -t.
          - clogin: missing variable initialization
          - ios.pm: filter fan speed setting on 2900, etc.
          - fnrancid: fix filter match for encrypted pwd
          - ios.pm: filter vlan traffic counters on gsr, 6400 & switches
          - srancid: fix up time filter for dell 3448
          - ios.pm: some ASAs do not support show vlan
          - ios.pm: bgp password filtering removing neighbor address
          - rancid.types.base: dell definition missing inloop configuration
          - rancid: display useful error if inloop is not configured
          - dell.pm: missing variable declarations
          - nxrancid: filter INTAKE temps and cycling file BufferMonitor-1HourData
    pettai committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    e7f62f7 View commit details
    Browse the repository at this point in the history
  29. Updated net/rancid to 3.1

    pettai committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    f0c5dce View commit details
    Browse the repository at this point in the history
  30. Update to 3.20140613. From the changelog:

    * only_committed_changes could fail in a git repository merged
      with git merge -s ours.
    * Remove google from openid selector, per http://xkcd.com/1361/
    schmonz committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    85f6ae9 View commit details
    Browse the repository at this point in the history
  31. Updated www/ikiwiki to 3.20140613

    schmonz committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    b1b4909 View commit details
    Browse the repository at this point in the history
  32. Add a conditional entry for ad(1) - thanks to szptvlfn@ for the

    heads-up.
    hauke committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    4e6c780 View commit details
    Browse the repository at this point in the history
  33. Additional patches to allow libgnomecups to use the "old style" direc…

    …t access
    
    into the ipp_attribute_t structure. Ultimately, it should be updated to
    use the new (with CUPS 1.7?) accessors, however, this gets it building
    before the 2014Q2 branch.
    schnoebe committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    dec1051 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b8e40a2 View commit details
    Browse the repository at this point in the history
  35. Updated pkgtools/x11-links to 0.90

    gdt committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    4dadc7c View commit details
    Browse the repository at this point in the history
  36. Update to 24.6.0

    Changelog:
    Fixed in Thunderbird 24.6
    MFSA 2014-52 Use-after-free with SMIL Animation Controller
    MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer
    MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6)
    ryoon committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    21b09a1 View commit details
    Browse the repository at this point in the history
  37. Updated mail/thunderbird to 24.6.0

    ryoon committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    bb2a925 View commit details
    Browse the repository at this point in the history
  38. Update to 24.6.0

    * Sync with thunderbird-24.6.0
    ryoon committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    5ed2c9c View commit details
    Browse the repository at this point in the history
  39. Updated mail/thunderbird-l10n to 24.6.0

    ryoon committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    f2d4091 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2014

  1. Update to 2.7:

     2014-Jun-11 v2.7 - Bug fix release. Broke the open command in 2.6.
    wiz committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    a2777cb View commit details
    Browse the repository at this point in the history
  2. Updated security/kpcli to 2.7

    wiz committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    bf9d052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5af3356 View commit details
    Browse the repository at this point in the history
  4. Update to 1.40.0:

    - version: 1.40.0
      date: 2014-06-12
    
      new features:
        - title: "Edit Book: Add a new tool to manage fonts. Allows
        easily changing/removing/embedding fonts in the entire book.
        To use it go to Tools->Manage Fonts"
    
        - title: "Edit Book: Allow the color of the links in the Live
        CSS panel to be themed."
          tickets: [1326897]
    
        - title: "E-book viewer: Add a keyboard shortcut to bookmark
        current location."
          tickets: [1326198]
    
      bug fixes:
        - title: "Edit Book: Check book: When auto-changing font name
        to match actual name in font file, also change the font name
        in shorthand font declarations"
    
        - title: "Edit Book/Book polishing: Fix embedding all referenced
        fonts not catching fonts that are only specified via style
        attributes and not in any stylesheets."
    
        - title: "Conversion: Fix normalization of CSS shorthand font
        property not working when multiple font families are specified
        in the same shorthand property"
    
        - title: "Edit Book: Live CSS: Fix clicking on link to go to
        style definition not working if the stylesheet contains CSS 3
        @media queries or @font-face rules"
    
        - title: "Edit Book: When importing DOCX files, set the media
        type for html files correctly"
    
        - title: "Edit Book: Fix import of DOCX files that contain no
        Table of Contents not working."
          tickets: [1327522]
    
        - title: "Portable installer: Fix a crash if the user selects
        a destination for the portable install that does not have enough
        disk space."
          tickets: [1324575]
    
        - title: "Fix date column not showing date added when adding
        zip/rar files that contain an OPF with a calibre timestamp in
        its metadata"
    
        - title: "Sony driver: Fix SONY annotation app not working with
        files sent to the device by calibre"
    
        - title: "Linux build: Fix regression that caused opening PDF
        files (or any externally viewed files) preventing calibre from
        being restarted as long as the external viewer is not shutdown."
          tickets: [1326453]
    
        - title: "Edit book: Fix changing underline style to none when
        creating a custom color scheme causes error."
    
        - title: "Check Book: Fix empty (zero byte) XML files causing
        check book to fail."
          tickets: [1326073]
    
        - title: "Check Book: Fix combination of mismatching font family
        names and a font-family declaration with an invalid value (such
        as a dimension) causing auto fixing of errors to fail."
          tickets: [1325070]
    
      improved recipes:
        - Respekt
        - Newsweek
        - Jerusalem Post
        - Outlook India
        - PC Magazine
        - Instapaper
    wiz committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    526395e View commit details
    Browse the repository at this point in the history
  5. Updated misc/calibre to 1.40.0

    wiz committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    f20ae56 View commit details
    Browse the repository at this point in the history
  6. Update "wireshark" package to version 1.10.8. Changes since 1.10.7:

    - The following vulnerabilities have been fixed.
        * wnpa-sec-2014-07
          The frame metadissector could crash. (Bug 9999, Bug 10030)
          Versions affected: 1.10.0 to 1.10.7
          CVE-2014-4020
    = The following bugs have been fixed:
        * VoIP flow graph crash upon opening. (Bug 9179)
        * Tshark with "-F pcap" still generates a pcapng file. (Bug 9991)
        * IPv6 Next Header 0x3d recognized as SHIM6. (Bug 9995)
        * Failed to export pdml on large pcap. (Bug 10081)
        * TCAP: set a fence on info column after calling sub
          dissector (Bug 10091)
        * Dissector bug in JSON protocol. (Bug 10115)
        * GSM RLC MAC: do not skip too many lines of the CSN_DESCR
          when the field is missing (Bug 10120)
        * Wireshark PEEKREMOTE incorrectly decoding QoS data packets
          from Cisco Sniffer APs. (Bug 10139)
        * IEEE 802.11: fix dissection of HT Capabilities (Bug 10166)
    - Updated Protocol Support
      CIP, EtherNet/IP, GSM RLC MAC, IEEE 802.11, IPv6, and TCAP
    - New and Updated Capture File Support
      pcap-ng, and PEEKREMOTE
    tron committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    f8b6ad9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e47935 View commit details
    Browse the repository at this point in the history
  8. Update mailman to 2.1.18.

    Changelog
    ---------
    
    2.1.18-1 (06-May-2014)
    
      Bug fixes and other patches
    
        - A critical incompatibility between the DMARC Wrap Message action and
          Python versions older than 2.6.x for some x <= 5 existed and caused
          Wrapped message to be shunted.  This is fixed.  (LP: #1316682)
    
        - Sender: headers are no longer removed in from_is_list Munge From
          actions.  (LP: #1315970)
    
    2.1.18 (03-May-2014)
    
      Acknowledgements
    
        - Thanks to Jim Popovitch and Phil Pennock for the branch that formed the
          basis of the dmarc_moderation_action feature.
    
        - Thanks to Franck Martin et al for the branch that formed the basis of
          the from_is_list feature.
    
      Dependencies
    
        - There is a new dependency associated with the new Privacy options ->
          Sender filters -> dmarc_moderation_action feature discussed below.
          This requires that the dnspython <http://www.dnspython.org/> package
          be available in Python.  This package can be downloaded from the above
          site or from the CheeseShop <https://pypi.python.org/pypi/dnspython/>
          or installed with pip.
    
      New Features
    
        - The from_is_list feature introduced in 2.1.16 is now unconditionally
          available to list owners.  There is also, a new Privacy options ->
          Sender filters -> dmarc_moderation_action feature which applies to list
          messages where the From: address is in a domain which publishes a DMARC
          policy of reject or possibly quarantine.  This is a list setting with
          values of Accept, Wrap Message, Munge From, Reject or Discard. There is
          a new DEFAULT_DMARC_MODERATION_ACTION configuration setting to set the
          default for this, and the list admin UI is not able to set an action
          which is 'less' than the default.  The prior ALLOW_FROM_IS_LIST setting
          has been removed and is effectively always Yes. There is a new
          dmarc_quarantine_moderation_action list setting with default set by a
          new DEFAULT_DMARC_QUARANTINE_MODERATION_ACTION configuration setting
          which in turn defaults to Yes.  The list setting can be set to No to
          exclude domains with DMARC policy of quarantine from
          dmarc_moderation_action.
    
          dmarc_moderation_action and from_is_list interact in the following way.
          If the message is From: a domain to which dmarc_moderation_action applies
          and if dmarc_moderation_action is other than Accept,
          dmarc_moderation_action applies to that message.  Otherwise the
          from_is_list action applies.
    
          Also associated with dmarc_moderation_action are configuration settings
          DMARC_RESOLVER_TIMEOUT and DMARC_RESOLVER_LIFETIME. These are described
          in more detail in Defaults.py.  There are also new vette log entries
          written when dmarc_moderation_action is found to apply to a post.
    
      i18n
    
        - Added missing <mm-digest-question-start> tag to French listinfo template.
          (LP: #1275964)
    
      Bug Fixes and other patches
    
        - Removed HTML tags from the title of a couple of rmlist.py pages because
          browsers don't render tags in the title.  (LP: #265848)
    
        - Most Mailman generated notices to list owners and moderators are now
          sent as Precedence: list instead of bulk.  (LP: #1313146)
    
        - The Reply-To: munging options weren't honored if there was no
          from_is_list action.  (LP: #1313010)
    
        - Changed from_is_list actions to insert the list address in Cc: if the
          list is fully personalized.  Otherwise, the list address is only in
          From: and Reply-To: overrides it.  (LP: #1312970)
    
        - Fixed the Munge From action to only Munge the From: and/or Reply-To: in
          the outgoing message and not in archives, digests and messages sent via
          the usenet gateway.  (LP: #1311431)
    
        - Fixed a long standing issue in which a notice sent to a user whose
          language is other than that of the list can cause subsequent things
          which should be in the list's language to be in the user's language
          instead.  (LP: #1308655)
    
        - Fixed the admin Membership List so a search string if any is not lost
          when visiting subsequent fragments of a chunked list.  (LP: #1307454)
    
        - For from_is_list feature, use email address from original From: if
          original From: has no display name and strip domain part from resultant
          names that look like email addresses.  (LP: #1304511)
    
        - Added the list name to the vette log "held message approved" entry.
          (LP: 1295875)
    
        - Added the CGI module name to various "No such list" error log entries.
          (LP: 1295875)
    
        - Modified contrib/mmdsr to report module name if present in "No such list
          error log entries.
    
        - Fixed a NameError exception in cron/nightly_gzip when it tries to print
          the usage message.  (LP: #1291038)
    
        - Fixed a bug in ListAdmin._handlepost that would crash when trying to
          preserve a held message for the site admin if HOLD_MESSAGES_AS_PICKLES
          is False.  (LP: #1282365)
    
        - The from_is_list header munging feature introduced in Mailman 2.1.16 is
          no longer erroneously applied to Mailman generated notices.
          (LP: #1279667)
    
        - Changed the message from the confirm CGI to not indicate approval is
          required for an acceptance of an invitation.  (LP: #1277744)
    
        - Fixed POSTFIX_STYLE_VIRTUAL_DOMAINS to be case-insensitiive.
          (LP: #1267003)
    
        - Added recognition for another simple warning to bounce processing.
          (LP: #1263247)
    
        - Fixed a few failing tests in tests/test_handlers.py.  (LP: #1262950)
    
        - Fixed bin/arch to not create scrubbed attachments for messages skipped
          when processing the --start= option.  (LP: #1260883)
    
        - Fixed email address validation to do a bit better in obscure cases.
          (LP: #1258703)
    
        - Fixed a bug which caused some authentication cookies to expire too soon
          if AUTHENTICATION_COOKIE_LIFETIME is non-zero.  (LP: #1257112)
    
        - Fixed a possible TypeError in bin/sync_members introduced in 2.1.17.
          (LP: #1243343)
    
      Miscellaneous
    
        - Added to the contrib directory, a script from Alain Williams to count
          posts in a list's archive.
    
    2.1.17 (23-Nov-2013)
    
      New Features
    
        - Handling of posts gated from usenet to a list via the Mail <-> News
          gateway is changed.  Formerly, no list membership, moderation or
          *_these_nonmembers checks were done.  Now, if the sender of the usenet
          post is a moderated member or a nonmember matching a *_these_nonmembers
          filter, those checks will be done and actions applied.  Nonmember posts
          from senders not matching a *_these_nonmembers filter are still accepted
          as before.  (LP: #1252575)
    
        - There is a new mm_cfg.py setting ANONYMOUS_LIST_KEEP_HEADERS.  Since it
          is not possible to know which non-standard headers in a message might
          reveal sender information, we now remove all headers from incoming posts
          to anonymous lists except those which match regular expressions in this
          list. The default setting keeps non X- headers except those known to
          reveal sender information, Mailman added X- headers and x-Spam- headers.
          See the description in Defaults.py for more information.  (LP: #1246039)
    
      i18n
    
        - The Japanese message catalog has been updated by SATOH Fumiyasu.
          (LP: #1248855)
    
      Bug Fixes and other patches
    
        - Added a reopen command to the sample init.d script in misc/mailman.in.
          (LP: #1251917)
    
        - Fixed a misspelling in Tagger.py causing an "unexpected keyword argument
          'Delete'" exception.  (LP: #1251495)
    
        - Fixed contrib/qmail-to-mailman.py to work with a user other than
          'mailman' and to recognize more listname-* addresses.  (LP: #412293)
    
        - Fixed a possible UnicodeDecodeError in bin/sync_members.  (LP: #1243343)
    
        - Fixed Makefile to not include $DESTDIR in paths compiled into .pyc
          files for traceback purposes.  (LP: #1241770)
    
    2.1.16 (16-Oct-2013)
    
      New Features
    
        - There is a new list attribute from_is_list to either rewrite the From:
          header of posts replacing the posters address with that of the list or
          wrap the message in an outer message From: the list for compatability
          with DMARC and or ADSP.  There is a new mm_cfg.py setting
          DEFAULT_FROM_IS_LIST to control the default for new lists, and the
          existing REMOVE_DKIM_HEADERS setting has been extended to allow removing
          those headers only for certain from_is_list lists.  This feature must
          be enabled by setting ALLOW_FROM_IS_LIST to Yes in mm_cfg.py.  See the
          description of these settings in Defaults.py for more detail.  This
          feature is experimental in 2.1.16, and it is subject to change or to
          become just one of the two methods in a subsequent release. People
          interested in this feature are encouraged to try it and report their
          experiences to the mailman-users@python.org list.
    
        - There is a new DISPLAY_HELD_SUMMARY_SORT_BUTTONS setting which if set
          in mm_cfg.py will display a set of radio buttons in the admindb held
          message summary to select how the held messages are sorted and grouped
          for display. The exact setting determines the default grouping and
          sorting.  See the description in Defaults.py for details.
    
        - Setting digest_size_threshhold to zero now means no digests will be
          sent based on size instead of a digest being sent with every post.
          (LP: #558274)
    
        - There is a new mm_cfg.py setting SUBSCRIBE_FORM_SECRET which will put
          a dynamically generated, hidden hash in the listinfo subscribe form and
          check it upon submission.  Setting this will prevent automated processes
          (bots) from successfully POSTing web subscribes without first retrieving
          and parsing the form from the listinfo page.  The form must also be
          submitted no later than FORM_LIFETIME nor no earlier than
          SUBSCRIBE_FORM_MIN_TIME after retrieval.  Note that enabling this will
          break any static subscribe forms on your site.  See the description in
          Defaults.py for more info.  (LP: #1082746)
    
        - add_members now has an option to add members with mail delivery disabled
          by admin.  (LP: #1070574)
    
        - IncomingRunner now logs rejected messages to the vette log.
          (LP: #1068837)
    
        - The name of the mailmanctl master lock file is now congigurable via the
          mm_cfg.py setting MASTER_LOCK_FILE.  (LP: #1082308)
    
        - list_lists now has an option to list only lists with public archives.
          (LP: #1082711)
    
      Contributed programs
    
        - A new import_majordomo_into_mailman.pl script has been contributed by
          Geoff Mayes.  (LP: #1129742)
    
        - A new "sitemap" bash script has been contributed by Tomasz Chmielewski
          <mangoo@wpkg.org> to generate a sitemap.xml file of an installation's
          public archives for submission to search engines.
    
      i18n
    
        - The Danish translation has been updated thanks to Tom Christensen.
    
        - Fixed a string in the Czech message catalog.  (LP: #1234567)
    
        - A Farsi (Persian) translation has been added thanks to Javad Hoseini and
          Mahyar Moghimi.
    
        - Fixed several misspelled or garbled string replacements in the Spanish
          message catalog.  (LP: #1160138)
    
        - pt_BR message catalog has two new and an updated message per Hugo Koji
          Kobayashi.  (LP: #1138578)
    
        - German message catalog has been updated per Ralf Hildebrandt.
    
        - Corrected typo in templates/it/private.html.
    
      Bug Fixes and other patches
    
        - Fixed a crash in SpamDetect.py which caused messages with unparseable
          RFC 2047 encoded headers to be shunted.  (LP: #1235101)
    
        - Fixed cron/disabled to send a fresh cookie when notifying disabled
          members.  (LP: #1203200)
    
        - Added "message_id" to the interpolation dictionary for the Article.html
          template.  (LP: #725498)
    
        - Changed the admin GUI to report only the bad entries in a list of email
          addresses if any are bad.  (LP: #558253)
    
        - Added logging for template errors in HyperArch.py.  (LP: #558254)
    
        - Added more explanation to the bad owner address message from
          bin/newlist.  (LP: #1200763)
    
        - Fixed a bug causing the admin web interface to fail CSRF checking if
          the list name contains a '+' character.  (LP: #1190802)
    
        - Fixed bin/mailmanctl -s to not remove the master lock if it can't be
          determined to be truly stale.  (LP: #1189558)
    
        - It is no longer possible to add 'invalid' addresses to the ban_list
          and the *_these_nonmembers filters from the check boxes on the admindb
          interface.  (LP: #1187201)
    
        - Backported recognition for mail.ru DSNs and minor bug fixes from
          lp:flufl.bounce.  (LP: #1074592, LP: #1079249 and #1079254)
    
        - Defended against buggy web servers that don't include an empty
          QUERY_STRING in the CGI environment.  (LP: #1160647)
    
        - The Switchboard.finish() method now logs the text of the exception when
          it fails to unlink/preserve a .bak file.  (LP: #1165589)
    
        - The pending (un)subscriptions waiting approval are now sorted by email
          address in the admindb interface as intended.  (LP: #1164160)
    
        - The subscribe log entry for a bin/add_members subscribe now identifies
          bin/add_members as the source.  (LP: #1161642)
    
        - Fixed a bug where the Subject: of the user notification of a
          bin/remove_members unsubscribe was not in the user's language.
          (LP: #1161445)
    
        - Fixed a bug where BounceRunner could create and leave behind zero length
          bounce-events files.  (LP: #1161610)
    
        - Added recognition for another Yahoo bounce format.  (LP: #1157961)
    
        - Changed configure's method for getting Python's include directory from
          distutils.sysconfig.get_config_var('CONFINCLUDEPY') to
          distutils.sysconfig.get_python_inc().  (LP: #1098162)
    
        - Added an Auto-Generated: header to password reminders.  (LP: #558240)
    
        - Fixed a bug where non-ascii characters in the real name in a subscription
          request could throw a UnicodeEncodeError upon subscription approval and
          perhaps in other situations too.  (LP: #1047100)
    
        - The query fragments send_unsub_notifications_to_list_owner and
          send_unsub_ack_to_this_batch will now assume default values if not set
          in mass unsubscribe URLs.  (LP: #1032378)
    
        - Replaced utf-8 encoded characters in newly added German templates with
          HTML entities. (LP: #1018208)
    
    2.1.15 (13-Jun-2012)
    
      Security
    
        - Strengthened the validation of email addresses.
    
        - An XSS vulnerability, CVE-2011-0707, has been fixed.
    
        - The web admin interface has been hardened against CSRF attacks by adding
          a hidden, encrypted token with a time stamp to form submissions and not
          accepting authentication by cookie if the token is missing, invalid or
          older than the new mm_cfg.py setting FORM_LIFETIME which defaults to one
          hour.  Posthumous thanks go to Tokio Kikuchi for this implementation
          which is only one of his many contributions to Mailman prior to his
          death from cancer on 14 January 2012.
    
      New Features
    
        - Added a password reminder button to the private archive login page.
          Backported from the 2.2 branch.
    
        - There is a new list attribute regular_exclude_ignore set from mm_cfg.py
          DEFAULT_REGULAR_EXCLUDE_IGNORE.  This defaults to True even though the
          prior behavior is equivalent to False.  A True setting will ignore an
          exclude list if the poster is not a member of that list.  The False
          setting can result in list members not receiving posts if the nonmember
          post is not accepted by the exclude list.  Backported from 2.2 branch.
    
        - Eliminated the list cache from the qrunners.  Indirect self-references
          caused lists to never be dropped from the cache which in turn caused
          the qrunners to grow very large in installations with many lists or
          multiple large lists.  Bug #862683.
    
        - The user options 'list my other subscriptions' page now indicates for
          each list if the subscription is 'nomail' or 'digest'.  Bug #793669.
    
        - A new list poster password has been implemented.  This password may only
          be used in Approved: or X-Approved: headers for pre-approving posts.
          Using this password for that purpose precludes compromise of a more
          valuable password sent in plain text email.  Bug #770581.
    
        - A new mm_cfg.py setting AUTHENTICATION_COOKIE_LIFETIME has been added.
          If this is set to a non-zero value, web authentication cookies will
          expire that many seconds following their last use.  Its default value is
          zero to preserve current behavior.
    
        - A new mm_cfg.py setting RESPONSE_INCLUDE_LEVEL has been added to control
          how much of the original message is included in automatic responses to
          email commands.  The default is 2 to preserve the prior behavior of
          including the full message.  Setting this to 1 in mm_cfg.py will include
          only the original headers, and 0 will include none of the original.  It
          is recommended to set this to 0 in mm_cfg.py to minimize the effects of
          backscatter.  Bug #265835.
    
        - A new mm_cfg.py setting DEFAULT_RESPOND_TO_POST_REQUESTS has been added
          to control the default for respond_to_post_requests for new lists.  It is
          set to Yes for backwards compatibility, but it is recommended that
          serious consideration be given to setting it to No.  Bug #266051.
    
        - A new mm_cfg.py setting DISCARD_MESSAGE_WITH_NO_COMMAND has been added to
          control whether a message to the -request address without any commands or
          a message to -confirm whose To: address doesn't match VERP_CONFIRM_REGEXP
          is responded to or just logged.  It defaults to Yes which is different
          from prior behavior.  Bug #410236.
    
        - Two new mm_cfg.py settings, BROKEN_BROWSER_WORKAROUND and
          BROKEN_BROWSER_REPLACEMENTS, have been added to control escaping of
          additional characters beyond the standard <, >, &, and " in the web UI.
          See the documentation of these settings in Defaults.py.  The default
          values for these settings result in no change from the prior release.
          Bug #774588.
    
      i18n
    
        - Added some missing German templates from Egon Frerich.
    
        - Added Greek translation from Antonis Limperis.
    
        - A few errors in the Basque translation are fixed.  Bug #836861.
    
        - Fixed a misspelling in the German invite.txt template.  Bug #815444.
    
        - Fixed a missing format character in the Spanish translation.
          Bug #670988.
    
        - Thanks go to the following for updating translations for the changes in
          this release.
            Thijs Kinkhorst
            Stefan Foerster
            Fabian Wenk
    
      Bug Fixes and other patches
    
        - Fixed a bug that could send an admin notice of a held subscription with
          the subject in the user's preferred language instead of the list's
          preferred language and possibly not properly RFC 2047 encoded.
          (LP: #998949)
    
        - Fixed a possible CPU bound loop in OutgoingRunner if the attempt to
          Connect to the SMTP server throws a socket.error.  (LP: #966531)
    
        - Fixed a potential crash in the web UI if a language is removed from the
          LC_DESCRIPTIONS dictionary.  (LP: #966565)
    
        - Added an Auto-Submitted: header to invitations and (un)subscription
          confirmation requests to reduce the possibility of an autoresponder
          confirming the request.  (LP: #265831)
    
        - Added javascript to the private.html and admlogin.html templates to
          focus the cursor on the entry field.  (LP: #266054)
    
        - Added CPPFLAGS and LDFLAGS to src/Makefile to support their use.
          (LP: #637652)
    
        - Stopped removing the trailing slash from the List-Archive: header URL.
          (LP: #964190)
    
        - A configured version of contrib/courier-to-mailman.py is now created in
          build/contrib/courier-to-mailman.py.  (LP: #999250)
    
        - Subscription disabled warnings are now sent without a Precedence:
          header.  Bug #808821.
    
        - Backported 2.2 branch fix for a problem in SpamDetect.py that could
          cause header_filter_rules to fail to match RFC 2047 encoded headers.
    
        - Fix for bug #629738 could cause a crash in the admindb details display
          if the decoded message body contained characters not in the character
          set of the list's preferred language.  Fixed.  Bug #910440.
    
        - Added recognition for another Qmail bounce format.
    
        - Fixed an erroneous seek in the Mailman.Mailbox.Mailbox.AppendMessage
          method that could cause a corrupt mailbox for files opened 'w+'.
          Bug #901957.
    
        - A held message with a null sender caused a crash in the admindb
          interface.  This is fixed by changing the sender to <missing>.
          Bug #897103.
    
        - Changed subject prefixing to allow for possible whitespace between an
          'Re' and the following colon when determining how to add the prefix.
          Bug #893290.
    
        - Fixed a problem where topics regexps would not match RFC 2047 encoded
          Keywords: and/or Subject: headers.  Bug #891676.
    
        - Fixed misleading response to an email approval of a held message.
          Bug #889968.
    
        - Added masthead.txt to the list of templates that can be edited via the
          web admin interface.  Bug #266805.
    
        - Changed the way digest_footer is added to the RFC 1153 (plain) format
          digest for RFC compliance.  Bug #887610.
    
        - Fixed cron/checkdbs to report unsubscriptions waiting approval.
          Bug #873821.
    
        - The fix for BUG #266220 (sf1181161) has been enhanced so that if there
          is a pathological HTML part such that the Approved: password text isn't
          found, but it is found after stripping out HTML tags, the post is
          rejected with an informative message.
    
        - A bug that would cause reset of any new_member_options bits other than
          the four displayed as checkboxes on the list admin General Options page
          whenever the page was updated or bin/config_list attempted to update
          new_member_options has been fixed.  Bug #865825.
    
        - A problem with the logic avoiding unnecessarily reloading a current list
          object from the config.pck arises if the list is updated by another
          process within the same second that it was last read/written.  That can
          cause the reading of latest version of the list to be skipped.  This has
          been fixed.  Bug #862675.
    
        - Fixed bin/export.py to accept case insensitive password schemes.
          Bug #833134.
    
        - Added Tokio Kikuchi's icons to the misc/ and installed icons/
          directories.  Bug #782474.
    
        - Fixed a problem which could result in raw, undecoded message bodies
          appearing in plain digests and archives.  Bug #787790.
    
        - Fixed a problem in admindb.py where the character set for the display of
          the message body excerpt was not correctly determined.  Bug #779751.
    
        - Prevented setting user passwords with leading/trailing whitespace.
          Bug #778088.
    
        - Mailman now sets the 'secure' flag in cookies set via https URLs.
          Bug #770377.
    
        - Added a logout link to the admindb interface and made both admin and
          admindb logout effective for a site admin cookie if allowed.
          Bug #769318.
    
        - Replaced the old Mailman logos and icon that install to Mailman's icons
          directory with the new ones.  If you copy these elsewhere on your
          server, please copy these new ones.
    
        - Changed bin/genaliases to only call the POSTFIX_*_CMD commands once when
          MTA = 'Postfix'.  Bug #266408.
    
        - Added a report of the affected members to the warnings issued when
          setting a list with digest members digestable=No and when setting a list
          with non-digest members nondigestable=no.  Bug #761232.
    
        - Fixed a problem where content filtering could remove the headers from
          an attached message/rfc822 part if the message in that part is
          multipart/alternative and collapse_alternatives is Yes.  Bug #757062.
    
        - Changed the subscribe CGI to strip leading and trailing whitespace from
          the supplied email address.  Bug #745432.
    
        - Changed the maximum number of arguments for the who command to be
          considered administrivia from 2 to 1 to help avoid false positives.
          Bug #739524.
    
        - Added the list name as 'display-name' in added Sender: headers to help
          mitigate Outlook et al 'on behalf of' displays.  Bug #736849.
    
        - Fixed a typo in the usage() definition cron/gate_news.  Bug #721015.
    
        - Fixed an uncaught KeyError when poster tries to cancel a post which was
          already handled.  Bug #266224.
    
        - Held message user notifications now come From: list-owner instead of
          list-bounces.  Bug #714424.
    
        - Issue an HTTP 404 status for private archive file not found.
    
        - @listname entries in *_these_nonmembers are no longer case sensitive.
          Bug #705715.
    
        - Changed bin/rmlist to also remove heldmsg files for the removed list and
          fixed a problem with removal of stale locks for the list.  Bug #700528.
    
        - Fixed a bug where content filtering could leave a multipart message or
          part with just one sub-part. These should be recast to just the sub-part.
          Bug #701558.
    
        - Fixed a bug that could erroneously handle posts from addresses in
          *_these_nonmembers and send held/rejected notices to bogus addresses when
          The From or other sender header is RFC 2047 encoded.  Bug #702516.
    
        - Updated contrib/mm-handler-2.1.10 to better handle lists with names that
          look like admin addresses.  Bug #697161.
    
        - Added bounce recognition for a bogus Dovecot MDN.  Bug #693134.
    
        - Fixed a problem where an emailed command in the Subject: header with a
          non-ascii l10n of an 'Re:' prefix is ignored.  Bug #685261.
    
        - Fixed a problem with approving a post by email when the body of the
          approval mail is base64 encoded.  Bug #677115.
    
        - Fixed the host name in the From: address of the owner notification from
          bin/add_members.  Bug #666181.
    fhajny committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    68c1cde View commit details
    Browse the repository at this point in the history
  9. Updated mail/mailman to 2.1.18.1

    fhajny committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    f25ef47 View commit details
    Browse the repository at this point in the history
  10. Update goaccess to 0.8

    Changes to GoAccess 0.8 - Tuesday, May 20, 2014
    
      * Added APT-HTTP to the list of browsers.
      * Added data persistence and ability to load data from disk.
      * Added IE11 to the list of browsers.
      * Added IEMobile to the list of browsers.
      * Added multiple command line options.
      * Added Nagios check_http to the list of browsers.
      * Added parsing progress metrics - total requests / requests per second.
      * Added the ability to parse a GeoLiteCity.dat to get the city given an IPv4.
      * Change the way the configuration file is parsed. This will parse all
        configuration options under ~/.goaccessrc or the specified config file and will
        feed getopt_long with the extracted key/value pairs. This also allows the
        ability to have comments on the config file which won't be overwritten.
      * Ensure autoconf determines the location of ncurses headers.
      * Fixed issue where geo_location_data was NULL.
      * Fixed issue where GoAccess did not run without a tty allocated to it.
      * Fixed potential memory leak on --log-file realpath().
      * Fixed Solaris build errors.
      * Implemented an on-memory hash database using Tokyo Cabinet. This implementation
        allows GoAccess not to rely on GLib's hash table if one is needed.
      * Implemented large file support using an on-disk B+ Tree database. This
        implementation allows GoAccess not to hold everything in memory but instead it
        uses an on-disk B+ Tree database.
      * Trimmed leading and trailing whitespaces from keyphrases module.
    wiedi committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    38d3a57 View commit details
    Browse the repository at this point in the history
  11. Updated www/goaccess to 0.8

    wiedi committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    ff8eacc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d503a22 View commit details
    Browse the repository at this point in the history
  13. Changes 3.3.1.2:

    - fixed bug that prevents running the game on Mac OS X "Mavericks"
    - improved behaviour on restart after failing on a broken level set
    - improved general error handling with reference to error message file
    adam committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    b1df527 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8afe32c View commit details
    Browse the repository at this point in the history
  15. Updated games/rocksndiamonds to 3.3.1.2

    adam committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    7877dc7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c9c9664 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7f6ba1c View commit details
    Browse the repository at this point in the history
  18. Update to 24.6.0

    Changelog:
    Fixed in Firefox ESR 24.6
    MFSA 2014-52 Use-after-free with SMIL Animation Controller
    MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer
    MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6)
    ryoon committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    0257e6e View commit details
    Browse the repository at this point in the history
  19. Updated devel/xulrunner24 to 24.6.0

    Updated www/firefox24 to 24.6.0
    ryoon committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    f4f1ebb View commit details
    Browse the repository at this point in the history
  20. Update to 24.6.0

    * Sync with firefox24
    ryoon committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    a749a71 View commit details
    Browse the repository at this point in the history
  21. Fix the network plugin for NetBSD. Fix the previously committed tcpconns

    plugin patch to stop breaking on NetBSD 6.1.
    fhajny committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    98565ff View commit details
    Browse the repository at this point in the history
  22. Import py34-color-0.1 as textproc/py-color.

    Color is a (very) small module for Python 3.2 and later. It allows printing
    colors to the console. It works on any ANSI terminal, and the Windows command
    line. To use it, simply use the print function as you always have, however you
    now have the option of passing color to it as well.
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    357d54e View commit details
    Browse the repository at this point in the history
  23. Added textproc/py-color version 0.1

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    180e060 View commit details
    Browse the repository at this point in the history
  24. Import py27-colour-0.0.5 as textproc/py-colour.

    Converts and manipulates common colour representations (RGB, HSV, web, ...)
    
    Features:
    
     * Damn simple and pythonic way to manipulate colour representations
     * Full conversion between RGB, HSV, 6-digit hex, 3-digit hex, human colour
     * One object (Color) or bunch of single purpose function (rgb2hex, hsl2rgb ...)
     * Web format that uses the smallest representation between 6-digit, 3-digit,
       fully-spelled colour, that is following W3C color naming for CSS or HTML
       colour specifications.
     * Smooth intuitive colour scale generation choosing N colour gradients.
     * Can pick colours for you to identify objects of your application.
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    c848739 View commit details
    Browse the repository at this point in the history
  25. Added textproc/py-colour version 0.0.5

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    f8f1a20 View commit details
    Browse the repository at this point in the history
  26. Import py27-phonenumbers-6.1.0 as textproc/py-phonenumbers.

    Python version of Google's common library for parsing, formatting, storing and
    validating international phone numbers.
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    a3ff326 View commit details
    Browse the repository at this point in the history
  27. Added textproc/py-phonenumbers version 6.1.0

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    e9cd95e View commit details
    Browse the repository at this point in the history
  28. +py-{color,colour,phonenumbers}

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    7be554c View commit details
    Browse the repository at this point in the history
  29. Import py27-flexmock-0.9.7 as devel/py-flexmock.

    flexmock is a testing library for Python that makes it easy to create mocks,
    stubs and fakes.
    
    The API is inspired by a Ruby library of the same name, but Python flexmock is
    not a clone of the Ruby version. It omits a number of redundancies in the Ruby
    flexmock API, alters some defaults, and introduces a number of Python-only
    features.
    
    flexmock's design focuses on simplicity and intuitiveness. This means that the
    API is as lean as possible, though a few convenient short-hand methods are
    provided to aid brevity and readability.
    
    flexmock declarations are structured to read more like English sentences than
    API calls, and it is possible to chain them together in any order to achieve
    high degree of expressiveness in a single line of code.
    
    In addition, flexmock integrates seamlessly with all major test runners to
    reduce even more mock-related boilerplate code.
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    591f384 View commit details
    Browse the repository at this point in the history
  30. Added devel/py-flexmock version 0.9.7

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    de1d842 View commit details
    Browse the repository at this point in the history
  31. +py-flexmock

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    2c5b18f View commit details
    Browse the repository at this point in the history
  32. Import py27-infinity-1.3 as math/py-infinity.

    All-in-one infinity value for Python. Can be compared to any object.
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    5e94da6 View commit details
    Browse the repository at this point in the history
  33. Added math/py-infinity version 1.3

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    fef54fe View commit details
    Browse the repository at this point in the history
  34. +py-infinity

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    fd17e31 View commit details
    Browse the repository at this point in the history
  35. Import py27-pymysql-0.6.2 as databases/py-pymysql.

    This package contains a pure-Python MySQL client library. The goal of PyMySQL is
    to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython
    and Jython.
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    c5532bc View commit details
    Browse the repository at this point in the history
  36. Added databases/py-pymysql version 0.6.2

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    7208544 View commit details
    Browse the repository at this point in the history
  37. +py-pymysql

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    5f1e27b View commit details
    Browse the repository at this point in the history
  38. Import py27-arrow-0.4.2 as time/py-arrow.

    Arrow is a Python library that offers a sensible, human-friendly approach to
    creating, manipulating, formatting and converting dates, times, and timestamps
    It implements and updates the datetime type, plugging gaps in functionality, and
    provides an intelligent module API that supports many common creation scenarios
    Simply put, it helps you work with dates and times with fewer imports and
    a lot less code.
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    0729424 View commit details
    Browse the repository at this point in the history
  39. Added time/py-arrow version 0.4.2

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    07d28bb View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    6b3c798 View commit details
    Browse the repository at this point in the history
  41. 3.4.0 Added the ability to use classes and generic callables as calle…

    …rs and
    
    implemented a signature-preserving contexmanager decorator. Fixed a bug
    with the signature f(**kw) in Python 3 and fixed a couple of doctests
    broken by Python 3.3.
    
    3.3.3 Fixed a bug with kwonlyargs for Python 3
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    9a760ac View commit details
    Browse the repository at this point in the history
  42. Updated devel/py-decorator to 3.4.0

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    7a1b35f View commit details
    Browse the repository at this point in the history
  43. Import py27-validators-0.5.0 as textproc/py-validators.

    Python has all kinds of data validation tools, but every one of them seems to
    require defining a schema / form. This is a simple validation library where
    validating a simple value does not require defining a form or a schema.
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    e072a4c View commit details
    Browse the repository at this point in the history
  44. Added textproc/py-validators version 0.5.0

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    5742ff4 View commit details
    Browse the repository at this point in the history
  45. +py-validators

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    0648c1a View commit details
    Browse the repository at this point in the history
  46. Import py27-wtforms-test-0.1.1 as www/py-wtforms-test.

    Various unit test helpers for WTForms forms.
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    101ce38 View commit details
    Browse the repository at this point in the history
  47. Added www/py-wtforms-test version 0.1.1

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    4137ef4 View commit details
    Browse the repository at this point in the history
  48. +py-wtforms-test

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    be7ffdf View commit details
    Browse the repository at this point in the history
  49. Fix broken PKGNAME. Update MASTER_SITES and add pypi to them. From

    RELEASENOTES:
    
    == 2.1.11 ==
    
    (2014-01-31)
    
      * hostmask parsing bug fixed by pmarks (a nearly complete rewrite of the mask parsing code)
      * i97, incorrectly parses some v6 addresses.
      * docstring typos.
      * i95, refer to the nets in the exception raised by collapse_address_list
      * add license to boilerplate to test-2to3.sh
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    9385677 View commit details
    Browse the repository at this point in the history
  50. Updated devel/py-ipaddr to 2.1.11

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    42dc6ab View commit details
    Browse the repository at this point in the history
  51. eep - forgot to REPLACE_PYTHON

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    7a55972 View commit details
    Browse the repository at this point in the history
  52. Update to phpPgAdmin 5.1

    Changes in version 5.1:
    
    Features
    * Full support for PostgreSQL 9.1 and 9.2
    * New plugin architecture, including addition of several new hooks
    * Support nested groups of servers
    * Expanded test coverage in Selenium test suite
    * Highlight referencing fields on hovering Foriegn Key values
      when browsing tables
    * Simplified translation system implementation
    * Don't show cancel/kill options in process page to non-superusers
    * Add download ability from the History window
    * User queries now paginate by default
    
    Bugs
    * Fix several bugs with bytea support, including possible data
      corruption bugs when updating rows that have bytea fields
    * Numeruous fixes for running under PHP Strict Standards
    * Fix navigation links when browsing results from a report
    * Fix multiple bugs related to GPC parameters pollution from code
    * Fix an issue with autocompletion of text based Foreign Keys
    * Fix a bug when browsing tables with no unique key
    * Fix a bug with nested groups when no server was set
    
    Translations
    * Lithuanian
    
    Incompatabilities
    * We have stopped testing against Postgres versions < 8.4
    * phpPgAdmin core is now UTF-8 only
    asau committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    dedd801 View commit details
    Browse the repository at this point in the history
  53. Updated databases/phppgadmin to 5.1

    asau committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    8a98614 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    5838c78 View commit details
    Browse the repository at this point in the history
  55. Update bind99 to 9.9.5pl1 (BIND 9.9.5-P1).

    3859.	[bug]		Don't call qsort with a null pointer. [RT #35968]
    
    3858.	[bug]		Disable GCC 4.9 "delete null pointer check".
    			[RT #35968]
    
    3742.	[port]		linux: libcap support: declare curval at start of
    			block. [RT #35387]
    
    	--- 9.9.5-W1 released ---
    
    3724.	[bug]		win32: Fixed a bug that prevented dig and
    			host from exiting properly after completing
    			a UDP query. [RT #35288]
    taca committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    0560c2e View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    5127525 View commit details
    Browse the repository at this point in the history
  57. Just bump the date for the Thunderbird change.

    joerg committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    8d5b385 View commit details
    Browse the repository at this point in the history
  58. Race conditions when creating directories.

    joerg committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    fb3bdaa View commit details
    Browse the repository at this point in the history
  59. Fix build with clang.

    joerg committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    a60ca0d View commit details
    Browse the repository at this point in the history
  60. Updated to latest stable release, 0.9.4. This was required, because some

    newer py-sqlalchemy-* packages won't work with our archive version. Changes
    are too numerous to list here. Check:
    http://docs.sqlalchemy.org/en/latest/changelog/
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    dabb41c View commit details
    Browse the repository at this point in the history
  61. Generalize the orig removal.

    joerg committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    a010429 View commit details
    Browse the repository at this point in the history
  62. Updated databases/py-sqlalchemy to 0.9.4

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    fd60f51 View commit details
    Browse the repository at this point in the history
  63. If libgcc.a doesn't exist, don't fail.

    joerg committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    4acd79a View commit details
    Browse the repository at this point in the history
  64. Import py27-pbr-0.8.2 as devel/py-pbr.

    PBR is a library that injects some useful and sensible default behaviors into
    your setuptools run. It started off life as the chunks of code that were copied
    between all of the OpenStack projects. Around the time that OpenStack hit 18
    different projects each with at least 3 active branches, it seemed like a good
    time to make that code into a proper reusable library.
    
    PBR is only mildly configurable. The basic idea is that there's a decent way to
    run things and if you do, you should reap the rewards, because then it's simple
    and repeatable. If you want to do things differently, cool! But you've already
    got the power of Python at your fingertips, so you don't really need PBR.
    
    PBR builds on top of the work that d2to1 started to provide for declarative
    configuration. d2to1 is itself an implementation of the ideas behind distutils2.
    Although distutils2 is now abandoned in favor of work towards PEP 426 and
    Metadata 2.0, declarative config is still a great idea and specifically
    important in trying to distribute setup code as a library when that library
    itself will alter how the setup is processed. As Metadata 2.0 and other modern
    Python packaging PEPs come out, PBR aims to support them as quickly as possible.
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    561b655 View commit details
    Browse the repository at this point in the history
  65. Added devel/py-pbr version 0.8.2

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    e743272 View commit details
    Browse the repository at this point in the history
  66. +py-pbr - unrelated to hipsters

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    5e56572 View commit details
    Browse the repository at this point in the history
  67. Updated to latest release, 0.9.1. Updated HOMEPAGE. Adds py-{six,pbr} as

    dependencies. Use python/application.mk to REPLACE_PYTHON in a lot of
    files. Works with python3x, supposedly. From Changelog:
    
    CHANGES
    =======
    
    0.9.1
    -----
    
    * Move patch from oslo to drop unique constraints with sqlite
    * Port to Python3
    * tests: Replace "self.assert_" by "self.assertTrue"
    
    0.9
    ---
    
    * turn on testing for sqla 0.9
    * Replace AbstractType by TypeEngine
    * fix scripttest compat
    * Use native quote attribute introduced in sqla 0.9
    * Fix genmodel for SQLA 0.9
    * Conditionally import ibmdb2/ibm_db_sa
    * migrate needs subunit >= 0.0.18
    * UniqueConstraint named and escaped twice
    * Eradicate trailing whitespace
    * Convert tabs to spaces in a couple of rst files
    
    0.8.5
    -----
    
    * uncap SQLA in requirements.txt
    * Add DB2 10.5 Support
    * Sync with global requirements
    * Fix broken development version link in README
    
    0.8.2
    -----
    
    * Un-break the version in migrate/__init__.py
    * Fix the version number to match the last release
    
    0.8.1
    -----
    
    * Remove the tag_build line from setup.cfg
    * Drop setuptools_git test requirement
    
    0.8
    ---
    
    * Fix int overflow exception in unittest
    * Fix dropping of indexed columns in sqlite/sa08
    * Run tests on PostgreSQL and MySQL too
    * Update tox requirements
    * Stop using the d2to1-based pbr
    * decouple index name generation from sqlalchemy version
    * Run tests with different SQLAlchemy versions
    * Add a workaround for pytz and pip>=1.4
    * Add a reqs files for RTFD
    * Fix exceptions for SQLAlchemy 0.8
    * added bugfixes for 0.8
    * Updated to OpenStack Build stuff
    * Removed hg and google code references
    * Initial changes to import into StackForge
    * update changelog
    * fix error, Text columns have no width
    * fix deprecation warning by using MetaData.reflect
    * update credits and changelog
    * Import correct exceptions module (Fixes issue 154)
    * update changelog and credits
    * apply patch for issue #72 by asuffield@gmail.com
    * update changelog and credits
    * Fix excludeTablesgetDiffOfModelAgainstModel is not passing excludeTables correctly
    * start next development iteration
    * Added signature for changeset ad06c76fc174
    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    1307470 View commit details
    Browse the repository at this point in the history
  68. Updated databases/py-sqlalchemy-migrate to 0.9.1

    rodent committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    1f90d33 View commit details
    Browse the repository at this point in the history
  69. install_name_tool must be used on OS X

    adam committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    4c53484 View commit details
    Browse the repository at this point in the history
  70. p5-Apache-Reload really was supposed to die.

    joerg committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    8faf60c View commit details
    Browse the repository at this point in the history
  71. Regen

    joerg committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    ce27ad5 View commit details
    Browse the repository at this point in the history
  72. Update x11-links to 0.91.

    On Linux with LIBABISUFFIX, only include lib$LIBABISUFFIX directories rather
    than both, as it can cause issues with ld finding suitable libraries.  Fixes
    a bunch of packages.
    jperkin committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    d1d7bed View commit details
    Browse the repository at this point in the history
  73. Updated pkgtools/x11-links to 0.91

    jperkin committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    0dc7da1 View commit details
    Browse the repository at this point in the history
  74. Fix build failure on Linux (PLIST issue)

    cheusov committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    26d82f5 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    54d2fae View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    50f5cd7 View commit details
    Browse the repository at this point in the history
  77. Also look for backtrace() in libexecinfo.

    wiz committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    942b1dd View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    dff2749 View commit details
    Browse the repository at this point in the history
  79. Updated sysutils/dbus to 1.8.4nb1

    wiz committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    7e0350a View commit details
    Browse the repository at this point in the history
  80. Update to 1.7.60 (7u60)

    Changelog:
    From release notes for Oracle JDK 7u60
    http://www.oracle.com/technetwork/java/javase/7u60-relnotes-2200106.html .
    
    Java SE Development Kit 7, Update 60 (JDK 7u60)
    
    The full version string for this update release is 1.7.0_60-b19 (where "b" means "build"). The version number is 7u60.
    Highlights
    
    This update release contains several enhancements and changes including the following:
    
      Java Mission Control
      New Features and Changes
    
    IANA Data 2014b
    
    JDK 7u60 contains IANA time zone data version 2014b. For more information, refer to Timezone Data Versions in the JRE Software.
    
    JavaFX
    
    This JDK release includes JavaFX version 2.2.60.
    Java Mission Control
    
    This JDK release includes Java Mission Control(JMC) version 5.3. For more information, see JMC 5.3 Release Notes.
    New Features and Changes
    
    Java ignores deployment.expiration.check.enabled property for first launch
    
    If you have an older version of Java and expiration check is turned off through deployment.properties file, Java may ignore this property for first launch.
    
    To ensure that expiration check is disabled, use the following Java Web Start command:
    javaws -userConfig deployment.expiration.check.enabled false
    
    If this property is changed in the deployment.properties file, open the Java Control Panel before starting an application to ensure that the native cache is synchronized with the file. For more information, see Deployment Configuration File and Properties.
    New flags added to Java Management API
    
    The flags MinHeapFreeRatio and MaxHeapFreeRatio have been made manageable. This means they can be changed at runtime using the management API in Java. Support for these flags have also been added to the ParallelGC as part of the adaptive size policy.
    Bug Fixes
    
    For a list of bug fixes included in this release, see JDK 7u60 Bug Fixes page.
    
    The following are some of the notable bug fixes in this release:
    
    Area: security-libs/java.security
    Synopsis: Realm.getRealmsList returns realms list in wrong order
    
    Java does not support the [capaths] section in krb5.conf correctly if there are more then one intermediate realm between the client realm and the server realm.
    
    See 8012615.
    ryoon committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    f6fa9c9 View commit details
    Browse the repository at this point in the history
  81. Updated lang/openjdk7 to 1.7.60

    ryoon committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    37cf8a6 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    f5686ef View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2014

  1. py-crypto is now a dependency and the package is egg-aware. Update

    MASTER_SITES and add pypi to them. Use PREFIX instead of LOCALBASE in one
    SUBST_CLASS instead of two. ${PKGMANDIR}/man3 is no longer used. Comment
    patches and delint. From CHANGELOG:
    
    1.6.3
    
        Corrects a regression where handlers were run across all hosts, not just those that triggered the handler.
        Fixed a bug in which modules did not support properly moving a file atomically when su was in use.
        Fixed two bugs related to symlinks with directories when using the file module.
        Fixed a bug related to MySQL master replication syntax.
        Corrects a regression in the order of variable merging done by the internal runner code.
        Various other minor bug fixes.
    
    1.6.2
    
        If an improper locale is specified, core modules will now automatically revert to using the 'C' locale.
        Modules using the fetch_url utility will now obey proxy environment variables.
        The SSL validation step in fetch_url will likewise obey proxy settings, however only proxies using the http protocol are supported.
        Fixed multiple bugs in docker module related to version changes upstream.
        Fixed a bug in the ec2_group module where egress rules were lost when a VPC was specified.
        Fixed two bugs in the synchronize module:
            a trailing slash might be lost when calculating relative paths, resulting in an incorrect destination.
            the sync might use the inventory directory incorrectly instead of the playbook or role directory.
        Files will now only be chown'd on an atomic move if the src/dest uid/gid do not match.
    
    1.6.1
    
        Fixed a bug in group_by, where systems were being grouped incorrectly.
        Fixed a bug where file descriptors may leak to a child process when using accelerate.
        Fixed a bug in apt_repository triggered when python-apt not being installed/available.
        Fixed a bug in the apache2_module module, where modules were not being disabled correctly.
    
    1.6
    
    Major features/changes:
    
        The deprecated legacy variable templating system has been finally removed. Use {{ foo }} always not $foo or ${foo}.
        Any data file can also be JSON. Use sparingly -- with great power comes great responsibility. Starting file with "{" or "[" denotes JSON.
        Added 'gathering' param for ansible.cfg to change the default gather_facts policy.
        Accelerate improvements:
            multiple users can connect with different keys, when accelerate_multi_key = yes is specified in the ansible.cfg.
            daemon lifetime is now based on the time from the last activity, not the time from the daemon's launch.
        ansible-playbook now accepts --force-handlers to run handlers even if tasks result in failures.
        Added VMWare support with the vsphere_guest module.
    
    New Modules:
    
        files: replace
        packaging: cpanm (Perl)
        packaging: portage
        packaging: composer (PHP)
        packaging: homebrew_tap (OS X)
        packaging: homebrew_cask (OS X)
        packaging: apt_rpm
        packaging: layman
        monitoring: logentries
        monitoring: rollbar_deployment
        monitoring: librato_annotation
        notification: nexmo (SMS)
        notification: twilio (SMS)
        notification: slack (Slack.com)
        notification: typetalk (Typetalk.in)
        notification: sns (Amazon)
        system: debconf
        system: ufw
        system: locale_gen
        system: alternatives
        system: capabilities
        net_infrastructure: bigip_facts
        net_infrastructure: dnssimple
        net_infrastructure: lldp
        web_infrastructure: apache2_module
        cloud: digital_ocean_domain
        cloud: digital_ocean_sshkey
        cloud: rax_identity
        cloud: rax_cbs (cloud block storage)
        cloud: rax_cbs_attachments
        cloud: ec2_asg (configure autoscaling groups)
        cloud: ec2_scaling_policy
        cloud: ec2_metric_alarm
        cloud: vsphere_guest
    
    Other notable changes:
    
        example callback plugin added for hipchat
        added example inventory plugin for vcenter/vsphere
        added example inventory plugin for doing really trivial inventory from SSH config files
        libvirt module now supports destroyed and paused as states
        s3 module can specify metadata
        security token additions to ec2 modules
        setup module code moved into module_utils/, facts now accessible by other modules
        synchronize module sets relative dirs based on inventory or role path
        misc bugfixes and other parameters
        the ec2_key module now has wait/wait_timeout parameters
        added version_compare filter (see docs)
        added ability for module documentation YAML to utilize shared module snippets for common args
        apt module now accepts "deb" parameter to install local dpkg files
        regex_replace filter plugin added
        added an inventory script for Docker
        added an inventory script for Abiquo
        the get_url module now accepts url_username and url_password as parameters, so sites which require authentication no longer need to have them embedded in the url
        ... to be filled in from changelogs ...
    
    1.5.5
    
        Security fix for vault, to ensure the umask is set to a restrictive mode before creating/editing vault files.
        Backported apt_repository security fixes relating to filename/mode upon sources list file creation.
    
    1.5.4
    
        Security fix for safe_eval, which further hardens the checking of the evaluation function.
        Changing order of variable precendence for system facts, to ensure that inventory variables take precedence over any facts that may be set on a host.
    
    1.5.3
    
        Fix validate_certs and run_command errors from previous release
        Fixes to the git module related to host key checking
    
    1.5.2
    
        Fix module errors in airbrake and apt from previous release
    
    1.5.1
    
        Force command action to not be executed by the shell unless specifically enabled.
        Validate SSL certs accessed through urllib*.
        Implement new default cipher class AES256 in ansible-vault.
        Misc bug fixes.
    
    1.5
    
    Major features/changes:
    
        when_foo which was previously deprecated is now removed, use "when:" instead. Code generates appropriate error suggestion.
        include + with_items which was previously deprecated is now removed, ditto. Use with_nested / with_together, etc.
        only_if, which is much older than when_foo and was deprecated, is similarly removed.
        ssh connection plugin is now more efficient if you add 'pipelining=True' in ansible.cfg under [ssh_connection], see example.cfg
        localhost/127.0.0.1 is not required to be in inventory if referenced, if not in inventory, it does not implicitly appear in the 'all' group.
        git module has new parameters (accept_hostkey, key_file, ssh_opts) to ease the usage of git and ssh protocols.
        when using accelerate mode, the daemon will now be restarted when specifying a different remote_user between plays.
        added no_log: option for tasks. When used, no logging information will be sent to syslog during the module execution.
        acl module now handles 'default' and allows for either shorthand entry or specific fields per entry section
        play_hosts is a new magic variable to provide a list of hosts in scope for the current play.
        ec2 module now accepts 'exact_count' and 'count_tag' as a way to enforce a running number of nodes by tags.
        all ec2 modules that work with Eucalyptus also now support a 'validate_certs' option, which can be set to 'off' for installations using self-signed certs.
        Start of new integration test infrastructure (WIP, more details TBD)
        if repoquery is unavailble, the yum module will automatically attempt to install yum-utils
        ansible-vault: a framework for encrypting your playbooks and variable files
        added support for privilege escalation via 'su' into bin/ansible and bin/ansible-playbook and associated keywords 'su', 'su_user', 'su_pass' for tasks/plays
    
    New modules:
    
        cloud: ec2_elb_lb
        cloud: ec2_key
        cloud: ec2_snapshot
        cloud: rax_dns
        cloud: rax_dns_record
        cloud: rax_files
        cloud: rax_files_objects
        cloud: rax_keypair
        cloud: rax_queue
        cloud: docker_image
        messaging: rabbitmq_policy
        system: at
        utilities: assert
    
    Other notable changes (many new module params & bugfixes may not not listed):
    
        no_reboot is now defaulted to "no" in the ec2_ami module to ensure filesystem consistency in the resulting AMI.
        sysctl module overhauled
        authorized_key module overhauled
        synchronized module now handles local transport better
        apt_key module now ignores case on keys
        zypper_repository now skips on check mode
        file module now responds to force behavior when dealing with hardlinks
        new lookup plugin 'csvfile'
        fixes to allow hash_merge behavior to work with dynamic inventory
        mysql module will use port argument on dump/import
        subversion module now ignores locale to better intercept status messages
        rax api_key argument is no longer logged
        backwards/forwards compatibility for OpenStack modules, 'quantum' modules grok neutron renaming
        hosts properly uniqueified if appearing in redundant groups
        hostname module support added for ScientificLinux
        ansible-pull can now show live stdout and pass verbosity levels to ansible-playbook
        ec2 instances can now be stopped or started
        additional volumes can be created when creating new ec2 instances
        user module can move a home directory
        significant enhancement and cleanup of rackspace modules
        ansible_ssh_private_key_file can be templated
        docker module updated to support docker-py 0.3.0
        various other bug fixes
        md5 logic improved during sudo operation
        support for ed25519 keys in authorized_key module
        ability to set directory permissions during a recursive copy (directory_mode parameter)
    
    1.4.5
    
        fixed issue with permissions being incorrect on fireball/accelerate keys when the umask setting was too loose.
    
    1.4.4
    
        fixed a minor issue with newer versions of pip dropping the "use-mirrors" parameter.
    rodent committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    c196141 View commit details
    Browse the repository at this point in the history
  2. Updated sysutils/ansible to 1.6.3

    rodent committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    b404550 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8509aa View commit details
    Browse the repository at this point in the history
  4. 2.0.5

    Bugfixes
    
        fixed support for repeated headers in lua plugin
        fixed support for embedding config in OpenBSD and NetBSD
        various fixes in the curl-based plugins
        fixed milliseconds-based waits
        fixed sharedarea poller
        fixed stats server json escaper
        fixed fastcgi parser and implemented eof management
        improved fast on-demand mode
        exclude avg_rt computation for static files
        fixed variables support in uwsgi internal router
        fixed websockets + keepalive ordering
        disable SIGPIPE management in corutines-based loop-engines
        fixed 64bit sharedarea management in 32bit systems
        honour chmod/chown-socket in fd0 mode
        hack for avoiding Safari iOS to make mess with keepalive
        fixed log setup when both --logto and --log2
        fixed mule_get_msg EAGAIN
        signal_pidfile returns the right error code
        fixed asyncio on OSX
    
    New features
    graceful reload of mule processes
    
    SIGHUP is now sent to mules instead of directly killing them. You are free to trap/catch the signal in the code. If a mule does not die in the allowed "mercy time" (--mule-reload-mercy, default 60 seconds), SIGKILL will be sent.
    return routing action
    
    The new action will allow users to write simplified "break" clause.
    
    For example, "return:403" is equivalent to "break:403 Forbidden", with response body "Forbidden".
    
    The response body is quite useful for telling end users what goes wrong.
    --emperor-no-blacklist
    
    this new option, completely disables the blacklisting Emperor subsystem
    Icecast2 protocol helpers
    
    One of the upcoming unbit.com projects is a uWSGI based audio/video streaming server.
    
    The plugin (should be released during europython 2014) already supports the Icecast2 protocol.
    
    A bunch of patches have been added to the http router to support the icecast2 protocol.
    
    For example the --http-manage-source option allows the HTTP router to honour SOURCE method requests, automatically placing them in raw mode.
    --metrics-no-cores, --stats-no-cores, --stats-no-metrics
    
    When you have hundreds (or thousands) of async cores, exposing metrics of them could be really slow.
    
    Three new options have been added allowing you to disable the generation of core-related metrics and (eventually) their usage in the stats server.
    sharedarea improvements
    
    The sharedarea api continues to improve. Latest patches include support for mmapping device directly from the command line.
    
    A funny way for testing it, is mapping the raspberrypi BCM2835 memory, the following example allows you to read the rpi system timer
    
    uwsgi --sharedarea file=/dev/mem,offset=0x20003000,size=4096 ...
    
    now you can read the 64bit value from the first (zero-based) sharedarea:
    
    # read 64bit from 0x20003004
    timer = uwsgi.sharedarea_read64(0, 0x04)
    
    obviously, pay attention when accessing rpi memory, an error could crash the whole system !!!
    UWSGI_GO_CHEAP_CODE
    
    This exit code (15) can be raised by a worker to tell the master to not respawn it
    PROXY1 support for the http router
    
    The option --http-enable-proxy-protocol allows the HTTP router to understand PROXY1 protocol requests (like the ones made by haproxy or amazon elb)
    reset_after_push for metrics
    
    This metric attribute ensure that the matric value is reset to 0 (or its hardcoded initial_value) evry time the metric is pushed to some external system (like carbon, or statsd)
    setremoteaddr
    
    This routing action allows you to completely override the REMOTE_ADDR detected by protocol handlers:
    
    [uwsgi]
    ; treat all requests as local
    route-run = setremoteaddr:127.0.0.1
    
    the resolve option
    
    There are uWSGI options (or plugins) that do not automatically resolves dns name to ip addresses. This option allows you to map a placeholder to the dns resolution of a string:
    
    [uwsgi]
    ; place the dns resolution of 'example.com' in the 'myserver' placeholder
    resolve = myserver=example.com
    subscribe2 = server=%(myserver),key=foobar
    rodent committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    420cedf View commit details
    Browse the repository at this point in the history
  5. Updated www/py-uwsgi to 2.0.5.1

    rodent committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    ca02bca View commit details
    Browse the repository at this point in the history
  6. Update p5-Device-XBee-API to version 0.7.

    Changes since version 0.4:
    
    0.7, 20130330 - jeagle
    
    Add ability to allow users to specify their own frame allocation routines.
    
    Update API mode 2 with latest version from jdodgen
    
    0.6, 20120624 - jeagle
    
    Update documentation.
    
    Add support for API mode 2 escapes. Needs testing.
    
    Add constant for the "BD" baud rate table.
    
    0.5, 20120401 - jeagle
    
    Add support for Win32::SerialPort to enable Windows support. (Thanks Jerry)
    
    Fix issue with tx() in async mode. (Thanks Vicente)
    
    Add support for "explicit rx indicator" packets. (Thanks Vicente)
    dsainty committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    fe5e138 View commit details
    Browse the repository at this point in the history
  7. Updated comms/p5-Device-XBee-API to 0.7

    dsainty committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    0438d0b View commit details
    Browse the repository at this point in the history
  8. Update xerces-j to 1.4.4.

    PR pkg/15108 by Daniel Hagerty.
    
    * ------------------------------------------------------------- *
    * *November 15, 2001 (version 1.4.4)                            *
    * ------------------------------------------------------------- *
        * JAXP fixes. [Edwin Goie]
        * Parser now resolves the locations of schemas referenced by
          other schemas relative to the schema doing the referencing
          rather than to the instance document. [Gopal Sharma/Neil
          Graham]
        * Changed HTML serializer so that, at user option, attributes
          with no value may be represented as attr="" instead of
          simply as attr. The default behaviour has not changed.
          [Sandor Szago (sszago@saba.com)/Neil Graham]
        * Fixed parser behavior: by default Xerces now exposes
          element and attribute values as defined by the Infoset.
          [Tamura Kent, Elena Litani]
        * By default bind "xml" prefix to "http://www.w3.org/XML/1998
          /namespace" per Namespace Constraint: Prefix Declared
          (Namespaces in XML REC) [Elena Litani]
        * Fixed date/time datatype bugs. [Henry Zongaro]
        * Fixed several DOM Level 2 conformance bugs. [Elena Litani]
        * General bug fixes [Elena Litani, Pavani Mukthipudi, Sandy
          Gao]
    
    
    * ------------------------------------------------------------- *
    * *August 20, 2001 (version 1.4.3)                              *
    * ------------------------------------------------------------- *
        * Reorganization of the DOM implementation to separate the
          Core functionality (new classes: CoreDOMImplementationImpl,
          CoreDocumentImpl), from the complete DOM
          (DOMImplementationImpl, DocumentImpl) [Arnaud Le Hors]
        * Fix to Base64 and HexBinary datatype validators so they
          work properly on OS/390 [Steve Dulin/Neil Graham]
        * General bug fixes [Lisa Martin, Sandy Gao, Elena Litani,
          Neil Graham]
    
    
    * ------------------------------------------------------------- *
    * *July 23, 2001 (version 1.4.2)                                *
    * ------------------------------------------------------------- *
        * Performance fixes [Henry Zongaro/Lisa Martin]
        * Patches for improving serializer extensibility [Gunnlaugur
          Thor Briem/Elena Litani]
        * Bug fixes (schema implementation, build, etc.) [Sandy Gao,
          Neil Graham, Elena Litani, Lisa Martin]
    
    
    * ------------------------------------------------------------- *
    * *June 22, 2001 (version 1.4.1)                                *
    * ------------------------------------------------------------- *
        * Added support for all IANA encoding aliases which have a
          clear mapping to encodings recognized by Java [Neil Graham]
        * Addressed degradations in DTD validation performance caused
          by the schema implementation [Sandy Gao, Neil Graham]
        * Bug fixes [Sandy Gao, Neil Graham, Elena Litani, Lisa
          Martin, Henry Zongaro, Edwin Goei]
        * Added support for setAttribute/getAttribute in JAXP [Edwin
          Goei]
        * Added two new parser properties related to XML Schema
          [Elena Litani]
    
    
    * ------------------------------------------------------------- *
    * *May 22, 2001 (version 1.4.0)                                 *
    * ------------------------------------------------------------- *
        * Completed implementation of schema Identity Constraints
          [Neil Graham]
        * Update XPath support to bring it into compliance with
          Schema PR [Achille Fokoue Nkoutche/Neil Graham]
        * Implemented Schema PR changes to the syntax of <attribute>
          declarations [Ted Han (than@ghx.com)/Neil Graham]
        * Added French resource bundle for regex package [Jean-Claude
          Dufourd, Laurent Foret/Neil Graham]
        * Added support for Schema "final" attribute [Neil Graham]
        * Added support for nillable and removed limitation for
          xsi:schemaLocation usage [Elena Litani]
        * PR changes for Datatypes (including implementation of date/
          time) [Sandy Gao, Elena Litani]
        * Added support for fixed attribute on datatype facets [Elena
          Litani]
        * Constraint checking [Lisa Martin, Neil Graham, Sandy Gao,
          Elena Litani]
        * Re-implemented "all" group support for performance reasons
          [Henry Zongaro]
        * Re-implemented "mixed" content model groups for Schema
          [Lisa Martin]
        * Miscellaneous bug fixes [Arnaud Le Hors, Jeffrey Rodrigues,
          Elena Litani]
    
    
    * ------------------------------------------------------------- *
    * *March 16, 2001 (version 1.3.1)                               *
    * ------------------------------------------------------------- *
        * Added support for schema <redefine> element [Neil Graham]
        * Added support for schema notations [Elena Litani]
        * Implemented validation constraints for the "abstract"
          attribute on elements [Lisa Martin]
        * Simple value normalization and whitespace facet support
          [Elena Litani]
        * Fixed validation constraints surrounding the schema
          <annotation> element info item [Neil Graham]
        * Implemented support for JAXP 1.1 [Edwin Goei]
        * Added experimental DOM Level 3 features for handling XML
          header [Elena Litani]
        * Miscellaneous bugfixes [Arnaud Le Hors, Neil Graham, Elena
          Litani, Andy Clark, Lynn Monson, Sandy Gao, Brad O'Hearne]
        * Partially fixed inability to make (or build) Xerces under
          Unix [Neil Graham]
        * Removed final from XMLSerializer per request [Andy Clark]
        * Fixed identity constraint bugs (support still limited)
          [Andy Clark]
        * Changed parse method to close streams opened by parser even
          in event of error [Andy Clark]
    
    
    * ------------------------------------------------------------- *
    * *January 31, 2001 (version 1.3.0)                             *
    * ------------------------------------------------------------- *
        * Upgraded schema support to the schema CR drafts at a
          similar level to that which had existed for the WD schema
          specifications. [Elena Litani, Lisa Martin, Neil Graham]
        * Implemented schema union simple type definition. [Elena
          Litani]
        * Implemented many attribute and element declaration
          schema-validation constraints, as well as use=prohibited.
          [Neil Graham]
        * Implemented basic support for XML Schema identity
          constraints [Andy Clark]
        * Fixed bug in Deferred DOM with multiple IDs on same element
          [Andy Clark]
        * Updates to improve DFA build-time performance. [Tozawa
          Akihiko]
        * Optimization of memory used by attribute nodes in the DOM.
          [Arnaud Le Hors]
        * Fixed conflict between HTML DOM and Core DOM. [Mark
          Diekhans]
        * Optimized DOM normalize operation. [Jay Cain + Arnaud Le
          Hors]
    
    
    * ------------------------------------------------------------- *
    * *December 06, 2000 (version 1.2.3)                            *
    * ------------------------------------------------------------- *
        * Fixed Memory leak bug was reported by Tosiki IGA where
          parser runs out of memory [Eric Ye]
        * Rampant object creation even when not validating fix patch
          send by Elena Litani[Elena Litani]
        * ListDatatypeValidator enumeration bug fix by Elena Litani
          Litani[Elena Litani]
        * Optimization in validator to only instantiate objects
          needed in the case of DTD vs. Schemas[Jeffrey Rodriguez]
        * Fixed misc. Schema Structures miscelaneous bugs since last
          release [Eric Ye]
        * improved implementation of <all> schema construct to handle
          8 elements instead of 6; also increased validation speed
          [Neil Graham, Eric Ye]
        * Fixed DOM misc. bugs and other patches since last release
          [Arnaud Le Hors]
        * Miscelaneous DOM patches by Lynn Monson [Lynn Monson]
        * Added new 'load-external-dtd' feature, so that when non
          validating, applications can ask the parser not to load the
          external subset at all [Arnaud Le Hors]
    
    
    * ------------------------------------------------------------- *
    * *November 22, 2000 (version 1.2.2)                            *
    * ------------------------------------------------------------- *
        * DOM 2 Recommendation release support update [Arnaud Le
          Hors]
        * Fixed FAQ section submitted by Tony Montgomery Smith
          [Jeffrey Rodriguez,Tony Montgomery]
        * Added normalization patch by Ken Tamura [Jeffrey Rodriguez,
          Ken Tamura]
        * Fixed hang in UTF8Reader when we find a multb. UTF8 char.
          outside [#x10000-#x10FFFF] range [Jeffrey Rodriguez]
        * Fixed problem in Server env. with Singleton implemtation of
          validators [Eric Ye, Jeffrey Rodriguez]
        * Fixed patch submitted by Elena Litani Kitani and others
          with RangeImpl [Eric Ye, Elena Litani, Lynn Monson]
        * Fixed misc. Schema Structures miscelaneous bugs since last
          release [Eric Ye]
        * Miscelaneous bug fixes and patches submitted by Lisa Martin
          [Lisa Martin]
        * Fixed DOM misc. bugs and other patches since last release
          [Arnaud Le Hors]
    
    
    * ------------------------------------------------------------- *
    * *October 19, 2000 (version 1.2.1)                             *
    * ------------------------------------------------------------- *
        * This is a bug fix release
        * Added Mark Swinkels datatype list refactoring [Mark
          Swinkels, Jeffrey Rodriguez]
        * Added RangeImpl patch submitted by Lynn Monson [Lynn
          monson, Arnaud Le Hors]
        * Fixed datatype registry not being initialized in
          XMLValidator bug [Jeffrey Rodriguez]
        * Fixed misc. Schema Structures bugs since last release [Eric
          Ye]
        * Fixed misc. Datatypes bugs since last release [Jeffrey
          Rodriguez]
    obache committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    6802607 View commit details
    Browse the repository at this point in the history
  9. Updated textproc/xerces-j to 1.4.4.

    obache committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    542ea3b View commit details
    Browse the repository at this point in the history
  10. Update mikutter to 3.0.1.

    * Fixes account authentication related issues.
    * Change match empty extract condition to match all tweets.
    obache committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    91094ef View commit details
    Browse the repository at this point in the history
  11. Updated net/mikutter to 3.0.1

    obache committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    248546e View commit details
    Browse the repository at this point in the history
  12. Update to Racket 6.0.1

    Changes in version 6.0.1
    
    * A new `racket/undefined` library exports `undefined` as the
      value currently produced by
    
        (letrec ([x x]) x)
    
      This library anticipates a future where that expression will
      raise an exception. The `racket/undefined` library will continue
      to offer the `undefined` value as a bridge between versions and
      as a last resort.
    
    * The drawing and GUI libraries provide improved support for
      high-resolution bitmaps and their use on Retina displays. For
      example, `read-bitmap` includes a `#:try-@2x?` option to trigger
      substitutions through the usual "@2x" naming convention.
    
    * Check Syntax cooperates with Typed Racket to show arrows and other
      Check Syntax highlighting even when there is a type error.
    
    * Functions provided via contract-out that have first-order
      contracts perform better.
    
    * The contract boundary between typed/untyped modules is much less
      expensive. Typed Racket now avoids generating contracts for
      places where contracts failures cannot happen.
    
    * Occurrence typing now works better with when/unless. Example:
    
        (let ((x (read)))
          (unless (number? x) (error 'bad-input))
          (add1 x))
    
    * Types in Typed Racket are now pretty-printed.
    
    * Function types can now be written in prefix style, which is now
      preferred and is used for printing. Infix function types are still
      accepted for backwards compatibility.
    
    * A new `->*' type constructor is used for writing types for
      functions with optional and keyword arguments. The notation is
      similar to the matching contract combinator.
    
    * Typed Racket forms do not have a `:' suffix by default now. For
      example, the `struct' form replaces `struct:'. The suffixed
      versions are all provided for backwards compatibility.
    
    * Typed Racket now has preliminary support for classes and
      objects. However, it is still experimental and the APIs are
      subject to change.
    
    * Type aliases in Typed Racket now support recursion and mutual
      recursion. For example, `(define-type (MyList X) (U Null (Pair X
      (MyList X))))' is now a valid type alias.
    
    * Plot correctly renders intersecting 3D graphs and
      non-grid-aligned 3D rectangles.
    
    * Elements in plots output in PDF/PS format have the same relative
      scale as in other formats. In particular, it is not necessary to
      adjust `plot-font-size` to make PDF plots look the same as PNG.
    
    
    Changes in version 6.0
    
    Racket 6.0 has a new package system, including a catalog of
    hundreds of already-available packages. Please visit
    
       http://pkgs.racket-lang.org/
    
    for an overview of the packages.
    
    Racket versions 5.3.4 through 5.3.6 included "beta" versions of the
    package system. Racket version 6.0 incorporates many improvements
    suggested by preliminary experiences in those versions:
    
      * A package is treated as a single collection by default, so it is
        even easier to use a GitHub repository as a package. Get started
        quickly:
          http://docs.racket-lang.org/pkg/getting-started.html
    
      * DrRacket includes a new package manager GUI, available via the
        File|Package Manager ... menu item. The GUI is also available
        as a stand-alone program via the "gui-pkg-manager" package.
    
      * The main Racket distribution has been separated into about 200
        packages. The Racket installer combines the core system with
        bundled versions of these packages.
    
        Alternatively, you may now install a Minimal Racket distribution
        --- which is about 1/10 the size of the main distribution --- and
        add only those packages that you need.
    
      * Package installation supports pre-built packages that include
        compiled byte code and rendered documentation, meaning packages can
        be installed quickly when built versions are available. All
        packages in the main distribution are available in pre-built form.
    
    The recent 5.92 and 5.93 releases served as release candidates for 6.0,
    and 6.0 includes a few additional repairs related to the package
    system.
    
    Further improvements to the package system are in the works, notably
    including package documentation on the package-catalog web site.
    
    COMPATIBILITY NOTE: PLaneT, the previous Racket package system, will
    remain in place for the foreseeable future, but we expect all package
    work to shift to the new system.
    
    Beyond the package system, this release brings a number of other
    changes:
    
      * Racket's HTML documentation has a new and improved look, thanks to
        Matthew Butterick.
    
      * The documentation includes a style guide, "How to Program Racket"
        http://docs.racket-lang.org/style/
    
      * Racket's JIT compiler supports the ARM architecture.
    
      * Racket supports the Mac's Retina display mode.
    
      * The performance of the Typed Racket compiler improved by 50% on
        some typed programs.
    
      * The profiler provides a new mode that uses the errortrace library
        to produce fine-grained profiles.
    
      * A new contract profiler reports how much time programs spend
        checking contracts, and which contracts are most expensive.
    
      * The math/flonum library exports fast 105-bit precision operations.
    
      * Check Syntax handles generated identifiers, especially those
        introduced by struct (e.g. field selectors) and Redex (e.g., e_1,
        e_2)
    
      * 2htdp/batch-io includes functions for dealing with html/xml in
        files and web sites as X-expressions plus conveniences for
        web-based graph traversals.
    
      * The `gen:set' generic interface extends set operations to work on
        user-defined types that implement set methods, as well as on other
        set-like built-in types, such as lists.
    
      * Picts support conversion to SVG format.
    
      * Under unix, Racket provides desktop entries (.desktop files) for
        its graphical executables.
    asau committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    4578a8d View commit details
    Browse the repository at this point in the history
  13. Updated lang/racket to 5.3.6nb4

    asau committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    e7559c1 View commit details
    Browse the repository at this point in the history
  14. Correct version in previous record: 6.0.1.

    asau committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    d70f8e0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6b4d3c0 View commit details
    Browse the repository at this point in the history
  16. Update to 1.15.1785.102

    * Based on PR pkg/48837 from tsutsui@, thank you.
    
    The most important change for Japanese ibus-mozc users is:
    >> FIX: The initial mode of ibus-mozc shouldn't be Hiragana with IBus 1.5+
    >> (Issue 201)
    
    Changelog:
    r192 2014-05-16 1.15.1785.102
    
        Build related changes:
            Removed an undocumented option --channel_dev from build_mozc.py gyp
            Removed runtime dependency on OpenSSL on NaCl, Mac, and Linux ( Issue 215 ).
            Android build is now only tested with NDK r9d
            Debug_Android and Release_Android are deprecated. You can simply specify Debug and Android, respectively.
            Removed base/base.h. ( Issue 218 )
        New features and improvement for Android:
            Add Unicode 6 Emoji support with EmojiCapable annotation
            Add a menu item for Voice input in the input options menu
            User dictionary is now exportable
            Improved accessibility support
            Improved hardware keyboard support
            Use optimized layouts for:
                TYPE_TEXT_VARIATION_URI
                TYPE_TEXT_VARIATION_EMAIL_ADDRESS
                TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS
            Long pressable UI elements now have three dots marker
        New features and improvement for Windows:
            Enable DirectWrite on Windows 7 and later
            Enable Color Emoji rendering on Windows 8.1 and later
            Implement more TSF interfaces
                ITfCandidateList
                ITfFnGetLinguisticAlternates
                ITfFnSearchCandidateProvider
                ITfFnReconversion
        Fixed issues:
            FIX: TF_E_NOLAYOUT is ignored in tsf-mozc on Windows
            FIX: Candidate window never disappears when TSF-aware Firefox loses keyboard focus
            FIX: Wrong event handling for special events in emacs-mozc
            FIX: Better support LEIM and fix document links in emacs-mozc
            FIX: Top of suggest/candidate item is displayed right behind preedit text ( Issue 147 )
            FIX: Candidates in overlay style are displayed sideways if header-line-format is non-nil ( Issue 196 )
            FIX: The initial mode of ibus-mozc shouldn't be Hiragana with IBus 1.5+ ( Issue 201 )
            FIX: Compilation error due to text encoding with Visual C++ ( Issue 206 )
            FIX: Input methods are unavailable when guest-login (Chromium Issue 339318)
            FIX: Eisu Kana keys are not behaving properly (Chromium Issue 340194)
    ryoon committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    dc3ca2b View commit details
    Browse the repository at this point in the history
  17. Update mozc packages to 1.15.1785.102

    ryoon committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    00241de View commit details
    Browse the repository at this point in the history
  18. Update 3.3.59 to 3.3.60

    (pkgsrc)
      Add comment on patch-ab, picked up from cvs log
    (upstream)
      3.3.60  14may14 Fix MinGW tmpfile_open() patch from previous release as it
                    was using the wrong filename.
                    Harden fsdb reader against xtags that move backward in time.
    mef committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    f12fc2e View commit details
    Browse the repository at this point in the history
  19. Updated cad/gtkwave to 3.3.60

    mef committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    3271709 View commit details
    Browse the repository at this point in the history
  20. Update to 1.5:

    This is a bugfix release: dozens of bugs have been found and
    exterminated!
    
    A typo resulting in a potential stack overflow that could corrupt
    files when saving edits to a PDF has been fixed. Another bug which
    caused a significant slowdown has also been fixed.
    
    We strongly recommend that you upgrade â especially if you are
    using version 1.4.
    wiz committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    8b55aac View commit details
    Browse the repository at this point in the history
  21. Updated print/mupdf to 1.5

    wiz committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    e0169a8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4ca767d View commit details
    Browse the repository at this point in the history
  23. Update to 1.3.6:

    Serf 1.3.6 [2014-06-09, from /tags/1.3.6, rxxxx]
      Revert r2319 from serf 1.3.5: this change was making serf call handle_response
        multiple times in case of an error response, leading to unexpected behavior.
    wiz committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    2e70b3c View commit details
    Browse the repository at this point in the history
  24. Updated www/serf to 1.3.6

    wiz committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    fad1e1f View commit details
    Browse the repository at this point in the history
  25. Update to 5.0.1:

    -----
    5.0.1
    -----
    
    * Renamed script templates to end with .tmpl now that they no longer need
      to be processed by 2to3. Fixes spurious syntax errors during build/install.
    
    ---
    5.0
    ---
    
    * Issue #218: Re-release of 3.8.1 to signal that it supersedes 4.x.
    wiz committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    0113008 View commit details
    Browse the repository at this point in the history
  26. Updated devel/py-setuptools to 5.0.1

    wiz committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    3fb55de View commit details
    Browse the repository at this point in the history
  27. Update to 7.4.2:

    == [7.4.2] 2014-06-03 ==
    
    * Add config option to use STGRTMIN-based signals for thread suspend/resume.
    * Allow parallel mark to be enabled on powerpc-linux systems.
    * Check for Fujitsu compiler in builtin_unwind logic (enable FX10/K-Computer).
    * Fix 'Array subscript is above array bounds' GCC warning in GC_new_kind/proc.
    * Fix 'attribute declaration must precede definition' warning (clang-3.1).
    * Fix (enable) Cygwin-64 build.
    * Fix GC_finalized_malloc failure on disclaim_test.
    * Fix GC_sig_suspend initialization when non-constant SIGRTMIN used.
    * Fix MS VC redefinition warning for functions declared with GC_ATTR_MALLOC.
    * Fix TEXT() usage for concatenated strings in GC_CreateLogFile (Win32).
    * Fix data roots registration for Android/x86 and NDK ARM 'gold' linker.
    * Fix find stackbottom on BlueGene P/Q systems.
    * Fix machdep .lo files path in configure (SPARC, IA-64).
    * Fix ok_init assignment (missing cast) in GC_new_kind_inner.
    * Fix typos in names in AUTHORS and ChangeLog files.
    * Remove barrett_diagram file duplicated by tree.html.
    * Remove non-existing DISCARD_WORDS from GC data structure ASCII diagram.
    * Restore contribution information for ancient releases in ChangeLog.
    Also, includes 7.2f changes.
    wiz committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    f141e42 View commit details
    Browse the repository at this point in the history
  28. Updated devel/boehm-gc to 7.4.2

    wiz committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    1173379 View commit details
    Browse the repository at this point in the history
  29. (Upstream update 3.21.79 to 3.21.82)

    =Version 3.21.82=
    
    2014-04-30  David Freese  <w1hkj at w1hkj.com>
            92a7d01: hash-fix
            b0db34c: RnA Analysis
            fa9e10a: Phase accumulator
            b7ce1cd: Base Directories
            c9c6f28: WF Height/Speed
            ca61d3f: RX Only
            43fbe22: RTTY mem leak
            f470ce3: Olivia/Contestia custom
            b87e664: ARQ abort
            a9818aa: RTTY Custom Shift
    
    =Version 3.21.81=
    x        134221e: TX monitor
            922c16f: Spotter seg fault
            dbe4181: Audio selectors for PORTAUDIO
            9771f4b: M4 tr1 detect
            03643a6: ttyACMxx identification
            cfe6f87: Olivia critical section
            a60d6f7: MT63 critical section
            c97043c: Logbook fields
            3bc4f31: Hamlib selector
            d33b7e7: Combobox
            6f71f12: RTTY macro
            ac671da: clang compatibility
    
    =Version 3.21.80=
    
    2014-03-19  David Freese  <w1hkj at w1hkj.com>
    		 FreeBSD nitems
    		 Cabrillo time off
    		 Change Fl_ListBox
    		 Restore Fl_Choice
    		 Olivia select fix
    		 ComboBox
    		 fluid update
    (pkgsrc)
     Upstream now includes following patches:
     (with slightly different code, say, #ifdef __clang__ etc),
     thus deleted:
       patch-src_include_logsupport.h
       patch-src_include_strutil.h
       patch-src_logbook_logsupport.cxx
       patch-src_misc_dxcc.cxx
       patch-src_misc_re.cxx
       patch-src_spot_notify.cxx
       patch-src_spot_pskrep.cxx
       patch-src_spot_spot.cxx
    mef committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    93bb38c View commit details
    Browse the repository at this point in the history
  30. Updated ham/fldigi to 3.21.82

    mef committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    bb1e4bc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    242a62f View commit details
    Browse the repository at this point in the history
  32. Don't use -nostdlib for C++ with GCC on Solaris. Bump revision of

    libtool-base.
    joerg committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    22f52b8 View commit details
    Browse the repository at this point in the history
  33. === 1.17.0 2014-06-10

    * Remove official support for Python 2.5
    rodent committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    7a09378 View commit details
    Browse the repository at this point in the history
  34. Updated finance/py-stripe to 1.17.0

    rodent committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    a1b3573 View commit details
    Browse the repository at this point in the history
  35. 3.0.19

    ======
    
    - The wheel distribution did not support Python 2.6 by failing to list
      the extra dependencies required.
    
    - Durable and auto_delete queues/exchanges can be be cached using
      ``maybe_declare``.
    rodent committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    2210f12 View commit details
    Browse the repository at this point in the history
  36. Updated net/py-kombu to 3.0.19

    rodent committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    5d4e1ee View commit details
    Browse the repository at this point in the history
  37. (pkgsrc)

      Remove libiberty work around
    (upstream)
      Bump Version 2.23.2 to 2.24
      (From binutils-2.24/binutils/NEWS)
      ---------------------------
      Changes in 2.24:
      * Objcopy now supports wildcard characters in command line options that take
        section names.
      * Add support for Altera Nios II.
      (From binutils-2.24/ChangeLog)
      ---------------------------
        (cross_only): Remove target-libiberty.
    mef committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    4671e15 View commit details
    Browse the repository at this point in the history
  38. Updated cross/avr-binutils to 2.24

    mef committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    1ca275e View commit details
    Browse the repository at this point in the history
  39. v0.5.1: Multiple UserEmails per User.

    rodent committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    2daaefa View commit details
    Browse the repository at this point in the history
  40. Updated www/py-flask-user to 0.5.1

    rodent committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    64ccc92 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    e600127 View commit details
    Browse the repository at this point in the history
  42. Update ruby-sequel to 4.11.0.

    Changes from 4.8.0 is too many to write here, please refer there files:
    
    	${GEM_LIBDIR}/doc/release_notes/4.9.0.txt
    	${GEM_LIBDIR}/doc/release_notes/4.10.0.txt
    	${GEM_LIBDIR}/doc/release_notes/4.11.0.txt
    taca committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    1fd3b00 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    b681dec View commit details
    Browse the repository at this point in the history
  44. s/gcc48/gcc48-cc++/

    alnsn committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    6b40f1d View commit details
    Browse the repository at this point in the history
  45. Cleanup, from Leonardo Taccari.

    wiz committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    2cb3480 View commit details
    Browse the repository at this point in the history
  46. reset PKG_REVISION for pending sendmail update

    jnemeth committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    1399c7a View commit details
    Browse the repository at this point in the history
  47. Add comment to nettle-3.0 entry:

    breaks gnutls-3.2.15, wait for newer version
    wiz committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    d70877d View commit details
    Browse the repository at this point in the history
  48. add ffr-tls for sendmail

    jnemeth committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    cf6a25d View commit details
    Browse the repository at this point in the history
  49. Update to sendmail 8.14.9: this fixes a minor potential security issue

    pkgsrc changes:
    
    - consolidate several patches into site.config.m4
      - pkgsrc LDFLAGS should always be used
    - don't bother specifying file owner/group anywhere except in Makefile
    - create include/sm/os/sm_os_netbsd.h to fix warnings and OS specific stuff
    - install mail.local and rmail
    - convert to use res_n* functions
      - allows for linking against threaded libraries
    - add a TODO file
    - PR/35249 - Loren M. Lang
      - can't find libraries on Linux, this should be fixed by using pkgsrc LDFLAGS
    - PR/46694 - Makoto Fujiwara
      - bring back netbsd-proto.mc from when sendmail was part of the base system
    - PR/47207 - Richard Palo
      - let pkgsrc infrastructure handle file ownership and group
    - PR/48566 - Emmanuel Dreyfus
      - always set _FFR_USE_GETPWNAM_ERRNO on NetBSD
      - roll ffr_tls_1 and the suggested ffr_tls_ec into one new ffr_tls option
        - not enabled by default because it changes behaviour
    
    8.14.9/8.14.9   2014/05/21
            SECURITY: Properly set the close-on-exec flag for file descriptors
                    (except stdin, stdout, and stderr) before executing mailers.
            Fix a misformed comment in conf.c: "/*" within comment
                    which may cause a compilation error on some systems.
                    Problem reported by John Beck of Oracle.
            DEVTOOLS: Fix regression in auto-detection of libraries when only
                    shared libraries are available.  Problem reported by
                    Bryan Costales.
    jnemeth committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    d27eca6 View commit details
    Browse the repository at this point in the history
  50. Updated mail/sendmail to 8.14.9

    jnemeth committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    218d2d9 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    1c9fcf8 View commit details
    Browse the repository at this point in the history
  52. Rename ffr-tls option to sendmail-ffr-tls as requested by wiz@.

    Ride version change done a few minutes ago.
    jnemeth committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    49a3e71 View commit details
    Browse the repository at this point in the history
  53. psyBNC is an easy-to-use, multi-user, permanent IRC-Bouncer with many…

    … features.
    
    Some of its features include symmetric ciphering of talk and connections
    (Blowfish and IDEA), the possibility of linking multiple bouncers to an
    internal network including a shared partyline, vhost- and relay support to
    connected bouncers and an extensive online help system.
    pettai committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    c31eb8c View commit details
    Browse the repository at this point in the history
  54. Added chat/psybnc version 2.4b2

    pettai committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    78a1b6c View commit details
    Browse the repository at this point in the history
  55. Added chat/psybnc

    pettai committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    3f5fd76 View commit details
    Browse the repository at this point in the history
  56. Update libtorrent to version 0.13.4 and rtorrent to version 0.9.4.

    A list of changes is not available unfortunately. But the update seems
    to prevent crashes with a message like this one:
    
    rtorrent: Read past initial payload after incoming encrypted handshake
    tron committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    c6b0b40 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    9fa50d2 View commit details
    Browse the repository at this point in the history
  58. (pkgsrc)

      Switch from Codesourcery to GNU FSF
    (Upstream 2.23.2 to 2.24.0)
    - binutils
      * Objcopy now supports wildcard characters in command line options that take
        section names.
      * Add support for Altera Nios II.
    - gas
      * Add support for the Texas Instruments MSP430X processor.
      * Add -gdwarf-sections command line option to enable per-code-section
        generation of DWARF .debug_line sections.
      * Add support for Altera Nios II.
      * Add support for the Imagination Technologies Meta processor.
      * Add support for the v850e3v5.
      * Remove assembler support for MIPS ECOFF targets.
    - ld
      * Add LOG2CEIL() builtin function to the linker script language
      * Add support for the Texas Instruments MSP430X processor.
      * Add support for Altera Nios II.
      * Add support for the V850E3V5 architecture.
      * Add support for the Imagination Technologies Meta processor.
      * --enable-new-dtags no longer generates old dtags in addition to new dtags.
      * Remove linker support for MIPS ECOFF targets.
      * Add ALIGN_WITH_INPUT to the linker script language to force the alignment of
        an output section to use the maximum alignment of all its input sections.
    mef committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    2121287 View commit details
    Browse the repository at this point in the history
  59. Updated cross/nios2-binutils to 2.24

    mef committed Jun 15, 2014
    Configuration menu
    Copy the full SHA
    4af9905 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2014

  1. Update to 0.17022. From the changelog:

    - Add "use warnings;" to everything (CPANTS Kwalitee).
    - Add a separate LICENSE file (CPANTS Kwalitee).
    schmonz committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    758e5f7 View commit details
    Browse the repository at this point in the history
  2. Updated devel/p5-Error to 0.17022

    schmonz committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    b738e6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89f9bb5 View commit details
    Browse the repository at this point in the history
  4. Put a note at the start of the CHANGES-2014 file to the effect that w…

    …e are
    
    currently in a freeze for new functionality in pkgsrc.
    agc committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    c7710eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c58b930 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5feb17 View commit details
    Browse the repository at this point in the history
  7. Various SunOS fixes.

    jperkin committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    9084328 View commit details
    Browse the repository at this point in the history
  8. Ask for RFC3542 on OS X.

    From Youri Mout on tech-pkg.
    gdt committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    62cd82f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. restore patch-aq, lost dureing update.

    obache committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    8f34b85 View commit details
    Browse the repository at this point in the history
  2. better handling for 64bit time_t issue.

    obache committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    93401a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed5b176 View commit details
    Browse the repository at this point in the history
  4. Pass the proper configure arg, fixes build.

    fhajny committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    98d82ef View commit details
    Browse the repository at this point in the history
  5. Disable openmp support.

    Fixes file handle leak reported, and one of the problems reported here
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25475
    
    Bump PKGREVISION.
    wiz committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    acdc590 View commit details
    Browse the repository at this point in the history
  6. Update nodejs to 0.10.29.

    2014.06.05, Version 0.10.29 (Stable)
    * openssl: to 1.0.1h (CVE-2014-0224)
    * npm: upgrade to 1.4.10
    * utf8: Prevent Node from sending invalid UTF-8 (Felix Geisendoerfer)
      - *NOTE* this introduces a breaking change, previously you could
        construct invalid UTF-8 and invoke an error in a client that was
        expecting valid UTF-8, now unmatched surrogate pairs are replaced
        with the unknown UTF-8 character. To restore the old functionality
        simply have NODE_INVALID_UTF8 environment variable set.
    * child_process: do not set args before throwing (Greg Sabia Tucker)
    * child_process: spawn() does not throw TypeError (Greg Sabia Tucker)
    * constants: export O_NONBLOCK (Fedor Indutny)
    * crypto: improve memory usage (Alexis Campailla)
    * fs: close file if fstat() fails in readFile() (cjihrig)
    * lib: name EventEmitter prototype methods (Ben Noordhuis)
    * tls: fix performance issue (Alexis Campailla)
    fhajny committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    a507b78 View commit details
    Browse the repository at this point in the history
  7. Updated graphics/ImageMagick to 6.8.9.0nb2

    wiz committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    b20dbfc View commit details
    Browse the repository at this point in the history
  8. Updated lang/nodejs to 0.10.29

    fhajny committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    ed767bb View commit details
    Browse the repository at this point in the history
  9. Fix PKG_SYSCONFDIR and VARDIR handling, similar to rt3 package.

    Fix installing of update scripts (find using the non portable "-not")
    Bump PKGREVISION.   OK'ed by ryoon.
    markd committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    add7eec View commit details
    Browse the repository at this point in the history
  10. Update p5-Text-vCard to 3.06.

    3.06 Thu 12 Jun 2014 19:55:51 BST
        - Fixed Text::vCard::Node->add_types() (kablamo)
        - Fix/guess for tests failing on windows (kablamo)
    kleink committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    a85421f View commit details
    Browse the repository at this point in the history
  11. Updated textproc/p5-Text-vCard to 3.06.

    kleink committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    99321e8 View commit details
    Browse the repository at this point in the history
  12. Update to 6.0.5

    * Install HTML files
    
    Changelog:
    2014-04-17: Version 6.0.5
    
      * Dos2unix is part of the Translation Project (TP).
        All translations go via the Translation Project.
        See http://translationproject.org/
      * New translations of UI messages: Brazilian Portuguese, Chinese (traditional),
        Danish, French, Hungarian, Polish, Serbian, Ukrainian, Vietnamese.
      * New translations of the manual: Brazilian Portuguese, French, German,
        Polish, Ukrainian.
      * Generated man pages are included in the source package to prevent
        compilation problems with very old or very new perl/pod2man versions.
      * Manuals are now generated from gettext PO files with po4a for easier
        translation.
      * All manuals are now in UTF-8 encoding.
      * Skip symbolic links on Windows by default (same as on Unix).
    ryoon committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    ac4996e View commit details
    Browse the repository at this point in the history
  13. Updated converters/dos2unix to 6.0.5

    ryoon committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    60fe1ba View commit details
    Browse the repository at this point in the history
  14. FIx PR pkg/48896

    Firefox 30.0 requires libvpx 1.30 or later.
    ryoon committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    da0f9dd View commit details
    Browse the repository at this point in the history
  15. Fix PR pkg/48894

    Pulseaudio 5.0 requires libtool 2.4 or later.
    Set LIBTOOL_REQD. Thank you, joerg@.
    ryoon committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    91cff63 View commit details
    Browse the repository at this point in the history
  16. Reset PKGREVISION

    This is forgotten during laste mozc update.
    ryoon committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    0b3f673 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5039a9f View commit details
    Browse the repository at this point in the history
  18. Import cups-1.5.4nb12 as print/cups15, for those that prefer it to cu…

    …ps-1.7.x
    
    The Common UNIX Printing System provides a portable printing layer for
    UNIX operating systems. It has been developed by Easy Software Products
    to promote a standard printing solution for all UNIX vendors and users.
    CUPS provides the System V and Berkeley command-line interfaces.
    
    CUPS uses the Internet Printing Protocol (IETF-IPP) as the basis for
    managing print jobs and queues.  The Line Printer Daemon (LPD, RFC1179)
    and AppSocket protocols are also supported with reduced functionality.
    
    CUPS adds network printer browsing and PostScript Printer Description
    ("PPD")-based printing options to support real world applications under
    UNIX.
    
    This package contains the older 1.5 series, before Apple stopped
    maintaining the filters.
    wiz committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    5ecae73 View commit details
    Browse the repository at this point in the history
  19. + cups15.

    wiz committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    819eaba View commit details
    Browse the repository at this point in the history
  20. Mention cups15.

    wiz committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    7b50cd1 View commit details
    Browse the repository at this point in the history
  21. Treat FreeBSD as other BSD systems.

    asau committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    b727e0d View commit details
    Browse the repository at this point in the history
  22. Treat FreeBSD and DragonFly the same way.

    asau committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    c0d5bb5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2014

  1. Switch all cups packages to use cups15.

    wiz committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    8310b9e View commit details
    Browse the repository at this point in the history
  2. Bump PKGREVISION for cups -> cups15 change.

    wiz committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    42d004f View commit details
    Browse the repository at this point in the history
  3. Fix buildlink3.mk.

    wiz committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    ba80da7 View commit details
    Browse the repository at this point in the history
  4. Fix install on SunOS.

    jperkin committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    c9e1dcc View commit details
    Browse the repository at this point in the history
  5. Update to 4.2.4 for a security fix.

    =============
    Version 4.2.4
    =============
    
    Version 4.2.4 of mod_wsgi can be obtained from:
    
      https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.4.tar.gz
    
    Bugs Fixed
    ----------
    
    1. Fixed one off error in applying limit to the number of supplementary
    groups allowed for a daemon process group. The result could be that if
    more groups than the operating system allowed were specified to the option
    ``supplementary-groups``, then memory corruption or a process crash could
    occur.
    
    2. Improved error handling in setting up the current working directory and
    group access rights for a process when creating a daemon process group. The
    change means that if any error occurs that the daemon process group will be
    restarted rather than allow it to keep running with an incorrect working
    directory or group access rights.
    
    New Features
    ------------
    
    1. Added the ``--setup-only`` option to mod_wsgi express so that it is
    possible to create the configuration when using the Django management command
    ``runmodwsgi`` without actually starting the server.
    
    =============
    Version 4.2.3
    =============
    
    Version 4.2.3 of mod_wsgi can be obtained from:
    
      https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.3.tar.gz
    
    Bugs Fixed
    ----------
    
    1. The feature for starting mod_wsgi express using the Django management
    command ``runmodwsgi`` was broken by the 4.2.2 release.
    
    =============
    Version 4.2.2
    =============
    
    Version 4.2.2 of mod_wsgi can be obtained from:
    
      https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.2.tar.gz
    
    Bugs Fixed
    ----------
    
    1. The ``envvars`` file was being overwritten even if it existed and had
    been modified.
    
    New Features
    ------------
    
    1. Output the location of the ``envvars`` file when using the
    ``setup-server`` command for ``mod_wsgi-express`` or if using the
    ``start-server`` command and the ``--envars-script`` option was being used.
    
    2. Output the location of the ``apachectl`` script when using the
    ``setup-server`` command for ``mod_wsgi-express``.
    
    =============
    Version 4.2.1
    =============
    
    Version 4.2.1 of mod_wsgi can be obtained from:
    
      https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.1.tar.gz
    
    Bugs Fixed
    ----------
    
    1. The auto generated configuration would not work with an Apache
    installation where core Apache modules were statically compiled into Apache
    rather than being dynamically loaded.
    
    =============
    Version 4.2.0
    =============
    
    Version 4.2.0 of mod_wsgi can be obtained from:
    
      https://github.com/GrahamDumpleton/mod_wsgi/archive/4.2.0.tar.gz
    
    New Features
    ------------
    
    1. Added ``mod_wsgi.server_metrics()`` function which provides access to a
    dictionary of data derived from the Apache worker scoreboard. In effect this
    provides access to the same information that is used to create the Apache
    server status page.
    
    Note that if ``mod_status`` is not loaded into Apache, or the compile time
    configuration of Apache prohibits the scoreboard from being available, this
    function will return ``None``.
    
    Also be aware that only partial information about worker status, and no
    information about requests, will be returned if the ``ExtendedStatus``
    directive is not also set to ``On``.
    
    Although ``mod_status`` needs to be loaded, it is not necessary to enable
    any URL to expose the server status page.
    
    2. Added support for a platform plugin for New Relic to ``mod_wsgi-express``
    which will report server status information up to New Relic if the
    ``--with-newrelic`` option is supplied when running mod_wsgi express.
    
    That same option also enables the New Relic Python agent. If you only want
    one or the other, you can instead use the ``--with-newrelic-agent`` and
    ``--with-newrelic-platform`` options.
    
    The feature of ``mod_wsgi-express`` for reporting data up to the New Relic
    Platform is dependent upon the separate ``mod_wsgi-metrics`` package being
    installed.
    wiz committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    11db5a4 View commit details
    Browse the repository at this point in the history
  6. Updated www/ap2-wsgi to 4.2.4

    wiz committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    e848a68 View commit details
    Browse the repository at this point in the history
  7. add patch from upstream to fix possible data leak (CVE-2014-4021)

    bump PKGREV
    drochner committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    3f7be5b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2014

  1. Fix list overrun that causes a crash

    manu committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    7aeebb5 View commit details
    Browse the repository at this point in the history
  2. libutil is needed on FreeBSD for fparseln.

    asau committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    05fea9c View commit details
    Browse the repository at this point in the history
  3. FreeBSD's iconv(3) crashes configure tests.

    asau committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    19d6000 View commit details
    Browse the repository at this point in the history
  4. Sync mysql version list with reality.

    From John Nemeth.
    
    Bump version.
    wiz committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    d65484f View commit details
    Browse the repository at this point in the history
  5. Updated pkgtools/pkglint to 4.143

    wiz committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    e99e757 View commit details
    Browse the repository at this point in the history
  6. inotify support was removed in 3.0, see

    http://mercurial.selenic.com/wiki/InotifyExtension
    
    Update package, should fix packaging on Linux-2.6+
    wiz committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    368c99b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef36bfd View commit details
    Browse the repository at this point in the history
  8. FreeBSD uses NetBSD's libexecinfo.

    asau committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    b8bf8f8 View commit details
    Browse the repository at this point in the history
  9. regen (was empty)

    wiz committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    1fdb561 View commit details
    Browse the repository at this point in the history
  10. Fix typo.

    wiz committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    6cdb023 View commit details
    Browse the repository at this point in the history
  11. + alsa-lib-1.0.28, alsa-plugins-1.0.28, alsa-utils-1.0.28,

      clamav-0.98.4, dar-2.4.14, delegate-9.9.9, go-1.3, lftp-4.5.2,
      libusb-1.0.19, skype-4.3, xterm-307.
    wiz committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    bdac6bd View commit details
    Browse the repository at this point in the history
  12. Fix bugzilla ticket 1026499: generated C++ code does not obey alignement

    restrictions, make the code generator issue explicit alignment requests.
    martin committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    7cbcacc View commit details
    Browse the repository at this point in the history
  13. Updated www/firefox to 30.0nb1

    martin committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    92dac82 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2014

  1. Configuration menu
    Copy the full SHA
    46511b7 View commit details
    Browse the repository at this point in the history