Commit graph

249366 commits

Author SHA1 Message Date
wiz
dcda6e732a Updated git to 2.8.3.
Git v2.8.3 Release Notes
========================

Fixes since v2.8.2
------------------

 * "git send-email" now uses a more readable timestamps when
   formulating a message ID.

 * The repository set-up sequence has been streamlined (the biggest
   change is that there is no longer git_config_early()), so that we
   do not attempt to look into refs/* when we know we do not have a
   Git repository.

 * When "git worktree" feature is in use, "git branch -d" allowed
   deletion of a branch that is checked out in another worktree

 * When "git worktree" feature is in use, "git branch -m" renamed a
   branch that is checked out in another worktree without adjusting
   the HEAD symbolic ref for the worktree.

 * "git format-patch --help" showed `-s` and `--no-patch` as if these
   are valid options to the command.  We already hide `--patch` option
   from the documentation, because format-patch is about showing the
   diff, and the documentation now hides these options as well.

 * A change back in version 2.7 to "git branch" broke display of a
   symbolic ref in a non-standard place in the refs/ hierarchy (we
   expect symbolic refs to appear in refs/remotes/*/HEAD to point at
   the primary branch the remote has, and as .git/HEAD to point at the
   branch we locally checked out).

 * A partial rewrite of "git submodule" in the 2.7 timeframe changed
   the way the gitdir: pointer in the submodules point at the real
   repository location to use absolute paths by accident.  This has
   been corrected.

 * "git commit" misbehaved in a few minor ways when an empty message
   is given via -m '', all of which has been corrected.

 * Support for CRAM-MD5 authentication method in "git imap-send" did
   not work well.

 * The socks5:// proxy support added back in 2.6.4 days was not aware
   that socks5h:// proxies behave differently.

 * "git config" had a codepath that tried to pass a NULL to
   printf("%s"), which nobody seems to have noticed.

 * On Cygwin, object creation uses the "create a temporary and then
   rename it to the final name" pattern, not "create a temporary,
   hardlink it to the final name and then unlink the temporary"
   pattern.

   This is necessary to use Git on Windows shared directories, and is
   already enabled for the MinGW and plain Windows builds.  It also
   has been used in Cygwin packaged versions of Git for quite a while.
   See http://thread.gmane.org/gmane.comp.version-control.git/291853
   and http://thread.gmane.org/gmane.comp.version-control.git/275680.

 * "git replace -e" did not honour "core.editor" configuration.

 * Upcoming OpenSSL 1.1.0 will break compilation b updating a few APIs
   we use in imap-send, which has been adjusted for the change.

 * "git submodule" reports the paths of submodules the command
   recurses into, but this was incorrect when the command was not run
   from the root level of the superproject.

 * The test scripts for "git p4" (but not "git p4" implementation
   itself) has been updated so that they would work even on a system
   where the installed version of Python is python 3.

 * The "user.useConfigOnly" configuration variable makes it an error
   if users do not explicitly set user.name and user.email.  However,
   its check was not done early enough and allowed another error to
   trigger, reporting that the default value we guessed from the
   system setting was unusable.  This was a suboptimal end-user
   experience as we want the users to set user.name/user.email without
   relying on the auto-detection at all.

 * "git mv old new" did not adjust the path for a submodule that lives
   as a subdirectory inside old/ directory correctly.

 * "git push" from a corrupt repository that attempts to push a large
   number of refs deadlocked; the thread to relay rejection notices
   for these ref updates blocked on writing them to the main thread,
   after the main thread at the receiving end notices that the push
   failed and decides not to read these notices and return a failure.

 * A question by "git send-email" to ask the identity of the sender
   has been updated.

 * Recent update to Git LFS broke "git p4" by changing the output from
   its "lfs pointer" subcommand.

 * Some multi-byte encoding can have a backslash byte as a later part
   of one letter, which would confuse "highlight" filter used in
   gitweb.

