Commit graph

19677 commits

Author SHA1 Message Date
adam
593aa8493a nghttp2: add Makefile.common 2020-03-30 14:00:09 +00:00
adam
b116c5dfb0 nghttp2-tools: remove duplicate distinfo 2020-03-30 13:59:43 +00:00
adam
cdeb5a892a Added www/nghttp2-tools (to avoid circular dependency) 2020-03-30 13:54:29 +00:00
roy
c5fe5d4685 goaccess: Add patch for user-name options and rc.d script
Patch accepted upstream.
This allows goaccess to run on demand html reports as the unpriviledged
user from rc.d
2020-03-30 11:31:25 +00:00
fcambus
013a20326f logswan: update to 2.1.4.
pkgsrc changes:

- Added GITHUB_RELEASE directives to fetch release file
- Tweak CMAKE_ARGS to reflect upstream GEOIP2DIR changes
- Remove the 'do-test' target and switch to using upstream tests

ChangeLog:

Logswan 2.1.4 (2020-03-27)

- Move GEOIP2DB definition to CMakeLists.txt, allowing build time
  customization
- Display database path name in error message
- Remove direct link to GeoLite2 databases
- Add dependencies installation instruction for Fedora
- Change GEOIP2DB default value to "dbip-country-lite.mmdb"
- Change GEOIP2DIR default value to "${CMAKE_INSTALL_PREFIX}/share/dbip"
- Mention that DB-IP IP to Country Lite database is now the recommended option
2020-03-30 10:06:38 +00:00
wiz
12dde4d5ca firefox: remove removed patch-config__make_system_wrappers.py from distinfo 2020-03-29 17:17:24 +00:00
nia
b6b85076b6 epiphany: Needs itstool 2020-03-29 12:21:56 +00:00
taca
86391ec2a1 www/ruby-net-http-persistent: missing from previos commit
Commit one more missing file in previous commit.
2020-03-29 06:38:44 +00:00
mef
638abf5a44 regen ( 3.0.1 to 3.1.0) 2020-03-29 06:18:44 +00:00
joerg
91d592a006 Don't hack __isinf for libc++, it makes things worse. 2020-03-29 01:01:19 +00:00
joerg
b2383a6ce8 Skip configure.in as we patch configure already 2020-03-27 20:51:43 +00:00
joerg
cead105d5e Resolve conflict with std::this_thread. 2020-03-27 20:51:23 +00:00
nia
03df60491a libproxy: Doesn't need gmake 2020-03-27 08:54:47 +00:00
rillig
ad1507aeda www/w3m: fix -Wchar-subscripts 2020-03-27 06:19:47 +00:00
gutteridge
0277d10c62 firefox: fix 74.0 debug build packaging 2020-03-27 00:24:20 +00:00
leot
55b734e547 tscrape: Add patch-tscrape.c to distinfo
It was accidentally missed in last commit.
Thanks <wiz> for noticing it!

PKGREVISION++
2020-03-26 10:16:56 +00:00
nia
34808dd124 p5-CGI-Simple: Update to 1.25
1.25  2020-02-10 MANWAR
      - Merged PR #9, thanks @ktat.

1.24  2020-02-07 MANWAR
      - Addressed issue RT #125383 raised by SREZIC.

1.23  2020-02-06 MANWAR
      - Fixed issue RT #131590, samesite parameter can be "None" as well.
