Commit graph

308709 commits

Author SHA1 Message Date
pho
a685d737e0 Update to vault-0.3.1.3
0.3.1.3
    Bump dependencies to allow hashable-1.3.
    Compatibility with GHC-8.8
        Bump dependencies to allow base >= 4.5 && < 4.14

0.3.1.2
    Bump dependencies to allow containers-0.6.
    Compatibility with GHC-8.6
        Bump dependencies to allow base >= 4.5 && < 4.13.

0.3.1.1
    Rename source files to allow building the package with Bazel.

0.3.1.0
    Compatibility with GHC-8.4:
        Bump dependencies to allow base >= 4.5 && < 4.12.
        Add Semigroup instances.

0.3.0.7
    Bump dependencies to allow base >= 4.5 && < 4.11.

0.3.0.6
    Bump dependencies to allow base >= 4.5 && < 4.10.

0.3.0.5
    Add support for GHC type roles extension, using the RoleAnnotations language pragma.

0.3.0.4
    Bump upper version bound for the base dependency.
2020-01-02 09:31:47 +00:00
fcambus
68ce9e0542 doc: Updated audio/libopenmpt to 0.4.11 2020-01-02 09:24:10 +00:00
fcambus
2c0155ba1f libopenmpt: update to 0.4.11.
This fixes CVE-2019-14380 and CVE-2019-17113.

ChangeLog:

### libopenmpt 0.4.11 (2019-12-22)

 *  MOD: Fix initial instrument change with no note playing. Fixes first pattern
    of Beyond Music by Captain.

### libopenmpt 0.4.10 (2019-10-30)

 *  The "date" metadata could contain a bogus date for some older IT files.
 *  Do not apply global volume ramping from initial global volume when seeking.

 *  MTM: Sample loop length was off by one.
 *  PSM: Sample loop length was off by one in most files.

 *  mpg123: Update to v1.25.13 (2019-10-26).

### libopenmpt 0.4.9 (2019-10-02)

 *  [**Sec**] libmodplug: C API: Limit the length of strings copied to the
    output buffer of `ModPlug_InstrumentName()` and `ModPlug_SampleName()` to 32
    bytes (including terminating null) as is done by original libmodplug. This
    avoids potential buffer overflows in software relying on this limit instead
    of querying the required buffer size beforehand. libopenmpt can return
    strings longer than 32 bytes here beacuse the internal limit of 32 bytes
    applies to strings encoded in arbitrary character encodings but the API
    returns them converted to UTF-8, which can be longer. (reported by Antonio
    Morales Maldonado of Semmle Security Research Team) (r12129)
    ([CVE-2019-17113](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17113))
 *  [**Sec**] libmodplug: C++ API: Do not return 0 in
    `CSoundFile::GetSampleName()` and `CSoundFile::GetInstrumentName()` when a
    null output pointer is provided. This behaviour differed from libmodplug and
    made it impossible to determine the required buffer size. (r12130)

### libopenmpt 0.4.8 (2019-09-30)

 *  [**Sec**] Possible crash due to out-of-bounds read when playing an OPL note
    with active filter in S3M or MPTM files (r12118).

### libopenmpt 0.4.7 (2019-09-23)

 *  [**Bug**] Compilation fix for various platforms that do not provide
    `std::aligned_alloc` in C++17 mode. The problematic dependency has been
    removed. This should fix build problems on MinGW, OpenBSD, Haiku, and others
    for good.

 *  J2B: Ignore notes with non-existing instrument (fixes Ending.j2b).

 *  mpg123: Update to v1.25.12 (2019-08-24).
 *  ogg: Update to v1.3.4. (2019-08-31).
 *  flac: Update to v1.3.3. (2019-08-04).

### libopenmpt 0.4.6 (2019-08-10)

 *  [**Bug**] Compilation fix for OpenBSD.
 *  [**Bug**] Compilation fix for NO_PLUGINS being defined.

 *  in_openmpt: Correct documentation. `openmpt-mpg123.dll` must be placed into
    the Winamp directory.

 *  Detect IT files unpacked with early UNMO3 versions.

 *  mpg123: Update to v1.25.11 (2019-07-18).
 *  minimp3: Update to commit 977514a6dfc4960d819a103f43b358e58ac6c28f
    (2019-07-24).
 *  miniz: Update to v2.1.0 (2019-05-05).
 *  stb_vorbis: Update to v1.17 (2019-08-09).

