edbrowse: update to 3.5.1.

This commit is contained in:
Christian Neukirchen 2014-09-27 00:21:43 +02:00
parent 3f22f8c94d
commit 846542df44
2 changed files with 4 additions and 19 deletions

View file

@ -1,15 +0,0 @@
--- src/tcp.c 2014-07-26 17:30:51.582554891 +0200
+++ src/tcp.c 2014-07-26 17:31:07.547555086 +0200
@@ -436,12 +436,6 @@
ssl_init(void)
{
/* I don't understand any of this. */
- char f_randfile[ABSPATH];
- if(RAND_egd(RAND_file_name(f_randfile, sizeof (f_randfile))) < 0) {
- /* Not an EGD, so read and write to it */
- if(RAND_load_file(f_randfile, -1))
- RAND_write_file(f_randfile);
- }
SSLeay_add_ssl_algorithms();
sslcx = SSL_CTX_new(SSLv23_client_method());
SSL_CTX_set_options(sslcx, SSL_OP_ALL);

View file

@ -1,18 +1,18 @@
# Template file for 'edbrowse'
pkgname=edbrowse
version=3.4.10
version=3.5.1
revision=1
hostmakedepends="unzip pkg-config"
makedepends="js-devel libressl-devel pcre-devel libcurl-devel readline-devel"
makedepends="mozjs24-devel libressl-devel pcre-devel libcurl-devel readline-devel"
short_desc="line-oriented text editor and web browser similar to ed(1)"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-3"
homepage="http://the-brannons.com/edbrowse/"
distfiles="http://the-brannons.com/${pkgname}/${pkgname}-${version}.zip"
checksum=58089879c31b571792f76fc53c41374fcbe8386ea82fe451737ae72e8a78e826
checksum=e379cffb1098cfedf56ceedaaa7e20064551a0737ad6cd8ad5124fdfb18d9a5f
do_build() {
make ${makejobs} -C src JS_CPPFLAGS="$(pkg-config mozjs185 --cflags)"
make ${makejobs} -C src JS_CXXFLAGS="$(pkg-config mozjs-24 --cflags)"
}
do_install() {