2020-03-25 11:07:21 +00:00
nia
ab9e7fffae libmicrohttpd: Update to 0.9.70
Sat 08 Feb 2020 09:12:54 PM CET
    Fixed 100-continue handling for PATCH method (#6068).
    Fixed FTBFS from wrong #endif position for certain builds (#6025).
    Fixed connection overflow issue when combining MHD_USE_NO_LISTEN_SOCKET
    with MHD_USE_THREAD_PER_CONNECTION (#6036).
    Updated m4 script to fix FTBFS when using -Werror=unused-but-set-parameter (#6078).
    Releasing libmicrohttpd 0.9.70. -CG

Thu Dec 26 14:43:27 CET 2019
    Adding fix for urlencoding of keys without values in
    post-processor logic. -CG

Tue 24 Dec 2019 03:32:18 PM CET
    Adding patch from Ethan Tuttle with test case for urlencoding
    in post-processor for keys without values. -CG/ET
2020-03-24 16:25:42 +00:00
roy
2b8261eb76 goaccess: Add an option for ssl support. 2020-03-24 11:50:10 +00:00
adam
be0b61268b py-asgiref: updated to 3.2.6
3.2.6:
* local.Local now works in all threading situations, no longer requires
  periodic garbage collection, and works with libraries that monkeypatch
  threading (like gevent)
2020-03-24 06:58:46 +00:00
roy
9426c43d08 goaccess: Add support for Tokyo Cabinet to persist data 2020-03-23 17:15:57 +00:00
roy
e0498c3d22 goaccess: Add support for Tokyo Cabinet to persist data 2020-03-23 17:15:56 +00:00
taca
89bc8a1a68 www/squidview: update to 0.86
Update squidview to 0.86.
pkgsrc change: switch to use squid4/Makefile.common instead of squid3.


0.86 February 2017
- fix clang compiler warning, thanks http://people.freebsd.org/~danilo/

0.85 Janurary 2017
- another result code, thanks Yuri Voinov

0.84 December 2016
- INM result code as 'U' - unmodified
  thanks Yuri Voinov

0.82-0.83: May 2016
- add more squid result codes
  thanks to Yuri Voinov for the suggestions, corrections

0.81: January 2015
- squid result code update
  thanks to Yuri Voinov for the suggestion
2020-03-23 15:17:53 +00:00
leot
b7547ccc7f tscrape: Backport upstream patch to fetch tweet with multiple js-stream-item
Previously, without that patch, some tweets were accidentally not parsed.

PKGREVISION++
2020-03-23 15:06:08 +00:00
ryoon
8a0ea69787 php-nextcloud: Update to 18.0.2
Changelog:
18.0.2
Changes
    [stable18] disable timeout on app install via cli (server#19439)
    [stable18] Show proper file name when fetching details fails (server#19441)
    [stable18] Don't create invalid users (server#19451)
    [stable18] when we receive intentional empty whats new info, do not try to show it (server#19470)
    [stable18] Reduce flow logging at INFO level, move to DEBUG (server#19481)
    [stable18] Continue with next foreach iteration (server#19516)
    [stable18] Allow to overwrite the path on the cache event (server#19522)
    [stable18] Move RefreshWebcalJob logic to a proper service so that it may be called independently (server#19573)
    [stable18] Make sure the secondary view registered for systemtags has an id (server#19574)
    [stable18] Strip of users home path from share api message (server#19591)
    [stable18] FIx logging in accessibility controller (server#19607)
    [stable18] Change the route generation of AuthPublicShareController.php (server#19610)
    Replace tab character with space (server#19612)
    [stable18] remove noise from detectUuid and cache results (server#19624)
    [stable18] Make sure that the transfer details are present in the database during the cron run (server#19628)
    [stable18] Fix hover state color of drag-n-drop with theming and dark mode (server#19630)
    [stable18] Correctly trim long cyrillic note (server#19636)
    [stable18] Hash event UID to make sure it's not too long for PushProvider notifications (server#19639)
    [stable18] Theme search results (server#19690)
    [stable18] Also cache avatars when it's not allowed (server#19696)
    [stable18] Revive the "send email to new users" toggle for the user form (server#19702)
    [stable18] Fix non-centered no javascript message (server#19715)
    [stable18] Allow single file downloads so the video player works again (server#19729)
    [stable18] Add message for DoesNotExistException (server#19744)
    Fetch translate for Tags from files app (server#19762)
    [stable18] Various user settings fixes (server#19767)
    [stable18] Do not allow transfer ownership when the user isn't the owner (server#19773)
    [stable18] Introduce a default refresh rate app setting for calendar subscriptions (server#19784)
    [stable18] Fix regex for office documents (server#19800)
    [stable18] Fix filename and popover menu misalignment (server#19802)
    [stable18] Fix avatar in file list for users with an @ in the uid (server#19803)
    [stable18] Fix "Error loading the shares list TypeError: "this is undefined"" fo… (server#19824)
    [stable18] Prevent self-xss via invalid mysql user name on install screen (server#19830)
    [stable18] Correctly set up Application class (activity#430)
    [stable18] Chunk deleting of rows from the activity table (activity#435)
    [stable18] Fix 18 public folder (files_videoplayer#153)
    [stable18] Move to github actions (files_videoplayer#156)
    [stable18] Fix push notifications for multibyte notifications (notifications#576)
    [stable18] Prevent delete for impersonated users (notifications#582)
    [stable18] Delete unknown devices (notifications#583)
    [stable18] Fix long message (notifications#584)
    [stable18] ignore unavailable storages while scanning for albums (photos#211)
    [stable18] Don't flatten out albums (photos#213)
    [stable18] Avoid line breaks after long device names in "df" command (serverinfo#177)
    [stable18] Do not print errors if time server config is not available (serverinfo#178)
    [stable18] Change sidebar file while changing file in slideshow (viewer#405)

18.0.1
Changes
    [stable18] Fix cursor on disabled contenteditable divs (server#18961)
    Bump style-loader from 1.1.2 to 1.1.3 (server#18982)
    [stable18] Increase the timeout for app downloads (server#19025)
    [stable18] Fix loaded controller check (server#19060)
    [stable18] Allow to await the sidebar (server#19089)
    [stable18] expose Argon2 options (as we did for bcrypt) (server#19094)
    [stable18] fix multiselect actions for files (server#19108)
    [stable18] Adjust filelist color handling to new dark theme value (server#19117)
    [stable18] Reduce legacy event log level to debug (server#19118)
    [stable18] New file menu needs to be above the filelist header (server#19119)
    [stable18] Do not invert avatar colors when dark theme is enabled (server#19121)
    [stable18] Use the target for file notifications (server#19149)
    [stable18] Use correct appid for talk (server#19150)
    [stable18] add hub bundle for easy installation on upgraded instances (server#19153)
    [stable18] apps can have polyamorous relationships with bundles (server#19166)
    [stable18] Use themed favicon-fb (server#19189)
    [stable18] Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()" (server#19190)
    [stable18] Fix query selector for inverted icons (server#19206)
    [stable18] Do not encode contacts menu mailto links (server#19207)
    [stable18] Give the sharing tab a unique id so it also opens properly on other languages (server#19212)
    [stable18] WebcalRefreshJob: Fix reading refresh rate (server#19228)
    [stable18] Make sure to catch php errors during job execution (server#19269)
    [stable18] Center Buttons (server#19271)
    [stable18] Use the l10n from settings (server#19277)
    [stable18] Use proper andwhere clause (server#19278)
    [stable18] Add move (and firstlogin) option to transferownership service (server#19279)
    [stable18] for the DB ot pick an index specify the object_type (server#19283)
    [stable18] owner transfer multiselect fixes (server#19291)
    [stable18] Allow respecting PASSWORD_DEFAULT (server#19292)
    [stable18] Keep the modification time during decryptFile (server#19297)
    [stable18] Fix data Apache2 .htaccess typo (server#19302)
    [stable18] Fix display of DTEND for multi-day all-day event (server#19308)
    [stable18] do not overwrite global user auth credentials with empty values (server#19315)
    [stable18] Fix occ maintenance:install database connect failure (server#19326)
    [stable18] Fix event type (server#19330)
    [stable18] Array access on int will fail on php7.4 (server#19332)
    [stable18] Make sure the default share provider does not execute for other things (server#19334)
    [stable18] Disable link shares of disabled users (server#19340)
    [stable18] Prevent archieved download on secure view (server#19360)
    [stable18] Log Flow activity (server#19396)
    [stable18] Allow to serve static webm directly (server#19420)
    18.0.1 final (server#19422)
    [stable18] Allow to serve static mp4 directly (server#19428)
    [stable18] Update master php testing versions (activity#417)
    Update stable18 target versions (activity#418)
    [stable18] Update master php testing versions (files_pdfviewer#164)
    Update stable18 target versions (files_pdfviewer#165)
    Update stable18 target versions (files_texteditor#194)
    Update stable18 target versions (firstrunwizard#274)
    Update stable18 target versions (logreader#313)
    [stable18] Update master php testing versions (nextcloud_announcements#64)
    Update stable18 target versions (nextcloud_announcements#65)
    Update stable18 target versions (notifications#547)
    [stable18] Add linting via github actions (notifications#555)
    [stable18] Support Strict VoIP push notifications for iOS 13 SDK (notifications#565)
    [stable18] Update master php testing versions (password_policy#93)
    Update stable18 target versions (password_policy#94)
    [stable18] Lint with github actions (photos#153)
    [stable18] No more drone. Do it all on github actions (photos#158)
    [stable18] Respect .noimage and .nomedia files (photos#160)
    [stable18] added headers for your photos and favs (photos#172)
    [stable18] Fix/actions (photos#174)
    [stable18] Fix url escaping (photos#175)
    [stable18] Use actions from tutorial (photos#181)
    Update stable18 target versions (privacy#323)
    Update stable18 target versions (recommendations#182)
    Update stable18 target versions (serverinfo#170)
    [stable18] Update master php testing versions (survey_client#104)
    Update stable18 target versions (survey_client#105)
    [stable18] GitHub actions/lint (viewer#368)
    Fix url escaping (viewer#370)
    [stable18] Adjust tests syntax & formatting (viewer#379)
    [stable18] Use actions from tutorial (viewer#385)
    [stable18] Revert "Fix url escaping" (viewer#396)
2020-03-23 12:10:18 +00:00
roy
3eb451ac37 goaccess: Use the curses framework rather than just linking to ncurses
goaccess requires getmouse(3).
2020-03-22 22:46:27 +00:00
roy
9e459b162a goaccess: Fix build by including stdarg.h
Other source files include this, so this should be a safe change.
2020-03-22 22:45:00 +00:00
rillig
efe9ad1cc7 www/p5-libapreq2: remove ignored SUBST block
The file env/Makefile.in doesn't exist anymore, and the other Makefile.in
files don't run apxs anymore.
2020-03-22 21:21:05 +00:00
tnn
0c2794bcf9 php-phrasea2: override CXX instead of LIBTOOL. Suggested by joerg@. 2020-03-22 20:33:29 +00:00
tnn
1e5230f944 php-phrasea2: work around libtool issue 2020-03-22 19:28:51 +00:00
rillig
7ad425e0ab www/py-*: fix test dependencies for Python 2.7 2020-03-22 12:28:28 +00:00
adam
3c61a5fd7f py-pylint-django: updated to 2.0.14
Version 2.0.14:
Add support for Django 3.0 and Python 3.8
Support ASGI.
2020-03-22 11:16:17 +00:00
joerg
f598f4e1f6 Restrict some more rails packages to Ruby 2.5+ 2020-03-21 23:51:40 +00:00
taca
9ffa64951e www/ruby-sawyer: update to 0.8.2
Update ruby-sawyer to 0.8.2.

pkgsrc change: add "USE_LANGAUGES=	# none".

No release notes available, but it relax version dependency.
For more information, please refer: <https://github.com/lostisland/sawyer/compare/v0.8.1...v0.8.2>.
2020-03-21 17:16:35 +00:00
taca
e300f65d37 www/ruby-faraday: update to 0.17.3
Update ruby-faraday to 0.17.3.  This is not latest version of faraday but
www/ruby-faraday_middleware require prior to 1.0.


## v0.17.3

Fixes:

* Reverts changes in error classes hierarchy. #1092 (@iMacTia)
* Fix Ruby 1.9 syntax errors and improve Error class testing #1094 (@BanzaiMan,
  @mrexox, @technoweenie)

Misc:

* Stops using `&Proc.new` for block forwarding. #1083 (@olleolleolle)
* Update CI to test against ruby 2.0-2.7 #1087, #1099 (@iMacTia, @olleolleolle,
  @technoweenie)
* require FARADAY_DEPRECATE=warn to show Faraday v1.0 deprecation warnings
  #1098 (@technoweenie)

## v0.17.1

Final release before Faraday v1.0, with important fixes for Ruby 2.7.

Fixes:

* RaiseError response middleware raises exception if HTTP client returns a nil
  status. (#1042)

Misc:

* Fix Ruby 2.7 warnings (#1009)
* Add `Faraday::Deprecate` to warn about upcoming v1.0 changes. (#1054, #1059,
    #1076, #1077)
* Add release notes up to current in CHANGELOG.md (#1066)
* Port minimal rspec suite from main branch to run backported tests. (#1058)

## v0.17.0

This release is the same as v0.15.4. It was pushed to cover up releases
v0.16.0-v0.16.2.

## v0.15.4

* Expose `pool_size` as a option for the NetHttpPersistent adapter (#834)
2020-03-21 17:07:23 +00:00
taca
05c53309b1 www/ruby-http-form_data: update to 2.3.0
Update ruby-http-form_data to 2.3.0.

pkgsrc change: add "USE_LANGAUGES=	# none".


## 2.3.0 (2020-03-08)

* [#29](https://github.com/httprb/form_data/pull/29)
  Enhance HTTP::FormData::Urlencoded with per-instance encoder.
  [@summera][]


## 2.2.0 (2020-01-09)

* [#28](https://github.com/httprb/form_data/pull/28)
  Ruby 2.7 compatibility.
  [@janko][]
2020-03-21 17:03:44 +00:00
taca
1c8b89ee9c www/ruby-loofah: update to 2.4.0
Update ruby-loofah to 2.4.0.


## 2.4.0 / 2019-11-25

### Features

* Allow CSS property `max-width` [#175] (Thanks, @bchaney!)
* Allow CSS sizes expressed in `rem` [#176, #177]
* Add `frozen_string_literal: true` magic comment to all `lib` files. [#118]
2020-03-21 17:01:18 +00:00
taca
f1099c1732 www/ruby-liquid: update to 4.0.3
Update ruby-liquid to 4.0.3.

pkgsrc change: add "USE_LANGUAGES=	# none".


## 4.0.3 / 2019-03-12

### Fixed
* Fix break and continue tags inside included templates in loops (#1072) [Justin Li]

## 4.0.2 / 2019-03-08

### Changed
* Add `where` filter (#1026) [Samuel Doiron]
* Add `ParseTreeVisitor` to iterate the Liquid AST (#1025) [Stephen Paul Weber]
* Improve `strip_html` performance (#1032) [printercu]

### Fixed
* Add error checking for invalid combinations of inputs to sort, sort_natural, where, uniq, map, compact filters (#1059) [Garland Zhang]
* Validate the character encoding in url_decode (#1070) [Clayton Smith]

## 4.0.1 / 2018-10-09

### Changed
* Add benchmark group in Gemfile (#855) [Jerry Liu]
* Allow benchmarks to benchmark render by itself (#851) [Jerry Liu]
* Avoid calling `line_number` on String node when rescuing a render error. (#860) [Dylan Thacker-Smith]
* Avoid duck typing to detect whether to call render on a node. [Dylan Thacker-Smith]
* Clarify spelling of `reversed` on `for` block tag (#843) [Mark Crossfield]
* Replace recursion with loop to avoid potential stack overflow from malicious input (#891, #892) [Dylan Thacker-Smith]
* Limit block tag nesting to 100 (#894) [Dylan Thacker-Smith]
* Replace `assert_equal nil` with `assert_nil` (#895) [Dylan Thacker-Smith]
* Remove Spy Gem (#896) [Dylan Thacker-Smith]
* Add `collection_name` and `variable_name` reader to `For` block (#909)
* Symbols render as strings (#920) [Justin Li]
* Remove default value from Hash objects (#932) [Maxime Bedard]
* Remove one level of nesting (#944) [Dylan Thacker-Smith]
* Update Rubocop version (#952) [Justin Li]
* Add `at_least` and `at_most` filters (#954, #958) [Nithin Bekal]
* Add a regression test for a liquid-c trim mode bug (#972) [Dylan Thacker-Smith]
* Use https rather than git protocol to fetch liquid-c [Dylan Thacker-Smith]
* Add tests against Ruby 2.4 (#963) and 2.5 (#981)
* Replace RegExp literals with constants (#988) [Ashwin Maroli]
* Replace unnecessary `#each_with_index` with `#each` (#992) [Ashwin Maroli]
* Improve the unexpected end delimiter message for block tags. (#1003) [Dylan Thacker-Smith]
* Refactor and optimize rendering (#1005) [Christopher Aue]
* Add installation instruction (#1006) [Ben Gift]
* Remove Circle CI (#1010)
* Rename deprecated `BigDecimal.new` to `BigDecimal` (#1024) [Koichi ITO]
* Rename deprecated Rubocop name (#1027) [Justin Li]

### Fixed
* Handle `join` filter on non String joiners (#857) [Richard Monette]
* Fix duplicate inclusion condition logic error of `Liquid::Strainer.add_filter` method (#861)
* Fix `escape`, `url_encode`, `url_decode` not handling non-string values (#898) [Thierry Joyal]
* Fix raise when variable is defined but nil when using `strict_variables` [Pascal Betz]
* Fix `sort` and `sort_natural` to handle arrays with nils (#930) [Eric Chan]
2020-03-21 16:59:54 +00:00
taca
5b0addae90 www/ruby-multipart-post: update to 2.1.1
Update ruby-multipart-post to 2.1.1.

No release notes available.

Please refer: <https://github.com/socketry/multipart-post/compare/v2.0.0...v2.1.1>.
2020-03-21 16:58:04 +00:00
bsiegert
f5efefe062 Revbump all Go packages after go113 update. 2020-03-21 16:57:00 +00:00
taca
a88e891b6c www/ruby-mustermann: update to 1.1.1
Update ruby-mustermann to 1.1.1.


Mustermann 1.1.1 (2020-01-04)

* Make sure that requireing ruby2_keywords when needed. Fixes #102 @Annih

Mustermann 1.1.0 (2019-12-30)

* Proper handling of Mustermann::ExpandError. Fixes #88 @namusyaka

* Support Ruby 3 keyword arguments. @mame

  o At the same time, we dropped a support that accepts options
    followed by mappings on Mustermann::Mapper. Reference commit

* Improve documentation and development. @horaciob, @epistrephein,
  @jbampton, @jkowens, @junaruga
2020-03-21 16:51:38 +00:00
taca
e92d804c72 www/ruby-rouge: add USE_LANGUAGES
Add "USE_LANGUAGES=	# none".
2020-03-21 16:48:18 +00:00
taca
fcc7712cd7 www/ruby-jquery-rails: relax rails version
Relax restriction to versions of Ruby on Rails.
2020-03-21 16:40:37 +00:00
taca
8824dc22c1 www/ruby-rack14: remove package
Remove ruby-rack14 package since no other package refer this older
version.
2020-03-21 16:30:39 +00:00
taca
e764dae896 www/Makefile: delete ruby-rack14 2020-03-21 16:29:42 +00:00
taca
1b251c3a69 www/ruby-rack-ssl: remove package
Remove ruby-rack-ssl package.  It was only kept for www/actionpack42.
2020-03-21 16:26:55 +00:00
taca
cbfc9911f5 www/Makefile: delete ruby-rack-ssl 2020-03-21 16:26:10 +00:00
taca
5e8b63e827 www/ruby-rack-test06: remove package
Remove ruby-rack-test06 package.  It was kept only for
www/ruby-actionpack42.
2020-03-21 16:23:30 +00:00
taca
01f3948724 www/Makefile: delete ruby-rack-test06 2020-03-21 16:21:30 +00:00
taca
a26d1ad817 www/ruby-coffee-rails: update to 5.0.0
Update ruby-coffee-rails to 5.0.0.


## 5.0.0 (Apr 23, 2019) ##

* Remove support to Rails < 5.2.
* Support Rails 6.
2020-03-21 16:09:02 +00:00