### libopenmpt 0.4.5 (2019-05-27)

 *  [**Sec**] Possible crash during playback due out-of-bounds read in XM and
    MT2 files (r11608).
    ([CVE-2019-14380](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14380))

 *  Breaking out of a sustain loop through Note-Off sometimes didn't continue in
    the regular sample loop.
 *  Seeking did not stop notes playing with XM Key Off (Kxx) effect.

### libopenmpt 0.4.4 (2019-04-07)

 *  [**Bug**] Channel VU meters were swapped.

 *  Startrekker: Clamp speed to 31 ticks per row.
 *  MTM: Ignore unused Exy commands on import. Command E5x (Set Finetune) is now
    applied correctly.
 *  MOD: Sample swapping was always enabled since it has been separated from the
    ProTracker 1/2 compatibility flag. Now it is always enabled for Amiga-style
    modules and otherwise the old heuristic is used again.

 *  stb_vorbis: Update to v1.16 (2019-03-05).
2020-01-02 09:23:58 +00:00
pho
678ddf2cc1 Remove PLIST; we can no longer use it for Haskell packages 2020-01-02 09:20:16 +00:00
pho
4f88dd56a5 Fix build with recent devel/hs-hashable 2020-01-02 09:18:48 +00:00
pho
b80fcba9fe Remove PLIST; we can no longer use it for Haskell packages 2020-01-02 09:13:43 +00:00
pho
5030e94172 doc: Updated devel/hs-split to 0.2.3.3 2020-01-02 09:11:42 +00:00
pho
1ee8fe967d Update to split-0.2.3.3
* 0.2.3.3 (23 Jan 2018)
  - Update for GHC-8.4, test with GHC 7.0-8.4

* 0.2.3.2 (15 May 2017)
  - Move to github.

* 0.2.3.1 (2 May 2016)
  - Fix a test case which was causing occasional spurious test suite
    failures due to too many discarded tests.  Thanks to Doug
    Beardsley and Peter Simons for reporting the issue.

* 0.2.3 (12 January 2016)
  - New function 'divvy' (with associated tests) from Tim Washington.

* 0.2.2r2 (7 Jan 2016)
  - allow base-4.9

* 0.2.2r1 (12 Dec 2014)
  - allow base-4.8
2020-01-02 09:11:33 +00:00
mef
561d0f9c8f (graphics/py-wand) ${PYPKGPREFIX} should not be attached in GITHUB_PROJECT 2020-01-02 09:07:46 +00:00
pho
1067ab0d38 doc: Updated devel/hs-setlocale to 1.0.0.9 2020-01-02 09:07:16 +00:00
pho
6efc3d8a3c Update to setlocale-1.0.0.9
No changelogs provided by the upstream.
2020-01-02 09:07:04 +00:00
pho
d0fcf61310 doc: Updated devel/hs-safe to 0.3.18 2020-01-02 07:19:31 +00:00
pho
9fc7a200f5 Update to safe-0.3.18
0.3.18, released 2019-12-04
    #27, deprecate maximumDef and friends, fold*1Def
    #27, add maximumBounded and friends
    Stop supporting GHC 7.4 to 7.8
0.3.17, released 2018-03-09
    Improve the display of errors, less internal callstack
    Add a few missing Partial constraints
0.3.16, released 2018-01-06
    #22, add Safe index
0.3.15, released 2017-06-18
    Support QuickCheck 2.10
0.3.14, released 2017-02-15
    #20, fix for GHC 7.10.1
0.3.13, released 2017-02-09
    #20, require GHC 7.4 or above
0.3.12, released 2017-02-05
    #19, add Safe.Partial exposing a Partial typeclass
    #19, add support for GHC call stacks
0.3.11, released 2017-01-22
    #16, add Safe succ and pred
    #16, add readEitherSafe for better errors than readEither
    #14, add Safe zip3Exact
0.3.10, released 2016-11-08
    #15, add Safe cycle
0.3.9, released 2015-05-09
    #9, add Safe toEnum
0.3.8, released 2014-08-10
    #8, remove unnecessary Ord constraints from Foldable functions
