aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/py-salt: Update to 3004.2Kirill Ponomarev2022-06-213-16/+4
| | | | (cherry picked from commit 4723912355c23bfcedb1e54182985cac7d0e4d48)
* sysutils/cbsd: Update 13.1.1Kirill Ponomarev2022-06-203-4/+6
| | | | | Changes: https://github.com/cbsd/cbsd/releases/tag/v13.1.1 (cherry picked from commit 6295bac14600171f1bbce8ffc494edcb79fe6d01)
* sysutils/bhyve-rc: Fix writing to /dev/null in rc scriptBryan Drewery2022-06-162-3/+3
| | | | (cherry picked from commit 00ee9c96c68c854851905e3a7480fbe215efe722)
* sysutils/zellij: Update to upstream version 0.30.0Thomas Zander2022-06-122-274/+280
| | | | | | | | | | | | Details: - New features and bugfixes, see https://github.com/zellij-org/zellij/releases/tag/v0.30.0 - Contains a known breaking change, merging the --layout and --layout-path arguments, which should affect a small number of users, though. MFH: 2022Q2 (cherry picked from commit 8fdbd674f97c3e06d9caee24de56910342c4f163)
* sysutils/fusefs-encfs: Unbreak build with llvm13Dmitri Goutnik2022-06-091-0/+11
| | | | | | | | | | /wrkdirs/usr/ports/sysutils/fusefs-encfs/work/encfs-1.9.5/encfs/NullCipher.cpp:81:36: error: no matching constructor for initialization of 'std::shared_ptr<AbstractCipherKey>' std::shared_ptr<AbstractCipherKey> gNullKey(new NullKey(), NullDestructor()); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Solution was taken from eacf34a1cf4b6b81e54d4fe74ad931ee93d1d8ef (cherry picked from commit 7508209535a01298ef91e7f6d4e1b33a5e5ffd97)
* sysutils/confctl: Set new maintainer to portmaster@BSDforge.comJoseph Mingrone2022-06-071-1/+1
| | | | | | | Sponsored by: The FreeBSD Foundation PR: 264502 (cherry picked from commit 87d17cc776e25e2be5710aff99c9180f1c874f9a)
* sysutils/e2fsprogs: fix CVE-2022-1304Matthias Andree2022-06-052-1/+58
| | | | | | | | | Take patch from linux-ext4@ mailing list to fix Security: CVE-2022-1304 Security: a58f3fde-e4e0-11ec-8340-2d623369b8b5 MFH: 2022Q2 (cherry picked from commit 83ce641b79e305333e8444b53821f12a21b753e6)
* multimedia/arcan: update to 0.6.1.1Jan Beich2022-05-292-4/+4
| | | | | | | Changes: https://github.com/letoram/arcan/releases/tag/0.6.1.1 Reported by: Repology (cherry picked from commit e3b4370e6b39b672be684eeedd8e36c374310972)
* sysutils/cbsd: Update to 13.1.0Kirill Ponomarev2022-05-163-14/+30
| | | | | Changes: https://github.com/cbsd/cbsd/releases/tag/v13.1.0 (cherry picked from commit f685ec54b69c4f1f8e846cd3399fc2143fc0d6ae)
* sysutils/rtsx-kmod: Update to 2.0nGleb Popov2022-05-132-4/+4
| | | | (cherry picked from commit 5cc52ad32d63b5fe41c3d0fd1e24f49fb2622cd0)
* sysutils/zrepl: Update to 0.5.0-8Dmitri Goutnik2022-05-102-8/+8
| | | | | | | | | | Update to the commit with fixed go.sum. PR: 262981 Reported by: Trond.Endrestol@ximalas.info Approved by: lcook (maintainer timeout) (cherry picked from commit 3046cb492009a134fc9b37db5ee7e66809d00b04)
* sysutils/htop: Update to 3.2.0Hung-Yi Chen2022-05-102-4/+4
| | | | | PR: 263865 (cherry picked from commit aebda4e5b76980d65eee48f40735929ed542f258)
* sysutils/rsyslog8: security update to 8.2204.1Matthew Seaman2022-05-062-5/+4
| | | | | | | | | | Heap buffer overflow on receiving TCP syslog traffic https://github.com/rsyslog/rsyslog/security/advisories/GHSA-ggw7-xr6h-mmr8 Security: b9837fa1-cd72-11ec-98f1-6805ca0b3d42 ChangeLog: https://github.com/rsyslog/rsyslog/blob/v8.2204.1/ChangeLog (cherry picked from commit 8583bcdcde4bcbdba6d2ddbbc438c72e3ca9aee8)
* sysutils/zellij: Update to upstream release 0.29.1Thomas Zander2022-05-052-4/+4
| | | | | | | | | Details: - Non-breaking changes, many small fixes, see https://github.com/zellij-org/zellij/releases MFH: 2022Q2 (cherry picked from commit d73d432ed18e76c1fce746e0042c5ddc4843608b)
* KDE: Update KDE Plasma Desktop to 5.24.5 (Bugfix release for May)Tobias C. Berner2022-05-0312-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | KDE Plasma 5.24.5, Bugfix Release for May Tuesday, 3 May 2022. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.24.5. Plasma 5.24 was released in February 2022 with many feature refinements and new modules to complete the desktop experience. This release adds a month's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Discover Flatpak backend: Improve stability of different sources integration. * Plasma Audio Volume Control: SpeakerTest: Fix subwoofer test. * xdg-desktop-portal-kde: Fix saving file dialog view options. Full Changelog: https://kde.org/announcements/changelogs/plasma/5/5.24.4-5.24.5 (cherry picked from commit f2936caa2b4e530fd43d4210dcd1ca3d43b4785e)
* sysutils/bhyve+: Fix build on 14-CURRENT and 13.1-RELEASEPÁLI Gábor János2022-04-268-3/+73
| | | | | | | Reported by: pkg-fallout MFH: 2022Q2 (cherry picked from commit df1f981df36889224517d232228c417be13d7934)
* sysutils/ipfs-go: Fix buildGuangyuan Yang2022-04-221-1/+2
| | | | | | | | | | | ipfs-go has a dependency "quic-go" which does not support go 1.18 yet. Use go 1.17 for now. PR: 263050 Reported by: jmg Approved by: portmgr (implicit, build fix) (cherry picked from commit 661c4c760599326c8ca273a1cfe945d553d1249a)
* sysutils/zellij: Update to upstream release 0.28.1Thomas Zander2022-04-152-10/+61
| | | | | | | | | Details: - Fixes, improvements, new features, change of the default theme, see https://github.com/zellij-org/zellij/releases/tag/v0.28.1 MFH: 2022Q2 (cherry picked from commit fe38aa5634417eb265d92f10f1deed8b017b0547)
* sysutils/restic: update to 0.13.1Fernando Apesteguía2022-04-112-5/+4
| | | | | | | | | | | | ChangeLog: https://github.com/restic/restic/releases/tag/v0.13.1 * Fix the diff command * Fix rclone (shimmed by Scoop) and sftp stopped working on Windows Rported by: portsctout MFH: 2022Q2 (bugfix release) (cherry picked from commit 6177f0d01edba0b733c06c8467dcc55d78995f49)
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-1040-39/+40
| | | | | | | | This is a separate and direct commit to quarterly as PORTREVISIONs may not match from main. PR: 262853, 262940, 262877 Approved by: fluffy (mentor)
* sysutils/dua-cli: Update to 2.17.1Lewis Cook2022-04-052-110/+109
| | | | | | Changes: https://github.com/Byron/dua-cli/releases/tag/v2.17.1 MFH: 2022Q2 (cherry picked from commit 8b7cedffe510eb7efb4749360770c508fd211575)
* sysutils/zellij: Update to upstream release 0.27.0Thomas Zander2022-04-022-49/+145
| | | | | | | | | Details: - Mostly bugfixes, see https://github.com/zellij-org/zellij/releases/tag/v0.27.0 MFH: 2022Q2 (cherry picked from commit 3b95d6b48b6ae4b22136de75320e8eeef89c1d27)
* sysutils/cbsd: Update to 13.0.28Kirill Ponomarev2022-04-022-4/+4
| | | | | Changes: https://github.com/cbsd/cbsd/releases/tag/v13.0.28 (cherry picked from commit f31ed7ef7f470cf75514edc2c0a8e78e3dcfc245)
* sysutils/chezmoi: update to 2.14.0 and re-enable documentationSamir Noir2022-04-013-32/+61
| | | | PR: 262834
* all: drop support for EOL FreeBSD 12.2Rene Ladan2022-04-015-51/+556
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.port.mk: bump minimal FreeBSD version to 12.3, update an example - sysutils/lsof: drop support for ancient FreeBSD releases. - multimedia/ustreamer: remove inline patch for 12.2 - x11/wayland-logout: remove support for FreeBSD < 12.3 - sysutils/bhyve+: remove support for FreeBSD 12.2 - databases/clickhouse: remove support for FreeBSD 12.2 - databases/mariadb106-server: remove support for FreeBSD 12.2 - devel/cvsd: no need to test for FreeBSD >=5 anymore - devel/imake: no need to support a.out anymore - japanese/kterm: no need to support FreeBSD <= 9 - math/igraph: remove support for FreeBSD 12.2 - net/onedrive: remove support for FreeBSD 12.2 - security/ipsec-tools: no need to test for FreeBSD >= 11 - emulators/rpcs3: Revert "emulators/rpcs3: unbreak on FreeBSD 12.2 after 49f593b2f77f" Reviewed by: brnrd, fluffy, jbeich, ler, yuri, x11 (zeising) Approved by: portmgr (implicit) Differential Revision: https://reviews.freebsd.org/D34523
* */*: fix trailing whitespace in pkg-descr'sDmitry Marakasov2022-04-0118-28/+28
| | | | Approved by: portmgr blanket
* sysutils/squashfs-tools-ng: new port had been added (+)Alexey Dokuchaev2022-04-015-0/+112
| | | | | | | | | | | | | | | This project originally started out as a fork of squashfs-tools 4.3, after encountering some short comings and realizing that there have been no updates on the SourceForge site or mailing list for a long time. Even before the first public release, the fork was replaced with a complete re-write after growing frustrated with the existing code base. The utilities provided by squashfs-tools-ng offer alternative tooling and are intentionally named differently, so both packages can be installed side by side. WWW: https://infraroot.at/projects/squashfs-tools-ng/
* sysutils/acpica-tools: Update to 20220331Jung-uk Kim2022-03-313-4/+14
| | | | https://acpica.org/node/199
* cleanup: Remove expired ports:Rene Ladan2022-03-3120-730/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2022-03-31 security/revealrk: Deprecate, marked BROKEN on 12+ in 2018 2022-03-31 devel/apache-commons-modeler: Abandoned upstream, last release in 2013 2022-03-31 security/afl: Abandoned upstream, no new release since 2017. Please consider using security/afl++ instead 2022-03-31 www/mod_line_edit: Abandoned upstream, last release in 2006, Apache includes mod_sed 2022-03-31 www/myfaces: Unsupported by upstream, released in 2005 2022-03-31 www/mod_backtrace: Abandoned upstream in 2012 (version 2.0) 2022-03-31 security/base: Broken with PHP 7+, forked here https://github.com/NathanGibbs3/BASE/ 2022-03-31 security/find-zlib: Deprecated, no longer relevant 2022-03-31 security/razorback-clamavNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/shimmer: Abandonware, last release in 2008 2022-03-31 security/kripp: Abandonware, upstream returns 404 and last release was back in 2007 2022-03-31 security/ipfilter2dshield: Abandonware, no word of it on upstream web site 2022-03-31 security/sha: Obsolete, we have tools in base 2022-03-31 security/gputty: Unfetchable, dead upstream 2022-03-31 java/apache-commons-discovery: Abandoned upstream, last release in 2006 2022-03-31 www/geronimo: Port outdated, unsupported upstream and depends on deprecated software 2022-03-31 security/isakmpd: 15+ years old and broken on multiple versions 2022-03-31 security/razorback-swfScanner: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 devel/hadoop: Outdated, unsupported upstream 2022-03-31 java/apache-commons-primitives: Abandoned upstream, last release in 2003 2022-03-31 security/l5: Abandonware, broken on amd64 for 10+ years 2022-03-31 security/unicornscan: Very outdated and abandoned, current version in tree was released in 2004 and last release by upstream in Aug 2013. Please consider using security/nmap or security/rustscan 2022-03-31 security/gringotts: Abandonware, upstream dead and last release in 2009 2022-03-31 security/axTLS: Very outdated and abandoned, current version in tree was released in 2013 and last by upstream in 2019 2022-03-31 security/shttpscanner: Abandonware, last release in 2006 2022-03-31 security/sniff: Abandonware, last release around 2000 and dead upstream. Please consider using net/wireshark 2022-03-31 security/razorback-archiveInflate: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/scanssh: Abandonware, last release in 2005. Please consider using security/nmap or security/rustscan 2022-03-31 security/symbion-sslproxy: Abandonware, last release in 2009 and inactive upstream 2022-03-31 security/manipulate_data: Abandonware, unsupported upstream 2022-03-31 security/vinetto: Obsolete, targets deprecated Windows operating systems such as XP and 2003 Server 2022-03-31 security/pbnj: Abandonware, last release in 2006 and reported broken upstream in 2017 upstream 2022-03-31 databases/jasperreports: Unsupported by upstream, released in 2013 2022-03-31 security/retranslator: Deprecated upstream (EOL) 2022-03-31 security/cp2fwb: Abandonware, used with deprecated software Firewall Builder. 2022-03-31 security/webscarab: Deprecated by upstream in 2014 2022-03-31 security/pscan: Abandonware, last release in 2000 2022-03-31 security/vnccrack: Outdated and abandoned, last release in 2008. Upstream is at 2.1 while version in ports is 1.0.0 2022-03-31 security/doscan: Abandonware, last release in 2014. Please consider using security/masscan or sysutils/pnscan 2022-03-31 security/radamsa: Abandonware, last release in 2017 and marked as BROKEN in late 2020 2022-03-31 security/trinokiller: Abandonware, dead upstream 2022-03-31 security/spybye: Abandonware, last release in 2008 and no upstream development 2022-03-31 security/razorback-officeCat: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 textproc/crimson: Deprecated by upstream 2010-08-06 2022-03-31 security/tripwire-131: Deprecated, please consider using security/tripwire instead 2022-03-31 security/bruteforceblocker: Abandonware, please consider using security/sshguard 2022-03-31 security/razorback-fsMonitor: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/tlswrap: Abandonware, last release in 2007 and dead upstream 2022-03-31 security/sslsniffer: Abandonware, last release in 2001. Please consider using security/sslsplit or security/sslproxy 2022-03-31 security/strobe: Abandonware, last release around 2000 and dead upstream. Please consider using security/nmap or security/rustscan 2022-03-31 security/amap: Abandoned upstream, no new release for 10+ years. Please consider using security/nmap or security/rustscan 2022-03-31 security/ppars: Abandonware, no word of it on upstream web site 2022-03-31 security/zebedee: Abandonware, last release in 2005 and runtime issues reported upstream 2022-03-31 security/matrixssl: Abandonware, dead upstream 2022-03-31 security/razorback-virusTotal: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/stud: Abandonware, marked BROKEN on 12+ in 2019 2022-03-31 security/sslwrap: Abandonware, marked BROKEN on 12+ in 2019 2022-03-31 security/dcetest: Targets deprecated protocol by Microsoft in favour of .NET 2022-03-31 security/l0phtcrack: Obsolete, Microsoft LANMAN and NT password hashes are deprecated 2022-03-31 security/slurpie: Abandonware, last release around 2000 and dead upstream 2022-03-31 security/ike: Abandonware, last release in 2013 and IKEv1 is considered to be insecure 2022-03-31 security/mussh: Abandonware, last release in 2011 please consider using security/teleport 2022-03-31 security/razorback-fsWalk: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/hackbot: Abandonware, last release in 2003. Please consider using security/nmap or security/rustscan 2022-03-31 security/phpsecinfo: Abandonware, last release in 2006 2022-03-31 security/libpreludedb: Very outdated, current version in tree was released back in 2015 and upstream is still active 2022-03-31 security/ipfw2dshield: Abandonware, no word of it on upstream web site 2022-03-31 security/razorback-fileInject: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/gwee: Abandonware, last release 15+ years ago and dead upstream 2022-03-31 security/pktsuckers: Abandonware, last release from somewhere around 1999 2022-03-31 security/slush: Obsolete, listed as alpha quality, last release around 2000 and dead upstream 2022-03-31 security/integrit: Abandonware, last release in 2003 2022-03-31 security/razorback-pdfFox: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/razorback-yaraNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 security/hlfl: Abandonware, last release in 2003 2022-03-31 security/jbrofuzz: Abandonware, no word of it on upstream web site and last release was 10 years ago 2022-03-31 security/libpwstor: Abandonware, last release in 2008 2022-03-31 security/smtpscan: Abandonware, last release in 2003 and dead upstream. Please consider using security/nmap 2022-03-31 security/cisco-torch: Abandonware, dead upstream 2022-03-31 security/amavis-stats: Abandoned, upstream is dead and last release was back in 2005 2022-03-31 textproc/lucene4: Unsupported by upstream, released in 2015 2022-03-31 java/apache-commons-discovery: Abandoned upstream, last release in 2006 2022-03-31 devel/liballium: Abandonware, last release in 2014 and upstream is dead 2022-03-31 www/sakai: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wpvs: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-igeoportal: Depends on expired www/tomcat7 2022-03-31 www/jspwiki: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wcs: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-csw: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wms: Depends on expired www/tomcat7 2021-12-31 www/tomcat7: Tomcat 7 is EOL on 2021-03-31. Please upgrade to a later version 2022-03-31 devel/gitblit: Depends on expired www/tomcat7 2022-03-31 graphics/barbecue: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wfs: Depends on expired www/tomcat7 2022-03-31 graphics/deegree-wps: Depends on expired www/tomcat7 2022-03-31 sysutils/rubygem-smart_proxy_chef: Depends on expired sysutils/rubygem-chef-api 2021-12-31 sysutils/rubygem-chef-api: The chef-api gem is no longer maintained. Please use the supported Chef::ServerAPI library from the Chef gem 2022-03-31 databases/redis5: EOLed upstream 2022-03-31 security/outguess: Abandonware, dead upstream and last release in 2001 2022-01-15 devel/maven3: Outdated, unsupported upstream 2022-01-15 devel/maven33: Outdated, unsupported upstream 2022-03-31 devel/monotone: Abandoned upstream, no release since 2014 2022-03-31 security/botan110: Deprecated upstream, users are recommended to migrate to 2.x 2022-03-31 net/hping: Deprecated upstream, please consider using net/hping3 instead 2022-03-31 sysutils/autopsy: Very outdated, current version in tree was released back in 2010 and upstream is still active 2022-03-31 java/cryptix-jce: Abandonware, last release in 2005 and listed as dead upstream 2022-03-31 net-mgmt/netustad: Abandonware, dead upstream, unfetchable and is marked BROKEN for 13+ 2022-03-31 www/paros: Abandonware, last release in 2006 and dead upstream 2022-03-31 net/queso: Abandonware and obsolete, last release back in 1998. Please consider using security/nmap instead 2022-03-31 mail/rlytest: Abandonware, last release in 2003 and dead upstream 2022-03-31 net/ssvnc: Abandonware, last release in 2011 and broken functionality reported upstream 2022-03-31 sysutils/webjob: Abandonware, last release in 2012 and broken on multiple architectures 2022-03-31 dns/bundy: Project is in hibernation and not recommended to use in production 2022-03-31 lang/ruby26: Use newer version of Ruby. Ruby 2.6 will reach its EoL on March 31, 2022 2022-03-31 textproc/kibana6: Uses expired www/node10 2021-04-30 www/node10: Node.js v10.x reaches end-of-life on 2021-04-30, see https://github.com/nodejs/Release 2022-03-31 comms/zssh: Abandonware, last release in 2003. Please consider using scp or net/croc instead 2022-03-31 devel/py-dataclasses: Included in Python 3.7 or later 2022-03-31 net-im/diligent: Abandoned upstream, users also confirms port to be non working 2022-03-31 www/typo3-9: Mainstream support ended 2021-09-30 2022-03-31 databases/adodb: Unsupported upstream, cannot be used with PHP 8.0+ 2022-03-31 audio/clementine-player: Last release in 2016, many issue reports upstream and little to no development for years. Please consider using audio/strawberry 2022-03-31 security/libprelude: Very outdated, current version in tree was released back in 2015 and upstream is still active 2022-03-31 www/crp: Abandonware, last release in 2003 and upstream refers to PHP 4.x and is dead 2022-03-31 devel/fb-adb: Last release in 2016 and deprecated by upstream, please consider using devel/android-tools-adb instead 2022-03-31 comms/o2sms: Abandonware, last release in 2010 and upstream is dead 2022-03-31 comms/p5-SMS-Send-TW-Qma: QMA service provider is no longer around 2022-03-31 comms/p5-SMS-Send-TW-ShareSMS: Service provider is no longer around 2022-03-31 comms/yaps: Service providers are no longer around and/or are no longer providing this service 2022-03-31 security/arirang: Abandoned upstream and last release was back in 2011 2022-03-31 security/openvpn-mbedtls: mbedTLS only has a minimum viable TLSv1.3 implementation, and OpenVPN-mbedtls does not work on FreeBSD 14-CURRENT 2022-03-31 www/mod_proxy_xml: Abandoned upstream, last release in 2004 2022-03-31 www/mod_xmlns: Abandoned upstream, last release in 2004 2022-03-31 www/mod_authnz_crowd: Abandoned upstream in 2014, doesn't work with Apache 2.4+ 2022-03-31 security/razorback-scriptNugget: Abandonware, last release in 2012 and listed as alpha quality by upstream 2022-03-31 dns/bind911: End of life, please migrate to a newer version of BIND9 2022-03-31 www/grafana6: EOLed upstream, unfixed vulnerabilities 2022-03-31 security/govpn: Deprecated upstream, reference: http://www.govpn.info/
* sysutils/cbsd: 13.0.27Kirill Ponomarev2022-03-312-4/+4
| | | | Changes: https://github.com/cbsd/cbsd/releases/tag/v13.0.27
* sysutils/rubygem-fluentd: update to 1.14.6Palle Girgensohn2022-03-312-4/+4
| | | | Release notes: https://github.com/fluent/fluentd/releases
* sysutils/rubygem-tmuxinator: Update to 3.0.2Po-Chuan Hsieh2022-03-302-5/+5
| | | | Changes: https://github.com/tmuxinator/tmuxinator/releases
* sysutils/rubygem-smart_proxy_salt: Update to 5.0.0Po-Chuan Hsieh2022-03-302-4/+4
| | | | Changes: https://github.com/theforeman/smart_proxy_salt/commits/master
* sysutils/rubygem-smart_proxy_remote_execution_ssh: Update to 0.5.2Po-Chuan Hsieh2022-03-302-4/+4
| | | | Changes: https://github.com/theforeman/smart_proxy_remote_execution_ssh/commits/master
* sysutils/rubygem-smart_proxy_dynflow: Update to 0.8.0Po-Chuan Hsieh2022-03-302-4/+4
| | | | Changes: https://github.com/theforeman/smart_proxy_dynflow/commits/master
* sysutils/rubygem-hammer_cli_foreman: Update to 3.2.0Po-Chuan Hsieh2022-03-302-4/+4
| | | | Changes: https://github.com/theforeman/hammer-cli-foreman/releases
* sysutils/rubygem-hammer_cli: Update to 3.2.0Po-Chuan Hsieh2022-03-302-4/+4
| | | | Changes: https://github.com/theforeman/hammer-cli/releases
* sysutils/rubygem-capistrano: Update to 3.17.0Po-Chuan Hsieh2022-03-302-4/+4
| | | | Changes: https://github.com/capistrano/capistrano/releases
* sysutils/rubygem-bundler: Update to 2.3.10Po-Chuan Hsieh2022-03-302-4/+4
| | | | | Changes: https://github.com/rubygems/rubygems/releases https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md
* devel/ruby-gems: Update to 3.3.10Po-Chuan Hsieh2022-03-301-1/+1
| | | | Changes: https://github.com/rubygems/rubygems/releases
* sysutils/rubygem-parallel: Update to 1.22.0Po-Chuan Hsieh2022-03-302-4/+4
| | | | Changes: https://github.com/grosser/parallel/commits/master
* sysutils/py-tmuxp: Update to 1.10.0Po-Chuan Hsieh2022-03-302-5/+5
| | | | | Changes: https://github.com/tmux-python/tmuxp/releases https://github.com/tmux-python/tmuxp/blob/master/CHANGES
* sysutils/parallel: Update to 20220322Po-Chuan Hsieh2022-03-302-4/+4
| | | | Changes: https://git.savannah.gnu.org/cgit/parallel.git/tree/NEWS
* sysutils/moreutils: Update manpagesPo-Chuan Hsieh2022-03-301-2/+3
| | | | - Bump PORTREVISION for package change
* devel/grpc: Update to 1.45.0Po-Chuan Hsieh2022-03-301-1/+1
| | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/grpc/grpc/releases
* sysutils/py-ansible-core: Update to 2.12.4Mateusz Piotrowski2022-03-302-4/+4
| | | | Changes: https://github.com/ansible/ansible/blob/v2.12.4/changelogs/CHANGELOG-v2.12.rst#v2-12-4
* {emulators,sysutils}/xen-{kernel,tools}: update to 4.16.0Roger Pau Monné2022-03-304-145/+36
| | | | | | | | Add fixes for XSA-{395,398} and backport clang retpoline support from unstable. Sponsored by: Citrix Systems R&D Approved by: bapt (implicit)
* sysutils/mackerel-agent: Update to 0.72.9Koichiro Iwao2022-03-302-5/+4
| | | | | Changes: https://github.com/mackerelio/mackerel-agent/releases/tag/v0.72.9 Sponsored by: HAW International
* */*: Bump PORTREVISION after lang/go 1.18 updateGuangyuan Yang2022-03-3086-11/+86
|
* sysutils/R-cran-processx: Update to 3.5.3Guangyuan Yang2022-03-302-7/+7
|