Commit graph

293729 commits

Author SHA1 Message Date
wen
00cbd92661 Remove p5-Mail-Box-IMPAP4 2019-02-24 11:33:07 +00:00
wen
511cf09f31 Remove mail/p5-Mail-Box-IMPAP4 because of the typo in port name.
Spotted by:	wiz@
2019-02-24 11:32:12 +00:00
wen
ca0c40014b Updated time/p5-Time-HiRes to 1.9760 2019-02-24 10:45:49 +00:00
wen
775dba0a42 Update to 1.9760
Upstream changes:
1.9760 [2019-02-18]
 - make utime() available only if we have both fd and name setting
   [RT #133030]
 - Adjutst Makefile.PL for windows: the DEFINE() in Makefile.PL
   can't be be in sub init() because that sub isn't called on windows
 - t/itimer.t: avoid race condition.
 - don't truncate nanosec utime
 - fallback/const-c.inc: Avoid compiler warning showing up on darwin.

1.9759 [2018-03-23]
 - This version reverts the changes on CPAN that were included in 1.9754 - 1.9758.
   Several of these changes caused instability on some windows platforms. We can
   revisit these fixes if necessary in Perl 5.29.0
2019-02-24 10:42:47 +00:00
wiz
3f40ec6c8a doc: Updated mail/notmuch to 0.28.2 2019-02-24 10:42:24 +00:00
wiz
32a58acd2d notmuch: update to 0.28.2.
Notmuch 0.28.2 (2019-02-17)
===========================

Emacs
-----

Invoke gpg with --batch and --no-tty.

Python Bindings
---------------

Fix documentation build with Python 3.7. Note that Python >= 3.3 is
now needed to build this documentation.
2019-02-24 10:42:15 +00:00
wiz
8260fe88fa doc: Updated audio/icecast to 2.4.4 2019-02-24 10:38:22 +00:00
wiz
a146cf9f54 icecast: update to 2.4.4.
Icecast 2.4.4
-----------------------------------------------------------------------------
We are releasing Icecast 2.4.4, an important bugfix-only release.
We recommend upgrading for increased stability and compatibility!

## Fixes

- Fix: Fixed segfault in htpasswd auth if no filename is set
- Fix: Do not report hashed user passworts in user list.
- Fix two mistakes in the default config's comments
- Add log message for succesful streamlist requests
- Fix: update_from_master() for receiving HTTP/1.1
- Fix: Spelling, thanks to Ukikie
- Fix: Fixed a segfault when xsltApplyStylesheet() returns error
- Fix: Do not segfaul on bad Opus streams
- Fix: Corrected response and fixed TLS for 416 Request Range Not Satisfiable
  responses
- Fix: TLS for ICECAST_PROTOCOL_SHOUTCAST source clients
  and investigating the bug.
- Fix: global listener count could be negative under certain circumstances
  Thanks a lot to Simeon Völkel (0xBD4E031CDB4043C9) for reporting
  and investigating the bug.
- Fix: Send "Content-Length: 0" on 100-continue
- Fix: Do not send 100-continue in plain text over TLS sockets
- Fix: Added needed code to announce Opus streams as such to yp.
- Fix: Avoid invalid locking in signal handlers.
- Workaround: avoid libspeex printing warnings on Opus streams.
- Fix: Fixed regression introduced by r19250.
  The fix checks if the source client is actually
  known before printing it's IP-Address.
- Fix: do not allow unescaped strings in XML output.

## Known issues

-   HTTP PUT implementation currently doesn't support chunked encoding yet.
-   HTTP PUT with "Expect: 100-Continue" receives first a "100" and soon
    after a "200", instead of the "200" at the end of transmission.
-   Caution should be exercised when using `<on-connect>` or
    `<on-disconnect>`, as there is a small chance of stream file descriptors
    being mixed up with script file descriptors, if the FD numbers go above
    1024. This will be further addressed in the next Icecast release.
-   Don't use comments inside `<http-headers>` as it will
    prevent processing of further `<header>` tags.
-   Webinterface shows Login when using just `stream_auth`.
2019-02-24 10:38:12 +00:00
wiz
f894d6f71a doc: Updated sysutils/spice-protocol to 0.12.15 2019-02-24 10:35:58 +00:00
wiz
7f54d23220 spice-protocol: update to 0.12.15.
Major changes in 0.12.15
========================
* Add support for h265 video codec
* qxl_dev: Align QXLRam to 4 bytes
* meson: fix spice-protocol as subproject
2019-02-24 10:35:48 +00:00
wiz
281f89591c doc/TODO: add some
+ ImageMagick-7.0.8.28, gtar-base-1.32, libxkbcommon-0.8.4,
musicpd-0.21.5, notmuch-0.28.2, pcre-8.43.
- cbindgen-0.8.0
2019-02-24 10:31:53 +00:00
wiz
bf2e3439b7 *: recursive bump for libgit2 0.28 2019-02-24 10:16:02 +00:00
wiz
ef956ddbc8 doc: Updated devel/libgit2 to 0.28.1 2019-02-24 10:15:36 +00:00
wiz
9bc820a092 libgit2: update to 0.28.1.
v0.28.1
-------

This is a bugfix release with the following change:

* The deprecated functions (`git_buf_free` and the `giterr_` family of
  functions) are now exported properly.  In the v0.28 release, they were
  not given the correct external attributes and they did not have the
  correct linkage visibility in the v0.28 library.

v0.28
-----

### Changes or improvements

* The library is now always built with cdecl calling conventions on
  Windows; the ability to build a stdcall library has been removed.

* Reference log creation now honors `core.logallrefupdates=always`.

* Fix some issues with the error-reporting in the OpenSSL backend.

* HTTP proxy support is now builtin; libcurl is no longer used to support
  proxies and is removed as a dependency.

* Certificate and credential callbacks can now return `GIT_PASSTHROUGH`
  to decline to act; libgit2 will behave as if there was no callback set
  in the first place.

* The line-ending filtering logic - when checking out files - has been
  updated to match newer git (>= git 2.9) for proper interoperability.

* Symbolic links are now supported on Windows when `core.symlinks` is set
  to `true`.

* Submodules with names which attempt to perform path traversal now have their
  configuration ignored. Such names were blindly appended to the
  `$GIT_DIR/modules` and a malicious name could lead to an attacker writing to
  an arbitrary location. This matches git's handling of CVE-2018-11235.

* Object validation is now performed during tree creation in the
  `git_index_write_tree_to` API.

* Configuration variable may now be specified on the same line as a section
  header; previously this was erroneously a parser error.

* When an HTTP server supports both NTLM and Negotiate authentication
  mechanisms, we would previously fail to authenticate with any mechanism.

* The `GIT_OPT_SET_PACK_MAX_OBJECTS` option can now set the maximum
  number of objects allowed in a packfile being downloaded; this can help
  limit the maximum memory used when fetching from an untrusted remote.

* Line numbers in diffs loaded from patch files were not being populated;
  they are now included in the results.

* The repository's index is reloaded from disk at the beginning of
  `git_merge` operations to ensure that it is up-to-date.

* Mailmap handling APIs have been introduced, and the new commit APIs
  `git_commit_committer_with_mailmap` and `git_commit_author_with_mailmap`
  will use the mailmap to resolve the committer and author information.
  In addition, blame will use the mailmap given when the
  `GIT_BLAME_USE_MAILMAP` option.

* Ignore handling for files in ignored folders would be ignored.

* Worktrees can now be backed by bare repositories.

* Trailing spaces are supported in `.gitignore` files, these spaces were
  previously (and erroneously) treated as part of the pattern.

* The library can now be built with mbedTLS support for HTTPS.

* The diff status character 'T' will now be presented by the
  `git_diff_status_char` API for diff entries that change type.

* Revision walks previously would sometimes include commits that should
  have been ignored; this is corrected.

* Revision walks are now more efficient when the output is unsorted;
  we now avoid walking all the way to the beginning of history unnecessarily.

* Error-handling around index extension loading has been fixed. We were
  previously always misreporting a truncated index (#4858).

### API additions

* The index may now be iterated atomically using `git_index_iterator`.

* Remote objects can now be created with extended options using the
  `git_remote_create_with_opts` API.

* Diff objects can now be applied as changes to the working directory,
  index or both, emulating the `git apply` command.  Additionally,
  `git_apply_to_tree` can apply those changes to a tree object as a
  fully in-memory operation.

* You can now swap out memory allocators via the
  `GIT_OPT_SET_ALLOCATOR` option with `git_libgit2_opts()`.

* You can now ensure that functions do not discard unwritten changes to the
  index via the `GIT_OPT_ENABLE_UNSAVED_INDEX_SAFETY` option to
  `git_libgit2_opts()`.  This will cause functions that implicitly re-read
  the index (eg, `git_checkout`) to fail if you have staged changes to the
  index but you have not written the index to disk.  (Unless the checkout
  has the FORCE flag specified.)

  At present, this defaults to off, but we intend to enable this more
  broadly in the future, as a warning or error.  We encourage you to
  examine your code to ensure that you are not relying on the current
  behavior that implicitly removes staged changes.

* Reference specifications can be parsed from an arbitrary string with
  the `git_refspec_parse` API.

* You can now get the name and path of worktrees using the
  `git_worktree_name` and `git_worktree_path` APIs, respectively.

* The `ref` field has been added to `git_worktree_add_options` to enable
  the creation of a worktree from a pre-existing branch.

* It's now possible to analyze merge relationships between any two
  references, not just against `HEAD`, using `git_merge_analysis_for_ref`.

### API removals

* The `git_buf_free` API is deprecated; it has been renamed to
  `git_buf_dispose` for consistency.  The `git_buf_free` API will be
  retained for backward compatibility for the foreseeable future.

* The `git_otype` enumeration and its members are deprecated and have
  been renamed for consistency.  The `GIT_OBJ_` enumeration values are
  now prefixed with `GIT_OBJECT_`.  The old enumerations and macros
  will be retained for backward compatibility for the foreseeable future.

* Several index-related APIs have been renamed for consistency.  The
  `GIT_IDXENTRY_` enumeration values and macros have been renamed to
  be prefixed with `GIT_INDEX_ENTRY_`.  The `GIT_INDEXCAP` enumeration
  values are now prefixed with `GIT_INDEX_CAPABILITY_`.  The old
  enumerations and macros will be retained for backward compatibility
  for the foreseeable future.

* The error functions and enumeration values have been renamed for
  consistency.  The `giterr_` functions and values prefix have been
  renamed to be prefixed with `git_error_`; similarly, the `GITERR_`
  constants have been renamed to be prefixed with `GIT_ERROR_`.
  The old enumerations and macros will be retained for backward
  compatibility for the foreseeable future.

### Breaking API changes

* The default checkout strategy changed from `DRY_RUN` to `SAFE` (#4531).

* Adding a symlink as .gitmodules into the index from the workdir or checking
  out such files is not allowed as this can make a Git implementation write
  outside of the repository and bypass the fsck checks for CVE-2018-11235.
2019-02-24 10:15:26 +00:00
mef
6ae63c0ace doc: Updated graphics/p5-GD-SecurityImage to 1.75 2019-02-24 05:15:29 +00:00
mef
61fa0c6a3b Updated graphics/p5-GD-SecurityImage to 1.75
(pkgsrc) Drop patch-Makefile.PL (which was said necessary to perl 5.26,
         this version may be packged with perl 5.26 without this patch)
(upstream)
1.75 2018-12-24 BURAK
    - Drop legacy workarounds and documentation about those as well.
    - In relation to that, we now depend on relatively new versions
        of both GD & PerlMagick.
    - These methods are now also removed a from the backends as well:
        _versiongt
        _versionlt
    - Distro fix.

1.74 2018-12-24 BURAK
    - Migrate to dzil.
2019-02-24 05:15:18 +00:00
wen
c1c08019fa Added mail/p5-Mail-Box-POP3 version 3.004 2019-02-24 04:32:59 +00:00
wen
110861e2a5 Add p5-Mail-Box-POP3 2019-02-24 04:32:03 +00:00
wen
1da42e861f Import Mail-Box-POP3-3.004 as mail/p5-Mail-Box-POP3.
Maintain a folder which has its messages stored on a remote server. The
communication between the client application and the server is implemented using
the POP3 protocol. This class uses Mail::Transport::POP3 to hide the transport
of information, and focusses solely on the correct handling of messages within a
POP3 folder.
2019-02-24 04:31:13 +00:00
wen
6d68d9a398 Added mail/p5-Mail-Box-IMPAP4 version 3.003 2019-02-24 04:25:44 +00:00
wen
943af58f5b Add p5-Mail-Box-IMPAP4 2019-02-24 04:24:46 +00:00
wen
e4428f0c9f Import Mail-Box-IMAP4-3.003 as mail/p5-Mail-Box-IMAP4.
Maintain a folder which has its messages stored on a remote server. The
communication between the client application and the server is implemented using
the IMAP4 protocol. This class uses Mail::Transport::IMAP4 to hide the transport
of information, and focusses solely on the correct handling of messages within a
IMAP4 folder. More than one IMAP4 folder can be handled by one single IMAP4
connection.
2019-02-24 04:24:02 +00:00
wen
6f86e77881 Added mail/p5-Mail-Transport version 3.003 2019-02-24 04:17:32 +00:00
wen
385a2d67ef Add p5-Mail-Transport 2019-02-24 04:16:32 +00:00
wen
8fb49f23f5 Import Mail-Transport-3.003 as mail/p5-Mail-Transport.
Mail::Transport extends Mail::Transport implement sending and/or receiving of
messages, using various protocols.

Mail::Transport::Send extends this class, and offers general functionality for
send protocols, like SMTP. Mail::Transport::Receive also extends this class, and
offers receive method. Some transport protocols will implement both sending and
receiving.
2019-02-24 04:15:35 +00:00
wen
63cb3bddd6 Updated mail/p5-Mail-Box to 3.006 2019-02-24 02:50:07 +00:00
wen
55eb65b66f Update to 3.006
Upstream changes:
version 3.006: Fri 15 Feb 09:01:51 CET 2019

        Fixes:
        - MailDir warns about repeat count, since last release added 'use
          warnings' to the file.  [Keita Jamadam] github issue #2
        - mbox parsing failed on changing handling of blank lines by Mail::Message
          rt.cpan.org#128513 [Gregor Herrmann] + [cpantesters]
2019-02-24 02:49:20 +00:00
rillig
23336f7a3f audio/freeswitch-music: add missing SHA512 hashes to distinfo 2019-02-24 02:32:19 +00:00
rillig
0994dffa03 emulators/compat12: add missing SHA512 sums to distinfo 2019-02-24 02:31:13 +00:00
wen
7b7c0a6b5d Updated mail/p5-Mail-Message to 3.008 2019-02-24 02:29:21 +00:00
wen
ad8803da00 Update to 3.008
Upstream changes:
version 3.008: Mon 11 Feb 12:30:40 CET 2019

        Fixes:
        - test with windows path [cpantesters]
        - when a message gets coerced, its components should not be delayed [fany]
        - date fields recognizing 2-digit years [Andrew Beverley]

        Improvements:
        - failing AUTOLOAD on ::Body gives unclear error
        - dates after 2030 for message separator in mbox
2019-02-24 02:26:20 +00:00
rillig
a7bf64e5db devel/ruby-ronn: add missing SHA512 checksum to distinfo 2019-02-24 01:58:51 +00:00
mef
1b0390c922 doc: Updated graphics/p5-GD to 2.71 2019-02-24 00:53:07 +00:00
mef
1365eb3638 graphics/p5-GD updated to 2.71
2.71    * skip Test::Fork on freebsd (GH #25)
2.70    * fixes for hardened CCFLAGS with -Werror (RT #128167)
2019-02-24 00:52:58 +00:00
gutteridge
abcf3bde8f kitty: add USE_LANGUAGES variable 2019-02-23 21:50:46 +00:00
jperkin
6d36f7dad4 samba4: Needs socket libraries on SunOS. 2019-02-23 21:29:29 +00:00
jperkin
34e98a60d9 tevent: Fix build on SunOS. 2019-02-23 21:28:33 +00:00
triaxx
cc874db6ba doc: Added security/py-certbot-dns-luadns version 0.31.0 2019-02-23 20:34:05 +00:00
triaxx
a9c25afaa0 py-certbot-dns-luadns: add version 0.31.0
LuaDNS Authenticator plugin for Certbot
2019-02-23 20:33:16 +00:00
triaxx
8ed643c564 doc: Added security/py-certbot-dns-nsone version 0.31.0 2019-02-23 20:28:34 +00:00
triaxx
e4f2ae30e8 py-certbot-dns-nsone: add version 0.31.0
NS1 DNS Authenticator plugin for Certbot
2019-02-23 20:27:47 +00:00
wiz
cc9b94dbe6 doc: Updated mail/mblaze to 0.5 2019-02-23 19:43:16 +00:00
wiz
0458957101 mblaze: update to 0.5.
* New tool msearch to wrap several mail indexers.
* New zsh completion _mblaze.
* mnext/mprev were removed (you can call `mless +`/`mless -`).
* The GnuPG tools in contrib/ now use gpg2.
* mshow exits with error if it could not extract all attachments
* mrep: add -noquote to disable quoting the message replied to
* mdeliver: keep permissions of messages
* mcom: aborting the editor is now more like delete than cancel
* mcom: add -send to send directly without editing
* mcom: check if mail is formatted sensibly
* mpick: new flag -v for statistics
* mscan: new flag -v for statistics
* magrep: add -h, which is like -p but doesn't print the file name
* mscan: prioritize displaying trashed mail over other markers
* mpick: fix off-by-one in expression parsing
* Many bug fixes
2019-02-23 19:43:08 +00:00
gutteridge
ef157bd513 p5-Module-Build: remove duplicated variable definition 2019-02-23 19:00:24 +00:00
wiz
81a53cbcab tor-browser: comment out non-existing URL (MASTER_SITES) 2019-02-23 18:58:48 +00:00
mef
bf550ebf60 doc: Updated ham/fldigi to 4.1.01 2019-02-23 11:30:56 +00:00
mef
bdac88f84b Updated ham/fldigi 4.0.16 to 4.1.01
- (pkgsrc) drop  patch-src_rigcontrol_hamlib.cxx, it is now included)
- (upstream) below

=Version 4.1.01=

2019-02-18  David Freese  <w1hkj@bellsouth.net>

	1d4798c: CW h/w ptt
	ca3e777: nanoIO
	a943ae3: NAVTEX abort
	ce586b8: dup-check
	57cc6ea: ADIF submode
	96e1f05: WF only bug fix
	06c56b3: LotW
	c5af7e0: Pedantic warnings
	892336b: SD counties
	044dd29: QRZ.com
	aeed471: SV1GRB test report


=Version 4.1.0=

	39a76e8: po update
	79c67d3: WWV doc
	04e53b5: Winkeyer FSK
	b8ca88e: Contests
	b197c75: arq-override
	8572f35: flmsg-dir
	02c66eb: contest-docs
	9d85169: fldigi_def.xml
	20e2c02: socket_mods
	e1c2d80: Fltk 1.4 mod
	5ffd6f5: wefax
	fb1fd67: nanoIO
	7d604b8: CW SOM table
	4eec8f2: flrig: macro
	99b0a01: Audio adjust docs
	146bd7e: feldhell
	6b5c93a: C-11 fixes
	ccbd52f: nano FSK
	ed6a7db: Mint-19/Mate
	e9c0f2d: Signal Browser documentation
	fbb0654: flrig seg fault


=Version 4.0.18=

	2fef9cb: CPS testing
	aa757af: ipv6 addressing
	c62662c: MT63 centering
	9460c00: fsq mods
	5a7377f: IFKP/THOR greyscale image
	51e2829: Hamlib bug fix
	58c6362: Tooltip
	47d2c6c: nanoIO
	a253603: THROB adif
	f46cb9b: RigCAT dialog


=Version 4.0.17=

	a2b9172: flarq idtimer
	d58b0b7: Greek language update
	4c3ca8f: tmpfile
	87cb7e1: xmlrpc cat string
	4f72635: Modem start frequency
	dc68d02: Serial port discovery
	55aa627: Log entries
	2fea354: flarq appdir
	c480982: rx/tx
	56553fa: RTTY Quick pick
	79aa5d6: quick pick rtty baud
	d1f91ea: Documentation Update
	e4a5cec: CW/FSK I/O on start
	a9df13f: WinKey PTT
	6de7360: Navigator
	fa8e53e: nanoIO
	202ad12: Default Lighted Button
	dfd1b0b: ST/PR macro tags
	490f683: K2/K3/KX3 data modes
	c39a88b: Logbook read
	6cb1e5a: 8pskF
	89ff7c8: fsq/ifkp audit logs
	cd7e502: RTTY browser decode
2019-02-23 11:30:03 +00:00
tnn
8d8acf8cc6 exiv2: drop MAKE_JOBS_SAFE=no 2019-02-23 09:00:25 +00:00
wiz
0ab55e38e4 xkbcomp: add buildlink3.mk file for pc file linking.
Requested in PR 54007 by David Shao.
2019-02-23 08:40:45 +00:00
mef
d180b9a42c doc: Updated ham/xlog to 2.0.17 2019-02-23 07:31:36 +00:00