solene
4621129203
Update tome4-1.5.9
...
ok jca@
2018-05-14 08:43:34 +00:00
sebastia
aad73d1f11
remove some empty patch files
2018-05-14 06:58:10 +00:00
sebastia
d36fb39d1a
Update to 4.0.0
...
some feedback and suggestions already some time ago from kn@ and sthen@
test and Ok landry@
2018-05-14 06:57:10 +00:00
sebastia
7131d6e4d1
Update to 4.0.0
...
some feedback and suggestions already some time ago from kn@ and sthen@
test and Ok landry@
2018-05-14 06:56:43 +00:00
jasper
b68fc5e6a6
switch to py-cryptodome
...
ok sthen@ (MAINTAINER)
2018-05-14 06:55:45 +00:00
jasper
0cb7556019
switch to py-cryptodome
...
ok danj@ (MAINTAINER)
2018-05-14 06:54:47 +00:00
landry
26f848438c
BROKEN-sparc64: test_economy (this port is marked as NO_TEST ?)
...
generates a 240Mb output with 'terminate called recursively'.
2018-05-14 04:53:30 +00:00
danj
8d56096014
Remove empty patches missed in previous
2018-05-13 19:09:13 +00:00
danj
561f110f13
Update to py-flask-0.12.3
...
ok kn@
2018-05-13 19:07:30 +00:00
espie
a073193baf
disable hidden dependency on gettext-tools
2018-05-13 16:57:21 +00:00
rpointel
c1884fe72f
link python 3 flavor to the build.
2018-05-13 14:55:42 +00:00
jasper
5ec326ce42
switch to py-cryptodome
2018-05-13 13:48:39 +00:00
jasper
a711579ab5
register kedpm removal
2018-05-13 13:39:22 +00:00
jasper
58b55e5608
-kedpm
2018-05-13 13:38:40 +00:00
jasper
f1ef1c9070
remove kedpm which is dead upstream and clearly shows it's signs:
...
doesn't work with the modern py-crypto API and enforces a maximum length
on passwords of 24 characters.
ok jung@ (MAINTAINER)
2018-05-13 13:38:24 +00:00
espie
622a76bd54
don't waste time trying to build smokeqt with the wrong qwt installed
2018-05-13 11:46:40 +00:00
jasper
768c8b60ff
switch to py-cryptodome
2018-05-13 07:13:04 +00:00
jasper
882ed8cf7e
switch to py-cryptodome
2018-05-13 07:10:25 +00:00
landry
80b0a8835b
Add proper dependencies on spice-gtk & libsecret so that the
...
corresponding plugins are built. Update PLIST while here.
Reported by feinerer@, ok jasper@ (maintainer) feinerer@
2018-05-13 06:59:04 +00:00
robert
b5e32155f6
update to 4.9.2
2018-05-13 06:54:33 +00:00
jasper
d230ee0d38
switch to py-cryptodome
...
ok danj@
2018-05-13 06:39:22 +00:00
landry
3aca59f212
Update to gdal 2.3.0.
...
See http://trac.osgeo.org/gdal/wiki/Release/2.3.0-News
2018-05-13 06:26:35 +00:00
jasper
68d4b4aad7
switch to py-cryptodome
2018-05-12 21:26:24 +00:00
jasper
22ff19c974
switch to py-cryptodome
2018-05-12 21:24:05 +00:00
jasper
727e817ae2
fix dependencies, this requires py-cryptography instead of py-crypto
2018-05-12 21:17:53 +00:00
jasper
99de78b188
switch to py-cryptodome
2018-05-12 21:01:05 +00:00
jasper
f1181fc9fc
switch from py-crypto to py-cryptodome
2018-05-12 20:05:25 +00:00
jasper
c98c537dee
drop unneeded dependency on py-crypto which isn't needed anymore since 1.6.0
2018-05-12 19:51:53 +00:00
jasper
e196dd36c2
switch to py-cryptodome
2018-05-12 19:45:22 +00:00
jsing
63df214750
Remove patch that is no longer needed to build with LibreSSL.
...
ok ajacoutot@
2018-05-12 18:31:22 +00:00
landry
da99382fa1
Minor bugfix update to sqlite 3.23.1, required by gecko 61.
...
See https://www.sqlite.org/releaselog/3_23_1.html
2018-05-12 18:11:34 +00:00
landry
d6923b69fa
Update to nss 3.37, needed by gecko 61.
...
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.37_release_notes
Interestingly, in nss 3.31 the way entropy is gathered from the system
was revamped, and in #1057343 it started using the getentropy() syscall
by default if available, with a fallback to /dev/urandom...but only on
linux/glibc 2.25.
Add a patch to also use getentropy() on OpenBSD.. reported upstream in
#1461075
2018-05-12 18:10:12 +00:00
tb
b64a1f7c77
Fix after const changes in libcrypto.
...
looks good to jsing
2018-05-12 17:48:30 +00:00
jsing
caaa90e552
Remove patches that are no longer needed to build with LibreSSL.
...
ok Brad
2018-05-12 17:17:25 +00:00
jsing
fda1c52c80
Remove patches that are no longer needed to build with LibreSSL.
...
ok Brad
2018-05-12 17:07:27 +00:00
jsing
7543c2438a
Unbreak funopen usage with libtorsocks - always call the libc fclose
...
function, even when fd < 0.
ok jca@ pascal@ solene@
2018-05-12 16:52:25 +00:00
jca
b823362c61
Needs a c++11 compiler, spotted on powerpc
2018-05-12 14:49:01 +00:00
jca
fd600705fe
Better LIBRESSL_VERSION_NUMBER check
...
LibreSSL 2.7.1 started providing X509_OBJECT_get0_X509 and
X509_STORE_get0_objects, so use them.
While here fix a format string warning (%hu vs %d).
ok kn@ (maintainer)
2018-05-12 14:37:36 +00:00
jca
43a61df6fb
Correctly print time_t
...
Fixes a latent problem on 32 bits archs. ok kn@, bump in next commit.
2018-05-12 14:33:50 +00:00
espie
ca83ec2fdb
more @bin and other removal
2018-05-12 14:29:01 +00:00
espie
4942de4912
somehow I bugged this
2018-05-12 14:28:25 +00:00
espie
a96427599c
sprinkle @bin, remove stripped directories
2018-05-12 14:08:51 +00:00
espie
2518277ccc
reorder for new update-plist
2018-05-12 14:06:56 +00:00
espie
aadcacf835
keep rcscript in alpha order
2018-05-12 14:06:16 +00:00
jasper
d65497c048
update to i3status-2.12
2018-05-12 14:03:46 +00:00
espie
91de453053
new update-plist will match actual files first
...
since flipit actually installs a flipit conf, the @extra file will move
a bit
2018-05-12 14:03:35 +00:00
espie
50d186301e
@bin markers
2018-05-12 14:01:17 +00:00
espie
4d458d3820
zap common dirs
2018-05-12 13:59:37 +00:00
espie
31e6ccf0df
@bin markers
2018-05-12 13:58:30 +00:00
espie
d7c16d2343
zap extra dirs
2018-05-12 13:56:39 +00:00