Commit graph

273115 commits

Author SHA1 Message Date
khorben
dbcb57753c Bump PKGREVISION on packages depending on CUPS
This should be the last part of the renaming operation for print/cups to
print/cups-base.

Rationale: packages depending on CUPS but not relying on a functional
printing setup only need to depend on print/cups-base (equivalent to the
former print/cups). The new print/cups now depends on print/cups-base
and on print/cups-filters, thus directly providing a functional printing
setup. This bump reflects this change of dependency.

As discussed on tech-pkg@
2017-11-12 16:03:34 +00:00
khorben
08f3106d89 Update dependencies on print/cups to print/cups-base
This is with the notable exception of meta-pkgs/desktop-gnome, which I
believe implies a fully functional cups.

This is still missing revision bumps - I'll be right there (first time I
am doing this on so many packages at a time).

As discussed on tech-pkg@
2017-11-12 15:36:57 +00:00
khorben
21c57d2331 doc: Added print/cups-base version 2.2.5 2017-11-12 14:12:18 +00:00
khorben
ad08695de2 Add cups-base 2017-11-12 14:11:14 +00:00
khorben
3947da03bf Rename print/cups to print/cups-base to depend on cups-filters
This change:
- renames print/cups to print/cups-base,
- lets print/cups-filters depend on print/cups-base instead of cups,
- adds a package print/cups depending on print/cups-base and
  print/cups-filters.

This makes sure installing print/cups always installs
print/cups-filters, as it is necessary for being able to print outside
of Mac OS X since CUPS 1.6.0. You're welcome.

I do not think superseding is necessary, since print/cups will also
install print/cups-base, which really is the same as before. In practice
it is like a new dependency. I do not want to risk a bad "cvs import"
either, sorry.

Bumps PKGREVISION for print/cups and print/cups-filters, since they have
new dependencies now. This is also necessary for everything else currently
depending on print/cups; I will try to commit this right after this one.