2020-01-02 07:19:23 +00:00
pho
a949411c6d doc: Updated devel/hs-reflection to 2.1.5 2020-01-02 07:16:35 +00:00
pho
6c85dae596 Update to reflection-2.1.5
2.1.5 [2019.08.27]
* Fix a bug in which reifyNat would yield incorrect results for very
  large Integers on GHC 8.2 or later.

2.1.4 [2018.07.02]
* Allow building with GHC 8.6.

2.1.3 [2018.01.18]
* Add Semigroup instance for ReflectedMonoid.

2.1.2
* Support cross-compilation and unregistered GHC builds.

2.1.1.1
* Fixed typos in the documentation.

2.1.1
* Fixed support for GHC 7.0

2.1
* Added ReifiedMonoid and ReifiedApplicative.

2
* Added reifyNat and reifySymbol for GHC 7.8+, capable of reflecting
  into the KnownNat and KnownSymbol classes respectively for use with
  other APIs.
* Back-ported reifyTypeable from lens. This enables us to perform a
  (less efficient) form of Typeable reflection.

1.5.2
* Renamed the flag for disabling the use of template-haskell, to
  -f-template-haskell for consistency with my other packages.

1.5.1.2
* Builds warning-free on GHC 7.10.
* Added a dynamic FromJSON example.

1.5.1.1
* Updated the link to the paper.
* More examples.
2020-01-02 07:16:27 +00:00
pho
e0c822ba6e doc: Updated devel/hs-hint to 0.7.0 2020-01-02 04:58:20 +00:00
pho
b6829a54e7 Update to hint-0.7.0
0.7.0
* Support for GHC 8.2
* Support use in a dynamically-linked executable
* Add normalizeType, like ghci's :kind!
* Drop support for GHC 7.6

0.6.0
* Support for GHC 8.0
* Add displayException to InterpreterError

0.5.2
* Add runInterpreter variant that takes a GHC libdir at runtime
* Add missing negated extensions to the Extension type
* Do not throw GHC warnings as errors

0.5.1
* Expose unsafeInterpret in Language.Haskell.Interpreter.Unsafe

0.5.0
* Drop support for GHC 7.4
* Remove deprecated functions and modules:
  * glasgowExtensions
  * setUseLanguageExtensions
  * setInstalledModsAreInScopeQualified
  * Language.Haskell.Interpreter.GHC
  * Language.Haskell.Interpreter.GHC.Unsafe
* Drop dependencies on ghc-mtl and extensible-exceptions

