Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 17:39:36 UTC Now

2021-04-24 17:21:54 UTC MAIN commitmail json YAML

2021-04-24 17:18:03 UTC MAIN commitmail json YAML

Update to texmath-0.12.2

texmath (0.12.2)
  * MathML input: support mmultiscripts element (#158, #100).
  * Make MathML tag/attr recognition case-insensitive (#158).
  * Pandoc writer: better handling of styling such as `\mathrm` (#145).
    Previously identifiers were always italic, no matter what
    styling was applied.
  * Ignore `\tag` in TeX input (#162).
  * TeX writer: avoid unneeded `\left` and `\right` for delimited.
    We don't need `\left` and `\right` when the contents are
    "standard height."
  * TeX reader: parse implicit EDelimited sections (#172).
    We now parse `(x)` as EDelimited, even though `\right` and `\left`
    are not used.

texmath (0.12.1.1)
  * Fix compilation with GHC-9.0.1 (#169, Simon Jakobi).
    Background:
    https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.0#simplified-subsumption
  * Add eqn to online demo.
  * Improve error messages for unknown control sequences, and restructure
    tex parser to be more efficient (#167).

texmath (0.12.1)
  * OMML writer: explicitly mark symbols as non-italic (#109).
    Otherwise, for some reason, they appear as italic by default.
  * Improve error messages in reading tex arrays.
  * Improve support for `\bmod`, `\mod`, etc. (#165).
    Allow them to take complex arguments like `\left( 1 \right)`.
  * Improve support for `\genfrac` (#164).
  * Ignore `\textstyle`, `\scriptstyle`, `\scriptscriptstyle`,
    as we currently ignore `\displaystyle`.
  * Parse siunitx commands in reading tex (#157).
  * Improve handling of `\not` in reading tex (#161).
    Previously we only handled `\not` in front of certain symbols.
  * Support `\pod` and `\pmod` and clean up spacing and font for
    `\mod` and `\bmod` (#160).

texmath (0.12.0.3)
  * Allow pandoc-types 1.22.

texmath (0.12.0.2)
  * Allow pandoc-types 1.21.
  * Pandoc output: omit empty Emph for sub/superscript without base (#155).
  * tex writer: Use `\overline{\overline{B}}` instead of unicode
    double line accent (#153).

texmath (0.12.0.1)
  * OMML writer: Fix overline and accent rendering (#152).
  * OMML reader: Fix dropped arrows (#153). Add tests.

(pho)

2021-04-24 17:09:50 UTC MAIN commitmail json YAML

2021-04-24 17:07:42 UTC MAIN commitmail json YAML

2021-04-24 17:05:03 UTC MAIN commitmail json YAML

Update to pandoc-types-1.22

[1.22]

  * Deprecate isNull from Builder:  null can serve just as well (#67).
    Use null instead of isNull in Arbitrary (Christian Despres, #84).

  * Use untagged JSON encoding for single-constructor types (#75, #76,
    Christian Despres).  All of the single constructor types related
    to Table are now represented in JSON either as arrays (for
    multi-argument constructors) or as the representation of the
    inner type (for single argument constructors). This behaviour
    for newtype-defined and multi-argument non-record types is now
    consistent across the entire JSON interface, with the exception
    of Pandoc itself (which is represented as a JSON object with
    additional metadata). Multi-argument records (of which Citation
    is the only example) are still represented as objects with the
    record accessors as keys.

  * The Meta and Citation types now use derived JSON serialization (newtype
    and generic, respectively). The format remains the same as before
    (Christian Despres).

  * New serialization tests now test that Meta and the Table types are
    encoded properly in JSON (Christian Despres).

  * Use TH To/FromJSON instances (Christian Despres).

  * Remove unused Legacy modules (#80, Despres).
    They are not exported, and are not used internally.

  * Change the table builder to permit looser intermediate table heads (#77,
    Christian Despres).

    The table builder (and the normalizeTableBody function) now permit
    cells in the intermediate head of a TableBody to extend past the
    RowHeadColumns. This allows for intermediate tables to have
    subheadings that extend across the entire table.

    Formerly the table builder would treat the intermediate head like the
    intermediate body, and clip or drop cells that extended past the row
    head.

  * Update QuickCheck lower bound.

  * Fix redundant pattern match.

[1.21]

  * Add Underline constructor (#68, Vaibhav Sagar).

  * Improve table types to allow col, rowspans and more (#65, Christian
    Despres).  The additions include modification of the Block type, some
    newtypes related to tables, and changes to the table builders.  The table
    builder is now aware of the new Table constructor, and normalizes the
    input table appropriately, so that when laid onto a grid the resulting
    table has no empty spaces, overlapping cells, or cells that extend beyond
    their section boundary.

    Three properties of normalization are checked:

    - Normalization is idempotent.
    - Each row of a normalized table is an initial segment of the
      corresponding row in the unnormalized table, modulo changed cell
      dimensions, dropped cells, and padding with empty cells. This is only
      checked for the first row of the TableBody, however, due to row head
      difficulties.
    - The sum of the cell lengths in the first row of every
      normalized table section is always equal to the total table width.

    `simpleTable` has been changed so that a null header list becomes a
    TableHead with a null body, not a TableHead with a single empty row.

  * Bump QuickCheck upper bound.

  * Change lower bound for QuickCheck to 2.10 (needed for `liftShrink2`).

  * Small code quality improvements (Joseph C. Sible, #69).

  * Allow aeson 1.5 (#72, Felix Yan).

  * Fixed documentation typo (Merlin Gæ—¦ttlinger).

  * Add COMPLETE pragmas to the pattern definitions (Christian Despres).

(pho)

2021-04-24 17:00:46 UTC MAIN commitmail json YAML

2021-04-24 16:50:41 UTC MAIN commitmail json YAML

2021-04-24 16:49:17 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-cgrep to 6.6.32

(pho)

2021-04-24 16:48:46 UTC MAIN commitmail json YAML

Update to cgrep-6.6.32

No change logs are provided by the upstream.

(pho)

2021-04-24 16:44:13 UTC MAIN commitmail json YAML

2021-04-24 16:42:40 UTC MAIN commitmail json YAML

2021-04-24 16:41:17 UTC MAIN commitmail json YAML

2021-04-24 16:38:04 UTC MAIN commitmail json YAML

2021-04-24 16:34:54 UTC MAIN commitmail json YAML

2021-04-24 16:32:23 UTC MAIN commitmail json YAML

2021-04-24 16:28:50 UTC MAIN commitmail json YAML

2021-04-24 16:23:34 UTC MAIN commitmail json YAML

textproc: +hs-xml-conduit

(pho)

2021-04-24 16:23:13 UTC MAIN commitmail json YAML

2021-04-24 16:13:45 UTC MAIN commitmail json YAML

textproc: +hs-xml-types

(pho)

2021-04-24 16:13:21 UTC MAIN commitmail json YAML

2021-04-24 16:10:23 UTC MAIN commitmail json YAML

devel: +hs-conduit-extra

(pho)

2021-04-24 16:10:01 UTC MAIN commitmail json YAML

2021-04-24 16:07:47 UTC MAIN commitmail json YAML

sysutils: +hs-typed-process

(pho)

2021-04-24 16:07:13 UTC MAIN commitmail json YAML

2021-04-24 15:58:35 UTC pkgsrc-2021Q1 commitmail json YAML

Pullup ticket #6450 - requested by nia
chat/irssi: security fix

Revisions pulled up:
- chat/irssi-icb/Makefile                                      1.47
- chat/irssi-icb/distinfo                                      1.39
- chat/irssi-xmpp/Makefile                                      1.18
- chat/irssi-xmpp/distinfo                                      1.22
- chat/irssi/Makefile                                          1.101
- chat/irssi/Makefile.common                                    1.33
- chat/irssi/distinfo                                          1.53
- chat/irssi/patches/patch-src_fe-text_term-terminfo.c          deleted
- chat/irssi/patches/patch-src_fe-text_terminfo-core.c          1.1

---
  Module Name: pkgsrc
  Committed By: nia
  Date: Sat Apr 24 08:32:00 UTC 2021

  Modified Files:
  pkgsrc/chat/irssi: Makefile Makefile.common distinfo
  pkgsrc/chat/irssi-icb: Makefile distinfo
  pkgsrc/chat/irssi-xmpp: Makefile distinfo
  Added Files:
  pkgsrc/chat/irssi/patches: patch-src_fe-text_terminfo-core.c
  Removed Files:
  pkgsrc/chat/irssi/patches: patch-src_fe-text_term-terminfo.c

  Log Message:
  irssi: update to 1.2.3

  v1.2.3 2021-04-11 The Irssi team <staff@irssi.org>
  - Fix the compilation of utf8proc (#1021)
  - Fix wrong call to free. By Zero King (#1076)
  - Fix a colour reset in true colour themes when encountering
            mIRC colours (#1059)
  - Fix memory leak on malformed CAP requests (#1120)
  - Fix an erroneous free of SASL data. Credit to Oss-Fuzz (#1128,
    #1130)
  - Re-set the TLS flag when reconnecting (#1027, #1134)
  - Fix the scrollback getting stuck after /clear (#1115, #1136)
  - Fix the input of Ctrl+C as the first character (#1153,  #1154)
  - Fix crash on quit during unloading of modules on certain
            platforms (#1167)
  - Fix Irssi freezing input after Ctrl+Space on GLib >2.62 (#1180,
    #1183)
  - Fix layout of IDCHANs. By Lauri Tirkkonen (#1197)
  - Fix crash when server got reconnected before it was properly
            connected (#1210, #1211)
  - Fix multiple identical active caps (#1249)
  - Minor help corrections (#1156, #1213, #1214, #1255)
  - Remove erroneous colour in the colorless theme. Reported and
            fixed by Nutchanon Wetchasit (#1220, #1221)
  - Fix invalid bounds calculation when editing the text
            entry. Found and fixed by Sergey Valentey (#1269)
  - Fix passing of negative size in buffer writes. Found and
            fixed by Sergey Valentey (#1270)
  - Fix Irssi freezing on slow hardware and fast DCC transfers (#159,
    #1271)
  - Fix compilation on Solaris (#1291)
  - Fix null pointer dereference when receiving broken JOIN
            record. Credit to Oss-Fuzz (#1292)
  - Fix crash on /connect to some sockets (#1239, #1298)
  - Fix Irssi rendering on Apple ARM. By Misty De M辿o (#1267,
    #1268, #1290)
  - Fix crash on /lastlog with broken lines (#1281, #1299)
  - Fix memory leak when receiving bogus SASL authentication
            data. Found and fixed by Sergey Valentey (#1293)

(bsiegert)

2021-04-24 15:50:15 UTC MAIN commitmail json YAML

Update to hxt-9.3.1.22

Changes from 9.3.1.21: ghc-9.0 compatibility

Changes from 9.3.1.20: ghc 8.10 and 9.0 compatibility, tuple picker up
to 24-tuples, Either instance for xpickle

Changes from 9.3.1.19: ghc-8.8.2 compatibility

(pho)

2021-04-24 15:46:00 UTC MAIN commitmail json YAML

2021-04-24 15:44:55 UTC MAIN commitmail json YAML

2021-04-24 15:42:57 UTC MAIN commitmail json YAML

2021-04-24 15:40:07 UTC MAIN commitmail json YAML

Update to jira-wiki-markup-1.3.4

1.3.4: Released 2021-03-13.
* Fixed parsing of autolinks (i.e., of bare URLs in the
  text). Previously an autolink would take up the rest of a line, as
  spaces were allowed characters in these items.
* Emoji character sequences no longer cause parsing failures. This was
  due to missing backtracking when emoji parsing fails.
* Block quotes are only rendered as bq. if they do not contain a
  linebreak.

1.3.3: Released 2021-02-12.
* Modified the Doc parser to skip leading blank lines. This fixes
  parsing of documents which start with multiple blank lines.
* Prevent URLs within link aliases to be treated as autolinks.

1.3.2: Released 2020-06-22.
* Braces are now always escaped when printing; Jira treats braces
  specially, regardless of context.

1.3.1: Released 2020-06-14
* Added support for links to anchors.
* Styled text may not wrap across multiple lines; linebreaks in
  marked-up text are now forbidden.
* Module Text.Jira.Parser.Core: new function many1Till which behaves
  like manyTill, but requires at least on element to be parsed.
* Ensured the package works with GHC 8.10.

1.3.0: Released 2020-04-04
* Support was added for additional syntax constructs:
  - citation markup (??citation??),
  - links to attachments ([title^attachment.ext]), and
  - user links ([~username]).
* Changes to module Text.Jira.Markup:
  - A new data type LinkType is exported from the module.
  - Changes to type Inline:
    * a new constructor Citation has been added;
    * the Link constructor now takes an additional parameter of type
      LinkType.

1.2.1: Released 2020-04-02
* Fixed rendering of image attributes: image attributes are separated
  by commas instead of pipes; the latter are used in block parameters.
* Fixed parsing of blockquotes which are not preceeded by blank lines.
* Ensure parsing of single-line blockquotes is possible even if there
  is no space between bq. marker and contents.
* Fixed parsing of colors: parsing no longer fails for hexcolors which
  contain non-decimal digits.
* Changes to module Text.Jira.Parser.Shared:
  - New parsing function colorName which parses a color descriptor,
    i.e. either a name or a hexcolor.

1.2.0: Released 2020-03-28
* Added check that a closing markup char is not preceeded by a
  whitespace character. Previously, plain text was still incorrectly
  treated as markup. E.g., the dashes in -> step -> used to be
  interpreted as delimiters marking deleted text.
* Allows empty table cells; table parsing failed if one of the cells
  did not contain any content.
* Changes to module Text.Jira.Parser.Core:
  - A field stateLastSpcPos was added to data type ParserState to keep
    track of spaces.
  - Function updateLastSpcPos was added to update the aforementioned
    field.
  - Function afterSpace was added to test the field.

1.1.4: Released 2020-03-27
* Fixed parsing of image parameters. Thumbnails and images with
  parameters were previously not recognized as images.

1.1.3: Released 2020-03-19
* Fixed table detection in endOfParagraph parser: Tables were expected
  to have a space between the leading pipe(s) and the cell
  content. Lines like ||Name| were erroneously not recognized as the
  beginning of a new block.

1.1.2: Released 2020-03-18
* Don't escape colon/semicolon unless necessary: it is necessary to
  escape colons or semicolons only if they could otherwise become part
  of a smiley.

1.1.1: Released 2020-03-18
* Colon : and semicolon ; are now parsed as special characters, since
  they can be the first characters of an emoji.
* Fixed parsing of words which contain non-special symbol characters:
  word boundaries were not set correctly if a word contained a dot
  . or similar chars.
* Fixed incorrect emphasis parsing: digits were erroneously allows as
  the first characters after closing emphasis characters.

1.1.0: Released 2020-03-13.
* Lists are now allowed to be indented; i.e., lists are still
  recognized if list markers are preceded by spaces.
* Support for colored inlines has been added.
* New constructor ColorInline for type Inline (API change).

(pho)

2021-04-24 15:33:39 UTC MAIN commitmail json YAML

Update to hslua-module-text-0.3.0.1

0.3.0.1 -- 2020-10-16
* Relaxed upper bound for hslua, allow hslua-1.3.*.

0.3.0 -- 2020-08-15
* Use self-documenting module. This allows to include documentation
  with the module definition, and to auto-generate documentation from
  that. Requires hslua-1.2.0 or newer.

* Run CI tests with all GHC 8 versions, test stack builds.

(pho)

2021-04-24 15:31:23 UTC MAIN commitmail json YAML

Update to haddock-library-1.10.0

Changes in version 1.10.0
* Add support for labeled module references (#1319, #1315)

Changes in version 1.9.0
* Fix build-time regression for base < 4.7 (#1119)
* Update parsing to strip whitespace from table cells (#1074)

(pho)

2021-04-24 15:28:11 UTC MAIN commitmail json YAML

Update to doctemplates-0.9

0.9
* Add BoolVal constructor to Val. This gives a smoother interface with
  JSON and YAML. [API change]
* Remove overlapping instances by generalizing ToContext String String
  and FromContext String String to TemplateTarget [a] => ToContext [a]
  [a] and TemplateTarget [a] => FromContext [a] [a]. Remove the
  instance ToContext String (Doc String). Remove redundant
  constraints. (#9, favonia) [API change]

0.8.3
* Properly handle nested loops (#15). Previously "it" was always used
  for the variable in a loop, and in a nested loop there was no way to
  distinguish the value of the inner iteration from the value of the
  outer one. Now we assign the iterated value to both "it" and to the
  original variable name (e.g. "foo.bar"). This probably has a small
  negative performance impact. Note that this change also affects the
  output of the template parser: original variable names are now
  retained instead of being replaced by "it".
* Remove duplicate IsString constraint (#14, Mario Lang).
* Update haddocks from README (#10).
* Minor code clean-ups (#7, favonia).
* Add hsyaml >= 0.2 constraint (#6).

0.8.2
* Add filters: first, rest, last, allbutlast.
* New constructors for Filter: FirstItem, LastItem, Rest, AllButLast
  [API change].

(pho)

2021-04-24 15:24:23 UTC MAIN commitmail json YAML

Update to yaml-0.11.5.0

0.11.5.0
* New functions capable of parsing YAML streams containing multiple
  documents into a list of results:
  - decodeAllEither'
  - decodeAllFileEither
  - decodeAllFileWithWarnings
  - decodeAllThrow
  - decodeAllFileThrow

0.11.4.0
* add ToYaml instance for String #186

0.11.3.0
* Don't wrap up async exceptions #185

(pho)

2021-04-24 15:21:03 UTC MAIN commitmail json YAML

Update to doclayout-0.3.0.2

0.3.0.2
* NOINLINE literal instead of fromString (#2, sjakobi). This produces
  a further reduction in allocations and pandoc compile time.

0.3.0.1
* NOINLINE fromString (#1). @sjakobi reports that this change reduced
  total allocations for building pandoc-2.12 with GHC 8.10.4 by 8.5%
  and reduced peak allocations are reduced from 3854MB to 3389MB.

(pho)

2021-04-24 15:18:35 UTC MAIN commitmail json YAML

2021-04-24 14:40:31 UTC MAIN commitmail json YAML

2021-04-24 14:38:12 UTC MAIN commitmail json YAML

2021-04-24 14:25:50 UTC MAIN commitmail json YAML

2021-04-24 14:12:17 UTC MAIN commitmail json YAML

devel/boost-libs: make the libbacktrace check nicer

(thor)

2021-04-24 13:51:23 UTC MAIN commitmail json YAML

Update to ShellCheck-0.7.2

No change logs are provided by the upstream.

(pho)

2021-04-24 13:32:22 UTC MAIN commitmail json YAML

2021-04-24 13:25:14 UTC MAIN commitmail json YAML

Update to cryptohash-sha-256-0.11.102.0

* Add Eq instance for Ctx
* Add start and startlazy producing Ctx
* Introduce new use-cbits cabal flag in order to add support for
  FFI-less cryptohash-sha256-pure pass-thru

(pho)

2021-04-24 13:21:54 UTC MAIN commitmail json YAML

2021-04-24 13:18:32 UTC MAIN commitmail json YAML

2021-04-24 13:16:34 UTC MAIN commitmail json YAML

Update to network-uri-2.6.4.1

network-uri-2.6.4.1 (2021-02-07)
* Fix: Restore "Safe" designation which was accidentally removed.

network-uri-2.6.4.0 (2021-02-07)
* Add compatibility with GHC 9.0.1.

network-uri-2.6.3.0 (2020-02-18)
* Add official support for SafeHaskell NOTE: This is the first version
  whose SafeHaskell properties have become an intentional part of the
  API contract; previous versions were merely accidentally
  safe-inferred (or not depending on various factors; in other words,
  this was a fragile property).
* Derive Lift instances using DeriveLift extension, when available.

network-uri-2.6.2.0 (2020-01-30)
* Mark the modules as Safe for SafeHaskell.

network-uri-2.6.2.0 (2020-01-30)
* Merge network-uri-static (Network.URI.Static) into this package,
  which offers a way to parse URI strings at compile time.
* Add Lenses for the URI types
* Add Generic instances for the URI type
* Add Lift instances for the URI type
* Optimize isReserved and related character-class functions.
* Start to add some benchmarks for performance analysis
* Fix a bug: Correctly parse IPv6 addresses in URIs.
* Add rectify which normalizes a URI if it is missing certain
  separator characters required by the module. Some users found adding
  those characters inconvenient when building a URI from parts.
* Add nullURIAuth and uriAuthToString, paralleling nullURI and
  uriToString.

(pho)

2021-04-24 13:14:42 UTC MAIN commitmail json YAML

devel: +hs-th-compat

(pho)

2021-04-24 13:14:20 UTC MAIN commitmail json YAML

2021-04-24 13:09:41 UTC pkgsrc-2021Q1 commitmail json YAML

Pullup ticket #6449 - requested by tsutsui
devel/glib2: fix for PR pkg/56114

(via patch)

(bsiegert)

2021-04-24 13:09:39 UTC MAIN commitmail json YAML

2021-04-24 13:08:44 UTC MAIN commitmail json YAML

2021-04-24 13:06:02 UTC MAIN commitmail json YAML

Update to tls-1.5.5

Version 1.5.5
* QUIC support #419 #427 #428 #430 #433 #441
* Server ECDSA for P-256 #436
* Sort ciphersuites based on hardware-acceleration support #439
* Sending no_application_protocol #440
* Internal improvements #426 #431

Version 1.5.4
* Restore interoperability with early Java 6 #422
* Test cleanups for timeout and async usage #416

(pho)

2021-04-24 13:02:25 UTC MAIN commitmail json YAML

2021-04-24 13:01:11 UTC MAIN commitmail json YAML

2021-04-24 12:59:17 UTC MAIN commitmail json YAML

2021-04-24 12:58:20 UTC MAIN commitmail json YAML

2021-04-24 12:55:43 UTC MAIN commitmail json YAML

Update to cryptonite-0.28

0.28
* Add hash constant time capability
* Prevent possible overflow during hashing by hashing in 4GB chunks

0.27
* Optimise AES GCM and CCM
* Optimise P256R1 implementation
* Various AES-NI building improvements
* Add better ECDSA support
* Add XSalsa derive
* Implement square roots for ECC binary curve
* Various tests and benchmarks

(pho)

2021-04-24 12:48:46 UTC pkgsrc-2021Q1 commitmail json YAML

Pullup ticket #6446 - requested by gutteridge
lang/rust: NetBSD/i386 build fix

Revisions pulled up:
- lang/rust/Makefile                                            1.228-1.229

---
  Module Name:    pkgsrc
  Committed By:  gutteridge
  Date:          Thu Apr 15 00:55:45 UTC 2021

  Modified Files:
          pkgsrc/lang/rust: Makefile

  Log Message:
  rust: restore NetBSD i386 bootstrap workaround

  The current i386 bootstrap is built for NetBSD 8.x, and so is linked
  against libstdc++.so.8. NetBSD 9.x still requires compat80 for it to
  run.

  This isn't a complete workaround, as builds still fail in a sandboxed
  environment that doesn't have compat80 installed outside it. Dealing
  with that would require another workaround somewhat like the one used
  for ghc*, but a little different.

---
  Module Name:    pkgsrc
  Committed By:  gutteridge
  Date:          Fri Apr 16 01:14:37 UTC 2021

  Modified Files:
          pkgsrc/lang/rust: Makefile

  Log Message:
  rust: the i386 bootstrap workaround is really a BUILD_DEPENDS

(bsiegert)

2021-04-24 12:46:53 UTC pkgsrc-2021Q1 commitmail json YAML

Pullup ticket #6443 (second part) - requested by taca
lang/ruby: build fix

Revisions pulled up:
- lang/ruby/rubyversion.mk                                      1.231

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Apr 12 14:39:28 UTC 2021

  Modified Files:
  pkgsrc/lang/ruby: rubyversion.mk

  Log Message:
  lang/ruby/rubyversion.mk: require quote

  Require proper quote for previous addition to MAKEFLAGS.

(bsiegert)

2021-04-24 12:25:09 UTC MAIN commitmail json YAML

Update to resolv-0.1.2.0

* Add new high-level API functions queryPTR, arpaIPv4, and arpaIPv6
  for performing reverse address lookups.

(pho)

2021-04-24 12:19:58 UTC MAIN commitmail json YAML

2021-04-24 12:18:39 UTC MAIN commitmail json YAML

2021-04-24 12:17:06 UTC MAIN commitmail json YAML

Update to mwc-random-0.15.0.1

Changes in 0.15.0.1
* Bug in generation of Int/Word in both uniform and uniformR is
  fixed. (#75)

Changes in 0.15.0.0
* withSystemRandomST and createSystemSeed are added.
* withSystemRandom is deprecated.
* random>=1.2 is dependency of mwc-random.
* Instances for type classes StatefulGen & FrozenGen defined in
  random-1.2 are added for Gen.
* Functions in System.Random.MWC.Distributions and
  System.Random.MWC.CondensedTable now work with arbitrary StatefulGen
* System.Random.MWC.uniformVector now works with arbitrary StatefulGen
  as well and uses in-place initialization instead of generateM. It
  should be faster for anything but IO and ST (those shoud remain
  same).

(pho)

2021-04-24 12:13:31 UTC MAIN commitmail json YAML

2021-04-24 12:12:01 UTC MAIN commitmail json YAML

Update to JuicyPixels-3.3.5

v3.3.5 January 2020
-------------------

Maintenance release to push various pull requests onto hackage

* Exporting Pixel32 (will)
* Palettization of transparent frames in Gif (flutterlice)
* Documentation fixes (lehins)

(pho)

2021-04-24 11:49:19 UTC MAIN commitmail json YAML

kaffe: remove dead download link

(wiz)

2021-04-24 11:48:19 UTC MAIN commitmail json YAML

setquota: remove dead link

(wiz)

2021-04-24 11:44:50 UTC MAIN commitmail json YAML

2021-04-24 11:41:29 UTC MAIN commitmail json YAML

cu-prolog: remove dead download link

(wiz)

2021-04-24 11:40:49 UTC MAIN commitmail json YAML

2021-04-24 11:37:29 UTC MAIN commitmail json YAML

2021-04-24 11:34:18 UTC MAIN commitmail json YAML

wl: update HOMEPAGE

(wiz)

2021-04-24 11:33:06 UTC MAIN commitmail json YAML

wl: remove dead links

(wiz)

2021-04-24 11:15:14 UTC MAIN commitmail json YAML

xpmroot: remove

This was a separately packaged part of fvwm 2.4; the fvwm and fvwm3
packages now contain this.

(wiz)

2021-04-24 11:14:51 UTC MAIN commitmail json YAML

I forgot to add the PLIST file

(pho)

2021-04-24 11:13:42 UTC MAIN commitmail json YAML

2021-04-24 11:12:10 UTC MAIN commitmail json YAML

2021-04-24 11:09:50 UTC MAIN commitmail json YAML

2021-04-24 11:02:52 UTC MAIN commitmail json YAML

pam-dbm: remove

This is security related software last updated in 2003 with no upstream.
I couldn't find anyone else packaging this.

(wiz)

2021-04-24 10:59:57 UTC MAIN commitmail json YAML

wminet: remove dead download link

(wiz)

2021-04-24 10:51:39 UTC MAIN commitmail json YAML

2021-04-24 10:46:24 UTC MAIN commitmail json YAML

rtf2latex: update download link

This software is from 1993(!) and there's rtf2latex2e.
I guess this should be removed.

(wiz)

2021-04-24 10:41:28 UTC MAIN commitmail json YAML

ibutton-pdkit: remove dead links

(wiz)

2021-04-24 10:40:35 UTC MAIN commitmail json YAML

utftools: remove dead download link

(wiz)

2021-04-24 10:39:59 UTC MAIN commitmail json YAML

umb-scheme: remove dead download link

(wiz)

2021-04-24 10:38:37 UTC MAIN commitmail json YAML

sgrep: remove dead download link

(wiz)

2021-04-24 10:37:33 UTC MAIN commitmail json YAML

udptunnel: update download link

(wiz)

2021-04-24 10:30:18 UTC MAIN commitmail json YAML

2021-04-24 10:28:17 UTC MAIN commitmail json YAML

2021-04-24 10:24:16 UTC MAIN commitmail json YAML

devel: +hs-th-lift

(pho)

2021-04-24 10:23:50 UTC MAIN commitmail json YAML

2021-04-24 10:15:50 UTC MAIN commitmail json YAML

Update to math-functions-0.3.4.2

Changes in 0.3.4.2
* Fixed crash in invIncompleteBeta (#68) for some inputs initial
  approximation was computed incorrectly.

Changes in 0.3.4.1
* Precision of incompleteGamma improved.

Changes in 0.3.4.0
* Dependency on vector-th-unbox is dropped. All instances are written
  by hand now.

(pho)

2021-04-24 10:13:05 UTC MAIN commitmail json YAML

2021-04-24 10:06:11 UTC MAIN commitmail json YAML

2021-04-24 09:41:24 UTC MAIN commitmail json YAML

sr*: remove dead download links, update HOMEPAGE

(wiz)

2021-04-24 09:35:31 UTC MAIN commitmail json YAML

2021-04-24 08:47:53 UTC MAIN commitmail json YAML

molden: remove

Upstream website gone, the distfile was not re-distributable, and
noone had updated it since 2007.

(wiz)

2021-04-24 08:42:48 UTC MAIN commitmail json YAML

2021-04-24 08:37:50 UTC MAIN commitmail json YAML

2021-04-24 08:36:22 UTC MAIN commitmail json YAML

2021-04-24 08:34:53 UTC MAIN commitmail json YAML

doc: Updated chat/irssi-xmpp to 0.54nb2

(nia)

2021-04-24 08:33:53 UTC MAIN commitmail json YAML

doc: Updated chat/irssi-icb to 0.15nb7

(nia)

2021-04-24 08:32:12 UTC MAIN commitmail json YAML

doc: Updated chat/irssi to 1.2.3

(nia)

2021-04-24 08:32:00 UTC MAIN commitmail json YAML

irssi: update to 1.2.3

v1.2.3 2021-04-11 The Irssi team <staff@irssi.org>
- Fix the compilation of utf8proc (#1021)
- Fix wrong call to free. By Zero King (#1076)
- Fix a colour reset in true colour themes when encountering
          mIRC colours (#1059)
- Fix memory leak on malformed CAP requests (#1120)
- Fix an erroneous free of SASL data. Credit to Oss-Fuzz (#1128,
  #1130)
- Re-set the TLS flag when reconnecting (#1027, #1134)
- Fix the scrollback getting stuck after /clear (#1115, #1136)
- Fix the input of Ctrl+C as the first character (#1153,  #1154)
- Fix crash on quit during unloading of modules on certain
          platforms (#1167)
- Fix Irssi freezing input after Ctrl+Space on GLib >2.62 (#1180,
  #1183)
- Fix layout of IDCHANs. By Lauri Tirkkonen (#1197)
- Fix crash when server got reconnected before it was properly
          connected (#1210, #1211)
- Fix multiple identical active caps (#1249)
- Minor help corrections (#1156, #1213, #1214, #1255)
- Remove erroneous colour in the colorless theme. Reported and
          fixed by Nutchanon Wetchasit (#1220, #1221)
- Fix invalid bounds calculation when editing the text
          entry. Found and fixed by Sergey Valentey (#1269)
- Fix passing of negative size in buffer writes. Found and
          fixed by Sergey Valentey (#1270)
- Fix Irssi freezing on slow hardware and fast DCC transfers (#159,
  #1271)
- Fix compilation on Solaris (#1291)
- Fix null pointer dereference when receiving broken JOIN
          record. Credit to Oss-Fuzz (#1292)
- Fix crash on /connect to some sockets (#1239, #1298)
- Fix Irssi rendering on Apple ARM. By Misty De M辿o (#1267,
  #1268, #1290)
- Fix crash on /lastlog with broken lines (#1281, #1299)
- Fix memory leak when receiving bogus SASL authentication
          data. Found and fixed by Sergey Valentey (#1293)

(nia)

2021-04-24 08:31:29 UTC MAIN commitmail json YAML

ja-mh: remove dead download sites

(wiz)

2021-04-24 08:28:10 UTC MAIN commitmail json YAML

doc: Updated lang/rust to 1.50.0nb2

(schmonz)

2021-04-24 08:28:00 UTC MAIN commitmail json YAML

Add another post-install dylib rpath fixup for macOS (libserde_derive).
Bump PKGREVISION.

(schmonz)

2021-04-24 07:43:10 UTC MAIN commitmail json YAML

su2: remove dead download location

(wiz)

2021-04-24 07:31:49 UTC MAIN commitmail json YAML

doc: Updated emulators/gxemul to 0.7.0

(fcambus)

2021-04-24 07:31:36 UTC MAIN commitmail json YAML

gxemul: update to 0.7.0.

ChangeLog:

20210228 Switching back from C++ to plain C.
Implementing a helper method for registering device addresses
as symbols (so that it can be used from several machines).
20210307 Subtle colorized output when stdin/stdout are connected to a
tty, to make it quicker to interpret text output. Enabled with
-G or by setting the CLICOLOR environment variable. Can be
disabled with -A.
20210309 Beginning to separate debug messages into subsystems, that have
individual verbosity levels.
Making -K work more consistently (enter the debugger at the
end of a run). -V implies -K.
Making -T work better for M88K (breaking into the debugger
directly on bad memory accesses, if -K is used).
20210310 All MIPS machines now register their devices as symbols (based
in kseg1, i.e. 0xffffffffa0000000).
20210311 Making -T work better for MIPS, PPC, ARM, and SuperH.
20210314 Adding a -L command line option for enabling tap networking
without using configuration files.
-x is now needed if one wants separate xterm windows for serial
I/O when using configuration files with a single machine.
20210316 debugmsg subsystems can now be registered at runtime; this is
so far done from the Lance Ethernet device.
Adding a 'verbosity' debugger command for inspecting and
setting the verbosity level for individual subsystems.
20210318 Fixing an annoying 'backspace' bug in the debugger command
line handling, where the response sometimes could become
"unknown command ''".
Implementing CTRL-W (erase word) in the debugger.
Implementing CTRL-T (SIGINFO-like status line) in the debugger.
20210320 Removing the UNSTABLE_DEVEL configure define; it was not used
much, and the debugmsg verbosity levels can be used in its
place.
Fixing a bug for MIPS R2000/R3000 when writing to coprocessor 0
"entrylo" register (if the lowest 8 bits were 0, the code took
the non-R2000/R3000 code path).
20210321 Adding an empty i960 CPU skeleton [again].
Moving 'arch' from struct machine to struct cpu; in the future,
perhaps this would allow a machine to have heterogenous CPU
sets (such as the Dreamcast with both SuperH and ARM).
Removing "slow_serial_interrupts_hack_for_linux" (-U) command
line option, since it is not used for most guest OSes, and
occupied a command line option char.
20210323 Breaking out the mb89352 SCSI Protocol Controller from the
luna88k device, and beginning to implement it. Works well
enough for OpenBSD's "boot" to read the disk and load the
kernel, but not well enough for the kernel to like it.
20210324 Adding support for 00 99 01 07 variant of luna88k a.out.
20210325 The mb89352 SCSI controller uses its own subsystem for debug
messages.
20210327 Adding an empty RISC-V CPU skeleton [again].
Implementing enough of the mb89352 to allow OpenBSD/luna88k
to boot with SCSI (both the boot loader and the kernel)!
20210401 Applying a patch from George Matsumura to make things build
better on Linux: __attribute__((__packed__));  in bootblock.h.
20210405 Adding hardcoded boot_unit=0 and boot_partition=0 NVRAM
variables to the LUNA-88K machine, allowing OpenBSD/luna88k
to boot from disk without asking for root and swap partitions.
Adding 'R' (upper-case) disk image prefix, as a shorthand for
creating temporary overlays.
20210407 Code for idling the host processor has been moved out from
individual CPU implementations to the main emul loop.
Implementing an X11 mouse pointer grab mechanism. Grab is
activated by clicking in a framebuffer window, and released
using left CTRL + ALT. When grab is active, the host mouse
cursor is hidden and the window caption changes to indicate
that grab is active.
20210408 Implementing an unusual 88K "not_maxneg_nor_zero" bcnd
condition.
20210409 Moving the LUNA88K framebuffer to its own device file.
Beginning to implement the LUNA88K front panel LCD.
Also fixing a bug where the rightmost pixel (or 8 pixels in
the case of monochrome) were not drawn.
20210410 Also check for X11R7 in the configure script, in addition
to X11R6.
20210417 Porting over i960CA disassembly from the C++ framework.
20210418 More i960 stuff, including re-adding the (so far dummy)
Cyclone VH machine.
Assuming availabilty of __func__ (C99 standard).
20210422 Enabling idle detection for OpenBSD/luna88k, which uses a
bcnd.n instruction. A hack, but it seems to work.
Fixing a bug where console input could randomly be lost when
idling, if there were multiple emulated serial ports.

(fcambus)

2021-04-24 06:55:17 UTC MAIN commitmail json YAML

2021-04-24 06:49:43 UTC MAIN commitmail json YAML

Update to regex-base-0.94.0.1

* Workaround for {-# LANGUAGE Haskell2010 #-} parser regression
  introduced in GHC 9.0
* Optimization flag -O2 has been removed

(pho)

2021-04-24 06:46:32 UTC MAIN commitmail json YAML

devel: +hs-pretty-simple

(pho)

2021-04-24 06:45:59 UTC MAIN commitmail json YAML

2021-04-24 06:40:38 UTC MAIN commitmail json YAML

textproc: +hs-prettyprinter-ansi-terminal

(pho)

2021-04-24 06:40:12 UTC MAIN commitmail json YAML

2021-04-24 06:33:17 UTC MAIN commitmail json YAML

doc: Updated lang/nodejs to 14.16.1nb3

(rin)

2021-04-24 06:32:00 UTC MAIN commitmail json YAML

nodejs: fix previous; bump revision to nb3.

(rin)

2021-04-24 06:31:51 UTC MAIN commitmail json YAML

textproc: +hs-prettyprinter

(pho)

2021-04-24 06:31:16 UTC MAIN commitmail json YAML

2021-04-24 06:30:28 UTC MAIN commitmail json YAML

nodejs: Fix support for NetBSD/aarch64. Bump revision.

- Fix malformed preprocessor directive: ``#ifdef FOO && BAR''
- Use V8_OS_NETBSD instead of defined(__NetBSD__) consistently where appropriate

XXX
Unfortunately, nodejs does not work for aarch64eb yet.
We need to add big-endian support to built-in assembler.

(rin)

2021-04-24 06:23:41 UTC MAIN commitmail json YAML

2021-04-24 06:21:41 UTC MAIN commitmail json YAML

Update to Glob-0.10.1

0.10.1, 2020-07-19:
Updated code and dependencies to support dlist-1.0.

Cabal-Version minimum bumped to 1.10 as Hackage now rejects older minima.

(pho)

2021-04-24 06:18:24 UTC MAIN commitmail json YAML

2021-04-24 06:15:36 UTC MAIN commitmail json YAML

Update to megaparsec-9.0.1

Megaparsec 9.0.1
* Added Safe Haskell support.

Megaparsec 9.0.0
* Split the Stream type class. The methods showTokens and tokensLength
  have been put into a separate type class VisualStream, while
  reachOffset and reachOffsetNoLine are now in TraversableStream. This
  should make defining Stream instances for custom streams easier.
* Defined Stream instances for lists and Seqs.
* Added the functions hspace and hspace1 to the Text.Megaparsec.Char
  and Text.Megaparsec.Byte modules.

(pho)

2021-04-24 06:13:31 UTC MAIN commitmail json YAML

2021-04-24 06:10:40 UTC MAIN commitmail json YAML

2021-04-24 06:05:49 UTC MAIN commitmail json YAML

2021-04-24 05:59:54 UTC MAIN commitmail json YAML

Update to blaze-markup-0.8.2.8

- 0.8.2.8 (2021-03-04)
    * Bump `base` upper bound to 4.16
    * Bump `tasty` upper bound to 1.5
    * Bump `bytestring` upper bound to 0.12

- 0.8.2.7 (2020-06-30)
    * Bump Cabal version lower bound to 1.10

- 0.8.2.6 (2020-06-30)
    * Bump `tasty` upper bound to 1.4

- 0.8.2.5 (2020-04-20)
    * Bump `base` upper bound to 4.15

- 0.8.2.4 (2020-03-29)
    * Bump `QuickCheck` upper bound to 2.15

(pho)

2021-04-24 05:50:39 UTC MAIN commitmail json YAML

Update to extra-1.7.9

1.7.9, released 2020-12-19
    #72, add pureIf
    #73, make takeEnd, dropEnd, splitAtEnd: return immediately if i <= 0
    #71, add compareLength and comparingLength
1.7.8, released 2020-09-12
    #68, make sure Data.Foldable.Extra is exposed
1.7.7, released 2020-08-25
    #67, defer to System.IO readFile', hGetContents' in GHC 9.0
1.7.6, released 2020-08-21
    #66, add lots of functions to Data.Foldable.Extra (anyM etc)
1.7.5, released 2020-08-12
    #65, add Data.Foldable.Extra
    #65, add sum', product', sumOn' and productOn'
1.7.4, released 2020-07-15
    #59, add whileJustM and untilJustM
    #61, optimise nubOrd (10% or so)
    Add first3, second3, third3
1.7.3, released 2020-05-30
    #58, add disjointOrd and disjointOrdBy
1.7.2, released 2020-05-25
    #56, add zipWithLongest
    #57, make duration in MonadIO
    Simplify and optimise Barrier
    Mark modules that are empty as DEPRECATED
    Remove support for GHC 7.10
1.7.1, released 2020-03-10
    Add NOINLINE to errorIO to work around a GHC 8.4 bug
1.7, released 2020-03-05
*  #40, delete deprecated function for
*  zipFrom now truncates lists, rather than error, just like zip
1.6.21, released 2020-03-02
    #54, deprecate nubOn since its O(n^2). Use nubOrdOn
    #53, add some nub functions to NonEmpty
1.6.20, released 2020-02-16
    Add firstM, secondM
1.6.19, released 2020-02-11
    #50, add headDef, lastDef, and dropEnd1

(pho)

2021-04-24 05:47:34 UTC MAIN commitmail json YAML

2021-04-24 05:45:29 UTC MAIN commitmail json YAML

2021-04-24 05:36:32 UTC MAIN commitmail json YAML

2021-04-24 05:33:25 UTC MAIN commitmail json YAML

2021-04-24 05:31:09 UTC MAIN commitmail json YAML

2021-04-24 05:29:49 UTC MAIN commitmail json YAML

2021-04-24 05:28:22 UTC MAIN commitmail json YAML

Update to tasty-hunit-0.10.0.3

The only point of this release is to introduce compatibility with GHCs
back to 7.0 (see https://github.com/feuerbach/tasty/pull/287).

Note, however, that these changes are not merged to the master branch,
and the future releases will only support the GHC/base versions from
the last 5 years, as per our usual policy. To test with even older
GHCs, you'll have to use this particular version of tasty-hunit (or
have the constraint solver pick it for you when testing with older
GHCs).

The source of this release is in the support-old-ghcs branch of the
tasty repository.

(pho)

2021-04-24 05:25:25 UTC MAIN commitmail json YAML

Update to tasty-1.4.1

Version 1.4.1
* Deduplicate command line options when there is more than one
  TestReporter. Expose the function that does that,
  uniqueOptionDescriptions.

Version 1.4.0.3
* Fix CPP warning/error macro expansion producing 'defined' has
  undefined behavior

Version 1.4.0.2
* Automatically disable the dependency on the clock package when
  compiled by ghcjs.

Version 1.4.0.1
* The only point of this release is to introduce compatibility with
  GHCs back to 7.0 (see https://github.com/feuerbach/tasty/pull/287).

  Note, however, that these changes are not merged to the master
  branch, and the future releases will only support the GHC/base
  versions from the last 5 years, as per our usual policy. To test
  with even older GHCs, you'll have to use this particular version of
  tasty (or have the constraint solver pick it for you when testing
  with older GHCs).

  The source of this release is in the support-old-ghcs branch of the
  tasty repository.

Version 1.4
* Change the TreeFold data type to give all functions access to
  OptionSet
* Fix a bug where a looping failure message escaped the time out set
  for the test
* Fix a bug where pattern changes inside the TestTree weren't
  respected

Version 1.3.1
* Add an ability for a test provider to print colorful/formatted
  output

Version 1.3
* IsOption has a new method showDefaultValue for customizing how
  defaultValues are rendered in the --help output.
* Drop support for GHCs older than 5 years
* Do not install handlers for the signals that dump core
* Export the AnsiTricks type/option
* In addition to a Parser, optionParser and suiteOptionParser now
  return a [String] representing warning messages:
  - A warning is emitted if an IsOption instance defines multiple
    options in the implementation of optionCLParser.
  - An warning is emitted if an IsOption instance's optionCLParser
    implementation assigns a default value (e.g., with
    Options.Applicative.value), as this interferes with tasty's
    ability to read environment variable arguments.

(pho)

2021-04-24 05:20:27 UTC MAIN commitmail json YAML

2021-04-24 05:17:54 UTC MAIN commitmail json YAML

2021-04-24 05:12:04 UTC MAIN commitmail json YAML

2021-04-24 05:01:28 UTC MAIN commitmail json YAML

2021-04-24 04:56:29 UTC MAIN commitmail json YAML

2021-04-24 04:54:00 UTC MAIN commitmail json YAML

2021-04-24 04:49:50 UTC MAIN commitmail json YAML

Update to hashtables-1.2.4.1

1.2.4.1
* Update some test suite dep upper bounds.

1.2.4.0
* Fix a correctness bug with cuckoo hash tables and the new mutate
  function introduced in 1.2.3.0.
* Bring test suite into main .cabal file

(pho)

2021-04-24 04:39:19 UTC MAIN commitmail json YAML

konsole: fix builds: needs kinit dependency

(gutteridge)

2021-04-24 04:35:16 UTC MAIN commitmail json YAML

2021-04-24 03:17:17 UTC MAIN commitmail json YAML

xfce4-extras: improve description

(gutteridge)

2021-04-24 00:30:27 UTC MAIN commitmail json YAML

2021-04-24 00:27:13 UTC MAIN commitmail json YAML

pgp5: remove dead download link

(wiz)

2021-04-24 00:26:13 UTC MAIN commitmail json YAML

LPRng-doc: remove dead download link

(wiz)

2021-04-24 00:24:53 UTC MAIN commitmail json YAML

2021-04-24 00:17:23 UTC MAIN commitmail json YAML

xworld: remove dead download link

(wiz)

2021-04-24 00:16:05 UTC MAIN commitmail json YAML

2021-04-24 00:04:27 UTC MAIN commitmail json YAML

citrix_ica: remove dead download link

(wiz)

2021-04-23 23:57:29 UTC MAIN commitmail json YAML

lhs: remove dead download link

(wiz)

2021-04-23 23:44:38 UTC MAIN commitmail json YAML

p2c: remove dead download link

(wiz)

2021-04-23 22:26:10 UTC MAIN commitmail json YAML

bulk_mailer: remove dead download link

(wiz)

2021-04-23 22:25:36 UTC MAIN commitmail json YAML

libtabe: remove dead download link

(wiz)

2021-04-23 22:25:03 UTC MAIN commitmail json YAML

ccze: remove dead download links

(wiz)

2021-04-23 22:24:04 UTC MAIN commitmail json YAML

pciutils: remove dead download link

(wiz)

2021-04-23 22:22:53 UTC MAIN commitmail json YAML

granulate: remove dead download link

(wiz)

2021-04-23 20:57:33 UTC MAIN commitmail json YAML

doc/TODO: add some

Semi-automatic using pkg_notify, so some may be wrong.

+ Gorm-1.2.26, MoarVM-2021.03, R-IRdisplay-1.0, R-IRkernel-1.1.1,
  R-R6-2.5.0, R-RSQLite-2.6, R-bit-4.0.4, R-bit64-4.0.5, R-blob-1.2.1,
  R-brio-1.1.1, R-caTools-1.18.2, R-callr-3.7.0, R-cli-2.4.0,
  R-crayon-1.4.1, R-desc-1.3.0, R-devtools-2.4.0, R-diffobj-0.3.4,
  R-fansi-0.4.2, R-gert-1.3.0, R-glue-1.4.2, R-inline-0.3.17,
  R-iterators-1.0.13, R-lifecycle-1.0.0, R-memoise-2.0.0,
  R-pkgKitten-0.2.1, R-pkgcache-1.2.1, R-pkgconfig-2.0.3,
  R-pkgload-1.2.1, R-rappdirs-0.3.3, R-remotes-2.3.0, R-repr-1.1.3,
  R-rio-0.5.26, R-rlang-0.4.10, R-testit-0.13, R-testthat-3.0.2,
  R-tinytest-1.2.4, R-usethis-2.0.1, R-uuid-4, R-waldo-0.2.5,
  R-withr-2.4.2, R-xfun-0.22, RE-flex-3.0.2, SOPE4-4.3.2,
  SQLiteCpp-2.5.0, aarch64-none-elf-binutils-2.36.1,
  aarch64-none-elf-gcc-9.3.0, afl++-3.12c, alex-3.2.6,
  alsa-plugins-oss-1.2.2, alsa-plugins-pulse-1.2.2, alsa-utils-1.2.4,
  anope-2.0.9, apache-ant19-1.9.15, apache-cassandra-3.11.10,
  apache-cassandra2-2.2.19, apache-maven-3.8.1, apache-solr-8.8.2,
  arm-none-eabi-binutils-2.36.1, arm-none-eabi-gcc-9.3.0,
  arm-none-eabi-gdb-10.1, asmfmt-1.3.0, asunder-2.9.7, audacity-3.0.2,
  autoconf-archive-2021.02.19, autosetup-0.7.0, avr-binutils-2.36.1,
  avr-gdb-10.1, bfg-1.14.0, bibtex2html-1.99, binkd-104,
  binutils-mips-current-2.36.1, bioperl-1.7.8, bugzilla3-3.6.13,
  c++gsl-3.1.0, canu-2.1.1, carbons-purple-0.2.3, catch2-2.13.6,
  ccache-4.2.1, cdhit-4.8.1, cdk-5.0.20210324, cgen-20180601,
  cgiirc-0.5.13, chrpath-0.16, commit-patch-2.6, concurrencykit-0.6.0,
  conserver8-8.2.6, coordgenlibs-2.0.3, couchdb-3.1.1,
  cross-binutils-2.36.1, cssc-1.4.1, ctemplate-2.4, cvs-fast-export-1.56,
  darcs-2.16.3, deforaos-configure-0.4.2, distcc-3.3.5, distcc-pump-3.3.5,
  distccmon-gnome-3.3.5, distccmon-gtk-3.3.5, dmalloc-5.6.5,
  eggdrop-1.9.0, element-web-1.7.25, erlang-mqtree-1.0.13,
  erlang-p1_pgsql-1.1.11, erlang-sqlite3-1.1.12, errcheck-1.6.0,
  extra-cmake-modules-5.81.0, fastp-0.20.1, flatbuffers-1.12.0,
  freemint-binutils-2.30, freemint-gcc-7.1.0, freetds-1.2.9,
  gajim-plugin-omemo-2.8.4, gammu-1.42.0, gcc-mips-current-7.1.0,
  gdb7-7.12, gindent-2.2.12, gitolite-3.6.12, glade-3.38.1,
  global-6.6.5, gloox-1.0.24, gnucap-20210107, go-afero-1.6.0,
  go-appengine-1.6.7, go-argv-0.1.0, go-blackfriday-2.1.0,
  go-buffruneio-0.3.0, go-cast-1.3.1, go-cli-2.3.0, go-cmp-0.5.5,
  go-cobra-1.1.3, go-colorable-0.1.8, go-compress-1.12.1,
  go-cpuid-2.0.6, go-emoji-2.2.8, go-errors-0.9.1, go-fsnotify-1.4.9,
  go-gls-4.20.0, go-godirwalk-1.16.1, go-godotenv-1.3.0,
  go-hashstructure-2.0.1, go-homedir-1.1.0, go-i18n-2.1.2,
  go-ini-1.62.0, go-isatty-0.0.12, go-kr-pretty-0.2.1, go-ldap-3.3.0,
  go-logrus-1.8.1, go-mod-0.4.2, go-properties-1.8.5, go-protobuf-1.5.2,
  go-purell-1.1.1, go-quicktest-1.11.3, go-shellwords-1.0.11,
  go-siphash-1.2.2, go-sqlite3-2.0.6, go-testify-1.7.0, go-textseg-13.0.0,
  go-viper-1.7.1, go-walker-0.1.2, go-wordwrap-1.0.1, go-xz-0.5.10,
  golangci-lint-1.39.0, google-glog-2.2.2, gopls-0.6.10, got-0.52,
  gps-17.0, gradle-7.0, gromacs-2021.1, guile-bytestructures-1.0.10,
  guile-lib-0.2.7, h8300-elf-binutils-2.36.1, h8300-elf-gcc-7.1.0,
  hmmer-3.1b2, hylafax-6.0.7, hyperscan-5.4.0, idzebra-2.2.2,
  influxdb-2.0.4, iozone-3.490, iverilog-10.3, ivykis-0.42.4,
  kallisto-0.46.2, karchive-5.81.0, kbookmarks-5.81.0, kcmutils-5.81.0,
  kconfig-5.81.0, kcoreaddons-5.81.0, kcrash-5.81.0, kdeclarative-5.81.0,
  kdesdk-kioslaves-20.08.0, kdesdk-thumbnailers-20.08.0,
  kdoctools-5.81.0, kgb-bot-1.55, ki18n-5.81.0, kidletime-5.81.0,
  kio-5.81.0, kitemmodels-5.81.0, knotifications-5.81.0,
  knotifyconfig-5.81.0, konversation-1.7.7, kpackage-5.81.0,
  kparts-5.81.0, kpeople-5.81.0, kpty-5.81.0, kross-5.81.0,
  krunner-5.81.0, kservice-5.81.0, ktexteditor-5.81.0, kwayland-5.81.0,
  lbdb-49, libarchive-3.5.1, libbsd-0.11.3, libdbusmenu-glib-16.04.0,
  libdbusmenu-gtk-16.04.0, libdbusmenu-gtk-doc-16.04.0,
  libdbusmenu-gtk3-16.04.0, libdbusmenu-jsonloader-16.04.0,
  libdbusmenu-tools-16.04.0, libdevq-0.0.4, libdwarf-20210305,
  libextractor-1.11, libhidapi-0.10.1, libiconv-1.16, liblzo-2.10,
  librdkafka-1.6.1, libredwg-0.12.4, librelp-1.10.0, libslang-2.2.4,
  libthai-0.2.2, libunit-1.23.0, libyang-1.0.225, libzookeeper-3.7.0,
  log4cxx-0.11.0, lua-compat53-0.10, lua-cov-0.15.0, lua-rocks-3.7.0,
  lua-sql-mysql-2.4.0, lua-sql-postgres-2.4.0, lua-sql-sqlite3-2.4.0,
  lua-std-normalize-2.0.3, magic-8.3.154, man-pages-5.11,
  mariadb-connector-c-3.1.12, matrix-synapse-1.32.0, matterircd-0.24.0,
  mgetty+sendfax-1.2.1, mingw-binutils-2.36.1,
  mingw-w64-i686-binutils-2.36.1, mingw-w64-i686-gcc-10.3.0,
  mingw-w64-i686-gcc-bootstrap-10.3.0,
  mingw-w64-i686-gcc-winpthreads-10.3.0, mingw-w64-x86_64-binutils-2.36.1,
  mingw-w64-x86_64-gcc-10.3.0, mingw-w64-x86_64-gcc-bootstrap-10.3.0,
  mingw-w64-x86_64-gcc-winpthreads-10.3.0, miniircd-2.1,
  mipsel-none-elf-binutils-2.36.1, mipsel-none-elf-gcc-9.3.0,
  mixxx-2.2.4, mongo-c-driver-1.17.5.1, mongo-tools-4.2.13,
  mpdas-0.4.5, ncbi-blast+-2.11.0, nios2-binutils-2.36.1,
  ocaml-astring-0.8.5, ocaml-async-0.14.0, ocaml-async_extra-0.14.0,
  ocaml-async_kernel-0.14.0, ocaml-async_rpc_kernel-0.14.0,
  ocaml-async_unix-0.14.0, ocaml-base-0.14.1, ocaml-base64-3.5.0,
  ocaml-base_bigstring-0.14.0, ocaml-base_quickcheck-0.14.1,
  ocaml-batteries-3.3.0, ocaml-bigstringaf-0.6.1, ocaml-bin_prot-0.14.0,
  ocaml-checkseum-0.3.1, ocaml-cmdliner-1.0.4, ocaml-compiler-libs-0.12.3,
  ocaml-core-0.14.1, ocaml-core_kernel-0.14.1, ocaml-cppo-1.6.7,
  ocaml-cstruct-6.0.0, ocaml-decompress-1.3.0, ocaml-digestif-1.0.0,
  ocaml-duff-0.4, ocaml-encore-0.8, ocaml-eqaf-0.7, ocaml-fieldslib-0.14.0,
  ocaml-fmt-0.8.9, ocaml-fpath-0.7.3, ocaml-hex-1.4.0,
  ocaml-jane-street-headers-0.14.0, ocaml-jst-config-0.14.0,
  ocaml-lru-0.3.0, ocaml-migrate-parsetree-2.1.0, ocaml-mysql-1.2.4,
  ocaml-optint-0.1.0, ocaml-parsexp-0.14.0, ocaml-ppx_assert-0.14.0,
  ocaml-ppx_base-0.14.0, ocaml-ppx_bin_prot-0.14.0, ocaml-ppx_cold-0.14.0,
  ocaml-ppx_compare-0.14.0, ocaml-ppx_custom_printf-0.14.1,
  ocaml-ppx_deriving-5.2.1, ocaml-ppx_enumerate-0.14.0,
  ocaml-ppx_expect-0.14.1, ocaml-ppx_fail-0.14.0, ocaml-ppx_hash-0.14.0,
  ocaml-ppx_here-0.14.0, ocaml-ppx_jane-0.14.0, ocaml-ppx_let-0.14.0,
  ocaml-ppx_module_timer-0.14.0, ocaml-ppx_optcomp-0.14.1,
  ocaml-ppx_optional-0.14.0, ocaml-ppx_pipebang-0.14.0,
  ocaml-ppx_sexp_conv-0.14.3, ocaml-ppx_sexp_message-0.14.1,
  ocaml-ppx_sexp_value-0.14.0, ocaml-ppx_typerep_conv-0.14.2,
  ocaml-psq-0.2.0, ocaml-resource-pooling-1.2, ocaml-sexplib-0.14.0,
  ocaml-sexplib0-0.14.0, ocaml-spawn-0.14.0,
  ocaml-splittable_random-0.14.0, ocaml-stdio-0.14.0, ocaml-typerep-0.14.0,
  ocaml-variantslib-0.14.0, ocaml-zip-110, ocamlgraph-1.81,
  odbc-postgresql-9.06.0500, opencc-1.1.2, opengrok-1.7.1,
  or1k-none-elf-binutils-2.36.1, or1k-none-elf-gcc-9.3.0,
  p5-Alien-Build-2.38, p5-App-CLI-0.52, p5-App-Cmd-0.333,
  p5-App-perlbrew-0.92, p5-Archive-Peek-0.38, p5-Array-Compare-3.0.8,
  p5-B-Keywords-1.22, p5-BerkeleyDB-1.1, p5-CDB_File-1.05,
  p5-CPAN-FindDependencies-3.05, p5-CPAN-Perl-Releases-5.20210320,
  p5-CPANPLUS-0.9910, p5-Cache-FastMmap-1.56, p5-Carp-Assert-More-1.26,
  p5-Class-DBI-Plugin-1.04, p5-Clone-PP-1.08, p5-Config-MVP-2.200012,
  p5-Config-Tiny-2.26, p5-Convert-Binary-C-0.84, p5-Convert-Color-1.000001,
  p5-Cpanel-JSON-XS-4.26, p5-Curses-1.37, p5-DBD-DB2-1.86,
  p5-DBD-Mock-1.59, p5-DBD-Oracle-1.80, p5-DBD-Sybase-1.16,
  p5-DBI-2.01, p5-DBIx-SearchBuilder-1.69, p5-Data-MessagePack-1.05,
  p5-Data-ObjectDriver-0.21, p5-Data-Peek-0.50, p5-Data-Validate-IP-0.30,
  p5-Date-Manip-6.85, p5-Devel-NYTProf-6.07, p5-Devel-PatchPerl-2.08,
  p5-Dist-Zilla-6.017, p5-Dumbbench-0.501, p5-ExtUtils-F77-1.26,
  p5-File-Path-Tiny-1.0, p5-File-ShareDir-1.118, p5-File-Touch-0.12,
  p5-File-Valet-1.08, p5-File-Which-1.24, p5-FindBin-libs-2.21.0,
  p5-Fsdb-2.71, p5-Future-0.47, p5-Getopt-Long-Descriptive-0.109,
  p5-GitLab-API-v3-1.06, p5-GitLab-API-v4-0.26,
  p5-Glib-Object-Introspection-0.049, p5-Graph-ReadWrite-2.10,
  p5-IO-AIO-4.75, p5-IO-Async-0.78, p5-IO-Interactive-1.023,
  p5-IO-Tty-1.16, p5-JSON-4.03, p5-JSON-MaybeXS-1.004003,
  p5-JSON-Parse-0.61, p5-JSON-XS-4.03, p5-LEOCHARRE-Dir-1.09,
  p5-List-MoreUtils-0.430, p5-List-MoreUtils-XS-0.430, p5-Log-Agent-1.005,
  p5-Log-Any-1.709, p5-Log-Log4perl-1.54, p5-Log-Report-1.32,
  p5-Log-Report-Optional-1.07, p5-Mac-SystemDirectory-0.13,
  p5-Make-2.011, p5-MetaCPAN-Client-2.029000, p5-Module-ScanDeps-1.30,
  p5-Moo-2.005004, p5-MooX-File-ConfigDir-0.008,
  p5-MooX-HandlesVia-0.001009, p5-MooseX-App-Cmd-0.34,
  p5-MooseX-Getopt-0.75, p5-MooseX-Types-URI-0.09, p5-Net-CIDR-0.21,
  p5-Net-Jabber-2.1.7, p5-Object-Declare-0.25, p5-PAR-1.017,
  p5-PAR-Dist-0.51, p5-PPIx-Regexp-0.080, p5-Package-Stash-0.39,
  p5-PadWalker-2.5, p5-Params-Coerce-0.15, p5-Params-Validate-1.30,
  p5-Parse-PMFile-0.43, p5-Perl-Critic-1.140, p5-Perl-Tidy-20210402,
  p5-PkgConfig-0.25026, p5-Role-Tiny-2.002004, p5-Rose-DB-0.819,
  p5-SMS-Send-1.08, p5-SQL-Abstract-Limit-0.143,
  p5-Search-Elasticsearch-7.712, p5-Search-QueryParser-0.95,
  p5-Set-Object-1.41, p5-Specio-0.47, p5-String-Util-1.32,
  p5-Sub-Exporter-ForMethods-0.100054, p5-Sub-HandlesVia-0.016,
  p5-Term-ReadLine-Gnu-1.40, p5-perl-ldap-0.68, pandoc-2.13,
  paprefs-1.1, pdp11-aout-binutils-2.36.1, pdp11-aout-gcc-9.3.0,
  pg_repack-1.4.6, pgbouncer-1.15.0, pgbuildfarm-12, pgpool2-4.2.2,
  phoronix-test-suite-10.2.2, php-rrd-2.0.2, postgres_exporter-0.9.0,
  postgresql-pgroonga-2.2.9, postgresql-pljava-1.6.2,
  powerpc-none-elf-binutils-2.36.1, powerpc-none-elf-gcc-9.3.0,
  profanity-0.10.0, prosody-0.11.8, pt2-clone-1.29, py-MyHDL-0.11,
  py-gammu-3.1, py-mautrix-0.9.1, py-musicbrainz-ngs-0.7.1,
  py-mutagen-1.45.1, py-postgresql-5.1.2, py-pydicom-2.1.2,
  py-rarfile-4.0, py-tokyocabinet-0.6, qcad-3.26.2.0, quazip-1.1,
  skf-2.10.14, snd-21.3, stacks-2.55, telegram-purple-1.4.7,
  telepathy-gabble-0.18.4, telepathy-haze-0.8.1, telepathy-idle-0.2.2,
  telepathy-mission-control5-5.16.6, telepathy-qt-0.9.8, toxcore-0.2.12,
  trimmomatic-0.39, vsearch-2.17.0, wiredtiger-10.0.0, wmmixer-1.9,
  xaric-0.13.9, xcircuit-3.10.30, xjadeo-0.8.10.

(wiz)

2021-04-23 20:56:27 UTC MAIN commitmail json YAML

doc: mention libdbusmenu-gtk-doc package

(wiz)

2021-04-23 20:40:04 UTC MAIN commitmail json YAML

doc: mention R-testit package

(wiz)

2021-04-23 20:15:25 UTC MAIN commitmail json YAML

doc: Updated geography/gdal-lib to 3.2.2nb3

(thor)

2021-04-23 20:15:14 UTC MAIN commitmail json YAML

geography/gdal-lib: explicit dep on libgeotiff and qhull

(thor)

2021-04-23 19:21:15 UTC MAIN commitmail json YAML

breeze-icons: make python dependencies explicit

(nia)

2021-04-23 19:20:08 UTC MAIN commitmail json YAML

pyversion.mk: handle more cmake module goop

(nia)

2021-04-23 18:18:02 UTC MAIN commitmail json YAML

nano: actually depend on pkg-config

(nia)

2021-04-23 18:00:28 UTC MAIN commitmail json YAML

Update to file-embed-0.0.13.0

0.0.13.0
* Ensure that directory listings are returned in sorted order for
  reproducibility yesodweb/yesod#1684

0.0.12.0
* Use the Bytes literal on newer GHCs to reduce memory usage during
  compilation #36

(pho)

2021-04-23 17:57:45 UTC MAIN commitmail json YAML

2021-04-23 17:54:46 UTC MAIN commitmail json YAML

2021-04-23 17:51:54 UTC MAIN commitmail json YAML

2021-04-23 17:48:43 UTC MAIN commitmail json YAML

2021-04-23 17:45:24 UTC MAIN commitmail json YAML

2021-04-23 17:24:02 UTC MAIN commitmail json YAML

2021-04-23 17:05:26 UTC MAIN commitmail json YAML

editors/nano: ensure pkg-config is used for ncurses search

(thor)

2021-04-23 16:56:35 UTC MAIN commitmail json YAML

doc: Updated graphics/cairo to 1.16.0nb3

(thor)

2021-04-23 16:56:21 UTC MAIN commitmail json YAML

graphics/cairo: make symbol lookup feature optional, avoiding libbfd

If cairo finds libbfd, it would use it unless symbol lookup was not
requested. This dependency is problematic as the binutils library
does not provide long-term ABI stability. We can live fine without this
feature and reduce the dependency footprint.

(thor)

2021-04-23 16:41:34 UTC MAIN commitmail json YAML

Update to optparse-applicative-0.16.1.0

Version 0.16.1.0 (21 Nov 2020)
* Guard process dependency behind an on by default flag. This allows
  one to shrink the dependency tree significantly by turning off the
  ability to use bash completion actions.
* Remove bytestring dependency from the test suite.

Version 0.16.0.0 (14 Aug 2020)
* Add Options.Applicative.NonEmpty.some1 function, which parses
  options the same as some1 from base, but doesn't cause duplicates in
  the usage texts.
* Further improve help text generation in the presence of optional
  values when nesting is involved, and many and some when displayed
  with a suffix.
* Add "global" options to the usage texts for subcommands. When using
  subcommands, a "global options" section can now appear below the
  options and commands sections.

  Global options are off by default, to enable them, use the
  helpShowGlobals modifier.

  The noGlobal builder will suppress a single option being displayed
  in the global options list.
* Allow the --help option to take the name of a command. Usage without
  any arguments is the same, but now, when an argument is given, if it
  is the name of a currently reachable command, the help text for that
  command will be show.
* Updated dependency bounds.
* Add builder for the all positional parser policy.
* Remove deprecated functions
  - nullOption
  - execParserMaybe
  - customExecParserMaybe

(pho)

2021-04-23 16:40:29 UTC MAIN commitmail json YAML

2021-04-23 16:17:28 UTC MAIN commitmail json YAML

devel/boost-libs: smarter check for libbacktrace indepentent of distro

This just does a quick compile/link to actually see if libbacktrace is
present in the current toolchain, not resorting to assumptions based on
Linux distro. In theory, it should work on any system, but I kept the
Linux condition in place.

(thor)

2021-04-23 16:12:27 UTC MAIN commitmail json YAML

2021-04-23 16:09:09 UTC MAIN commitmail json YAML

Update to parser-combinators-1.3.0

* Changed the Control.Applicative.Permutations module to only require
  Applicative and not Monad. This module is the least restrictive and
  works with parsers which are not Monads.

* Added the Control.Monad.Permutations module. This module may be
  substantially more efficient for some parsers which are Monads.

* Corrected how permutation parsers intercalate effects and
  components; parsing an effect requires that a component immediately
  follows or else a parse error will result.

(pho)

2021-04-23 16:08:32 UTC MAIN commitmail json YAML

doc: Updated devel/nss to 3.64.0nb2

(rin)

2021-04-23 16:07:44 UTC MAIN commitmail json YAML

2021-04-23 16:05:55 UTC MAIN commitmail json YAML

doc: Updated devel/nspr to 4.30.0nb1

(rin)

2021-04-23 16:03:15 UTC MAIN commitmail json YAML

2021-04-23 15:46:08 UTC MAIN commitmail json YAML

2021-04-23 15:44:40 UTC MAIN commitmail json YAML

Update to code-page-0.2.1

0.2.1 [2021.02.06]
* Allow building with base-4.15 (GHC 9.0) or later on Windows.

(pho)

2021-04-23 15:40:31 UTC MAIN commitmail json YAML

2021-04-23 15:31:53 UTC MAIN commitmail json YAML

Update to vector-th-unbox-0.2.1.9

0.2.1.9
* Fixed the build failure on GHC 7.10.3 (and older)

0.2.1.8
* Supported GHC 9.0.1

(pho)

2021-04-23 15:29:38 UTC MAIN commitmail json YAML

2021-04-23 15:24:09 UTC MAIN commitmail json YAML

Update to conduit-1.3.4.1

1.3.4.1
* Library and tests compile and run with GHC 9.0.1 #455

1.3.4
* Add foldWhile #453 #456.

1.3.3
* Add uncons, unconsM, unconsEither, unconsEitherM.

1.3.2.1
* Fix isChunksForExactlyE #445 #446

1.3.2
* Add mapInputM #435

(pho)

2021-04-23 13:20:24 UTC MAIN commitmail json YAML

2021-04-23 13:16:50 UTC MAIN commitmail json YAML

2021-04-23 13:15:47 UTC MAIN commitmail json YAML

Update to semigroupoids-5.3.5

* The build-type has been changed from Custom to Simple. To achieve
  this, the doctests test suite has been removed in favor of using
  cabal-docspec to run the doctests.
* Explicitly mark modules as Safe.

(pho)

2021-04-23 13:11:36 UTC MAIN commitmail json YAML

Update to profunctors-5.6.2

5.6.2 [2021.02.17]
* Add Semigroup and Monoid instances for Forget

5.6.1 [2020.12.31]
* Add Functor instances for PastroSum, CopastroSum, Environment,
  FreeMapping, Pastro, Copastro, FreeTraversing, and Coyoneda.
* Explicitly mark modules as Safe.

5.6 [2020.10.01]
* Enable the PolyKinds extension. The following datatypes now have
  polymorphic kinds: (:->), Cayley, Procompose, Rift,
  ProfunctorFunctor, Ran, Codensity, Prep, Coprep, Star, Costar,
  WrappedArrow, Forget.
* Allow building with GHC 9.0.

5.5.2 [2020.02.13]
* Add Cochoice, Costrong, Closed, Traversing, and Mapping instances
  for Cayley.
* Add Mapping and Traversing instances for Tannen.

(pho)

2021-04-23 13:07:39 UTC MAIN commitmail json YAML