pkgsrc/misc
adam 142adfd384 dpkg: updated to 1.20.0
dpkg (1.20.0) experimental; urgency=medium

  * libdpkg: Do not generate a backup file for the available database.
  * perl: Switch Getopt::Long from bundling to bundling_values. This means
    the few scripts using Getopt::Long will stop accepting options in the
    form «-ab» for «-a -b», which is not future-proof, as it does not allow
    these options to get new arguments without making them abiguous.
  * dpkg-buildpackage: Remove transient backwards R³ compatibility code.
  * buildtools.mk: Add support for nostrip in DEB_BUILD_OPTIONS when setting
    the STRIP variable.
  * dpkg-genbuildinfo: Do not include irrelevant packages in the Binary field.
  * dpkg: Do not clear selections for unknown packages.
  * dpkg-shlibdeps: Add support for new Build-Depends-Packages, to be able
    to specify multiple packages.
    Based on a patch by Frank Schaefer <kelledin@gmail.com>.
  * perl: Remove support for versioned GnuPG 2 program and packages.
  * libdpkg: Clarify lock contender error message. Print the PID of the lock
    contender, and add a warning explaining that removing the lock file is
    never the correct solution.
  * dpkg-genchanges, dpkg-mergechangelogs: Remove support for ~vola
    versioning, as volatile.debian.org was decommissioned some time ago.
  * dpkg-genchanges, dpkg-mergechangelogs: Match ~deb also as a backport
    marker in versions.
  * libdpkg, dpkg: Use new versiondescribe_c() for non-localizable call sites,
    such as when writing to a log, which should not be localized.
  * dpkg-query: Try to use the package synopsis from the available file if
    not installed.
  * dpkg-gencontrol: Take into account hardlinks when computing the
    Installed-Size substvar.
    Patch co-authored with Sven Joachim <svenjoac@gmx.de>.
  * dpkg: Fix and clarify behavior for packages marked to be on “hold”. These
    need to be processed for configuration and triggers.
  * dpkg: Use DPKG_ADMINDIR to set the admindir.
  * dpkg-source: Remove backwards compatibility code for legacy build-profiles.
  * perl: Give more context on field parsing errors.
  * dpkg-buildpackage: Add option to sanitize environment.
  * update-alternatives: Cope with a missing administrative directory.
  * update-alternatives: Create the administrative directory on demand.
  * dpkg-split: Cope with a missing parts/ database directory.
  * dpkg-split: Create the parts/ database directory on demand.
  * libdpkg: Consider msdbrw_needsuperuser equivalent to msdbrw_write, so
    the same checks are performed on normal non --force-not-root operation.
  * libdpkg: Add support for bootstrapping the installation of dpkg:
    - Create the logfile with correct permissions, and remove the code
      setting up the logfile from the dpkg postinst.
    - Allow missing status and available databases, so that they get created
      on write, and remove the code setting them up from the dpkg postinst.
    - Do not change the ownership of the triggers database directory. Either
      we are running as root:root which means the ownership should be correct
      already, or we are not which means we cannot change it anyway.
    - Create the dpkg database directory on demand.
    - Create the updates/ database directory on demand.
    - Create the info/ database directory on demand.
  * dpkg-architecture: Fix handling of exec failing in --command.
    Reported by Helmut Grohne <helmut@subdivi.de>.
  * dpkg-buildpackage: Do not accept equal signs as part of the hook names.
    Reported by Daniel Shahaf <danielsh@apache.org>.
  * dselect: Mark a string for translation.
  * dselect: Cleanup access methods:
    - Remove harddisk methods, as they were non-functional due to fdisk
      interface changes, and do not make sense anymore as we can expect users
      to mount any such filesystem on their own, to then use a filesystem
      method instead. Prompted by Helmut Grohne <helmut@subdivi.de>.
    - Remove cdrom method superseded by the multi_cd method.
    - Remove nfs methods, as there is nothing special about NFS, and mounting
      these should just be left to the local admin, who can mount any other
      remote filesystem too.
    - Remove multi_mount method, as the multi_cd method can take care of
      mounting the necessary images or devices.
    - Replace changelog with correct copyright in file header.
  * dpkg, dselect: Stop using first-person singular in output messages.
  * libdpkg: Fix memory leak in parsedb context close.
  * buildtools.mk: Add QMAKE variable.
  * po: Fix translation of --compare-versions.
    Thanks to Boyuan Yang <byang@debian.org>.
  * Perl modules:
    - Dpkg::Source::Package: Verify original tarball signatures at build time.
    - Dpkg::BuildFlags: Add new unset() method.
      Requested by Daniel Schepler <dschepler@gmail.com>.
    - Dpkg::Source::Package::V2: Emit a special patch header on
      single-debian-patch.
    - Dpkg::Vendor::Debian: Only scan /usr/local/ directories that exist.
    - Dpkg::Vendor::Debian: Do not set -Werror=implicit-function-declaration
      for C++.
    - Dpkg::Deps: Check for valid virtual package version relations. Do not
      allow non-equal version relations in virtual provides.
    - Dpkg: Remove internal lowercase variables $version, $progname,
      $admindir, $dpkglibdir and $pkgdatadir.
    - Dpkg::Changelog: Remove obsolete methods dpkg() and rfc822().
    - Dpkg::Changelog::Entry::Debian: Remove obsolete methods check_header()
      and check_trailer(). Hide variables $regex_header and $regex_trailer.
    - Dpkg::Changelog::Parse: Remove warnings of obsolete options forceplugin
      and libdir. Remove obsolete functions changelog_parse_debian() and
      changelog_parse_plugin().
    - Dpkg::Compression: Hide internal lowercase variables
      $default_compression, $default_compression_level and
      $compression_re_file_ext.
    - Dpkg::Deps::KnownFacts: Remove obsolete check_package() method.
    - Dpkg::Exit: Hide internal lowercase @handlers variable.
    - Dpkg::Gettext: Remove obsolete _g() function.
    - Dpkg::Source::Package: Hide internal lowercase variable
      @tar_ignore_default_pattern. Remove iternal lowercase variable alias
      $diff_ignore_default_regexp.
    - Dpkg::Substvars: Remove obsolete no_warn() method.
    - Dpkg::Index: Change default value for unique_tuple_key to 1.
    - Dpkg::Version: Remove deprecation warning from semantic change in
      bool overload.
    - Dpkg::Checksums: Remove obsolete 'program' property warning.
    - Dpkg::Conf: Remove obsolete methods and obsolete croak for method option.
    - Dpkg::Vendor: Remove obsolete 'keyrings' hook.
    - Dpkg::Exit: Unregister all signal handlers once we have executed them.

    - Dpkg::Exit: Register exit handlers also for __DIE__.
    - Dpkg::Source::Package::V3::Native: Do not say v1.0 for 3.0 formats.
    - Dpkg::Dist::Files: On filename parse error say file instead of package.
    - Dpkg::Substvars: Add new vendor:Name and vendor:Id substvars.
    - Dpkg::Source::Package: Detect directory traversals under debian
      directory. Reported by Felix Lechner <felix.lechner@lease-up.com>.
  * Documentation:
    - man: Fix uncommon wording constructs.
    - man: Use a minus sign for a literal string.
    - man: Clarify that the pager is called via «$SHELL -c».
    - dpkg-shlibdeps: Document split_soname() function.
      Prompted by Christopher Crim <christopher.crim@quoininc.com>.
    - Dpkg::Changelog: Document methods provided by subclasses.
      Reported by Felix Lechner <felix.lechner@lease-up.com>.
    - man: Globally adjust left and disable hyphenation.
    - man: Split dselect(1) --color from --colour option items.
    - man: Describe the SONAME formats supported in deb-shlibs(5).
    - man: Move template symbol documentation into new deb-src-symbols(5).
    - Dpkg::Changelog::Parse: Remove $ sigil from option names in POD.
    - Dpkg: Say class instead of object when appropriate.
    - Dpkg::Changelog: Clarify that these classes inherit from some other
      base class, which will contain the missing documentation.
      Prompted by intrigeri <intrigeri@debian.org>.
    - man: Clarify deb-changelog(5) format.
    - man: Clarify debian/source/include-binaries format in dpkg-source(1).
      Prompted by Felix Lechner <felix.lechner@lease-up.com>.
    - man, doc: Clarify that the postinst "triggered" argument gets the
      trigger-name(s) as a space-separated list in the second argument.
      Prompted by Michael Biebl <biebl@debian.org>.
    - dselect: Update the multicd README file.
    - doc, man: Mark T and I package instances to avoid misreadings.
  * Code internals:
    - Dpkg::Source::Package: Refactor original tarball handling.
    - perl: Use File::Copy instead of spawning mv/cp commands.
    - Dpkg::OpenPGP: Refactor signature verification into a new function.
    - Dpkg::OpenPGP: Make it possible to verify detached signatures.
    - Dpkg::OpenPGP: Add support for importing an OpenPGP key into a keyring.
    - Dpkg::BuildFlags: Remove unused hash keys.
    - libdpkg: Use the variable instead of a type as sizeof() argument.
    - libdpkg: Use the totalwritten variable for a consistency check.
    - dselect: Reduce scope of variable, to avoid it being unused in a branch.
    - dpkg-deb: Fold two adjacent if conditionals into a single one.
    - dpkg: Initialize flagdeppossi in check_conflict().
    - libdpkg: Add new C locale switch over support.
    - libdpkg: Add new versiondescribe_c() to force a C locale.
    - dselect: Make baselist::draw_column_*() col arguments const.
    - libdpkg: Use p instead of name in dpkg_arch_name_is_illegal().
    - dpkg: Remove redudant condition for sourcefile in updateavailable().
    - dpkg, update-alternatives: Make variables static.
    - libdpkg: Add missing symbols to the version map.
    - libdpkg: Fix fiemap memory layout usage that confuses gcc 10 to emit a
      warning.
    - libdpkg: Only use varbuf_printf() in pkg_format_show() when necessary.
      This should speed up «dpkg-query --show» formatting.
    - libdpkg: Fix package format string to be a string literal.
      This suppresses a gcc warning.
    - dpkg: Fix short lived memory leak in --force-help handling.
    - dpkg-split: Fix short lived file descriptor leak in --auto.
    - start-stop-daemon: Explicitly ignore uninmportant function return values.
    - start-stop-daemon: Fix memory leak on multiple --chuid arguments.
    - start-stop-daemon: Close the notification socket in the child.
    - libdpkg: Fix memory leaks in zlib and bz2 decompression functions.
    - libdpkg: Add new dir_make_path() and dir_make_path_parent() functions.
    - libdpkg: Add new atomic file flag to create the base path when missing.
    - libdpkg: Fix modstatdb_rw enum comments.
    - libdpkg, dpkg-query: Optimize db-fsys:Files virtual variable loading.
      We load either the entire db-fsys for all packages, possibly optimized
      per platform (such as by using fiemap), or the specific ones for the
      requested packages. This also fixes a problematic cast removing the
      constness of a variable.
    - Dpkg::Dist::Files: Document the two filename pattern formats.
    - update-alternatives: Remove redundant condition in argument parser.
    - update-alternatives: Move error context setup before calling setjmp(),
      so that cppcheck stops being confused.
    - test: Reformat 200_Dpkg_Shlibs.cpp for coding style conformance.
    - dpkg: Make it possible for the compiler to check printf() format
      string arguments on dependency printer.
    - dselect: Reorder branches in packagelist::deselect_one_of so that they
      are not duplicated.
    - dselect: Use nullptr instead of NULL.
    - dselect: Use static_cast<> instead of old-style type qualifier cast.
    - dselect: Do not use unnecessary old-style casts.
    - dselect: Fix variable types to avoid needing old-style casts.
    - libcompat: Disarm libselinux setexecfilecon() declaration for
      libcompat-test.
    - libdpkg: Define new VARBUF_OBJECT macro.
    - libdpkg: Add new ATOMIC_FILE_NORMAL enum value to avoid a cast in C++.
    - libdpkg: Use a new DPKG_NULL macro that works in C and C++.
    - libdpkg: Use a new DPKG_STATIC_CAST macro that works in C and C++.
    - libdpkg: Move printing of errno into dpkg_error_set().
    - libdpkg: Use a varbuf to store the problem messages per parsedb context.
    - libdpkg: Fix Doxygen comments.
  * Build system:
    - Bump minimal Perl version to 5.24.1.
    - Add a serial versioning to the m4 files.
    - Install m4 files into system aclocal directory.
    - Bump minimal gettext version to 0.19.8, to get the m4 files that can
      cross-build for musl-based systems.
    - Enable more compiler warnings.
    - Update Doxygen configuration from version 1.8.16.
  * Packaging:
    - Remove obsolete Breaks satisfied since oldstable.
    - Replace custom rule for 'configure' with call to dh_autoreconf.
      Thanks to Dan Streetman <ddstreet@canonical.com>.
    - dselect: Remove methods state files on purge.
      Spotted by Sven Joachim <svenjoac@gmx.de>.
    - Switch to debhelper compatibility level 12.
    - Switch from debian/compat to debhelper-commpat in Build-Depends.
    - Bump Standards-Version to 4.5.0 (no changes required).
  * Test suite:
    - Remove perlcritic Documentation::RequirePodLinksIncludeText suppression.
    - Clarify cppcheck va_list_usedBeforeStarted suppression.
    - Skip build directories from codespell check.
    - Update stopwords for codespell 1.16.0.
    - Suppress new bogus cppcheck 1.90 false positives.
    - libdpkg: Remove redundant assignment in t-ehandle unit test.
    - Skip backup files from codespell check.
    - Ignore python-3.8 runtime warnings in codespell.

  [ Updated programs translations ]
  * German (Sven Joachim).
  * Portuguese (Miguel Figueiredo).
  * Simplified Chinese (Mo Zhou).

  [ Updated dselect translations ]
  * German (Sven Joachim).

  [ Updated scripts translations ]
  * German (Helge Kreutzmann).

  [ Updated man pages translations ]
  * German (Helge Kreutzmann)
