non port: databases/redis6/Makefile |
SVNWeb
|
Number of commits found: 18 |
Mon, 8 May 2023
|
[ 06:26 Yasuhiro Kimura (yasu) ] 0bdbc4e
databases/redis6: Update to 6.0.19
ChangeLog: https://github.com/redis/redis/releases/tag/6.0.19
MFH: 2023Q2
Security: 96b2d4db-ddd2-11ed-b6ea-080027f5fec9
|
Wed, 1 Mar 2023
|
[ 01:55 Yasuhiro Kimura (yasu) ] b78632c
databases/redis6: Update to 6.0.18
ChangeLog: https://github.com/redis/redis/releases/tag/6.0.18
MFH: 2023Q1
Security: b17bce48-b7c6-11ed-b304-080027f5fec9
|
Wed, 18 Jan 2023
|
[ 04:45 Yasuhiro Kimura (yasu) ] 95bbd18
databases/redis*: Adjust CONFLICTS_INSTALL
|
[ 04:43 Yasuhiro Kimura (yasu) ] 5086acf
databases/redis6: Update to 6.0.17
Add PORTSCOUT to limit the range to 6.0.x.
ChangeLog: https://github.com/redis/redis/releases/tag/6.0.17
MFH: 2023Q1
Security: 5fa68bd9-95d9-11ed-811a-080027f5fec9
|
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
|
Sat, 15 Oct 2022
|
[ 17:49 Adam Weinberger (adamw) ] b5d0d7b
databases/redis6: Use USES=luajit (defaults to luajit-devel)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Sun, 7 Aug 2022
|
[ 05:30 Yasuhiro Kimura (yasu) ] da202ea (Only the first 10 of 12 ports in this commit are shown above. )
databases/redis{6,62}: Fix problem that pkg-message is misleading
When installing package of databases/redis62, following pkg-message is
displayed.
To setup "redis62" you need to edit the configuration file:
/usr/local/etc/redis62.conf
To run redis from startup, add redis62_enable="YES"
in your /etc/rc.conf.
But path of configuration file is /usr/local/etc/redis.conf and what
should really be added to /etc/rc.conf is redis_enable="YES". Same
problem also happens when installing databases/redis6
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Jun 2022
|
[ 15:57 Stefan Eßer (se) ] da00957 (Only the first 10 of 58 ports in this commit are shown above. )
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit)
|
Wed, 1 Jun 2022
|
[ 00:09 Yasuhiro Kimura (yasu) ] c1715ac
databases/redis{6,62}: Enable TLS option by default
|
Thu, 28 Apr 2022
|
[ 02:19 Yasuhiro Kimura (yasu) ] 27e36df (Only the first 10 of 15 ports in this commit are shown above. )
databases/redis: Update to 7.0.0
* Mark BROKEN if any of external lua library options are
enabled. Upstream add new APIs to bundled lua library and use them
in source code of redis. This makes it impossible to compile and
link redis with external lua libraries. According to the commit
message of upstream repository they took the code of new API from
the repository of lua. It means linking with external lua libraries
may get possible again if they are updated. So mark BROKEN rather
than remove these options.
* Update CONFLICTS of databases/redis*.
* Switch to DISTVERSION.
* Pet portlint and portclippy.
* Tidy up Makefile with portfmt.
ChangeLog: https://github.com/redis/redis/releases/tag/7.0.0
Security: cc42db1c-c65f-11ec-ad96-0800270512f4
|
Wed, 6 Apr 2022
|
[ 01:21 Yasuhiro Kimura (yasu) ] 91ab6ec3
databases/redis*: Update CONFLICTS
databases/redis5 is removed from ports tree.
|
Sun, 9 Jan 2022
|
[ 19:52 Sergey A. Osokin (osa) ] bb036ae
databases/redis*: pass maintainership to yasu
|
Tue, 5 Oct 2021
|
[ 13:17 Sergey A. Osokin (osa) ] 2636e7c
databases/redis{,5,6}: security update to latest releases
Multiple security issues have been fixed.
Security: CVE-2021-41099
Security: CVE-2021-32762
Security: CVE-2021-32687
Security: CVE-2021-32675
Security: CVE-2021-32672
Security: CVE-2021-32628
Security: CVE-2021-32627
Security: CVE-2021-32626
PR: 256936
|
Fri, 3 Sep 2021
|
[ 13:01 Tobias Kortkamp (tobik) ] 5005d85
databases/redis*: Properly reference _ADDFLAGS set by some opt_VARS
opt_VARS always upcases its argument, so the defined(_addflags)
check will never be true.
The _ADDFLAGS block overwrites the global CFLAGS and LDFLAGS which
is also suspicous and probably not quite right.
Reported by: portscan
|
Wed, 18 Aug 2021
|
[ 23:37 Sergey A. Osokin (osa) ] 6f1d9de (Only the first 10 of 14 ports in this commit are shown above. )
databases/redis*: update databases/redis to 6.2.5.
Update CONFLICTS for databases/redis* ports.
Add a notice to UPDATING.
Connect databases/redis6 to build.
|
[ 22:01 Sergey A. Osokin (osa) ] 7ad2136 (Only the first 10 of 20 ports in this commit are shown above. )
databases/redis6: create a copy before update databases/redis to 6.2
|
Number of commits found: 18 |