0.4.3
* New maintainer and source code repo
2020-01-02 04:58:07 +00:00
pho
68dc31c7a2 doc: Updated devel/hs-haskell-src-exts to 1.22.0 2020-01-02 04:52:53 +00:00
pho
c43abde06a Update to haskell-src-exts-1.22.0
1.21.1 --> 1.22.0
=================
* Support Template Haskell typed splices and quotations (#432)
  - Breaking change: new constructors on Token data type
* Fix unicode identifier parsing (#442)

1.21.0 --> 1.21.1
=================
* GHC 8.8.1 compatibility (MonadFail)

1.20.3 --> 1.21.0
=================
* DerivingVia (#420)
* TypeInType  (#414)
* Parse TH-quoted list constructor (#415)

1.20.2 --> 1.20.3
=================
* GHC 8.6.1 compatability (MonadFail)
* Remove cpphs dependency

1.20.1 --> 1.20.2
=================
* Add fixity of (&)
* GHC 8.4.1 compatability

1.20.0 --> 1.20.1
===================
* Fix two test failures

1.19.1 --> 1.20.0
===================

* GHC 8.2 updates
* Add some missing Generics instances (#380)
* Support Template Haskell pattern splices (#352)
* Fix overloaded labels starting with _ (#362)
* Relax MultiParamTypeClass check (#333)
* DeriveAnyClass (#337)
* Deriving Strategies (#387)
* OVERLAPS/OVERLAPPING/OVERLAPPABLE pragmas
* Unboxed Sums
* Expression holes in infix expressions
* Support multiple pattern synonyms per pattern synonym signature
* COMPLETE pragmas
* Fix #309, remove unnecessary semi-colon from pretty printer
* Refine ExplicitNamespaces to properly export type operators

1.19.0 --> 1.19.1
===================

* Revert making fields of `SrcLoc` strict. (#340)


1.18.2 --> 1.19.0
===================

* Add JavaScriptFFI to known extensions (#335)
* Remove space when pretty printing `SrcLoc`. (#307)
* Don't reverse arguments in a context. (#328)
* Add support for EmptyCase extension (#255)


1.18.1 --> 1.18.2
===================

* Fix overzealous lexing of type applications

1.18.0 --> 1.18.1
===================

* Fix overzealous lexing of overloaded labels.


1.17.1 --> 1.18.0
===================

* Remove simplified AST
* GHC 8.0 update: Overloaded labels, type applications, pattern synonym
extensions, StrictData, injective type families

AST changes:

* Add TyQuasiQuote (#279).

Other changes:

* Only treat 'role' as a keyword in certain contexts (#286).
* Prettyprint '!' in patterns correctly when BangPatterns are enabled (#287).
* Parse magic hash with multiple trailing hashes (#300).
* Apply fixities inside pattern synonym builders
* Fix lexing of idents with multiple trailing #
2020-01-02 04:52:43 +00:00
pho
b655e0763d Remove PLIST; we can no longer use it for Haskell packages 2020-01-02 04:35:17 +00:00
leot
d08a884ece fstrm: Add missing patch-libmy_argv.c entry to distinfo
PKGREVISION++
2020-01-02 03:31:24 +00:00
pho
d79b2d12a1 doc: Updated devel/hs-cpphs to 1.20.8 2020-01-02 03:27:22 +00:00
pho
f352500cee Update to cpphs-1.20.8
Version 1.20
------------
  * bugfixes for #if defined(FOO) && FOO(a,b)
  * (1.20.1): fix version number
  * (1.20.2): ensure all input/output is UTF8, regardless of locale
  * (1.20.3): detect an absolute windows path with a drive letter in a #include
  * (1.20.4): more windows path handling
  * (1.20.5): revert change in 1.20.4
  * (1.20.6): minor bugfix for crash in obscure corner case
  * (1.20.7): bugfix for windows drive letter in #include
  * (1.20.8): another bugfix for windows drive letter in #include

Version 1.19
------------
  * (1.19.3): bugfix for hlint ticket #161 - interaction of --unlit/--linepragma
2020-01-02 03:27:12 +00:00
pho
4269ebba38 doc: Updated textproc/hs-polyparse to 1.13 2020-01-02 03:21:19 +00:00
pho
01a98279f9 Update to polyparse-1.13
1.13
* GHC-8.8 compatibility
* PolyParse has MonadFail as a superclass.

1.12.1
* GHC-8.6 compatibility
  * MonadFail instances
2020-01-02 03:21:09 +00:00
pho
945075d014 Add hs-old-time 2020-01-02 03:07:01 +00:00
pho
2a5c44e775 doc: Added time/hs-old-time version 1.1.0.3 2020-01-02 03:06:33 +00:00
pho
59744338d0 Import old-time-1.1.0.3
This package provides the old time library.

For new projects, the newer time library is recommended.
2020-01-02 03:06:18 +00:00
pho
f86bf1e5cc Add hs-time-compat 2020-01-02 02:55:31 +00:00
pho
62fdde2165 Add hs-base-compat, hs-base-orphans, hs-th-abstraction 2020-01-02 02:54:51 +00:00
pho
4a58de1938 doc: Updated devel/hs-MonadRandom to 0.5.1.1 2020-01-02 02:47:42 +00:00
pho
a82640e509 Derp, I forgot to actually change the version 2020-01-02 02:47:31 +00:00
ng0
42326a7c53 doc: Added fonts/unscii version 1.1 2020-01-02 02:00:30 +00:00
ng0
8da22334d8 unscii: Import unscii-1.1 as fonts/unscii
Unscii is a set of bitmapped Unicode fonts based on classic system
fonts. Unscii attempts to support character cell art well while also
being suitable for terminal and programming use.

The two main variants are unscii-8 (8x8) and unscii-16 (8x16). There
are also several alternative styles for unscii-8, as well as a 8x16
"full" variant that incorporates missing Unicode glyphs from Fixedsys
Excelsior and GNU Unifont. "unscii-16-full" falls under GPL because of
how Unifont is licensed; the other variants are in the Public Domain.

HEX and PCF are the only actual bitmapped formats here. HEX is the
same simple hexdump format as used by the Unifont project.

TTF, OTF and WOFF are vectorized because the bitmapped TTF fonts
generated by FontForge didn't seem to work anywhere. Fixes to this
problem are appreciated.
2020-01-02 01:59:46 +00:00
fcambus
b4e72e6886 doc: Updated lang/yabasic to 2.86.3 2020-01-01 23:09:46 +00:00
fcambus
f38f39f97d yabasic: update to 2.86.3.
This fixes CVE-2019-19796.

ChangeLog:

Version 2.86.3 (December 15, 2019)
  - Fix for heap overflow found with honggfuzz
2020-01-01 23:09:34 +00:00
fcambus
daca5bd3b2 doc: Updated graphics/libansilove to 1.1.7 2020-01-01 23:03:46 +00:00
fcambus
55d3301a1c libansilove: update to 1.1.7.
ChangeLog:

libansilove 1.1.7 (2019-12-19)

- Rename the alSelectFont() function to select_font()
- Only export symbols which are part of the public API
2020-01-01 23:02:59 +00:00
fcambus
f848b62c8b bdf2psf: tweak the 'do-install' target to install all .equivalents and .set files. 2020-01-01 22:26:59 +00:00
markd
4d56ed319e transcode: patch update missed in previous commit 2020-01-01 22:17:29 +00:00
fcambus
cbad612a18 doc: Updated editors/le to 1.16.7 2020-01-01 22:12:21 +00:00
fcambus
2a40b1f534 le: update to 1.16.7.
Version 1.16.7 - 2019-12-19

* fixed syntax highlighting initialization on loading of another file.
* minor python syntax additions.
2020-01-01 22:12:08 +00:00
leot
75d3ca7125 doc: Updated net/mitmproxy to 5.0.1 2020-01-01 21:30:16 +00:00
leot
436531c897 mitmproxy: Update to 5.0.1
Changes:
5.0.1
-----
 * Fixed precompiled Linux binaries to not crash in table mode.
 * Support image/webp preview in mitmweb
2020-01-01 21:30:03 +00:00
adam
8d0e1115a1 Updated graphics/libepoxy, net/haproxy 2020-01-01 21:18:24 +00:00
adam
79c40b9cb1 haproxy: updated to 2.1.2
2.1.2:
* BUG/MEDIUM: stream: Be sure to never assign a TCP backend to an HTX stream
* BUILD: ssl: improve SSL_CTX_set_ecdh_auto compatibility
* BUG/MEDIUM: ssl: Don't set the max early data we can receive too early.
* BUG/MEDIUM: ssl: Revamp the way early data are handled.
* BUG/MEDIUM: fd/threads: fix a concurrency issue between add and rm on the
  same fd
* BUG/MINOR: ssl: openssl-compat: Fix getm_ defines
* MINOR: sample: Validate the number of bits for the sha2 converter
* DOC: clarify the fact that replace-uri works on a full URI
* BUG/MINOR: sample: fix the closing bracket and LF in the debug converter
* BUG/MINOR: sample: always check converters' arguments
* MINOR: debug: support logging to various sinks
* MINOR: http: add a new "replace-path" action
* MINOR: task: only check TASK_WOKEN_ANY to decide to requeue a task
* BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing
* MINOR: fd/threads: make _GET_NEXT()/_GET_PREV() use the volatile attribute
* BUG/MEDIUM: state-file: do not allocate a full buffer for each server
* BUG/MINOR: state-file: do not store duplicates in the global tree
* BUG/MINOR: state-file: do not leak memory on parse errors
2020-01-01 21:18:07 +00:00
adam
7de42d8f9c libepoxy: updated to 1.5.4
1.5.4:
Don't build GLX tests if X11 support is disabled
Add unit tests for epoxy_gl_version()
Reduce the size of the binary by reusing static strings
Fix build on Solaris
Update the GL registries
2020-01-01 21:16:12 +00:00
adam
315e314607 meson: add test target 2020-01-01 21:15:06 +00:00
wiz
718cd27985 py-borgbackup: Fix typo. 2020-01-01 20:37:14 +00:00
triaxx
c258e1db6e doc: Updated mail/fetchmail to 6.4.1 2020-01-01 20:37:13 +00:00