2020-04-11 11:53:42 +00:00
..
9menu Update to 1.9 2018-02-21 15:12:00 +00:00
abduco abduco: Use _DARWIN_C_SOURCE on Darwin. 2020-03-04 20:56:01 +00:00
Addresses Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
ansiweather ansiweather: add GITHUB_RELEASE directive. 2020-03-30 15:35:09 +00:00
ascii ascii: update to 3.18. 2020-03-07 18:31:03 +00:00
asr-manpages misc: align variable assignments 2019-11-03 17:04:19 +00:00
astrolog all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
attica *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
attica-qt5 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
autocue Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
bbappconf *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
bbdb bbdb: Support emacs26. 2018-09-13 14:21:22 +00:00
bbweather all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bibletime librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
blccc librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
bottlerocket all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
brs *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
bsdiff all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
bsdstats
buffer pick up CFLAGS and LDFLAGS for SSP, RELRO and friends 2017-12-10 22:51:05 +00:00
byobu misc: align variable assignments 2019-11-03 17:04:19 +00:00
cabal-install Import cabal-install-3.0.0.0 from wip 2020-01-19 07:51:26 +00:00
calibre *: recursive bump for poppler-0.87 2020-04-03 10:30:30 +00:00
celestia librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
chipmunk misc: align variable assignments 2019-11-03 17:04:19 +00:00
chord Sort PLIST files. 2018-01-01 22:29:15 +00:00
chordii misc: align variable assignments 2019-11-03 17:04:19 +00:00
cksfv all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
color-theme all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
colorblind
colorize Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
colorls colorls: add LICENSE 2018-12-29 08:54:01 +00:00
colortail misc: align variable assignments 2019-11-03 17:04:19 +00:00
cowsay Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
cstream all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cuecat misc: align variable assignments 2019-11-03 17:04:19 +00:00
cuetools Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
cw *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
dgpsip Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
dialog dialog: update to 1.3-20200228 2020-03-23 16:04:34 +00:00
dirdiff
dose3 misc: align variable assignments 2019-11-03 17:04:19 +00:00
dotfile Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
dpkg dpkg: updated to 1.20.0 2020-04-11 11:53:42 +00:00
dt
dtach *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
dvorakng
dvtm dvtm: Needs wide curses 2020-03-26 13:31:42 +00:00
dync Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
easymenu Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
ec2-ami-tools Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
ec2-api-tools misc: align variable assignments 2019-11-03 17:04:19 +00:00
edict
elizatalk *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
elscreen misc: align variable assignments 2019-11-03 17:04:19 +00:00
emacs-wiki misc: align variable assignments 2019-11-03 17:04:19 +00:00
epm
erlang-p1_utils misc/erlang-p1_utils: Update to 1.0.12. 2018-07-20 08:56:12 +00:00
esniper *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
fbreader librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
fd all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fep misc: align variable assignments 2019-11-03 17:04:19 +00:00
figlet Add support for CFLAGS and LDFLAGS 2017-10-23 23:21:59 +00:00
figlet-fonts
firelib all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fzy fzy: Update misc/fzy to 1.0 2018-09-24 13:59:56 +00:00
gaupol librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gelemental librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
getopt
gkrellm-flynn librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gkrellm-launch *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
gkrellm-leds librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gkrellm-moon *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
gkrellm-weather librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gnuls (sysutils/coreutils, misc/gnuls) Updated from 8.29 to 8.31 2019-12-15 11:49:28 +00:00
go-genproto Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
go-genproto-googleapis-rpc Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
goffice0.8 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
goffice0.10 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gone Comment out dead sites. 2017-08-16 20:45:30 +00:00
gperiodic librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
granulate
gwaei librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
hanzim Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
heirloom-banner
heirloom-cal
heirloom-calendar
heirloom-hd
heirloom-more
heirloom-od
heirloom-printenv
heirloom-printf
heirloom-random
heirloom-sleep
heirloom-sum
heirloom-tcopy
heirloom-time
hexd hexd: Avoid compressing the man page before installation 2020-03-26 13:34:30 +00:00
heyu all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
howm all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
hs-extra Import extra-1.6.18 2020-01-03 06:04:34 +00:00
ibutton-pdkit
ini_file_manager misc/ini_file_manager: remove misspelled C from USE_LANGUAGES 2019-09-07 07:11:46 +00:00
ipbt Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
iselect
iwatch Update iwatch to 1.0.4. 2017-05-31 03:59:45 +00:00
ja-less misc: align variable assignments 2019-11-03 17:04:19 +00:00
ja-man misc: align variable assignments 2019-11-03 17:04:19 +00:00
JBidwatcher all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
jhd
jive
JMdict
kaccessible *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
kalzium librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kanjidic
kanjidic2
kanjipad librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kbruch librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kcharselect librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kchmviewer librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kcontacts librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kdav librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kde-wallpapers4 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
kdeartwork4 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
kdeedu-data librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kdepim-runtime4 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
kdepim4 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
kdepimlibs4 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
kdeplasma-addons4 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
kdrill
kemoticons librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kgeography librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
khard khard: updated to 0.16.1 2020-04-07 21:38:46 +00:00
khelpcenter librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kidentitymanagement librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kig librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kiten librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
klettres librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kmag librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kmousetool librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kmouth librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kp Sort PLIST files. 2018-01-01 22:29:15 +00:00
kremotecontrol *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
kstars *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
kteatime librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
ktouch librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kturtle librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
ktux *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
kunitconversion librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kwordquiz librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
kz_h8write
labelnation misc: align variable assignments 2019-11-03 17:04:19 +00:00
latin-words-bin Sort PLIST files. 2018-01-01 22:29:15 +00:00
less misc: align variable assignments 2019-11-03 17:04:19 +00:00
libcarddav *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libcdio all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libcdio-paranoia all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libcec libcec: remove obsolete patch (not in distinfo after update) 2019-09-12 04:46:26 +00:00
libkdeedu *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libkeduvocdocument librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
libkgeomap librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
libkkc-data libkkc-data: PYTHON_VERSIONS_ACCEPTED=27 because of py-marisa 2019-04-28 07:14:07 +00:00
libkvkontakte librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
libmateweather Update all MATE packages (except system-monitor) to 1.24.0. 2020-04-05 16:05:39 +00:00
libquantum
libreoffice libreoffice: Update to 6.4.2.2 2020-03-22 21:03:38 +00:00
libreoffice5-bin misc: align variable assignments 2019-11-03 17:04:19 +00:00
libreoffice6-bin libreoffice6-bin: update to 6.2.8. 2020-01-29 15:56:08 +00:00
libutf Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
lile
linux-words Sort PLIST files. 2018-01-01 22:29:15 +00:00
loco Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
logsurfer misc: align variable assignments 2019-11-03 17:04:19 +00:00
lookup misc: align variable assignments 2019-11-03 17:04:19 +00:00
lr lr: update to 1.5.1. 2020-01-27 10:38:13 +00:00
lv misc: align variable assignments 2019-11-03 17:04:19 +00:00
m17n-db all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
m17n-docs all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
marble librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
mate-calc Update all MATE packages (except system-monitor) to 1.24.0. 2020-04-05 16:05:39 +00:00
mate-utils Update all MATE packages (except system-monitor) to 1.24.0. 2020-04-05 16:05:39 +00:00
mbuffer mbuffer: Skip unnecessary portability test. 2020-03-30 19:02:32 +00:00
mdp mdp: Update to 1.0.15 2020-01-03 11:47:19 +00:00
mic-paren Import mic-paren-3.13 2020-01-22 00:11:01 +00:00
mirmon Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
mkcue all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mmv
molden misc: align variable assignments 2019-11-03 17:04:19 +00:00
moreutils Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
most all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mousetweaks librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
mtail misc: align variable assignments 2019-11-03 17:04:19 +00:00
multitail all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nxtvepg Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nyancat all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ocaml-cudf misc: align variable assignments 2019-11-03 17:04:19 +00:00
ocaml-magic-mime Updated misc/ocaml-magic-mime to version 1.1.2. 2020-01-24 16:29:14 +00:00
ocaml-opaline misc: align variable assignments 2019-11-03 17:04:19 +00:00
ocaml-opam *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
ocaml-opam-file-format all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ocaml-topkg misc: align variable assignments 2019-11-03 17:04:19 +00:00
open2300 Make serial communication with the weather station work more reliably 2017-07-30 11:02:33 +00:00
open2300-mysql misc: align variable assignments 2019-11-03 17:04:19 +00:00
orca orca: Fix portability check 2020-03-26 14:30:01 +00:00
p5-App-MrShell misc: align variable assignments 2019-11-03 17:04:19 +00:00
p5-Array-PrintCols Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Business-CreditCard Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Business-ISBN Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Business-ISBN-Data Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Business-ISMN Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Business-ISSN Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Business-UPS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ControlX10-CM11 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-ControlX10-CM17 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-MMagic Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-MMagic-XS Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-File-Tail Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Locale-Codes Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Locale-libintl misc: align variable assignments 2019-11-03 17:04:19 +00:00
p5-Locale-Maketext Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Locale-Maketext-Fuzzy Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Locale-Maketext-Lexicon Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Locale-Maketext-Simple Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Locale-US Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mac-Macbinary Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Mac-PropertyList Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Msgcat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Parse-Win32Registry Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Search Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Vroom misc: align variable assignments 2019-11-03 17:04:19 +00:00
parchive *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
parley *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
pciids Update to pciids 20200222 2020-02-22 19:48:39 +00:00
pdmenu Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
php-orangehrm *: Remove mysql51 - EOL since 2013, completely broken with OpenSSL 1.1 2020-03-13 10:05:41 +00:00
pick pick: Update to 3.0.1 2019-03-12 19:02:45 +00:00
pinfo
pixd pixd: Avoid compressing the man page before installation 2020-03-26 13:48:29 +00:00
ppower *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
pty-redir
py-anita misc/py-anita: update to 2.3. 2020-03-20 12:46:15 +00:00
py-ansi py-ansi: updated to 0.1.5 2020-03-31 16:24:10 +00:00
py-asciinema py-asciinema: Fix installation and ALTERNATIVES 2019-01-27 10:37:33 +00:00
py-carddav misc: align variable assignments 2019-11-03 17:04:19 +00:00
py-immutables py-immutables: added version 0.11 2020-01-08 20:01:40 +00:00
py-sniffio py-sniffio: PYTHON_VERSIONS_INCOMPATIBLE must go before pyversion.mk 2020-03-15 23:47:14 +00:00
py-stdnum py-stdnum: updated to 1.11 2019-03-11 14:00:08 +00:00
py-tqdm py-tqdm: updated to 4.45.0 2020-04-10 08:04:52 +00:00
py-trytond-carrier all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-carrier-percentage all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-carrier-weight all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-company all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-dashboard all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-party py-tryton*: put python-2.7 restriction only in those packages where it belongs 2020-03-13 20:20:48 +00:00
py-trytond-party-relationship all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-party-siret all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-party-vcarddav py-tryton*: put python-2.7 restriction only in those packages where it belongs 2020-03-13 20:20:48 +00:00
py-trytond-product all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-product-attribute all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-product-classification all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-product-classification-taxonomic all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-product-measurements all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production-routing all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production-split all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production-work all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-production-work-timesheet all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-project all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-project-invoice all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-project-plan all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-project-revenue all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-forecast all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-inventory-location all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-location-sequence all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-lot all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-lot-sled all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-package all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-package-shipping all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-package-shipping-dpd all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-package-shipping-ups all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-product-location all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
py-trytond-stock-split all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
qbrew *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
qterm qterm: Fix building terrifying K&R C with compilers made in this decade. 2019-08-30 14:17:07 +00:00
R-Hmisc Add a missing dependency on graphics/R-latticeExtra. 2019-09-26 22:14:05 +00:00
R-pillar Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-praise R-praise: initial commit 2019-08-09 18:29:50 +00:00
raspberrypi-userland raspberrypi-userland: Needs pkg-config 2020-01-09 02:06:44 +00:00
reed Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
rhash *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
rlwrap Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
rocs librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
root *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
root-tail Comment out dead sites. 2017-09-04 18:00:49 +00:00
routeplanner-cli *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
rox-memo *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
rpm *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
ruby-ansi all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ruby-args_parser all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ruby-bundler misc/ruby-bundler: update to 2.1.4 2020-03-23 16:34:26 +00:00
ruby-bundler1 misc/ruby-bundler1: fix runtime problem 2019-09-18 14:27:45 +00:00
ruby-colorator
ruby-colorize
ruby-columnize
ruby-commander misc/ruby-commander: update to 4.5.2 2020-03-23 16:37:11 +00:00
ruby-configuration Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
ruby-daemons misc/ruby-daemons: update to 1.3.1 2019-01-20 14:33:08 +00:00
ruby-equalizer
ruby-gem_plugin
ruby-hashie misc/ruby-hashie: update to 3.6.0 2018-09-23 15:45:47 +00:00
ruby-launchy misc/ruby-launchy: update to 2.5.0 2020-03-23 16:49:31 +00:00
ruby-license-acceptance misc/ruby-license-acceptance: update to 1.0.18 2020-03-24 17:58:03 +00:00
ruby-memoizable
ruby-method_source misc/ruby-method_source: update to 1.0.0 2020-03-23 16:55:54 +00:00
ruby-mimemagic misc/ruby-mimemagic: update to 0.3.4 2020-03-23 17:14:15 +00:00
ruby-mini_portile2 ruby-miniportile2: update to 2.5.0. 2020-03-10 14:42:54 +00:00
ruby-naught
ruby-ohai misc/ruby-ohai: update to 15.7.4 2020-03-24 18:01:46 +00:00
ruby-parallel ruby-parallel: update to 1.17.0. 2019-04-30 08:48:28 +00:00
ruby-patch_finder Use https for github. 2019-07-03 07:19:03 +00:00
ruby-powerbar
ruby-progressbar misc/ruby-progressbar: update to 1.10.1 2020-03-23 17:15:56 +00:00
ruby-pry misc/ruby-pryu: commit forgotten files 2020-03-27 06:07:57 +00:00
ruby-rainbow ruby-rainbow: update to 3.0.0. 2017-12-09 19:31:58 +00:00
ruby-slop misc/ruby-slop: update to 4.8.0 2020-03-23 17:17:30 +00:00
ruby-sprockets ruby-sprockets no longer supports Ruby 2.4. Mark as incompatible and 2019-12-25 00:17:23 +00:00
ruby-sprockets-rails misc/ruby-sprockets-rails: relax rails version 2020-03-20 15:11:41 +00:00
ruby-systemu
ruby-thread_safe Remove ruby-atomic dependency. 2017-12-09 22:01:27 +00:00
ruby-transaction-simple
ruby-typed-array
ruby-windows_error misc/ruby-windows_error: Import version 0.1.2 2017-10-03 17:03:30 +00:00
rump Fix packaging under Linux 2019-08-04 14:41:27 +00:00
sch
sci Comment out dead sites. 2017-09-04 18:00:49 +00:00
screen misc/screen: fix typo in recently updated patch 2020-03-24 07:04:37 +00:00
send-pr all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
siag misc: align variable assignments 2019-11-03 17:04:19 +00:00
since since: comment out dead sites 2017-11-15 22:19:44 +00:00
splitvt Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
starplot librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
stellarium stellarium: updated to 0.20.0 2020-03-30 15:38:54 +00:00
step librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
sunwait Don't build header files. 2019-12-21 23:44:45 +00:00
superkaramba *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
sweeper *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
sword *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
tds Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
team
teseq all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tmate *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
tmux tmux: Fix build on Solaris due missing paths.h defines 2020-03-12 11:35:33 +00:00
todoman misc: align variable assignments 2019-11-03 17:04:19 +00:00
toilet Needs gmake, at least for the man page. 2017-07-01 12:42:21 +00:00
topless Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
ttyrec
udfclient Bump misc/udfclient to version 0.8.9 2018-07-20 19:07:41 +00:00
ukpostcodes
uptimec Comment out dead sites. 2017-09-06 10:40:25 +00:00
urjtag urjtag: remove references to obsolete DragonFly/i386 2018-04-30 10:38:55 +00:00
usbids Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
usbprog librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
utftools
vera Comment out dead sites. 2017-09-06 10:40:25 +00:00
vfu Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
vimpager *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
visual-regexp
vttest vttest: Update to 20200303 2020-04-02 09:39:43 +00:00
vym librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
wandio *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
watch
wdic all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
wemux
whohas Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
window Signedness fixes to make it build again with clang. 2017-09-10 01:00:01 +00:00
xchm *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
xdg-utils Clean up the unreadable manpages, by removing blank lines and leading spaces 2020-03-30 19:04:21 +00:00
xfce4-calculator-plugin librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
xfce4-smartbookmark-plugin librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
xfce4-time-out-plugin librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
xfce4-weather-plugin librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
xjdic Sort PLIST files. 2018-01-01 22:29:15 +00:00
xorg-docs all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xorg-sgml-doctools all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xrolodex Bump PKGREVISION for previous. 2018-04-29 06:00:39 +00:00
xtail Comment out dead sites. 2017-09-06 10:40:25 +00:00
xtend all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xygrib librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
yelp3 librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
yrolo all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
zorro
zyGrib Allow using depracted APIs 2020-03-30 19:38:34 +00:00
zyGrib-maps all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
Makefile misc: Add abduco. 2020-03-04 20:30:50 +00:00