OK rsadowski@
Klemens Nanni suggested the following tweaks
on ports@ (thanks!) which have been included:
- added a missing full stop in DESCR
- SEPARATE_BUILD now set to Yes
- fixed indent for TEST & TEST_INTERACTIVE
- switch HOMEPAGE to https:// (also pointed out by rsadowski@)
Port changes:
- dropping dependency on librest
- dropping wantlib on soup-gnome
- appdata changed it's dwelling place
- setting HOME for tests and interactive
causing all tests to finally pass
upstream changelog:
---
Version 1.7.3
Changelog:
- Increase maximum tweet length to 280 characters
- Increase maximum name length to 50 characters and improve
certain parts of the UI to cope better with longer names
- Fix the emoji button not showing up in the compose window
- Update translations
Version 1.7.2
Changelog:
- Fix window cancel button label mixup
- Fix potential crash when composing a tweet (#779)
- Fix abort when trying to detect emoji support (#781)
- Fix spell checking
- Update translations
Release 1.7.1
Changelog:
- Fixed a small problem with the appdata file in 1.7
Version 1.7
Changelog:
- Hashtags and Mentions in profile desriptions are now clickable
- The mention-completion when composing a new tweet now fetches
unknown users from the twitter server
- Videos larger than the screen size are now getting scaled down
while playing
- Profiles now indicate when an account is suspended
- Profiles handle protected accounts better when trying to
access followers/following users, etc.
- The compose window now allows tweets with just media
attached but not text
- Improve the hashtag/mention/link detection when composing a new tweet
- The compose dialog now shows an emoji chooser. This is
only available starting GTK+ 3.22.19 and the emojis will only be
rendered with color if you have the needed cairo version
installed, as well as an emoji font.
- Fixed a bug that led to wrong Direct Message info being
inserted into the database
- Fixed a bug that resulted in broken files when downloading
instagram images
Version 1.6 (2017-08-25)
Changelog:
- Dependencies: GTK+ 3.20 is now required, and librest is no longer
a dependency
- Facelift for the tweet info page
- Lots of stability fixes
- The compose window now starts uploading images as soon as they
are selected
ok (with a small correction for the dependencies), sthen@
This library provides bindings for the Dot language used by the
Graphviz (http://graphviz.org/) suite of programs for visualising
graphs, as well as functions to call those programs.
ok sthen@
This package provides a data type for colours and transparency.
Colours can be blended and composed.
Various colour spaces are supported.
A module of colour names ("Data.Colour.Names") is provided.
ok sthen@
This package provides several functions to quickly search for
substrings in strict or lazy ByteStrings. It also provides functions
for breaking or splitting on substrings and replacing all occurrences
of a substring (the first in case of overlaps) with another.
Fierce is a semi-lightweight scanner that helps locate non-contiguous IP
space and hostnames against specified domains. It's really meant as a
pre-cursor to nmap, unicornscan, nessus, nikto, etc, since all of those
require that you already know what IP space you are looking for. This
does not perform exploitation and does not scan the whole internet
indiscriminately. It is meant specifically to locate likely targets both
inside and outside a corporate network.
ok rpointel@
See https://www.icinga.com/docs/icinga2/snapshot/doc/16-upgrading-icinga-2/
- you must update database schema (as common for 2.n -> 2.n+1 update) - you
don't need to do anything special with cert location if you use standard
icinga cli/wizards, but should update deployment tools/scripts if you use
them to provision certificates.
(Regarding cert migration: patch added to new api.conf to work around
pkg_add's behaviour of updating config files if there are no local changes).