Also contains minor documentation updates and code clean-ups.
2016-05-22 18:00:00 +00:00
wiz
dc84e1e30e Updated math/p5-Math-Pari to 2.010809.00 2016-05-22 17:51:06 +00:00
wiz
a302c21f8f Updated p5-Math-Pari to 2.010809.00.
2.010809
  MakeMaker of 5.22 (and, maybe, 5.20) started to call test_dynamic target in the daughter Makefile.
  Correct "{" in RExes of libPARI/gphelp.
  Attempt to workaround a broken config of gcc on vendor's Perl on Solaris.

2.01080900
  Repackage as zip
2016-05-22 17:50:57 +00:00
wiz
24cd91b46d Updated textproc/iso-codes to 3.68 2016-05-22 17:46:35 +00:00
wiz
9e1c1f8342 Updated iso-codes to 3.68.
iso-codes 3.68
--------------
Dr. Tobias Quathamer <toddy@debian.org>
Mon, 2 May 2016

  [ ISO 3166-1 ]
  * Change long name of GM (ISO-3166 change as of 2016-03-31)

  [ ISO 3166-2 ]
  * Add changes for Lao (ISO 3166-2 change as of 2015-11-27).
    Thanks to Cédric Krier for the bug report and patch.
    Closes: alioth#315352

  [ ISO 3166-2 translations ]
  * Ukrainian by Yuri Chornoivan (TP)
  * German by Dr. Tobias Quathamer

  [ ISO 3166-1 translations ]
  * Brazilian Portuguese by Rafael Fontenelle (TP)
  * French by Christian Perrier
  * German by Dr. Tobias Quathamer
  * Thai by Theppitak Karoonboonyanan

  [ ISO 639-3 translations ]
  * Ukrainian by Yuri Chornoivan (TP)

  [ ISO 639-2 translations ]
  * Thai by Theppitak Karoonboonyanan
  * German by Dr. Tobias Quathamer

  [ ISO 15924 translations ]
  * German by Dr. Tobias Quathamer

  [ ISO 4217 translations ]
  * German by Dr. Tobias Quathamer
2016-05-22 17:46:26 +00:00
wiz
5c8861e0a9 Updated x11/ocaml-lablgtk to 2.18.4 2016-05-22 17:42:24 +00:00
wiz
d388aa2b26 Updated ocaml-lablgtk to 2.18.4.
Remove camlp4 dependency (see changelog below).

In Lablgtk-2.18.4:

2016.04.27 [Jacques]
  * disable camlp4 make rule when no camlp4o available
  * update applications
  * rename GC module to GMain.Gc_custom

2016.04.11 [Jacques]
  * Fix ml_gnome_canvas_c2w (Didier Le Botlan)

2016.03.06 [Jacques]
  * remove build dependency on camlp4 (still needed for tree version)
  * allow to change the GC speed (i.e. the impact of custom blocks)
    see GMain.GC.set_speed.

2016.03.04 [Jacques]
  * use own definition of alloc_custom, to be sure to allocate in the heap

2015.04.16 [Jacques]
  * fix GtkTree.TreeModel.cast

2015.02.06 [Jacques]
  * add get_image and get_pixbuf to GDraw.drawable.

In Lablgtk-2.18.3:

2014.10.06 [Jacques]
  * add Gdk.Window.create_foreign and set_transient_for functions
    (Tim Cuthbertson)