Tested on NetBSD/amd64, as reviewed on tech-pkg@.
No breakage observed, apologies if anything goes wrong.
2017-11-12 14:10:15 +00:00
leot
bce39bf77b doc: Updated net/gallery-dl to 1.0.1 2017-11-12 13:51:09 +00:00
leot
162b3a1aeb gallery-dl: Update net/gallery-dl to 1.0.1
Changes:
 - Added support for: xvideos (#45)
 - Fixed exception handling during file downloads which could lead to a
   premature exit
 - Fixed an issue with tumblr where not all images would be downloaded when
   using tags (#48)
 - Fixed extraction issues for imgbox (#47), mangastream (#49), and
   mangahere
2017-11-12 13:50:59 +00:00
khorben
42bd86cfb0 Add initial support for building packages reproducibly
It currently tackles two problems:
- gcc(1) hard-coding full paths in debugging information (with one
  caveat at the moment)
- ar(1) hard-coding user IDs in archive headers

This allows packages built from the same tree and options to produce
identical results bit by bit. This option should be combined with ASLR
and PKGSRC_MKPIE to avoid predictable address offsets for attackers
attempting to exploit security vulnerabilities.

This is still disabled by default, and only supports NetBSD so far.

As discussed on tech-pkg@
2017-11-12 13:34:14 +00:00
bsiegert
0bb2f21fba borg-1.1.2 2017-11-12 10:53:18 +00:00
bsiegert
19d9e26255 Update borgbackup to 1.1.2.
Full changelog (long) at
https://github.com/borgbackup/borg/blob/1.1.2/docs/changes.rst.

When upgrading from borg 1.0.x to 1.1.x, please note:

- borg might ask some security-related questions once after upgrading. You can
  answer them either manually or via environment variable. One known case is if
you use unencrypted repositories, then it will ask about a unknown unencrypted
repository one time.
- your first backup with 1.1.x might be significantly slower (it might
  completely read, chunk, hash a lot files) - this is due to the --files-cache
mode change (and happens every time you change mode). You can avoid the
one-time slowdown by using the pre-1.1.0rc4-compatible mode (but that is less
safe for detecting changed files than the default). See the --files-cache docs
for details.
2017-11-12 10:52:42 +00:00
wiz
80c8d97b52 doc/TODO: add some
+ ImageMagick-7.0.7.10, MesaLib-17.2.5, at-spi2-atk-2.26.1,
  at-spi2-core-2.26.2, atk-2.26.1, chrony-3.2, gallery-dl-1.0.1,
  libogg-1.3.3, libuv-1.16.1, notmuch-0.25.2, py-certifi-2017.11.5,
  py-mercurial-4.4.1, py-setuptools-36.7.1, syncthing-0.14.40,
  vim-8.0.1290, vim-share-8.0.1290, webkit-gtk-2.18.3, x264-devel-20171111.
2017-11-12 10:33:53 +00:00
bsiegert
4452146c23 Fix my user name.
I accidentally used the ChromeOS login name (chronos) instead of my login.
Thanks wiz@ for noticing and for notifying me.
2017-11-12 09:49:00 +00:00
tnn
1a598c49de geckodriver: adjust dependency
from maya@
2017-11-11 21:39:19 +00:00
tnn
bfc4a49a21 add www/py-selenium 2017-11-11 21:32:29 +00:00
tnn
18b21fcdba www/py-selenium: import py27-selenium-3.7.1
Python language bindings for Selenium WebDriver.
The Selenium package is used to automate web browser interaction from Python.
2017-11-11 21:30:21 +00:00
tnn
ab1d980d08 geckodriver: fix issue with finding firefox fallback binary 2017-11-11 20:25:56 +00:00
maya
8200267766 doc: Updated net/socat to 1.7.3.2nb1 2017-11-11 19:43:27 +00:00
maya
e43211d179 socat: improve our ability to run the tests, less use of /bin/bash
bump PKGREVISION in case any of those scripts are used at runtime
2017-11-11 19:43:06 +00:00
maya
cd81f8218a doc: Updated net/netcat6 to 1.0nb4 2017-11-11 17:29:17 +00:00
maya
f1a82f5537 netcat6: fix buffer overflow. appease pkglint. bump PKGREVISION. 2017-11-11 17:28:39 +00:00
maya
796106724c libaudiofile: add test target 2017-11-11 13:13:15 +00:00
gdt
efea8d58aa doc: Updated filesystems/fuse-encfs to 1.9.2 2017-11-11 03:18:36 +00:00
gdt
b2c96c97bc Update to 1.9.2:
- fix a use-after-free bug that was introduced in v1.9-rc1 (#214)
  - cast booleans to int before writing the XML config (#343)
  - support reading the config file from pipes (#253)
  - add "-t" option to set syslog tag
  - allow read/write in standard reverse mode (#301)
  - reject empty passwords
  - support building with openssl 1.1
2017-11-11 03:18:16 +00:00
ryoon
d2d9285dc1 Updated net/corebird to 1.7.2 2017-11-11 01:52:34 +00:00
ryoon
ffda65434c Update to 1.7.2
Changelog:
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

1.7.1:
Changelog:
 - Fixed a small problem with the appdata file in 1.7

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
2017-11-11 01:51:30 +00:00
jklos
58f83cecd5 Fixes PR # 52711. Allows installation of package in /usr/local LOCALBASE. 2017-11-11 01:32:46 +00:00
ryoon
9f04baa836 Fix GPL version 2017-11-10 23:04:17 +00:00
ryoon
199f561264 Add rawtherapee 2017-11-10 23:02:35 +00:00
ryoon
6428ba4c49 Added graphics/rawtherapee version 5.3 2017-11-10 23:01:45 +00:00
ryoon
c261ccb73b graphics/rawtherapee: import rawtherapee-5.3
RawTherapee is a cross-platform raw image processing program released
under GNU GPL 2.
2017-11-10 23:01:02 +00:00
ryoon
03cade1343 Updated misc/libreoffice to 5.4.3.2 2017-11-10 22:54:44 +00:00
ryoon
eb6a098f87 Update to 5.4.3.2
Changelog:
Bugs fixed compared to 5.4.3 rc1:
    tdf#97630 LibreOffice uses wrong attribute for feature "shrink-to-fit" [Michael Stahl]
    tdf#108580 Cannot run LibreOffice, api-ms-win-crt-runtime-l1-1-0.dll is missing (for local solution see comment 7) [Christian Lohmaier]
    tdf#109343 Cannot paste formatted text (.rtf) from clipboard on Mac. It comes always unformatted. Still broken in 5.3.6 and 5.4.1 [Xisco Fauli]
    tdf#111428 Formula cells not recalculated after column was inserted and in a shifted column a formula cell is edited/added when the next column is empty (EDITING) [Eike Rathke]
    tdf#112928 LibreOffice 5.4.2.2 installs but will not run on Windows XP SP3 (32-bit) [Mike Kaganski]
    tdf#113225 LibreOffice 5.4.1.2 crashes when checking for updates ( OpenGL ) [Michael Meeks]
    tdf#113227 FILESAVE: PPT: bullets disappear after RT [Noel Grandin]
    tdf#113253 FILESAVE: PPT: Graphics change their shapes after RT [Caolán McNamara]

Bugs fixed compared to 5.4.2 final (rc2):
    ofz#2833 correct number of one decimal in fraction of seconds [Eike Rathke]
    ofz#2867 correct number of one decimal in fraction of seconds [Eike Rathke]
    ofz#3419 null-dereference READ [Caolán McNamara]
    ofz#3527 invalid read of size 8 [Caolán McNamara]
    ofz#3532 invalid read of size 8 [Caolán McNamara]
    rhbz#1471983 Libreoffice Impress crashes on Edit Master [Caolán McNamara]
    tdf#86083 TOOLBAR: 'Column' and 'Row' group buttons [Yousuf Philips]
    tdf#91106 1st Hierarchical level in Styles and Formatting is not alphabetically sorted [Michael Stahl]
    tdf#98315 Function Wizard showing Breeze icons when in Sifr theme [Matthias Freund]
    tdf#99689 Subscript not working in Illustration index or Index of Tables [Tamas Bunth]
    tdf#100822 FILEOPEN: xlsx file: imported DateTime cells are empty with certain non-en_US locales (Excel 2010 compatible) [Eike Rathke]
    tdf#103685 SQL... dialog Status: "Commands out of sync" when connecting to MySQL using direct (native) connector [Julien Nabet]
    tdf#104937 FILEOPEN: RTF: table's columns are narrower than they should be [Miklos Vajna]
    tdf#106953 FILEOPEN: RTF: First line indent is ignored [Miklos Vajna]
    tdf#107605 Formatting fonts with bad metrics causes line height problems, e.g. Cardo [Khaled Hosny]
    tdf#108406 libreoffice from 5-4 branch shows a broken helpimg icon theme in options [Katarina Behrens]
    tdf#108703 LibO is trying to access OpenOffice\dict_word.brk & dict_word_en.brk when scrolling through a document [Eike Rathke]
    tdf#111480 FILEOPEN: Circular text is imported horizontally [Szymon Kłos]
    tdf#112211 FILEOPEN: RTF: Incorrect horizontal bullet position [Caolán McNamara, Miklos Vajna]
    tdf#112247 FILESAVE: DOC: shape increases in size every time it is saved [Szymon Kłos]
    tdf#112292 Memory usage is steadily increasing every time when copying something to the clipboard even with 0 undo steps [Noel Grandin]
    tdf#112388 Fraction::Fraction(Fraction const&) leaks memory [Caolán McNamara]
    tdf#112399 Unable to correctly open a Word 2003 document [Caolán McNamara]
    tdf#112423 MySQL native connector "Commands out of sync..." when calling procedure second time. - Crash [Julien Nabet]
    tdf#112425 libMacOSXSpelllo.dylib MacSpellChecker::GetSpellFailure is leaking memory with multiple invocations [Julien Nabet]
    tdf#112446 FILEOPEN,DOCX Misplaced page number [Justin Luth]
    tdf#112486 (DirectWrite-Regression) [META] Bugs caused/worsened by more use of DirectWrite [Xisco Fauli]
    tdf#112507 FILEOPEN: RTF: Incorrect paragraph's width [Miklos Vajna]
    tdf#112523 Calc function names in the Polish language version. [Eike Rathke]
    tdf#112552 Shape's gray background is lost after saving to PPTX [Tamás Zolnai]
    tdf#112557 Subtitle placeholder shape leads to corrupted PPTX file [Tamás Zolnai]
    tdf#112574 Image style editing crashes LO [Michael Stahl]
    tdf#112647 Fixed line spacing is saved incorrectly to PPTX [Tamás Zolnai]
    tdf#112656 selected text is truncated in Calc sort dropdown [Caolán McNamara]
    tdf#112679 Copied FORMTEXT field in DOC is corrupted when file is saved and reopened [Michael Stahl]
    tdf#112680 Color picker dialog opens with incorrect custom color [Caolán McNamara]
    tdf#112727 Chart crashes when transparency is square [Julien Nabet]
    tdf#112732 Navigator Promote Demote of last entry in Header outline causes crash (debug) [Michael Stahl]
    tdf#112780 Incompatibility in 5.3.1.2 for spreadsheet created with 5.1 (wrong data type) [Eike Rathke]
    tdf#112827 Main menu bar not reversed when running RTL UI (Gtk3) [Caolán McNamara]
    tdf#112836 In master view, bottom areas are wrongly positioned [Noel Grandin]
    tdf#112933 LO CALC: FORMATTING: of Time changed meaning of MM:SS.0 [Eike Rathke]
    tdf#112947 Possible write to free'd memory in OResultSet.cxx [Julien Nabet]
    tdf#113052 Crash when right-clicking the breakpoint column in the Basic IDE [Jan-Marek Glogowski]
2017-11-10 22:54:04 +00:00
ryoon
36b5c5611d Updated www/seamonkey-l10n to 2.49.1 2017-11-10 22:53:17 +00:00
ryoon
d7fc1b91f2 Update to 2.49.1
* Sync with www/seamonkey-2.49.1
2017-11-10 22:52:07 +00:00
ryoon
fd8119635a Updated www/seamonkey to 2.49.1 2017-11-10 22:47:13 +00:00
ryoon
05bd7a8bf8 Update to 2.49.1
Changelog:
Based on Firefox 52.4.1

SeaMonkey-specific changes
    SeaMonkey should no longer crash when you start it or try to use the mail feature on OS X 10.12 or greater.
    You were not always prompted for authentication in SeaMonkey 2.48 under certain scenarios resulting in login failures. The problem, tracked in bug 1347857, has been fixed.
    Mail and News: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed globally by setting the preference mail.compose.attach_http_images.
    Language support for nb-NO has been re-added.
    SeaMonkey now uses gtk3 on Linux. If you experience a problem because of this please file a bug and link it to Switch Linux builds to GTK3 with SeaMonkey 2.49. Pleae try another OS theme first. Some of them are buggy and cause problems with SeaMonkey, Thunderbird and Firefox.
    Quotes are now colored differently in Mails bug 1374708.
    Under OSX the left panes in Bookmarks Manager, MailNews and Address Book are now styled like finder panes. See bug 1095904.
    Quotes are now colored differently in Mails up to 5 levels deep depending on your OS. See bug 1374708. This may break custom themes for email composition because a new style sheet named "messageQuotes.css" has been added.
2017-11-10 22:45:27 +00:00
khorben
8da72c45dd Add support for LDFLAGS
This notably fixes building with RELRO enabled.
2017-11-10 18:17:55 +00:00
khorben
acf6703de4 Add support for CFLAGS and LDFLAGS
This notably fixes building with RELRO enabled.

Bump PKGREVISION, since this generates a different binary now that SSP and
FORTIFY are enabled.
2017-11-10 16:18:47 +00:00
fhajny
c704013651 Enable postgresql-redislog 2017-11-10 15:08:08 +00:00
fhajny
88fd559c33 doc: Added databases/postgresql-redislog version 0.2 2017-11-10 15:07:16 +00:00
fhajny
11add9a1b1 Import redislog-0.2 as databases/postgresql-redislog.
redislog is an extension that allows PostgreSQL to ship log entries
to a Redis server, directly in JSON format.
2017-11-10 15:07:02 +00:00
fhajny
f24dfdd301 Make sure the --as-needed linker arg does not leak into the pgxs Makefiles
on Darwin and SunOS where it's not supported. Bump PKGREVISION on *-client.
2017-11-10 14:47:41 +00:00
jperkin
764b5015b5 doc: Updated net/mDNSResponder to 258.14nb3 2017-11-10 11:22:02 +00:00
jperkin
9fd8660bee mDNSResponder: Ensure dns-sd is built with correct CFLAGS.
Bump PKGREVISION.
2017-11-10 11:21:52 +00:00
jperkin
189631356f logcheck: Remove unnecessary TMPDIR handling to be MAKE_JOBS safe. 2017-11-10 10:34:51 +00:00
prlw1
7ff6d80130 Complete TODO revision 1.17857 2017-11-10 09:34:39 +00:00
prlw1
c6d3de2201 doc: Updated multimedia/gstreamer1 to 1.12.3 2017-11-10 09:27:16 +00:00
prlw1
a34fa66b79 Update gstreamer1 to 1.12.3
Major bugfixes in 1.12.3

    Fix for infinite recursion on buffer free in v4l2
    Fix for glimagesink crash on macOS when used via autovideosink
    Fix for huge overhead in matroskamux caused by writing one
      Cluster per audio-frame in audio-only streams. Also use
      SimpleBlocks for Opus and other audio codecs, which works around
      a bug in VLC that prevented Opus streams to be played and
      decreases overhead even more
    Fix for flushing seeks in rtpmsrc always causing an error
    Fix for timestamp overflows in calculations in audio encoder base class
    Fix for RTP h265 depayloader marking P-frames as I-frames
    Fix for long connection delays of clients in RTSP server
    Fixes for event handling in queue and queue2 elements, and
      updates to buffering levels on NOT_LINKED streams
    Various fixes to event and buffering handling in decodebin3/playbin3
    Various fixes for memory leaks, deadlocks and crashes in all modules
    ... and many, many more!
2017-11-10 09:26:47 +00:00
adam
63613046ff Updated textproc/py-mistune, devel/py-pexpect, net/py-botocore, net/py-awscli, multimedia/py-m3u8 2017-11-10 08:00:43 +00:00
adam
8569e83d85 py-m3u8: updated to 0.3.5
0.3.5
add support to tag EXT-X-START
2017-11-10 07:59:24 +00:00