Age | Commit message (Collapse) | Author | Files | Lines |
|
2.97001 2017-12-21
- updated backportPP with JSON::PP 2.97001
|
|
|
|
1.60 Tue 19 Dec 2017
- RT 123913 Wrong shell bang in examples/selfex.pl
|
|
|
|
Upstream changes:
0.9 2017-12-29 16:17:42
- Do chdir() for security reasons by default
- Stop emptying/removing a path if it is changed out from underneath us
- rt 96843: Add SEE ALSO section
- prereq and unit test fixups
- Unit tests for symlink toggling protection
|
|
|
|
Upstream changes:
Perltidy Change Log
2017 12 14
- RT #123749, partial fix. "Continuation indentation" is removed from lines
with leading closing parens which are part of a call chain.
For example, the call to pack() is is now outdented to the starting
indentation in the following experession:
# OLD
$mw->Button(
-text => "New Document",
-command => \&new_document
)->pack(
-side => 'bottom',
-anchor => 'e'
);
# NEW
$mw->Button(
-text => "New Document",
-command => \&new_document
)->pack(
-side => 'bottom',
-anchor => 'e'
);
This modification improves readability of complex expressions, especially
when the user uses the same value for continuation indentation (-ci=n) and
normal indentation (-i=n). Perltidy was already programmed to
do this but a minor bug was preventing it.
- RT #123774, added flag to control space between a backslash and a single or
double quote, requested by Robert Rothenberg. The issue is that lines like
$str1=\"string1";
$str2=\'string2';
confuse syntax highlighters unless a space is left between the backslash and
the quote.
The new flag to control this is -sbq=n (--space-backslash-quote=n),
where n=0 means no space, n=1 means follow existing code, n=2 means always
space. The default is n=1, meaning that a space will be retained if there
is one in the source code.
- Fixed RT #123492, support added for indented here doc operator <<~ added
in v5.26. Thanks to Chris Weyl for the report.
- Fixed docs; --closing-side-comment-list-string should have been just
--closing-side-comment-list. Thanks to F.Li.
- Added patch RT #122030] Perl::Tidy sometimes does not call binmode.
Thanks to Irilis Aelae.
- Fixed RT #121959, PERLTIDY doesn't honor the 'three dot' notation for
locating a config file using environment variables. Thanks to John
Wittkowski.
- Minor improvements to formatting, in which some additional vertical
aligmnemt is done. Thanks to Keith Neargarder.
- RT #119588. Vertical alignment is no longer done for // operator.
|
|
|
|
20171227:
Added ABI version number
AVX2/AVX-512F optimizations of BLAMKA
Set Argon2 version number from the command line
New bindings
Minor bug and warning fixes (no security issue)
|
|
5.2
- Define Jupyter protocol version 5.3:
- Kernels can now opt to be interrupted by a message sent on the control channel
instead of a system signal. See :ref:kernelspecs and :ref:msging_interrupt
- New jupyter kernel command to launch an installed kernel by name
- Kernelspecs where the command starts with e.g. python3 or
python3.6—matching the version jupyter_client is running on—are now
launched with the same Python executable as the launching process.
This extends the special handling of python added in 5.0.
- Command line arguments specified by a kernelspec can now include
{resource_dir}, which will be substituted with the kernelspec resource
directory path when the kernel is launched.
- Kernelspecs now have an optional metadata field to hold arbitrary metadata
about kernels—see :ref:kernelspecs.
- Make the KernelRestarter class used by a KernelManager configurable
- When killing a kernel on Unix, kill its process group.
- If a kernel dies soon after starting, reassign random ports before restarting
it, in case one of the previously chosen ports has been bound by another
process.
- Avoid unnecessary filesystem operations when finding a kernelspec with
:meth:.KernelSpecManager.get_kernel_spec.
- :meth:.KernelSpecManager.get_all_specs will no longer raise an exception on
encountering an invalid kernel.json file. It will raise a warning and
continue.
- Check for non-contiguous buffers before trying to send them through ZMQ
- Compatibility with upcoming Tornado version 5.0.
- Simplify setup code by always using setuptools.
- Soften warnings when setting the sticky bit on runtime files fails
- Various corrections and improvements to documentation.
|
|
Just skip -Werror to avoid the problem for the internal faad library.
Bump PKGREVISION.
|
|
devel/polly, devel/lldb
|
|
|
|
LLVM 5.0.1:
This release contains bug-fixes for the LLVM 5.0.0 release. This
release is API and ABI compatible with 5.0.0.
|
|
Changes:
2017.12.28
----------
Extractors
+ [internazionale] Add support for internazionale.it (#14973)
* [playtvak] Relax video regular expression and make description optional
(#15037)
+ [filmweb] Add support for filmweb.no (#8773, #10368)
+ [23video] Add support for 23video.com
+ [espn] Add support for fivethirtyeight.com (#6864)
+ [umg:de] Add support for universal-music.de (#11582, #11584)
+ [espn] Add support for espnfc and extract more formats (#8053)
* [youku] Update ccode (#14880)
+ [openload] Add support for oload.stream (#15070)
* [youku] Fix list extraction (#15065)
2017.12.23
----------
Core
* [extractor/common] Move X-Forwarded-For setup code into _request_webpage
+ [YoutubeDL] Add support for playlist_uploader and playlist_uploader_id in
output template (#11427, #15018)
+ [extractor/common] Introduce uploader, uploader_id and uploader_url
meta fields for playlists (#11427, #15018)
* [downloader/fragment] Encode filename of fragment being removed (#15020)
+ [utils] Add another date format pattern (#14999)
Extractors
+ [kaltura] Add another embed pattern for entry_id
+ [7plus] Add support for 7plus.com.au (#15043)
* [animeondemand] Relax login error regular expression
+ [shahid] Add support for show pages (#7401)
+ [youtube] Extract uploader, uploader_id and uploader_url for playlists
(#11427, #15018)
* [afreecatv] Improve format extraction (#15019)
+ [cspan] Add support for audio only pages and catch page errors (#14995)
+ [mailru] Add support for embed URLs (#14904)
* [crunchyroll] Future-proof XML element checks (#15013)
* [cbslocal] Fix timestamp extraction (#14999, #15000)
* [discoverygo] Correct TTML subtitle extension
* [vk] Make view count optional (#14979)
* [disney] Skip Apple FairPlay formats (#14982)
* [voot] Fix format extraction (#14758)
2017.12.14
----------
Core
* [postprocessor/xattr] Clarify NO_SPACE message (#14970)
* [downloader/http] Return actual download result from real_download (#14971)
Extractors
+ [itv] Extract more subtitles and duration
* [itv] Improve extraction (#14944)
+ [byutv] Add support for geo restricted videos
* [byutv] Fix extraction (#14966, #14967)
+ [bbccouk] Fix extraction for 320k HLS streams
+ [toutv] Add support for special video URLs (#14179)
* [discovery] Fix free videos extraction (#14157, #14954)
* [tvnow] Fix extraction (#7831)
+ [nickelodeon:br] Add support for nickelodeon brazil websites (#14893)
* [nick] Improve extraction (#14876)
* [tbs] Fix extraction (#13658)
|
|
|
|
|
|
v0.14.0:
Backwards Incompatible Changes:
asyncpg now reports the server version as x.0.y for PostgreSQL 10.0 and later.
This is in alignment with how upstream is interpreting the "minor" version
component now.
Improvements:
Support timeouts in Connection.close() and Pool.release()
Invalidate type cache on schema changes affecting statement result.
A new Connection.reload_schema_state() method.
Add CrateDB detection
Bug Fixes:
Make prepared statement uid generator global
Document pgbouncer-related prepared statement breakage
Fix unaligned access issues in host-network byte I/O on ARM
Fix issues with timetz type I/O
Consistently use postgres/postgres as database/user pair in tests
Fix Range.__hash__()
Guard transaction methods against underlying connection release
|
|
Changes:
1.1.1
-----
* Added support for:
`slideshare` - <https://www.slideshare.net/> (#54)
* Added pool- and post-extractors for `sankaku`
* Added OAuth user authentication for `deviantart`
* Updated `luscious` to support `members.luscious.net` URLs (#55)
* Updated `mangahere` to use their new domain name (mangahere.cc) and mobile URLs
* Updated `gelbooru` to not be restricted to the first 20,000 images (#56)
* Fixed extraction issues for `nhentai` and `khinsider`
|
|
pytest-xdist 1.21.0:
Deprecations and Removals
Drop support for EOL Python 2.6.
Features
New --dist=loadfile option which load-distributes test to workers grouped by the file the tests live in.
Bug Fixes
Fix accidental mutation of test report during serialization causing longrepr string-ification to break.
|
|
v38.2.5
Fix trailing slash handling in pkg_resources.ZipProvider.
|
|
|
|
2.3.7:
Fixed race-condition for iterating addresses from the DNSCache.
Fix docstring for request.host
Fix docstring for request.remote
|
|
|
|
|
|
2.0.0:
New Games:
- Added support for Full Pipe.
- Added support for Hi-Res Adventure 3: Cranston Manor.
- Added support for Hi-Res Adventure 4: Ulysses and the Golden Fleece.
- Added support for Hi-Res Adventure 5: Time Zone.
- Added support for Hi-Res Adventure 6: The Dark Crystal.
- Added support for Riven.
- Added support for Starship Titanic English & German.
New Games (Sierra SCI2 - SCI3):
- Added support for Gabriel Knight.
- Added support for Gabriel Knight 2.
- Added support for King's Quest VII.
- Added support for King's Questions.
- Added support for Leisure Suit Larry 6 (hires).
- Added support for Leisure Suit Larry 7.
- Added support for Lighthouse.
- Added support for Mixed-Up Mother Goose Deluxe.
- Added support for Phantasmagoria.
- Added support for Phantasmagoria 2.
- Added support for Police Quest 4.
- Added support for RAMA.
- Added support for Shivers.
- Added support for Space Quest 6.
- Added support for Torin's Passage.
New ports:
- Added PSP Vita port.
- Added RISC OS port.
General:
- Added bilinear filtering option for SDL2 fullscreen mode.
- Fixed a bug that caused a crash in the options dialog of the GUI.
- Added a command-line option to automatically scan for supported games in
the current or a specified directory.
- Added possibility to apply changes in the options dialog without closing
the dialog.
- Added support for on-the-fly GUI language switching.
- Updated Munt MT-32 emulation code to version 2.0.3.
- Improved handling of joysticks.
- Improved audio latency.
- Improved management of the ScummVM window in games that switch display
modes.
- Fixed list view drawing over text above it (for example in the save dialog).
- Changed location where screenshot are saved. This fixes issues when scummvm
is installed in a read-only directory. Also added setting to allow changing
this location.
- Changed screenshot format to png.
- Fixed multithreading issue that could cause a crash in games using MP3 audio.
ADL:
- Fixed application freeze when reading sign in rocket in Mission Asteroid.
AGI:
- Fixed game script blocking forever after loading a savegame that was saved
while music was playing (this could happen for example in Police Quest 1
poker back room.
- Fixed cursor behaviour in Manhunter.
- Fixed nightclub arcade sequence speed for Manhunter Apple IIgs version.
- Reduced fastest game speed to a maximum of 40 FPS to ensure the games do
not run too fast.
AGOS:
- Fixed subtitle speed setting in the Hebrew version of Simon the Sorcerer 1.
Composer:
- Added save/load from General Main Menu.
- Fixed the detection for the French Gregory.
- Added detection for German Baba Yaga.
Cruise:
- Fixed font rendering.
Drascula:
- Fixed bug that made it impossible to talk to the drunkard more than once in the inn.
- Added handling of the master volume and fix volume synchronization between
the game and ScummVM options.
- Added possibility to load and save games using GMM.
Dreamweb:
- Fixed crash when collecting last stones under church.
- Fixed detection of Italian CD release.
Kyra:
- Fixed a buffer overflow in Lands of Lore.
- Fixed crash due to missing palette data for Legend of Kyrandia floppy version.
MADE:
- Fixed badly distorted sound.
MADS:
- Fixed a bug that caused a crash after starting Rex Nebular and the Cosmic Gender Bender.
- Fix rare crash that can happen when Rex is first locked up
MOHAWK:
- Added patch to the original data files to correct the vault access
instructions in Myst ME.
- Fixed situations where Myst could appear to be unresponsive.
- Reworked sound handling in Myst to be more accurate.
- Fixed crash in Myst piano puzzle.
Neverhood:
- Fixed crash in musical hut in Russian DR version.
- Fixed late game notes crash in Russian DR version.
Pegasus:
- Fixed loading a game from the launcher after returning to the launcher.
- Ignored events occuring while the GUI is visible. This for example fixed an
issue where closing the GMM using Escape would also opens the game's own
menu.
- Fixed several crashes when toggling the shared screen space.
- Improved performances when fading screen.
SAGA:
- Fixed crash when using the give verb on an actor in IHNM.
- Fixed Gorrister invisible and stuck when reloading at mooring ring in IHNM.
- Fixed the conversation panel background color in IHNM.
- Added support French Fan Translation of Inherit the Earth.
SCI:
- Fixed a script bug in Laura Bow 2: Dagger of Amon Ra that made it impossible
to exit the party room with the large golden head inside the museum (room 350).
This bug is also present, when using the original interpreter.
- Improved startup speed when using the MT-32 emulator.
- Improved handling of MT-32 reverb in SCI0 games.
- Improved selection of synthesized sound effects in SCI0 games.
- Improved selection of digital audio in SQ4.
- Improved resource bounds checking.
- Improved error handling of corrupt MIDI data.
- Fixed slow leak of small amounts of data into save games over time.
- Fixed broken day/night cycle in QFG3.
- Fixed a script bug in Police Quest 3 to now grant 10 points when giving the
locket to Marie. Now it's possible to beat the game with a perfect score.
This bug is also present when using the original interpreter.
- Fixed various other script bugs.
- Improved audio volume and settings synchronization.
SCUMM:
- Fixed crash in amiga games.
- Fixed two soundtracks playing at once in Monkey Island 2.
- Fixed Caponians dont disguise after using blue crystal in Zak McKracken.
- Fixed Dr. Fred facing wrong way in lab cutscene in Maniac Mansion.
- Fixed actors being drawn one line too high in V0 and V1 games.
- Fixed Purple Tentacle appears in Lab Entry after being chased out in maniac Mansion.
- Fixed power not turning back on in Maniac Mansion when entering the lab
while Dr. Fred has the power off.
- Fixed actors skipping between certain walk-boxes in Maniac Mansion.
Sherlock:
- Fixed detection for Italian fan translation of Serrated Scalpel.
Sky:
- Fixed collision detection.
Sword1:
- Added thumbnail when saving from in-game dialog.
- Fixed audio and subtitles settings being changed when open the load/save
in-game dialog.
Tinsel:
- Fixed some Discworld 2 text/voice not displaying & playing all the way through
- Fix crash in in-game save menu when all slots are used with long names
TsAGE:
- Fixed regression preventing animations in Return to Ringworld from playing.
- Fixed display issues in Return to Ringworld Demo.
- Fixed loading Return to Ringworld savegames with unreferenced dynamic objects.
- Fixed deadlock in audio code.
- Fixed crash on Return to Launcher.
Voyeur:
- Fixed backgrounds not showing for static rooms.
- Fixed playback of audio events on VCR.
- Fixed exiting game from the VCR screen.
- Added workaround for original game bug using invalid hotspot Ids
macOS X port:
- Added support for selecting any connected MIDI devices instead of automatically
using the first one.
- Improved behaviour of the file browser.
|
|
Version 1.0.2
- Add initial support for UHD BluRay discs (without BD-J menus).
- Detect JRE (from the Java Applet plugin) on MacOS.
- Improve error resilience and stability.
- Improve libmmbd support.
- Fix static build dependencies in pkgconfig file.
- Fix creation of cache (sub-)directories on windows platforms.
- Fix BD-J temporary storage when persistent storage is disabled.
- Fix leaks.
|
|
|
|
This release is mostly code refactoring as well as module inclusion.
Features:
Updates to multiple plugins (electrecetv, tvplayer, Teve2, cnnturk, kanald)
SOCKS module being included in the Streamlink installer (PySocks)
Many thanks to those who've contributed in this release!
If you think that this application is helpful, please consider supporting the maintainers by donating via the Open collective. Not only becoming a backer, but also a sponsor for the (open source) project.
Alexis Murzeau <amubtdx@outlook.fr> (2):
docs: add new line before codeblock to fix them
Fix sphinx warning on Directive class
Charlie Drage <charlie@charliedrage.com> (1):
Update the release script
Emrah Er <emraher@users.noreply.github.com> (1):
plugins.canlitv: fix URLs (#1281)
Jake Robertson <jake@faltro.com> (3):
exit with code 130 after a KeyboardInterrupt
refactor error code determination
unify sys.exit() calls
RosadinTV <rosadintv@outlook.com> (5):
Update eltrecetv.py
Update eltrecetv.py
Update plugin_matrix.rst
Add webcast_india_gov.py
Add test_webcast_india_gov.py
back-to <back-to@users.noreply.github.com> (3):
[zattoo] It won't work with None in Python 3.6, set always a default date instead of None.
[liveme] API update (#1298)
Ignore WinError 10053 / WSAECONNABORTED
beardypig <beardypig@users.noreply.github.com> (10):
plugins.tvplayer: extract the channel id when logged in as a subscriber
installer: include the socks proxy modules
plugins.kanal7: update for page layout change and referrer check
plugins.turkuvaz: fix some turkuvaz sites and add support for anews
plugins.cinergroup: support for different showtv url
plugins.dogus/startv: fix dogus sites
plugins.dogan: fix for teve2 and cnnturk
plugins.dogan: fix for kanald
plugins.tvcatchup: HLS source extraction update
setup: fix PySocks module dependency
ficofabrid <31028711+ficofabrid@users.noreply.github.com> (1):
Add a single newline at the end of the file. (#1235)
fozzy <fozzy@fozzy.co> (1):
fix huya.com plugin
steven7851 <steven7851@msn.com> (1):
plugins.pandatv: fix APIv3 (#1286)
wlerin <wlerin@gmail.com> (1):
plugin.showroom: update to new api (#1311)
|
|
|
|
pkgsrc changes: add doxygen dependency for building docs.
this is unusual as doxygen is heavy, but fish is meant to
be beginner-friendly shell, so documentation is important.
remove now unneeded patch, that getcwd is called with a size
argument now.
# fish 2.7.1 (released December 23, 2017)
This release of fish fixes an issue where iTerm 2 on macOS would display a warning about paste bracketing being left on when starting a new fish session (#4521).
If you are upgrading from version 2.6.0 or before, please also review the release notes for 2.7.0 and 2.7b1 (included below).
--
# fish 2.7.0 (released November 23, 2017)
There are no major changes between 2.7b1 and 2.7.0. If you are upgrading from version 2.6.0 or before, please also review the release notes for 2.7b1 (included below).
Xcode builds and macOS packages could not be produced with 2.7b1, but this is fixed in 2.7.0.
--
# fish 2.7b1 (released October 31, 2017)
## Notable improvements
- A new `cdh` (change directory using recent history) command provides a more friendly alternative to prevd/nextd and pushd/popd (#2847).
- A new `argparse` command is available to allow fish script to parse arguments with the same behavior as builtin commands. This also includes the `fish_opt` helper command. (#4190).
- Invalid array indexes are now silently ignored (#826, #4127).
- Improvements to the debugging facility, including a prompt specific to the debugger (`fish_breakpoint_prompt`) and a `status is-breakpoint` subcommand (#1310).
- `string` supports new `lower` and `upper` subcommands, for altering the case of strings (#4080). The case changing is not locale-aware yet.
- `string escape` has a new `--style=xxx` flag where `xxx` can be `script`, `var`, or `url` (#4150), and can be reversed with `string unescape` (#3543).
- History can now be split into sessions with the `fish_history` variable, or not saved to disk at all (#102).
- Read history is now controlled by the `fish_history` variable rather than the `--mode-name` flag (#1504).
- `command` now supports an `--all` flag to report all directories with the command. `which` is no longer a runtime dependency (#2778).
- fish can run commands before starting an interactive session using the new `--init-command`/`-C` options (#4164).
- `set` has a new `--show` option to show lots of information about variables (#4265).
## Other significant changes
- The `COLUMNS` and `LINES` environment variables are now correctly set the first time `fish_prompt` is run (#4141).
- `complete`'s `--no-files` option works as intended (#112).
- `echo -h` now correctly echoes `-h` in line with other shells (#4120).
- The `export` compatibility function now returns zero on success, rather than always returning 1 (#4435).
- Stop converting empty elements in MANPATH to "." (#4158). The behavior being changed was introduced in fish 2.6.0.
- `count -h` and `count --help` now return 1 rather than produce command help output (#4189).
- An attempt to `read` which stops because too much data is available still defines the variables given as parameters (#4180).
- A regression in fish 2.4.0 which prevented `pushd +1` from working has been fixed (#4091).
- A regression in fish 2.6.0 where multiple `read` commands in non-interactive scripts were broken has been fixed (#4206).
- A regression in fish 2.6.0 involving universal variables with side-effects at startup such as `set -U fish_escape_delay_ms 10` has been fixed (#4196).
- Added completions for:
- `as` (#4130)
- `cdh` (#2847)
- `dhcpd` (#4115)
- `ezjail-admin` (#4324)
- Fabric's `fab` (#4153)
- `grub-file` (#4119)
- `grub-install` (#4119)
- `jest` (#4142)
- `kdeconnect-cli`
- `magneto` (#4043, #4108)
- `mdadm` (#4198)
- `passwd` (#4209)
- `pip` and `pipenv` (#4448)
- `s3cmd` (#4332)
- `sbt` (#4347)
- `snap` (#4215)
- Sublime Text 3's `subl` (#4277)
- Lots of improvements to completions.
- Updated Chinese and French translations.
|
|
|
|
Upstream change:
mikutter 3.6.0
* World
* Twitter functions are now implemented as a plugin
* Service is no longer available, so the World plugin provides an equivalent
of Service
* Spell
* Form DSL
* generalized modules for settings etc. so make it possible to use it
in Dialog etc.
* photo select
* select images
* label
* link (Model viewer)
* Dialog DSL/dialog method
* universal interface for plugins to show a dialog box
* no dependencies on Gtk
* Photo Model
* preserve image URLs for multiple sizes and use a proper larger size
one for requested image
* new setting in config for the maxinum number of tweets in timelines
* settings
* tree structure in side menu by "settings" block
* improve drawing speed for settings with many items
* appearance settings for PostBox and World Shifter
* requires Ruby 2.3 and later
* gems for mikutter project
* use Diva gem
* new gem derived from mikutter
* replacement of Retriever, mikutter still provides Retriever compatible
interfaces
* Delayer Deferred 2
* async/await
|
|
|
|
0.17.3
------
- `$LINES` and `$COLUMNS` are exported to preview command so that the command
knows the exact size of the preview window.
- Better error messages when the default command or `$FZF_DEFAULT_COMMAND`
fails.
- Reverted #1061 to avoid having duplicate entries in the list when find
command detected a file system loop (#1120). The default command now
requires that find supports `-fstype` option.
- fzf now distinguishes mouse left click and right click (#1130)
- Right click is now bound to `toggle` action by default
- `--bind` understands `left-click` and `right-click`
- Added `replace-query` action (#1137)
- Replaces query string with the current selection
- Added `accept-non-empty` action (#1162)
- Same as accept, except that it prevents fzf from exiting without any
selection
|
|
|
|
pkgsrc changes:
- DEPENDS on ruby-idn gem
Upstream changes:
https://github.com/twitter/twitter-text/blob/master/rb/CHANGELOG.md
## [2.1] - 2017-12-20
### Added
- This CHANGELOG.md file
### Changed
- Top-level namespace changed from `Twitter` to `Twitter::TwitterText`. This
resolves a namespace collision with the popular
[twitter gem](https://github.com/sferik/twitter). This is considered
a breaking change, so the version has been bumped to 2.1. This fixes
issue [#221](https://github.com/twitter/twitter-text/issues/221),
"NoMethodError Exception: undefined method `[]' for nil:NilClasswhen
using gem in rails app"
## [2.0.2] - 2017-12-18
### Changed
- Resolved issue
[#211](https://github.com/twitter/twitter-text/issues/211), "gem
breaks, asset file is a dangling symlink"
- config files, tld_lib.yml files now copied into the right place
- Rakefile now included `prebuild`, `clean` tasks
(no changelog for 2.0; 2.0.1 changes are mentioned in the 2.0.2 entry)
|
|
|
|
|
|
This gem is required by forthcoming mikutter-3.6.0.
This library is an implementation of expression for handling things.
It replaces Retriever module of mikutter.
Diva::Model is a common interface of all resources handled by mikutter.
By handling data as a subclass of Diva::Model as necessary, you can
obtain a common interface and it is useful for cooperation among
mikutter plugins.
|
|
|
|
|
|
This gem is required by forthcoming twitter-text-2.1.0 gem.
Ruby Bindings for the GNU LibIDN library, an implementation of
the Stringprep, Punycode and IDNA specifications defined by
the IETF Internationalized Domain Names (IDN) working group.
Included are the most important parts of the Stringprep, Punycode
and IDNA APIs like performing Stringprep processings, encoding
to and decoding from Punycode strings and converting entire domain
names to and from the ACE encoded form.
|
|
|
|
1.4.0 [2017-12-29]
==================
* Improve build with cmake
* Retire autoconf/automake build system
* Add `zip_source_buffer_fragment()`.
* Add support to clone unchanged beginning of archive (instead of rewriting it).
Supported for buffer sources and on Apple File System.
* Add support for Microsoft Universal Windows Platform.
|
|
|
|
glibmm seems to need gcc 4.9 to build; therefore set GCC_REQD.
This means that depending packages using other versions (specifically
4.8 on NetBSD 7) will fail to link. As a kludge to make more things
build for the upcoming branch, force GCC_REQD to 4.9 in glibmm's
buildlink3.mk. Now, at least some packages that depend on glibmm
build. While icky, it's my judgement that having more packages
building is better.
This will very likely be reverted either after the branch or as part
of the upcoming compiler selection logic changes.
As proposed on tech-pkg.
|
|
|
|
expanding the macro with ++len for size meant our memset to zero was
one bigger than the above allocated size.
while here simplify the problematic macro - malloc+memset zero is calloc.
bump pkgrevision
|
|
When 17.09 is installed, the build of 17.11 fails. But, with no
ejabberd installd package, it builds fine. Include link to issue
filed upstream.
|