Age | Commit message (Collapse) | Author | Files | Lines |
|
temporary file). Bump revision.
|
|
|
|
From Julian Fagir in PR lib/45579
|
|
|
|
- two patches are removed, upstream change
(upstream)
- Updated archivers/gtar to 1.29
Updated archivers/gtar-base to 1.29
Updated archivers/gtar-info to 1.29
------------------------------------
version 1.29 - Sergey Poznyakoff, 2016-05-16
* New options: --verbatim-files-from, --no-verbatim-files-from
The --verbatim-files-from option instructs tar to treat each line read
from a file list as a file name, even if it starts with a dash.
File lists are supplied with the --files-from (-T) option. By
default, each line read from a file list is first stripped off the
leading and trailing whitespace and, if the result begins with a dash,
it is treated as tar command line option.
Use the --verbatim-files-from option to disable this special handling.
This facilitates the use of tar with file lists created automatically
(e.g. by find(1) command).
This option affects all --files-from options that occur after it in
the command line. Its effect is reverted by the
--no-verbatim-files-from option.
* --null option reads file names verbatim
The --null option implies --verbatim-files-from. I.e. each line
read from null-delimited file lists is treated as a file name.
This restores the documented behavior, which was broken in version
1.27.
* New options: --owner-map=FILE and --group-map=FILE
These two options provide fine-grained control over what user/group
names (or IDs) should be mapped when adding files to archive.
For both options, FILE is a plain text file with user or group
mappings. Empty lines are ignored. Comments are introduced with
# sign (unless quoted) and extend to the end of the corresponding
line. Each non-empty line defines translation for a single UID (GID).
It must consist of two fields, delimited by any amount of whitespace:
OLDNAME NEWNAME[:NEWID]
OLDNAME is either a valid user (group) name or a ID prefixed with +. Unless
NEWID is supplied, NEWNAME must also be either a valid name or a
+ID. Otherwise, both NEWNAME and NEWID need not be listed in the
system user database.
* New option --clamp-mtime
The new --clamp-mtime option changes the behavior of --mtime to only
use the time specified if the file mtime is newer than the given time.
The --clamp-mtime option can only be used together with --mtime.
Typical use case is to make builds reproducible: to loose less
information, it's better to keep the original date of an archive,
except for files modified during the build process. In that case, using
reference (and thus reproducible) timestamps for the latter is good
enough.
See <https://wiki.debian.org/ReproducibleBuilds> for more information.
* Deprecated --preserve option removed
* Sparse file detection
Tar now uses SEEK_DATA/SEEK_HOLE on systems that support it. This
allows for considerable speed-up in sparse-file detection.
New option --hole-detection is provided, that allows the user to
select the algorithm used for hole detection. Available arguments
are:
--hole-detection=seek
Use lseek(2) SEEK_DATA and SEEK_HOLE "whence" parameters.
--hole-detection=raw
Scan entire file before storing it to determine where holes
are located.
The default is to use "seek" whenever possible, and fall back to
"raw" otherwise.
|
|
|
|
-------------------------------
(From NEWS)
Version 2.12 - Sergey Poznyakoff, 2015-09-12
* Improved documentation.
* Manpages are installed by make install.
* New options for copy-out mode:
** --ignore-devno
Store 0 in the device number fields, instead of the actual device
number.
** --renumber-inodes
Renumber inodes when storing them in the archive.
** --device-independent or --reproducible
Create reproducible archives. This is equivalent to
--ignore-devno --renumber-inodes.
|
|
|
|
-----------------------------
2016-05-23 David Freese <iam_w1hkj@w1hkj.com>
33ad2e6: logger
c184758: Restore focus
af25ef7: RsID button
ae93f9c: flmsg keepalive
5b367fb: 4bars
b4b8df4: ASCII ctl chars
759e6cf: Suppress dockable macros
065ead7: Packet Prep
2016-04-13 Edouard Lafargue W6ELA <edouard@lafargue.name>
505c8b3: Portaudio Mono
2016-04-13 David Freese <iam_w1hkj@w1hkj.com>
68d9b32: FSQ message files
2016-04-12 Robert Stiles <kk5vd@yahoo.com>
4ab48d4: KISS, 8PSK, FLARQ icon Modifications
2016-04-12 David Freese <iam_w1hkj@w1hkj.com>
76ab77c: FLARQ
9c04f07: focus behavior
2a3f4d4: PTT delays
|
|
|
|
|
|
|
|
The patch fixes the firefox build issue:
From 4762480ae9cb8df4878286411f178d32db14eff0 Mon Sep 17 00:00:00 2001
From: Paul Smith <psmith@gnu.org>
Date: Tue, 31 May 2016 06:56:51 +0000
Subject: [SV 47995] Ensure forced double-colon rules work with -j.
The fix for SV 44742 had a side-effect that some double-colon targets
were skipped. This happens because the "considered" facility assumed
that all targets would be visited on each walk through the dependency
graph: we used a bit for considered and toggled it on each pass; if
we didn't walk the entire graph on every pass the bit would get out
of sync. The new behavior after SV 44742 might return early without
walking the entire graph. To fix this I changed the considered value
to an integer which is monotonically increasing: it is then never
possible to incorrectly determine that a previous pass through the
graph already considered the current target.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Upstream changes:
2016-05-29 John Peacock <john.peacock@havurah-software.org>
* flow: Merged <hotfix> '0.9917' to <develop> ('develop').
[5d83ccf33657] [tip] <develop>
* .hgtags:
Added tag 0.9917 for changeset 464516d1bf10
[2e2892f29539]
* flow: Merged <hotfix> '0.9917' to <master> ('default').
[464516d1bf10] [0.9917]
* flow: Closed <hotfix> '0.9917'.
[b1bfcb0828d1] <hotfix/0.9917>
* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
vperl/vpp.pm, vutil/lib/version/vxs.pm:
Prep for release
[5cadbb0ba7dd] <hotfix/0.9917>
* t/04strict_lax.t:
A couple more tests to make sure the captures work
[c0650c7fee2a] <hotfix/0.9917>
|
|
|
|
Reported by jwodder via PR pkg/43209 (patch similar in spirit but it's a bit
less intrusive).
|
|
|
|
Upstream changes:
0.29 2016-05-29
- Fix test prereqs on MooseX::AttributeHelpers and MooseX::Role::Strict.
0.28 2016-05-16
- Repository migrated to the github moose organization. (Karen Etheridge)
- Removed dependency on List::MoreUtils. (Karen Etheridge)
|
|
|
|
ok wiz@
|
|
|
|
XXX Other platform emulators may be similarly affected, but I can't test
XXX the adequately.
|
|
When running autogen, there's no need to run configure (with the wrong
environment), because the configure stage will run it next.
|
|
|
|
|
|
Xtermcontrol enables dynamic control of xterm properties. It makes it
easy to change colors, title, font and geometry of a running xterm, as
well as to report the current settings of these properties. Window
manipulations de-/iconify, raise/lower, maximize/restore and reset are
also supported.
|
|
|
|
--------------------------------------------------
6.005 2016-05-23 08:08:15-04:00 America/New_York
- NextRelease now dies if there's no changelog file found
(thanks, Karen Etheridge)
- Module::Runtime replaces Class::Load (thanks Olivier Menguč¾æ)
6.004 2016-05-14 09:14:19-04:00 America/New_York (TRIAL RELEASE)
- stop listing Path::Class as a prereq (thanks, Karen Etheridge)
- update docs on path types (thanks, Graham Ollis)
6.003 2016-04-24 19:23:46+01:00 Europe/London (TRIAL RELEASE)
- leading BOM (FEFF) is stripped on UTF-8 content
- PPI now handles characters, not bytes, fixing non-ASCII
non-comments in your source
6.002 2016-04-23 17:50:26+01:00 Europe/London (TRIAL RELEASE)
- tweaks to Dist::Zilla::Path to keep plugins from v5 era working
6.001 2016-04-23 13:21:56+01:00 Europe/London
[THIS RELEASE MIGHT BREAK YOUR BUILD]
- Using a Dist::Zilla::Path like a Path::Class object now issues a
deprecation warning ("this will be removed") once per call site.
6.000 2016-04-23 11:35:28+01:00 Europe/London (TRIAL RELEASE)
[THIS RELEASE MIGHT BREAK YOUR BUILD]
- Path::Class has been excised in favor of Path::Tiny, exposed as
Dist::Zilla::Path; it will still respond to ->subdir and ->file, but
only until Dist::Zilla v7 -- fix your plugins by then!
- The --verbose switch to dzil is now strictly on/off. To set
verbosity on a per-plugin basis, use the -V switch. Unfortunately,
per-plugin verbosity seems to have been broken for some time, anyway.
- The plugins [Prereq] and [AutoPrereq] and [BumpVersion] have been
removed. These were long deprecated. (Don't confuse Prereq, for
example, with the plural Prereqs, which is the correct plugin.)
- [PkgVersion] now supports a use_package argument which will put the
version in the package statement. (Remember that this syntax was
introduced in perl v5.12.0.)
- Dist::Zilla now requires perl v5.14.0. It will still happily build
dists that run on whatever version of perl you like.
|
|
|
|
I tried and failed to reverse engineer the build framework to add
the rpath in the right place.
Give up for now and force it with WRAP_EXTRA_ARGS.CXX.
At least it makes the package build again.
|
|
|
|
Changes:
==================
WebKitGTK+ 2.12.3
==================
What's new in WebKitGTK+ 2.12.3?
- Improved the detection of supported MIME types supported by the media player.
- Fix web process crash when playing adaptive streaming media.
- Change the volume while thumb slider is dragged, not only when released.
- Fix leaked thread in network process.
- Fix several crashes and rendering issues.
- Translation updates: Hungarian.
- Security fixes: CVE-2016-1857, CVE-2016-1856.
==================
WebKitGTK+ 2.12.2
==================
What's new in WebKitGTK+ 2.12.2?
- Fix rendering of scrollbars with GTK themes using stepper buttons.
- Fix compatibility issue with 2.12.1 regarding local storage access from file URLs.
- Make menu list buttons use the text color from the theme.
- Do not show resize grip in non-resizable text fields.
- Fix accessibility events causing Orca to echo key presses instead of speaking the
inserted characters in password fields.
- Fix an off by one error in hyphenation.
- Fix several crashes and rendering issues.
- Fix the build with libjpeg v9.
- Translation updates: Bulgarian, Finnish, Greek, Italian, Turkish.
==================
WebKitGTK+ 2.12.1
==================
What's new in WebKitGTK+ 2.12.1?
- Fix spotify player.
- Improve themed control elements rendering to better match GTK+ widgets.
- Make remote web inspector work again.
- Fix several crashes and rendering issues.
- Fix several memory leaks.
- Fix the build in Linux / PowerPC.
- Fix detection of S390X and PPC64 architectures.
- Fix the build in glibc-based BSD systems
- Translation updates: Brazilian Portuguese.
==================
WebKitGTK+ 2.12.0
==================
What's new in WebKitGTK+ 2.12.0?
- Enable GSS-Negotiate support when available in libsoup.
- Fix overlay scrollbar indicator position.
- Fix smooth scrolling behavior that was not fixed in all cases in 2.11.92.
- Fix the build with newer versions of GCC and clang.
==================
WebKitGTK+ 2.11.92
==================
What's new in WebKitGTK+ 2.11.92?
- Revert the patch to limit the number of tiles according to the visible area introduced in 2.11.90,
because it caused rendering issues in several popular websites.
- Fix scrollbars rendering again with GTK+ >= 3.19.11.
- Fix rendering of slider input elements.
- Fix rendering artifacts when using a web view background color.
- Make webkit_web_context_clear_cache() work again.
- Fix smooth scrolling behavior that was changed by mistake.
- Don't force ENABLE_INTROSPECTION=OFF on Mac.
- Install WebProcess and NetworkProcess on OSX when not building the Mac port.
==================
WebKitGTK+ 2.11.91
==================
What's new in WebKitGTK+ 2.11.91?
- Do not show stale contents after session restore.
- Fix flickering and rendering artifacts when entering accelerated compositing mode
before the web view is realized.
- Fix several rendering issues and crashes.
- Fix build with FTL enabled in FreeBSD.
- Translation updates: Polish.
==================
WebKitGTK+ 2.11.90
==================
What's new in WebKitGTK+ 2.11.90?
- Switch to use overlay scrollbars like all other GTK+ widgets and ensure the behavior
is consistent with GTK+ too.
- Limit the number of tiles according to the visible area. This was causing a huge memory
consumption with some websites.
- Fix toggle buttons rendering with GTK+ 3.19.
- Fix HTTP authentication dialog rendering when accelerated compositing mode is enabled.
- Use G_TYPE_ERROR instead of G_TYPE_POINTER for GError parameters of signals.
- Fix several memory leaks.
=================
WebKitGTK+ 2.11.5
=================
What's new in WebKitGTK+ 2.11.5?
- Switch FTL to use B3 backend instead of LLVM.
- Add support for windowless NPAPI plugins with no UI in non X11 platforms.
- Fix a deadlock in the Web Process when JavaScript garbage collector was running for a web
worker thread that made google maps to hang.
- Fix a Web Process crash when quickly attempting many DnD operations.
- Fix scrollbars rendering with older versions of GTK+.
- Fix a crash when creating a WebKitWebView without providing a WebKitWebContext.
=================
WebKitGTK+ 2.11.4
=================
What's new in WebKitGTK+ 2.11.4?
- Prefer to link to LLVM shared libraries when building with FTL enabled.
- Fix runtime errors when serializing/deserializing session state.
- Fix critical warnings when loading a URL after a session restore.
- Fix the build with GTK+ < 3.14.
- Fix the build with video support disabled.
=================
WebKitGTK+ 2.11.3
=================
What's new in WebKitGTK+ 2.11.3?
- NetworkProcess is now used unconditionally. The shared secondary process model is now
the same as using the multiple process model and setting a process limit of 1.
- Disable DNS prefetch when a proxy is configured.
- Reduce the maximum simultaneous network connections to match other browsers.
- Extend notifications API to notify WebKit when a notification is clicked by the user.
- Add new API to save and restore a WebView session.
- Add Web Extensions API to be notified about console messages.
- Add WebKitURIRequest API to get the HTTP method.
- Add API to handle beforeunload events.
- Make WebKitWebView always propagate motion-notify-event signal.
- Add a way to force accelerating compositing mode at runtime using an environment variable.
- Fix input elements and scrollbars rendering with GTK+ 3.19.
- Fix a crash in the UI process when the WebView is destroyed while the screensaver DBus proxy
is being created.
- Fix a WebProcess crash when loading large contents with custom URI schemes API.
- Fix UI process crashes related to not having a main resource response when the load is committed
for pages restored from the history cache.
- Translation updates: French, German, Turkish
=================
WebKitGTK+ 2.11.2
=================
What's new in WebKitGTK+ 2.11.2?
- Enable FTL by default in JavaScriptCore for x86_64.
- Improved media backend performance by better handling glib main loop sources.
- Fix rendering of lines when using solid colors.
- Fix web process crashes due to BadDrawable X errors in accelerated compositing mode.
- Translation updates: Italian.
=================
WebKitGTK+ 2.11.1
=================
What's new in WebKitGTK+ 2.11.1?
- Improved general performance by better handling glib main loop sources.
- Add autocleanups support to GObjects exposed in public API.
- Fixed dashed and dotted border painting.
- Upload the accelerated canvas as a texture by copying via GPU directly.
- Popup menus no longer use a nested main loop.
|
|
|
|
* Explict specify ruby's path to avoid path in WRKDIR.
* Do not build again on install stage to fix rpath problem.
|
|
|
|
|
|
|
|
- Add LICENSE as gnu-gpl-v3
- Add comment on patch-aa picking from cvs log
(upstream)
- Updated archivers/advancecomp to 1.19
-------------------------------------
ADVANCECOMP VERSION 1.19 2014/03
================================
* Limited the iterations number to 255 with the -3 option.
* Added a new -k, --keep-file-time option to advzip [Marco Banfi].
* Made the Windows binary again compatible with old 686 processors.
ADVANCECOMP VERSION 1.18 2013/11
================================
* Added build support for new powerpc architectures.
* Fixed build with BZIP.
ADVANCECOMP VERSION 1.17 2013/03
================================
* Changed to GPL3.
* Added zopfli support. It's enabled using -4, --shrink-insane.
You can control the number of iterations with the
new -i, --iter option.
Thanks to Darik Horn for the patches.
|
|
|
|
Bugfixes:
Windows: prevent DLL hijacking, CVE-2016-4802
dist: include manpage-scan.pl, nroff-scan.pl and CHECKSRC.md
schannel: fix compile break with MSVC XP toolset
curlbuild.h.dist: check __LP64__ as well to fix MIPS build
dist: include curl_multi_socket_all.3
http2: use HTTP/2 in the HTTP/1.1-alike response
openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0
CURLOPT_CONNECT_TO.3: user must not free the list prematurely
libcurl.m4: Avoid obsolete warning
winbuild/Makefile.vc: Fix check on SSL, MBEDTLS, WINSSL exclusivity
curl_multibyte: fix compiler error
openssl: cleanup must free compression methods (memory leak)
mbedtls: fix includes so snprintf() works
checksrc.pl: Added variants of strcat() & strncat() to banned function list
contributors.sh: better grep pattern and show GitHub username
ssh: fix build for libssh2 before 1.2.6
curl_share_setopt.3: Add min ver needed for ssl session lock
|
|
she-bang any longer.
|
|
|
|
|
|
|