FreeBSD Bugzilla – Attachment 176681 Details for
Bug 214212
net/megatools: update to 1.9.98
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
megatools 1.9.98 additional changes
megatools.diff (text/plain), 3.90 KB, created by
Jason E. Hale
on 2016-11-06 10:56:37 UTC
(
hide
)
Description:
megatools 1.9.98 additional changes
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2016-11-06 10:56:37 UTC
Size:
3.90 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 424912) >+++ Makefile (working copy) >@@ -2,35 +2,30 @@ > # $FreeBSD$ > > PORTNAME= megatools >-PORTVERSION= 1.9.97 >+PORTVERSION= 1.9.98 > CATEGORIES= net > MASTER_SITES= http://megatools.megous.com/builds/ > > MAINTAINER= max@kostikov.co >-COMMENT= Tools for MEGA.CO.NZ cloud drive >+COMMENT= Command line tools for MEGA.NZ cloud drive > > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/LICENSE > > LIB_DEPENDS= libcurl.so:ftp/curl >+BUILD_DEPENDS= asciidoc:textproc/asciidoc > RUN_DEPENDS= glib-networking>=2.32.0:net/glib-networking > > CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ > OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" >-USES= gmake pkgconfig libtool pathfix >-USE_LDCONFIG= yes >+USES= gettext-runtime gmake libtool pathfix pkgconfig ssl > GNU_CONFIGURE= yes > USE_GNOME= glib20 >-USE_OPENSSL= yes > > INSTALL_TARGET= install-strip >-CONFIGURE_ARGS= --enable-introspection=no > >-OPTIONS_DEFINE= FUSE >-OPTIONS_DEFAULT= FUSE >-OPTIONS_SUB= yes >+post-patch: >+# Unsilence build >+ ${REINPLACE_CMD} -e '/^export\ MAKEFLAGS/s|^|#|' ${WRKSRC}/Makefile.in > >-FUSE_USES= fuse >-FUSE_CONFIGURE_WITH= fuse >- > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 424912) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (megatools-1.9.97.tar.gz) = 3316c56ee55adef0ab113aad41ef95eb28fc15218639f69b1e04362b1c725af3 >-SIZE (megatools-1.9.97.tar.gz) = 446801 >+TIMESTAMP = 1478256777 >+SHA256 (megatools-1.9.98.tar.gz) = 9b0521a4d27dbc417fc8e12610ac1e1da729bf6d6eb5bef927ef3670b372a16f >+SIZE (megatools-1.9.98.tar.gz) = 285805 >Index: files/patch-lib_mega.c >=================================================================== >--- files/patch-lib_mega.c (nonexistent) >+++ files/patch-lib_mega.c (working copy) >@@ -0,0 +1,30 @@ >+--- lib/mega.c.orig 2016-11-03 13:45:42 UTC >++++ lib/mega.c >+@@ -29,7 +29,9 @@ >+ #include <string.h> >+ #include <time.h> >+ #include <openssl/aes.h> >++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) >+ #include <openssl/modes.h> >++#endif >+ #include <openssl/bn.h> >+ #include <openssl/rsa.h> >+ #include <openssl/rand.h> >+@@ -803,7 +805,7 @@ static gboolean rsa_key_gen(rsa_key* k) >+ return FALSE; >+ } >+ >+-#if OPENSSL_VERSION_NUMBER >= 0x10100000L >++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) >+ RSA_get0_key(key, &k->m, &k->e, &k->d); >+ RSA_get0_factors(key, &k->q, &k->p); >+ RSA_get0_crt_params(key, NULL, NULL, &k->u); >+@@ -2988,7 +2990,7 @@ struct _put_data >+ GByteArray* buffer; >+ }; >+ >+-#if OPENSSL_VERSION_NUMBER >= 0x10100000L >++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) >+ void AES_ctr128_encrypt( >+ const unsigned char *in, >+ unsigned char *out, > >Property changes on: files/patch-lib_mega.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 424912) >+++ pkg-plist (working copy) >@@ -1,7 +1,6 @@ > bin/megacopy > bin/megadf > bin/megadl >-%%FUSE%%bin/megafs > bin/megaget > bin/megals > bin/megamkdir >@@ -8,22 +7,9 @@ > bin/megaput > bin/megareg > bin/megarm >-include/mega/mega-aes-ctr-encryptor.h >-include/mega/mega-aes-key.h >-include/mega/mega-chunked-cbc-mac.h >-include/mega/mega-enum-types.h >-include/mega/mega-rsa-key.h >-include/mega/mega.h >-include/mega/utils.h >-lib/libmega.a >-lib/libmega.so >-lib/libmega.so.0 >-lib/libmega.so.0.0.0 >-libdata/pkgconfig/libmega.pc > man/man1/megacopy.1.gz > man/man1/megadf.1.gz > man/man1/megadl.1.gz >-%%FUSE%%man/man1/megafs.1.gz > man/man1/megaget.1.gz > man/man1/megals.1.gz > man/man1/megamkdir.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
max
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 214212
:
176618
| 176681