Raf Czlonka contacted me offlist concerning lastpass-cli segfaulting.
I assisted him in fixing the bug. A patch has been sent upstream [0].
I do not know when a new version will be released, and I prefer having a well
behaving lastpass-cli in ports. My proposal would be to update the port.
OK?
[0]
https://github.com/lastpass/lastpass-cli/commit/68cfae08b22954fe952cfe590daa4b81a7f7124b
--
Björn Ketelaars
GPG key: 0x4F0E5F21
diff --git security/lastpass-cli/Makefile security/lastpass-cli/Makefile
index ed60b8f5df7..ea74da15e3b 100644
--- security/lastpass-cli/Makefile
+++ security/lastpass-cli/Makefile
@@ -5,6 +5,7 @@ COMMENT = LastPass command line interface tool
GH_ACCOUNT = lastpass
GH_PROJECT = lastpass-cli
GH_TAGNAME = v1.2.1
+REVISION = 1
CATEGORIES = security
MAINTAINER = Bjorn Ketelaars <bjorn.ketelaars@hydroxide.nl>
diff --git security/lastpass-cli/patches/patch-http_c security/lastpass-cli/patches/patch-http_c
new file mode 100644
index 00000000000..895604edd39
--- /dev/null
+++ security/lastpass-cli/patches/patch-http_c
@@ -0,0 +1,15 @@
+$OpenBSD$
+
+Index: http.c
+--- http.c.orig
++++ http.c
+@@ -310,8 +310,8 @@ char *http_post_lastpass_v_noexit(const char *server,
+ ret = curl_easy_perform(curl);
+ unset_interrupt_detect();
+
+- curl_easy_cleanup(curl);
+ curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, http_code);
++ curl_easy_cleanup(curl);
+ *curl_ret = ret;
+
+ if (ret != CURLE_OK) {
Friday, September 29, 2017
Re: the whole greylisting, spam filtering thing
On Fri, Sep 29, 2017 at 03:06:29PM +0200, Markus Rosjat wrote:
>So my question is, is there some source that you could use to train
>these kind of tools (like a database that you could connect to for
>training conntent ) or is every one here, that uses these tools, lucky
>enough to have a shit load of users that do the training for your systems?
>
>some informations about this would be helpful
As far as I understand it, the bayesnian lerning system learns stuff
pertinent to your domain, so you have to train it. Spam at one domain
might not be spam at another.
My system has only a few email addresses, but I keep all my spam. I
make sa-learn --spam read the spam, and sa-learn --ham the stuff I've
filtered and examined that they are all not-spam. It doesn't take
long.
https://wiki.apache.org/spamassassin/BayesInSpamAssassin
--
J.
>So my question is, is there some source that you could use to train
>these kind of tools (like a database that you could connect to for
>training conntent ) or is every one here, that uses these tools, lucky
>enough to have a shit load of users that do the training for your systems?
>
>some informations about this would be helpful
As far as I understand it, the bayesnian lerning system learns stuff
pertinent to your domain, so you have to train it. Spam at one domain
might not be spam at another.
My system has only a few email addresses, but I keep all my spam. I
make sa-learn --spam read the spam, and sa-learn --ham the stuff I've
filtered and examined that they are all not-spam. It doesn't take
long.
https://wiki.apache.org/spamassassin/BayesInSpamAssassin
--
J.
Subscribe to:
Posts (Atom)