[libyaml-libyaml-perl] branch gregoa/use-system-yaml updated (a838a46 -> 7f924fd)
gregor herrmann
gregoa at debian.org
Sun Feb 14 15:11:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch gregoa/use-system-yaml
in repository libyaml-libyaml-perl.
from a838a46 Merge branch 'master' into gregoa/use-system-yaml
adds e42cdf5 Add CVE-2014-9130.patch patch
adds 4ddfbad Prepare changelog for release
adds a45a095 Merge tag 'debian/0.41-6'
adds 040d39f Change retrospectively syntax of closer in changelog
adds 45224db Rename autopkgtest configuration file(s) as per new pkg-perl-autopkgtest schema.
adds bf69528 update changelog
adds f8ff7e9 debian/control: Use HTTPS transport protocol for Vcs-Git URI
adds 3482f68 update changelog
adds 443f8d0 Remove ZD Makefile
adds de379b0 CPAN Release 0.53
adds 1b27059 CPAN Release 0.54
adds 0ff1b62 Refactor the updater bash script
adds 52dba7a CPAN Release 0.55
adds ef5084b CPAN Release 0.56
adds d28ff1e Attempt a travis fix
adds c830f32 ZD wants test-base-pm repo to live next door
adds bfad1ac cover won't work with disttest. fix later.
adds 04a9f0c Apply changes specified in RT46507: Added format "%s" to croak calls.
adds 628e2be Better C style calls to croak to account for defined constant being passed in.
adds ef8677e Bump version and changelog
adds 8e8bec2 CPAN Release 0.57
adds 50db9bc Clone test-base-pm before other prereqs
adds a0f9e42 Upgrade perlbrewski first
adds 2d1867a Try something to help out 5.8 failures
adds 76c52ca Disabling 5.8 on travis for now.
adds 508d8ba CPAN Release 0.58
adds 872d018 add heuristic for multiline literals
adds 30f0f5a Fix and add tests for PR/23
adds c87c997 CPAN Release 0.59
adds b79805c Compilation fix for Solaris. Fixes #24.
adds be33832 Update for 2016
adds b53d666 CPAN Release 0.60
adds 5f4da11 Imported Upstream version 0.60
adds 4fab621 Merge tag 'upstream/0.60'
adds 8b1f07e Update debian/changelog
adds b577019 Drop a bunch of patches which all have been applied upstream.
adds 7eb5043 Update years of upstream and packaging copyright.
adds 6fa022d Declare compliance with Debian Policy 3.9.7.
adds 868661a license needs a short name
adds ce2d354 update changelog
new 7f924fd Merge branch 'master' into gregoa/use-system-yaml
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CONTRIBUTING | 11 ++-
Changes | 29 +++++++-
LICENSE | 8 +-
LibYAML/emitter.c | 9 +--
LibYAML/loader.c | 12 +++
LibYAML/parser.c | 2 +-
LibYAML/perl_libyaml.c | 47 ++++++------
LibYAML/reader.c | 10 ++-
LibYAML/scanner.c | 43 +++++++----
LibYAML/update.sh | 43 +++++------
LibYAML/writer.c | 2 +-
LibYAML/yaml.h | 2 +-
LibYAML/yaml_private.h | 34 +++++++--
MANIFEST | 5 +-
META.json | 12 +--
META.yml | 8 +-
Makefile.PL | 16 ++--
README | 44 +++++++----
debian/changelog | 31 ++++++--
debian/control | 4 +-
debian/copyright | 43 ++++++-----
debian/patches/CVE-2014-2525.patch | 35 ---------
debian/patches/fix_ftbfs_hardening_flags.diff | 42 -----------
...gainst-overflows-in-indent-and-flow_level.patch | 86 ----------------------
debian/patches/libyaml-string-overflow.patch | 26 -------
debian/patches/series | 4 -
debian/tests/pkg-perl/{test-files => smoke-files} | 0
debian/tests/pkg-perl/{module-name => use-name} | 0
inc/Spiffy.pm | 2 +-
inc/Test/Base.pm | 3 +-
lib/YAML/LibYAML.pm | 1 +
lib/YAML/LibYAML.pod | 6 +-
lib/YAML/XS.pm | 2 +-
lib/YAML/XS.pod | 7 +-
t/{release-pod-syntax.t => author-pod-syntax.t} | 5 +-
t/dump-heuristics.t | 10 +++
t/error.t | 9 ++-
t/utf8.t | 6 +-
38 files changed, 300 insertions(+), 359 deletions(-)
delete mode 100644 debian/patches/CVE-2014-2525.patch
delete mode 100644 debian/patches/fix_ftbfs_hardening_flags.diff
delete mode 100644 debian/patches/libyaml-guard-against-overflows-in-indent-and-flow_level.patch
delete mode 100644 debian/patches/libyaml-string-overflow.patch
rename debian/tests/pkg-perl/{test-files => smoke-files} (100%)
rename debian/tests/pkg-perl/{module-name => use-name} (100%)
rename t/{release-pod-syntax.t => author-pod-syntax.t} (56%)
create mode 100644 t/dump-heuristics.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-libyaml-perl.git
More information about the Pkg-perl-cvs-commits
mailing list