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

Fix alpine Makefile "panic" subst on MacOS #113

Closed
wants to merge 10,000 commits into from
Closed

Fix alpine Makefile "panic" subst on MacOS #113

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

Commits on Jan 3, 2023

  1. x11/xterm: update to 377

    Patch #377 - 2022/11/25
    
     - add control sequences for reporting the current state of the modified keys
       options (XTQMODKEYS) and allowed/disallowed operations (XTQALLOWED),
       (prompted by discussion with Bram Moolenaar).
     - amend modifyOtherKeys case 2 to distinguish the escape character with
       modifiers, e.g., shift-escape, from a plain escape character (suggested by
       Bram Moolenaar).
     - improve parsing and error-recovery in the case where a list of X11 bitmap
       fonts is given in the -fn and related options.
     - change default for xftTrackMemUsage to false, because libXft has does not
       handle certain fonts.
    
    Patch #376 - 2022/11/16
    
     - modify configure script to always check for gcc attributes,
     - update install-sh.
     - fix parsing of result -u in vttests/halves.pl.
     - add a note in ctlseqs.ms about compatibility of TBC.
     - fix a copy/paste error in manual (patch by Grady Martin).
     - add null-pointer checks in x_strcasecmp and x_strncasecmp, to help with
       error-recovery for a missing font (Debian #1022942).
    0323pin committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    32ea8bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71d7678 View commit details
    Browse the repository at this point in the history
  3. graphics/oculante: update to 0.6.37

     - Revert "chore: update clap"
    0323pin committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    fb18dda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17a59eb View commit details
    Browse the repository at this point in the history
  5. editors/leafpad: update to 0.8.19

    2022-12-04
    version 0.8.19:
     - Replaced GtkSourceIter by newer version to fix Unicode character search
       behavior (Mi605).
     - Fixed samba write bug (Nils Kvist).
     - Added man page (LAMurakami).
     - Added and updated some translations.
    0323pin committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e593faf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ca3233 View commit details
    Browse the repository at this point in the history
  7. syft: update to 0.64.0.

    Added Features
    
        License parsing for Java [PR #1385]
        Integration or association of binary and package [Issue #1411]
        Include go.sum h1 digest information in checksums [Issue #1277]
    
    Bug Fixes
    
        Clean package names found in python catalogers [PR #1417] [wagoodman]
        FilesAnalyzed wrong and missing SHA1 for files [Issue #1396]
        Binary executables identified as "library" type in CycloneDX [Issue #1402]
        Excessive "unable to read golang buildinfo error=not a Go executable file" warnings in versions after v0.62.1 [Issue #1403]
        Binary java detection [Issue #1410]
    0-wiz-0 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c9d6a2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ff1380 View commit details
    Browse the repository at this point in the history
  9. ImageMagick: update to 7.1.0.57.

    7.1.0-57 - 2022-12-30
    
        beta release 56814b9
        Added support for writing animated jxl images. 555b2cd
        respect the TIFF offset prefix (ImageMagick/ImageMagick#5768) df099de
        slight optimization + cosmetic 648ee44
        remove spurious Exif namespace (ImageMagick/ImageMagick#5768) 7b0e2a9
        release d68553b
        release eadf378
    
    7.1.0-56 - 2022-12-28
    
        beta release 12096ae
        Removed CHANGELOG.md 42dd9c3
        Added discussion template for the help category. c030396
        Added missing label. c37a32b
        Add operating system as input field. b2cf040
        Use same template as help for development category. b039726
        note those pesky NULL entities 269e8fd
        rework beta badge 3b7bf5b
        set character encoding to UTF-8 c5dfb89
        support hue colorspace quantization 44fd848
        check for EOF f7a3464
        convert to sRGB if soruce colorspace is not sRGB compatible | CMYK 189f9d4
        lastest method signatures 30bfc0f
        inline method d859abb
        account for TIFF offset in Exif profile 21da4fc
        Added supported for reading animated jpeg-xl 3c45046
        Added mime type. f540fc2
        Use JXL_DEC_FRAME event instead to create the next image to make sure identify shows all the frames. 85a39a3
        Removed whitespace. 4685da1
        Initialize without memset. 807e518
        Use image_info instead. f374d6d
        Set frame distance to zero for lossless image. 82138ea
        Initialize without memset. d63af13
        you can never have too many unit tests 28ee717
        release a9de416
    
    7.1.0-55 - 2022-12-17
    
        fix: small error in docs #5882
        beta release 39fc3f2
        proper Exif profile handling in HEIC (ImageMagick/ImageMagick#5647) 1c7af54
        keep tiles approximately same size across multiple frames e10b7a9
        cosmetic 1447648
        ... 4d27812
        latest documentation updates 5281cd2
        lastest CSS updates b7b8950
        release f06bc90
        release 6edfae3
    
    7.1.0-54 - 2022-12-10
    
        remove todo, cause cHRM+gAMA is never sRGB #5851
        beta release b21075c
        Only write the gAMA chunk if the sRGB chunk is written too. However, write the gAMA chunk if gamma is not 1.0/2.2 and no sRGB chunk (ImageMagick/ImageMagick#5850) b516099
        correct EXIF profile length (ImageMagick/ImageMagick#5768) 2e2a2e0
        correct EXIF profile extraction from JXL images (ImageMagick/ImageMagick#5768) cf133fa
        add additional comments to the coder 696a5b5
        skip zero-length profiles (ImageMagick/ImageMagick#5856) 6741cd2
        check for profile length of zero abf01f3
        cosmetic. 3cc61f7
        correct Image::compare documentation (ImageMagick/ImageMagick#5869) dd97eea
        support polling of image processing operation progress (ImageMagick/ImageMagick#5868) e27cd48
        add checks for null tags when monitoring ee2f46b
        release f5cf5ba
    
    7.1.0-53 - 2022-12-04
    
        another approach to fix #5836 #5841
        Chrome, Mozilla, GIMP do not assume sRGB #5824
        Spelling core #5789
        Spelling misc #5787
        Spelling coders #5788
        Spelling wand #5792
        Spelling plusplus #5791
        Spelling perl #5790
        Fix *arch-dir helpstring in configure.ac #5780
        another approach to fix #5836 (#5841) #5836
        Chrome, Mozilla, GIMP do not assume sRGB (#5824) #4375
        beta release d615451
        ImageMagick/ImageMagick#5718 e437224
        set color reduction colorspace to that of the remap image @ ImageMagick/ImageMagick#5731 6ea94f2
        image profiles are const @ ImageMagick/ImageMagick#5743 238aaf6
        libdps delegate library must be specifically requested @ https://www.amazon.com/gp/css/order-history?ref_=E_423_order e8dd496
        libdps delegate library must be specifically requested @ ImageMagick/ImageMagick#5742 2a17145
        cosmetic e527643
        parameter is double, cast 26e636d
        Install in a different folder and run as a different user. 54202ca
        Removed invalid argument. 77eccfc
        Fixed build. 381d6f0
        check for NULL eda2e46
        avoid an unlikely divide by zero e68b300
        eliminate compiler warnings be77b88
        eliminate compiler warning 8307a50
        eliminate compiler warning b7340ba
        eliminate coverity warning a5198d4
        squash coverity warning 7cb70aa
        the Flashpix library now requires you explicitedly enable when configuring eca4ce5
        first attempt at supporting 16-bit half floats 7c68a0e
        Fixed build error. bf1a4f2
        void shift overflow 716f12c
        Changed version number in file of the portable release (#5749) 1414950
        latest autoconf/automake 28a3af8
        latest autoconf updates db5acda
        Improved error reporting and added call to JxlDecoderCloseInput instead of reporting an error. 926ad10
        implement suggestions from a static analyzer d4be270
        compress binary image 09442a5
        remove cast 4ba8144
        update manifest 0cbb5c7
        ImageMagick/ImageMagick#5780 a762bd6
        ImageMagick/ImageMagick#5783 e057607
        only open X display once when rendering text @ ImageMagick/ImageMagick#5779 f947d8f
        eliminate compiler exception 4762421
        Added support for reading the exif profile to the jxl coder. 7c0bb44
        Added missing version check. ca7c7bb
        Corrected types. 0e1b56d
        use ANSI-style comments 05152f4
        eliminate pointer dereference a3be60d
        support addition Si prefixes d3acd28
        cosmetic bfab5d9
        cosmetic 88cec68
        cosmetic e5894b6
        cosmetic 8daeac9
        cosmetic 2abd25e
        initialize target pixel 3c01336
        Use different policy. fd8486e
        Disable jpegli in jxl build. 17ed4f7
        Corrected path. e79c316
        latest autoconf/automake configuration updates cfe298a
        write metadata to JXL image format @ ImageMagick/ImageMagick#5768 8d8999a
        support XMP profile a52d78a
        leverage SplitStringInfo() to remove TIFF offset afc85bc
        cosmetic de94d35
        cosmetic 4cd1cd7
        set exif profile extent 47cb468
        l;atest web site updates 5f88b9d
        deprecate SetPixelBackgoundColor() method a607704
        remove bogus statement 1997d2e
        cosmetic f427cc6
        Silence warning with VS2017. 2101000
        Chrome, Mozilla, GIMP do not assume sRGB (ImageMagick/ImageMagick#5824) 66b1485
        Fixed build. 5bb3d45
        add getter/setter for the filter type 44dc2fb
        Simplify checking the format. c18375b
        Code cleanup e2fe11b
        Fixed copy paste mistake. 195fcde
        The chromaticity should be set after changing the colorspace of the image (#5835). ff122c7
        offset is already incremented @ (ImageMagick/ImageMagick@8d8999a#r91564352) aeb8bf8
        refactor offset/size calculation 030f1fa
        label not centered with gravity (ImageMagick/ImageMagick#5834) 88759f1
        latest documentation fe219dc
        Make sure the offset starts at the correct position. b215d85
        check method argument to determine the adjustment 7c1768b
        properly detect grayscale JXL images (ImageMagick/ImageMagick#5836) c327e00
        another approach for detecting RGB vs. GRAY colorspace e9885fb
        set channel mask to the proper value (ImageMagick/ImageMagick#5843) 64d2830
        need to check image parameter exists before we get members (thanks Dirk) fbc548b
        cosmetic 1433170
        cosmetic. e2d8cea
        cosmetic 303cb62
        cosmetic 814ba99
        release 61fbe2b
        revert 25c3265
        eliminate compiler warning 6db8b9f
        eliminate compiler warning 02ba8f8
        eliminate compiler warnings c59f9d7
        cosmetic c91ce21
        release b0cc8e4
    0-wiz-0 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    988f430 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c176858 View commit details
    Browse the repository at this point in the history
  11. sysutils/ruby-specinfra: update to 2.84.0

    2.84.0 (2022-12-29)
    
    * Support Amazon Linux 2022
    taca committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3f5b7be View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    85262b0 View commit details
    Browse the repository at this point in the history
  13. sysutils/ruby-serverspec: update to 2.42.1

    2.42.1 (2022-12-29)
    
    * Replace Dir.exists?/File.exists? with Dir.exist?/File.exist?
    taca committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    256cce2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bf9b4e4 View commit details
    Browse the repository at this point in the history
  15. textproc/ruby-erubi: update to 1.12.0

    1.12.0 (2022-12-22)
    
    * Use erb/escape for faster html escaping if available (jeremyevans)
    
    * Default :freeze_template_literals option to false if running with
      --enable-frozen-string-literal (casperisfine) (NetBSD#35)
    taca committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    013312e View commit details
    Browse the repository at this point in the history
  16. doc: Updated textproc/ruby-erubi to 1.12.0

    taca committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d55305b View commit details
    Browse the repository at this point in the history
  17. www/ruby-css-parser: update to 1.13.0

    1.13.0 (2022-12-29)
    
    * Move Regexp::new 3rd argument into 2nd
    taca committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3847d00 View commit details
    Browse the repository at this point in the history
  18. doc: Updated www/ruby-css-parser to 1.13.0

    taca committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a6899df View commit details
    Browse the repository at this point in the history
  19. www/ruby-puma: update to 6.0.2

    6.0.1 (2022-12-20)
    
    Bugfixes
    
    * Handle waking up a closed selector in Reactor#add ([#3005])
    * Fixup response processing, enumerable bodies ([#3004], [#3000])
    * Correctly close app body for all code paths ([#3002], [#2999])
    
    Refactor
    
    * Add IOBuffer to Client, remove from ThreadPool thread instances ([#3013])
    
    
    6.0.2 (2023-01-01)
    
    Refactor
    
    * Remove use of etc and time gems in Puma ([#3035], [#3033])
    * Refactor const.rb - freeze ([#3016])
    taca committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a5fa425 View commit details
    Browse the repository at this point in the history
  20. doc: Updated www/ruby-puma to 6.0.2

    taca committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    62222e0 View commit details
    Browse the repository at this point in the history
  21. www/ruby-rails-html-sanitizer: update to 1.4.4

    1.4.4 (2022-12-13)
    
    * Address inefficient regular expression complexity with certain
      configurations of Rails::Html::Sanitizer.
    
      Fixes CVE-2022-23517. See GHSA-5x79-w82f-gw8w for more information.
    
      Mike Dalessio
    
    * Address improper sanitization of data URIs.
    
      Fixes CVE-2022-23518 and NetBSD#135. See GHSA-mcvf-2q2m-x72m for more information.
    
      Mike Dalessio
    
    * Address possible XSS vulnerability with certain configurations of
      Rails::Html::Sanitizer.
    
      Fixes CVE-2022-23520. See GHSA-rrfc-7g8p-99q8 for more information.
    
      Mike Dalessio
    
    * Address possible XSS vulnerability with certain configurations of
      Rails::Html::Sanitizer.
    
      Fixes CVE-2022-23519. See GHSA-9h9g-93gc-623h for more information.
    
      Mike Dalessio
    taca committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3ef17fb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b720e37 View commit details
    Browse the repository at this point in the history
  23. samba: update to 4.17.4.

    This is the latest stable release of the Samba 4.17 release series.
    It also contains security changes in order to address the following defects:
    
    
    o CVE-2022-37966: This is the Samba CVE for the Windows Kerberos
                      RC4-HMAC Elevation of Privilege Vulnerability
                      disclosed by Microsoft on Nov 8 2022.
    
                      A Samba Active Directory DC will issue weak rc4-hmac
                      session keys for use between modern clients and servers
                      despite all modern Kerberos implementations supporting
                      the aes256-cts-hmac-sha1-96 cipher.
    
                      On Samba Active Directory DCs and members
                      'kerberos encryption types = legacy' would force
                      rc4-hmac as a client even if the server supports
                      aes128-cts-hmac-sha1-96 and/or aes256-cts-hmac-sha1-96.
    
                      https://www.samba.org/samba/security/CVE-2022-37966.html
    
    o CVE-2022-37967: This is the Samba CVE for the Windows
                      Kerberos Elevation of Privilege Vulnerability
                      disclosed by Microsoft on Nov 8 2022.
    
                      A service account with the special constrained
                      delegation permission could forge a more powerful
                      ticket than the one it was presented with.
    
                      https://www.samba.org/samba/security/CVE-2022-37967.html
    
    o CVE-2022-38023: The "RC4" protection of the NetLogon Secure channel uses the
                      same algorithms as rc4-hmac cryptography in Kerberos,
                      and so must also be assumed to be weak.
    
                      https://www.samba.org/samba/security/CVE-2022-38023.html
    
    Note that there are several important behavior changes
    included in this release, which may cause compatibility problems
    interacting with system still expecting the former behavior.
    Please read the advisories of CVE-2022-37966,
    CVE-2022-37967 and CVE-2022-38023 carefully!
    
    samba-tool got a new 'domain trust modify' subcommand
    -----------------------------------------------------
    
    This allows "msDS-SupportedEncryptionTypes" to be changed
    on trustedDomain objects. Even against remote DCs (including Windows)
    using the --local-dc-ipaddress= (and other --local-dc-* options).
    See 'samba-tool domain trust modify --help' for further details.
    
    smb.conf changes
    ----------------
    
      Parameter Name                               Description             Default
      --------------                               -----------             -------
      allow nt4 crypto                             Deprecated              no
      allow nt4 crypto:COMPUTERACCOUNT             New
      kdc default domain supported enctypes        New (see manpage)
      kdc supported enctypes                       New (see manpage)
      kdc force enable rc4 weak session keys       New                     No
      reject md5 clients                           New Default, Deprecated Yes
      reject md5 servers                           New Default, Deprecated Yes
      server schannel                              Deprecated              Yes
      server schannel require seal                 New, Deprecated         Yes
      server schannel require seal:COMPUTERACCOUNT New
      winbind sealed pipes                         Deprecated              Yes
    
    Changes since 4.17.3
    --------------------
    
    o  Jeremy Allison <jra@samba.org>
       * BUG 15224: pam_winbind uses time_t and pointers assuming they are of the
         same size.
    
    o  Andrew Bartlett <abartlet@samba.org>
       * BUG 14929: CVE-2022-44640 [SECURITY] Upstream Heimdal free of
         user-controlled pointer in FAST.
       * BUG 15219: Heimdal session key selection in AS-REQ examines wrong entry.
       * BUG 15237: CVE-2022-37966.
       * BUG 15258: filter-subunit is inefficient with large numbers of knownfails.
    
    o  Ralph Boehme <slow@samba.org>
       * BUG 15240: CVE-2022-38023.
       * BUG 15252: smbd allows setting FILE_ATTRIBUTE_TEMPORARY on directories.
    
    o  Stefan Metzmacher <metze@samba.org>
       * BUG 13135: The KDC logic arround msDs-supportedEncryptionTypes differs from
         Windows.
       * BUG 14611: CVE-2021-20251 [SECURITY] Bad password count not incremented
         atomically.
       * BUG 15203: CVE-2022-42898 [SECURITY] krb5_pac_parse() buffer parsing
         vulnerability.
       * BUG 15206: libnet: change_password() doesn't work with
         dcerpc_samr_ChangePasswordUser4().
       * BUG 15219: Heimdal session key selection in AS-REQ examines wrong entry.
       * BUG 15230: Memory leak in snprintf replacement functions.
       * BUG 15237: CVE-2022-37966.
       * BUG 15240: CVE-2022-38023.
       * BUG 15253: RODC doesn't reset badPwdCount reliable via an RWDC
         (CVE-2021-20251 regression).
    
    o  Noel Power <noel.power@suse.com>
       * BUG 15224: pam_winbind uses time_t and pointers assuming they are of the
         same size.
    
    o  Anoop C S <anoopcs@samba.org>
       * BUG 15198: Prevent EBADF errors with vfs_glusterfs.
    
    o  Andreas Schneider <asn@samba.org>
       * BUG 15237: CVE-2022-37966.
       * BUG 15243: %U for include directive doesn't work for share listing
         (netshareenum).
       * BUG 15257: Stack smashing in net offlinejoin requestodj.
    
    o  Joseph Sutton <josephsutton@catalyst.net.nz>
       * BUG 15197: Windows 11 22H2 and Samba-AD 4.15 Kerberos login issue.
       * BUG 15219: Heimdal session key selection in AS-REQ examines wrong entry.
       * BUG 15231: CVE-2022-37967.
       * BUG 15237: CVE-2022-37966.
    
    o  Nicolas Williams <nico@twosigma.com>
       * BUG 14929: CVE-2022-44640 [SECURITY] Upstream Heimdal free of
         user-controlled pointer in FAST.
    0-wiz-0 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    1e64388 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9505c0f View commit details
    Browse the repository at this point in the history
  25. wayland-protocols: update to 1.31.

    1.31
    
    This release introduces a new staging protocol: fractional scaling.
    Without going into details, this protocol allows compositor to communicate
    a scale with more precision than an integer. Clients can then use this
    together with the wp_viewporter protocol to allocate more appropriately
    sized buffers.
    
    The other protocol related change in this release involves adding a new
    error enum value to xdg-shell.
    
    Since the last release, a new member, Smithay/cosmic-comp, was added,
    represented by Victoria Brekenfeld. Some clarifications to the
    governence about about protocol ACKs requirements was also done.
    
    1.30
    
    
    This release introduces a new staging protocol extension aiming for
    letting clients communicate to compositors that they allow their content
    to "tear" (screen showing part old, part new content). See the protocol
    extension specification for details.
    
    1.29
    
    This release contains a bug fix to the 'content-type' protocol
    extension, where an incorrect enum name was previously used.
    See [1] for more information how it eventually can be avoided in the
    future.
    
    Apart from this, the linux-dmabuf extension saw documentation fixes.
    
    
    1.28
    
    This release includes one new staging protocol:
    
     * Xwayland shell
    
    This protocol is intended to exclusively be used by Xwayland to allow a
    race condition free method for associating an X11 window with a
    wl_surface in a compositor, and is intended to replace the old
    WL_SURFACE_ID atom based method.
    
    
    Apart from this, xdg-shell saw some new error codes for already existing
    error conditions.
    
    1.27
    
    This release includes two new staging protocols:
    
     * Content type hint
    
    This protocol enables clients to provide hints to the compositor about
    what kind of content it provides, allowing compositors to optionally
    adapt its behavior accordingly.
    
     * Idle notify
    
    This extension allows compositors to notify clients about when the user
    is idle.
    
    
    Apart from these two new extensions, this release also brings the usual
    clarifications, cleanups and fixes. Enjoy!
    0-wiz-0 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    66856a6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    affb7aa View commit details
    Browse the repository at this point in the history
  27. x11/rterm: update to 0.0.7

     - Initial support for grapheme cluster.
     - Fixing some issues caused by grapheme clusters (still some to fix).
     - Move the pty from term to app.
     - Added some initial tests to term.
     - fix the same panic as in 82efa38
     - fix selection regression: do not start selection on button press
     - Initial code for wide glyph support.
     - refactoring
     - fixed start-up resize and trivial readme
     - Fixed a bug when resizing while using less etc.
     - enable blinking
     - simplified alt screen handling
    0323pin committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    27b3447 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    52a8059 View commit details
    Browse the repository at this point in the history
  29. mupdf: update to 1.21.1.

    List of changes in MuPDF 1.21.1 (Source only release for PyMuPDF)
    
    	Miscellaneous bug fixes, including:
    		Garbage collection problem causing file bloat on clean.
    		Don't assume sorted objects in pdf_objcmp.
    		Don't layout empty documents.
    		Type 3 font char bboxes.
    
    List of changes in MuPDF 1.21.0
    
    	Added MOBI input format support.
    	Added Story API for creating PDF documents from formatted text.
    	Added API to create, edit, and delete links.
    
    	Support custom images for Stamp annotations.
    	Support interior color on Polygon annotations.
    	Support line endings on PolyLine annotations.
    
    	Improved SVG output.
    
    	C++/Python/C# binding:
    		Changes to naming of wrapper functions and classes.
    		Added limited support for callbacks into Python, using SWIG Directors.
    0-wiz-0 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5076e48 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5c674fd View commit details
    Browse the repository at this point in the history
  31. gettext*: update to 0.21.1

    Version 0.21.1 - October 2022
    
    * Runtime behaviour:
      - On AIX, locale names with a script or with an uppercase language are now
        supported.
        For example, sr_Cyrl_RS.UTF-8 is treated like sr_RS.UTF-8@cyrillic, and
        EN_US.UTF-8 is treated like en_US.UTF-8.
    
    * The base Unicode standard is now updated to 14.0.0.
    
    * Portability:
      - Building on macOS 11/arm64 is now supported.
      - Building on Linux/powerpc64le with glibc ≥ 2.35 is now supported.
    0-wiz-0 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    74669e2 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e23799f View commit details
    Browse the repository at this point in the history
  33. tiff: update to 4.5.0.

    Changes in TIFF v4.5.0
    ======================
    
    Major changes
    -------------
    
    * Whole code base reformatting of .c/.h files using new .clang-format format
    * Documentation changed from static HTML and man pages to Restructured Text
      (rst). HTML and man pages are now build artifacts.
    
    Software configuration changes
    ------------------------------
    
    * SONAME version bumped to 6 due to changes in symbol versioning.
    * autoconf/cmake: detect (not yet released) libjpeg-turbo 2.2 to take into
      its capability of handling both 8-bit JPEG and 12-bit JPEG in a single build.
    * autoconf/cmake: detect sphinx-build to build HTML and man pages
    * CMakeLists.txt: fix warning with -Wdev
    * CMake: correctly set default value of 'lzma' option when liblzma is detected
      (:issue:`482`)
    * CMake: Moved linking of CMath::CMath into CMath_LIBRARY check.
    * Fix CMake build to be compatible with FetchContent.
    * cmake: Correct duplicate definition of _CRT_SECURE_NO_WARNINGS (:issue:`443`)
    * cmake: Fixes for Visual Studio 2022.
    * Adds Requires.private generation so that pkg-config can correctly find
      the dependencies of libtiff.
    * Fix dependency on libm on Android
    * cmake: libtiffxx is static on win32
    * Fix build in tif_lzw.c
    * CMake: Add options for disabling tools, tests, contrib and docs.
    
    Library changes
    ---------------
    
    New/improved functionalities:
    
    * Addition of an open option concept with the new functions
      :c:func:`TIFFOpenExt`, :c:func:`TIFFOpenWExt`, :c:func:`TIFFFdOpenExt`,
      :c:func:`TIFFClientOpenExt`, :c:func:`TIFFOpenOptionsAlloc`,
      :c:func:`TIFFOpenOptionsFree`
    * Leveraging above mentioned open option concept, addition of a new capability
      to limit the size of a single dynamic memory allocation done
      by the library with :c:func:`TIFFOpenOptionsSetMaxSingleMemAlloc`
    * Leveraging above mentioned open option concept, addition of a new capability
      to specify per-TIFF handle re-entrant error and warning callbacks
      with :c:func:`TIFFOpenOptionsSetErrorHandlerExtR` and
      :c:func:`TIFFOpenOptionsSetWarningHandlerExtR`
    * Related to IFD-Loop detection refactoring, the number of IFDs that libtiff
      can browse through has been extended from 65535 to 1048576. This value is
      a build-time setting that can be configured with CMake's TIFF_MAX_DIR_COUNT
      variable or autoconf's --with-max-dir-count option.
    
    API/ABI breaks:
    
    * tdir_t type updated to uint32_t. This type is now used for the return value of
      :c:func:`TIFFCurrentDirectory` and :c:func:`TIFFNumberOfDirectories`, and
      as the argument of :c:func:`TIFFSetDirectory` and :c:func:`TIFFUnlinkDirectory`
    
    Bug fixes:
    
    * TIFFWriteRawStrip(): restore capabilities to append data in the current strip
      (:issue:`489`)
    * _TIFFReadEncodedTileAndAllocBuffer(): avoid excessive memory allocation on
      broken files (:issue:`479`)
    * TIFFReadRGBATileExt(): fix (unsigned) integer overflow on strips/tiles > 2 GB
      (oss-fuzz #53137)
    * Replace sprintf calls with snprintf to fix warnings on macOS 13 SDK
    * Added warning messages for FIELD_IGNORE tags for writing and for
      TIFF_SETGET_UNDEFINED for reading added. (:issue:`438`)
    * tif_dirinfo.c: fix TIFFTAG_CLIPPATH tag declaration (:issue:`439`)
    * tif_dirinfo.c: fix TIFFTAG_COMPRESSION and _BITSPERSAMPLE tag declaration
      (:issue:`364`)
    * Revised handling of TIFFTAG_INKNAMES and related TIFFTAG_NUMBEROFINKS value
      (:issue:`149`, :issue:`150`, :issue:`152`, :issue:`168`, :issue:`250`,
      :issue:`269`,:issue:`398`, CVE-2022-3599, :issue:`456`)
    * TIFFAdvanceDirectory(): fix unsigned-integer-overflow in mapped case
      (oss-fuzz #52309)
    * Improved/fixes IFD-Loop Handling (:issue:`455`).
    * Update getimage to support large raster images.
    * Presetting of default tag values extended (e.g. PlanarConfig). (:issue:`449`)
    * Deal with RichTIFFIPTC tag written with LONG type (:issue:`225`)
    * TIFFSetValue(): Writing IFD8 & LONG8 tags to ClassicTIFF corrected
      (:issue:`442`)
    * tif_jpeg.c: allow to pass -DEXPECTED_JPEG_LIB_VERSION=number to do optional
      compile-time version check
    * TIFFReadFromUserBuffer(): fix clearing of TIFF_CODERSETUP flag that could
      cause issues with reading JPEG compressed files
    * _TIFFCheckFieldIsValidForCodec(): return FALSE when passed a codec-specific
      tag and the codec is not configured (:issue:`433`, :issue:`486`,
      CVE-2022-34526)
    * Add basic 16 bit cielab support.
    * WEBP codec: avoid temporary buffer and memcpy() on whole tile/strip decoding
    * tif_predict.c: make horAcc8() work with icc (ICC) 2021.6.0 20220226 -O2
    
    Tools changes
    -------------
    
    New/improved functionality:
    
    * :program:`tiffinfo`: Updated to parse through SubIFDs and show their tags.
    
    Bug fixes:
    
    * :program:`tiffcrop`: add check if (bps != 1) in writeSingleSection()
      (:issue:`169`)
    * :program:`tiffcrop`: Fix too many 'mode' options on command line
      (:issue:`470` and :issue:`450`)
    * :program:`tiffcrop`: Fix memory allocation to require a larger buffer
      (:issue:`271`, :issue:`381`, :issue:`386`, :issue:`388`, :issue:`389`,
      :issue:`435`, CVE-2022-3570, CVE-2022-3598)
    * :program:`tiffcrop`: disable incompatibility of -Z, -X, -Y, -z options with
      any PAGE_MODE_x option (:issue:`411`, CVE-2022-3627, :issue:`413`,
      CVE-2022-3597, :issue:`426`, CVE-2022-3626)
    * :program:`tiffcrop`: -S option mutually exclusive (:issue:`349`,
      :issue:`414`, :issue:`422`, :issue:`423`, :issue:`424`)
    * :program:`tiffcrop`: fix floating-point exception (:issue:`415`,
      :issue:`427`, :issue:`428`, CVE-2022-2056, CVE-2022-2057, CVE-2022-2058)
    * :program:`tiff2pdf`: Don't try to seek into stdout (:issue:`441`)
    * :program:`tiffinfo`: update curdir from uint16_t to tdir_t for more than 64k
      IFD handling.
    0-wiz-0 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2589c67 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    86c1b1f View commit details
    Browse the repository at this point in the history
  35. asterisk16: Update to 16.29.1

    * Use bash for configure script. It uses bash-specific syntax.
    * Use menuselect command to adjust options instead of manually
      crafted makeopts file. Manually crafted file does not work
      properly for me and 16.29.1 now.
    * I have no idea about x11 option's status. It seems that
      gtk2 config UI is not available in this release at least,
      if I understand correctly.
    
    Changelog:
    16.29.1
    Bugs fixed in this release:
    
    [ASTERISK-30103] chan_ooh323 vulnerability in calling/called party IE (Reported By: Michael Bradeen)
    
    [ASTERISK-30176] GetConfig can read files outside of Asterisk (Reported By: shawty)
    
    [ASTERISK-30244] Occasional crash when TCP/TLS connection terminated and subscription persistence is removed (Reported By: nappsoft)
    
    [ASTERISK-30338] Backport 2.13 security fixes from pjproject
    
    
    16.29.0
    New Features made in this release:
    
      * [ASTERISK-30037]         Add test support to calling external processes
                                 (Reported by Philip Prindeville)
      * [ASTERISK-30161]         locks: add AMI event for deadlock
                                 (Reported by N A)
      * [ASTERISK-30211]         app_confbridge: Add end_marked_any option
                                 (Reported by N A)
      * [ASTERISK-30186]         res_pjsip: Add support for reloading TLS
                                 certificate and key information
                                 (Reported by Joshua C. Colp)
      * [ASTERISK-29899]         features: Add advanced transfer initiation options
                                 (Reported by N A)
    
    Bugs fixed in this release:
    
      * [ASTERISK-30235]         res_crypto and tests: Memory issues and and
                                 uninitialized variable error
                                 (Reported by George Joseph)
      * [ASTERISK-30234]         res_geolocation:   may be used uninitialized error
                                 in geoloc_config.c
                                 (Reported by George Joseph)
      * [ASTERISK-30215]         Inbound SIP INVITE with Geo Location causing a
                                 Segmentation Fault
                                 (Reported by Dan Cropp)
      * [ASTERISK-30135]         [res_musiconhold] Allows the moh only for the
                                 answered call
                                 (Reported by sungtae kim)
      * [ASTERISK-26894]         pjsip should support tel uri scheme
                                 (Reported by Gergely D?ms?di)
      * [ASTERISK-30210]         func_frame_trace: Channel masquerade triggers
                                 assertion
                                 (Reported by N A)
      * [ASTERISK-30190]         res_geolocation: GEOLOC_PROFILE isn  t returning
                                 correct values on incoming channel
                                 (Reported by George Joseph)
      * [ASTERISK-29185]         chan_pjsip: Endpoint: allow = all is broken.
                                 (Reported by Alexander Traud)
      * [ASTERISK-30192]         res_tonedetect: fix typo for frametype
                                 (Reported by N A)
      * [ASTERISK-29453]         alembic: incoming_call_offer_pref and
                                 outgoing_call_offer_pref missing in   ps_endpoints
                                    table
                                 (Reported by Daniel Th  men)
      * [ASTERISK-26826]         testsuite: Add support for Python 3
                                 (Reported by Joshua C. Colp)
      * [ASTERISK-30167]         res_geolocation: Refactor for issues found by
                                 users
                                 (Reported by George Joseph)
      * [ASTERISK-28422]         Memory Leak in Confbridge menu
                                 (Reported by Ted G)
      * [ASTERISK-29917]         ami: FilterList action doesn  t exist
                                 (Reported by N A)
      * [ASTERISK-30020]         ConfbridgeListRooms Event Not Documented
                                 (Reported by Michael Cargile)
      * [ASTERISK-30018]         app_meetme: MeetmeList AMI event not documented
                                 (Reported by Michael Cargile)
      * [ASTERISK-30151]         Documentation doesn  t include info about   field
                                   , a 3rd required parameter.
                                 (Reported by Chris Young)
    
    Improvements made in this release:
    
      * [ASTERISK-30241]         res_pjsip_gelocation: Downgrade some NOTICE scope
                                 trace debugs to DEBUG level
                                 (Reported by N A)
      * [ASTERISK-30178]         extend user_eq_phone behavior to local uri  s
                                 (Reported by Michael Bradeen)
      * [ASTERISK-30046]         Reimplement res/res_crypto.c internals with
                                 EVP_PKEY interface to Openssl API  s
                                 (Reported by Philip Prindeville)
      * [ASTERISK-30045]         Add test coverage to res/res_crypto.c
                                 functionality
                                 (Reported by Philip Prindeville)
      * [ASTERISK-30185]         res_geolocation: Allow location parameters to be
                                 specified in profiles
                                 (Reported by George Joseph)
      * [ASTERISK-30177]         res_geolocation: Add option to suppress empty
                                 elements
                                 (Reported by George Joseph)
      * [ASTERISK-30182]         res_geolocation: Add built-in profiles to use in
                                 fully dynamic configurations
                                 (Reported by George Joseph)
      * [ASTERISK-29906]         update RLS to reflect the changes to the lists
                                 (Reported by Alexei Gradinari)
      * [ASTERISK-30163]         general: fix minor formatting issues
                                 (Reported by N A)
      * [ASTERISK-30164]         chan_iax2: Add missing option documentation
                                 (Reported by N A)
      * [ASTERISK-30160]         cdr.conf: Remove obsolete app_mysql reference
                                 (Reported by N A)
      * [ASTERISK-30159]         general: Remove obsolete SVN references
                                 (Reported by N A)
      * [ASTERISK-30153]         logger: Improve log levels
                                 (Reported by N A)
    
    16.28.0
    The following issues are resolved in this release:
    
    Improvements made in this release:
    
      * [ASTERISK-30128]         Create PJSIP interface module for
                                 Geolocation
                                 (Reported by George Joseph)
      * [ASTERISK-30127]         Create core Geolocation capability for
                                 Asterisk
                                 (Reported by George Joseph)
      * [ASTERISK-30089]         general: fix typos
                                 (Reported by N A)
      * [ASTERISK-30050]         Upgrade Asterisk to bundled pjproject
                                 2.12.1
                                 (Reported by Stanislav Abramenkov)
    
    Bugs fixed in this release:
    
      * [ASTERISK-30167]         res_geolocation: Refactor for issues found by
                                 users
                                 (Reported by George Joseph)
      * [ASTERISK-29966]         pbx_variables: ast_str_strlen can be wrong
                                 (Reported by N A)
      * [ASTERISK-29905]         OSX: bininstall launchd issue on cross-platfrom
                                 build
                                 (Reported by Sergey V. Lobanov)
      * [ASTERISK-30137]         manager: Global disabled event filtered is
                                 incomplete
                                 (Reported by N A)
      * [ASTERISK-30109]         res_pjsip: no contact-status AMI event on register
                                 of prune-on-boot contact that uses the same URI as
                                 before Asterisk restart
                                 (Reported by Michael Neuhauser)
      * [ASTERISK-30126]         Spelling mistake in configs/samples/queues.conf.
                                 sample
                                 (Reported by Sam Banks)
      * [ASTERISK-29991]         chan_dahdi, callerid: Caller ID does not honor
                                 presentation
                                 (Reported by N A)
      * [ASTERISK-29907]         res_pjsip, app_confbridge: Video call through
                                 ConfBridge with normal endpoints causes infinite
                                 loop/crash
                                 (Reported by N A)
      * [ASTERISK-30029]         build: Git security vulnerability fix is sad with
                                 our accessing git as root during   make install
                                 (Reported by Joshua C. Colp)
      * [ASTERISK-30138]         Compile failure in res_geolocation/geoloc_
                                 eprofile.c when optimization is enabled
                                 (Reported by George Joseph)
      * [ASTERISK-30096]         cel_odbc: Column type 9 (field   cdr:cel:eventtime
                                   ) is unsupported at this time
                                 (Reported by Morvai Szabolcs)
      * [ASTERISK-30083]         chan_iax2: Optional dependency on openssl/
                                 res_crypto is now mandatory
                                 (Reported by Dmitry Melekhov)
      * [ASTERISK-30123]         features: Update automixmon documentation to
                                 reflect reality
                                 (Reported by Trevor Peirce)
      * [ASTERISK-30117]         pbx_lua: Remove compiler warnings
                                 (Reported by Boris P. Korzun)
      * [ASTERISK-30001]         db: Removing nonexistent entries shows   Database
                                 entry removed
                                 (Reported by N A)
      * [ASTERISK-29822]         cli: Typing \? freezes the CLI permanently with
                                 remote console
                                 (Reported by N A)
      * [ASTERISK-30106]         res_calendar_icalendar: Microsoft online ICS
                                 calendars no longer work
                                 (Reported by N A)
      * [ASTERISK-30115]         app_dial: Allow hook flashes to propogate on
                                 outbound dials
                                 (Reported by N A)
      * [ASTERISK-29989]         app_dial, chan_dahdi: DIALSTATUS is inconsistent
                                 for busy
                                 (Reported by N A)
      * [ASTERISK-30072]         res_pjsip: allow TLS verification of wildcard
                                 cert-bearing servers
                                 (Reported by Kevin Harwell)
      * [ASTERISK-30075]         say: Abort if channel hangs up during playback
                                 (Reported by N A)
    
    New Features made in this release:
    
      * [ASTERISK-30136]         db: Add AMI action to retrieve all keys beginning
                                 with a prefix
                                 (Reported by N A)
      * [ASTERISK-30000]         chan_dahdi: Add POLARITY function
                                 (Reported by N A)
      * [ASTERISK-30062]         cli: Add CLI command to execute a dialplan app
                                 (Reported by N A)
      * [ASTERISK-29999]         pjsip: Get information from 200 OK INVITE reply
                                 headers
                                 (Reported by Jos   Lopes)
      * [ASTERISK-30061]         pbx: Add pbx helper application
                                 (Reported by N A)
    
    16.27.0
    Improvements made in this release:
    
      * [ASTERISK-30090]         xmldocs: Use example tags for examples
                                 (Reported by N A)
      * [ASTERISK-29906]         update RLS to reflect the changes to the lists
                                 (Reported by Alexei Gradinari)
      * [ASTERISK-29891]         provide a display name for RLS subscriptions
                                 (Reported by Alexei Gradinari)
      * [ASTERISK-30086]         res_parking: Warn when invalid parking space
                                 requested
                                 (Reported by N A)
      * [ASTERISK-30058]         Evaluate dialplan functions and variables in agi
                                 exec
                                 (Reported by Shloime Rosenblum)
      * [ASTERISK-30027]         ari: expose channel driver  s unique id (i.e.
                                 Call-ID for chan_sip/chan_pjsip) in ARI channel
                                 resource
                                 (Reported by Moritz Fain)
      * [ASTERISK-29845]         res_pjsip_outbound_registration: Show time
                                 remaining until registration lapses
                                 (Reported by N A)
    
    Bugs fixed in this release:
    
      * [ASTERISK-30097]         console: Recent documentation changes for
                                 connecting to remote console are inconsistent
                                 (Reported by Matthias Hensler)
      * [ASTERISK-30043]         Wrong party is disconnected when hook-flashing on
                                 3-way bridge
                                 (Reported by Josh Alberts)
      * [ASTERISK-29603]         res_pjsip: UPDATE/re-INVITE not sent when   timers
                                 =always   is specified in pjsip.conf
                                 (Reported by Ray Crumrine)
      * [ASTERISK-30092]         DateTime application: wrong inflection for one o
                                 clock in German
                                 (Reported by Christof Efkemann)
      * [ASTERISK-30064]         pbx: iax2 switch causes crash due to deadlock and
                                 assertion
                                 (Reported by N A)
      * [ASTERISK-29981]         res_calendar: Asterisk crashes when starting, and
                                 will not run
                                 (Reported by N A)
      * [ASTERISK-30039]         cli: Targeted debug on startup deadlocks and
                                 creates unstable system
                                 (Reported by N A)
      * [ASTERISK-30051]         res_pjsip: No video after un-hold with
                                 moh_passthrough=yes
                                 (Reported by Maximilian Fridrich)
      * [ASTERISK-24601]         Missing RFC4235 tags and attributes in PJSIP
                                 NOTIFY event: dialog XML body
                                 (Reported by Marco Paland)
      * [ASTERISK-30060]         loader: format warnings in dev mode
                                 (Reported by N A)
      * [ASTERISK-30059]         menuselect: libxml include fails under Gentoo
                                 (Reported by waltermoeller)
      * [ASTERISK-30065]         pjsip: Open Websocket connection is not reused for
                                 outgoing requests
                                 (Reported by LA)
      * [ASTERISK-30042]         res_pjsip_transport_websocket: Registration over
                                 websocket returns a rewritten contact
                                 (Reported by Thomas Guebels)
      * [ASTERISK-29993]         chan_dahdi: Operator control option borks both
                                 lines involved on callee disconnect
                                 (Reported by N A)
      * [ASTERISK-30044]         GCC 12 issues
                                 (Reported by George Joseph)
    
    New Features made in this release:
    
      * [ASTERISK-30063]         app_voicemail: Add option to prevent deletion of
                                 messages
                                 (Reported by N A)
      * [ASTERISK-30087]         res_parking: Add music on hold override option
                                 (Reported by N A)
      * [ASTERISK-29965]         res_pjsip_outbound_registration: Make max
                                 registration delay configurable
                                 (Reported by N A)
      * [ASTERISK-30036]         app_confbridge: Add CONFBRIDGE_CHANNELS function
                                 (Reported by N A)
    
    16.26.1
    Bugs fixed in this release:
    
      * [ASTERISK-30065]         pjsip: Open Websocket connection is not reused for
                                 outgoing requests
                                 (Reported by LA)
    
    16.26.0
    Security bugs fixed in this release:
    
      * [ASTERISK-29476]         res_stir_shaken: Blind SSRF vulnerabilities
                                 (Reported by Clint Ruoho)
      * [ASTERISK-29838]         ${SQL_ESC()} not correctly escaping a terminating
                                 \
                                 (Reported by Leandro Dardini)
      * [ASTERISK-29872]         res_stir_shaken: Resource exhaustion with large
                                 files
                                 (Reported by Benjamin Keith Ford)
    
    New Features made in this release:
    
      * [ASTERISK-29931]         Option to allow a user to not hear the join sound
                                 on enter but everyone else can
                                 (Reported by Michael Cargile)
      * [ASTERISK-29968]         func_db: Add a function to return cardinality of
                                 keys at prefix
                                 (Reported by N A)
      * [ASTERISK-29486]         Hint-like extension value lookup function without
                                 device state
                                 (Reported by N A)
      * [ASTERISK-29941]         chan_pjsip: Add ability to send flash events
                                 (Reported by N A)
      * [ASTERISK-29820]         cli: Add command to evaluate a function
                                 (Reported by N A)
      * [ASTERISK-29876]         app_queue: Add music on hold option
                                 (Reported by N A)
    
    Bugs fixed in this release:
    
      * [ASTERISK-28518]         chan_dahdi: Caller ID FSK Erroneously Sent when
                                 Picking Up Dahdi Call On Hold
                                 (Reported by Josh Alberts)
      * [ASTERISK-29990]         chan_dahdi: adding ring cadences is not idempotent
                                 on dahdi restart
                                 (Reported by N A)
      * [ASTERISK-30007]         chan_iax2: Prevent crashes due to attempted
                                 encryption with missing secrets
                                 (Reported by N A)
      * [ASTERISK-29728]         menuselect: Disabled by default modules that are
                                 enabled are always recompiled
                                 (Reported by N A)
      * [ASTERISK-30002]         app_meetme: Don  t erroneously set global
                                 variables when channel is NULL
                                 (Reported by N A)
      * [ASTERISK-29994]         chan_dahdi: Round robin array size is too small
                                 for max number of groups
                                 (Reported by N A)
      * [ASTERISK-22246]         Asterisk  s   T   flag is ignored when used with
                                   r   or   R   flags. (documentation bug)
                                 (Reported by Rusty Newton)
      * [ASTERISK-26582]         Asterisk seems to ignore the   n   parameter for
                                   disable console colorization
                                 (Reported by Sebastian Gutierrez)
      * [ASTERISK-29843]         Session timers get removed on UPDATE
                                 (Reported by Mark Petersen)
      * [ASTERISK-29943]         file.c: seeking to negative file offset is not
                                 prevented
                                 (Reported by N A)
      * [ASTERISK-29955]         chan_sip: SIP route header is missing on UPDATE
                                 (Reported by Mark Petersen)
      * [ASTERISK-29842]         Do not change 180 Ringing to 183 Progress even if
                                 early_media already enabled
                                 (Reported by Mark Petersen)
      * [ASTERISK-29948]         iostream: Infinite TCP timeout writing data
                                 (Reported by N A)
      * [ASTERISK-29253]         Incorrect bridging on transfer
                                 (Reported by Yury Kirsanov)
      * [ASTERISK-30024]         Failed to sign STIR/SHAKEN payload with
                                 functionality not enabled
                                 (Reported by Claude Diderich)
      * [ASTERISK-30006]         res_pjsip: UDP transport does not work when
                                 async_operations is greater than 1
                                 (Reported by Ross Beer)
      * [ASTERISK-29655]         res_pjsip_session: No video to caller if no camera
                                 available
                                 (Reported by Michael Auracher)
      * [ASTERISK-29638]         res_pjsip_session: No video after early media
                                 (Reported by Michael Auracher)
      * [ASTERISK-30015]         pjsip / WebRTC: Chrome creating large number of
                                 SDP attributes
                                 (Reported by Josh Hogan)
      * [ASTERISK-30021]         ast_variable_list_replace_variable uses variable
                                 with new keyword
                                 (Reported by Jasper Hafkenscheid)
      * [ASTERISK-30023]         cdr_adaptive_odbc: does not support DATETIME
                                 database columns
                                 (Reported by Gregory Massel)
      * [ASTERISK-29411]         Crash in pjsip_msg_find_hdr_by_name
                                 (Reported by LA)
      * [ASTERISK-29535]         Segmentation fault in libasteriskpj.so.2
                                 (Reported by Daniel Bonazzi)
      * [ASTERISK-26719]         pbx: Only up to 127 includes in a dialplan context
                                 (AST_PBX_MAX_STACK    1)
                                 (Reported by Tzafrir Cohen)
      * [ASTERISK-29988]         REGRESSION: The build process is requiring xmllint
                                 or xmlstarlet ro be installed when it shouldn  t
                                 (Reported by George Joseph)
      * [ASTERISK-29986]         build: Asterisk 18.11.0 doesn  t compile when wget
                                 isn  t available
                                 (Reported by Stefan Ruijsenaars)
      * [ASTERISK-29895]         chan_iax2: Fix misaligned spacing in iax2 show
                                 netstats printout
                                 (Reported by N A)
      * [ASTERISK-29939]         agi: Fix xmldoc bug with set music
                                 (Reported by N A)
      * [ASTERISK-28891]         documentation: AGICommand_set+music documentation
                                 arguments displayed incorreclty
                                 (Reported by Jonathan Harris)
      * [ASTERISK-29048]         chan_iax2:   iax2 show registry   shows host for
                                 perceived
                                 (Reported by David Herselman)
      * [ASTERISK-26689]         res_pjsip_sdp_rtp: 183 Session in Progress.
                                 Disconnecting channel for lack of RTP activity
                                 (Reported by Dmitriy Serov)
      * [ASTERISK-29929]         res_pjsip_sdp_rtp: Disconnecting channel for lack
                                 of RTP activity in one way sessions
                                 (Reported by Boris P. Korzun)
      * [ASTERISK-29674]         Adjust for 64bit time_t
                                 (Reported by Andre Heider)
      * [ASTERISK-29961]         RLS: domain part of   uri   list attribute
                                 mismatch with SUBSCRIBE request
                                 (Reported by Alexei Gradinari)
      * [ASTERISK-29950]         SayNumber can handle   01   to   07  , but not
                                 08   or   09
                                 (Reported by Jim Van Meggelen)
      * [ASTERISK-29928]         logging messages truncated when using MUSL runtime
                                 (Reported by Philip Prindeville)
      * [ASTERISK-29960]         ari: Retrieving stored recording can returns wrong
                                 file
                                 (Reported by Arix)
    
    Improvements made in this release:
    
      * [ASTERISK-24827]         Missing documentation for chan_dahdi dial string
                                 ring cadences
                                 (Reported by Scott Griepentrog)
      * [ASTERISK-29940]         general: Add since tags to xmldocs
                                 (Reported by N A)
      * [ASTERISK-29951]         app_mf, app_sf: Return -1 on hangup
                                 (Reported by N A)
      * [ASTERISK-29954]         app_meetme: Emit warning if conference not found
                                 (Reported by N A)
      * [ASTERISK-29351]         Qualify pjproject 2.12 for Asterisk
                                 (Reported by George Joseph)
      * [ASTERISK-29877]         app_mf: Allow reading a maximum number of digits
                                 (Reported by N A)
      * [ASTERISK-29976]         Should Readme include information about
                                 install_prereq script?
                                 (Reported by Marcel Wagner)
      * [ASTERISK-29970]         Use pkg-config to find libxml2 headers and
                                 libraries
                                 (Reported by Hugh McMaster)
      * [ASTERISK-25716]         Documentation: Document explanations and examples
                                 for possible values of DIALSTATUS
                                 (Reported by Rusty Newton)
      * [ASTERISK-29980]         build: External binary modules don  t use https
                                 (Reported by INVADE International Ltd.)
      * [ASTERISK-29967]         pbx_builtins: Add missing documentation
                                 (Reported by N A)
    
    16.25.3
    Bugs fixed in this release:
    
      * [ASTERISK-30024]         Failed to sign STIR/SHAKEN payload with
                                 functionality not enabled
                                 (Reported by Claude Diderich)
    
    16.25.2
    The following security vulnerabilities were resolved in 16.25.2:
    
      * AST-2022-001: res_stir_shaken: resource exhaustion with large files
        When using STIR/SHAKEN, it's possible to download files that are not
        certificates. These files could be much larger than what you would expect
        to
        download.
      * AST-2022-002: res_stir_shaken: SSRF vulnerability with Identity header
        When using STIR/SHAKEN, it's possible to send arbitrary requests like GET
        to
        interfaces such as localhost using the Identity header.
      * AST-2022-003: func_odbc: Possible SQL Injection
        Some databases can use backslashes to escape certain characters, such as
        backticks. If input is provided to func_odbc which includes backslashes it
        is
        possible for func_odbc to construct a broken SQL query and the SQL query to
        fail.
    
    16.25.1
    Bugs fixed in this release:
    
      * [ASTERISK-29988]         REGRESSION: The build process is requiring xmllint
                                 or xmlstarlet ro be installed when it shouldn??t
                                 (Reported by George Joseph)
      * [ASTERISK-29986]         build: Asterisk 18.11.0 doesn??t compile when wget
                                 isn??t available
                                 (Reported by Stefan Ruijsenaars)
    
    15.25.0
    Security bugs fixed in this release:
    
      * [ASTERISK-29945]         pjproject: Security fixes for
                                 things
                                 (Reported by Kevin Harwell)
    
    New Features made in this release:
    
      * [ASTERISK-29853]         ami: Allow events to be globally disabled
                                 (Reported by N A)
      * [ASTERISK-29840]         func_channel: Add LASTCONTEXT and LASTEXTEN
                                 fields
                                 (Reported by N A)
    
    Bugs fixed in this release:
    
      * [ASTERISK-29924]         res_config_pgsql: omit   unsupported column type
                                   text'   error
                                 (Reported by Boris P. Korzun)
      * [ASTERISK-29923]         docs, LICENSE: pbx.digium.com no longer exists
                                 (Reported by N A)
      * [ASTERISK-29904]         RLS: Batched Notifications stop working
                                 (Reported by Alexei Gradinari)
      * [ASTERISK-29365]         taskprocessor: Can cause assert at shutdown
                                 (Reported by Joshua C. Colp)
      * [ASTERISK-29873]         Queue Realtime load
                                 (Reported by Alexei Gradinari)
      * [ASTERISK-18416]         Realtime queue agents unavailable via AMI before a
                                 call event.
                                 (Reported by kwk)
      * [ASTERISK-27597]         AMI Queuestatus not working (with realtime queue)
                                 (Reported by cagdas kopuz)
      * [ASTERISK-29886]         Asterisk AMI sends not-valid XML
                                 (Reported by Napadailo Yaroslav)
    
    Improvements made in this release:
    
      * [ASTERISK-29906]         update RLS to reflect the changes to the lists
                                 (Reported by Alexei Gradinari)
      * [ASTERISK-29909]         app_queue: Add support for withdrawing a call
                                 (Reported by Kfir Itzhak)
      * [ASTERISK-29353]         Qualify jansson 2.14 for asterisk
                                 (Reported by George Joseph)
      * [ASTERISK-29897]         channels: Increase core debug levels for chatty
                                 debugs
                                 (Reported by N A)
      * [ASTERISK-29896]         xmldocs: Add since tag
                                 (Reported by N A)
      * [ASTERISK-29861]         asterisk.h: add macro for curl user agent
                                 (Reported by N A)
      * [ASTERISK-29920]         app_voicemail: Warn if trying to manage
                                 nonexistent mailbox
                                 (Reported by N A)
      * [ASTERISK-29925]         func_db: Warn about malformed key names
                                 (Reported by N A)
      * [ASTERISK-29809]         curl, stir_shaken: refactor curl code
                                 (Reported by N A)
      * [ASTERISK-29891]         provide a display name for RLS subscriptions
                                 (Reported by Alexei Gradinari)
      * [ASTERISK-29866]         cli: add core dump information to core show
                                 settings
                                 (Reported by N A)
      * [ASTERISK-29898]         documentation: Add default attributes to
                                 documentation
                                 (Reported by N A)
      * [ASTERISK-29900]         app_mp3: Document and warn about https
                                 incompatibility
                                 (Reported by N A)
    
    16.24.1
    The following security vulnerabilities were resolved in 16.24.1:
    
      * AST-2022-004: pjproject: integer underflow on STUN message
        The header length on incoming STUN messages that contain an ERROR-CODE
        attribute is not properly checked. This can result in an integer underflow.
        Note, this requires ICE or WebRTC support to be in use with a malicious
        remote
        party.
    
      * AST-2022-005: pjproject: undefined behavior after freeing a dialog set
        When acting as a UAC, and when placing an outgoing call to a target that
        then
        forks Asterisk may experience undefined behavior (crashes, hangs, etc??)
        after a dialog set is prematurely freed.
    
      * AST-2022-006: pjproject: unconstrained malformed multipart SIP message
        If an incoming SIP message contains a malformed multi-part body an out of
        bounds read access may occur, which can result in undefined behavior. Note,
        it??s currently uncertain if there is any externally exploitable vector
        within Asterisk for this issue, but providing this as a security issue out
        of
        caution.[cleardot]
    ryoon committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3480a62 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a5cb838 View commit details
    Browse the repository at this point in the history
  37. libva: Update to 2.16.0

    Changelog:
    2.16.0
    
      * add: Add HierarchicalFlag & hierarchical_level_plus1 for AV1e.
      * dep: Update README.md to remove badge links
      * dep: Removed waffle-io badge from README to fix broken link
      * dep: Drop mailing list, IRC and Slack
      * autotools: use wayland-scanner private-code
      * autotools: use the wayland-scanner.pc to locate the prog
      * meson: use wayland-scanner private-code
      * meson: request native wayland-scanner
      * meson: use the wayland-scanner.pc to locate the prog
      * meson: set HAVE_VA_X11 when applicable
      * style:Correct slight coding style in several new commits
      * trace: add Linux ftrace mode for va trace
      * trace: Add missing pthread_mutex_destroy
      * drm: remove no-longer needed X == X mappings
      * drm: fallback to drm driver name == va driver name
      * drm: simplify the mapping table
      * x11: simplify the mapping table
      * android: open() with O_CLOEXEC for device fd
      * android: remove convoluted open_device() helper
      * android: drop va_fool references
      * ci: strengthen ci with -Werror
      * ci: va/x11/nvctl: fix Wdeprecated-non-prototype on close_display
      * ci: add clang-15 coverage and rearrange runners
      * ci: upgrade FreeBSD to 13.1
    ryoon committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    75448f7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    dcf5f90 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    add4fd1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    17dc52a View commit details
    Browse the repository at this point in the history
  41. po4a: updated to 0.69

            ___   __   ___
    __   __/ _ \ / /_ / _ \
    \ \ / / | | | '_ \ (_) |          Happy New Year release.
     \ V /| |_| | (_) \__, |
      \_/  \___(_)___/  /_/           (Released on 2023/01/01)
    
    Markdown:
     * Parts of a fenced divs are now translated separately
    
    YAML and Yaml Front Matter:
     * Use the implementation of YFM to parse YAML files too.
       - This reduces the code dupplication, and brings the nice features over:
         Numbers and arrays are not quoted anymore in Yaml files, as it should be.
       - This adds the yfm_paths option to Markdown and Asciidoc YFM,
         fixing GitHub's 392 along the way.
       - Please note that '-o keys' is now case-sensitive in Yaml documents.
     * Do not translate nor quote booleans, so that they are not treated as string.
       Thanks Gissmo for GitHub's PR 393, even if I had to rework it quite a bit.
    
    XML:
     * Correctly handle placeholders of empty elements
     * Translate attributes within attribute-folded inline and placeholder
       alt attribute of <img> can be properly handled with:
       -o 'attributes=<image>alt' -o 'inline=<image>' -o foldattributes
     * Thanks k-yaegashi for the pull request fixing both issues
    
    Project organization:
     * Do not leak the generation date in our manpages
       Thanks Arnout Engelen for the pull request.
    
    Translations:
     * New translation: Georgian, thanks Temuri Doghonadze.
     * Updated: Dutch, thanks Frans Spiesschaert.
     * Updated: French, thanks Jérémie Tarot & Brandelune.
     * Updated: Italian, thanks Marco Ciampa.
     * Updated: Japanese, thanks gemmaro.
     * Updated: Portuguese, thanks Hugo Carvalho.
     * Updated: Portuguese (Brazil), thanks Rafael Fontenelle.
     * Updated: Ukrainian, thanks Yuri Chornoivan (українська).
    
    Status of the binary translation:
     * 100%: fr, it, nl, pt_BR, uk.
     * >95%: eo (96%), nb (96%), pt (99%), sr_Cyrl (99%).
     * >90%: de (94%), es (94%), hr (94%), hu (92%), ru (93%), zh_CN (94%), zh_Hant (94%).
     * >70%: id (77%), sv (72%).
     * >50%: cs (57%), da (62%), et (67%), eu (56%), ja (63%), pl (62%), sl (56%), vi (67%).
     * >33%: ca (45%).
     * Starting: ace (2%), af (7%), ar (14%), ka (16%), kn (7%), ko (18%), zh_HK (3%).
    
    Status of the documentation translation:
     * 100%: it, uk.
     * >95%: de (98%), fr (99%), ja (96%), nl (99%), sr_Cyrl (98%).
     * >90%: pt (93%), pt_BR (94%), zh_CHS (94%), zh_Hant (94%).
     * >80%: es (83%).
     * >50%: pl (66%), ru (64%).
     * >33%: ca (43%).
     * Starting: eo (2%), hr (0%), hu (0%), nb (4%).
    adam committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ca06bb2 View commit details
    Browse the repository at this point in the history
  42. mkvtoolnix: updated to 73.0.0

    Version 73.0.0 "25 or 6 to 4" 2023-01-02
    
    New features and enhancements
    
    * mkvmerge: greatly enhanced the speed of Base64 decoding which is used used
      e.g. when reading pictures embedded in Ogg or FLAC files or for binary data
      inside XML chapter & tag files. Even small blocks of data could take
      unreasonably long.
    * mkvmerge: added support for reading HEVC/H.265 video from FLV
      containers.
    
    Bug fixes
    
    * mkvmerge: splitting: fixed a typo in the string output in GUI mode regarding
      the timestamps before which splitting was done.
    * MKVToolNix GUI: job output: after having run multiple jobs the "Clear
      output" functionality only reset the visible parts. However, using the "save
      output" function would also save the output generated before the user used
      "clear output". Now only the output after the last use of "clear output" is
      saved.
    * build system: when probing for the FLAC library the Ogg libraries will be
      linked with the compiled test program as well. This fixes detection if the
      `pkg-config` settings for FLAC don't list Ogg & the linker doesn't find the
      library automatically (e.g. for my macOS builds).
    adam committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8ff1188 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d3e943d View commit details
    Browse the repository at this point in the history
  44. wayland-protocols: Fix x11/gtk3 build

    Fix another problematic .xml file to fix x11/gtk3 build.
    
    BUmp PKGREVISION.
    ryoon committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    01c7333 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    29e65b4 View commit details
    Browse the repository at this point in the history
  46. nodejs: updated to 19.3.0

    Version 19.3.0 (Current)
    
    Notable Changes
    
    Updated npm to 9.2.0
    build: disable v8 snapshot compression by default (Joyee Cheung)
    doc: add doc-only deprecation for headers/trailers setters (Rich Trott)
    doc: add Rafael Gonzaga to the TSC (Michael Dawson)
    (SEMVER-MINOR) net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna)
    (SEMVER-MINOR) src: add uvwasi version (Jithil P Ponnan)
    (SEMVER-MINOR) test_runner: add t.after() hook (Colin Ihrig)
    (SEMVER-MINOR) test_runner: don't use a symbol for runHook() (Colin Ihrig)
    tls: remove trustcor root ca certificates (Ben Noordhuis)
    adam committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5978892 View commit details
    Browse the repository at this point in the history
  47. py-ipython: updated to 8.8.0

    IPython 8.8.0
    -------------
    
    First release of IPython in 2023 as there was no release at the end of
    December.
    
    This is an unusually big release (relatively speaking) with more than 15 Pull
    Requests merge.
    
    Of particular interest are:
    
     - :ghpull:`13852` that replace the greedy completer and improve
       completion, in particular for dictionary keys.
     - :ghpull:`13858` that adds ``py.typed`` to ``setup.cfg`` to make sure it is
       bundled in wheels.
     - :ghpull:`13869` that implements tab completions for IPython options in the
       shell when using `argcomplete <https://github.com/kislyuk/argcomplete>`. I
       believe this also needs a recent version of Traitlets.
     - :ghpull:`13865` makes the ``inspector`` class of `InteractiveShell`
       configurable.
     - :ghpull:`13880` that remove minor-version entrypoints as the minor version
       entry points that would be included in the wheel would be the one of the
       Python version that was used to build the ``whl`` file.
    
    In no particular order, the rest of the changes update the test suite to be
    compatible with Pygments 2.14, various docfixes, testing on more recent python
    versions and various updates.
    adam committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    63f5fed View commit details
    Browse the repository at this point in the history
  48. Updated lang/nodejs, devel/py-ipython

    adam committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b515387 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. lang/elixir: Add debugging printouts about locale

    NFCI; just prints environment variables and locale before the build.
    gdt committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    91b2b84 View commit details
    Browse the repository at this point in the history
  2. lang/elixir: Improve locale handling

      - actually set the build env for the diagnostics
      - set LC_ALL after bsd.pkg.mk
      - document why we are setting it
    gdt committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    a089be2 View commit details
    Browse the repository at this point in the history
  3. radare2: remove requirement on Git to build

    This removes the need to clone repositories to build radare2.
    Thanks wiz@ for the heads up.
    
    Tested on NetBSD/amd64.
    
    No revision bump as the resulting package should be identical.
    khorben committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b54dc05 View commit details
    Browse the repository at this point in the history
  4. ccache: fix builds on i386 (and possibly other arches)

    Addresses PR pkg/57157 from ano(ther)nymous.
    dhgutteridge committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    624cedd View commit details
    Browse the repository at this point in the history
  5. fish: link against terminfo

    For now, only on NetBSD - probably needed on all platforms?
    
    Needed by binutils 2.39.
    0-wiz-0 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    907d388 View commit details
    Browse the repository at this point in the history
  6. gnucash-docs: update to 4.13.

     4.13  - 18 December 2022
            o Bug 798620 - Unable to build docs on Mageia Cauldron
            o Bug 798623 - ENG. Typo "documenation"
            o Bug 798624 - Document how to check if GnuCash is running when
                           updating quotes
            o Bug 798645 - screens instead of WINDOWS
            o Bug 798665 - New: ENG. Typo: Unnecessary determiner "a"
                           in 2.6.1. Migrating financial data.
            o Bug 798674 - Broken link on Chapter 17. Python Bindings
            o Manual:de: Account_Actions: Tippfehler-Korrektur
            o Review URLs and replace them by entities in all parts and languages excepting in comments or FDL appendix
            o manual, ch_Finance-Quote: fix broken entities
            o gnc-gui-struct.dtd: fix some mistakes and add entities for menuitems and menuchoice.
            o Update url-irc to "irc://irc.gimp.net/gnucash" see the email announcement
            o Partial Modernization of Manual:C:Business: Differentiation of admonitions and improvement of lists
            o Manual:C: Convert CSV assistant into <procedure>
            o Multi-split csv elaboration
            o Update app-fq-vers to "1.53"
            o Replace "Online Quote Setup" instructions in Guide by links to the manual chapter.
            O Enhance bookinfos by subtitle and titleabbrev;drop "Help" from manual. Adding titleabbrev allows yelp to display the version in its titlebar
            o Guide:C: Fix image declarations: Some were not properly scaled and others didn't appear in the List of Figures.
            o Replace all hardcoded width="510[px]" by "&img-w;" for for both components in all languages
            o Ensure our documentation is also found when gnucash is run in KDE
            o Restore draft status in gnc-docbook.dtd.
            o New and Updated Translations: German
    0-wiz-0 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1d88b03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d58117a View commit details
    Browse the repository at this point in the history
  8. sysutils/broot: update to 1.19.0

     - Nushell support - Fix #375 - Thanks @FrancescElies, @mediumrarez, and issue
       contributors
    0323pin committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8145e78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7efe76b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e1aa137 View commit details
    Browse the repository at this point in the history
  11. einstein-puzzle: update to 2.2.

    Switch to a maintained fork: lots of code cleanups.
    0-wiz-0 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    dd6acce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fe130a1 View commit details
    Browse the repository at this point in the history
  13. lighttpd: update to 1.4.68.

    Important changes:
    * stronger TLS defaults (as previously announced)
    * KTLS sendfile in mod_openssl and mod_gnutls, if available and enabled
    * removal of deprecated modules
    0-wiz-0 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1effee4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d5c02bc View commit details
    Browse the repository at this point in the history
  15. py-setuptools_scm: updated to 7.1.0

    v7.1.0
    use tomllib from stdlib
    handle non-ascii in setup.cfg
    implement fallback file finders for archives
    removed coding header in python template
    declared Python 3.11 support
    update .git_archival.txt templates match git-describe invocation
    fix handling of .git-archival.txt from tagged commit
    adam committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e598228 View commit details
    Browse the repository at this point in the history
  16. colordiff: updated to 1.0.21

    Support for Windows C:\ProgramData instead of /etc, improved documentation for command-line options.
    adam committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    534ca55 View commit details
    Browse the repository at this point in the history
  17. py-httpx: updated to 0.23.3

    0.23.3 (4th Jan, 2023)
    
    Fixed
    
    Version 0.23.2 accidentally included stricter type checking on query parameters. This shouldn've have been included in a minor version bump, and is now reverted.
    
    
    0.23.2 (2nd Jan, 2023)
    
    Added
    
    Support digest auth nonce counting to avoid multiple auth requests.
    
    Fixed
    
    Multipart file uploads where the file length cannot be determine now use chunked transfer encoding, rather than loading the entire file into memory in order to determine the Content-Length.
    Raise TypeError if content is passed a dict-instance.
    Partially revert the API breaking change in 0.23.1, which removed RawURL. We continue to expose a url.raw property which is now a plain named-tuple. This API is still expected to be deprecated, but we will do so with a major version bump.
    adam committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5a78957 View commit details
    Browse the repository at this point in the history
  18. py-simplejson: updated to 3.18.1

    Version 3.18.1 released 2023-01-03
    
    * Remove unnecessary `i` variable from encoder module namespace
    * Declare support for Python 3.11 and add wheels
    adam committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9121da2 View commit details
    Browse the repository at this point in the history
  19. Updated devel/py-setuptools_scm, devel/colordiff, www/py-httpx, conve…

    …rters/py-simplejson
    adam committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    24db189 View commit details
    Browse the repository at this point in the history
  20. Use RUBY_VERSIONS_ACCEPTED for ruby27 only packages.

    No functinal change.
    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8d59898 View commit details
    Browse the repository at this point in the history
  21. libplist: remove python2 restriction

    Builds fine for me with python 3.11.1 on NetBSD 10.99.2/amd64.
    0-wiz-0 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b962205 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0f0aca6 View commit details
    Browse the repository at this point in the history
  23. www/ruby-rack2: add package version 2.2.4

    Add current ruby-rack package version 2.2.4 as ruby-rack2.
    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    3d29f3b View commit details
    Browse the repository at this point in the history
  24. www/Makefile: add and enable ruby-rack2

    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    176c4b2 View commit details
    Browse the repository at this point in the history
  25. doc: Added www/ruby-rack2 version 2.2.4

    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1ee8f82 View commit details
    Browse the repository at this point in the history
  26. Switch dependency to www/ruby-rack2

    Bump PKGREVISION.
    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    a9fa2c7 View commit details
    Browse the repository at this point in the history
  27. www/ruby-rack: update to 3.0.3

    3.0.3 (2022-12-26)
    
    * Fix Regexp deprecated third argument with Regexp::NOENCODING (#1998)
    
    3.0.2 (2022-12-05)
    
    Fixed
    
    * Utils.build_nested_query URL-encodes nested field names including the
      square brackets.
    * Allow Rack::Response to pass through streaming bodies. (#1993, @ioquatix)
    
    3.0.1 (2022-11-18)
    
    Fixed
    
    * MethodOverride does not look for an override if a request does not include
      form/parseable data.
    * Rack::Lint::Wrapper correctly handles respond_to? with to_ary, each, call
      and to_path, forwarding to the body. (#1981, @ioquatix)
    
    3.0.0 (2022-09-06)
    
    * No changes
    
    3.0.0.rc1 (2022-09-04)
    
    SPEC Changes
    
    * Stream argument must implement << #1959
    * close may be called on rack.input #1956
    * rack.response_finished may be used for executing code after the response
      has been finished #1952
    
    3.0.0.beta1 (2022-08-08)
    
    Security
    
    * Do not use semicolon as GET parameter separator. (#1733, @jeremyevans)
    
    SPEC Changes
    
    * Response array must now be non-frozen.
    * Response status must now be an integer greater than or equal to 100.
    * Response headers must now be an unfrozen hash.
    * Response header keys can no longer include uppercase characters.
    * Response header values can be an Array to handle multiple values (and no
      longer supports \n encoded headers).
    * Response body can now respond to #call (streaming body) instead of #each
      (enumerable body), for the equivalent of response hijacking in previous
      versions.
    * Middleware must no longer call #each on the body, but they can call
      #to_ary on the body if it responds to #to_ary.
    * rack.input is no longer required to be rewindable.
    * rack.multithread/rack.multiprocess/rack.run_once/rack.version are no
      longer required environment keys.
    * SERVER_PROTOCOL is now a required environment key, matching the HTTP
      protocol used in the request.
    * rack.hijack? (partial hijack) and rack.hijack (full hijack) are now
      independently optional.
    * rack.hijack_io has been removed completely.
    * rack.response_finished is an optional environment key which contains an
      array of callable objects that must accept #call(env, status, headers,
      error) and are invoked after the response is finished (either successfully
      or unsuccessfully).
    * It is okay to call #close on rack.input to indicate that you no longer
      need or care about the input.
    * The stream argument supplied to the streaming body and hijack must support
      #<< for writing output.
    
    Removed
    
    * Remove rack.multithread/rack.multiprocess/rack.run_once. These variables
      generally come too late to be useful. (#1720, @ioquatix, @jeremyevans))
    * Remove deprecated Rack::Request::SCHEME_WHITELIST. (@jeremyevans)
    * Remove internal cookie deletion using pattern matching, there are very few
      practical cases where it would be useful and browsers handle it correctly
      without us doing anything special. (#1844, @ioquatix)
    * Remove rack.version as it comes too late to be useful. (#1938, @ioquatix)
    * Extract rackup command, Rack::Server, Rack::Handler, Rack::Lobster and
      related code into a separate gem. (#1937, @ioquatix)
    
    Added
    
    * Rack::Headers added to support lower-case header keys. (@jeremyevans)
    * Rack::Utils#set_cookie_header now supports escape_key: false to avoid key
      escaping. (@jeremyevans)
    * Rack::RewindableInput supports size. (@ahorek)
    * Rack::RewindableInput::Middleware added for making rack.input
      rewindable. (@jeremyevans)
    * The RFC 7239 Forwarded header is now supported and considered by default
      when looking for information on forwarding, falling back to the
      X-Forwarded-* headers. Rack::Request.forwarded_priority accessor has been
      added for configuring the priority of which header to check. (#1423,
      @jeremyevans)
    * Allow response headers to contain array of values. (#1598, @ioquatix)
    * Support callable body for explicit streaming support and clarify streaming
      response body behaviour. (#1745, @ioquatix, #1748, @wjordan)
    * Allow Rack::Builder#run to take a block instead of an argument. (#1942,
      @ioquatix)
    * Add rack.response_finished to Rack::Lint. (#1802, @BlakeWilliams, #1952,
      @ioquatix)
    * The stream argument must implement #<<. (#1959, @ioquatix)
    
    Changed
    
    * BREAKING CHANGE: Require status to be an Integer. (#1662, @olleolleolle)
    * BREAKING CHANGE: Query parsing now treats parameters without = as having
      the empty string value instead of nil value, to conform to the URL
      spec. (#1696, @jeremyevans)
    * Relax validations around Rack::Request#host and
      Rack::Request#hostname. (#1606, @pvande)
    * Removed antiquated handlers: FCGI, LSWS, SCGI, Thin. (#1658, @ioquatix)
    * Removed options from Rack::Builder.parse_file and
      Rack::Builder.load_file. (#1663, @ioquatix)
    * Rack::HTTP_VERSION has been removed and the HTTP_VERSION env setting is no
      longer set in the CGI and Webrick handlers. (#970, @jeremyevans)
    * Rack::Request#[] and #[]= now warn even in non-verbose mode. (#1277,
      @jeremyevans)
    * Decrease default allowed parameter recursion level from 100 to 32. (#1640,
      @jeremyevans)
    * Attempting to parse a multipart response with an empty body now raises
      Rack::Multipart::EmptyContentError. (#1603, @jeremyevans)
    * Rack::Utils.secure_compare uses OpenSSL's faster implementation if
      available. (#1711, @bdewater)
    * Rack::Request#POST now caches an empty hash if input content type is not
      parseable. (#749, @jeremyevans)
    * BREAKING CHANGE: Updated trusted_proxy? to match full 127.0.0.0/8
      network. (#1781, @snbloch)
    * Explicitly deprecate Rack::File which was an alias for
      Rack::Files. (#1811, @ioquatix).
    * Moved Rack::Session into separate gem. (#1805, @ioquatix)
    * rackup -D option to daemonizes no longer changes the working directory to
      the root. (#1813, @jeremyevans)
    * The x-forwarded-proto header is now considered before the
      x-forwarded-scheme header for determining the forwarded
      protocol. Rack::Request.x_forwarded_proto_priority accessor has been added
      for configuring the priority of which header to check. (#1809,
      @jeremyevans)
    * Rack::Request.forwarded_authority (and methods that call it, such as host)
      now returns the last authority in the forwarded header, instead of the
      first, as earlier forwarded authorities can be forged by clients. This
      restores the Rack 2.1 behavior. (#1829, @jeremyevans)
    * Use lower case cookie attributes when creating cookies, and fold cookie
      attributes to lower case when reading cookies (specifically impacting
      secure and httponly attributes). (#1849, @ioquatix)
    * The response array must now be mutable (non-frozen) so middleware can
      modify it without allocating a new Array,therefore reducing object
      allocations. (#1887, #1927, @amatsuda, @ioquatix)
    * rack.hijack? (partial hijack) and rack.hijack (full hijack) are now
      independently optional. rack.hijack_io is no longer
      required/specified. (#1939, @ioquatix)
    * Allow calling close on rack.input. (#1956, @ioquatix)
    
    Fixed
    
    * Make Rack::MockResponse handle non-hash headers. (#1629, @jeremyevans)
    * TempfileReaper now deletes temp files if application raises an
      exception. (#1679, @jeremyevans)
    * Handle cookies with values that end in '=' (#1645, @lukaso)
    * Make Rack::NullLogger respond to #fatal! @jeremyevans)
    * Fix multipart filename generation for filenames that contain
      spaces. Encode spaces as "%20" instead of "+" which will be decoded
      properly by the multipart parser. (#1736, @muirdm)
    * Rack::Request#scheme returns ws or wss when one of the X-Forwarded-Scheme
      / X-Forwarded-Proto headers is set to ws or wss, respectively. (#1730,
      @erwanst)
    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7c9a427 View commit details
    Browse the repository at this point in the history
  28. doc: Updated www/ruby-rack to 3.0.3

    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    121056a View commit details
    Browse the repository at this point in the history
  29. www/ruby-mustermann: update to 3.0.0

    3.0.0 (2022-07-24)
    
    * Drop support for old Rubies < 2.6.
    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    3b87dd7 View commit details
    Browse the repository at this point in the history
  30. www/ruby-sinatra: update to 3.0.5

    It also update rack-protection and sinatra-contrib.
    
    
    3.0.5 (2022-12-16)
    
    * Fix: Add Zeitwerk compatibility. #1831 by Dawid Janczak
    * Fix: Allow CALLERS_TO_IGNORE to be overridden
    
    3.0.4 (2022-11-25)
    
    * Fix: Escape filename in the Content-Disposition header. #1841 by Kunpei
      Sakai
    
    3.0.3 (2022-11-11)
    
    * Fix: fixed ReDoS for Rack::Protection::IPSpoofing. #1823 by @ooooooo-q
    
    3.0.2 (2022-10-01)
    
    * New: Add Haml 6 support. #1820 by Jordan Owens
    
    3.0.1 (2022-09-26)
    
    * Fix: Revert removal of rack-protection.rb. #1814 by Olle Jonsson
    
    * Fix: Revert change to server start and stop messaging by using
      Kernel#warn. Renamed internal warn method warn_for_deprecation. #1818 by
      Jordan Owens
    
    3.0.0 (2022-09-26)
    
    * New: Add Falcon support. #1794 by Samuel Williams and @horaciob
    * New: Add AES GCM encryption support for session cookies. [#1324] (#1324)
      by Michael Coyne
    * Deprecated: Sinatra Reloader will be removed in the next major release.
    * Fix: Internal Sinatra errors now extend Sinatra::Error. This fixes #1204
      and #1518. bda8c29d by Jordan Owens
    * Fix: Preserve query param value if named route param nil. #1676 by Jordan
      Owens
    * Require Ruby 2.6 as minimum Ruby version. #1699 by Eloy Pérez
    * Breaking change: Remove support for the Stylus template engine. #1697 by
      Eloy Pérez
    * Breaking change: Remove support for the erubis template engine. #1761 by
      Eloy Pérez
    * Breaking change: Remove support for the textile template engine. #1766 by
      Eloy Pérez
    * Breaking change: Remove support for SASS as a template engine. #1768 by
      Eloy Pérez
    * Breaking change: Remove support for Wlang as a template engine. #1780 by
      Eloy Pérez
    * Breaking change: Remove support for CoffeeScript as a template
      engine. #1790 by Eloy Pérez
    * Breaking change: Remove support for Mediawiki as a template engine. #1791
      by Eloy Pérez
    * Breaking change: Remove support for Creole as a template engine. #1792 by
      Eloy Pérez
    * Breaking change: Remove support for Radius as a template engine. #1793 by
      Eloy Pérez
    * Breaking change: Remove support for the defunct Less templating
      library. See #1716, #1715 for more discussion and background. d1af2f1e by
      Olle Jonsson
    * Breaking change: Remove Reel integration. 54597502 by Olle Jonsson
    * CI: Start testing on Ruby 3.1. 60e221940 and b0fa4bef by Johannes Würbach
    * Use Kernel#caller_locations. #1491 by Julik Tarkhanov
    * Docs: Japanese documentation: Add notes about the default_content_type
      setting. #1650 by Akifumi Tominaga
    * Docs: Polish documentation: Add section about Multithreaded modes and
      Routes. #1708 by Patrick Gramatowski
    * Docs: Japanese documentation: Make Session section reflect changes done to
      README.md. #1731 by @shu-i-chi
    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    816224d View commit details
    Browse the repository at this point in the history
  31. doc: Updated www/ruby-mustermann to 3.0.0

    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    992278d View commit details
    Browse the repository at this point in the history
  32. Doc: Note update of ruby-sinatra and relatead pacakges to 3.0.5

    	www/ruby-rack-protection
    	www/ruby-sinatra
    	www/ruby-sinatra-contrib
    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    29e094e View commit details
    Browse the repository at this point in the history
  33. www/ruby-padrino: update to 0.15.2

    0.15.2 (2022-12-23)
    
    * FIX #2261 Resolve failures in CI Build and update Circle config (@jkowens)
    * FIX #2263 Padrino-gen fix for ActiveRecord 6.1 (@jkowens)
    * FIX #2260 Pin HAML to newer version 5 (@jkowens)
    * NEW #2259 Add Sinatra 3 compatibility (@jkowens)
    * NEW #2251 Sets up CircleCI for new builds (@wikimatze)
    * FIX #2243 for cascading mailer path when using partials (@HR-Partner)
    * FIX #2250 I18n translation issue on Ruby 3.0 (@jinshen1983)
    * FIX #2246 Various routing upgrades and fixes (@takeshi-yashiro)
    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    4db0b7d View commit details
    Browse the repository at this point in the history
  34. doc: Note update of ruby-padrino and related packages to 0.15.2

    	www/ruby-padrino-support
    	www/ruby-padrino-helpers
    	www/ruby-padrino-core
    	www/ruby-padrino-admin
    	www/ruby-padrino-cache
    	www/ruby-padrino-mailer
    	www/ruby-padrino
    taca committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    90ac35e View commit details
    Browse the repository at this point in the history
  35. audio/ncspot: downgrade to 0.11.2

    Newer version require Rust >= 1.65
    0323pin committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    43cca56 View commit details
    Browse the repository at this point in the history
  36. Downgrade ncspot

    0323pin committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    c8b350e View commit details
    Browse the repository at this point in the history
  37. sysutils/broot: Downgrade to 1.18.0

    Newer versions require Rust >= 1.65
    0323pin committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    15d7e72 View commit details
    Browse the repository at this point in the history
  38. Downgrade broot

    0323pin committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1ebe09b View commit details
    Browse the repository at this point in the history
  39. Import devel/ccls as ccls version 0.20220729

    ccls, which originates from cquery, is a C/C++/Objective-C language server.
    
    Its features include:
    - code completion (with both signature help and snippets)
    - definition/references, and other cross references
    - cross reference extensions: $ccls/call $ccls/inheritance
      $ccls/member $ccls/vars ...
    - formatting
    - hierarchies: call (caller/callee) hierarchy, inheritance
      (base/derived) hierarchy, member hierarchy
    - symbol rename
    - document symbols and approximate search of workspace symbol
    - hover information
    - diagnostics and code actions (clang FixIts)
    - semantic highlighting and preprocessor skipped regions
    - semantic navigation: $ccls/navigate
    
    It has a global view of the code base and support a lot of cross reference
    features, see https://github.com/MaskRay/ccls/wiki/FAQ.
    It starts indexing the whole project (including subprojects if exist)
    parallelly when you open the first file, while the main thread can serve
    requests before the indexing is complete. Saving files will incrementally
    update the index.
    nikkicoon committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f47d112 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e66d1ba View commit details
    Browse the repository at this point in the history
  41. Update acmesh to 3.0.5

    - fix  Why try to purge Cloudflare DNS TXT record? #4369  and other bugs
    - support Google Public CA
    - support NotBefore and NotAfter fields.
    - more dns apis support.
    prlw1 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7ccd1f8 View commit details
    Browse the repository at this point in the history
  42. doc: Updated security/acmesh to 3.0.5

    prlw1 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    28e67fe View commit details
    Browse the repository at this point in the history
  43. lapack & friends: update to 3.11.0

    3.11.0
    
    This is a major release and also addressing multiple bug fixes.
    
    2.1. Normwise criterion for infinite eigenvalues in the QZ algorithm
    by @thijssteel
    
    The normwise criterion is more robust at detecting infinite
    eigenvalues than the elementwise criterion (PR #698). See also
    https://arxiv.org/abs/2208.02057.
    
    2.2 level-3 BLAS solvers for the triangular system and triangular
    Sylvester equations by @angsch
    
    The triangular Sylvester equation has been recognized to be prone
    to overflow. For that purpose, *TRSYL utilizes a scaling factor to
    represent the solution as (s^{-1} X) and solve the scaled equation
    AX + XB = s C. Due to the scaling factor, there is some flexibility
    in the representation of the solution. The proposed level-3 BLAS
    version computes the scaling factors based on the upper bounds of
    blocks to enable level-3 BLAS. The scaling is typically slightly
    more aggressive so that an alternatively scaled final solution is
    computed. This is no problem as long as the scaling factor does
    not get flushed to zero (PR #651). The same upper bound calculation
    was used to write the level-3 BLAS solver for the triangular system,
    *LATRS3.
    
    2.3 Givens rotations generated with less accumulation error by
    @weslleyspereira
    
    New algorithms for computing Givens rotations in complex arithmetic
    that reduce the accumulation errors for computing each of the
    outputs, c, s, r. The new algorithms are, on average, more accurate
    than both the algorithms from LAPACK 3.9.1 and LAPACK 3.10.0 (PR
    #631). See also https://arxiv.org/abs/2211.04010.
    
    2.4 Faster algorithms for Least Squares by @scr2016
    
    The new algorithms, *GELST, are similar to *GELS. *GELST avoids
    computing triangular blocks twice as in *GELS, which means *GELST
    runs faster (PR #739).
    
    2.5 Improvements on the building system and the Continuous Testing
    framework
    
        Regression test for illegal modification of Y in *GEMV by
        @matcross in PR #622.
    
        Test the Fortran intrinsic ABS and complex divisions and report
        failures during build by @weslleyspereira in PR #623.
    
        Appveyor is working in the Continuous Testing once more by
        @martin-frbg in PR #627.
    
        More tests and fixes for type mismatches by @angsch in PR #675.
    
        Solve build issues with IBM XLF by @friedc in PR #677.
    
        Explicit type casts to INT by @angsch in PR #684.
    
        Fix an out-of-bounds write in the tests by @angsch in PR #685.
    
        Adding support for NAG Fortran compiler (nagfor) by @ACSimon33
        in PR #686.
    
        Fix time check flag propagation and default value by @ACSimon33
        in PR #696.
    
        Fixed format warnings in 64 bit integer builds by @ACSimon33
        in PR #700.
    
        Explicit type casts and more rigorous CI by @weslleyspereira
        in PR #703.
    
        Fix type mismatches in function calls of testing code by
        @mjacobse in PR #706.
    
        Fix lower triangular band matrix generation by @angsch in PR
        #728.
    
    2.6 Other improvements
    
        Improves the computation of norms in {S,D}ORBDB6 and {C,Z}UNBDB6
        by @Christoph Conrads in PR #647.
    
        Uses a Newton step to compute the initial guess for ETA in
        {S,D}LAED4 to reduce the number of iterations by @weslleyspereira
        in PR #655.
    
        Return immediately when scaling with one by @angsch in PR #674.
    
        Rearrange the application of the Householder reflectors in
        *LAQR5, which lowers the instruction count when FMA is available
        by @angsch in PR #681.
    
        Set SCALE early for robust triangular solvers by @angsch in PR
        #712.
    
        Add {C,Z}ROTG, {CS,ZD}ROT, {S,D}CABS1 to CBLAS by @angsch in
        PR #721.
    
        Add *LANGB to LAPACKE by @ACSimon33 in PR #725.
    
        NaN check for trapezoidal matrices on LAPACKE by @ACSimon33 in
        PR #738 and PR #742.
    
    2.7 Bug fixes
    
        Fix LAPACKE_*tpmqrt_work for row-major matrices by @weslleyspereira
        in PR 540.
    
        Fix leading dimension check in LAPACKE’s *geesv[x] and *gges[x]
        by @angsch in PR 665.
    
        Fix the left-looking variant of GEQRF by @weslleyspereira in
        PR 690.
    
        Fix workspace query for *SYEVD and *HEEVD routines by
        neil-lindquist@neil-lindquist in PR 691.
    
        Fix behavior of SCALE in *LATBS and *LATRS, and avoids NaN
        generation if entries in CNORM exceed the overflow threshold
        by @angsch in PR 712.
    0-wiz-0 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8565631 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    7d790b7 View commit details
    Browse the repository at this point in the history
  45. sysutils/bsdinstall: fix building on Linux.

    vins committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    010c01a View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    95a2f4f View commit details
    Browse the repository at this point in the history
  47. chat/libotr: fix build.

    vins committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9cea0d7 View commit details
    Browse the repository at this point in the history
  48. lua-rocks: update to version 3.9.2

    ## What's new in LuaRocks 3.9.1
    
    * Fixed error message when Lua library is not found
    * Fixed build of Windows binary
    * A couple of minor feature additions:
      * API: `loader.which` has a new mode for searching `package.path/cpath`
        * Adds a new second argument, `where`, a string which indicates places
          to search for the module. If `where` contains `"l"`, it will search
          using the LuaRocks loader; if it contains `"p"`, it will look in the
          filesystem using `package.path` and `package.cpath`. You can use both
          at the same time.
      * `--no-project` flag can be used to override `.luarocks` project directory
        detection
    
    ## What's new in LuaRocks 3.9.0
    
    * `builtin` build mode now always respects CC, CFLAGS and LDFLAGS
    * Check that lua.h version matches the desired Lua version
    * Check that the version of the Lua C library matches the desired Lua version
    * Fixed deployment of non-wrapped binaries
    * Fixed crash when `--lua-version` option is malformed
    * Fixed help message for `--pin` option
    * Unix: use native methods and don't always rely on $USER to determine user
    * Windows: use native CLI tooling more
    * macOS: support .tbd extension when checking for libraries
    * macOS: add XCode SDK path to search paths
    * macOS: add best-effort heuristic for library search using Homebrew paths
    * macOS: avoid quoting issues with LIBFLAG
    * macOS: deployment target is now 11.0 on macOS 11+
    * added DragonFly BSD support
    * LuaRocks test suite now runs on Lua 5.4 and LuaJIT
    * Internal dependencies of standalone LuaRocks executable were bumped
    nikkicoon committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    13329bd View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    4e70e35 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    9f1b3ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c05f0f View commit details
    Browse the repository at this point in the history
  3. doc/pkgsrc.*: regen

    dhgutteridge committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    2ef50a9 View commit details
    Browse the repository at this point in the history
  4. devel/Makefile: sort

    0-wiz-0 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    0e34c0d View commit details
    Browse the repository at this point in the history
  5. www/Makefile: sort

    0-wiz-0 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    a3c8da7 View commit details
    Browse the repository at this point in the history
  6. zabbix50-proxy: Regen distinfo

    Regenerate distinfo after patches consolidation. This fixes pkglint errors.
    
    Reported by:	wiz
    otis committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    cf6788e View commit details
    Browse the repository at this point in the history
  7. py-googleapis-common-protos: updated to 1.57.1

    v1.57.1
    Bug Fixes
    Mark reference_docs_uri field in google/api/client.proto as deprecated
    adam committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    740763b View commit details
    Browse the repository at this point in the history
  8. py-google-api-core: updated to 2.11.0

    v2.11.0
    
    Features
    
    Add support for Python 3.11
    Allow representing enums with their unqualified symbolic names in headers
    
    Bug Fixes
    
    Major refactoring of Polling, Retry and Timeout logic
    Require google-auth >= 2.14.1
    adam committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    89f4efb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45bf490 View commit details
    Browse the repository at this point in the history
  10. py-google-api-python-client: updated to 2.71.0

    2.71.0 (2022-12-20)
    
    Features
    
    accesscontextmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/038fdb69dcb6ea01f6eb56901ff0e76e6bbaf3ab (a0329cc)
    alertcenter: Update the api https://togithub.com/googleapis/google-api-python-client/commit/6057d89b613fb2a30ac2d26b90933ad0afa083d1 (a0329cc)
    androidenterprise: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ec22103603074d33ad2a41bed36debc63b3bb528 (a0329cc)
    apigee: Update the api https://togithub.com/googleapis/google-api-python-client/commit/43f435c459205c8305f248efe78e6bd72a1b95c3 (a0329cc)
    batch: Update the api https://togithub.com/googleapis/google-api-python-client/commit/3dd983b5616c058887d38e9423388d236acc27dc (a0329cc)
    clouddeploy: Update the api https://togithub.com/googleapis/google-api-python-client/commit/9a176a474cfd18a4b53d9b6b78bb432e6dd4cb0b (a0329cc)
    compute: Update the api https://togithub.com/googleapis/google-api-python-client/commit/bba3627ef5ae35a101b223b3da2739224e1598aa (a0329cc)
    container: Update the api https://togithub.com/googleapis/google-api-python-client/commit/98d6112970c5236cff5f36bf543a166ea27ca74c (a0329cc)
    contentwarehouse: Update the api https://togithub.com/googleapis/google-api-python-client/commit/00fa4bb30f92fdc325b23bd71b3ebd57fdcce4c7 (a0329cc)
    datafusion: Update the api https://togithub.com/googleapis/google-api-python-client/commit/db1dddc7ca75258fde5cc59997599ce57ad8f01d (a0329cc)
    datamigration: Update the api https://togithub.com/googleapis/google-api-python-client/commit/12effe4a38299bb6f1fc61afeb1359200e9eff0b (a0329cc)
    datapipelines: Update the api https://togithub.com/googleapis/google-api-python-client/commit/91b60afaa437d7b29a96d83d3b89e3e855a81598 (a0329cc)
    dataplex: Update the api https://togithub.com/googleapis/google-api-python-client/commit/04bafe3e118a1bbb2c75fc7f4e2e105f04bd4434 (a0329cc)
    dataproc: Update the api https://togithub.com/googleapis/google-api-python-client/commit/1ad16fafbdfbf4d983112e5e811ea75f3727e67a (a0329cc)
    datastream: Update the api https://togithub.com/googleapis/google-api-python-client/commit/30f292141f98047d5acd526297f3f0e5bb79536e (a0329cc)
    firestore: Update the api https://togithub.com/googleapis/google-api-python-client/commit/89b34a91c7b56b03d59648bb582d3db1c5e06a4a (a0329cc)
    gmail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/a4ca99c42e5c618e57071a800f49d784a0bb6eea (a0329cc)
    notebooks: Update the api https://togithub.com/googleapis/google-api-python-client/commit/f732fd307f07f53afc5344620456d0e662f81624 (a0329cc)
    retail: Update the api https://togithub.com/googleapis/google-api-python-client/commit/d94dee346b3ae88d9d28bd97098bd2aba8093850 (a0329cc)
    speech: Update the api https://togithub.com/googleapis/google-api-python-client/commit/339a5d6c9cf9ecdcfe6c1ac33ae2ede71973584e (a0329cc)
    texttospeech: Update the api https://togithub.com/googleapis/google-api-python-client/commit/ee942d9363c422443d9ec24c0dac8e373b37721f (a0329cc)
    workloadmanager: Update the api https://togithub.com/googleapis/google-api-python-client/commit/93f0e30afae73ea3ce888783de0a6bf53604e40d (a0329cc)
    adam committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    1346aae View commit details
    Browse the repository at this point in the history
  11. py-lazy-object-proxy: updated to 1.9.0

    1.9.0 (2023-01-04)
    ------------------
    * Added support for matrix multiplication operator (``@``).
    * Should have all the wheels now (including the manylinux ones).
    * Bumped minimum version requirements for setuptools and setuptools-scm.
    * Switched the default pure python fallback implementation to the "simple" one (when you ``from lazy_object_proxy import Proxy``
      and the C extension is not available).
      Previously the "slots" implementation was used but as it turns out it is slower on Python 3.
    adam committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    fbf2e8e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8767e4c View commit details
    Browse the repository at this point in the history
  13. tuc: add man page to PLIST

    Bump PKGREVISION.
    0-wiz-0 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    38125ec View commit details
    Browse the repository at this point in the history
  14. hylafax: fix build with tiff 4.5

    Based on landry's patches in OpenBSD ports, but basically copying
    tiff code.
    
    Bump PKGREVISION.
    0-wiz-0 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    9676f16 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3e865ba View commit details
    Browse the repository at this point in the history
  16. automake: support python 3.11 to 3.15

    Bump PKGREVISION.
    0-wiz-0 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ac386ae View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7873e8e View commit details
    Browse the repository at this point in the history
  18. www/ruby-rack2: update to 2.2.5

    2.2.5 (2022-12-27)
    
    Fixed
    
    * Rack::URLMap uses non-deprecated form of Regexp.new. (#1998, @weizheheng)
    taca committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4408e43 View commit details
    Browse the repository at this point in the history
  19. doc: Updated www/ruby-rack2 to 2.2.5

    taca committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    2913252 View commit details
    Browse the repository at this point in the history
  20. doc/TODO: latest zookeeper

    + zookeeper-3.7.1.
    taca committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    d6e3fec View commit details
    Browse the repository at this point in the history
  21. transmission: Add a rc script to automatically run transmission as a

    dedicated user out of the box. Reviewed by wiz.
    alarixnia committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    db49375 View commit details
    Browse the repository at this point in the history
  22. gtk3: Fix PKGLOCALEDIR and SunOS ld args.

    Also no need to set PKGREVISION twice.
    jperkin committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    3b9cb2e View commit details
    Browse the repository at this point in the history
  23. qt5: updated to 5.15.8

    5.15.8
    Bug fix release
    adam committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    19bd797 View commit details
    Browse the repository at this point in the history
  24. textproc/prose: revert update

    0.4.0 requires Rust-1.65
    0323pin committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    9dbab35 View commit details
    Browse the repository at this point in the history
  25. Updated x11/qt5

    adam committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f4b8fe8 View commit details
    Browse the repository at this point in the history
  26. Remove prose

    0323pin committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f1bf336 View commit details
    Browse the repository at this point in the history
  27. textproc/prose: update to 0.3.2

     - Agressive fit gets more expensive the further from target
     - Bump dependencies
    0323pin committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    e74aa86 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c9a49ca View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d8c8ec1 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0c8376d View commit details
    Browse the repository at this point in the history
  31. nss: update to 3.87.

    Changes:
       - Bug 1803226 - NULL password encoding incorrect.
       - Bug 1804071 - Fix rng stub signature for fuzzing builds.
       - Bug 1803595 - Updating the compiler parsing for build.
       - Bug 1749030 - Modification of supported compilers.
       - Bug 1774654 tstclnt crashes when accessing gnutls server
         without a user cert in the database.
       - Bug 1751707 - Add configuration option to enable source-based
         coverage sanitizer.
       - Bug 1751705 - Update ECCKiila generated files.
       - Bug 1730353 - Add support for the LoongArch 64-bit architecture.
       - Bug 1798823 - add checks for zero-length RSA modulus to avoid
         memory errors and failed assertions later.
       - Bug 1798823 - Additional zero-length RSA modulus checks.
    0-wiz-0 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    b11f57c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    85515c5 View commit details
    Browse the repository at this point in the history
  33. qt5-qtwebkit: restore PKGREVISION

    This was not bumped with the qt5 update, so the old PKGREVISION needs to stay
    0-wiz-0 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    367841e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. lxqt-panel: update to 1.2.1

    Change log:
    
    lxqt-panel-1.2.1 / 2023-01-02
    ==============================
     * Fixed a regression in volume popup.
     * Added Qeyes plugin.
     * Avoid covering fullscreen windows.
    dhgutteridge committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    bf5bc1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361f9a7 View commit details
    Browse the repository at this point in the history
  3. libfm-qt: update to 1.2.1

    Change log:
    
    libfm-qt-1.2.1 / 2023-01-02
    ============================
     * Specified the parents of context menus for use on Wayland.
     * Fixed launching XWayland apps under Wayland.
     * appchooserdialog: do not disable the OK button when Custom Command page is shown.
     * Increased the minimum width of name column in detailed list view.
     * Fixed the DND menu position under Wayland.
     * Fixed crash with DND from outside app under Wayland.
     * Fixed unresponsive DND menu under Wayland.
     * Workaround for DND keyboard modifiers under Wayland.
     * Check mime data of clipboard for nullity (for Wayland).
     * Fixed drawing of selection rectangle under Wayland.
    dhgutteridge committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    9aa3c92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80c1abd View commit details
    Browse the repository at this point in the history
  5. pcmanfm-qt: update to 1.2.1

    Change log:
    
    pcmanfm-qt-1.2.1 / 2023-01-02
    ==============================
     * Corrected the icon for "New Tab".
     * Corrected some descriptions in Hidden Shortcuts dialog.
     * Enabled tab DND under Wayland.
     * Fixed the context menus of tabs and forward/backward buttons under Wayland.
    dhgutteridge committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    eb84a00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e338259 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2de3ce3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc8ce2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d5504a View commit details
    Browse the repository at this point in the history
  10. lang/elixir: Mark not MAKE_JOBS_SAFE

    Add upstream bug report URL
    gdt committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    73ab62d View commit details
    Browse the repository at this point in the history
  11. doc/TODO: add libgtop

    dhgutteridge committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    ae5b442 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    450ee16 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7b700ab View commit details
    Browse the repository at this point in the history
  14. mail/notmuch: perl is required to build man page.

    PLIST file sorted alphabetically.
    vins committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    558addf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bce3260 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8621dfc View commit details
    Browse the repository at this point in the history
  17. graphics/xpaint: fix building on Linux.

    vins committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    c0d5532 View commit details
    Browse the repository at this point in the history
  18. bsdinstall: Apply patch directly to sources.

    Packages that have unpacked sources that are in the bootstrap path must never
    have patches as it causes bootstrap issues with requiring digest and nbpatch.
    jperkin committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    737cb83 View commit details
    Browse the repository at this point in the history
  19. graphics/oculante: update to 0.6.38

    0.6.38 (2023-01-05)
    Bug Fixes
     - Reverse PanUp/Down (fixes NetBSD#110) (89e43ef8)
     - Shortcuts are sorted and grouped (8e6d2430)
    
    Features
     - add home/end to move to first/last image (39412c7f)
     - Add slider to step through images (5934b052)
    0323pin committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    e1ee135 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d7cda3c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    711b36e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8b0fd5a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a0f701a View commit details
    Browse the repository at this point in the history
  24. d11amp: update to 0.61.

    From Thomas Dettbarn in PR 57165.
    
    Changes:
    * Improved Playlist
    * Improved Keyboard Control
    * Improved Audio Output options
    0-wiz-0 committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    08cf1f3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3bfecc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Configuration menu
    Copy the full SHA
    2096b30 View commit details
    Browse the repository at this point in the history
  2. devel/got-portable: revert latest commit.

    This is really not needed.
    vins committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    3101434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82caf26 View commit details
    Browse the repository at this point in the history
  4. lxqt-globalkeys: adjust previous LOG_MAKEPRI patch

    This is also actually relevant to NetBSD, which defines it incorrectly
    (PR lib/57172).
    dhgutteridge committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    25bda97 View commit details
    Browse the repository at this point in the history
  5. www/ruby-innate: update to 2023.01.06

    2023.01.06
    
    * update gemspec to specify modern version of rack and rack-test and add
      rackup
    
    * Use Rackup::Handler instead of Rack::Handler.  Refactor registration of
    * ebb handler registration into #start_ebb.  Not sure this code is covered
    * by the tests but all tests are passing.  fix test to expect header keys to
    * be downcase as that is what Rack sends now
    
    * Fix unless condition in rescue block of Request#local_net? to match any
      exception message that suggests an invalid address
    
    * Change Rack::File to Rack::Files and Rack::Response#header to #headers to
      conform with rack ~> 3.0
    
    * remove Gem::Specification#has_rdoc because it is deprecated and breaks
      things.
    
    * Update adapter.rb.
    
      In lib/innate/adapter.rb#self.start_webrick, `:BindAddress =>
      config[:Host]` should be `:Host => config[:Host]` because
      lib/rack/handler/webrick.rb#self.run looks for :Host, not
      :BindAddress. What this means is, if you're running Ramaze on a remote
      server, there is no :Host in the options (which returns nil), and so it
      defaults to localhost, then your browser won't see the site.
    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    4aa6f60 View commit details
    Browse the repository at this point in the history
  6. doc: Updated www/ruby-innate to 2023.01.06

    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    ef82daa View commit details
    Browse the repository at this point in the history
  7. www/Makefile: remove ruby-rack16

    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    5f44a3c View commit details
    Browse the repository at this point in the history
  8. www/ruby-rack16: remove package

    Now no pacakge depends on this.
    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    1e87384 View commit details
    Browse the repository at this point in the history
  9. doc: Removed www/ruby-rack16

    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    c8e5ba0 View commit details
    Browse the repository at this point in the history
  10. py-diffoscope: update to 231

    Changes in version 231:
    
    * Improve "[X] may produce better output" messages. Based on a patch by
      Helmut Grohne. (Closes: #1026982)
    
    Changes in version 230:
    
    [ Chris Lamb ]
    * Fix compatibility with file(1) version 5.43; thanks, Christoph Biedl.
    
    [ Jelle van der Waa ]
    * Support Berkeley DB version 6.
    khorben committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    910bf5a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f23d61 View commit details
    Browse the repository at this point in the history
  12. lang/php81: update to 8.1.14

    PHP 8.1.14 (2023-01-05)
    
    - Core:
      . Fixed bug GH-9905 (constant() behaves inconsistent when class is undefined).
        (cmb)
      . Fixed bug GH-9918 (License information for xxHash is not included in
        README.REDIST.BINS file). (Akama Hitoshi)
      . Fixed bug GH-9650 (Can't initialize heap: [0x000001e7]). (Michael Voříšek)
      . Fixed potentially undefined behavior in Windows ftok(3) emulation. (cmb)
    
    - Date:
      . Fixed bug GH-9699 (DateTimeImmutable::diff differences in 8.1.10 onwards -
        timezone related). (Derick)
      . Fixed bug GH-9700 (DateTime::createFromFormat: Parsing TZID string is too
        greedy). (Derick)
      . Fixed bug GH-9866 (Time zone bug with \DateTimeInterface::diff()). (Derick)
      . Fixed bug GH-9880 (DateTime diff returns wrong sign on day count when using
        a timezone). (Derick)
    
    - FPM:
      . Fixed bug GH-9959 (Solaris port event mechanism is still broken after bug
        #66694). (Petr Sumbera)
      . Fixed bug #68207 (Setting fastcgi.error_header can result in a WARNING).
        (Jakub Zelenka)
      . Fixed bug GH-8517 (Random crash of FPM master process in
        fpm_stdio_child_said). (Jakub Zelenka)
    
    - MBString:
      . Fixed bug GH-9535 (The behavior of mb_strcut in mbstring has been changed in
        PHP8.1). (Nathan Freeman)
    
    - Opcache:
      . Fixed bug GH-9968 (Segmentation Fault during OPCache Preload).
        (Arnaud, michdingpayc)
    
    - OpenSSL:
      . Fixed bug GH-9064 (PHP fails to build if openssl was built with --no-ec).
        (Jakub Zelenka)
      . Fixed bug GH-10000 (OpenSSL test failures when OpenSSL compiled with
        no-dsa). (Jakub Zelenka)
    
    - Pcntl:
      . Fixed bug GH-9298 (Signal handler called after rshutdown leads to crash).
        (Erki Aring)
    
    - PDO_Firebird:
      . Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird).
        (cmb)
    
    - PDO/SQLite:
      . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
        (cmb)
    
    - Session:
      . Fixed GH-9932 (session name silently fails with . and [). (David Carlier)
    
    - SPL:
      . Fixed GH-9883 (SplFileObject::__toString() reads next line). (Girgias)
      . Fixed GH-10011 (Trampoline autoloader will get reregistered and cannot be
        unregistered). (Girgias)
    
    - SQLite3:
      . Fixed bug #81742 (open_basedir bypass in SQLite3 by using file URI). (cmb)
    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    2362b85 View commit details
    Browse the repository at this point in the history
  13. doc: Updated lang/php81 to 8.1.14

    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    22bbb06 View commit details
    Browse the repository at this point in the history
  14. lang/php82: update to 8.2.1

    PHP 8.2.1 (2023-01-05)
    
    - Core:
      . Fixed bug GH-9905 (constant() behaves inconsistent when class is undefined).
        (cmb)
      . Fixed bug GH-9918 (License information for xxHash is not included in
        README.REDIST.BINS file). (Akama Hitoshi)
      . Fixed bug GH-9890 (OpenSSL legacy providers not available on Windows). (cmb)
      . Fixed bug GH-9650 (Can't initialize heap: [0x000001e7]). (Michael Voříšek)
      . Fixed potentially undefined behavior in Windows ftok(3) emulation. (cmb)
      . Fixed GH-9769 (Misleading error message for unpacking of objects). (jhdxr)
    
    - Apache:
      . Fixed bug GH-9949 (Partial content on incomplete POST request). (cmb)
    
    - FPM:
      . Fixed bug GH-9959 (Solaris port event mechanism is still broken after bug
        #66694). (Petr Sumbera)
      . Fixed bug #68207 (Setting fastcgi.error_header can result in a WARNING).
        (Jakub Zelenka)
      . Fixed bug #80669 (FPM numeric user fails to set groups). (Jakub Zelenka)
      . Fixed bug GH-8517 (Random crash of FPM master process in
        fpm_stdio_child_said). (Jakub Zelenka)
    
    - Imap:
      . Fixed bug GH-10051 (IMAP: there's no way to check if a IMAP\Connection is
        still open). (Girgias)
    
    - MBString:
      . Fixed bug GH-9535 (The behavior of mb_strcut in mbstring has been changed in
        PHP8.1). (Nathan Freeman)
    
    - Opcache:
      . Fixed bug GH-9968 (Segmentation Fault during OPCache Preload).
        (Arnaud, michdingpayc)
    
    - OpenSSL:
      . Fixed bug GH-9997 (OpenSSL engine clean up segfault). (Jakub Zelenka)
      . Fixed bug GH-9064 (PHP fails to build if openssl was built with --no-ec).
        (Jakub Zelenka)
      . Fixed bug GH-10000 (OpenSSL test failures when OpenSSL compiled with
        no-dsa). (Jakub Zelenka)
    
    - Pcntl:
      . Fixed bug GH-9298 (Signal handler called after rshutdown leads to crash).
        (Erki Aring)
    
    - PDO_Firebird:
      . Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird).
        (cmb)
    
    - PDO/SQLite:
      . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
        (cmb)
    
    - Session:
      . Fixed GH-9932 (session name silently fails with . and [). (David Carlier)
    
    - SPL:
      . Fixed GH-9883 (SplFileObject::__toString() reads next line). (Girgias)
      . Fixed GH-10011 (Trampoline autoloader will get reregistered and cannot be
        unregistered). (Girgias)
    
    - SQLite3:
      . Fixed bug #81742 (open_basedir bypass in SQLite3 by using file URI). (cmb)
    
    - TSRM:
      . Fixed Windows shmget() wrt. IPC_PRIVATE. (Tyson Andre)
    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    e9abb2f View commit details
    Browse the repository at this point in the history
  15. doc: Updated lang/php82 to 8.2.1

    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    9d31e00 View commit details
    Browse the repository at this point in the history
  16. lang/php80: update to 8.0.27

    (2023-01-05)
    
    - PDO/SQLite:
      . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
        (cmb)
    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    b4bfa4d View commit details
    Browse the repository at this point in the history
  17. doc: Updated lang/php80 to 8.0.27

    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    e752c7a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    478fb63 View commit details
    Browse the repository at this point in the history
  19. swirc: update to 3.3.9.

    ## [3.3.9] - 2023-01-07 ##
    - **Added** micro optimizations
    - **Added** rules for nickname highlighting
    - **Added** SASL auth mechanism: **external**
    - **Added** support for the **GNU Hurd OS**
    - **Added** tab completion for:
      - `/connect`
      - `/time`
      - `/version`
    - **Added** the following commands:
      - `/qbot`
      - `/stats`
    - **Added** the following config options:
      - `cmd_type_prot` (bool)
      - `ctcp_reply` (bool)
      - `qbot_host` (string)
      - `sasl_x509` (string)
    - **Improved** tab completion for:
      - `/msg`
      - `/notice`
      - `/whois`
    
    ### Linux ###
    - **Fixed** building on riscv64. Contributed by
      [Eric Long](https://github.com/hack3ric) - thanks!
    fcambus committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    31f21a8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4b5fa9e View commit details
    Browse the repository at this point in the history
  21. pax-utils: update to 1.3.6.

    ChangeLog:
    
    - man: reorder xmlto arguments
    - lddtree: update CrOS copyright line
    - lddtree: sort imports
    - lddtree: specify utf-8 encoding with text files
    - lddtree: Add logging for ELFParseError
    - lddtree: switch to f-strings in most places
    - lddtree: add typing info to more places
    - lddtree: simplify join logic
    - lddtree: avoid shadowing function args
    - lddtree: reformat with black
    - pylint: reformat with black
    - meson: include generated man pages in dist tarballs
    fcambus committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    f6b3bb2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    81de98a View commit details
    Browse the repository at this point in the history
  23. py-cython: updated to 0.29.33

    0.29.33 (2023-01-06)
    ====================
    
    Features added
    --------------
    
    * The ``cythonize`` and ``cython`` commands have a new option ``-M`` / ``--depfile``
      to generate ``.dep`` dependency files for the compilation unit.  This can be used
      by external build tools to track these dependencies.
      The ``cythonize`` option was already available in Cython :ref:`0.29.27`.
      Patches by Evgeni Burovski and Eli Schwartz.  (Github issue :issue:`1214`)
    
    Bugs fixed
    ----------
    
    * ``const`` fused types could not be used with memory views.
      Patch by Thomas Vincent.  (Github issue :issue:`1772`)
    
    * ``wstr`` usage was removed in Python 3.12 and later (PEP-623).
      (Github issue :issue:`5145`)
    
    * A type check assertion for Cython functions failed in debug Python builds.
      (Github issue :issue:`5031`)
    
    * Fixed various compiler warnings.
      Patches by Lisandro Dalcin et al.  (Github issues :issue:`4948`, :issue:`5086`)
    
    * Fixed error when calculating complex powers of negative numbers.
      (Github issue :issue:`5014`)
    
    * Corrected a small mis-formatting of exception messages on Python 2.
      (Github issue :issue:`5018`)
    
    * The ``PyUnicode_AsUTF8AndSize()`` C-API function was missing from the CPython declarations.
      (Github issue :issue:`5163`)
    
    * A performance problem in the compiler was resolved when nesting conditional expressions.
      (Github issue :issue:`5197`)
    
    * Test suite problems with recent NumPy and CPython versions were resolved.
      (Github issues :issue:`5183`, :issue:`5190`)
    
    Other changes
    -------------
    
    * The undocumented, untested and apparently useless syntax
      ``from somemodule cimport class/struct/union somename`` was deprecated
      in anticipation of its removal in Cython 3.  The type
      modifier is not needed here and a plain ``cimport`` of the name will do.
      (Github issue :issue:`4905`)
    
    * Properly disable generation of descriptor docstrings on PyPy since they cause crashes.
      It was previously disabled, but only accidentally via a typo.
      Patch by Matti Picus.  (Github issue :issue:`5083`)
    
    * The ``cpow`` directive of Cython 3.0 is available as a no-op.
      (Github issue :issue:`5016`)
    adam committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    a35ac93 View commit details
    Browse the repository at this point in the history
  24. py-isort: updated to 5.11.4

    5.11.4 December 21 2022
    
    - Fixed 2038 (again): stop installing documentation files to top-level site-packages
    - CI: only run release workflows for upstream
    - Tests: remove obsolete toml import from the test suite
    - CI: bump Poetry 1.3.1
    adam committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    f43b36e View commit details
    Browse the repository at this point in the history
  25. Updated devel/py-cython, devel/py-isort

    adam committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    be6dac6 View commit details
    Browse the repository at this point in the history
  26. gopls: update to 0.11.0

    gopls/v0.11.0
    
    This is a small release containing new integrations of vulnerability analysis.
    
    Vulnerability analysis for go.mod files can be enabled by configuring the
    "vulncheck" setting to "Imports". For more information on vulnerability
    management, see the Vulnerability Management for Go blog post.
    
    Support changes
    
    This release removes support for the "experimentalUseInvalidMetadata" setting,
    as described in the v0.10.0 release. Other settings slated for deprecation in
    that release remain temporarily supported, but will be removed in v0.12.0.
    
    New Features
    
    - Analyzing dependencies for vulnerabilities
    - Additional checks for the loopclosure analyzer
    
    gopls/v0.10.0
    
    This release contains initial support for standalone packages and package
    renaming. Please see below for more details.
    
    We are also changing our release policy to better align with semver.
    
    Support changes
    
    This version of gopls contains changes to our release policy, deprecates
    support for some older Go versions, and deprecates support for several
    experimental features.
    
    New release policy
    
    As described in golang/go#55267, we are tightening our release policy to better
    follow semver, increase stability, and reduce release-related toil. Significant
    new features will only be introduced in *.*.0 patch versions, and subsequent
    patch releases will consist only of bugfixes. For example, this version
    (v0.10.0) introduces several new features, described below. Subsequent v0.10.*
    releases will contain only bugfixes.
    
    Final support for Go 1.13-1.15
    
    Consistent with the above release policy and our stated support window, the
    v0.10.* minor version will be the final set of releases to support being used
    with Go 1.13-1.15. See golang/go#52982 for details.
    
    Gopls will pop up a warning if it resolves a version of the go command that is
    older than 1.16. Starting with gopls@v0.11.0, gopls will cease to function when
    used with a go command with a version older than 1.16.
    
    Deprecated experimental features
    
    The following experimental features are deprecated, and will be removed in
    gopls@v0.11.0:
    
      * experimentalWorkspaceModule (golang/go#52897): this feature has been
        replaced by go.work files. See our documentation for information on how to
        use go.work files to work on multiple modules.
      * experimentalWatchedFileDelay (golang/go#55268): LSP clients should instead
        be responsible for buffering workspace/didChangeWatchedFiles notifications.
      * experimentalUseInvalidMetadata (golang/go#54180): we are going to focus
        instead on improving diagnostics for broken workspaces.
    
    New Features
    
    Support for "standalone packages"
    
    Gopls now recognizes certain files as "standalone main packages", meaning they
    should be interpreted as main packages consisting of a single file. To do this,
    gopls looks for packages named main containing a single build constraint that
    matches one of the tags configured by the new standaloneTags setting.
    bsiegert committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    9f0827d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    afb69f1 View commit details
    Browse the repository at this point in the history
  28. www/ruby-faraday-multipart: add package version 1.0.4

    Required by newer ruby-faraday package.
    
    Faraday Multipart
    
    The Multipart middleware converts a Faraday::Request#body Hash of
    key/value pairs into a multipart form request, but only under these
    conditions:
    
    * The request's Content-Type is "multipart/form-data"
    * Content-Type is unspecified, AND one of the values in the Body responds to
      #content_type.
    
    Faraday contains a couple helper classes for multipart values:
    
    * Faraday::Multipart::FilePart wraps binary file data with a Content-Type.
      The file data can be specified with a String path to a local file, or an
      IO object.
    
    * Faraday::Multipart::ParamPart wraps a String value with a Content-Type,
      and optionally a Content-ID.
    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    0868dd9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a8b1fad View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    44b4e9c View commit details
    Browse the repository at this point in the history
  31. www/ruby-faraday-retry: add package version 1.0.3

    Required by newer ruby-faraday package.
    
    Faraday Retry
    
    The Retry middleware automatically retries requests that fail due to
    intermittent client or server errors (such as network hiccups).
    
    By default, it retries 2 times and handles only timeout exceptions.
    
    It can be configured with an arbitrary number of retries, a list of
    exceptions to handle, a retry interval, a percentage of randomness to add to
    the retry interval, and a backoff factor.
    
    The middleware can also handle the Retry-After header automatically when
    configured with the right status codes (see below for an example).
    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    081a200 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    24bcf62 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d19d5ed View commit details
    Browse the repository at this point in the history
  34. www/ruby-faraday: update to 1.10.2

    1.10.2 (2022-08-23)
    
    What's Changed
    
    * Deprecate three methods for version 2.0 by @hyuraku in #1446
    
    1.10.1 (2022-08-07)
    
    What's Changed
    
    * add Faraday#Deprecate to 1.x by @hyuraku in #1438
    
    New Contributors
    
    * @hyuraku made their first contribution in #1438
    
    1.10.0 (2022-02-16)
    
    What's Changed
    
    * Add JSON middleware by @iMacTia in #1400
    
    1.9.3 (2022-01-06)
    
    * Re-add support for Ruby 2.4+ by @iMacTia in #1371
    
    1.9.2 (2022-01-06)
    
    * Add alias with legacy name to gemified middleware by @iMacTia in #1372
    
    1.9.1 (2022-01-06)
    
    * Update adapter dependencies in Gemspec by @iMacTia in #1370
    
    1.9.0 (2022-01-06)
    
    * Use external multipart and retry middleware by @iMacTia in #1367
    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    bbefba9 View commit details
    Browse the repository at this point in the history
  35. doc: Updated www/ruby-faraday to 1.10.2

    taca committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    b3b5168 View commit details
    Browse the repository at this point in the history
  36. sysutils/ups-nut: Rototill rc.d scripts

      - Fix strange sh style: don't have then on a new line
      - Ensure main daemons started before SERVERS
      - Slot upsmon after SERVERS and before LOGIN
      - Rewrite upsdriver instructions to make upsdrvctl the standard approach
      - Drop compat for ancient (<1.6) NetBSD
    gdt committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    926ae23 View commit details
    Browse the repository at this point in the history
  37. jack: fix build on NetBSD with binutils 2.39

    Clean some pkglint while here
    0-wiz-0 committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    d58fc5a View commit details
    Browse the repository at this point in the history
  38. asterisk16: -n option is no longer accepted for shell scripting

    Fix rc.d script to exclude -n options.
    Bump PKGREVISION.
    ryoon committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    8cb6d4f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5771f39 View commit details
    Browse the repository at this point in the history
  40. jack: Update to 1.9.21

    upstream changes:
    -----------------
    1.9.21 Latest
    =============
      o Add shell mode to jack_control (executes commands from stdin until EOF)
      o The waf autooption --example-tools introduced in 1.9.20 is now off by
        default,
      o To get the previous behavior back pass --example-tools during build.
      o This flag (and the related tools and their code) are going to be removed in
        the next release.
      o Fix alignas() on non-packed architectures
      o Fix build of jack-example-tools man pages (1.9.20 regression)
      o Fix compatibility with macOS 12
      o Fix missing symbols from jack client library (error and info callback
        pointers)
      o Fix potential memory corruption in midi_latency_test tool
      o Fix JackWeakAPI on Windows
      o Use predefined variables in pkg-config file (required for mingw)
    External changes, related to macOS/Windows installer:
      o Fix application style in QJackCtl (qwindowsvistastyle.dll was missing)
      o Update QjackCtl used in macOS/Windows installers to 0.9.7
    
    1.9.20
    ======
      o Add waf autooption --example-tools to allow optional build of executables,
        libraries and man pages provided by jack-example-tools (the files are built
        by default).
      o Building and installing the additional files can be disabled by using
        --example-tools=no or --no-example-tools.
      o Fix 32-bit support in ALSA driver
      o Fix incomplete ASIO support on Windows
      o Fix metadata usage with multiple users
      o Fix netsource tool missing on Windows
      o Fix semaphore usage on macOS
      o Official FreeBSD support
    External changes, related to macOS/Windows installer:
      o Update Qt5 used in macOS/Windows installers to 5.12.12
      o Update QjackCtl used in macOS/Windows installers to 0.9.6
    triaxx committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    61165c8 View commit details
    Browse the repository at this point in the history
  41. doc: Updated audio/jack to 1.9.21

    triaxx committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    d1c3502 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    4e1b76f View commit details
    Browse the repository at this point in the history
  43. firefox: Update to 108.0.1

    * Use devel/py-curses during build to avoid errors from Python 3.10.
    * uniffi-js defines amd64 specific symbols. I have added a hack for i386.
      If you build www/firefox under NetBSD/aarch64, you will get 'undefined
      reference' error during linking libxul.so. Please send your error messages
      to me. I will try to fix link breakage.
    * Disable Web MIDI explicitly, it causes runtime segfault under NetBSD.
    
    Changelog:
    108.0.1
    Fixed
      * Fixes a crash for some users on Mac OS X 10.12-10.14 during video playback
        (bug 1806391).
      * Fixes a crash that might occur when managing browser history (bug 1806408).
    
    Changed
      * The "Tabs sharing devices" menu item for WebRTC is now located in the tools
        menu on macOS only (bug 1807697).
    
    
    108.0.1
    Fixed
      * Fixes the default search engine being reset on upgrade for profiles which
        were previously copied from a different location.
    
    108.0
    New
      * Import maps, which allow web pages to control the behavior of JavaScript
        imports, are now enabled by default.
    
      * Processes used for background tabs now use efficiency mode on Windows 11 to
        limit resource use.
    
      * The shift+esc keyboard shortcut now opens the Process Manager, offering a
        way to quickly identify processes that are using too many resources.
    
      * Improved frame scheduling when under load; this substantially improves
        Firefox's MotionMark scores.
    
    
    Fixed
      * Firefox now supports properly color correcting images tagged with ICCv4
        profiles.
    
      * Support for non-English characters when saving and printing PDF forms.
    
      * The bookmarks toolbar's default "Only show on New Tab" state works
        correctly for blank new tabs. As before, you can change the bookmark
        toolbar's behavior using the toolbar context menu.
    
      * Various security fixes.
    
    Changed
      * Firefox now supports the WebMIDI API and a new experimental mechanism for
        controlling access to dangerous capabilities.
    
    Security fixes:
    #CVE-2022-46871: libusrsctp library out of date
    #CVE-2022-46872: Arbitrary file read from a compromised content process
    #CVE-2022-46873: Firefox did not implement the CSP directive unsafe-hashes
    #CVE-2022-46874: Drag and Dropped Filenames could have been truncated to
     malicious extensions
    #CVE-2022-46875: Download Protections were bypassed by .atloc and .ftploc files
     on Mac OS
    #CVE-2022-46877: Fullscreen notification bypass
    #CVE-2022-46878: Memory safety bugs fixed in Firefox 108 and Firefox ESR 102.6
    #CVE-2022-46879: Memory safety bugs fixed in Firefox 108
    ryoon committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    13c3ef4 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8b6fd8a View commit details
    Browse the repository at this point in the history
  45. firefox-l10n: Update to 108.0.1

    * Sync with www/firefox-108.0.1.
    ryoon committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    d8ae50c View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    7e10e38 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Update to 3.80

    Upstream changes:
    3.80      2022-11-01
      * Fix compatibility with ancient perl by avoiding index in test (GH#33)
        (Graham Knop)
    
    3.79      2022-10-12
      * Modernise XS (GH#32) (James Raspass)
      * Skip threads on older perl versions, as they often segfault (GH#31) (Graham
      * Knop)
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    8d6396d View commit details
    Browse the repository at this point in the history
  2. Updated www/p5-HTML-Parser to 3.80

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    15964fd View commit details
    Browse the repository at this point in the history
  3. Update to 3.0.1

    Upstream changes:
    v3.0.1    2022-09-22 22:27:40Z
            - Add a filter_text attribute. This can be used to disable text
              encoding. (GH#44) (ccottingham-presinet)
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    3b17279 View commit details
    Browse the repository at this point in the history
  4. Updated www/p5-HTML-Restrict to 3.0.1

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    ca0e08a View commit details
    Browse the repository at this point in the history
  5. Update to 6.44

    Upstream changes:
    6.44      2022-10-26 20:49:00Z
        - Made the Clone module a hard requirement, so we don't have to
          provide a fallback function for HTTP::Headers::clone().
          We require at least Clone 0.46, as that release now supports
          Perl back to 5.8.1, just like us. (GH#184) (Neil Bowers)
        - Import clone from Clone rather than inheriting (GH#189) (Graham Knop)
        - Made the Compress::Raw::Zlib 2.062 module minimal required
          version. (GH#190) (Jakub 'q84fh' Skory)
    
    6.43      2022-10-22 14:50:35Z
        - Remove dependency to IO::Uncompress::Bunzip2. (Michal Josef Spacek)
        - Remove dependency to IO::Uncompress::Gunzip. (Michal Josef Spacek)
    
    6.42      2022-10-18 13:53:22Z
        - We now don't consider the Content-Location header when asked
          for the base URI. RFC 7231 says we shouldn't. (GH#51) (Neil Bowers)
        - Increased the (max) buffer size for read() when processing form data,
          from 2048 to 8192. This was suggested in RT#105184, as it improved
          performance for them. (GH#59) (Neil Bowers)
    
    6.41      2022-10-12 15:57:40Z
        - Add maximum size for HTTP::Message->decoded_content
          This can be used to limit the size of a decompressed HTTP response,
          especially when making requests to untrusted or user-specified servers.
          The $HTTP::Message::MAXIMUM_BODY_SIZE variable and the ->max_body_size
          accessor can set this limit. (GH#181) (Max Maischein)
    
    6.40      2022-10-12 15:45:52Z
        - Fixed two typos in the doc, originally reported by FatherC
          in RT#90716, ported over as GH#57. (GH#57) (Neil Bowers)
    
    6.39      2022-10-08 13:48:26Z
        - Remove Travis config (GH#180) (Olaf Alders)
        - Added status_constant_name() which maps status code
          to the name of the corresponding constant. (GH#160) (Neil Bowers)
        - Updated the doc for status_message() to clarify that it
          returns "Not Found" and not "HTTP_NOT_FOUND". (GH#160) (Neil Bowers)
    
    6.38      2022-10-06 21:48:18Z
        - Replace "base" with "parent" (GH#176) (James Raspass)
        - Replace "print" with "note" in tests (GH#178) (James Raspass)
        - Noted that OPTIONS supported was added in 6.1, to the doc
          for HTTP::Request::Common. Addresses GH#177. (GH#179) (Neil Bowers)
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    32f5c29 View commit details
    Browse the repository at this point in the history
  6. Updated www/p5-HTTP-Message to 6.44

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    88cf70f View commit details
    Browse the repository at this point in the history
  7. Update to 1.204

    Upstream changes:
    1.204     2023-01-07 18:01:37-05:00 America/New_York
            - restore v5.12 compatibility (see commit 66b79eb for the amusing
              anecdote)
    
    1.203     2023-01-07 11:38:14-05:00 America/New_York
            - try to avoid clobbering global error variables when loading test
              libraries (thanks, Felipe Gasper)
            - hash_each now enumates keys in sort() order, to make errors more
              consistent
    
    1.202     2023-01-04 20:40:46-05:00 America/New_York
            - no changes since trial releases
            - Test::Deep now requires perl v5.12.
    
    1.201     2023-01-03 19:28:05-05:00 America/New_York (TRIAL RELEASE)
            - correct Changes entry about which version version of perl is required
    
    1.200     2023-01-02 16:55:10-05:00 America/New_York (TRIAL RELEASE)
            - converted to Dist::Zilla
            - Test::Deep will now require v5.12, and this may go up.  This change
              allows simplification of the Makefile.PL, which was coping with a
              mistake made twelve years ago
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    e2cdffd View commit details
    Browse the repository at this point in the history
  8. Updated devel/p5-Test-Deep to 1.204

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    43f9b06 View commit details
    Browse the repository at this point in the history
  9. Update to 1.148

    Update DEPENDS
    
    Upstream changes:
    1.148 Sat Jan  7 15:20:07 CST 2023
    
        [Possible breakage]
        Removed Perl::Critic::Utils::DataConversion. Any add-on policies that used
        it will need to copy the functions from there into their own code.
    
        [Documentation]
        ProhibitCascadingIfElse no longer suggests using given/when.
    
        [Internals]
        We no longer require Test::Deep for testing.
    
        Test::Kwalitee is now only recommended, not required.
    
        Random microoptimizations, like using hashes for array contents checking,
        and using any() instead of calling grep as a boolean.
    
    
    1.146 Wed Dec 21 21:05:20 CST 2022
    
        [New features]
        ProhibitBarewordDirHandles now checks for sysopen as well as open. Thanks,
        Tadeusz Sośnierz. (GH #732)
    
        Added a Dockerfile in the extras/ directory for those who want to run P::C
        in a container. Thanks, Isaac Gittins. (GH #832)
    
        Subroutines::ProhibitBuiltinHomonyms now can take an "allows" parameter to
        specify subroutines that won't violate the policy. Thanks, UTAGAWA Kiki.
        (GH NetBSD#14, #932)
    
        ProhibitStringyEval now allows package declarations in evals when
        allow_includes = true. This is a common way packages are declared.
        Thanks, Chris Novakovic. (GH #908)
    
        [Bug Fixes]
        Fixed some problems with how Perl::Critic determined scope. Thanks, Tom
        Wyant. (GH #793)
    
        Fixed improper violation for lexical subroutines in
        Subroutines::ProhibitBuiltinHomonyms. Thanks, TOYAMA Nao. (GH #973, #955,
        #546)
    
        ValuesAndExpressions::RequireNumberSeparators no longer complains if your
        version numbers do not have number separators in them. Thanks, Tom Wyant.
        (GH #856, #904)
    
        Fixed a false positive with split() in ProhibitUnusedCapture. Thanks, Tom
        Wyant. (GH #888)
    
        [Internals]
        We no longer use or need IO::String. Thanks, Graham Knop. (GH #997)
    
        Removed requirements and mentions of modules no longer used:
        * Fatal
        * IO::String
        * IPC::Open2
        * Pod::Parser
        * Task::Weaken
    
    
    1.144 Mon Dec  5 09:44:04 PM CST 2022
    
        Perl::Critic now requires Perl 5.10.1.
    
        [New features]
        The ProhibitAugmentedAssignmentInDeclaration policy now allows augmented
        assignments to "our" variables, if the allow_our option is enabled.
        Thanks, Graham Knop. (GH #993)
    
        ProhibitExplicitISA now recommends "use parent" instead of "use base".
        (GH #987)
    
        RequireUseWarnings now recognizes that "use v5.36" implies warnings.
        Thanks, Andrew Grechkin. (GH #984)
    
        Subroutines::ProhibitNestedSubs now allows lexical subroutines can
        now be inside of other subroutines. Thanks, TOYAMA Nao. (GH #946,
        #971, #972)
    
        RequireUseStrict now knows that Test::Spec enables it. (GH #906)
    
        ProhibitUnusedCapture now understands @{^CAPTURE} and %{^CAPTURE_ALL} that
        were added in Perl 5.26.0. Thanks, Tom Wyant. (GH #778)
    
        Allow numeric operators on special number strings 'NaN' and 'inf'. Thanks,
        Omer Gazit. (GH #803)
    
        [Fixes]
        Miscellanea::ProhibitUselessNoCritic no longer filters out errors about
        itself, just as Miscellanea::ProhibitUnrestrictedNoCritic cannot. Thanks,
        Bernhard Schmalhofer. (GH #939)
    
        Fixed GH #878: bareword filehandle dies on `open(CHECK, '/foo');`. Thanks,
        Tom Wyant.
    
        [Internals]
        Updated to using Perl 5.10.1. Starting migrating to Perl 5.10-isms like
        defined-or. Thanks, James Raspass.
    
        [Documentation]
        Updated some outdated docs in Perl::Critic::Utils. Thanks, Slaven Rezić.
        (GH #951)
    
    
    1.142 Mon Nov 28 08:12:14 PM CST 2022
    
        This is the last version of Perl::Critic that will run on Perl 5.6.1.  The
        next release will require Perl 5.10.1.
    
        [New Features]
        Add new policy InputOutput::ProhibitBarewordDirHandles, comparable to
        ProhibitBarewordFilehanles.  Thanks, raf. (GH #912)
    
        References::ProhibitDoubleSigils policy now allows for Perl's
        postfix dereference syntax and does not report a policy violation.
        Thanks to Ilya Rassadin (GH #578)
    
        Added Test::Class::Moose and MooseX::MethodAttributes::Role to the
        list of modules that are equivalent to "use strict".  (GH #808, GH #886)
    
        Subroutines::RequireArgUnpacking now detects anonymous subroutines with
        attributes, prototypes or signatures.  Thanks, Tom Wyant. (GH #684)
    
        ProhibitVoidMap and ProhibitVoidGrep now detect void context inside subs,
        such as:
    
            sub { map { foo($_) } @list; return }
    
        Thanks, James Raspass. (GH #905)
    
        RequireArgUnpacking now allows a closure to be recognized as a way that
        subroutine arguments can be unpacked.  This is specified with an optional
        allow_closures configuration option.  Thanks, Tom Wyant. (GH #737)
    
        ProhibitTwoArgOpen now disallows one-arg opens as well. Also, it
        no longer allows two-arg opening of STDIN/STDOUT/STDERR.  Thanks,
        Dan Book. (GH #652, #653)
    
        [Fixes]
        ProhibitLeadingZeros would not handle sysopen and lexical variables
        correctly. This has been fixed. Thanks, Tom Wyant. (GH #789)
    
        [Documentation]
        We note that the any() function is available in both List::MoreUtils and
        List::SomeUtils.
    
        Added instructions to perlcritic on how to integrate with Visual Studio
        Code.  Thanks, sigzero.
    
        [Internals]
        Switch to using List::SomeUtils instead of List::MoreUtils.
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    fa73dc6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9532e71 View commit details
    Browse the repository at this point in the history
  11. Updated devel/p5-Perl-Critic to 1.148

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    9aaa38b View commit details
    Browse the repository at this point in the history
  12. Update to 2.005005

    Upstream changes:
    2.005005 - 2023-01-05
      - drop dependency on Test::Fatal
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    06077b8 View commit details
    Browse the repository at this point in the history
  13. Updated devel/p5-Moo to 2.005005

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    9fbe864 View commit details
    Browse the repository at this point in the history
  14. Update to 1.001

    Upstream changes:
    Changes for version 1.001 - 2022-12-31
    typo fix (thanks, Robert Rothenberg!)
    update metadata just a little
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    c28da1f View commit details
    Browse the repository at this point in the history
  15. Updated devel/p5-Throwable to 1.001

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    3482d9f View commit details
    Browse the repository at this point in the history
  16. Update to 0.025

    Upstream changes:
    0.025   2022-10-19
     [ Bug Fixes ]
     - Fix issues building on Debian.
     - The `amagic_deref_call` macro is not available in older Perl, so use
       `amagic_call` instead.
    
    0.024   2022-10-19
     [ Bug Fixes ]
     - Fix the files in ./fallback
     - Properly handle deep magic (in particular: overloaded objects returning
       references to tied arrays/hashes) in parameterized versions of ArrayLike
       and HashLike.
     [ Other ]
     - Updated: Update bundled ppport.h
    
    0.023   2022-10-18
     [ Test Suite ]
     - Improved tests for ScalarRef.
     [ Other ]
     - Added: Parameterized versions of ArrayLike and HashLike.
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    5bcdd0a View commit details
    Browse the repository at this point in the history
  17. Updated devel/p5-Type-Tiny-XS to 0.025

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    601a2bd View commit details
    Browse the repository at this point in the history
  18. Update to 0.63

    Upstream changes:
    0.63    2022-09-20 21:45 UTC
            This is a maintenance release. The code contains no functional change.
            Satisfied users of version 0.62 can skip this update.
            + Fix : [RT #144052] : Add support for 5.37.3s PADSV_STORE optimization
                    B.pm-related tests have been taught about this new thing.
                    Thanks Richard Leach for contributing a patch.
            + Upd : Contact info.
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    259976a View commit details
    Browse the repository at this point in the history
  19. Updated devel/p5-Variable-Magic to 0.63

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    290c5f8 View commit details
    Browse the repository at this point in the history
  20. Update to 0.144

    Upstream changes:
    0.144     2022-12-01 11:36:19-05:00 America/New_York
    
        - No changes from 0.143-TRIAL
    
    0.143     2022-11-26 17:46:59-05:00 America/New_York (TRIAL RELEASE)
    
        [Testing]
    
        - Fixed tilde expansion tests where ~root expands to '/'.
    
    0.142     2022-11-09 07:06:36-05:00 America/New_York
    
        No changes from 0.141; all changes since last stable release are summarized below.
    
        [*** DEPRECATIONS ***]
    
        - Tilde expansion is deprecated due to inconsistent and bug-prone behavior.
    
        [Bug fixes]
    
        - Prevent expansion of tildes that are not the very first character (e.g.
          "./~foo"). Prevent unintentional tilde expansion during internal path
          processing. Escape non-tilde glob characters before tilde expansion.
    
        - Fixed spew/edit to a long filename approaching the filesystem length
          limit.
    
        - Internal calls to `print` are checked for possible errors.
    
        - Internal read calls are checked for errors.
    
        [Changes]
    
        - Path stringification now adds "./" in front of paths starting with literal tilde
          so they will round-trip.  FREEZE updated to use this stringification rule as well.
    
        - `move` now uses File::Copy::move internally instead of the built-in `rename`,
          allowing it to work across filesystems.  It also returns an object for the
          moved location, allowing chaining.
    
        - edit_lines_raw now uses a buffered raw I/O layer. edit_lines_utf8 now
          prefers PerlIO::utf8_strict, if available.
    
        - lines_utf8 now consistently uses a buffered I/O layer.
    
        - open*_utf8 now prefers PerlIO::utf8_strict, if available.
    
        - slurp_utf8 now consistently uses an unbuffered I/O layer.
    
        [Documented]
    
        - Changed all raw/UTF-8 layer descriptions in method documentation to match
          the code.
    
        - Fixed SYNOPSIS syntax.
    
        - Documented how to disable TMPDIR when making temp files/dirs.
    
        [Testing]
    
        - Add additional tilde stringification testing.
    
        - Fixed tilde expansion tests on Windows.
    
        - Skip a problematic test case on cygwin.
    
    0.141     2022-11-07 12:47:25-05:00 America/New_York (TRIAL RELEASE)
    
        [Testing]
    
        - Add additional tilde expansion tests
    
    0.139     2022-11-03 15:44:46-04:00 America/New_York (TRIAL RELEASE)
    
        [Testing]
    
        - Skip a problematic test case on cygwin
    
    0.137     2022-11-02 09:50:26-04:00 America/New_York (TRIAL RELEASE)
    
        [Testing]
    
        - Add additional tilde stringification testing.
    
    0.135     2022-11-01 22:27:21-04:00 America/New_York (TRIAL RELEASE)
    
        [Testing]
    
        - Fixed additional issues with tilde expansion tests on Windows for testers
          with lowercase drive letters in their userprofile.
    
    0.133     2022-10-31 23:55:01-04:00 America/New_York (TRIAL RELEASE)
    
        [Bug fixes]
    
        - Path stringification now adds "./" in front of paths starting with literal tilde
          so they will round-trip.  FREEZE updated to use this stringification rule as well.
    
        [Changes]
    
        - `move` now uses File::Copy::move internally instead of the built-in `rename`,
          allowing it to work across filesystems.  It also returns an object for the
          moved location, allowing chaining.
    
        [Testing]
    
        - Fixed tilde expansion tests on Windows.
    
    0.131     2022-10-31 10:42:46-04:00 America/New_York (TRIAL RELEASE)
    
        [*** DEPRECATIONS ***]
    
        - Tilde expansion is deprecated due to inconsistent and bug-prone behavior.
    
        [Bug fixes]
    
        - Fixed spew/edit to a long filename approaching the filesystem length
          limit.
    
        - Internal calls to `print` are checked for possible errors.
    
        - Internal read calls are checked for errors.
    
        - Prevent expansion of tildes that are not the very first character (e.g.
          "./~foo"). Prevent unintentional tilde expansion during internal path
          processing. Escape non-tilde glob characters before tilde expansion.
    
        [Changes]
    
        - edit_lines_raw now uses a buffered raw I/O layer. edit_lines_utf8 now
          prefers PerlIO::utf8_strict, if available.
    
        - lines_utf8 now consistently uses a buffered I/O layer.
    
        - open*_utf8 now prefers PerlIO::utf8_strict, if available.
    
        - slurp_utf8 now consistently uses an unbuffered I/O layer.
    
        [Documented]
    
        - Changed all raw/UTF-8 layer descriptions in method documentation to match
          the code.
    
        - Fixed SYNOPSIS syntax.
    
        - Documented how to disable TMPDIR when making temp files/dirs.
    
    0.130     2022-10-20 07:08:01-04:00 America/New_York
    
        [Bug fixes]
    
        - mkdir no longer fails when applied to an existing directory.
    
    0.128     2022-10-19 15:32:39-04:00 America/New_York
    
        - No changes from 0.127-TRIAL.
    
    0.127     2022-10-05 17:17:36-04:00 America/New_York (TRIAL RELEASE)
    
        [Testing]
    
        - Fixed has_same_bytes test for Windows.
    
    0.125     2022-09-30 17:08:36-04:00 America/New_York (TRIAL RELEASE)
    
        [*** DEPRECATIONS ***]
    
        - The 'mkpath' method is deprecated in favor of 'mkdir'.
    
        [Additions]
    
        - Added 'mkdir' to replace 'mkpath', but returning the path object for chaining.
    
        - Added `has_same_bytes` to efficiently compare the contents of two files.
    
        [Documentation]
    
        - Edited SYNOPSIS
    
    0.124     2022-09-02 11:06:12-04:00 America/New_York
    
        - No changes from 0.123-TRIAL.
    
    0.123     2022-08-29 11:06:49-04:00 America/New_York (TRIAL RELEASE)
    
        [Documentation]
    
        - Added link to `touchpath` in the `mkpath` docs.
    
        - Fixed example in `tempfile` docs.
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    7deeddf View commit details
    Browse the repository at this point in the history
  21. Updated filesystems/p5-Path-Tiny to 0.144

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    0c23d03 View commit details
    Browse the repository at this point in the history
  22. Update to 0.46

    Upstream changes:
    0.46 2022-10-18 20:23:00 garu
      - fix backwards compatibility with older perls (haarg)
      - bump MANIFEST to include extra tests
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    058cf52 View commit details
    Browse the repository at this point in the history
  23. Updated devel/p5-Clone to 0.46

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    a55c2ca View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    febc043 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    520daae View commit details
    Browse the repository at this point in the history
  26. sysutils/nut: Add support for turning off UPS at shutdown

    Add support for turning off the UPS as part of a shutdown caused by
    low battery.  The actual poweroff is commented out for now, pending testing.
    
    Move ups daemon startup slightly earlier in the startup sequence.
    gdt committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    fe3e7a6 View commit details
    Browse the repository at this point in the history
  27. libcarddav: disable doc option by default

    Breaks from time to time, and not worth fixing.
    
    Bump PKGREVISION.
    0-wiz-0 committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    52241be View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ef7be83 View commit details
    Browse the repository at this point in the history
  29. sysutils/ups-nut: Simplify upsdriver

    Drop option to specify driver and args manually.  upsdrvctl is now the
    only approach.
    
    (Raised to 3 usual suspects who have helped with nut, with 2
    supporting the simplification.)
    gdt committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    d0eecb1 View commit details
    Browse the repository at this point in the history
  30. Update to 4.1

    Upstream changes please visit:
    https://moodledev.io/general/releases/4.1
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    ae15fc2 View commit details
    Browse the repository at this point in the history
  31. Updated www/moodle to 4.1

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    a75c7be View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    92d261d View commit details
    Browse the repository at this point in the history
  33. Updated www/mediawiki to 1.39.1

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    7f6c849 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    9cc540c View commit details
    Browse the repository at this point in the history
  35. Update to 0.1.3

    Upstream changes:
    generics 0.1.3
    New rank_results() generic.
    generics 0.1.2
    New forecast() and accuracy() generics.
    generics 0.1.1
    New tune_args() generic.
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    42b6b73 View commit details
    Browse the repository at this point in the history
  36. Updated math/R-generics to 0.1.3

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    ed015f0 View commit details
    Browse the repository at this point in the history
  37. Update to 8.20

    Add missing DEPENDS
    
    Upstream changes:
    forecast 8.20 (2 January 2023)
    Improvements to unit tests, and migrate to testthat 3e
    Prevent failure in C23 mode
    forecast 8.19 (20 November 2022)
    Bug fixes
    forecast 8.18 (30 September 2022)
    Updated RW forecasts to use an unbiased estimate of sigma2
    Bug fixes
    forecast 8.17 (25 July 2022)
    Updated dm.test() to add alternative variance estimators. (#898)
    Added simulate.tbats() for simulating from TBATS models.
    Added dependency on generics for accuracy() and forecast() (#902)
    Bux fixes
    forecast 8.16 (10 January 2022)
    Fixed tslm() incorrectly applying Box-Cox transformations when an mts is provided to the data argument (#886).
    Set D=0 when auto.arima applied to series with 2m observations or fewer.
    Improved performance of parallel search of ARIMA models (jonlachmann, #891).
    Fixed scoping of functions used in ggAcf() (#896).
    Fixed checks on xreg in simulate.Arima() (#818)
    Improved docs and bug fixes.
    forecast 8.15 (1 June 2021)
    Changed summary() methods to defer console output until print()
    Changed default s.window values for mstl(), stlf() and stlm(). The new defaults are based on extensive empirical testing.
    forecast 8.14 (11 March 2021)
    Changed default BoxCox(lambda = "auto") lower bound to -0.9.
    Use better variance estimates for ets() bias adjustments.
    Improved robustness of autoplot.seas() for non-seasonal decomposition.
    Fixed scoping of parameters in auto.arima(parallel = TRUE) (#874).
    Fixed handling of xreg in tsCV().
    forecast 8.13 (11 September 2020)
    Fixed forecasts from Arima with drift with initial NAs.
    Fixed season colours in gglagplot() to match y-axis (original data).
    Fixed facet order for classical decomposition autoplot()
    Fixed summary() erroring for tslm() models containing NA values.
    forecast 8.12 (21 March 2020)
    Fixed bias adjusted forecast mean for ARIMA forecasts.
    Improved naming of accuracy() generic formals.
    Fix seasonal periods for taylor dataset.
    forecast 8.11 (9 February 2020)
    The axis for gglagplot() have been reversed for consistency with stats::lag.plot().
    forecast 8.10 (4 December 2019)
    Updates to remove new CRAN errors
    Bug fixes
    forecast 8.9 (22 August 2019)
    Updates for CRAN policies on Suggests packages
    Bug fixes
    forecast 8.8 (22 July 2019)
    Updates for compatibility with fable
    Bug fixes
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    9103266 View commit details
    Browse the repository at this point in the history
  38. Updated math/R-forecast to 8.20

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    2d73077 View commit details
    Browse the repository at this point in the history
  39. Update to 0.10.52

    Upstream changes:
    2022-10-07  Kurt Hornik  <Kurt.Hornik@wu.ac.at>
    
    	* DESCRIPTION: New version is 0.10-52.
    
    	* src/bdstest.c:
    	* src/garch.c:
    	Add missing prototypes.
    
    2022-05-01  Kurt Hornik  <Kurt.Hornik@wu.ac.at>
    
    	* DESCRIPTION: New version is 0.10-51.
    
    	* man/get.hist.quote.Rd: Safeguard against problems accessing the
    	Yahoo Finance web service.
    
    2022-03-28  Kurt Hornik  <Kurt.Hornik@wu.ac.at>
    
    	* DESCRIPTION: New version is 0.10-50.
    
    	* R/finance.R (get.hist.quote): Safeguard against non-unique index
    	entries.
    
    2021-11-16  Kurt Hornik  <Kurt.Hornik@wu.ac.at>
    
    	* DESCRIPTION: New version is 0.10-49.
    
    2021-11-15  Kurt Hornik  <Kurt.Hornik@wu.ac.at>
    
    	* R/garch.R:
    	Tweaks.
    
    2021-03-08  Kurt Hornik  <Kurt.Hornik@wu.ac.at>
    
    	* R/finance.R:
    	* R/test.R:
    	* man/bds.test.Rd:
    	* man/irts-functions.Rd:
    	Avoid partial matching.
    
    2020-12-04  Kurt Hornik  <Kurt.Hornik@wu.ac.at>
    
    	* DESCRIPTION: New version is 0.10-48.
    
    	* man/NelPlo.Rd: Update source info.
    
    2020-03-09  Kurt Hornik  <Kurt.Hornik@wu.ac.at>
    
    	* src/cfuncs.f90: Renamed from cfuncs.f95.
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    0048181 View commit details
    Browse the repository at this point in the history
  40. Updated finance/R-tseries to 0.10.52

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    6cf4330 View commit details
    Browse the repository at this point in the history
  41. Update to 2.65

    Upstream changes:
    2.65  - fix rt.cpan.org#132893: clarified license, now licensed
            under the Artistic License 2.0.
          - fix rt.cpan.org#139261: correctly include directories.
    
          - fix rt.cpan.org#118746: remove the comma from legal
                variable names, added mandatory start characters a-zA-Z0-9,
            added a section in the POD to clarify this.
    
              - fix rt.cpan.org#119160: fix IfDefine code. Thanks for the patch.
    
    2.64  - fix rt.cpan.org#142095: copy default hash, avoid modification.
    
          - the Catalyst folks who hosted the source of this module
            closed or moved the repository, I have not been informed and
            have therefore lost all history of the module. So I moved
            to github (https://github.com/TLINDEN/Config-General).
            Thanks for nothing, Catalyst.
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    ff40dac View commit details
    Browse the repository at this point in the history
  42. Updated devel/p5-Config-General to 2.65

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    df52b8d View commit details
    Browse the repository at this point in the history
  43. Update to 0.022

    Upstream changes:
    0.022     2022-12-31 21:03:43-05:00 America/New_York
              packaging changes only
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    a915930 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    69fb1ea View commit details
    Browse the repository at this point in the history
  45. Update to 0.028

    Upstream changes:
    0.028     2022-12-31 21:02:59-05:00 America/New_York
            - update author contact info
            - this library now requires perl v5.12
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    8487ead View commit details
    Browse the repository at this point in the history
  46. Updated devel/p5-Config-INI to 0.028

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    e6cdaa2 View commit details
    Browse the repository at this point in the history
  47. Update to 1.28

    Upstream changes:
    1.28  2022-12-21  XMATH
        - Fix compatibliity with perl 5.37.3 and later
        - Fix support for state-variables (alias state $x = ...)
        - Fix handling of negative literal array index (alias $x[-1] = ...)
    
    1.27  2022-12-02  XMATH
        - Fix tests on older perl versions
    
    1.26  2022-12-01  XMATH
        - Fix compile error when using perl 5.37.2 or later
        - Improve diagnostic output from tests
    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    6c41349 View commit details
    Browse the repository at this point in the history
  48. Updated devel/p5-Data-Alias to 1.28

    wen committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    078f667 View commit details
    Browse the repository at this point in the history
  49. Fix alpine Makefile "panic" subst on MacOS

    The alpine's Makefile has source string subtitution for `panic(` to
    `Panic(`. However, both the file name search pattern and the replacement
    string search pattern is no longer complete, causing some
    `alpine_panic()` to still exist, while the definition has changed to
    `alpine_Panic()`.
    
    This change fixes that.
    kflu committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    5b3ec16 View commit details
    Browse the repository at this point in the history