2014.09.20 [Jacques]
  * CAMLparam initializes with Val_unit rather than 0 since ocaml 4.02.
    Fix a related problem in ml_gobject.
    This caused random crashes with unison (Christopher Zimmermann, PR#1425)

  * Also factorize some code to use Val_option_*
  * Replace XID by GdkNativeWindow where required.
    You may need to insert calls to Gdk.Window.native_of_xid in some places.

In Lablgtk-2.18.2:

2014.09.17 [Jacques]
  * Revert old commit which broke notify signals
  * Quote $(FLINSTALLDIR) in Makefile (cf PR#1342)
  * Update applications/browser for 4.02

2014.08.22 [Jacques]
  * Make Float_val an alias for Double_val, since it was used
    wrongly anyway (Felix Ruess)
  * Make GObj.misc_ops#add_accelerator polymorphic in the widget of
    the signal (Erkki Seppala)
  * Use properties in GtkAdjustment, rather than direct accessors

2013.12.31 [Jacques]
  * fix GtkTree.IconView.get_path_at_pos (Thomas Leonard)
2016-05-22 17:42:14 +00:00
wiz
bf4d5ecd57 Updated graphics/p5-Image-BMP to 1.18 2016-05-22 17:35:39 +00:00
wiz
9dcf770212 Updated p5-Image-BMP to 1.18.
Changelog not found.
2016-05-22 17:35:30 +00:00
wiz
f14339394f Updated mail/p5-MailTools to 2.18 2016-05-22 17:34:05 +00:00
wiz
2c6206bb5b Updated p5-MailTools to 2.18.
version 2.18: Wed 18 May 23:52:30 CEST 2016

	Fixes:
	- Mail::Header should accept \r in empty line which ends the
	  header.  rt.cpan.org#114382 [Ricardo Signes]
2016-05-22 17:33:56 +00:00
wiz
43b8c18fbc Updated time/p5-DateTime to 1.2800 2016-05-22 17:33:25 +00:00
wiz
0d2c1305af Updated p5-DateTime to 1.2800.
1.28   2016-05-21

- Fixed handling of some floating point epochs. Because DateTime treated the
  epoch like a string instead of a number, certain epochs with a non-integer
  value ended up treated like integers (Perl is weird). Patch by Christian
  Hansen. GitHub #15. This also addresses the problem that GitHub #6 brought
  up.
2016-05-22 17:33:16 +00:00
wiz
eb66ebdda3 Updated audio/libopenmpt to 0.2.6401 2016-05-22 17:32:15 +00:00
wiz
f4eb391eec Updated libopenmpt to 0.2.6401.
libopenmpt 0.2-beta17 (2016-05-21)

    [Change] The Makefile and Autotools build systems now require to explicitly specify NO_LTDL=1 or --without-ltdl respectively if no support for dynamic loading of third party libraries via libtool libltdl is desired.
    [Change] In the Makefile build system option USE_MO3 and the Autotools build system option --enable-mo3 are gone. Dynamic loading of un4seen unmo3 is now always enabled when dynamic loading is possible and built-in MO3 support is not possible because either a MP3 or a Vorbis decoder is missing.
    [Change] The MSVC build system changed. The libopenmptDLL project is gone. Use the new ReleaseShared configuration of the libopenmpt project instead. libopenmpt now links against zlib by default. A separate project with smaller footprint linking against miniz is still available as libopenmpt-small.
    [Change] The constants used to query library information from openmpt_get_string() and openmpt::string::get() (i.e. OPENMPT_STRING_FOO and openmpt::string::FOO) have been deprecated because having syntactic constants for theses keys makes extending the API in a backwards and forwards compatible way harder than it should be. Please just use the string literals directly.
    [Change] Deprecated API identifiers will now cause deprecation warnings with MSVC, GCC and clang. #define LIBOPENMPT_NO_DEPRECATE to disable the warnings.
    [Change] openmpt123: --[no-]shuffle option has been renamed to --[no-]randomize. A new --[no-]shuffle option has been added which shuffles randomly through the playlist as opposed to randomizing the playlist upfront.
    [Change] Support for Un4seen unmo3 has generally been deprecated in favour of the new internal mo3 decoder. Un4seen unmo3 support will be removed on 2018-01-01.
    [Bug] Memory consumption during loading has been reduced by about 1/3 in case a seekable input stream is provided (either via C API callback open functions or via C++ API iostream constructors).
    [Bug] Some samples in AMS modules were detuned when using Emscripten.
    [Bug] Possible crash with excessive portamento down in some formats.
    [Bug] Possible crashes with malformed AMF, AMS, DBM, IT, MDL, MED, MPTM, MT2, PSM and MMCMP-, XPK- and PP20-compressed files.
    [Bug] openmpt::module::format_pattern_row_channel with width == 0 was returning an empty string instead of an string with unconstrained length.
    Support for ProTracker 3.6 IFF-style modules and SoundFX / MultiMedia Sound (SFX / MMS) modules.
    libopenmpt now has support for DMO plugins on Windows when built with MSVC. Additionally, the DMO Compression, Distortion, Echo, Gargle, ParamEQ and WavesReverb DSPs are emulated on on all other platforms.
    libopenmpt now supports the DigiBooster Echo DSP.
    To avoid any of the aforementioned plugins to be used, the load.skip_plugins ctl can be passed when loading a module.
    libopenmpt got native MO3 support with MP3 decoding either via libmpg123 or MediaFoundation (on Windows 7 and up) and Vorbis decoding via libogg, libvorbis, libvorbisfile or stb_vorbis.
    libopenmpt MSVC builds with Visual Studio 2010 or later on Windows 7 or later now use an internal MO3 decoder with libogg, libvorbis, libvorbisfile, and libmpg123 or minimp3 or MediaFoundation suppport by default. Visual Studio 2008 builds still use unmo3.dll by default but also support the built-in decoder in which case libmpg123 is required.
    libopenmpt with Makefile or Autotools build system can now also use glibc/libdl instead of libtool/libltdl for dynamic loading of third-party libraries. Options NO_DL=1 and --without-dl have been added respectively.
    The Makefile build system got 4 new options NO_MPG123, NO_OGG, NO_VORBIS, NO_VORBISFILE. The default is to use the new dependencies automatically.
    The Autotools build system got 4 new options –without-mpg123, –without-ogg, –without-vorbis, –without-vorbisfile. The default is to use the new dependencies automatically.
    Makefile and Android builds got support for using minimp3 instead of libmpg123. For Android, use Android-minimp3-stbvorbis.mk, for Makefile use USE_MINIMP3=1. You have to download minimp3 yourself and put its contents into include/minimp3/.
    "source_url", "source_date" and "build_compiler" keys have been added to openmpt_string_get() and openmpt::string::get().
    openmpt123: Add new --[no-]restart] option which restarts the playlist when finished.
    Improved Ultimate SoundTracker version detection heuristics.
    Playing a sample at a sample rate close to the mix rate could lead to small clicks when using vibrato.
    More fine-grained internal legacy module compatibility settings to correctly play back modules made with older versions of OpenMPT and a few other trackers.
    The tail of compressed MDL samples was slightly off.
    Some probably hex-edited XM files (e.g. cybernostra weekend.xm) were not loaded correctly.
    Countless other playback fixes for MOD, XM, S3M, IT and MT2 files.
2016-05-22 17:32:04 +00:00
wiz
f6bec45d0c Updated databases/gdbm to 1.12 2016-05-22 17:24:43 +00:00
wiz
2074be7b45 Version 1.12, 2016-05-16
* New configuration variable COMPATINCLUDEDIR

When used with --enable-libgdbm-compat, this variable points to the
directory where the headers file dbm.h and ndbm.h will be installed.
Use this variable to avoid conflicts with already installed headers.
E.g.:

 ./configure --enable-libgdbm-compat COMPATINCLUDEDIR=/usr/include/gdbm
2016-05-22 17:24:32 +00:00
wiz
4a8ede6d85 Updated time/py-vdirsyncer to 0.11.0 2016-05-22 17:20:15 +00:00
wiz
2ed1e170b2 Updated py-vdirsyncer to 0.11.0.
Version 0.11.0
==============

*released on 19 May 2016*

- Discovery is no longer automatically done when running ``vdirsyncer sync``.
  ``vdirsyncer discover`` now has to be explicitly called.
- Add a ``.plist`` example for Mac OS X.
- Usage under Python 2 now requires a special config parameter to be set.
- Various deprecated configuration parameters do no longer have specialized
  errormessages. The generic error message for unknown parameters is shown.

  - Vdirsyncer no longer warns that the ``passwordeval`` parameter has been
    renamed to ``password_command``.

  - The ``keyring`` fetching strategy has been dropped some versions ago, but
    the specialized error message has been dropped.

  - A old status format from version 0.4 is no longer supported. If you're
    experiencing problems, just delete your status folder.
2016-05-22 17:20:01 +00:00
wiz
e71157c127 Updated devel/py-mercurial to 3.8.2 2016-05-22 17:17:42 +00:00
wiz
d062c23040 Updated py27-mercurial to 3.8.2.
Mercurial 3.8.2 (2016-5-16)

This is an unscheduled bugfix release. 3.8.1 contained a noisy
deprecation warning that was only intended for Mercurial developers,
sorry.

    bookmarks: properly invalidate volatile sets when writing bookmarks
    builddeb: add distroseries to tagged versions
    bundle2: properly request phases during getbundle
    debian: add wish to suggests
    debian: forgot to make debian/rules executable in 6b95a623ec90
    deprecation: gate deprecation warning behind devel configuration
    help: fix the display for hg help internals.revlogs (issue5227)
    help: search section of help topic by translated section name correctly
    hg-ssh: copy doc string to man page
    patch: show lower-ed translated message correctly
    progress: stop excessive clearing (issue4801)
2016-05-22 17:17:33 +00:00
wiz
7ad13bef2a Updated graphics/ImageMagick to 7.0.1.6 2016-05-22 17:15:54 +00:00
wiz
f36c88ba61 Updated ImageMagick to 7.0.1.6.
2016-05-18  7.0.1-5 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.1-5, GIT revision 10789:f7c2e89:20160518,

2016-05-18  7.0.1-5 Cristy  <quetzlzacatenango@image...>
  * Process channels independently for -channel -equalize (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29708).
  * Fix pixel cache on disk regression (reference
    https://github.com/ImageMagick/ImageMagick/issues/202).

2016-05-15  7.0.1-4 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.1-4, GIT revision 10778:52dae14:20160516.

2016-05-10  7.0.1-4 Cristy  <quetzlzacatenango@image...>
  * Quote passwords when passed to a delegate program.
  * Iterate channels over source image rather than destination (bug report
    from Hanno Böck).
  * Can read geo-related EXIF metdata once-again (reference
    https://github.com/ImageMagick/ImageMagick/issues/198).
  * Sanitize all delegate emedded formatting characters.
  * Don't sync pixel cache in AcquireAuthenticCacheView() (bug report from
    Hanno Böck).
2016-05-22 17:15:44 +00:00
wiz
88b1c77663 Updated archivers/py-libarchive-c to 2.3 2016-05-22 13:32:27 +00:00
wiz
4b0f69ab11 Update py-libarchive-c to 2.3:
License changed to cc0.

Add link to upstream bug report about permissions problem.
2016-05-22 13:32:18 +00:00
wiz
c11d5bcb2d Revert previous, permissions fixup is still needed in this case. 2016-05-22 13:16:50 +00:00
wiz
00016dea53 Revert previous, permissions fixup is still needed here. 2016-05-22 13:15:43 +00:00
youri
b027b559ef Back out xfce4-power-manager, it needs to be patched a bit
before import.
2016-05-22 13:07:06 +00:00
youri
3ed0c6e581 Added x11/mate-session-manager version 1.14.0 2016-05-22 13:03:32 +00:00
youri
0ad84ab27f Import mate-session-manager-1.14.0 as x11/mate-session-manager.
mate-session contains the MATE session manager, as well as a
configuration program to choose applications starting on login.
2016-05-22 13:03:21 +00:00
youri
7f4906f600 Added sysutils/caja version 1.14.0 2016-05-22 13:01:54 +00:00
youri
2a515fdd7b Import caja-1.14.0 as sysutils/caja.
This is Caja, the file manager for the MATE desktop.

Caja is a fork of Nautilus.
2016-05-22 13:01:45 +00:00
wiz
5ba3b5742b + ImageMagick-7.0.1.6, git-base-2.8.3, libopenmpt-0.2.6401,
p5-DateTime-1.2800, p5-Image-BMP-1.18, p5-MailTools-2.18,
  poppler-0.44.0, py-mercurial-3.8.2, py-twisted-16.2.0,
  py-vdirsyncer-0.11.0, x264-devel-20160521.
2016-05-22 08:43:32 +00:00
tsutsui
6a6de0920e Updated net/mikutter to 3.3.10 2016-05-22 04:33:36 +00:00
tsutsui
864eba8c84 Update mikutter to 3.3.10.
Upstream changes:

* preview of Piapro images didn't work
2016-05-22 04:32:41 +00:00
ryoon
b62a8638f6 Updated mail/thunderbird-l10n to 45.1.0 2016-05-21 23:26:33 +00:00
ryoon
eae8250085 Update to 45.1.0
* Sync with thunderbird-45.1.0
2016-05-21 23:25:40 +00:00
ryoon
0844df65f1 Updated mail/thunderbird to 45.1.0 2016-05-21 23:23:03 +00:00
ryoon
37c0e593bc Update to 45.1.0
Changelog:
Fixed in Thunderbird 45.1
    2016-39 Miscellaneous memory safety hazards (rv:46.0 / rv:45.1 / rv:38.8)

Christian Holler, Tyson Smith, and Phil Ringalda reported memory safety problems and crashes that are fixed in Firefox ESR 45.1, Firefox ESR 38.8 and Firefox 46.
    Memory safety bugs fixed in Firefox ESR 45.1, Firefox ESR 38.8 and Firefox 46 (CVE-2016-2807)

Gary Kwong, Christian Holler, Jesse Ruderman, Mats Palmgren, Carsten Book, Boris Zbarsky, David Bolter, and Randell Jesup reported memory safety problems and crashes that are fixed in Firefox ESR 45.1 and Firefox 46.
    Memory safety bugs fixed in Firefox ESR 45.1 and Firefox 46 (CVE-2016-2806)

Gary Kwong, Christian Holler, Andrew McCreight, Boris Zbarsky, and Steve Fink reported memory safety problems and crashes that are fixed in Firefox 46.
    Memory safety bugs fixed in Firefox 46 (CVE-2016-2804)

Christian Holler reported a memory safety problem that is fixed in Firefox ESR 38.8.
    Memory safety bug fixed in Firefox ESR 38.8 (CVE-2016-2805)
2016-05-21 23:22:16 +00:00
youri
bae8f9ea66 Sync Makefile. 2016-05-21 21:56:47 +00:00
youri
4ac25ccf2e + marco
+ mate-netbook
2016-05-21 21:54:41 +00:00
youri
4982c20307 Sync Makefile. 2016-05-21 21:53:51 +00:00
youri
59c10a0e93 + mate-polkit 2016-05-21 21:51:42 +00:00
youri
26d8db372b + atril 2016-05-21 21:50:53 +00:00
youri
3bb1d0392f + mate-user-share 2016-05-21 21:50:21 +00:00
youri
3ce435a59c + mate-media 2016-05-21 21:49:17 +00:00
youri
674fabae05 + libmateweather
+ mate-utils
2016-05-21 21:48:36 +00:00
youri
124e27a615 + mate-backgrounds
+ mate-icon-theme
+ mate-icon-theme-faenza
+ mate-themes
2016-05-21 21:47:32 +00:00
youri
e60bf5a2db + pluma 2016-05-21 21:46:12 +00:00
youri
35f49855d1 + mate-common 2016-05-21 21:45:25 +00:00