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

py-pydicom: Update to 1.3.0 #52

Closed
wants to merge 10,000 commits into from
Closed

py-pydicom: Update to 1.3.0 #52

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

Commits on Aug 30, 2019

  1. Update to 26.3

    Changelog:
    * Changes in Emacs 26.3
    
    ** New option 'help-enable-completion-auto-load'.
    This allows disabling the new feature introduced in Emacs 26.1 which
    loads files during completion of 'C-h f' and 'C-h v' according to
    'definition-prefixes'.
    
    ** Emacs now supports the new Japanese Era name.
    The newly assigned codepoint U+32FF was added to the Unicode Character
    Database compiled into Emacs.
    ryoon committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    8804890 View commit details
    Browse the repository at this point in the history
  2. Updated editors/emacs26 to 26.3

    Updated editors/emacs26-nox11 to 26.3
    ryoon committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    c7c0842 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bfcc21 View commit details
    Browse the repository at this point in the history
  4. MesaLib: Make feature detection in buildlink3 cleaner.

    XXX not sure how to detect the special case of native X but
    PREFER_PKGSRC=MesaLib safely
    alarixnia committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    2b6ae09 View commit details
    Browse the repository at this point in the history
  5. Switch packages using GLUT to FreeGLUT.

    Start building FreeGLUT with GLUT compatibility on.
    
    - GLUT's maintainance state is much worse than FreeGLUT's, with no
      substanital commits since 2011.
    - GLUT can no longer be consider a core component of Mesa or X11.
    - Nobody except us seems to be using it...
    
    Other vendors still shipping GLUT:
    - GoboLinux, T2 SDE, PLD Linux
    
    Revbump packages using GLUT or freeglut by default.
    alarixnia committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    b25f410 View commit details
    Browse the repository at this point in the history
  6. doom1: Update to 1.9

    - Update to latest shareware data file
    - Add License (taken from Debian)
    - Take maintainership
    
    OK from wiz@.
    micha committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    e8ea6aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    585e6a3 View commit details
    Browse the repository at this point in the history
  8. doc: Updated games/doom1 to 1.9

    micha committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    91be2bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8fa3b20 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dfba484 View commit details
    Browse the repository at this point in the history
  11. MesaDemos: Update to 8.4.0nb2

    - Use freeglut instead of glut
    - Support wayland
    - Support EGL
    - Support GLESv2
    - Support OSMesa
    alarixnia committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    d5ed8e7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f7592a4 View commit details
    Browse the repository at this point in the history
  13. doc: removed glut

    alarixnia committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    8e5c5f9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4ceeb46 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d39d976 View commit details
    Browse the repository at this point in the history
  16. Mesa: it doesn't make sense for anything to be using this any more

    everything should be including the individual packages instead.
    
    mark it deprecated.
    alarixnia committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    8e1c378 View commit details
    Browse the repository at this point in the history
  17. chocolate-doom: Imported version 3.0.0

    OK from yhardy@.
    micha committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    8a37cd1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    89dbc38 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9acfec3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f4801d0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2946d69 View commit details
    Browse the repository at this point in the history
  22. plib: Requires only MesaLib

    alarixnia committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    0d593cd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3640dc8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    eb8f35a View commit details
    Browse the repository at this point in the history
  25. glclock: needs MesaLib, freeglut, glu

    (author note: shiny!)
    alarixnia committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    8e9596d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    dac497f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e402cdb View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2c2ef55 View commit details
    Browse the repository at this point in the history
  29. gallery-dl: Update to 1.10.3

    Changes:
    1.10.3
    ------
    ### Additions
     - Provide `filename` metadata for all `deviantart` files (#392, #400)
     - Implement a `ytdl.outtmpl` option to let youtube-dl handle filenames by
       itself (#395)
     - Support `seiga` mobile URLs (#401)
    
    ### Fixes
     - Extract more than the first 32 posts from `piczel` galleries (#396)
     - Fix filenames of archives created with `--zip` (#397)
     - Skip unavailable images and videos on `flickr` (#398)
     - Fix filesystem paths on Windows with Python 3.6 and lower (#402)
    iamleot committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    9e925cd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a212a31 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    eb3de20 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ef77a67 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f1800f6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7a16c10 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e072692 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a08cb97 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1623ac8 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e3f0587 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d78bc82 View commit details
    Browse the repository at this point in the history
  40. lib3ds: Update buildlink3

    alarixnia committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    f3d81b7 View commit details
    Browse the repository at this point in the history
  41. Remove graphics/Mesa

    This metapackage isn't particularly useful for modern applications and is
    potentially misleading.
    
    Not everything needs glu for OpenGL support, and glut has increasingly
    fell out of favour, to the extent of being dropped from Mesa. It's
    mostly been replaced by e.g. SDL.
    
    Hopefully I've narrowed down everything pulling in the metapackage
    and switched everything to using only the individual libraries it needs.
    alarixnia committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    a5c63d1 View commit details
    Browse the repository at this point in the history
  42. doc: Removed graphics/Mesa

    alarixnia committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    9a3ea0b View commit details
    Browse the repository at this point in the history
  43. go-gox: comment out dependency that wasn't added.

    Make the problem of scan failures less pressing.
    coypoop committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    5f45641 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0cd5c2f View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0651c21 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. qt5-qtspeech: s/wip/x11/

    markd committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    44891f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad4337d View commit details
    Browse the repository at this point in the history
  3. irssi: Update to 1.2.2

    Changes:
    
    - Fix a use after free issue when receiving IRCv3 CAP information from the server (GL#34)
    - Fix a crash during startup when windows weren’t fully initialised yet (#1114, bdo#935813)
    
    Reassurance:
    
    - Most servers do not send duplicate CAP.
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    a7c30ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a753c63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df0d182 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b11ca74 View commit details
    Browse the repository at this point in the history
  7. Update to 0.208001

    Update DEPENDS
    
    Upstream changes:
    0.208001  2019-08-04 21:06:25-04:00 America/New_York
    
        [ BUG FIXES ]
        * GH #1515: Add Types::Standard to cpanfile (Russell @veryrusty Jenkins)
    
        [ ENHANCEMENTS ]
        * None
    
        [ DOCUMENTATION ]
        * GH #1513: Fix Dancer2::Test typo (Utkarsh Gupta)
    wen committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    b46d94c View commit details
    Browse the repository at this point in the history
  8. Updated www/p5-Dancer2 to 0.208001

    wen committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    ab36672 View commit details
    Browse the repository at this point in the history
  9. net/tor: Add gmake to USE_TOOLS

    Multiple people report build failures surrounding micro-revision.i,
    and the leading (but not particularly strong) theory is that it's a
    BSD make bug.  Use gmake to avoid this, at least for now.
    gdt committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    387d455 View commit details
    Browse the repository at this point in the history
  10. Update to 0.9

    Upstream changes:
    0.9 Tue Aug 20 09:24 PDT 2019
    
      - Fix warnings - use IO::File instead deprecated module IO.
    wen committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    a02395f View commit details
    Browse the repository at this point in the history
  11. Updated www/p5-HTML-Clean to 0.9

    wen committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    ff93c50 View commit details
    Browse the repository at this point in the history
  12. acmesh: Update to 2.8.2

    - Support notifications for renewal: email, mailgun, sendgrid, IFTTT, pushover etc. https://github.com/Neilpang/acme.sh/wiki/notify
    - add deploy hook to docker containers: https://github.com/Neilpang/acme.sh/wiki/deploy-to-docker-containers
    - dns api: Schlundtech, NLnetLabs , acmeproxy, durabledns, Active24, MaraDNS, regru, jdcloud.com(京东云), Vultr, hexonet
    - Support cloudflare new dns api Token format
    - bug fixes.
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    29cd1f9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8713310 View commit details
    Browse the repository at this point in the history
  14. chromium-bsu: Update to 0.9.16.1

    Chromium B.S.U. 0.9.16.1
     - Allow translations of Linux menu file
     - Compile fixes
    
    Chromium B.S.U. 0.9.16
     - Add SDL2 support
     - Add version option
     - Use different font for French
     - Compile fixes
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    2e18fec View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c467e4b View commit details
    Browse the repository at this point in the history
  16. terminus-font: Update to 4.48

    Version 4.48:
    
        Added the basic 27 hebrew letters and sheqel, with uppercase height.
        Some improvements in the font build scripts.
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    ad6788f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e89f84b View commit details
    Browse the repository at this point in the history
  18. glu: Update to 9.0.1

    Changes:
    
    Amarnath Valluri (1):
         libutils/mipmap.c: Fixed possible memory leak
    
    John Hein (1):
         pkgconfig: Include -I path for glu itself
    
    Krzysztof Kosiński (1):
         Remove all uses of the register keyword.
    
    Matt Turner (4):
         Add -D(N)DEBUG to CFLAGS dependent on --enable-debug
         libutil: Include stddef.h for NULL
         Switch from bz2 to xz
         glu 9.0.1
    
    Mike Gorchak (1):
         glu: initialize PriorityQ::order field to NULL in pqNewPriorityQ()
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    a283bf4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c4b378f View commit details
    Browse the repository at this point in the history
  20. harfbuzz: Update to 2.6.1

    Overview of changes leading to 2.6.1
    Thursday, August 22, 2019
    
        Fix regression with hb_font_create_sub_font scaling introduced in 2.6.0.
        Change interpretation of font PTEM size / CoreText font size handling.
        See #1484
        hb-ot-font: Prefer symbol cmap subtable if present.
        Apply 'dist'/'abvm'/'blwm' features to all scripts.
        Drop experimental DirectWrite API.
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    87dfe03 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2be98e6 View commit details
    Browse the repository at this point in the history
  22. Update to 6.06

    Upstream changes:
    6.06      2019-08-29 14:23:17Z
      - Delimit IPv6 numeric address with brackets and URI-quote an IPv6 zone
        separator in url() method output (GH#32) (Petr Pisar)
      - Handle undef and empty LocalAddr value in new() constructor as an
        unspecified address (GH#24, RT#123069) (Petr Pisar)
      - Use IO::Socket::IP for IPv6 support. (GH#31) (Chase Whitener)
    
    6.05      2019-07-26 20:41:05Z
      - Added the .perltidyrc from the libwww-perl distribution
      - Tidied the test suite with perltidy
      - Tidied Daemon.pm
      - Turned on EOL and tab tests
      - Removed obvious indirect object syntax in test suite
      - Added IPv6 support. (GH#24) Thanks, @ppisar and @intrigeri
      - Added IO::Socket::IP as a prerequisite rather than IO::Socket::INET
    wen committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    7c26081 View commit details
    Browse the repository at this point in the history
  23. Updated www/p5-HTTP-Daemon to 6.06

    wen committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    e9348b5 View commit details
    Browse the repository at this point in the history
  24. libepoxy: Update to 1.5.3

    Changes since 1.5.2:
    
        Disable EGL on macOS
        Fix build on macOS [#176, Emmanuele Bassi]
        Add macOS tests
        Fix build with uClibc [#181, Emmanuele Bassi]
        Fix GLES3 symbol lookup [Adam Jackson]
        Fix conditional compilation [#184, Zhao Zhili]
        Require Meson 0.47
        Fix Autotools build with EGL-X11 support [#188, Emmanuele Bassi]
    
    Changes since 1.5.1:
    
        Fix the detection of the -z,relro linker flag
        Query the EGL context version when bootstrapping on GLES [Adam Jackson]
        Avoid inadvertedly loading libraries when probing for them [Adam Jackson]
        Issue #169: Fix build on FreeBSD [Ting-Wei Lan]
        Consistently use abort() instead of exit() for internal state checks
        Issue #171: Fix a performance regression in the global function pointer
        trampolines introduced by using -Bsymbolic-functions
        Improve performance when using GL function pointers like glAlphaFunc [Adam Jackson]
    
    Changes since 1.5.0:
    
        Do no add pkg-config dependencies on gl on systems that do not use
        pkg-config, like macOS and Windows [Tom Schoonjans, #156]
        Generalise checks for dlvsym [Ross Burton, #158]
        Add an option for disabling building the test suite [Ross Burton]
        Typo fixes in the comments and documentation [luz.paz, #159]
        Simplify the Meson configuration logic for EGL and GLX [Eric
        Engestrom, #162]
        Use assert when no context is found [Adam Jackson, #166]
        Remove a test superceded by GLVND [#165]
        Avoid Meson warnings when testing for linker arguments
    
    
    Changes from Epoxy 1.4.3
    
        Bump the Meson dependency to 0.44.1
        Include Xlib.h in the tests that use X11 API
        Update the GL registry to OpenGL 4.6
        Add gl and egl private dependencies in the pkg-config file
        Allow building Epoxy without X11 support
        Rename the Meson configuration options to be more idiomatic
        New API:
            epoxy_set_resolver_failure_handler()
            epoxy_glsl_version()
            epoxy_extension_in_string()
    
    Issues fixed
    
        NetBSD#128 - Fix macOS linker flags [Tom Schoonjans]
        NetBSD#129 - Use GLVND if available [Adam Jackson]
        NetBSD#134 - Add fallback definition for EGL_CAST [Daniel Stone]
        NetBSD#133 - Try even harder to not load GLX [Adam Jackson]
        NetBSD#138 - Fix the libOpenGL soname [Adam Jackson]
        NetBSD#137 - Update differences with GLEW [Nigel Stewart]
        NetBSD#131 - Add epoxy_set_resolver_failure_handler() [Adam Jackson]
        NetBSD#140 - Fix pointer mismatch on Windows 10 [danem]
        NetBSD#141 - Define visibility flags for static builds [Dylan Baker]
        NetBSD#136 - Expose epoxy_extension_in_string() [Lyude Paul]
        NetBSD#151 - Use correct guard for Android builds [Robert Bragg]
        #154 - Fix dlwrap for glvnd [Adam Jackson]
        #155 - Respect DLOPEN_LIBS [Michał Górny]
        NetBSD#143 - Fix printf family usage [Ikey Doherty]
        #152 - Do not use OPENGL_LIB on Android
        NetBSD#145 - Add epoxy_glsl_version()
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    7abe8dd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3825e56 View commit details
    Browse the repository at this point in the history
  26. Update to 4.09

    Upstream changes:
    4.09  2019-08-22 10:39:03 CEST
      - Fixing set option in script/oai_pmh.pl [stain]
    wen committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    2528e60 View commit details
    Browse the repository at this point in the history
  27. libraw: Update to 0.19.5

    Changes:
        WB coefficients check was too strong, weakened
        Fixed possible buffer underrun in modern Samsung loader
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    d805bcb View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    de15156 View commit details
    Browse the repository at this point in the history
  29. Updated www/p5-HTTP-OAI to 4.09

    wen committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    8682d03 View commit details
    Browse the repository at this point in the history
  30. mpg123: Update to 1.25.12

    libmpg123:
    
        Fix an out-of-bounds read of maximal two bytes for truncated RVA2 frames (oss-fuzz-bug 15975). The earlier fix around the same location needed one thought more. Actually, another though was needed, oss-fuzz-bug 16009 documents the incomplete fix.
        Fix an invalid write of one zero byte for empty ID3v2 frames that demand de-unsyncing (oss-fuzz-bug 16050).
        Correct preprocessor syntax in mangle.h, no #error in a #define line. (bug 273, thanks to nmlgc).
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    2ae20fe View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2bc7072 View commit details
    Browse the repository at this point in the history
  32. sakura: Update to 3.7.0

    Changes:
    
     * Fixed bug with fore&back colors caused by changes in rev.5...
     * Merged with translations branch
     * Update translation template
     * Remove previously added set_style_css function.
     * Reorganize the big mess of code: order functions and callb...
     * Bug #1828091 fixed: sakura keeps blinking after BEL is rec...
     * Added helper function to set CSS style
     * Bug #1485360 fixed: bright colors broken
     * Bug #1833845 fixed: make 'configuration modified' dialog o...
     * Bug #1810332 fixed: unable to set 100% opacity
     * Bug #1839505 fixed: block cursor doesn't reverse text colo...
     * Changed default font size
     * Make tango palette default again
     * Bug #1792380: Solarized light doesn't work as expected. Us...
     * Removed unused variable in sakura_eof
     * Bug #1790317 fixed: Crash with vte 0.54
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    adccd38 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    fa9720d View commit details
    Browse the repository at this point in the history
  34. speedtest-cli: Update to 2.1.2

    * Prevent warnings on Python3.8
    * Fix proxy support
    * Fix --single to ensure threads are not started until a position in the queue is available
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    dfa512f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7293f63 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f47a19d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6fdb190 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b096258 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    322416e View commit details
    Browse the repository at this point in the history
  40. xfce4-xarchiver: Update to 0.5.4.14

    This changes the upstream and adds GTK3 support.
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    f1a4af4 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    21d081c View commit details
    Browse the repository at this point in the history
  42. MesaLib: remove some patches for unsupported NetBSD versions.

    pointed out by maya.
    
    bump PKGREVISION
    alarixnia committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    01739a6 View commit details
    Browse the repository at this point in the history
  43. Fix checksum on new patch.

    schmonz committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    0339950 View commit details
    Browse the repository at this point in the history
  44. Markdown is a text-to-HTML filter; it translates an easy-to-read

    / easy-to-write structured text format into HTML. Markdown's text
    format is most similar to that of plain text email, and supports
    features such as headers, *emphasis*, code blocks, blockquotes,
    and links.
    
    This module implements the MultiMarkdown markdown syntax
    extensions from <http://fletcherpenney.net/multimarkdown/>.
    schmonz committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    e3fe81d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0d2f240 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f567445 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    be44958 View commit details
    Browse the repository at this point in the history
  48. Prevent the portability check from failing.

    rjs committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    c0bde23 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0c735da View commit details
    Browse the repository at this point in the history
  50. Add go-iochan version 1.0.0.

    iochan is a Go library for treating io readers and writers like
    channels. This is useful when sometimes you wish to use io.Reader
    and such in select statements.
    he32 committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    7bceeae View commit details
    Browse the repository at this point in the history
  51. Add go-iochan.

    he32 committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    26b9722 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    c219790 View commit details
    Browse the repository at this point in the history
  53. Re-enable go-iochan dependency now that package is added.

    Sorry for the oversight...
    he32 committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    9eb96e5 View commit details
    Browse the repository at this point in the history
  54. Avoid rebuilding everything on install. Respect PKG_SYSCONFDIR correctly

    in ikiwiki-mass-rebuild. Bump PKGREVISION.
    schmonz committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    0f516cc View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    5ffb6c7 View commit details
    Browse the repository at this point in the history
  56. mftrace: update to 1.2.19

    changes unknown (update from 11 year old version to a mere 5 year old one)
    markd committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    0c8ed22 View commit details
    Browse the repository at this point in the history
  57. mftrace update

    markd committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    2f9eccf View commit details
    Browse the repository at this point in the history
  58. git-gitk: add missing PLIST entries for Darwin

    from Vincent Povirk in PR pkg/54512
    coypoop committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    5820c7d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. emacs26: undo last

    Was a transient issue with the new MesaLib/buildlink3.mk.
    markd committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    e7a7111 View commit details
    Browse the repository at this point in the history
  2. camlp5: update to 7.08

    works with ocaml 4.08
    markd committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    94c3469 View commit details
    Browse the repository at this point in the history
  3. camlp5 update

    markd committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    93df864 View commit details
    Browse the repository at this point in the history
  4. coq: patch to build with ocaml 4.08

    markd committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    06820b5 View commit details
    Browse the repository at this point in the history
  5. Replace unportable su(1) usage with sudo(8). Fix a few perl paths broken

    in previous. Bump PKGREVISION.
    schmonz committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    a4b28af View commit details
    Browse the repository at this point in the history
  6. Include bash patches 10 & 11 (becomes bash-5.0.11)

    10: fix var-assigns before special builtins & fn calls in posix mode
    11: fixed missing quoted nul removal (in one odd case).
    
    See the patch files (once fetched) for more details of what was altered.
    kre committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    065d1f3 View commit details
    Browse the repository at this point in the history
  7. bash to 5.0.11

    kre committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    b9fe5cb View commit details
    Browse the repository at this point in the history
  8. doc/TODO: add some

    + ImageMagick-7.0.8.63, Sigil-0.9.17 [needs QtWebEngine], blender-2.80,
      cbindgen-0.9.1, i3-4.17.1, libarchive-3.4.0, libogg-1.3.4,
      links-2.20, php71-7.1.32, php72-7.2.22, php73-7.3.9, xcb-util-0.4.1.
    0-wiz-0 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    a68b5c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81d2eff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ef71a8 View commit details
    Browse the repository at this point in the history
  11. glu: correct path to mesa

    alarixnia committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    330eaa0 View commit details
    Browse the repository at this point in the history
  12. links{,-gui}: Update to 2.20

    Changes:
    2.20
    ----
     - Security bug fixed: when links was connected to tor, it would send real
       dns requests outside the tor network when the displayed page contains
       <link rel="dns-prefetch" href="http://host.domain/">.
       This bug is present in links-2.15 to links-2.19.
       Found by Shi Tian.
     - Fix a crash if:
        * External fonts are used
        * Rendering is optimized for LCD
        * The document contains some characters with zero width
     - Accept file urls in the form file://localhost/usr/bin/ or
       file://hostname/usr/bin/ according to RFC 8089
     - Report errors using dialog boxes on OS/2 and Windows because
       the standard output may not be visible
     - Fix an error "ERROR: select for write (5) failed: Bad file descriptor"
       that could happen if the master process was doing dns lookup while being
       suspended
     - Fixed a memory leak of the SSL structure
     - Try to open the file "/dev/input/mice" and use it instead of gpm.
       (the user must be in the "input" group)
       This results in smooth mouse movement on the framebuffer.
     - Report "Lynx/Links" user agent when searching on Google so that
       Google returns non-css page
     - Support the zstd compression algorithm
     - Haiku support
     - Fix mouse dragging not being reported in xterm
     - Use proper cookie expiry
    iamleot committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    654a06e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    837cc1c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    548c386 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5537652 View commit details
    Browse the repository at this point in the history
  16. Fix dates

    ryoon committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    6acf66a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fbcc5ac View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    42eaf95 View commit details
    Browse the repository at this point in the history
  19. mono6: Give up and add cmake to USE_TOOLS.

    While here, silcence some pkglint warnings.
    alarixnia committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    b83fd3c View commit details
    Browse the repository at this point in the history
  20. eterm: Update to 0.9.6

    Don't install as setuid root.
    alarixnia committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    e725a9d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    33e45fd View commit details
    Browse the repository at this point in the history
  22. lang/php72: update to 7.2.22

    29 Aug 2019, PHP 7.2.22
    
    - Core:
      . Fixed bug #78363 (Buffer overflow in zendparse). (Nikita)
      . Fixed bug #78379 (Cast to object confuses GC, causes crash). (Dmitry)
    
    - Curl:
      . Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).
        (Abyr Valg)
    
    - Exif:
      . Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
        invalid cast). (Nikita)
    
    - Iconv:
      . Fixed bug #78342 (Bus error in configure test for iconv //IGNORE). (Rainer
        Jung)
    
    - LiteSpeed:
      . Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang)
    
    - MySQLnd:
      . Fixed bug #78179 (MariaDB server version incorrectly detected). (cmb)
    
    - Opcache:
      . Fixed bug #77191 (Assertion failure in dce_live_ranges() when silencing is
        used). (Nikita)
    
    - Standard:
      . Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream)
        with invalid length). (Nikita)
      . Fixed bug #78282 (atime and mtime mismatch). (cmb)
      . Fixed bug #78326 (improper memory deallocation on stream_get_contents()
        with fixed length buffer). (Albert Casademont)
    taca committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    e0a9dcc View commit details
    Browse the repository at this point in the history
  23. lag/php73: update to 7.3.9

    29 Aug 2019, PHP 7.3.9
    
    - Core:
      . Fixed bug #78363 (Buffer overflow in zendparse). (Nikita)
      . Fixed bug #78379 (Cast to object confuses GC, causes crash). (Dmitry)
      . Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC
        child). (Nikita)
    
    - Curl:
      . Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).
        (Abyr Valg)
    
    - Exif:
      . Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
        invalid cast). (Nikita)
    
    - FPM:
      . Fixed bug #77185 (Use-after-free in FPM master event handling).
        (Maksim Nikulin)
    
    - Iconv:
      . Fixed bug #78342 (Bus error in configure test for iconv //IGNORE). (Rainer
        Jung)
    
    - LiteSpeed:
      . Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang)
    
    - MBString:
      . Fixed bug #78380 (Oniguruma 6.9.3 fixes CVEs). (CVE-2019-13224) (Stas)
    
    - MySQLnd:
      . Fixed bug #78179 (MariaDB server version incorrectly detected). (cmb)
      . Fixed bug #78213 (Empty row pocket). (cmb)
    
    - Opcache:
      . Fixed bug #77191 (Assertion failure in dce_live_ranges() when silencing is
        used). (Nikita)
    
    - Standard:
      . Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream)
        with invalid length). (Nikita)
      . Fixed bug #78282 (atime and mtime mismatch). (cmb)
      . Fixed bug #78326 (improper memory deallocation on stream_get_contents()
        with fixed length buffer). (Albert Casademont)
      . Fixed bug #78346 (strip_tags no longer handling nested php tags). (cmb)
    taca committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    dacca74 View commit details
    Browse the repository at this point in the history
  24. lang/php71: update to 7.1.32

    29 Aug 2019, PHP 7.1.32
    
    - mbstring:
      . Fixed CVE-2019-13224 (don't allow different encodings for onig_new_deluxe) (stas)
    taca committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    f9bdbcc View commit details
    Browse the repository at this point in the history
  25. doc: note update of php languages

    	lang/php72	7.2.22
    	lang/php73	7.3.9
    	lang/php71	7.1.32
    taca committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    2c57961 View commit details
    Browse the repository at this point in the history
  26. smalltalk: switch from removed glut to freeglut.

    Bump PKGREVISION.
    
    Untested.
    0-wiz-0 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    e70e119 View commit details
    Browse the repository at this point in the history
  27. doc: php has updated

    - php71-7.1.32, php72-7.2.22, php73-7.3.9.
    
    Actually, these were php-{7.1.32,7.2.22,7.3.9}.
    taca committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    73244b0 View commit details
    Browse the repository at this point in the history
  28. mail/roundcube: update to 1.3.10

     RELEASE 1.3.10
    --------------
    - Managesieve: Fix so "Create filter" option does not show up when Filters menu is disabled (#6723)
    - Fix compatibility with kolab/net_ldap3 > 1.0.7 (#6785)
    - Fix bug where bmp images couldn't be displayed on some systems (#6728)
    - Fix bug in parsing vCard data using PHP 7.3 due to an invalid regexp (#6744)
    - Fix bug where bold/strong text was converted to upper-case on html-to-text conversion (6758)
    - Fix bug in rcube_utils::parse_hosts() where %t, %d, %z could return only tld (#6746)
    - Fix bug where Next/Prev button in mail view didn't work with multi-folder search result (#6793)
    - Fix bug where selection of columns on messages list wasn't working
    - Fix bug in converting multi-page Tiff images to Jpeg (#6824)
    - Fix wrong messages order after returning to a multi-folder search result (#6836)
    - Fix PHP 7.4 deprecation: implode() wrong parameter order (#6866)
    - Fix bug where it was possible to bypass the position:fixed CSS check in received messages (#6898)
    - Fix bug where some strict remote URIs in url() style were unintentionally blocked (#6899)
    - Fix bug where it was possible to bypass the CSS jail in HTML messages using :root pseudo-class (#6897)
    - Fix bug where it was possible to bypass href URI check with data:application/xhtml+xml URIs (#6896)
    taca committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    25b19e9 View commit details
    Browse the repository at this point in the history
  29. mail/roundcube-plugin-enigma: update to 1.3.10

     RELEASE 1.3.10
    --------------
    - Enigma: Fix bug where revoked users/keys were not greyed out in key info
    - Enigma: Fix error message when trying to encrypt with a revoked key (#6607)
    - Enigma: Fix "decryption oracle" bug [CVE-2019-10740] (#6638)
    taca committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    5b982db View commit details
    Browse the repository at this point in the history
  30. mail/roundcube-plugin-password: update to 1.3.10

    Update roundcube-plugin-password to 1.3.10.  No changes except version.
    
    pkgsrc change: remove duplicated setting PLUGIN.
    taca committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    e527634 View commit details
    Browse the repository at this point in the history
  31. mail/roundcube-plugin-zipdownload: update to 1.3.10

    Update roundcube-plugin-password to 1.3.10.  No changes except version.
    
    pkgsrc change: remove duplicated setting PLUGIN.
    taca committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    2bf5b4f View commit details
    Browse the repository at this point in the history
  32. doc: note update of mail/roundcube* packages to 1.3.10

    	mail/roundcube
    	mail/roundcube-plugin-enigma
    	mail/roundcube-plugin-password
    	mail/roundcube-plugin-zipdownload
    taca committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    b5870f5 View commit details
    Browse the repository at this point in the history
  33. multimedia/dvd-vr: import dvd-vr-0.9.7

    dvd-vr is a utility to identify and optionally copy recordings
    from a DVD-VR format disc, which can be created by devices like
    DVD recorders and camcorders.
    ryoon committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    959fe26 View commit details
    Browse the repository at this point in the history
  34. Enable dvd-vr

    ryoon committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    3c09739 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    ecc28fd View commit details
    Browse the repository at this point in the history
  36. Explicitly disable EGL if MESALIB_SUPPORTS_EGL isn't yes.

    Otherwise, the build fails.
    dholland committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    0cf2af9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    6f2c54c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9ea9a4 View commit details
    Browse the repository at this point in the history
  3. bat: Update to 0.12.0

    Changes since 0.11.0:
    
    Features
    
      * Binary file content can now be viewed with bat -A
      * bat can now be used as a man pager.
      * Add new style component to separate multiple --line-ranges
      * Added -L as an alias for --list-languages
    
    Bugfixes
    
      * Output looks unbalanced when using '--style=grid,numbers' without 'header'
      * issues with filenames starting with "cache"
      * Can't build cache with new theme without creating cache dir
      * --terminal-width -10 is parsed incorrectly
    
    Other
    
      * Added fish completions to DEB package
    
    New syntaxes
    
      * Emacs Org mode
      * requirements.txt
      * DotENV .env
      * SSH config syntax (-l ssh_config)
      * /etc/hosts
      * GraphQL
      * Verilog
      * SCSS and Sass
      * strace syntax
    
    Packaging
    
      * bat is now in the official Gentoo repositories
      * bat is now in the official Alpine Linux repositories
      * bat is in the official Fedora repositories
    fraggerfox committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    189ecc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fb4ce1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04880b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77e3987 View commit details
    Browse the repository at this point in the history
  7. py-asn1: updated to 0.4.7

    Revision 0.4.7:
    
    - Added `isInconsistent` property to all constructed types. This property
      conceptually replaces `verifySizeSpec` method to serve a more general
      purpose e.g. ensuring all required fields are in a good shape. By default
      this check invokes subtype constraints verification and is run by codecs
      on value de/serialisation.
    - Deprecate `subtypeSpec` attributes and keyword argument. It is now
      recommended to pass `ValueSizeConstraint`, as well as all other constraints,
      to `subtypeSpec`.
    - Fixed a design bug in a way of how the items assigned to constructed
      types are verified. Now if `Asn1Type`-based object is assigned, its
      compatibility is verified based on having all tags and constraint
      objects as the type in field definition. When a bare Python value is
      assigned, then field type object is cloned and initialized with the
      bare value (constraints verificaton would run at this moment).
    - Added `WithComponentsConstraint` along with related
      `ComponentPresentConstraint` and `ComponentAbsentConstraint` classes
      to be used with `Sequence`/`Set` types representing
      `SET ... WITH COMPONENTS ...` like ASN.1 constructs.
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    3bc9d12 View commit details
    Browse the repository at this point in the history
  8. py-text-unidecode: updated to 1.3

    1.3:
    text-unidecode is now dual-licensed under Artistic License and GPL 1 / GPL 2+, to cause less problems for distributions. Choose license which fits better.
    Declare Python 3.7 support, don't declare Python 3.3 support
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    7f70ed0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3a166e View commit details
    Browse the repository at this point in the history
  10. py-purl: added version 1.5

    A simple, immutable URL class with a clean API for interrogation and
    manipulation.
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    517b65f View commit details
    Browse the repository at this point in the history
  11. py-requests-mock: updated to 1.7.0

    1.7.0
    * Keep blank values query string values on request history
    * Add release notes for requests version pin
    * Keep blank values
    * Pin requests version to <3
    * Add known issue for cookies in Sessions
    * logger added to adapter.py
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    312a80a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fe7af81 View commit details
    Browse the repository at this point in the history
  13. py-furl: updated to 2.0.0

    Furl v2.0.0
    
    Added: All URL components (scheme, host, path, etc) to furl()'s constructor as
    keyword arguments. E.g. f = furl(scheme='http', host='host', path='/lolsup').
    
    Changed: furl.truediv() and Path.truediv() now mirror Pathlib.truediv()'s
    behavior and return a new instance. The original instance is no longer modified.
    Old behavior: f = furl('1'); f / '2' -> str(f) == '1'. New behavior:
    f = furl('1'); f /= '2' -> str(f) == '1/2'.
    
    Fixed: Path.load() now accepts Path instances, e.g. f.path.load(Path('hi')).
    
    Removed: Support for Python 2.6, which reached EOL on 2013-10-29.
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    bf417a2 View commit details
    Browse the repository at this point in the history
  14. py-ipython: updated to 7.8.0

    IPython 7.8.0 contain a few bugfix and 2 new APIs:
    - Enable changing the font color for LaTeX rendering
    - and Re-Expose some PDB API
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    0e3e31b View commit details
    Browse the repository at this point in the history
  15. Updated www/py-furl, devel/py-ipython

    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    a69acfc View commit details
    Browse the repository at this point in the history
  16. py-zipp: updated to 0.6.0

    v0.6.0
    
    When adding implicit dirs, ensure that ancestral directories
    are added and that duplicates are excluded.
    
    The library now relies on more_itertools
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    1e4d827 View commit details
    Browse the repository at this point in the history
  17. py-tqdm: updated to 4.35.0

    tqdm v4.35.0:
    * add {bar} format specifier
    * add tests and documentation
    * update performance tests
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    300815b View commit details
    Browse the repository at this point in the history
  18. Updated archivers/py-zipp, misc/py-tqdm

    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    3d78ad2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    86dd7d7 View commit details
    Browse the repository at this point in the history
  20. PR/54519: Greywolf: jove crashes on redraw or time update (include <t…

    …ime.h>)
    christos committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    488dc9e View commit details
    Browse the repository at this point in the history
  21. move to the latest version.

    christos committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    92c7f3c View commit details
    Browse the repository at this point in the history
  22. mention jove

    christos committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    96d0f73 View commit details
    Browse the repository at this point in the history
  23. libogg: updated to 1.3.4

    Version 1.3.4:
    * Faster slice-by-8 CRC32 implementation.
      see https://lwn.net/Articles/453931/ for motivation.
    * Add CMake build.
    * Deprecate Visual Studio project files in favor of CMake.
    * configure --disable-crc option for fuzzing.
    * Various build fixes.
    * Documentation and example code fixes.
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    61c6fd4 View commit details
    Browse the repository at this point in the history
  24. slony1: updated to 2.2.8

    Slony 2.2.8:
    * Fixes for PG 12
    * Makefile changes (vpath support)
    * Win32 fixes to compile + removal of default HAVE_PGPORT from win32.mak
    * Documentation fixes
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    508670e View commit details
    Browse the repository at this point in the history
  25. Updated multimedia/libogg, databases/slony1

    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    3baf280 View commit details
    Browse the repository at this point in the history
  26. py-test-testmon: updated to 0.9.18

    v0.9.18:
    Support for pytest 5.x
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    f1605fd View commit details
    Browse the repository at this point in the history
  27. qt5-qtspeech: add PLIST.Darwin; sort PLIST

    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    2c7f849 View commit details
    Browse the repository at this point in the history
  28. qt5: depend on qt5-qtspeech

    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    f3aa1e1 View commit details
    Browse the repository at this point in the history
  29. py-cryptodome: updated to 3.9.0

    3.9.0:
    
    New features
    * Add support for loading PEM files encrypted with AES256-CBC.
    * Add support for XChaCha20 and XChaCha20-Poly1305 ciphers.
    * Add support for bcrypt key derivation function (`Crypto.Protocol.KDF.bcrypt`).
    * Add support for left multiplication of an EC point by a scalar.
    * Add support for importing ECC and RSA keys in the new OpenSSH format.
    
    Resolved issues
    * it was not possible to invert an EC point anymore.
    * fix printing of DSA keys.
    * `DSA.generate()` was not always using the `randfunc` input.
    * the MD2 hash had block size of 64 bytes instead of 16; as result the HMAC construction gave incorrect results.
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    a6444ed View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    be7fa51 View commit details
    Browse the repository at this point in the history
  31. py-test-rerunfailures: added version 7.0

    pytest-rerunfailures is a plugin for py.test that re-runs tests to eliminate
    intermittent failures.
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    a02aca8 View commit details
    Browse the repository at this point in the history
  32. py-amqp: updated to 2.5.1

    2.5.1
    - Ignore all methods except Close and Close-OK when channel/connection is closing
    - Fix faulty ssl sni intiation parameters
    - Undeprecate auto_delete flag for exchanges.
    - Improved tests and testing environments
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    45258e8 View commit details
    Browse the repository at this point in the history
  33. py-kombu: updated to 4.6.4

    4.6.4
    - Use importlib-metadata instead of pkg_resources for better performance
    - Allow users to switch URLs while omitting the resource identifier
    - Don't stop receiving tasks on 503 SQS error.
    - Fix maybe declare
    - Revert "Revert "Use SIMEMBERS instead of SMEMBERS to check for queue (Redis Broker)
    - Fix MongoDB backend to work properly with TTL
    - Make sure that max_retries=0 is treated differently than None
    - Bump py-amqp to 2.5.1
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    2209ae7 View commit details
    Browse the repository at this point in the history
  34. Updated net/py-amqp, net/py-kombu

    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    08fc5e0 View commit details
    Browse the repository at this point in the history
  35. py-keyring: updated to 19.1.0

    19.1.0
    * macOS Keyring now honors a ``KEYCHAIN_PATH``
      environment variable. If set, Keyring will use that
      keychain instead of the default.
    
    19.0.2
    * Refresh package skeleton.
    * Adopt `black <https://pypi.org/project/black>`_ code style.
    
    19.0.1
    * Merge with 18.0.1.
    
    18.0.1
    * ExceptionInfo no longer retains a reference to the
      traceback.
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    1c532b8 View commit details
    Browse the repository at this point in the history
  36. py-authres: updated to 1.2.0

    1.2.0:
    + Added ability to include DMARC policy in DMARC results
    * Updated references for new RFCs, ARC no longer experimental
    * Converted http references to https
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    aefb03c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3d93d1d View commit details
    Browse the repository at this point in the history
  38. p5-File-Binary: remove PLIST since PERL5_PACKLIST is used; added perl…

    …5 to CATEGORIES
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    bd6af74 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ee1d7b4 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    13cb11e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    67c5efe View commit details
    Browse the repository at this point in the history
  42. libgcrypt: Update to 1.8.5

    Noteworthy changes in version 1.8.5 (2019-08-29)  [C22/A2/R5]
    ------------------------------------------------
    
     * Bug fixes:
    
       - Add mitigation against an ECDSA timing attack.
         [#4626,CVE-2019-13627]
    
       - Improve ECDSA unblinding.
    
     * Other features:
    
       - Provide a pkg-config file for libgcrypt.
    
     Release-info: https://dev.gnupg.org/T4683
    alarixnia committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    887beea View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2c690c5 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    6856557 View commit details
    Browse the repository at this point in the history
  45. p5-Lingua-EN-Syllable: remove PLIST since PERL5_PACKLIST is in use; u…

    …pdate HOMEPAGE
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    161ac64 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    0f31081 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    b0c2c63 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    e1f038d View commit details
    Browse the repository at this point in the history
  49. p5-Crypt-DH-GMP: remove empty PLIST

    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    07be4d1 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    d2aefc9 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    d137aeb View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    c5564a1 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d3cf387 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    a6c4288 View commit details
    Browse the repository at this point in the history
  55. Update to 0.60. From the changelog:

    - Added flag to make `pherkin` check for duplicate matching step
      functions to help debugging
    - Added option to specify meta data to step functions and use it in
      extensions; minimally available meta data identifies the file name
      and line where the step function has been defined
    - Cleaned up release procedure: 0.58 and 0.59 were sloppy, including
      additional files from the working directory
    - Increase minimum Perl version to 5.10
    - Updated languge support from Cucumber upstream repository, adding
      support for: Armenian, Aragonese, Asturian, Azerbaijani, Bosnian,
      Emoji, Irish, Gujarati, Georgian, Macedonian (Cyrilic),
      Macedonian (Latin), Mongolian and Tamil
    - Documentation updates and (hopefully) clarification
    schmonz committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    84c82a8 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    ec65dbf View commit details
    Browse the repository at this point in the history
  57. vlc: drop mad and faad plugins

    both of these are unmaintained upstream and neither are necessary for
    mp3/m4a playback which is handled by other libraries.
    
    bump PKGREVISION
    alarixnia committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    4d0d7a6 View commit details
    Browse the repository at this point in the history
  58. libupnp: Update to 1.8.4.

    *******************************************************************************
    Version 1.8.4
    *******************************************************************************
    
    2017-11-17 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    
    	GitHub NetBSD#57 - 1.8.3 broke ABI without changing SONAME
    	Opened by jcowgill
    
    	This change in 1.8.3 broke the ABI and therefore the SONAME should have
    	been changed (ie: age reset to 0):
    
    	EXPORT_SPEC int UpnpAddVirtualDir(
    	        /*! [in] The name of the new directory mapping to add. */
    	-       const char *dirName);
    	+       const char *dirName,
    	+       /*! [in] The cookie to associated with this virtual directory */
    	+       const void *cookie,
    	+       /*! [out] The cookie previously associated, if mapping is already present */
    	+       const void **oldcookie);
    
    	If only the cookie argument was added, you could probably get away with
    	this because all that would happen is that a garbage value is passed
    	around without being used. With the addition of oldcookie, any old
    	programs will not initialise this value and will probably segfault when
    	libupnp tries to write to it.
    
    *******************************************************************************
    Version 1.8.3
    *******************************************************************************
    
    2017-09-07 Dave Overton <david(at)insomniavisions.com>
    
    	Add userdata/cookie to virtualDir callbacks
    
    	As with the main Device APIs (UpnpRegisterRootDevice etc), it is useful
    	to have a userdata/cookie pointer returned with each callback.
    
    	This patch allows one cookie per registered path which enables a variety
    	of functionality in client apps.
    
    2017-09-03 Uwe Kleine-König <uwe@kleine-koenig.org>
    
    	Fix large file system support
    
    	libupnp uses large file support (if available). If a program linking to
    	libupnp does not however it creates mismatches in callframes. See
    	Issue NetBSD#51 for the results.
    
    	This simplifies LFS support by using AC_SYS_LARGEFILE_SENSITIVE instead of
    	manually defining _LARGE_FILE_SOURCE and _FILE_OFFSET_BITS (which is
    	useless on architectures where the size of off_t is fixed).
    
    	Furthermore additional logic is introduced to catch a library user without
    	64 bit wide off_t on such a platform.
    
    	upnp.h also makes use of off_t, but as this file includes FileInfo.h, the
    	latter is the single right place for this check.
    
    	This fixes NetBSD#52 which is a generalized variant of NetBSD#51.
    
    2017-08-19 Uwe Kleine-König <uwe@kleine-koenig.org>
    
    	configure.ac: Drop copying of include files
    
    	The comment suggests this is for windows compilation. It should be easily
    	possible to add the source directory as an include path to the windows
    	compiler, too, so drop this. (Otherwise this should better be done using
    	AC_CONFIG_COMMANDS.)
    
    2017-09-03 Uwe Kleine-König <uwe@kleine-koenig.org>
    
    	Let source code use autoconfig.h not the public upnpconfig.h
    
    	The former is the one supposed to be used for internal code. upnpconfig.h is only
    	for public stuff.
    
    2017-08-19 Uwe Kleine-König <uwe@kleine-koenig.org>
    
    	configure.ac: Fix typo s/optionnal/optional/
    
    2017-08-08 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    
    	Fix broken samples when configured with --disable-ipv6.
    
    *******************************************************************************
    Version 1.8.2
    *******************************************************************************
    
    2017-07-24 Michael Osipov
    
    	Initialize in_addr and in6_addr to avoid garbage output if never written
    
    	If any of the address families isn't available in UpnpGetIfInfo(),
    	especially IPv6, always init both structs with zero to avoid garbage
    	output with inet_ntop() to gIF_IPV4 and gIF_IPV6.
    
    	See v00d00/gerbera#112 (https://github.com/v00d00/gerbera/issues/112)
    	for consequences: bind for IPv6 will fail.
    
    2013-10-28 Vladimir Fedoseev <va-dos(at)users.sourceforge.net>
    
    	Attached patch allows to register multiple clients from single app.
    
    2014-11-14 Philippe <philippe44ca(at)users.sourceforge.net>
    
    	Hi - I recently compiled libupnp on C++ Builder XE7 and had to do a few
    	changes to make it work. In thase this helps, I've generated a small
    	patch file.
    
    2015-04-30 Hugo Beauzée-Luyssen <chouquette(at)users.sourceforge.net>
    
    	When building using a strict mode (-std=c++11 instead of -std=gnu++11,
    	for instance), the WIN32 macro isn't defined. The attached patch fixes
    	it by using _WIN32 instead.
    
    2015-02-06 Jean-Francois Dockes <jf@dockes.org>
    
    	Queue events on their subscription object instead of adding them to the
    	thread pool immediately.
    
    	Events destined for a non-responding control point would flood the
    	thread pool and prevent correct dispatching to other clients, sometimes
    	to the point of disabling the device. Events are now queued without
    	allocating thread resources and properly discarded when a client is not
    	accepting them.
    
    2015-02-03 Jean-Francois Dockes <jf@dockes.org>
    
    	genaInitNotify()/genaInitNotifyExt() and
    	genaNotifyAll()/genaNotifyAllExt() are relatively complicated methods
    	which only differ by the format of an input parameter. This update
    	extracts the common code for easier maintenance, esp. relating to the
    	queueing modifications to follow.
    
    
    *******************************************************************************
    Version 1.8.1
    *******************************************************************************
    
    2017-04-26 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    
    	Fix some compiler warning messages on md5.c
    
    2017-03-07 Fabrice Fontaine <fontaine.fabrice(at)gmail.com>
    
    	Enable IPv6 by default
    
    2017-03-07 Fabrice Fontaine <fontaine.fabrice(at)gmail.com>
    
    	Move threadutil source code to libupnp
    
    	With this patch, threadutil library is removed as the only public
    	header that has been kept in 1.8.x is ithread.h which is mainly a
    	wrapper to pthread with inline functions.
    	threadutil source code will now be a part of libupnp library.
    
    *******************************************************************************
    Version 1.8.0
    *******************************************************************************
    
    2014-01-15 Peng <howtofly(at)gmail.com>
    
    	Fix memory leaks.
    
    2013-04-27 Thijs Schreijer <thijs(at)thijsschreijer.nl>
    
    	Renamed SCRIPTSUPPORT to IXML_HAVE_SCRIPTSUPPORT for consistency. Also
    	updated autoconfig and automake files, so it also works on non-windows.
    	Option is enabled by default, because it adds an element to the node
    	structure. Not using an available field is better than accidentally
    	using an unavailable field.
    
    2012-07-11 Thijs Schreijer <thijs(at)thijsschreijer.nl>
    
    	Changed param to const UpnpAcceptSubscriptionExt() for consistency
    
    2012-06-07 Thijs Schreijer <thijs(at)thijsschreijer.nl>
    
    	updated ixmlDocument_createAttributeEx() and ixmlDocument_createAttribute()
    	to use parameter DOMString instead of char * (same but now consistent)
    
    2012-05-06 Thijs Schreijer <thijs(at)thijsschreijer.nl>
    
    	Added script support (directive SCRIPTSUPPORT) for better support of
    	garbage collected script languages. The node element gets a custom tag
    	through ixmlNode_setCTag() and ixmlNode_getCTag(). And a callback upon
    	releasing the node resources can be set using ixmlSetBeforeFree()
    	See updated readme for usage.
    
    2012-03-24 Fabrice Fontaine <fabrice.fontaine(at)orange.com>
    
    	SF Bug Tracker id 3510595 - UpnpDownloadXmlDoc : can't get the file
    
    	Submitted: Marco Virgulti ( mvirg83 ) - 2012-03-23 10:08:08 PDT
    
    	There is a problem, perhaps, during downloading a document by
    	UpnpDownloadXmlDoc. During debugging i've found that in an not exported
    	api (unfortunately i forgot the code line...) where it is setted a
    	local variable "int timeout" to -1 then passed directly to another
    	function for sending data through tcp socket. I patched this setting it
    	to 0 (there is an IF section that exits if timeout < 0). It is normal
    	behavior or it is a bug?
    
    2012-03-08 Fabrice Fontaine <fabrice.fontaine(at)orange-ftgroup.com>
    
    	Check for NULL pointer in TemplateSource.h
    
    	calloc can return NULL so check for NULL pointer in CLASS##_new and
    	CLASS##_dup.
    
    2012-03-08 Fabrice Fontaine <fabrice.fontaine(at)orange-ftgroup.com>
    
    	Replace strcpy with strncpy in get_hoststr
    
    	Replace strcpy with strncpy to avoid buffer overflow.
    
    2012-03-08 Fabrice Fontaine <fabrice.fontaine(at)orange-ftgroup.com>
    
    	Memory leak fix in handle_query_variable
    
    	variable was never freed.
    
    2011-02-07 Chandra Penke <chandrapenke(at)mcntech.com>
    
    	Add HTTPS support using OpenSSL. HTTPS support is optional and can
    	be enabled by passing the --enable-open-ssl argument to the
    	configure script.
    
    	The following methods are introduced to the public API:
    	UpnpInitOpenSslContext
    
    	When enabled, HTTPS can be used by using "https://" instead of
    	"http://" when passing URLs to the HTTP Client API.
    
    2011-02-07 Chandra Penke <chandrapenke(at)mcntech.com>
    
    	Refactor HTTP Client API to be more generic.
    
    	The following features are added:
    
    	- Support for persistent HTTP connections (reusing HTTP
    	  connections). Tthis is still a work in progress and relies on
    	  applications to interpret the 'Connection' header
    	  appropriately.
    
    	- Support for specifying request headers when making
    	  requests. Useful for interacting with web services that require
    	  custom headers.
    
    	- Support for retrieving response headers (this is a API only
    	  change, some more work needs to be done to implement the actual
    	  functionality. Specifically copy_msg_headers in httpreadwrite.c
    	  needs to be implemented)
    
    	- Common API for all HTTP methods.
    
    	- Support for PUT, and DELETE methods.
    
    	The following methods are introduced to the public HTTP Client API
    
    	UpnpOpenHttpConnection, UpnpCloseHttpConnection, UpnpMakeHttpRequest,
    	UpnpWriteHttpRequest, UpnpEndHttpRequest, UpnpGetHttpResponse,
    	UpnpReadHttpResponse.
    
    	Removed a lot of duplicate code in httpreadwrite.c
    
    2011-01-17 Chandra Penke <chandrapenke(at)mcntech.com>
    
    	Include upnpconfig.h in FileInfo.h to automatically include large
    	file macros
    
    2011-01-17 Chandra Penke <chandrapenke(at)mcntech.com>
    
    	Fix for warnings Apple systems related to macros defined in list.h.
    
    	In list.h, in apple systems, undefine the macros prior to defining them.
    
    2011-01-16 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    
    	Fix for UpnpFileInfo_get_LastModified() in http_MakeMessage().
    
    	UpnpFileInfo_get_LastModified() returns time_t, and http_MakeMessage()
    	takes a "time_t *". Thanks to Chandra Penke for pointing the bug.
    
    2010-11-22 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    
    	Template object for ssdp_ResultData.
    
    2010-11-10 Fabrice Fontaine <fabrice.fontaine(at)orange-ftgroup.com>
    
    	Support for "polling" select in sock_read_write.
    
    	Currently, in sock_read_write function, if the timeout is 0, pupnp
    	realizes a "blocking" select (with an infinite timeout). With this
    	patch, if timeout is set to 0, pupnp will realize a "polling" select
    	and returns immediately if it can not read or write on the socket. This
    	is very useful for GENA notifications when pupnp is trying to send
    	events to a disconnected Control Point. "Blocking" select can now be
    	done by putting a negative timeout value.
    
    2010-09-18 Chandra Penke <chandrapenke(at)mcntech.com>
    
    	This is a minor build fix. The new Template*.h files added in the latest
    	code need to be exported. Patch against the latest sources is attached.
    
    2010-08-22 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* upnp/src/api/Discovery.c: Fix a serious bug and memory leak in
    	UpnpDiscovery_strcpy_DeviceType(). Thanks to David Blanchet for the
    	patch.
    
    2010-04-25 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	Separation of the ClientSubscription object.
    
    2010-04-24 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	Protect the object destructors agains null pointers on deletion, which
    	should be something valid.
    
    2010-03-27 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	SF Patch Tracker [ 2987390 ] upnp_debug vs. ixml_debug
    	Thanks for the load of updates, I'm still assimilating them ! Could I make
    	a suggestion though? The addition of printNodes(IXML_Node) to upnpdebug a
    	dds a new dependency on ixml.h for anything using upnpdebug.h. I'm making
    	quite a bit of use of upnpdebug in porting things to version 1.8.0, and I'd
    	prefer it if printNodes could be added to ixmldebug.h instead. I'm attach
    	ing a patch, what do you think ?
    
    	Nick
    
    2010-03-27 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* Forward port of svn revision 505:
    	SF Patch Tracker [ 2836704 ] Patch for Solaris10 compilation and usage.
    	Submitted By: zephyrus ( zephyrus00jp )
    
    2010-03-20 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* SF Patch Tracker [ 2969188 ] 1.8.0: patch for FreeBSD compilation
    	Submitted By: Nick Leverton (leveret)
    	Fix the order of header inclusion for FreeBSD.
    
    2010-03-20 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* Forward port of svn revision 502:
    	SF Patch Tracker [ 2836704 ] Search for nested serviceList (not
    	stopping at the first lis
    	Submitted By: zephyrus ( zephyrus00jp )
    
    	Internet Gateway Device description contains nested serviceList (rootdevice
    	-> servicelist, subdevice
    	and subdevice has the lower-level serviceList, etc..)
    
    	Unfrotunately, the sample code sample_util.c used by tv_device sample,
    	etc.
    	has a code that looks for only the first top-level serviceList.
    	This results in the failure to read all the services of an IGD xml
    	description.
    
    	Attached patch modifies this behavior and looks for the service by
    	visiting all the serviceList in xml document in turn.
    
    	With the modified patch (ad additional modification), I could
    	simulate an IGD device and created a modified control program for that.
    
    	Patch against 1.6.6
    
    	TIA.
    
    2010-03-20 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* SF Patch Tracker [ 2973319 ] Problem in commit 499
    	Submitted By: Nick Leverton (leveret)
    	Afraid that this doesn't compile, it seems retval should be retVal in two
    	places.
    
    2010-03-16 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* Fix for the ithread_mutex_unlock() logic in UpnpInit().
    	Thanks for Nicholas Kraft.
    
    2010-03-15 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* SF Patch Tracker [ 2962606 ] Autorenewal errors: invalid SID,
    	too-short renewal interval
    	Submitted By: Nick Leverton (leveret)
    
    	Auto-renewals send an invalid SID due to a missing UpnpString_get_String
    	call. They also send a renewal interval of 0 instead of copying it from
    	the original subscription.
    
    2010-03-15 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* SF Patch Tracker [ 2964685 ] patch for avoiding inet_ntoa (1.8.0)
    	Submitted By: Nick Leverton (leveret)
    
    	Seems like SF's tracker won't let me add a patch to someone else's issue ?!
    	This refers to https://sourceforge.net/support/tracker.php?aid=2724578
    
    	The calls to inet_ntoa are in getlocalhostname(), which is called from
    	UpnpInit when it is returning the bound IP address.
    	UpnpInit/getlocalhostname hasn't been updated to IPv6, I presume this is
    	deliberate so that it doesn't start returning IPv6 addresses and
    	overwriting the caller's IPv4-sized allocation.
    
    	The attached patch just updates getlocalhostname to use inet_ntop instead
    	of inet_ntoa, and also documents the fact that UpnpInit is IPv4 only whilst
    	UpnpInnit2 is both IPv4 and IPv6.
    
    	A fuller solution might be to change UpnpInit to use some variant on
    	UpnpGetIfInfo. UpnpInit could still be left as IPv4 only if desired -
    	perhaps UpnpGetIfInfo could take an option for the desired address family.
    	getlocalhostname and its own copy of the interface scanning code would then
    	be redundant. I don't have IPv6 capability here though so I'm reluctant to
    	change the IPv6 code, as I have no way to test it.
    
    2010-03-15 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* SF Patch Tracker [ 2724578 ] patch for avoiding memory leaks when
    	add devices
    
    	each time a device been added, UpnpInit() is called, on exit, UpnpFinish()
    	is called, but the memories allocated by ThreadPoolInit() may lost because
    	there's no code to call ThreadPoolShutdown() to release the memories. And
    	inet_ntoa() is not thread safe, so in my patch, I substitute inet_ntoa()
    	with inet_ntop().
    
    2010-03-14 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* SF Patch Tracker [ 2964687 ] Add new string based accessors to upnp
    	object API
    
    	As per email to pupnp-devel, this is the patch to add the _strget_
    	accessors for string-like objects in the interface.
    
    	Will add a further patch shortly to udpate the sample programs.
    
    2008-06-27 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* Nicholas Kraft's patch to fix some IPv6 copy/paste issues. He
    	reported to be getting infinite loops with the svn code.
    
    2008-06-13 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* SF Bug Tracker [ 1984541 ]
    	ixmlDocumenttoString does not render the namespace tag.
    	Submitted By: Beliveau - belivo
    
    	Undoing the patch that fixed this problem. In fact, there was no
    	problem and the patch was wrong.
    
    2008-06-11 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* Ingo Hofmann's patch for "Content-Type in Subscription responses".
    	Adds charset="utf-8" attribute to the CONTENT-TYPE header line.
    
    	Hi,
    
    	I have found an inconsistency regarding the text/xml content-type
    	returned by libupnp. It looks like only subscription responses send
    	"text/xml" where all other messages contain "text/xml; charset="utf-8"".
    	Since I'm working on an DLNA device the latter behaviour is mandatory.
    	I changed the according lines in gena_device.c (see attached patch).
    	I'm not sure if it would be ok for other device to have the charset
    	field but it would help me a lot :)
    
    	Best regards,
    	Ingo
    
    2008-06-04 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* SF Bug Tracker [ 1984541 ]
    	ixmlDocumenttoString does not render the namespace tag.
    	Submitted By: Beliveau - belivo
    
    	The problem occurs when converting a xml document using
    	ixmlDocumenttoString containing a namespace tag created with
    	ixmlDocument_createElementNS. The namespace tag doesn't get rendered.
    
    	example: The following code fragment prints:
    
    	<?xml version="1.0"?>
    	<root></root>
    
    	instead of:
    	<?xml version="1.0"?>
    	<root xmlns="urn:schemas-upnp-org:device-1-0"></root>
    
    	Code:
    
    	#include <stdlib.h>
    	#include <upnp/ixml.h>
    
    	int main()
    	{
    		IXML_Document* wDoc = ixmlDocument_createDocument();
    		IXML_Element* wRoot = ixmlDocument_createElementNS(wDoc,
    			"urn:schemas-upnp-org:device-1-0", "root");
    		ixmlNode_appendChild((IXML_Node *)wDoc,(IXML_Node *)wRoot);
    		DOMString wString = ixmlDocumenttoString(wDoc);
    		printf(wString);
    		free(wString);
    		ixmlDocument_free(wDoc);
    
    		return 0;
    	}
    
    	The problem was in the printing routine, not in the library data
    	structure.
    
    2008-05-31 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* Charles Nepveu's suggestion of not allocating a thread for
    	MiniServer when it is not compiled.
    
    2008-05-24 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* Ported Peter Hartley's patch to compile with mingw.
    
    2008-05-24 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* Added some debug capability to ixml.
    
    2008-05-02 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* Merged Charles Nepveu's IPv6 work. libupnp now is IPv6 enabled.
    
    2008-02-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* Breaking API so that we now hide internal data structures.
    
    2008-02-06 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
    	* Rewrote Peter Hartley's patch to include a new extra header field in
    	FileInfo.
    
    *******************************************************************************
    Version 1.6.22
    *******************************************************************************
    
    2017-07-07 James Cowgill <james410(at)cowgill.org.uk>
    
    	Replace MD5 impmplementation with public-domain version
    
    	Currently the RSA MD5 implementation is used. Unfortunately the license
    	has some potential issues:
    	* The license does not explicitly allow distributing derivative works.
    	This was the original argument used in
    	[Debian #459516](https://bugs.debian.org/459516).
    	* The license contains an advertising clause similar to the BSD 4-clause
    	license. This is incompatible with the GPL and if it were enforced,
    	would require RSA to be mentioned by pretty much everyone who uses pupnp.
    
    	The simple solution is to replace it with a public domain
    	implementation. I've taken OpenBSDs implementation and tweaked it
    	slightly for use by pupnp by:
    	- Adjusting the includes.
    	- Removing the __bounded__ attributes which are specific to OpenBSD.
    	- Using the standard integer types from stdint.h.
    	- Using memset instead of explicit_bzero.
    
    2016-12-16 Peter Pramberger <peterpramb(at)users.sf.net>
    
    	ixml/test/test_document.c is missing the string.h include, therefore
    	the compiler complains about an implicit declaration.
    
    *******************************************************************************
    Version 1.6.21
    *******************************************************************************
    
    2016-12-16 Gabriel Burca <gburca(at)github>
    
    	If the error or info log files can not be created, use stderr and
    	stdout instead.
    
    2016-12-08 Uwe Kleine-König <uwe(at)kleine-koenig.org>
    
    	Fix out-of-bound access in create_url_list() (CVE-2016-8863)
    
    	If there is an invalid URL in URLS->buf after a valid one, uri_parse is
    	called with out pointing after the allocated memory. As uri_parse writes
    	to *out before returning an error the loop in create_url_list must be
    	stopped early to prevent an out-of-bound access
    
    	Bug: https://sourceforge.net/p/pupnp/bugs/133/
    	Bug-CVE: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8863
    	Bug-Debian: https://bugs.debian.org/842093
    	Bug-Redhat: https://bugzilla.redhat.com/show_bug.cgi?id=1388771
    
    2016-11-30 Uwe Kleine-König <uwe(at)kleine-koenig.org>
    
    	miniserver: fix binding to ipv6 link-local addresses
    
    	Linux requires to have sin6_scope_id hold the interface id when binding to
    	link-local addresses. This is already in use in other parts of upnp, so
    	portability shouldn't be in the way here. Without this bind(2) fails with
    	errno=EINVAL (although ipv6(7) from manpages 4.08 specifies ENODEV in this
    	case).
    
    	Fixes: https://bugs.debian.org/813249
    
    2016-09-15 Mathew Garret <(at)mjg59 (twitter)>
    
    	SF Bug Tracker NetBSD#132 CVE-2016-6255: write files via POST
    
    	Submitted by: Balint Reczey in 2016-08-02
    
    	From Debian's BTS https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831857 :
    	From: Salvatore Bonaccorso carnil@debian.org
    	To: Debian Bug Tracking System submit@bugs.debian.org
    	Subject: libupnp: write files via POST
    	Date: Wed, 20 Jul 2016 11:03:34 +0200
    	Source: libupnp
    	Version: 1:1.6.17-1
    	Severity: grave
    	Tags: security upstream
    	Justification: user security hole
    	Hi
    	See http://www.openwall.com/lists/oss-security/2016/07/18/13 and
    	https://twitter.com/mjg59/status/755062278513319936 .
    	Proposed fix:
    	mjg59/pupnp-code@be0a01b
    	Regards,
    	Salvatore
    
    	From Mathew Garret's commit: Don't allow unhandled POSTs to write to the filesystem by default
    
    *******************************************************************************
    Version 1.6.20
    *******************************************************************************
    
    2016-02-22 Jean-Francois Dockes <medoc(at)users.sf.net>
    
    	SF Bugs NetBSD#131, Creator: Jean-Francois Dockes
    
    	I know it sounds crazy that nobody ever saw this, but the CONTENT-LENGTH
    	value in GENA NOTIFY messages is too small by one.
    
    	It appears that most current control points don't notice the extra
    	character (an LF, which is validly there but not included in
    	Content-Length), probably because their protocol handler is reasonably
    	lenient, and because the missing body LF does not prevent parsing the
    	XML. But there is a least one anal CP (Linn Kazoo) which barfs, because
    	it reads all data until connection close and the size mismatch triggers
    	a bug.
    
    	"Proof":
    	In gena_device.c:217 (notify_send_and_recv())
    
    	ret_code = http_SendMessage(&info, &timeout,
    	    "bbb",
    	    start_msg.buf, start_msg.length,
    	    propertySet, strlen(propertySet),
    	    CRLF, strlen(CRLF));
    
    	start_msg has all the headers, including the empty line.
    	Content-length should be strlen(propertySet) + strlen(CRLF) (2)
    	In gena_device.c:433 (AllocGenaHeaders())
    
    	rc = snprintf(headers, headers_size, "%s%s%"PRIzu"%s%s%s",
    	    HEADER_LINE_1,
    	    HEADER_LINE_2A,
    	    strlen(propertySet) + 1,
    	    HEADER_LINE_2B,
    	    HEADER_LINE_3,
    	    HEADER_LINE_4);
    
    	HEADER_LINE_2A is "CONTENT-LENGTH: ".
    	The following value should be strlen(propertySet) + 2
    
    2016-01-07 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>
    
    	Fix for a reported integer overflow
    
    2016-01-07 Jean-Francois Dockes <medoc(at)users.sf.net>
    2016-01-07 Nick Leverton <nick(at)leverton.org>
    	SF Patches NetBSD#60, Creator: Jean-Francois Dockes
    
    	When libupnp is configured with --enable-ipv6 but ipv6 is not available
    	on the system (for example because the ipv6 code is not loaded in a Linux
    	kernel as is the case by default on Raspbian), the ipv6 socket creation
    	call will fail in miniserver.c and the library init will fail, even if
    	the ipv4 initialisation would have succeeded.
    
    	Let a library configured with --enable-ipv6 initialize in ipv4-only
    	mode if ipv6 is not available instead of failing. This can happen
    	if no ipv6 code is configured or loaded in the kernel.
    
    	Don't fail if IPv6 is unavailable.
    	We might be an IPv6 enabled distro build running on an IPv4-only custom kernel.
    
    2016-01-07 Nick Leverton <nick(at)leverton.org>
    
    	SF Bug Tracker NetBSD#128, Creator: Nick Leverton
    	redefining strndup causes "error: expected identifier or '(' before '__extension__'"
    
    	Fix redefinition of strnlen and strndup
    	These are available when HAVE_STRNDUP and HAVE_STRNLEN are defined, but
    	libupnp provides an extern prototype anyway.  Recent versions of glibc
    	define this prototype differently, causing the following compile error:
    
    	src/api/UpnpString.c:47:15: error: expected identifier or '(' before  '__extension__'
    		extern char *strndup(__const char *__string, size_t __n);
    
    2016-01-07 Nick Leverton <nick(at)leverton.org>
    
    	SF Bug Tracker NetBSD#129, Creator: Nick Leverton
    	shutdown() on UDP sockets logs ENOTCONN message.
    	https://sourceforge.net/p/pupnp/bugs/129/
    
    	Fix ENOTCONN "Error in shutdown: Transport endpoint is not connected"
    
    	When logging is enabled, ssdpserver logs bursts of
    	"Error in shutdown: Transport endpoint is not connected"
    	This is because shutdown() is not supported for UDP sockets and under
    	recent UNIX specifications it returns ENOTCONN if used.
    
    2016-01-07 Nick Leverton <nick(at)leverton.org>
    
    	SF Bug Tracker NetBSD#127, Creator: Klaus Fischer
    	Miniserver uses INADDR_ANY instead of HostIP
    	https://sourceforge.net/p/pupnp/bugs/127/
    
    	The internal miniserver.c uses INADDR_ANY instead of the HostIP/IfName
    	provided when initializing libupnp. But, this HostIP/IfName gets used
    	for the UDP socket when multicasting SSDP messages.  Because of this,
    	miniserver may end up sending from different IP address than ssdpserver.
    	This patch causes miniserver to use the already known interface address.
    
    2016-01-07 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>
    
    	SF Bug Tracker NetBSD#130, Creator: Shaddy Baddah
    	infinite loop in UpnpGetIfInfo() under WIN32
    
    	Original code makes no sense. This patch should fix it.
    
    2015-02-04 Shaun Marko <semarko@users.sf.net>
    
    	Bug tracker NetBSD#124 Build fails with --enable-debug
    
    	Build environment
    	Fedora 21
    	X86-64
    	* gcc 4.9.2
    
    	How to repeat
    	$ ./configure --enable debug
    	$ make
    	libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../upnp/inc -I./inc -I../threadutil/inc
    	-I../ixml/inc -I./src/inc -pthread -g -O2 -Wall -MT src/api/libupnp_la-UpnpString.lo
    	-MD -MP -MF src/api/.deps/libupnp_la-UpnpString.Tpo -c src/api/UpnpString.c
    	-fPIC -DPIC -o src/api .libs/libupnp_la-UpnpString.o src/api/UpnpString.c:47:16:
    	error: expected identifier or '(' before 'extension'
    	extern char *strndup(const char *string, size_t __n);
    	^
    	Makefile:1016: recipe for target 'src/api/libupnp_la-UpnpString.lo' failed
    
    	Reason for failure
    	Build enables -O2 optimization flags which causes the inclusion of a
    	macro implementation of strndup from include/bits/string2.h.
    
    	Workarounds
    	Disable optimization when configuring or making:
    	$ configure CFLAGS='-g -pthread -O0' --enable-debug
    	$ make
    	or
    	$ configure --enable-debug
    	$ make CFLAGS='-g -pthread -O0' Define NO_STRING_INLINES
    	$ export CFLAGS="-DNO_STRING_INLINES -O2"
    	$ ./configure --enagble-debug
    	$ make
    
    	Fix
    	* Don't declare strndup in src/api/UpnpString.c if it exists
    
    2015-02-01 Jean-Francois Dockes <medoc@users.sf.net>
    
    	Out-of-tree builds seem to be currently broken, because ixml and
    	threadutil files need an include path to include UpnpGlobal.h, and
    	configure tries to copy files into a directory which it does not create.
    	The patch fixes both issues.
    
    2014-01-03 Peng <howtofly(at)gmail.com>
    
    	rewrite soap_device.c
    
    	1) separate HTTP handling from SOAP handling
    	2) remove repeated validity check, each check is performed exactly once
    	3) fix HTTP status code per UPnP spec, SOAP spec and RFC 2774
    alarixnia committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    a22e4a5 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    db2436e View commit details
    Browse the repository at this point in the history
  60. Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; nee…

    …ded for future Python 3.8
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    8c2f260 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    f188a3c View commit details
    Browse the repository at this point in the history
  62. Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; nee…

    …ded for future Python 3.8
    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    eff7a46 View commit details
    Browse the repository at this point in the history
  63. Python 2.6 is long gone

    adam committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    c38dac1 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    7d97734 View commit details
    Browse the repository at this point in the history
  65. Add textproc/libuninameslist

    The Unicode consortium provides a file containing annotations on many unicode
    characters. This library contains a compiled version of this file so that
    programs can access this data quickly and easily.
    alarixnia committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    e378e78 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    71d177f View commit details
    Browse the repository at this point in the history
  67. fontforge: Update to 20190801

    Along with the usual bugfixes, there have been a couple of new features worth calling out:
    
        Added Croatian translation
        Added user decompositions
        New graphic for the splash/about screen
        Images embedded in SFDs are now serialised as PNGs
            This is enabled by default, but may be turned off with the 'WritePNGInSFD' option.
            A new tag is used to identify this mode; 'Image2', instead of 'Image'
            This requires FontForge to be compiled with libpng support. If not compiled with libpng, FontForge will revert to the old method of serialising RLE encoded raw images.
    
    As part of an ongoing effort to clean up the code base, there have additionally been multiple build system changes:
    
        Python 2 support is deprecated. It is strongly recommended to build with Python 3 support. Python 2 support will be removed in a future release.
        Both the Windows and Mac builds are now built with Python 3 instead of Python 2.
        The minimum supported version for the Mac build is now MacOS Sierra (10.12)
        FontForge no longer uses gnulib
        collab support has been removed
        The build system now expects libuninameslist to be present, and will fail if it is not found. Building without libuninameslist must be explcititly specified using --without-libuninameslist
    alarixnia committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    308df8b View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    dd55d3f View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    495fdc1 View commit details
    Browse the repository at this point in the history
  70. tits: strip -Werror

    alarixnia committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    b9e6b9d View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    d0e74e7 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    0a46b34 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    17fc80a View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    464f5ea View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    db1b5e2 View commit details
    Browse the repository at this point in the history
  76. mg2a: make this prehistoric C not fail with modern compilers

    don't define our own strncpy/strncat, include the header instead.
    alarixnia committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    1defb08 View commit details
    Browse the repository at this point in the history
  77. Add Capstone module.

    rjs committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    44e64f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. only pull in audio/alsa-lib/buildlink3.mk on linux, the only OPSYS

    that enables alsa here.  avoids building an unused alsa-lib.
    mrg committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    b2c3188 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6205e9 View commit details
    Browse the repository at this point in the history
  3. MesaLib: add link to upstream merge request so we know when the

    workaroudn can be removed.
    coypoop committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    76f7df5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4973e1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac16d13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d96146 View commit details
    Browse the repository at this point in the history
  7. spleen: update to 1.1.0.

    ChangeLog:
    
    - Add full support for the Latin Extended-A Unicode block
    - Add euro symbol
    - Character at position CB is 'E' with diaeresis, not with tilde (12x24 version)
    - Character at position D6 is 'O' with diaeresis, not with tilde (12x24 version)
    - Character at position DC is 'U' with diaeresis, not with tilde (12x24 version)
    - Fix tilde alignment in the 'o' with tilde character (32x64 version)
    - Fix middle bar thickness in the upper case 'eth' character (12x24 version)
    - Fix ring alignment for the 'A' and 'a' characters (16x32 and 32x64 versions)
    - Remove strain pixel on the '3' and 'k' characters (32x64 version)
    - Remove fillers for characters other than ISO 8859-1 ones (5x8 version)
    
    OK kamil@
    fcambus committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    3d75e94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f18731a View commit details
    Browse the repository at this point in the history
  9. synce-rra: Strip -Werror

    alarixnia committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f4de14b View commit details
    Browse the repository at this point in the history
  10. bossa: Strip -Werror

    alarixnia committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    32a1f98 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7687005 View commit details
    Browse the repository at this point in the history
  12. guile22: build fix for most Linux distributions and Darwin

    The file charset.alias is not defined as part of the installation
    target if this is being built on Linux+glibc or Darwin, handle
    accordingly.
    dhgutteridge committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f92d7ef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2bc48c4 View commit details
    Browse the repository at this point in the history
  14. dspdfviewer: strip -Werror

    alarixnia committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f38ec96 View commit details
    Browse the repository at this point in the history
  15. bat: Update to 0.12.1

    Changes since 0.12.0:
    
    Bugfixes
    
      * Fixes a bug for older Windows versions ("The procedure entry point
        CreateFile2 could not be located")
    fraggerfox committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    46a55f5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fd267fd View commit details
    Browse the repository at this point in the history
  17. emacs26: Drop svg from default options

    svg requires librsvg, which either requires rust, which has been the
    cause of failures on pkgbuild and is very large, or results in using
    unmaintained software (librsvg-c).
    
    On pkgsrc-users, no one reported actually using svg support in emacs.
    gdt committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    fe1279e View commit details
    Browse the repository at this point in the history
  18. samba4: updated to 4.10.8

    Samba 4.10.8:
    
    This is a security release in order to address the following defect:
    
    o  CVE-2019-10197: Combination of parameters and permissions can allow user
                       to escape from the share path definition.
    adam committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    85b716e View commit details
    Browse the repository at this point in the history
  19. Updated net/samba4

    adam committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    9c66e6a View commit details
    Browse the repository at this point in the history
  20. widelands: fix building on Darwin

    adam committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    6348c48 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. py-setuptools: updated to 41.2.0

    v41.2.0
    Remove some usage of the deprecated imp module.
    Changed html_sidebars from string to list of string as per https://www.sphinx-doc.org/en/master/changes.html#id58
    adam committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    ed1e0fe View commit details
    Browse the repository at this point in the history
  2. py-test-shutil: updated to 1.7.0

    1.7.0
    * All: Support pytest >= 4.0.0
    * All: Support Python 3.7
    * pytest-server-fixtures: if host not defined on your machine, default to localhost
    * pytest-server-fixture: Pin to rethinkdb < 2.4.0 due to upstream API changes
    * pytest-verbose-parametrize: Add support for revamped marker infrastructure
    * pytest-verbose-parametrize: Fix integration tests to support pytest >= 4.1.0
    * pytest-virtualenv: Add virtualenv as install requirement.
    * pytest-webdriver: Fix RemovedInPytest4Warning using getfixturevalue
    * circleci: Fix checks by skipping coverall submission for developer without push access
    * wheels: Generate universal wheels installable with both python 2.x and 3.x
    * dist: Remove support for building and distributing *.egg files
    * VagrantFile: Install python 3.7 and initialize python 3.7 by default
    * Fix DeprecationWarning warnings using "logger.warning()" function
    
    1.6.2:
    * pytest-server-fixtures: suppress stacktrace if kill() is called
    * pytest-server-fixtures: fix random port logic in TestServerV2
    
    1.6.1:
    * pytest-server-fixtures: fix exception when attempting to access hostname while server is not started
    
    1.6.0:
    * pytest-server-fixtures: added previously removed TestServerV2.kill() function
    * pytest-profiling: pin more-itertools==5.0.0 in integration tests, as that's a PY3 only release
    
    1.5.1:
    * pytest-verbose-parametrize: fixed unicode parameters when using `@pytest.mark.parametrize`
    
    1.5.0:
    * pytest-server-fixtures: made postgres fixtures and its tests optional, like all other fixtures
    * pytest-server-fixtures: reverted a fix for pymongo deprecation warning, as this will break compatibility with pymongo 3.6.0
    * pytest-server-fixtures: dropped RHEL5 support in httpd
    
    1.4.1:
    * pytest-server-fixtures: server fixture binary path specified in ENV now only affect server class 'thread'
    adam committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    35c27cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2db2d98 View commit details
    Browse the repository at this point in the history
  4. net/samba4: update MASTER_SITES

    Update MASTER_SITES switching to https URL.  And remove extra empty line.
    taca committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    382879b View commit details
    Browse the repository at this point in the history
  5. py-django: updated to 1.11.24

    Django 1.11.24 fixes a regression in 1.11.23.
    
    Bugfixes
    Fixed crash of KeyTransform() for JSONField and HStoreField when using on expressions with params
    adam committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    3184146 View commit details
    Browse the repository at this point in the history
  6. py-django2: updated to 2.2.5

    Django 2.2.5 fixes several bugs in 2.2.4.
    
    Bugfixes
    
    Relaxed the system check added in Django 2.2 for models to reallow use of the same db_table by multiple models when database routers are installed.
    Fixed crash of KeyTransform() for JSONField and HStoreField when using on expressions with params.
    Fixed a regression in Django 2.2 where ModelAdmin.list_filter choices to foreign objects don’t respect a model’s Meta.ordering.
    Fixed a race condition in loading URLconf module that could cause a crash of auto-reloader on Python 3.5 and below
    adam committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    f0569a9 View commit details
    Browse the repository at this point in the history
  7. Updated www/py-django, www/py-django2

    adam committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    2b2b717 View commit details
    Browse the repository at this point in the history
  8. MesaLib: glesv2 detection

    alarixnia committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    d56e474 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c4ace11 View commit details
    Browse the repository at this point in the history
  10. synergy: update to 1.10.3

    Bug fixes:
    6546 Filtered out self assigned ip addresses from being displayed
    6541 Fixed connected info text to include without TLS encryption
    6527 Config app renders incorrectly on high DPI screens
    6526 New TLS/SSL socket handled when no socket
    6525 Race condition on disconnecting TLS/SSL socket
    6521 Access violation in TLS/SSL socket close
    6409 Server freezes when clipboard contains an image
    3705 Hotkeys not working on Mac server
    Enhancements:
    6535 Version URL and added stage check to version check
    6529 Cleaner redistributable use in Windows installer
    6528 More verbose message for Linux display errors
    6524 Minimize config app to system tray
    6523 Restore auto hide on startup for config app
    6522 Double click Windows tray icon to show and hide
    6520 Support for 32-bit Linux for legacy users
    6519 Support for Ubuntu 14.04 LTS for legacy users
    6390 Support for OpenSSL 1.1.1 for better security
    tnn2 committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    2d157b0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bf7355c View commit details
    Browse the repository at this point in the history
  12. cairo: Mesa and libXt don't seem to be needed.

    GL support is explicitly disabled unconditionally.
    alarixnia committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    328f3fd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf6d252 View commit details
    Browse the repository at this point in the history
  14. py-pydicom: Update to 1.3.0

    eborisch committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    7ceb0a6 View commit details
    Browse the repository at this point in the history