summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-07-22Use common JPEG buildlink3 framework.rjs1-2/+2
2019-07-22doc: Updated finance/gnucash to 3.6wiz2-3/+3
2019-07-22gnucash: update to 3.6.wiz4-10/+30
3.6 - 30 June 2019 The seventh release of the 3.x stable series. The following bugs have been fixed: Bug 397927 - QIF Import: Usability: Remember window position and size Bug 577968 - Values are not stored by pressing <TAB> in budget page Bug 583277 - Cancel button closes QIF importer without confirmation Bug 624176 - budget report - option for showing sum is ignored Bug 642824 - Different actions like QIF import, other imports and... closing book allow to assign transactions to placeholder... accounts Placeholder accounts do not allow transactions so when the account picker dialog is presented, add an error dialog for placeholder selection and a column to display that the account is a placeholder. Bug 646361 - Estimate budget should give option to have same amount... in each budget period Bug 668349 - Select Account does not return user to correct location... in "Match payee/memos to GNUCash Accounts" screen Bug 676810 - Wrong accounting in multi-currency budget report Bug 679800 - Shortcut to allow population of all budgeting periods Bug 689753 - Budget Report: Negative Numbers Not Colored Red Bug 728873 - Account name does not focus automatically in QIF import... assistant Bug 751290 - Rethinking the invoice ledger view Bug 754710 - Add column sorting to Qif import Match views Bug 781345 - Equity disregarded by budget totals Bug 788157 - Open Budget Menu Item Doesn't Select Default Budget Bug 796949 - Incorrect conversion of 0,01 USD to EUR Bug 797051 - Price Database Add Overwrites Data Without Confirmation Bug 797089 - In the main Account Register window, the value shown... under 'Total (Period)' excludes any transaction with date... equal to the end date of the reporting period. Bug 797104 - Translations not showing in receipt options Bug 797123 - File->Export Transactions to CSV doesn't output... transaction data Bug 797126 - It is annoying to run cmake to get an updated mo file Bug 797127 - Company name and address in reports not display properly Bug 797134 - Decimal separator: Windows configured as dot,... Gnucash shows comma. Bug 797165 - Deleting an old quote from Price Database Core Dumps Gnucash Bug 797169 - GnuCash hangs loading XML file Bug 797170 - gnucash-3.5 fails to compile with GTK+3-3.20.x Bug 797175 - Gnucash will not open from UNC paths. Bug 797175 - Opening a file from a gvfs mount point fails Bug 797183 - association head path with spaces displayed wrong Bug 797185 - Correct the sorting for the Transaction Association Dialog Bug 797186 - gtk crash closing parent window edit->stylesheets Bug 797188 - Default invoice prints credit note as invoice Bug 797196 - Allow for per-payment rounding in amortization calculations. Bug 797197 - Transaction report: Error message when sorting on month Bug 797204 - qif import: commodities throw blocking dialog in symbol... field on every commodity Bug 797207 - Chart reports show blank when run from the build directory Bug 797215 - qif import: review duplicates - allow sorting candidates... on all columns Bug 797223 - Missing Tooltip on Edit->Preferences->Register:Actions:Tab... order includes Transfer on Memorised Transaction Bug 797230 - Use after free in gnucash_sheet_style_destroy. Bug 797232 - dialog-ab.glade was written for gtk 2.16. Bug 797233 - Balance Sheet, Chart of Accounts, and other reports... crash when involving foreign currency stocks. Bug 797240 - Multicolumn report not showing each report name reportname was not correctly applied as the chart-title Bug 797241 - Some reports skip transactions of the last day of the selected period Bug 797244 - Remove the invert prices for less than 1 Bug 797246 - Cleared Balance Remains Red After Turning Positive Bug 797249 - Cutting home account causes transaction to disappear Bug 797262 - Change "Today date format" Bug 797266 - Missing translation settings Bug 797277 - Assets over time ignores nested liabilities Bug 797278 - Create an option for type of commodity for Price import Currently when you use the 'Commodity From' column for Price imports it can match against the wrong commodity like COP (Conoco Philips) would match against the currency COP (Columbian Peso). To fix this add a new column type 'From Namespace' and rename 'Commodity From' to 'From Symbol' so they match the Security Editor. Bug 797281 - Gnucash crashes when attempting to match online accounts Other repairs or enhancements not marked as bugs: Rewrite the Customer Summary Report to correctly handle multiple currencies. Improve the Owner Report's find-first function to consider currency when selecting the account. Prevent cutting the "anchor" split or pasting another split on top of it in account registers so that the transaction won't suddenly disappear from the register page. Displays an explanatory dialog just like trying to delete the anchor split does. Allow deleting, cutting, and pasting over all splits in Journal View registers which don't have anchor splits because they're not associated with any account. Disable editing the "blank split" (the new split at the bottom of a transaction in split view) if the transaction itself is read-only. Use the customer and vendor currency instead of the default currency from preferences when generating bills, invoices, or credit notes. Allow assigning a single target account to more than one transaction in the import matcher. To do this select the new transactions and right-click to open a single-item context menu. Click the menu item to open the account selection dialog box. Note that imported transactions that match transactions already in the eriger, i.e. those marked "update" or "reconcile and update" are not eligible for inclusion. This feature still has some rough edges that are being addressed for the next release. Use the default currency from Properties>Accounts for the summary bar currency to make it configurable. Allow CSV export of grand total amounts from reports using the trep-engine. Fix XML file import failures into GnuCash for Android. Raise minimum CMake version to 3.5 for all platforms. Prevent crash in Aging Report when the book has no AP or AR accounts. Fix operation of the "default budget" option. Change the account-picker dialog to disable the OK button instead of raising a warning dialog if the selected account is a placeholder. Fix crash after unloading all files from the QIF import assistant. Disable the Next button in the QIF import assistant if no files are selected for import. New report "Balance Sheet-PNL" combines a Balance Sheet and an Income Statement in a single report. Rework localization in C++ on Win32 builds, fixing several crashes and speeding up file loading by 10x. Create a console window for displaying stdout/stderr. Define __MSWIN_CONSOLE__ and recompile to enable. Keep the selection in the Securities Editor on the commodity after editing it. Allow the Securities Editor to stack separately from the main window. Much more Scheme cleanup and refactoring. Python console improvements, including switching to Python3 and not killing GnuCash when quitting the console. New API: The following functions can now be used in scheduled transaction credit/debit calculations: gnc:amort_pmt gnc:amort_ppmt gnc:amort_ipmt API Deprecations: gnc:html-table-prepend-column! gnc:html-acct-table-num-cols gnc:html-acct-table-append-row! gnc:html-acct-table-prepend-row! gnc:html-acct-table-append-col! gnc:html-acct-table-prepend-col! gnc:html-acct-table-remove-last-row! gnc:html-acct-table-render gnc:second-html-build-acct-table Updated Translations: Croatian, Farsi, German, Romanian, and Ukrainian Known Issues: (long list redacted)
2019-07-22openjdk8: be compatible with src/usr.bin/printf/printf.c r1.49tnn2-1/+27
2019-07-22apache24: Extend SunOS C99 compilers list to gcc-5.jperkin1-2/+2
Should fix PR#54385 from Hiroshi Hakoyama.
2019-07-22gdk-pixbuf2: Fix the path to the Python interpreter.nia1-1/+12
2019-07-22Use https for jupyter.org.nia5-10/+10
2019-07-22Use https for invisible-island.net.nia4-8/+8
2019-07-22doc: Updated comms/op_panel to 0.30jnemeth1-1/+2
2019-07-22Update Flash Operator Panel to 0.30.jnemeth3-11/+12
From the website: 2009-06-22 15:13:28 Version .30 released. FOP2 is born. I have just released FOP 0.30, this version works reasonably well with Asterisk 1.6. There are no new features. It is a maintenance and compatiblity release. I would also like to inform you that FOP2 is born. It is the next generation FOP. A complete rewrite focused on the user and taking into account all what I learned throughout the years. Please visit http://www.fop2.com to read more about it. FOP1 will not be discontinued. I will keep mantaining it but I won't be adding any new features. I will fix bugs and make it work with future asterisk releases.
2019-07-22doc: Updated security/py-acme-tiny to 4.1.0schmonz1-1/+2
2019-07-22Update to 4.1.0. From the git log:schmonz2-7/+7
- apparently the Let's Encrypt test server is rejecting example.com emails - added official python 3.7 support in setup.py - fixed #226, start using POST-as-GET for GET requests - fixed additional POST-as-GET - addresses #205, a situation where polling may hang indefinitely - Also accept critical SAN extensions. - fixed #222, we shouldn't delete the challenge files on errors, but we should clean them up on success
2019-07-21doc: Removed audio/portaudionia1-1/+2
2019-07-21Remove audio/portaudio, replacement audio/portaudio-devel.nia12-353/+1
This is v18 of the library. portaudio-devel is v19. v19's initial release was in 2007, this was last updated in 2003. Nothing is using this now.
2019-07-21doc: Updated audio/espeak to 1.48.04nia2-3/+3
2019-07-21espeak: Update to 1.48.04.nia8-199/+219
Use portaudio v19 instead of v18. I think this was the last consumer of portaudio v18 in pkgsrc. Changelog does not go this far back~
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1256-2392/+2512
2019-07-21Sync with freetype2 update.rjs3-5/+7
2019-07-21khard: build and install man page.wiz2-4/+11
Bump PKGREVISION.
2019-07-21gegl: remove shared-mime-info, this is now included from gdk-pixbuf2/bl3.mkwiz1-2/+1
2019-07-21gdk-pixbuf2 now depends on shared-mime-info. Bump ABI depends.wiz1-2/+3
2019-07-21bootstrap/bootstrap: fix bootstrap on Solaris 10rillig1-3/+8
Fixes pkg/54349.
2019-07-21stunnel: minor grammar tweaks to DESCRgutteridge1-5/+5
2019-07-21doc: Updated sysutils/u-boot-rock{,pro}64 to 2017.09nb4tnn1-1/+3
2019-07-21u-boot-rock*: update to latest ayufan release & rockchip DDR firmwaretnn5-34/+34
No convenient changelog available. Note: due to upstream changes in EFI device enumeration, implicit boot device selection no longer works from the NetBSD EFI boot loader. e.g. "boot netbsd" doesn't work. Specify the device explicitly, e.g. "boot hd0a:netbsd".
2019-07-21Fix build with newer gdk-pixbuf2ryoon1-1/+2
2019-07-21doc: Updated security/sqlmap to 1.3.7leot1-1/+2
2019-07-21sqlmap: Update to 1.3.7leot3-337/+111
pkgsrc changes: - Remove PYTHON_VERSIONS_INCOMPATIBLE, Python 3.x is now supported too - Take MAINTAINERship Changes: - Upstream doesn't provide changelog (and CHANGELOG file just reference to commit messages). According skimming of commit messages mostly bugfixes and improvements.
2019-07-21Disable man page explicitly to follow PLISTryoon1-1/+2
2019-07-21qt5-qtwebkit: Update HOMEPAGEnia1-2/+2
2019-07-21doc: Updated net/hub to 2.12.3leot1-1/+2
2019-07-21hub: Update to 2.12.3leot2-7/+7
Changes: 2.12.3 ------ * Allow hub use within GitHub Actions by specifying GITHUB_USER * Show friendlier error message when GITHUB_TOKEN is set, but fetching the current user fails
2019-07-21doc: Updated net/mitmproxy to 4.0.4nb3leot1-1/+2
2019-07-21mitmproxy: Fix support with newer py-wsprotoleot3-7/+158
Backport upstream commit 106948d996d74bf5ff7e3511f35eefea0a90561f (except setup.py change) to fix support with py-wsproto 0.13.0 and newer. PKGREVISION++
2019-07-21doc: Updated archivers/bzip2 to 1.0.8nia1-1/+2
2019-07-21bzip2: Update to 1.0.8. This changes the upstream to sourceware.org.nia18-108/+137
1.0.8 (13 Jul 19) ~~~~~~~~~~~~~~~~~ * Accept as many selectors as the file format allows. This relaxes the fix for CVE-2019-12900 from 1.0.7 so that bzip2 allows decompression of bz2 files that use (too) many selectors again. * Fix handling of large (> 4GB) files on Windows. * Cleanup of bzdiff and bzgrep scripts so they don't use any bash extensions and handle multiple archives correctly. * There is now a bz2-files testsuite at https://sourceware.org/git/bzip2-tests.git 1.0.7 (27 Jun 19) ~~~~~~~~~~~~~~~~~ * Fix undefined behavior in the macros SET_BH, CLEAR_BH, & ISSET_BH * bzip2: Fix return value when combining --test,-t and -q. * bzip2recover: Fix buffer overflow for large argv[0] * bzip2recover: Fix use after free issue with outFile (CVE-2016-3189) * Make sure nSelectors is not out of range (CVE-2019-12900)
2019-07-21SDL: appease pkglintnia1-3/+3
2019-07-21SDL: Backport fixes from upstream's hg for the following CVEs:nia7-5/+459
CVE-2019-7572 - buffer-overflow CVE-2019-7573 - heap-overflow CVE-2019-7574 - heap-overflow CVE-2019-7575 - heap-overflow CVE-2019-7576 - heap-overflow CVE-2019-7577 - buffer-overflow CVE-2019-7578 - heap-overflow CVE-2019-7635 - heap-overflow CVE-2019-7636 - heap-overflow CVE-2019-7637 - heap-overflow CVE-2019-7638 - heap-overflow Bump PKGREVISION.
2019-07-21gdk-pixbuf: removewiz40-1180/+8
The software hasn't been updated since 2002 and is probably full of security problems. Two packages were using it. (gpsdrive has a newer version in wip.)
2019-07-21doc: gdk-pixbuf2 updateswiz2-3/+4
2019-07-21gdk-pixbuf2*: update to 2.38.1wiz9-158/+68
2.38.1 (stable) === - Fix OOM in JPEG2000 loader [Ivan A. Melnikov, #107] - Fix thumbnailing of animated GIFs [Debarshi Ray, #99] - Multiple improvements to the GIF loader [Robert Ancell, !24, !28, !30, #22, #69 - Fix build on Windows/MSYS2 [Christoph Reiter, !29] - Fix soname versioning on macOS [Christoph Reiter, !23] - Cross-compilation fixes for Android [Matthew Waters, #64] - Fix building modules on macOS [Ignacio Casal Quinteiro, !18 and !19] - Fix introspection generation [Iain Lane, #92] - Fix error handling in PNG loader [Debarshi Ray, !16] - Improve reproducibility of the build [Chris Lamb, !15] - Speed up saving PNG files [Brion Vibber, #90] - Add variables in the pkg-config files for binary utilities [Emmanuele Bassi, #88] - Build fixes [Emmanuele Bassi, #88] 2.38.0 (stable) === - Documentation fixes 2.37.92 (release candidate) === - Ensure that GdkPixbuf's storage is safely handled [Federico Mena Quintero] - Add test case for buffer overflow in pixdata loader [Bastien Nocera, #57] 2.37.0 (development) === - Rework relocation support for loaders cache on Windows [Christoph Reiter, #776081] - Properly install test data [Emmanuele Bassi, Jeremy Bicha, #795527, #795210] - Plug a memory leak when using GBytes [Vitaly Kirsanov, #787626] - Fix introspection annotations [Iñaki García Etxebarria, #789935] - Fix documentation building with X11 disabled [Quentin Glidic, #794872] - Drop Autotools build and move to Meson [Emmanuele Bassi] - Fix OOB error when dithering [Bert Pauline, #748211] - Drop the MMX assembly optimizations for pixops [Emmanuele Bassi] - Improve compatibility for the post-install script [Brendan L, #795705] - Expose the dimensions of the original image from GdkPixbufLoader [Debarshi Ray, #778517] - Improve thumbnailer implementation [Debarshi Ray, #778517] - Make X11 a dependency if the `x11` build option is enabled [Emmanuele Bassi, #77] - Generate separate introspection data for GdkPixdata API [Emmanuele Bassi, #72] - Deprecate GDK_INTERP_HYPER [Emmanuele Bassi, #3] - Avoid a deprecation warning with recent libjasper [Emmanuele Bassi, #73] - Fix build on macOS [Emmanuele Bassi, !5] - Fix build with Visual Studio [Chun-wei Fan, !8] - Fix cross-compilation of Windows build on Linux [Benjamin Gilbert, !10]
2019-07-21gdk-pixbuf2-jasper: removewiz5-66/+3
Not used in pkgsrc, needs quite unmaintained jasper library with lots of security problems, and is harder to keep working with meson version of gdk-pixbuf2.
2019-07-21doc: Updated misc/khard to 0.14.0wiz2-3/+3
2019-07-21khard: update to 0.14.0.wiz2-11/+12
v0.14.0: 2019-06-21 - Display ABLABELs for URLs and Private Objects - Allow vcard selections to be aborted explicitly - Unify edit and source subcommands - Merge export and show subcommands - Turn template export into a seperate command - Require python >= 3.5 - Add html documentation (generated with sphinx) - Add man page (generated with sphinx)
2019-07-21doc: Updated archivers/zstd to 1.4.1wiz2-3/+3
2019-07-21zstd: update to 1.4.1.wiz2-7/+7
v1.4.1 bug: Fix data corruption in niche use cases by @terrelln (#1659) bug: Fuzz legacy modes, fix uncovered bugs by @terrelln (#1593, #1594, #1595) bug: Fix out of bounds read by @terrelln (#1590) perf: Improve decode speed by ~7% @mgrice (#1668) perf: Slightly improved compression ratio of level 3 and 4 (ZSTD_dfast) by @cyan4973 (#1681) perf: Slightly faster compression speed when re-using a context by @cyan4973 (#1658) perf: Improve compression ratio for small windowLog by @cyan4973 (#1624) perf: Faster compression speed in high compression mode for repetitive data by @terrelln (#1635) api: Add parameter to generate smaller dictionaries by @tyler-tran (#1656) cli: Recognize symlinks when built in C99 mode by @felixhandte (#1640) cli: Expose cpu load indicator for each file on -vv mode by @ephiepark (#1631) cli: Restrict read permissions on destination files by @chungy (#1644) cli: zstdgrep: handle -f flag by @felixhandte (#1618) cli: zstdcat: follow symlinks by @vejnar (#1604) doc: Remove extra size limit on compressed blocks by @felixhandte (#1689) doc: Fix typo by @yk-tanigawa (#1633) doc: Improve documentation on streaming buffer sizes by @cyan4973 (#1629) build: CMake: support building with LZ4 @leeyoung624 (#1626) build: CMake: install zstdless and zstdgrep by @leeyoung624 (#1647) build: CMake: respect existing uninstall target by @j301scott (#1619) build: Make: skip multithread tests when built without support by @michaelforney (#1620) build: Make: Fix examples/ test target by @sjnam (#1603) build: Meson: rename options out of deprecated namespace by @lzutao (#1665) build: Meson: fix build by @lzutao (#1602) build: Visual Studio: don't export symbols in static lib by @scharan (#1650) build: Visual Studio: fix linking by @absotively (#1639) build: Fix MinGW-W64 build by @myzhang1029 (#1600) misc: Expand decodecorpus coverage by @ephiepark (#1664)
2019-07-21doc: Updated emulators/mame to 0.211wiz2-3/+3
2019-07-21mame: update to 0.211.wiz3-8/+11
As we pass the half-way point of 2019, it’s time for MAME 0.211, with all the excitement that brings. In this release, SGI Indy and MIPS RC2030 workstations have been promoted to working. This is a major milestone in RISC workstation emulation. If you’re feeling nostalgic, why not try one of them out, and install IRIX or RISC/os, respectively? This release also includes better support for the China Education Computer Apple II derivatives, along with a preliminary software list. This opens a window to Chinese classroom technology in the late ’80s and early ’90s. Speaking of software lists, we’ve added over five hundred cleanly cracked Apple II software titles, and imported a whole lot of ZX Spectrum cassette images. Looking away from computer emulation for a moment, Game & Watch preservation keeps progressing, with the addition of Ball (the earliest Game & Watch release) and the panorama screen version of Donkey Kong Jr. The Gaelco/Salter Pro Cycle Tele Cardioline exercise system has been promoted to working, and the Pro Stepper system has been added. System 573 MP3 audio has been greatly improved in this release, and support has been added for more Bally pinball sound boards. ClawGrip added example programs from the V.R. Technologies VT03 software development kit. Gemcrush, a rare brick breaking arcade game, has been added in this release. There are lots of other improvements, including a fix for the fatal error when switching away from MAME in Direct3D full-screen mode.
2019-07-21doc/TODO: add somewiz1-4/+6
+ calibre-3.46.0, krita-4.2, poppler-0.79.0, py-more-itertools-7.2.0, zstd-1.4.1.
2019-07-21libssh2: Don't build examples, they're not installed anyway.nia1-1/+2