non port: devel/fb-adb/distinfo |
SVNWeb
|
Number of commits found: 14 |
Thu, 31 Mar 2022
|
[ 20:31 Rene Ladan (rene) ] 97cf09b (Only the first 10 of 823 ports in this commit are shown above. )
cleanup: Remove expired ports:
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 (Only the first 15 lines of the commit message are shown above )
|
Wed, 6 Nov 2019
|
[ 13:41 jbeich ]
devel/fb-adb: regen patches
=> Attempting to fetch
https://github.com/facebook/fb-adb/commit/a25602788c1b.patch
=> Fetched file size mismatch (expected 9741, actual 9730)
--- a25602788c1b.patch 2017-11-14 11:32:11 UTC
+++ a25602788c1b.patch 2019-11-06 13:33:45 UTC
@@ -16,9 +16,9 @@ This change just gets us back to using a PTY unconditi
We could take advantage of adb fixes to get rid of some of our
encoding logic, but that's a separate project.
---
- chat.c | 14 ++++++-
- cmd_shex.c | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
- util.c | 29 +++++++++++++++
+ chat.c | 14 +++++-
+ cmd_shex.c | 122 +++++++++++++++++++++++++++++++++++++++++++++++------
+ util.c | 29 +++++++++++++
util.h | 12 ++++++
4 files changed, 162 insertions(+), 15 deletions(-)
|
Mon, 11 Sep 2017
|
[ 15:56 jbeich ]
devel/fb-adb: backport more fixes, mainly for Oreo
https://github.com/facebook/fb-adb/commit/3a3a52355a39
https://github.com/facebook/fb-adb/commit/281df4766b82
https://github.com/facebook/fb-adb/commit/723148059ce2
|
Thu, 16 Mar 2017
|
[ 20:49 jbeich ]
devel/fb-adb: backport Android 7 (Nougat) support
MFH: 2017Q1
|
Fri, 7 Oct 2016
|
[ 07:52 jbeich ]
devel/fb-adb: update to 1.4.4.126
A version just before Android SDK is required for build.
Changes: https://github.com/facebook/fb-adb/compare/b230619...6fd78ae
MFH: 2016Q4 (no consumers)
|
Tue, 4 Oct 2016
|
[ 19:52 jbeich ]
devel/fb-adb: update 64bit NDK
MFH: 2016Q4
|
Sun, 22 May 2016
|
[ 01:12 jbeich ]
devel/fb-adb: update x86_64 NDK to r11c
No PORTREVISION bump as it's unlikely to change the produced binary.
|
Thu, 17 Mar 2016
|
[ 09:29 jbeich ]
devel/fb-adb: update to 1.4.4.124
Changes: https://github.com/facebook/fb-adb/compare/37ba40c...b230619
|
Tue, 15 Mar 2016
|
[ 16:28 jbeich ]
devel/fb-adb: chase r410613 and r411171
|
Mon, 22 Feb 2016
|
[ 14:19 jbeich ]
devel/fb-adb: update to 1.4.4.122
Changes: https://github.com/facebook/fb-adb/compare/be2289d...37ba40c
|
Sat, 5 Dec 2015
|
[ 15:04 jbeich ]
devel/fb-adb: update to prefer native ppoll(2) on 10.2+
ppoll() implemented via kqueue(2) is ~ 200 lines of code. So, this is
a minor optimization.
Changes: https://github.com/facebook/fb-adb/commit/df6073f
|
Wed, 2 Dec 2015
|
[ 19:27 jbeich ]
devel/fb-adb: update to 1.4.4.115
- Enable Android x86 stub for NDK=off
Changes: https://github.com/facebook/fb-adb/compare/d447d38...a682c99
|
Sat, 21 Nov 2015
|
[ 02:26 jbeich ]
devel/fb-adb: update to 1.4.4.113
Changes: https://github.com/facebook/fb-adb/compare/930ba5f...d447d38
|
Wed, 28 Oct 2015
|
[ 14:29 jbeich ]
devel/fb-adb: add new port
Differential Revision: https://reviews.freebsd.org/D3930
fb-adb is a tool for interacting with Android systems. It does much of
what adb does, but with better remote shell support and, hopefully,
fewer bugs. Differences between adb and fb-adb are that fb-adb:
* is binary clean (no LF -> CRLF mangling)
* transmits and updates window size
* distinguishes standard output and standard error
* properly muxes streams with independent flow control
* allows for ssh-like pty allocation control
* propagates program exit status instead of always exiting
with status 0
* properly escapes program arguments
* kills remote program
* provides a generic facility to elevate to root without re-escaping
https://github.com/facebook/fb-adb
|
Number of commits found: 14 |