*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2018-01-05 22:33:19 +01:00
parent a798b44fc5
commit cea20c69be
99 changed files with 958 additions and 464 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= seaview
PORTVERSION= 4.6.2
PORTVERSION= 4.6.3
PORTEPOCH= 1
CATEGORIES= biology
MASTER_SITES= ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/
@ -29,9 +29,6 @@ MAKE_ENV= HELPFILE='-DDEFAULT_HELPFILE=\"${DATADIR}/seaview.html\"' \
OPT="${CFLAGS}"
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/seaview man/man1/seaview.1.gz %%DATADIR%%/seaview.html \
share/pixmaps/seaview.xpm
DESKTOP_ENTRIES="SeaView" "" "${PREFIX}/share/pixmaps/seaview.xpm" "seaview" \
"Biology;Science;" true

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1500114947
SHA256 (seaview_4.6.2.tar.gz) = e930448648d6a41e13b75d12922fe5740ae73205184ee771547786bc2dc8ab21
SIZE (seaview_4.6.2.tar.gz) = 429868
TIMESTAMP = 1514962318
SHA256 (seaview_4.6.3.tar.gz) = 36361f0f2950b9ec438823bbd7fc8ae67619837673fe3220b6dca97b7afad1bf
SIZE (seaview_4.6.3.tar.gz) = 435155

View file

@ -0,0 +1,4 @@
bin/seaview
man/man1/seaview.1.gz
%%DATADIR%%/seaview.html
share/pixmaps/seaview.xpm

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= fldigi
PORTVERSION= 4.0.12
PORTVERSION= 4.0.13
CATEGORIES= comms hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1509287385
SHA256 (fldigi-4.0.12.tar.gz) = d1ecdf9a67027f09c53fff0f262b6c3fd32f854e69b94dbd59e41ab0bfd366a7
SIZE (fldigi-4.0.12.tar.gz) = 3636531
TIMESTAMP = 1515167218
SHA256 (fldigi-4.0.13.tar.gz) = 3f45b406469245f935a97f4bc3f8de5579ae745e8babfe6b0686c0af811fad26
SIZE (fldigi-4.0.13.tar.gz) = 3715981

View file

@ -5,6 +5,7 @@ man/man1/fldigi.1.gz
%%FLARQ%%share/applications/flarq.desktop
share/applications/fldigi.desktop
%%NLS%%share/locale/de/LC_MESSAGES/fldigi.mo
%%NLS%%share/locale/el/LC_MESSAGES/fldigi.mo
%%NLS%%share/locale/es/LC_MESSAGES/fldigi.mo
%%NLS%%share/locale/fr/LC_MESSAGES/fldigi.mo
%%NLS%%share/locale/it/LC_MESSAGES/fldigi.mo

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= flrig
PORTVERSION= 1.3.35
PORTVERSION= 1.3.37
CATEGORIES= comms hamradio
MASTER_SITES= SF/fldigi/${PORTNAME}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1506512077
SHA256 (flrig-1.3.35.tar.gz) = 4f193902aa743ff06720aafb34b5fe3a5b1e3b0dc91db8e9368313895c1ff989
SIZE (flrig-1.3.35.tar.gz) = 692055
TIMESTAMP = 1515170675
SHA256 (flrig-1.3.37.tar.gz) = f9efa7edea34584b1575cd7e7b108be808997bb2281a2330c81cd0c4f59e4e24
SIZE (flrig-1.3.37.tar.gz) = 700906

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= freetds
PORTVERSION= 1.00.131
PORTVERSION= 1.00.339
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/current/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1488658425
SHA256 (freetds-dev.1.00.131.tar.bz2) = 9c3d747bd9610d8f4ae1fa39471b01dbee5ced5c6cc215e1217bbda0f39c8845
SIZE (freetds-dev.1.00.131.tar.bz2) = 3320477
TIMESTAMP = 1515046726
SHA256 (freetds-dev.1.00.339.tar.bz2) = d102de6c49192c9aa31880a4c40a92af29da03062793e1ef7fd0c60ec1998cb6
SIZE (freetds-dev.1.00.339.tar.bz2) = 2196648

View file

@ -1,13 +0,0 @@
--- include/freetds/tds.h.orig 2015-05-21 09:00:35 UTC
+++ include/freetds/tds.h
@@ -144,7 +144,10 @@ typedef struct
TDS_INT date; /**< date, 0 = 1900-01-01 */
TDS_SMALLINT offset; /**< time offset */
TDS_USMALLINT time_prec:3;
+#pragma push_macro("_res")
+#undef _res
TDS_USMALLINT _res:10;
+#pragma pop_macro("_res")
TDS_USMALLINT has_time:1;
TDS_USMALLINT has_date:1;
TDS_USMALLINT has_offset:1;

View file

@ -2,6 +2,7 @@
PORTNAME= psycopg2cffi
DISTVERSION= 2.7.7
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -19,6 +20,6 @@ USES= pgsql python
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/_impl/_libpq.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/_impl/_libpq*.so
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
PORTNAME= soci
PORTVERSION= 3.2.2
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@ -13,9 +13,6 @@ COMMENT= C++ Database Access Library
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
BROKEN_armv6= fails to compile: backends/mysql/session.cpp:202:22: error: ordered comparison between pointer and zero ('int *' and 'int')
BROKEN_armv7= fails to compile: backends/mysql/session.cpp:202:22: error: ordered comparison between pointer and zero ('int *' and 'int')
USES= cmake zip
CMAKE_ARGS+= -DWITH_ORACLE:BOOL=OFF
USE_LDCONFIG= yes

View file

@ -0,0 +1,14 @@
Patch obtained from upstream
https://github.com/SOCI/soci/commit/165737c4be7d6c9acde92610b92e8f42a4cfe933
--- backends/mysql/session.cpp.orig 2018-01-04 20:29:49 UTC
+++ backends/mysql/session.cpp
@@ -199,7 +199,7 @@ void parse_connect_string(const string &
throw soci_error(err);
}
*port = std::atoi(val.c_str());
- if (port < 0)
+ if (*port < 0)
{
throw soci_error(err);
}

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sqldeveloper
PORTVERSION= 4.2.0.17.089.1709
PORTVERSION= 17.4.0.355.2349
DISTVERSIONSUFFIX=-no-jre
CATEGORIES= databases java
MASTER_SITES= #http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html
@ -13,18 +13,21 @@ COMMENT= Graphical tool for database development
RUN_DEPENDS= bash:shells/bash
# http://www.oracle.com/technetwork/licenses/sqldev-license-152021.html
LICENSE_NAME= OTN
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror
USES= zip
USE_JAVA= yes
INSTALLS_ICONS= yes
JAVA_VERSION= 1.8+
NO_BUILD= yes
RESTRICTED= Packaging prohibited by Oracle license
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
SUB_FILES= ${PORTNAME}.sh
SUB_FILES= ${PORTNAME}.sh ${PORTNAME}.desktop
SUB_LIST= JAVA_HOME=${JAVA_HOME} PORTNAME=${PORTNAME}
.include <bsd.port.pre.mk>
@ -46,7 +49,7 @@ do-install:
${ECHO_MSG} " [ DONE ]"
.for d in configuration dataminer dropins dvt equinox \
external ide javavm jdbc jdev jlib jviews modules \
external ide javavm jdbc jdev jlib jviews module modules \
netbeans ords rdbms sleepycat sqldeveloper sqlj svnkit
${ECHO_MSG} -n ">> Installing data directory '${d}'..."
cd ${WRKSRC} && ${FIND} ${d} -type d \
@ -63,8 +66,12 @@ do-install:
${ECHO_MSG} " [ DONE ]"
.endfor
${ECHO_MSG} -n ">> Installing icon ..."
${INSTALL_DATA} ${WRKSRC}/icon.png ${STAGEDIR}/${DATADIR}/icon.png
@${ECHO_MSG} ">> Installing icon and desktop file ..."
@${MKDIR} ${STAGEDIR}/${PREFIX}/share/applications/ \
${STAGEDIR}/${PREFIX}/share/icons/hicolor/32x32/apps/
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}/${PREFIX}/share/applications/
${INSTALL_DATA} ${WRKSRC}/icon.png ${STAGEDIR}/${PREFIX}/share/icons/hicolor/32x32/apps/${PORTNAME}.png
${ECHO_MSG} " [ DONE ]"
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1495547083
SHA256 (oracle/sqldeveloper-4.2.0.17.089.1709-no-jre.zip) = 866042c85f66ef022c256d726b4e2e0e8014be7b41346cfd84a56fe677d78b6a
SIZE (oracle/sqldeveloper-4.2.0.17.089.1709-no-jre.zip) = 348604841
TIMESTAMP = 1514848073
SHA256 (oracle/sqldeveloper-17.4.0.355.2349-no-jre.zip) = 70add9b5c998583416e3d127aeb63dde8e3d0489036982026b930c85496c7850
SIZE (oracle/sqldeveloper-17.4.0.355.2349-no-jre.zip) = 364721004

View file

@ -0,0 +1,10 @@
# $FreeBSD$
[Desktop Entry]
Encoding=UTF-8
Name=Oracle SQL Developer
Comment=Oracle SQL Developer
Icon=/usr/local/share/icons/hicolor/32x32/apps/sqldeveloper.png
Exec=sqldeveloper
Terminal=false
Type=Application
Categories=Utility

View file

@ -17,6 +17,6 @@ Note for MySQL users:
Developer where the MySQL JDBC classes are. Go to Tools -> Preferences
menu, select Database -> Third Party JDBC Drivers and add the proper jar.
Do not install 5.1 version of mysql jdbc connector; see
http://docs.oracle.com/cd/E39885_01/doc.40/e38928/install.htm#RPTIG129
https://docs.oracle.com/database/sql-developer-4.2/RPTIG/installing-sql-developer.htm#GUID-3F68CF20-D03D-431C-A9A2-0EB971F06448__CIHIHDIF
************************************************************************

View file

@ -1,8 +1,11 @@
bin/sqldeveloper
share/applications/sqldeveloper.desktop
share/icons/hicolor/32x32/apps/sqldeveloper.png
%%DATADIR%%/configuration/bundles.info
%%DATADIR%%/configuration/oracle.datamodeler.bundles.info
%%DATADIR%%/configuration/oracle.ide.sqldev.bundles.info
%%DATADIR%%/dataminer/demos/workflows/apply workflow.xml
%%DATADIR%%/dataminer/demos/workflows/apply_workflow.xml
%%DATADIR%%/dataminer/demos/workflows/build_workflow.xml
%%DATADIR%%/dataminer/demos/workflows/codegen_workflow.xml
%%DATADIR%%/dataminer/scripts/XMLSchema.xsd
@ -149,6 +152,7 @@ bin/sqldeveloper
%%DATADIR%%/dataminer/scripts/upgradeRepo12_1_0_2_6To12_2_0_0_0.sql
%%DATADIR%%/dataminer/scripts/upgradeRepo12_2_0_0_0To12_2_0_0_1.sql
%%DATADIR%%/dataminer/scripts/upgradeRepo12_2_0_0_1To12_2_0_0_2.sql
%%DATADIR%%/dataminer/scripts/upgradeRepo12_2_0_0_2To12_2_0_0_3.sql
%%DATADIR%%/dataminer/scripts/upgradeRepoFromORToBinary.sql
%%DATADIR%%/dataminer/scripts/upgradeRepoWithNewTableSpace.sql
%%DATADIR%%/dataminer/scripts/upgradeRepository.sql
@ -171,6 +175,9 @@ bin/sqldeveloper
%%DATADIR%%/external/oracle.dvt-jclient.jar
%%DATADIR%%/external/oracle.dvt-utils.jar
%%DATADIR%%/external/oracle.external.antlr.jar
%%DATADIR%%/external/oracle.external.apache.commons-codec.jar
%%DATADIR%%/external/oracle.external.apache.commons-collections4.jar
%%DATADIR%%/external/oracle.external.apache.commons-logging.jar
%%DATADIR%%/external/oracle.external.apache_httpclient.jar
%%DATADIR%%/external/oracle.external.apexlistener.jar
%%DATADIR%%/external/oracle.external.aqb.jar
@ -202,7 +209,6 @@ bin/sqldeveloper
%%DATADIR%%/external/oracle.external.jxlayer.jar
%%DATADIR%%/external/oracle.external.ldap.jar
%%DATADIR%%/external/oracle.external.log4j.jar
%%DATADIR%%/external/oracle.external.logging.jar
%%DATADIR%%/external/oracle.external.miglayout.jar
%%DATADIR%%/external/oracle.external.nlsrtl.jar
%%DATADIR%%/external/oracle.external.objectweb-asm.jar
@ -223,6 +229,7 @@ bin/sqldeveloper
%%DATADIR%%/external/oracle.external.spatial.jar
%%DATADIR%%/external/oracle.external.sqldev.jsch.jar
%%DATADIR%%/external/oracle.external.sqlj-rt.jar
%%DATADIR%%/external/oracle.external.stringtemplate.jar
%%DATADIR%%/external/oracle.external.sunjaxb.jar
%%DATADIR%%/external/oracle.external.svnkit.jar
%%DATADIR%%/external/oracle.external.timing.jar
@ -243,7 +250,6 @@ bin/sqldeveloper
%%DATADIR%%/external/oracle.orahelp-helpshare.jar
%%DATADIR%%/external/oracle.orahelp-ohj.jar
%%DATADIR%%/external/oracle.xmlef.jar
%%DATADIR%%/icon.png
%%DATADIR%%/ide/bin/SplashFontBranding.png
%%DATADIR%%/ide/bin/edt.properties
%%DATADIR%%/ide/bin/encodings.xml
@ -301,7 +307,6 @@ bin/sqldeveloper
%%DATADIR%%/ide/extensions/oracle.ide.vhv.jar
%%DATADIR%%/ide/extensions/oracle.ide.webbrowser.jar
%%DATADIR%%/ide/extensions/oracle.ide.webupdate.jar
%%DATADIR%%/ide/extensions/oracle.ideimpl.apple.jar
%%DATADIR%%/ide/extensions/oracle.ideimpl.peek.jar
%%DATADIR%%/ide/lib/TimingFramework.jar
%%DATADIR%%/ide/lib/annotations.jar
@ -401,6 +406,8 @@ bin/sqldeveloper
%%DATADIR%%/jviews/icu4j-55_1.jar
%%DATADIR%%/jviews/jviews-diagrammer.jar
%%DATADIR%%/jviews/jviews-framework-lib.jar
%%DATADIR%%/module/el-api-2.2.1-b04.jar
%%DATADIR%%/module/javax.el-2.2.5.jar
%%DATADIR%%/modules/asm-3.1.jar
%%DATADIR%%/modules/com.sun.xml.bind.jaxb-core.jar
%%DATADIR%%/modules/com.sun.xml.bind.jaxb-impl.jar
@ -445,6 +452,7 @@ bin/sqldeveloper
%%DATADIR%%/modules/oracle.help/ohj.jar
%%DATADIR%%/modules/oracle.help/oracle_ice.jar
%%DATADIR%%/modules/oracle.javatools/javamodel-rt.jar
%%DATADIR%%/modules/oracle.javatools/javatools-annotations.jar
%%DATADIR%%/modules/oracle.javatools/javatools-exports.jar
%%DATADIR%%/modules/oracle.javatools/javatools-jndi-local.jar
%%DATADIR%%/modules/oracle.javatools/javatools-nodeps.jar
@ -466,7 +474,6 @@ bin/sqldeveloper
%%DATADIR%%/modules/org.apache.http.components.httpmime-4.5.1.jar
%%DATADIR%%/modules/org.glassfish.javax.el.jar
%%DATADIR%%/modules/org.glassfish.javax.json.jar
%%DATADIR%%/netbeans/fcpbridge/.lastModified
%%DATADIR%%/netbeans/fcpbridge/config/Modules/com-oracle-jdeveloper-extcache.xml
%%DATADIR%%/netbeans/fcpbridge/config/Modules/com-oracle-jdeveloper-nbactions.xml
%%DATADIR%%/netbeans/fcpbridge/config/Modules/com-oracle-jdeveloper-nbbridge.xml
@ -486,7 +493,6 @@ bin/sqldeveloper
%%DATADIR%%/netbeans/fcpbridge/update_tracking/com-oracle-jdeveloper-nbbridge.xml
%%DATADIR%%/netbeans/fcpbridge/update_tracking/com-oracle-jdeveloper-nbwindowsystem.xml
%%DATADIR%%/netbeans/fcpbridge/update_tracking/org-netbeans-core-dynamicconfig.xml
%%DATADIR%%/netbeans/ide/.lastModified
%%DATADIR%%/netbeans/ide/config/Modules/com-googlecode-javaewah-JavaEWAH.xml
%%DATADIR%%/netbeans/ide/config/Modules/com-jcraft-jsch.xml
%%DATADIR%%/netbeans/ide/config/Modules/com-jcraft-jzlib.xml
@ -541,7 +547,6 @@ bin/sqldeveloper
%%DATADIR%%/netbeans/ide/update_tracking/org-netbeans-modules-editor-document.xml
%%DATADIR%%/netbeans/ide/update_tracking/org-netbeans-modules-editor-guards.xml
%%DATADIR%%/netbeans/ide/update_tracking/org-netbeans-modules-editor-util.xml
%%DATADIR%%/netbeans/platform/.lastModified
%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-netbeans-api-progress.xml
%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-netbeans-core-startup.xml
%%DATADIR%%/netbeans/platform/config/ModuleAutoDeps/org-netbeans-core.xml
@ -1082,10 +1087,7 @@ bin/sqldeveloper
%%DATADIR%%/ords/docs/javadoc/listener/overview-summary.html
%%DATADIR%%/ords/docs/javadoc/listener/overview-tree.html
%%DATADIR%%/ords/docs/javadoc/listener/package-list
%%DATADIR%%/ords/docs/javadoc/listener/resources/background.gif
%%DATADIR%%/ords/docs/javadoc/listener/resources/tab.gif
%%DATADIR%%/ords/docs/javadoc/listener/resources/titlebar.gif
%%DATADIR%%/ords/docs/javadoc/listener/resources/titlebar_end.gif
%%DATADIR%%/ords/docs/javadoc/listener/script.js
%%DATADIR%%/ords/docs/javadoc/listener/stylesheet.css
%%DATADIR%%/ords/docs/javadoc/plugin-api-javadoc.jar
%%DATADIR%%/ords/docs/javadoc/plugin-api/allclasses-frame.html
@ -1124,12 +1126,18 @@ bin/sqldeveloper
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/collections/package-tree.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/collections/package-use.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/conf/Configuration.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/conf/ConfigurationSetting.Builder.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/conf/ConfigurationSetting.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/conf/class-use/Configuration.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/conf/class-use/ConfigurationSetting.Builder.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/conf/class-use/ConfigurationSetting.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/conf/package-frame.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/conf/package-summary.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/conf/package-tree.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/conf/package-use.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/AvailableDependencies.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/InstanceLocator.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/InstanceProvider.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/PriorityComparator.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/annotations/ApplicationScoped.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/annotations/Optional.html
@ -1146,6 +1154,8 @@ bin/sqldeveloper
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/annotations/package-tree.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/annotations/package-use.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/class-use/AvailableDependencies.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/class-use/InstanceLocator.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/class-use/InstanceProvider.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/class-use/PriorityComparator.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/package-frame.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/di/package-summary.html
@ -1181,7 +1191,9 @@ bin/sqldeveloper
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/http/annotations/package-use.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/i18n/LocalePreference.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/i18n/Translatable.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/i18n/annotations/TranslatableDescription.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/i18n/annotations/TranslatableText.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/i18n/annotations/class-use/TranslatableDescription.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/i18n/annotations/class-use/TranslatableText.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/i18n/annotations/package-frame.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/i18n/annotations/package-summary.html
@ -1271,7 +1283,6 @@ bin/sqldeveloper
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/routes/package-use.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/AuthenticationChallenge.Builder.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/AuthenticationChallenge.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/AuthenticationChallenges.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/AuthorizationConstraint.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/AuthorizationError.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/EndUserAuthorizationConstraint.html
@ -1282,16 +1293,10 @@ bin/sqldeveloper
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/PrivilegeSet.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/PrivilegeSets.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/Privileges.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/Challenge.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/ChallengeParameter.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/Privilege.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/Realm.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/Transport.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/TransportPolicy.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/class-use/Challenge.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/class-use/ChallengeParameter.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/class-use/Privilege.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/class-use/Realm.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/class-use/Transport.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/class-use/TransportPolicy.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/package-frame.html
@ -1300,7 +1305,6 @@ bin/sqldeveloper
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/annotations/package-use.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/class-use/AuthenticationChallenge.Builder.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/class-use/AuthenticationChallenge.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/class-use/AuthenticationChallenges.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/class-use/AuthorizationConstraint.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/class-use/AuthorizationError.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/oracle/dbtools/plugin/api/security/class-use/EndUserAuthorizationConstraint.html
@ -1337,11 +1341,8 @@ bin/sqldeveloper
%%DATADIR%%/ords/docs/javadoc/plugin-api/overview-summary.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/overview-tree.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/package-list
%%DATADIR%%/ords/docs/javadoc/plugin-api/resources/background.gif
%%DATADIR%%/ords/docs/javadoc/plugin-api/resources/tab.gif
%%DATADIR%%/ords/docs/javadoc/plugin-api/resources/titlebar.gif
%%DATADIR%%/ords/docs/javadoc/plugin-api/resources/titlebar_end.gif
%%DATADIR%%/ords/docs/javadoc/plugin-api/route-patterns.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/script.js
%%DATADIR%%/ords/docs/javadoc/plugin-api/security-guide.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/serialized-form.html
%%DATADIR%%/ords/docs/javadoc/plugin-api/stylesheet.css
@ -1371,9 +1372,8 @@ bin/sqldeveloper
%%DATADIR%%/ords/examples/getting-started/rest-connection-1.png
%%DATADIR%%/ords/examples/getting-started/rest-connection-2.png
%%DATADIR%%/ords/examples/plugins/lib/javax.inject.jar
%%DATADIR%%/ords/examples/plugins/lib/ojdbc7-12.1.0.2-19030178-18642808.jar
%%DATADIR%%/ords/examples/plugins/lib/ojdbc8-12.2.0.1.jar
%%DATADIR%%/ords/examples/plugins/lib/plugin-api.jar
%%DATADIR%%/ords/examples/plugins/lib/servlet-api-2.5.jar
%%DATADIR%%/ords/examples/plugins/plugin-demo/.classpath
%%DATADIR%%/ords/examples/plugins/plugin-demo/.project
%%DATADIR%%/ords/examples/plugins/plugin-demo/build.xml
@ -1532,9 +1532,11 @@ bin/sqldeveloper
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/fop.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/jlfgr.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/js.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/log4j.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/olap_api.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/pdfbox-app-2.0.0.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/rsyntaxtextarea.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/pdfbox-app-2.0.2.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/rsyntaxtextarea-3.0.0-SNAPSHOT.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/saxon-9.1.0.8.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/serializer-2.7.0.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/xalan-2.7.0.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.datamodeler/lib/xml-apis-ext.jar
@ -2267,6 +2269,7 @@ bin/sqldeveloper
%%DATADIR%%/sqldeveloper/extensions/oracle.olapdv.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.olapdv/lib/olapdvhelp.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.cloud.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.cloud.migrations.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.datamodeler_reports.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.dbanavigator.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.dbcart.jar
@ -2277,6 +2280,8 @@ bin/sqldeveloper
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.jdbcproxy.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.listener.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.macos.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.metrics.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.migration.application.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.migration.db2.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.migration.jar
@ -2314,6 +2319,8 @@ bin/sqldeveloper
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.timesten.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.tuning.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.unit_test.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.unit_test/sql/createRepositoryRoles.sql
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.unit_test/sql/createRepositoryUser.sql
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.utils.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.worksheet.jar
%%DATADIR%%/sqldeveloper/extensions/oracle.sqldeveloper.xmlschema.jar
@ -2321,17 +2328,17 @@ bin/sqldeveloper
%%DATADIR%%/sqldeveloper/lib/PropertyStorage.jar
%%DATADIR%%/sqldeveloper/lib/antlr-all-2.7.6.jar
%%DATADIR%%/sqldeveloper/lib/antlr-runtime-3.1.3.jar
%%DATADIR%%/sqldeveloper/lib/antlr-runtime.jar
%%DATADIR%%/sqldeveloper/lib/aopalliance-repackaged.jar
%%DATADIR%%/sqldeveloper/lib/asm.jar
%%DATADIR%%/sqldeveloper/lib/aurora.jar
%%DATADIR%%/sqldeveloper/lib/com.mxgraph.jar
%%DATADIR%%/sqldeveloper/lib/common.jar
%%DATADIR%%/sqldeveloper/lib/commons-codec.jar
%%DATADIR%%/sqldeveloper/lib/commons-collections4.jar
%%DATADIR%%/sqldeveloper/lib/commons-logging.jar
%%DATADIR%%/sqldeveloper/lib/dom4j.jar
%%DATADIR%%/sqldeveloper/lib/curvesapi.jar
%%DATADIR%%/sqldeveloper/lib/editor.jar
%%DATADIR%%/sqldeveloper/lib/emapi.jar
%%DATADIR%%/sqldeveloper/lib/geronimo-stax-api_1.0_spec.jar
%%DATADIR%%/sqldeveloper/lib/hk2-api.jar
%%DATADIR%%/sqldeveloper/lib/hk2-locator.jar
%%DATADIR%%/sqldeveloper/lib/hk2-utils.jar
@ -2349,11 +2356,14 @@ bin/sqldeveloper
%%DATADIR%%/sqldeveloper/lib/jersey-client.jar
%%DATADIR%%/sqldeveloper/lib/jersey-common.jar
%%DATADIR%%/sqldeveloper/lib/jersey-guava.jar
%%DATADIR%%/sqldeveloper/lib/jgraphx.jar
%%DATADIR%%/sqldeveloper/lib/jline.jar
%%DATADIR%%/sqldeveloper/lib/jsch.jar
%%DATADIR%%/sqldeveloper/lib/json.jar
%%DATADIR%%/sqldeveloper/lib/jzlib.jar
%%DATADIR%%/sqldeveloper/lib/log4j.jar
%%DATADIR%%/sqldeveloper/lib/log4j-1.2-api.jar
%%DATADIR%%/sqldeveloper/lib/log4j-api.jar
%%DATADIR%%/sqldeveloper/lib/log4j-core.jar
%%DATADIR%%/sqldeveloper/lib/low-level-api.jar
%%DATADIR%%/sqldeveloper/lib/mongodbjdbc.jar
%%DATADIR%%/sqldeveloper/lib/mvclient.jar
@ -2378,7 +2388,9 @@ bin/sqldeveloper
%%DATADIR%%/sqldeveloper/lib/sdoutl.jar
%%DATADIR%%/sqldeveloper/lib/sdovis.jar
%%DATADIR%%/sqldeveloper/lib/slf4j-api.jar
%%DATADIR%%/sqldeveloper/lib/stax-api.jar
%%DATADIR%%/sqldeveloper/lib/stringtemplate-3.1b1.jar
%%DATADIR%%/sqldeveloper/lib/stringtemplate.jar
%%DATADIR%%/sqldeveloper/lib/xmlbeans.jar
%%DATADIR%%/sqlj/lib/runtime12.jar
%%DATADIR%%/svnkit/antlr-runtime.jar

View file

@ -5565,7 +5565,6 @@
SUBDIR += rubygem-mspec
SUBDIR += rubygem-multi_json
SUBDIR += rubygem-multi_test
SUBDIR += rubygem-multipart-post
SUBDIR += rubygem-murmurhash3
SUBDIR += rubygem-mustache
SUBDIR += rubygem-mustache0

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= jenkins
PORTVERSION= 2.99
PORTVERSION= 2.100
CATEGORIES= devel java
MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/
DISTNAME= jenkins

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1514951461
SHA256 (jenkins/2.99/jenkins.war) = 7c783d758b150f6b4ab14aaf1a745b888fff10eea46f1b1cfc0e2730f3dde918
SIZE (jenkins/2.99/jenkins.war) = 74325146
TIMESTAMP = 1515134264
SHA256 (jenkins/2.100/jenkins.war) = a9e0edd32f5ec0aebea435c131fba0a7a2c377780912396a827f1540e71eb5d2
SIZE (jenkins/2.100/jenkins.war) = 74326495

View file

@ -2,7 +2,7 @@
PORTNAME= atomiclong
PORTVERSION= 0.1.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -22,6 +22,9 @@ USE_PYTHON= autoplist distutils
post-patch:
@${REINPLACE_CMD} '/setup_requires/d' ${WRKSRC}/${PYSETUP}
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_cffi__*.so
do-test:
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)

View file

@ -3,6 +3,7 @@
PORTNAME= pygit2
PORTVERSION= 0.26.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -27,6 +28,6 @@ do-test:
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} ${PYDISTUTILS_TEST_TARGET} ${PYDISTUTILS_TESTARGS})
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pygit2.so ${STAGEDIR}${PYTHON_SITELIBDIR}/pygit2/_libgit2.so
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pygit2.so ${STAGEDIR}${PYTHON_SITELIBDIR}/pygit2/_libgit2*.so
.include <bsd.port.mk>

View file

@ -2,6 +2,7 @@
PORTNAME= pyopencl
PORTVERSION= 2017.2.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -3,6 +3,7 @@
PORTNAME= xattr
PORTVERSION= 0.9.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -19,4 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/xattr/_lib*.so
.include <bsd.port.mk>

View file

@ -1,14 +0,0 @@
# $FreeBSD$
PORTNAME= multipart-post
PORTVERSION= 2.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Multipart form post accessory for Net::HTTP
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1515098527
SHA256 (rubygem/multipart-post-2.0.0.gem) = 3dc44e50d3df3d42da2b86272c568fd7b75c928d8af3cc5f9834e2e5d9586026
SIZE (rubygem/multipart-post-2.0.0.gem) = 11264

View file

@ -1,3 +0,0 @@
Multipart form post accessory for Net::HTTP
WWW: https://github.com/nicksieger/multipart-post

View file

@ -2,6 +2,7 @@
PORTNAME= nsa
PORTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5

View file

@ -0,0 +1,11 @@
--- nsa.gemspec.orig 2018-01-05 18:00:57 UTC
+++ nsa.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<activesupport>.freeze, ["< 6", ">= 4.2"])
s.add_runtime_dependency(%q<concurrent-ruby>.freeze, ["~> 1.0.0"])
s.add_runtime_dependency(%q<sidekiq>.freeze, [">= 3.5.0"])
- s.add_runtime_dependency(%q<statsd-ruby>.freeze, ["~> 1.2.0"])
+ s.add_runtime_dependency(%q<statsd-ruby>.freeze, [">= 1.2.0"])
s.add_development_dependency(%q<bundler>.freeze, ["~> 1.10"])
s.add_development_dependency(%q<rake>.freeze, ["~> 10.0"])
s.add_development_dependency(%q<minitest>.freeze, [">= 0"])

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sequel
PORTVERSION= 5.3.0
PORTVERSION= 5.4.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -13,8 +13,8 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
USE_RUBY= yes
PLIST_FILES= bin/sequel

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1512841230
SHA256 (rubygem/sequel-5.3.0.gem) = 6323536ae2fe1e2fb344a3c8f8cb8f1658d4188b501c12e64e53bbd77b62b69d
SIZE (rubygem/sequel-5.3.0.gem) = 1390080
TIMESTAMP = 1515164283
SHA256 (rubygem/sequel-5.4.0.gem) = 3b79f92af5d2329c36af4d8571144a7f0e5433974b5f07a7e1ebe320bd2f9ac8
SIZE (rubygem/sequel-5.4.0.gem) = 1396736

View file

@ -2,7 +2,7 @@
PORTNAME= qemu
PORTVERSION= 2.7.50
PORTREVISION= 20171226
PORTREVISION= 20180105
CATEGORIES= emulators
PKGNAMESUFFIX= -riscv
@ -17,7 +17,7 @@ BROKEN_powerpc64= fails to compile: async.c: internal compiler error: Segmentati
USE_HARDENING= pie:off relro:off
USE_GITHUB= yes
GH_TUPLE= riscv:riscv-qemu:701f712 \
GH_TUPLE= riscv:riscv-qemu:8d56aad \
qemu:dtc:65cc4d2:dtc/dtc
HAS_CONFIGURE= yes

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1514304029
SHA256 (riscv-riscv-qemu-2.7.50-701f712_GH0.tar.gz) = 7fed1b0d29f8149ccb1700b6eed669ac3b5199af1de32d6e4de3060d8e379227
SIZE (riscv-riscv-qemu-2.7.50-701f712_GH0.tar.gz) = 12979339
TIMESTAMP = 1515133768
SHA256 (riscv-riscv-qemu-2.7.50-8d56aad_GH0.tar.gz) = 7ae14675217b03b19d0fedb7f056f7c395572276d525614277d5b95968f3f7a1
SIZE (riscv-riscv-qemu-2.7.50-8d56aad_GH0.tar.gz) = 12970165
SHA256 (qemu-dtc-65cc4d2_GH0.tar.gz) = 102a954974c8229acde3557673b0b945768ea18a93fcf64883ca51d64f81c8ed
SIZE (qemu-dtc-65cc4d2_GH0.tar.gz) = 133030

View file

@ -100,7 +100,7 @@ GLIB_SCHEMAS= org.gnucash.dialogs.business.gschema.xml \
.if ${FLAVOR:U} == guile1
CONFIGURE_ARGS+= --with-guile=1.8
PLIST_SUB+= GUILE2="@comment "
.elif ${FLAVOR:U} == guile2
.elif ${FLAVOR:U${FLAVORS:[1]}} == guile2
CONFIGURE_ARGS+= --with-guile=2.0
PLIST_SUB+= GUILE2=""
.endif

View file

@ -0,0 +1,39 @@
In file included from src/libraw_cxx.cpp:5472:
src/../internal/libraw_x3f.cpp:1404:19: error: non-constant-expression cannot be narrowed from type
'int' to 'int16_t' (aka 'short') in initializer list [-Wc++11-narrowing]
int16_t c[3] = {offset,offset,offset};
^~~~~~
src/../internal/libraw_x3f.cpp:1404:19: note: insert an explicit cast to silence this issue
int16_t c[3] = {offset,offset,offset};
^~~~~~
static_cast<int16_t>( )
src/../internal/libraw_x3f.cpp:1404:26: error: non-constant-expression cannot be narrowed from type
'int' to 'int16_t' (aka 'short') in initializer list [-Wc++11-narrowing]
int16_t c[3] = {offset,offset,offset};
^~~~~~
src/../internal/libraw_x3f.cpp:1404:26: note: insert an explicit cast to silence this issue
int16_t c[3] = {offset,offset,offset};
^~~~~~
static_cast<int16_t>( )
src/../internal/libraw_x3f.cpp:1404:33: error: non-constant-expression cannot be narrowed from type
'int' to 'int16_t' (aka 'short') in initializer list [-Wc++11-narrowing]
int16_t c[3] = {offset,offset,offset};
^~~~~~
src/../internal/libraw_x3f.cpp:1404:33: note: insert an explicit cast to silence this issue
int16_t c[3] = {offset,offset,offset};
^~~~~~
static_cast<int16_t>( )
https://github.com/LibRaw/LibRaw/commit/6d4b3ea
--- internal/libraw_x3f.cpp.orig 2017-09-22 06:23:54 UTC
+++ internal/libraw_x3f.cpp
@@ -1401,7 +1401,7 @@ static void huffman_decode_row(x3f_info_t *I,
x3f_image_data_t *ID = &DEH->data_subsection.image_data;
x3f_huffman_t *HUF = ID->huffman;
- int16_t c[3] = {offset,offset,offset};
+ int16_t c[3] = {(int16_t)offset,(int16_t)offset,(int16_t)offset};
int col;
bit_state_t BS;

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Number-Phone-JP
PORTVERSION= 0.20171201
PORTVERSION= 0.20180104
CATEGORIES= japanese perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TANIGUCHI

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1514329537
SHA256 (Number-Phone-JP-0.20171201.tar.gz) = e3b0ef51de1e1a547e68b6399d09f179ea269e3d30a66798fa408eed7b5522a4
SIZE (Number-Phone-JP-0.20171201.tar.gz) = 414601
TIMESTAMP = 1515157758
SHA256 (Number-Phone-JP-0.20180104.tar.gz) = 39194f80175f008a14ba15fe50296d9a959aa93cb873476270080b30ba8d6f72
SIZE (Number-Phone-JP-0.20180104.tar.gz) = 414587

View file

@ -0,0 +1,15 @@
CbcModel.cpp:5322:41: error: reinterpret_cast from 'nullptr_t' to 'double *' is not allowed
clpSolver->setFakeObjective(reinterpret_cast<double *> (NULL));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- Cbc/src/CbcModel.cpp.orig 2015-06-04 17:10:17 UTC
+++ Cbc/src/CbcModel.cpp
@@ -5319,7 +5319,7 @@ void CbcModel::branchAndBound(int doStatistics)
OsiClpSolverInterface * clpSolver
= dynamic_cast<OsiClpSolverInterface *> (solver_);
if (clpSolver)
- clpSolver->setFakeObjective(reinterpret_cast<double *> (NULL));
+ clpSolver->setFakeObjective(static_cast<double *> (NULL));
}
#endif
moreSpecialOptions_ = saveMoreSpecialOptions;

View file

@ -0,0 +1,17 @@
In file included from CglLandPSimplex.cpp:11:
In file included from ./CglLandPSimplex.hpp:31:
./CglLandPUtils.hpp:88:25: error: reinterpret_cast from 'nullptr_t' to 'OsiRowCut *' is not allowed
cuts_.resize(i, reinterpret_cast<OsiRowCut *> (NULL));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- Cgl/src/CglLandP/CglLandPUtils.hpp.orig 2013-04-06 20:39:53 UTC
+++ Cgl/src/CglLandP/CglLandPUtils.hpp
@@ -85,7 +85,7 @@ struct Cuts
/** resize vector.*/
void resize(unsigned int i)
{
- cuts_.resize(i, reinterpret_cast<OsiRowCut *> (NULL));
+ cuts_.resize(i, static_cast<OsiRowCut *> (NULL));
}
private:
/** Stores the number of cuts.*/

View file

@ -0,0 +1,15 @@
ClpModel.cpp:3848:24: error: reinterpret_cast from 'nullptr_t' to 'const char *' is not allowed
reinterpret_cast<const char*> (NULL) /*integrality*/,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- Clp/src/ClpModel.cpp.orig 2015-03-19 08:09:18 UTC
+++ Clp/src/ClpModel.cpp
@@ -3845,7 +3845,7 @@ ClpModel::writeMps(const char *filename,
writer.setMpsData(*(matrix_->getPackedMatrix()), COIN_DBL_MAX,
getColLower(), getColUpper(),
objective,
- reinterpret_cast<const char*> (NULL) /*integrality*/,
+ static_cast<const char*> (NULL) /*integrality*/,
getRowLower(), getRowUpper(),
columnNames, rowNames);
// Pass in array saying if each variable integer

View file

@ -0,0 +1,15 @@
OsiClpSolverInterface.cpp:1451:50: error: reinterpret_cast from 'nullptr_t' to 'int *' is not allowed
messagesPointer->setDetailMessages(100,10000,reinterpret_cast<int *> (NULL));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- Clp/src/OsiClp/OsiClpSolverInterface.cpp.orig 2015-07-14 13:16:13 UTC
+++ Clp/src/OsiClp/OsiClpSolverInterface.cpp
@@ -1448,7 +1448,7 @@ OsiClpSolverInterface::setupForRepeatedUse(int senseOf
if (stopPrinting) {
CoinMessages * messagesPointer = modelPtr_->messagesPointer();
// won't even build messages
- messagesPointer->setDetailMessages(100,10000,reinterpret_cast<int *> (NULL));
+ messagesPointer->setDetailMessages(100,10000,static_cast<int *> (NULL));
}
#endif
}

View file

@ -465,6 +465,7 @@
SUBDIR += tempcontrol
SUBDIR += termatrix
SUBDIR += teseq
SUBDIR += thefuck
SUBDIR += timediff
SUBDIR += tkcron
SUBDIR += tkinfo

25
misc/thefuck/Makefile Normal file
View file

@ -0,0 +1,25 @@
# Created by: Guangyuan Yang <ygy@FreeBSD.org>
# $FreeBSD$
PORTNAME= thefuck
DISTVERSION= 3.25
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
MAINTAINER= ygy@FreeBSD.org
COMMENT= App that corrects your previous console command
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyte>0:devel/py-pyte@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python:3.4+
USE_PYTHON= autoplist distutils noflavors
NO_ARCH= yes
.include <bsd.port.mk>

3
misc/thefuck/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1512711410
SHA256 (thefuck-3.25.tar.gz) = 70cbe6295d2d2d371a395619216d38eb1666e4b3c3b1a24f67d11b88e65fea78
SIZE (thefuck-3.25.tar.gz) = 63444

10
misc/thefuck/pkg-descr Normal file
View file

@ -0,0 +1,10 @@
Thefuck is a magnificent app which corrects your previous console command.
It tries to match a rule for the previous command, creates a new command
using the matched rule and runs it. Thefuck comes with a lot of predefined
rules, but you can create your own rules as well.
You should place this command in your shell config file:
eval $(thefuck --alias)
WWW: https://github.com/nvbn/thefuck

View file

@ -3,6 +3,7 @@
PORTNAME= librtmp
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= multimedia python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -29,4 +30,7 @@ USE_PYTHON= autoplist distutils
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:devel/py-singledispatch@${FLAVOR}
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/librtmp/_librtmp*.so
.include <bsd.port.post.mk>

View file

@ -15,13 +15,14 @@ LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake libtool
USES= compiler:features gmake libtool
USE_SDL= sdl
USE_LDCONFIG= yes
CONFIGURE_ENV= GLBASE="${LOCALBASE}" \
CC="${CXX}" REAL_CC="${CC}" \
SDL_CONFIG="${SDL_CONFIG}"
CPPFLAGS+= -I${LOCALBASE}/include
CFLAGS+= ${COMPILER_FEATURES:Mc++11:C/.+/-Wno-error=narrowing/}
#If you want to try the opengl/gtk player (which doesn't seem to work)
#comment out the following line.

View file

@ -16,7 +16,8 @@ LICENSE_COMB= multi
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool
CFLAGS+= ${COMPILER_FEATURES:Mc++11:C/.+/-Wno-error=narrowing/}
USES= compiler:features libtool
USE_SDL= sdl2
USE_LDCONFIG= yes

View file

@ -3,4 +3,4 @@ http://www.linuxtv.org/vdrwiki/index.php/Osdteletext-plugin
Osd-Teletext displays the teletext directly on VDR's OSD.
Both sound and video are played in the background.
WWW: http://projects.vdr-developer.org/projects/show/plg-osdteletext
WWW: https://projects.vdr-developer.org/projects/plg-osdteletext

View file

@ -3,7 +3,7 @@
PORTNAME= matrix-synapse
DISTVERSIONPREFIX= v
DISTVERSION= 0.25.0
DISTVERSION= 0.26.0
PORTREVISION= 0
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1510755909
SHA256 (matrix-org-synapse-v0.25.0_GH0.tar.gz) = 1b6391ab8b4050f3bed8d3e91cf8be41431e6f0494ef5212980d258203808334
SIZE (matrix-org-synapse-v0.25.0_GH0.tar.gz) = 888533
TIMESTAMP = 1515163965
SHA256 (matrix-org-synapse-v0.26.0_GH0.tar.gz) = 234dd5fa44895e855d11fbf50de9184d057977b10b296f594d2c3758f693eff3
SIZE (matrix-org-synapse-v0.26.0_GH0.tar.gz) = 897983

View file

@ -0,0 +1,5 @@
If you observe segfaults during program exit, this is likely due to a
bug in the boost libraries. It does not affect Monero behavior and is
triggered by your malloc.conf(3) config.
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224599 for more
details.

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= amqp
PORTVERSION= 1.9.0
PORTVERSION= 1.9.3
CATEGORIES= net pear
MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1495321234
SHA256 (PECL/amqp-1.9.0.tgz) = f45831d498b8fa47a151c31f6abdc0530aa6eabda6e2e10514aca3bdc76a5098
SIZE (PECL/amqp-1.9.0.tgz) = 98248
TIMESTAMP = 1512470748
SHA256 (PECL/amqp-1.9.3.tgz) = c79e52db33bf907dad7da8f350dbdf2937b0679a3dc44fb2a941efb6d4808da9
SIZE (PECL/amqp-1.9.3.tgz) = 101342

View file

@ -2,6 +2,7 @@
PORTNAME= nnpy
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,4 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_nnpy*.so
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
PORTNAME= unison
PORTVERSION= 2.48.4
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/
DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS}

View file

@ -0,0 +1,20 @@
diff --git a/src/copy.ml b/src/copy.ml
index b9e10f6..19c2370 100644
--- copy.ml
+++ copy.ml
@@ -1004,7 +1004,14 @@ let recursively fspathFrom pathFrom fspathTo pathTo =
let ch = Os.childrenOf fspathFrom pFrom in
Safelist.iter
(fun n -> copy (Path.child pFrom n) (Path.child pTo n)) ch
- | `ABSENT -> assert false in
+ | `ABSENT ->
+ (* BCP 4/16: Was "assert false", but this causes unison to
+ crash when (1) the copyonconflict preference is used, (2)
+ there is a conflict between a deletion and a change, and
+ (3) the change is propagated on top of the deletion. Seems
+ better to silently ignore the copy request. *)
+ ()
+ in
debug (fun () -> Util.msg " Copying recursively %s / %s\n"
(Fspath.toDebugString fspathFrom) (Path.toString pathFrom));
copy pathFrom pathTo;

View file

@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= poudriere
DISTVERSION= 3.2.99.20180102
PORTREVISION= 2
DISTVERSION= 3.2.99.20180105
PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]*
USE_GITHUB= yes
GH_ACCOUNT= freebsd
GH_TAGNAME= 3.2.3-66-g83691739
GH_TAGNAME= 3.2.3-85-g190c9bef
#DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME}
GNU_CONFIGURE= yes

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1514935373
SHA256 (freebsd-poudriere-3.2.99.20180102-3.2.3-66-g83691739_GH0.tar.gz) = 893a597cd1eaab0aaafe286c4ef331a5657f23ed009bde7c6c677e4fb51ec951
SIZE (freebsd-poudriere-3.2.99.20180102-3.2.3-66-g83691739_GH0.tar.gz) = 4348818
TIMESTAMP = 1515185398
SHA256 (freebsd-poudriere-3.2.99.20180105-3.2.3-85-g190c9bef_GH0.tar.gz) = c9b0b9277cf9ecb6444a90b76b682d05100b398acff2c12216c2c4ba760ba629
SIZE (freebsd-poudriere-3.2.99.20180105-3.2.3-85-g190c9bef_GH0.tar.gz) = 4348833

View file

@ -1094,6 +1094,7 @@
SUBDIR += rubygem-rack-oauth2
SUBDIR += rubygem-razorback-scriptNugget
SUBDIR += rubygem-rbnacl
SUBDIR += rubygem-rbnacl4
SUBDIR += rubygem-rbnacl-libsodium
SUBDIR += rubygem-recog
SUBDIR += rubygem-rex-arch

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rbnacl-libsodium
PORTVERSION= 1.0.13
PORTVERSION= 1.0.16
CATEGORIES= security rubygems
MASTER_SITES= RG
@ -21,7 +21,7 @@ USE_RUBY= yes
post-install:
( cd ${WRKSRC} && \
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION} )
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/vendor/libsodium/src/libsodium/.libs/libsodium.so.18.3.0
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/vendor/libsodium/dist/lib/libsodium.so.18.3.0
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/vendor/libsodium/src/libsodium/.libs/libsodium.so.23.1.0
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/vendor/libsodium/dist/lib/libsodium.so.23.1.0
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1509095708
SHA256 (rubygem/rbnacl-libsodium-1.0.13.gem) = ed05931bc053007445c384a615a24ee05ba997dabdfc3e825301d4402275438c
SIZE (rubygem/rbnacl-libsodium-1.0.13.gem) = 2337280
TIMESTAMP = 1514155039
SHA256 (rubygem/rbnacl-libsodium-1.0.16.gem) = b0556a57a232debb103d9fb818d45246df2c3ceee12c3432de7ede8d75a39fba
SIZE (rubygem/rbnacl-libsodium-1.0.16.gem) = 2738176

View file

@ -1,4 +1,4 @@
%%GEM_LIB_DIR%%/vendor/libsodium/dist/lib/libsodium.so
%%GEM_LIB_DIR%%/vendor/libsodium/dist/lib/libsodium.so.18
%%GEM_LIB_DIR%%/vendor/libsodium/dist/lib/libsodium.so.23
%%GEM_LIB_DIR%%/vendor/libsodium/src/libsodium/.libs/libsodium.so
%%GEM_LIB_DIR%%/vendor/libsodium/src/libsodium/.libs/libsodium.so.18
%%GEM_LIB_DIR%%/vendor/libsodium/src/libsodium/.libs/libsodium.so.23

View file

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= rbnacl
PORTVERSION= 4.0.2
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
MAINTAINER= idefix@fechner.net
COMMENT= Networking and Cryptography (NaCl) library
LICENSE= MIT
LIB_DEPENDS= libsodium.so:security/libsodium
BUILD_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler
RUN_DEPENDS= rubygem-ffi>=0:devel/rubygem-ffi
PORTSCOUT= limit:^4\.
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1515155304
SHA256 (rubygem/rbnacl-4.0.2.gem) = 885c5f5dfa23007132df6d34992067f867968fcef8071e371ca5378ef88bb321
SIZE (rubygem/rbnacl-4.0.2.gem) = 220160

View file

@ -0,0 +1,4 @@
The Networking and Cryptography (NaCl) library provides a high-level toolkit for
building cryptographic systems and protocols.
WWW: https://github.com/cryptosphere/rbnacl

View file

@ -2,13 +2,12 @@
# $FreeBSD$
PORTNAME= data
PORTVERSION= 1.11
PORTREVISION= 1
PORTVERSION= 1.12
CATEGORIES= sysutils
MASTER_SITES= https://downloadmirror.intel.com/26925/eng/:intel \
MASTER_SITES= https://downloadmirror.intel.com/27337/eng/:intel \
http://www.amd64.org/microcode/:amd
PKGNAMEPREFIX= devcpu-
DISTFILES= microcode-20170707.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd
DISTFILES= microcode-20171117.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd
MAINTAINER= clarkjc@runbox.com
COMMENT= Intel and AMD CPUs microcode updates
@ -18,11 +17,10 @@ LICENSE_NAME= Intel Software License Agreement
LICENSE_FILE= ${FILESDIR}/LICENSE
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
ONLY_FOR_ARCHS= amd64 i386
NO_ARCH= yes
NO_WRKSUBDIR= yes
ONLY_FOR_ARCHS= i386 amd64
DATADIR= ${PREFIX}/share/cpucontrol
USE_RC_SUBR= microcode_update

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1499864291
SHA256 (microcode-20170707.tgz) = 4fd44769bf52a7ac11e90651a307aa6e56ca6e1a814e50d750ba8207973bee93
SIZE (microcode-20170707.tgz) = 2908882
TIMESTAMP = 1515095259
SHA256 (microcode-20171117.tgz) = 93bd1da9fa58ece0016702e657f708b7e496e56da637a3fe9a6d21f1d6f524dc
SIZE (microcode-20171117.tgz) = 3594762
SHA256 (amd-ucode-2014-12-01.tar.bz2) = e8f37ed12955585a625ee7cd48d89f9a04ceb2afa36081b52cc59d08a3bb8293
SIZE (amd-ucode-2014-12-01.tar.bz2) = 20585

View file

@ -6,6 +6,7 @@
# PROVIDE: microcode_update
# REQUIRE: root mountcritlocal
# KEYWORD: nojail
# BEFORE: SERVERS
#
# Add the following line to /etc/rc.conf to enable flow-capture:

View file

@ -73,6 +73,7 @@
%%DATADIR%%/m01f6402.fw
%%DATADIR%%/m01f6508.fw
%%DATADIR%%/m021066142.fw
%%DATADIR%%/m02906eb_00000071_00000072.fw
%%DATADIR%%/m02f0a15.fw
%%DATADIR%%/m02f241f.fw
%%DATADIR%%/m02f252a.fw
@ -127,6 +128,7 @@
%%DATADIR%%/m206fbBA.fw
%%DATADIR%%/m206fda4.fw
%%DATADIR%%/m2240671_00000017.fw
%%DATADIR%%/m22906ea_0000006f_00000070.fw
%%DATADIR%%/m22f6809.fw
%%DATADIR%%/m2a906e9_0000005d_0000005e.fw
%%DATADIR%%/m32306c3_00000022.fw
@ -154,17 +156,19 @@
%%DATADIR%%/m806fbBA.fw
%%DATADIR%%/m806fda4.fw
%%DATADIR%%/m9220655_00000004.fw
%%DATADIR%%/m9750654_02000022.fw
%%DATADIR%%/m9df4305.fw
%%DATADIR%%/m9df4406.fw
%%DATADIR%%/m9df4703.fw
%%DATADIR%%/mA01067AA0B.fw
%%DATADIR%%/m_01_706a1_0000001e.fw
%%DATADIR%%/m_03_506c9_0000002c.fw
%%DATADIR%%/mb750654_02000035.fw
%%DATADIR%%/mbdf4117.fw
%%DATADIR%%/mbdf4903.fw
%%DATADIR%%/mc0306d4_00000025.fw
%%DATADIR%%/mc0406e3_000000b9_000000ba.fw
%%DATADIR%%/mc0806e9_00000061_00000062.fw
%%DATADIR%%/mc0806ea_00000065_00000066.fw
%%DATADIR%%/mc0806ea_0000006f_00000070.fw
%%DATADIR%%/med306e4_00000428.fw
%%DATADIR%%/med306e6_00000600.fw
%%DATADIR%%/med306e7_0000070d.fw

View file

@ -3,7 +3,7 @@
PORTNAME= exfat
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.4
DISTVERSION= 1.2.7
CATEGORIES= sysutils
PKGNAMESUFFIX= -utils

View file

@ -1,2 +1,3 @@
SHA256 (relan-exfat-v1.2.4_GH0.tar.gz) = e65ca1b47f35421a1663b93c66e48abfd737c3e2f0c7f7154128ce2d30ecd0d8
SIZE (relan-exfat-v1.2.4_GH0.tar.gz) = 55172
TIMESTAMP = 1514448316
SHA256 (relan-exfat-v1.2.7_GH0.tar.gz) = bf9b26ed5002a45da75a9fba3bc5aafa67031addad205016c35141beb3c7f6b5
SIZE (relan-exfat-v1.2.7_GH0.tar.gz) = 55796

View file

@ -3,7 +3,7 @@
PORTNAME= exfat
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.4
DISTVERSION= 1.2.7
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-

View file

@ -1,2 +1,3 @@
SHA256 (relan-exfat-v1.2.4_GH0.tar.gz) = e65ca1b47f35421a1663b93c66e48abfd737c3e2f0c7f7154128ce2d30ecd0d8
SIZE (relan-exfat-v1.2.4_GH0.tar.gz) = 55172
TIMESTAMP = 1514453447
SHA256 (relan-exfat-v1.2.7_GH0.tar.gz) = bf9b26ed5002a45da75a9fba3bc5aafa67031addad205016c35141beb3c7f6b5
SIZE (relan-exfat-v1.2.7_GH0.tar.gz) = 55796

View file

@ -18,12 +18,15 @@ RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
USES= desktop-file-utils gettext python:3.4+ shared-mime-info \
shebangfix tar:xz
SHEBANG_FILES= bin/meld
USE_PYTHON= distutils
USE_PYTHON= distutils noflavors
USE_GNOME= gtksourceview3 intltool libxml2:build pygobject3
GLIB_SCHEMAS= org.gnome.meld.gschema.xml
PYDISTUTILS_INSTALLNOSINGLE= yes
PYDISTUTILS_INSTALL_TARGET= --no-update-icon-cache --no-compile-schemas install
INSTALLS_ICONS= yes
NO_ARCH= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} --root=${STAGEDIR}
.include <bsd.port.post.mk>

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= firefox-i18n
PORTVERSION= 57.0.3
PORTVERSION= 57.0.4
CATEGORIES= www
MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \
MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi

View file

@ -1,191 +1,191 @@
TIMESTAMP = 1514290652
SHA256 (xpi/firefox-i18n-57.0.3/ach.xpi) = 62be40961458640e830b414ba89609752d22d9e8ccfe37e18b4e7aa4e1d1026a
SIZE (xpi/firefox-i18n-57.0.3/ach.xpi) = 441113
SHA256 (xpi/firefox-i18n-57.0.3/af.xpi) = 1f3cf13e09df706d1da62d21a2bf71da4bfa594d8cf5adf7c2b1c74a310efb26
SIZE (xpi/firefox-i18n-57.0.3/af.xpi) = 442206
SHA256 (xpi/firefox-i18n-57.0.3/an.xpi) = 5d97049fcb1a92c79392cc4d06f290491f0246b3ed47223774b8f30a1d15bb3c
SIZE (xpi/firefox-i18n-57.0.3/an.xpi) = 462778
SHA256 (xpi/firefox-i18n-57.0.3/ar.xpi) = 27d3d480a132f9f913fde8af5b31d1667372cf03bdea9bfab4b1429b2d587b5e
SIZE (xpi/firefox-i18n-57.0.3/ar.xpi) = 488160
SHA256 (xpi/firefox-i18n-57.0.3/as.xpi) = 70161799018f0e796019cf97cb9887b5092e07f12272eecce59cb58e53dbe2c6
SIZE (xpi/firefox-i18n-57.0.3/as.xpi) = 491075
SHA256 (xpi/firefox-i18n-57.0.3/ast.xpi) = a4c72512024038ed229dc64be40940d32e1cc702d68225de7b1eceb7153bf375
SIZE (xpi/firefox-i18n-57.0.3/ast.xpi) = 455504
SHA256 (xpi/firefox-i18n-57.0.3/az.xpi) = 935d49254107e268cd1f13f424924c688da15469a21a192e3ba18fc7e2571fa9
SIZE (xpi/firefox-i18n-57.0.3/az.xpi) = 466043
SHA256 (xpi/firefox-i18n-57.0.3/be.xpi) = 1415abc2256c600fe3417494c2b581253806a401260ac1cef1fb8ce25dc3d09c
SIZE (xpi/firefox-i18n-57.0.3/be.xpi) = 516092
SHA256 (xpi/firefox-i18n-57.0.3/bg.xpi) = 9e40838731441cb06dec7a5cb01d844bac2da6b1e1700705ea62b21bda501573
SIZE (xpi/firefox-i18n-57.0.3/bg.xpi) = 510351
SHA256 (xpi/firefox-i18n-57.0.3/bn-BD.xpi) = 7e479b3280922cde5a75aeb0b2ca813890c07f488a54709de0b3627f0e27c76e
SIZE (xpi/firefox-i18n-57.0.3/bn-BD.xpi) = 527189
SHA256 (xpi/firefox-i18n-57.0.3/bn-IN.xpi) = 9bbaecf628c0f665466548982a92760eb7df9a789ccbd92807188f12241a8b01
SIZE (xpi/firefox-i18n-57.0.3/bn-IN.xpi) = 516180
SHA256 (xpi/firefox-i18n-57.0.3/br.xpi) = 1e13602f2b42407aa56bf57bddcdc4b47691d454aa6e5a0ade52e68a0065355f
SIZE (xpi/firefox-i18n-57.0.3/br.xpi) = 451866
SHA256 (xpi/firefox-i18n-57.0.3/bs.xpi) = f67eb104f8ecc0dbdf16f50dfa5b782d874032a2a8f659fd2c50d1f49fa4a211
SIZE (xpi/firefox-i18n-57.0.3/bs.xpi) = 459650
SHA256 (xpi/firefox-i18n-57.0.3/ca.xpi) = bcfefd6d9f81de2d4f546d1d968886dfd4115408df019df5fa2253152cd67def
SIZE (xpi/firefox-i18n-57.0.3/ca.xpi) = 466641
SHA256 (xpi/firefox-i18n-57.0.3/cak.xpi) = e84a0c21faa2a669d7cf4fec96d9a3123249d2847e04814b0a39602bd70b08fe
SIZE (xpi/firefox-i18n-57.0.3/cak.xpi) = 475935
SHA256 (xpi/firefox-i18n-57.0.3/cs.xpi) = eccebcc46805353b828fc98c98dabbff935c1c4fcda81428bbebd5636f456ba2
SIZE (xpi/firefox-i18n-57.0.3/cs.xpi) = 469457
SHA256 (xpi/firefox-i18n-57.0.3/cy.xpi) = 112f86eb14d496a7d55d0a3e30b300f68ccbef901eaf386911a46480ee8e1472
SIZE (xpi/firefox-i18n-57.0.3/cy.xpi) = 455788
SHA256 (xpi/firefox-i18n-57.0.3/da.xpi) = 3953d4ef06a88eaf0f64a888a6b6f3d90dc92d897987d180e4b1bce494754896
SIZE (xpi/firefox-i18n-57.0.3/da.xpi) = 448415
SHA256 (xpi/firefox-i18n-57.0.3/de.xpi) = cf3926ebb91fd0f810040478fc84926d58d05e80d8e3ad759cb5a9fac4572ccb
SIZE (xpi/firefox-i18n-57.0.3/de.xpi) = 460813
SHA256 (xpi/firefox-i18n-57.0.3/dsb.xpi) = 8558c3e3016163be7f44d34965abea30a71c198bab72e43aa953a6af7f95358a
SIZE (xpi/firefox-i18n-57.0.3/dsb.xpi) = 479511
SHA256 (xpi/firefox-i18n-57.0.3/el.xpi) = 252bfa2ae364b3ae17c4358f8d34773b1772438691540d026b121293f3b88bf4
SIZE (xpi/firefox-i18n-57.0.3/el.xpi) = 534484
SHA256 (xpi/firefox-i18n-57.0.3/en-GB.xpi) = 206660d54f5542536496be86ab466f0f340947f7e9ad472f77acfb1badd7b67f
SIZE (xpi/firefox-i18n-57.0.3/en-GB.xpi) = 435623
SHA256 (xpi/firefox-i18n-57.0.3/en-US.xpi) = 79fec5b89df10b6c93b3fe297f8297b1c16848d2ba232e9c92a177ed6f1d2fa2
SIZE (xpi/firefox-i18n-57.0.3/en-US.xpi) = 441880
SHA256 (xpi/firefox-i18n-57.0.3/en-ZA.xpi) = b577884435dad00bda6f41f3fe739b800951eda7e22ccf6ff7b95b1b733d8bf8
SIZE (xpi/firefox-i18n-57.0.3/en-ZA.xpi) = 432020
SHA256 (xpi/firefox-i18n-57.0.3/eo.xpi) = d7f7cec0b89593a333e874925e8c84351b37b4370ac518208e7ddd851fba2345
SIZE (xpi/firefox-i18n-57.0.3/eo.xpi) = 454910
SHA256 (xpi/firefox-i18n-57.0.3/es-AR.xpi) = 90754b3c92d11247fae9a517a9e7b6b6160c95c7bfa45b380b27bcff4311069f
SIZE (xpi/firefox-i18n-57.0.3/es-AR.xpi) = 462980
SHA256 (xpi/firefox-i18n-57.0.3/es-CL.xpi) = d3d50fa0d2bcde903e138d60ac8b701d64549b2f8a3a5f46a01776051218713d
SIZE (xpi/firefox-i18n-57.0.3/es-CL.xpi) = 465514
SHA256 (xpi/firefox-i18n-57.0.3/es-ES.xpi) = af2e97319876c226a88fad82fafddfb9fb260d0831b9b7bdcab4c643e3304964
SIZE (xpi/firefox-i18n-57.0.3/es-ES.xpi) = 353625
SHA256 (xpi/firefox-i18n-57.0.3/es-MX.xpi) = 50ca53ce1f8923dec16a3522a81a70622262db3db143ae55b8c0bc12583d5d62
SIZE (xpi/firefox-i18n-57.0.3/es-MX.xpi) = 468761
SHA256 (xpi/firefox-i18n-57.0.3/et.xpi) = 83d548a444184b29e66a67659995b22fc9a6c88dd7ec6048d222cd25117fdf43
SIZE (xpi/firefox-i18n-57.0.3/et.xpi) = 447279
SHA256 (xpi/firefox-i18n-57.0.3/eu.xpi) = 2a57c7661d80338b7ea5750a87aa2f0a93cdd0a85df802cac253c71485151a2a
SIZE (xpi/firefox-i18n-57.0.3/eu.xpi) = 454673
SHA256 (xpi/firefox-i18n-57.0.3/fa.xpi) = b4dfac6b02dd95e993748cc2983a26203d30ceb89ee4362d372a6592e73ae7a5
SIZE (xpi/firefox-i18n-57.0.3/fa.xpi) = 510829
SHA256 (xpi/firefox-i18n-57.0.3/ff.xpi) = f7ec164ed52f02c064860fc331d46a2d171c1d1013e4f9fb349758be0e049ca6
SIZE (xpi/firefox-i18n-57.0.3/ff.xpi) = 454015
SHA256 (xpi/firefox-i18n-57.0.3/fi.xpi) = 285e7c413785cd9804417935bf17d302dbf9adcf02416ee77bcc282adb7d0d70
SIZE (xpi/firefox-i18n-57.0.3/fi.xpi) = 446244
SHA256 (xpi/firefox-i18n-57.0.3/fr.xpi) = e32fecffc352af98572e210a71d18a569a791448ff1e9708c4fd4ee14406b974
SIZE (xpi/firefox-i18n-57.0.3/fr.xpi) = 472721
SHA256 (xpi/firefox-i18n-57.0.3/fy-NL.xpi) = f03ca7c9cb7734c8c1d4a98255d991b0b5d1fd3b6216cd2537725c7f3861a62f
SIZE (xpi/firefox-i18n-57.0.3/fy-NL.xpi) = 465911
SHA256 (xpi/firefox-i18n-57.0.3/ga-IE.xpi) = e6fed91269a6844bd9b91d355d9ad4d3b1ab58fe68f067062d71ab2d5c971f0b
SIZE (xpi/firefox-i18n-57.0.3/ga-IE.xpi) = 475963
SHA256 (xpi/firefox-i18n-57.0.3/gd.xpi) = ea971275e5269a7740bbb2fdd4e316562286c3df2b4c3b25b8a52560c5a6587b
SIZE (xpi/firefox-i18n-57.0.3/gd.xpi) = 465122
SHA256 (xpi/firefox-i18n-57.0.3/gl.xpi) = 1c36b3713ac507c5fbfbda7d75de2b356a48e1291f236003cce921b9c796bbaa
SIZE (xpi/firefox-i18n-57.0.3/gl.xpi) = 452032
SHA256 (xpi/firefox-i18n-57.0.3/gn.xpi) = 952f6e6fcbe4f1e5a840275827b48537c7ca4ed4224c50741bc73a92d0745005
SIZE (xpi/firefox-i18n-57.0.3/gn.xpi) = 471956
SHA256 (xpi/firefox-i18n-57.0.3/gu-IN.xpi) = 7fae567816165d6ab434eded6c6e79741a5608c719e3db38080dde3d4a73071b
SIZE (xpi/firefox-i18n-57.0.3/gu-IN.xpi) = 511990
SHA256 (xpi/firefox-i18n-57.0.3/he.xpi) = 1a5cfae162733ccff47396c2c69546430f934f235b12e52137fe1488f1736a1a
SIZE (xpi/firefox-i18n-57.0.3/he.xpi) = 471921
SHA256 (xpi/firefox-i18n-57.0.3/hi-IN.xpi) = e10d605fdc9338a92f57e90846c041d3d3016ff91b7e94fe5f57a7e1c5ead8e8
SIZE (xpi/firefox-i18n-57.0.3/hi-IN.xpi) = 526110
SHA256 (xpi/firefox-i18n-57.0.3/hr.xpi) = efc2141a79726f3d3e3beb505f046156c8e15fd75030b0f40e83257dc623f950
SIZE (xpi/firefox-i18n-57.0.3/hr.xpi) = 460722
SHA256 (xpi/firefox-i18n-57.0.3/hsb.xpi) = 639a8fd2be2845c372101ee292c1fe7e05161452cf0c8da9814b5527698fbbe1
SIZE (xpi/firefox-i18n-57.0.3/hsb.xpi) = 476505
SHA256 (xpi/firefox-i18n-57.0.3/hu.xpi) = 22afba00ee123a21d6d4491c232bc2c1f23a0e6f4dca8510d0926ec8f0a4e0a2
SIZE (xpi/firefox-i18n-57.0.3/hu.xpi) = 476604
SHA256 (xpi/firefox-i18n-57.0.3/hy-AM.xpi) = c5043c48e903931d9ee5a27d4dbb049bf2e26c82d9eada3c14a1a604d74b42de
SIZE (xpi/firefox-i18n-57.0.3/hy-AM.xpi) = 510825
SHA256 (xpi/firefox-i18n-57.0.3/id.xpi) = 57159cf14d25c135cd13b3c1a55162fea5a9030f0f38bce296f17e17969714ef
SIZE (xpi/firefox-i18n-57.0.3/id.xpi) = 444041
SHA256 (xpi/firefox-i18n-57.0.3/is.xpi) = 0f550971e68e635c7f8e22fa1891d054d29fd3b2b65e16943bf9caab13cc73be
SIZE (xpi/firefox-i18n-57.0.3/is.xpi) = 452660
SHA256 (xpi/firefox-i18n-57.0.3/it.xpi) = bd58f2b805837c8172876310bc854eef7a43beaf7f8af90ce91b6e723864d259
SIZE (xpi/firefox-i18n-57.0.3/it.xpi) = 347171
SHA256 (xpi/firefox-i18n-57.0.3/ja.xpi) = 756442d8fa9093e8a2d57bbb4e8eda338ef4839349502dcbb2820458e782b534
SIZE (xpi/firefox-i18n-57.0.3/ja.xpi) = 508553
SHA256 (xpi/firefox-i18n-57.0.3/ka.xpi) = 70d4c33f043e67f765c9814a9b6b67b44b5604d0ed026ccf72adb427619405e7
SIZE (xpi/firefox-i18n-57.0.3/ka.xpi) = 492355
SHA256 (xpi/firefox-i18n-57.0.3/kab.xpi) = fa99ea1036929fa96479eca5551c8be2c86e7b6725e05b3c60076122344fa123
SIZE (xpi/firefox-i18n-57.0.3/kab.xpi) = 462531
SHA256 (xpi/firefox-i18n-57.0.3/kk.xpi) = 92147ec88764aa3e808ae59007fe27876111d47d9ab17138dd3b44317787b57a
SIZE (xpi/firefox-i18n-57.0.3/kk.xpi) = 519249
SHA256 (xpi/firefox-i18n-57.0.3/km.xpi) = 0f1750a00b4cfc436e1233818b47b925c6ee88f5d9368cf8cc88e79de36416d8
SIZE (xpi/firefox-i18n-57.0.3/km.xpi) = 530080
SHA256 (xpi/firefox-i18n-57.0.3/kn.xpi) = a9ddb7f0a47cf7f31a25c0a03d784514136bfb3113a2807d99bfd96484cd0206
SIZE (xpi/firefox-i18n-57.0.3/kn.xpi) = 531316
SHA256 (xpi/firefox-i18n-57.0.3/ko.xpi) = d2da7ebea2bdaac1bd74459873b91d64fcb2b44c875ffbd7777e2eb1685b2886
SIZE (xpi/firefox-i18n-57.0.3/ko.xpi) = 487306
SHA256 (xpi/firefox-i18n-57.0.3/lij.xpi) = 66228918afef9bec106e58aeb8c5e698cb698dfe894caecb46c012a77f2b5022
SIZE (xpi/firefox-i18n-57.0.3/lij.xpi) = 452343
SHA256 (xpi/firefox-i18n-57.0.3/lt.xpi) = 1e49a47a5a76a9676f1624678f22f741cd45888aa908cde2c40fb26190c5755d
SIZE (xpi/firefox-i18n-57.0.3/lt.xpi) = 474957
SHA256 (xpi/firefox-i18n-57.0.3/lv.xpi) = 87357299ac76e61c010bc47c35fc47d90028e5f73b5b3ece7f0ea59c142f39fb
SIZE (xpi/firefox-i18n-57.0.3/lv.xpi) = 465243
SHA256 (xpi/firefox-i18n-57.0.3/mai.xpi) = 68760d77467e2d116582e85dce013dfd0c4de5fa53ec41cd5dc186228b0f94a3
SIZE (xpi/firefox-i18n-57.0.3/mai.xpi) = 507396
SHA256 (xpi/firefox-i18n-57.0.3/mk.xpi) = bf493652fe0705a2685a71a312aac94912246191cef1024af3347f84fcd44f43
SIZE (xpi/firefox-i18n-57.0.3/mk.xpi) = 490853
SHA256 (xpi/firefox-i18n-57.0.3/ml.xpi) = 80af6eb9bce4f180d087985405dd8a1c46c3ee0b692b5ea5d15847d88e40abc4
SIZE (xpi/firefox-i18n-57.0.3/ml.xpi) = 528256
SHA256 (xpi/firefox-i18n-57.0.3/mr.xpi) = d6d9a3afba41f55505d2c044b6d004c3e59a0e5eac784eb2ad7c098ffacf8a7b
SIZE (xpi/firefox-i18n-57.0.3/mr.xpi) = 521291
SHA256 (xpi/firefox-i18n-57.0.3/ms.xpi) = b0f4dd4aad5a8f1010063fa55b0658ab6ee80f0d6407ef80383613c0e39c92dd
SIZE (xpi/firefox-i18n-57.0.3/ms.xpi) = 451255
SHA256 (xpi/firefox-i18n-57.0.3/my.xpi) = de7eee491ff8a92c50c2d3a2b896fe31a3bb7f5541429361e702495e5dbe0536
SIZE (xpi/firefox-i18n-57.0.3/my.xpi) = 517703
SHA256 (xpi/firefox-i18n-57.0.3/nb-NO.xpi) = 5a678264b0bb13c00a79b3b11e35f9416a7a71983f95951bdae2825d4121c4c6
SIZE (xpi/firefox-i18n-57.0.3/nb-NO.xpi) = 451557
SHA256 (xpi/firefox-i18n-57.0.3/nl.xpi) = 4908cc50715d3ab8d0bc96bb263bd98494127c575e9806c4f78671d5ae000d9f
SIZE (xpi/firefox-i18n-57.0.3/nl.xpi) = 458318
SHA256 (xpi/firefox-i18n-57.0.3/nn-NO.xpi) = ded6a88acbda4d3ff0a70e6bc61234ddf4e505e551cb5865da79658ad92a59b7
SIZE (xpi/firefox-i18n-57.0.3/nn-NO.xpi) = 452004
SHA256 (xpi/firefox-i18n-57.0.3/or.xpi) = b3804b75c2d1b45cd6add02ccfacfdb85b4db5985f5d8d95a7dde7cba043d481
SIZE (xpi/firefox-i18n-57.0.3/or.xpi) = 500867
SHA256 (xpi/firefox-i18n-57.0.3/pa-IN.xpi) = 4199a01892833b2fba10604a7e6696a6c1759da55af3814e8201310e9e62f70d
SIZE (xpi/firefox-i18n-57.0.3/pa-IN.xpi) = 495271
SHA256 (xpi/firefox-i18n-57.0.3/pl.xpi) = 536791f830e614d683e41178d7b69780791053d89def1c96c8ce80609e649f2c
SIZE (xpi/firefox-i18n-57.0.3/pl.xpi) = 364230
SHA256 (xpi/firefox-i18n-57.0.3/pt-BR.xpi) = 2e26a41affae96c731d4d68efcca39b939be308b1d50a12c6b578a30644afee1
SIZE (xpi/firefox-i18n-57.0.3/pt-BR.xpi) = 457155
SHA256 (xpi/firefox-i18n-57.0.3/pt-PT.xpi) = 9755d339d5edc0ea628e48ed6ace872e897a319da0124bb8a1752e3c57e560b3
SIZE (xpi/firefox-i18n-57.0.3/pt-PT.xpi) = 460000
SHA256 (xpi/firefox-i18n-57.0.3/rm.xpi) = a6a453153976cbb70b452e16e58c7b542f46454b03fe05dfcf71146a7eb71dcc
SIZE (xpi/firefox-i18n-57.0.3/rm.xpi) = 451059
SHA256 (xpi/firefox-i18n-57.0.3/ro.xpi) = d0a82db76895fdb186a67a1b5d532c10677453623315f68a1a1ba1763cc62e50
SIZE (xpi/firefox-i18n-57.0.3/ro.xpi) = 455511
SHA256 (xpi/firefox-i18n-57.0.3/ru.xpi) = 1716b4375089d096c81001de3e9b8cdac6af1b9c38ec9d13a92dac8d2b4b5821
SIZE (xpi/firefox-i18n-57.0.3/ru.xpi) = 526955
SHA256 (xpi/firefox-i18n-57.0.3/si.xpi) = 92663d7e1755972f6edf4354dfdee86a67d89ce8a6b7e0e16b070f8592abc8b8
SIZE (xpi/firefox-i18n-57.0.3/si.xpi) = 498324
SHA256 (xpi/firefox-i18n-57.0.3/sk.xpi) = 75c4593005ac55a2c26cb4f24d16907ba84c6e80e49ba72423d66e8d90b4e566
SIZE (xpi/firefox-i18n-57.0.3/sk.xpi) = 480397
SHA256 (xpi/firefox-i18n-57.0.3/sl.xpi) = adfb1017301a6c856211c6b1cb7a4c7dbb6833e6c45e67a95fd2f844f3b76eef
SIZE (xpi/firefox-i18n-57.0.3/sl.xpi) = 459377
SHA256 (xpi/firefox-i18n-57.0.3/son.xpi) = 815f462c6e5ccf1d054f6a6d344875fc8e366601d94d5a915721852eafb01a0d
SIZE (xpi/firefox-i18n-57.0.3/son.xpi) = 450931
SHA256 (xpi/firefox-i18n-57.0.3/sq.xpi) = 395424d765780d463afe1e24581af224b5c0122c5e7e5604c11fb59dc061daa8
SIZE (xpi/firefox-i18n-57.0.3/sq.xpi) = 465051
SHA256 (xpi/firefox-i18n-57.0.3/sr.xpi) = d3b22ec3764eaf01056c60b42d5d0c75feae35c8b0cd8ddbb6b9d93ead8dad22
SIZE (xpi/firefox-i18n-57.0.3/sr.xpi) = 487003
SHA256 (xpi/firefox-i18n-57.0.3/sv-SE.xpi) = 8c7632d64883c7cfb208335d73017621b57ca209c0520ee1db22d81f86bb4882
SIZE (xpi/firefox-i18n-57.0.3/sv-SE.xpi) = 459666
SHA256 (xpi/firefox-i18n-57.0.3/ta.xpi) = aff265e81e980b44090526065746ccb2d2225e6e980aeadb38da9dd6386150e1
SIZE (xpi/firefox-i18n-57.0.3/ta.xpi) = 513228
SHA256 (xpi/firefox-i18n-57.0.3/te.xpi) = 96fa3fd8ddc4c14e540f2803cc57a6d46b99e35b3b07d41698e1c93558a2f997
SIZE (xpi/firefox-i18n-57.0.3/te.xpi) = 530693
SHA256 (xpi/firefox-i18n-57.0.3/th.xpi) = 30b069488a1e80a5f3cd6f4f708c0832e1e293c398bfbbe452cf2e3908f7299d
SIZE (xpi/firefox-i18n-57.0.3/th.xpi) = 502451
SHA256 (xpi/firefox-i18n-57.0.3/tr.xpi) = 68cbb131782ddd410466b5419fc9ab01167237b64693ae9a549cdac0ef6ec022
SIZE (xpi/firefox-i18n-57.0.3/tr.xpi) = 465580
SHA256 (xpi/firefox-i18n-57.0.3/uk.xpi) = 0ac5c29e764001a3e439c6807c4456693c8f14faf22261ea814c538dc2bc0661
SIZE (xpi/firefox-i18n-57.0.3/uk.xpi) = 518138
SHA256 (xpi/firefox-i18n-57.0.3/ur.xpi) = 92152e17c2da4928e4be81985ce4b2b7cc9974a648e2a3498fe1714142301b28
SIZE (xpi/firefox-i18n-57.0.3/ur.xpi) = 511138
SHA256 (xpi/firefox-i18n-57.0.3/uz.xpi) = 360e066bd7ae1d31f2d6eff90be9f2a3ee877adfc203959354e6d7c6707ee840
SIZE (xpi/firefox-i18n-57.0.3/uz.xpi) = 461694
SHA256 (xpi/firefox-i18n-57.0.3/vi.xpi) = fe0ce0fab8506f8799d90bb9c9fbbdf76fcd84226393c8fa043ea8308424a2ba
SIZE (xpi/firefox-i18n-57.0.3/vi.xpi) = 471320
SHA256 (xpi/firefox-i18n-57.0.3/xh.xpi) = aca1411b7316a648349d9dd124ab2fce475d103b7ab6582dc0d76b8bf4e8c1af
SIZE (xpi/firefox-i18n-57.0.3/xh.xpi) = 464461
SHA256 (xpi/firefox-i18n-57.0.3/zh-CN.xpi) = 253f2a87e1a84e33c53b65031763e169cea7f615becfbe8779262fb37966c823
SIZE (xpi/firefox-i18n-57.0.3/zh-CN.xpi) = 483625
SHA256 (xpi/firefox-i18n-57.0.3/zh-TW.xpi) = cc0d6f01f6c23e60bcf5caef4fe3eec30863951c6912ee73235bc18a8547f90f
SIZE (xpi/firefox-i18n-57.0.3/zh-TW.xpi) = 482461
TIMESTAMP = 1515099818
SHA256 (xpi/firefox-i18n-57.0.4/ach.xpi) = 0db61e82a56775653e8863cf46e92d7791ad855b789c326ad58dfbbf996a3880
SIZE (xpi/firefox-i18n-57.0.4/ach.xpi) = 441113
SHA256 (xpi/firefox-i18n-57.0.4/af.xpi) = 018e8ca7b2ac1ca55f53bded94cb979d0872986ee494864330b97457d9efd7e0
SIZE (xpi/firefox-i18n-57.0.4/af.xpi) = 442206
SHA256 (xpi/firefox-i18n-57.0.4/an.xpi) = 2a536acaa8efa972b4a74bd8a786607eee939f97ea6c5aa5773f7132f42638fa
SIZE (xpi/firefox-i18n-57.0.4/an.xpi) = 462778
SHA256 (xpi/firefox-i18n-57.0.4/ar.xpi) = cba589fa5e88446edf0d051e80c02f1a06224ad0b8d66a2de81cde615b78f01d
SIZE (xpi/firefox-i18n-57.0.4/ar.xpi) = 488160
SHA256 (xpi/firefox-i18n-57.0.4/as.xpi) = 758d4830417c3fff4cef797c12afac34d915e8940061e907ac68083f1c46c592
SIZE (xpi/firefox-i18n-57.0.4/as.xpi) = 491075
SHA256 (xpi/firefox-i18n-57.0.4/ast.xpi) = fb8b1c0c67bacf1cadafb43ffc639038a32fc5318be0dd691f8929ee2bd2b01e
SIZE (xpi/firefox-i18n-57.0.4/ast.xpi) = 455504
SHA256 (xpi/firefox-i18n-57.0.4/az.xpi) = 17f7ac16870d6ce48ca02d45ba9a35bc42b58e85f2e86767f211fb956d2a83c6
SIZE (xpi/firefox-i18n-57.0.4/az.xpi) = 466045
SHA256 (xpi/firefox-i18n-57.0.4/be.xpi) = b55f05cbb024c897a1f648cbc111a1802ad60b83531ebe3f9f5453606bed471c
SIZE (xpi/firefox-i18n-57.0.4/be.xpi) = 516092
SHA256 (xpi/firefox-i18n-57.0.4/bg.xpi) = b715180f7c48239b8d3404f1cfc102c0142e22f2aa7ac19877177e7a7f08d46a
SIZE (xpi/firefox-i18n-57.0.4/bg.xpi) = 510351
SHA256 (xpi/firefox-i18n-57.0.4/bn-BD.xpi) = da35dcf4bad2ec7484a4c9f0ddcb1424190e564e69801fbf2bbd94ee1d0c2a56
SIZE (xpi/firefox-i18n-57.0.4/bn-BD.xpi) = 527189
SHA256 (xpi/firefox-i18n-57.0.4/bn-IN.xpi) = 9093099dbb01f46e6b1aac94f401d1417985233dba072cfdbefecf7031756e81
SIZE (xpi/firefox-i18n-57.0.4/bn-IN.xpi) = 516180
SHA256 (xpi/firefox-i18n-57.0.4/br.xpi) = 198aead2f677fe5185edfc2abf3c83735e5b7f1cd19a2aaf7362b57003974eb4
SIZE (xpi/firefox-i18n-57.0.4/br.xpi) = 451866
SHA256 (xpi/firefox-i18n-57.0.4/bs.xpi) = 6ba5d0950dc28aa070f32b2d613ce0913420ce2022004b1c189f253b2b17847a
SIZE (xpi/firefox-i18n-57.0.4/bs.xpi) = 459650
SHA256 (xpi/firefox-i18n-57.0.4/ca.xpi) = 6ef787d51d1bcd2426d3426ea57d0cdab244fc49b93f19226291cb6b7c06b30e
SIZE (xpi/firefox-i18n-57.0.4/ca.xpi) = 466641
SHA256 (xpi/firefox-i18n-57.0.4/cak.xpi) = 099d5847c14fdf22dc81c1bb581d136d292b01714d99de2cdadeac3c2988e561
SIZE (xpi/firefox-i18n-57.0.4/cak.xpi) = 475935
SHA256 (xpi/firefox-i18n-57.0.4/cs.xpi) = ec2f172874be86e1c3950998e26cc77535ca8121db63c96d34068c58c3179d99
SIZE (xpi/firefox-i18n-57.0.4/cs.xpi) = 469457
SHA256 (xpi/firefox-i18n-57.0.4/cy.xpi) = 71f431a351e93c74c10f569601bb32ec990ea2a16b6bfb5f724966d0d7520bc6
SIZE (xpi/firefox-i18n-57.0.4/cy.xpi) = 455788
SHA256 (xpi/firefox-i18n-57.0.4/da.xpi) = 5a4a0a5aa93c19c4f5fb5aab3f83765ddfd2f993d1cb8278de1366f5626fc925
SIZE (xpi/firefox-i18n-57.0.4/da.xpi) = 448416
SHA256 (xpi/firefox-i18n-57.0.4/de.xpi) = 4370210b943ebbf8b814a6e04be9c7e99416c2ff4c54c31748f781f44309e36c
SIZE (xpi/firefox-i18n-57.0.4/de.xpi) = 460813
SHA256 (xpi/firefox-i18n-57.0.4/dsb.xpi) = 5170e4e0e160405dd3ed5515e35fe36dae70aec8f48102345619e5c75bd1488a
SIZE (xpi/firefox-i18n-57.0.4/dsb.xpi) = 479509
SHA256 (xpi/firefox-i18n-57.0.4/el.xpi) = 9d2e01e55e1fd7d39b8a0a923088334dc00dca0547fd5985aaeed6319cce5095
SIZE (xpi/firefox-i18n-57.0.4/el.xpi) = 534484
SHA256 (xpi/firefox-i18n-57.0.4/en-GB.xpi) = ae4e8350e6a36cdeb8bfb31341bef5bba1eb48b6915b99a34a6cde2fd838651e
SIZE (xpi/firefox-i18n-57.0.4/en-GB.xpi) = 435623
SHA256 (xpi/firefox-i18n-57.0.4/en-US.xpi) = 3afb8de6b06406aa92c2b7c353286823c06cdb45218af798278c04ab67d85032
SIZE (xpi/firefox-i18n-57.0.4/en-US.xpi) = 441879
SHA256 (xpi/firefox-i18n-57.0.4/en-ZA.xpi) = 92c5c01f2b5513d49aca2c453721026ac006cda7b1ed260083b8f101197dd9ea
SIZE (xpi/firefox-i18n-57.0.4/en-ZA.xpi) = 432020
SHA256 (xpi/firefox-i18n-57.0.4/eo.xpi) = b71b76d3a61b243bcdb71e02ed3e1752adf35301d45a441c21faa770799ce196
SIZE (xpi/firefox-i18n-57.0.4/eo.xpi) = 454910
SHA256 (xpi/firefox-i18n-57.0.4/es-AR.xpi) = 0c9ffc8db2fba0359bf69b6bf82b3be15b939dc834bb021cfaef88646abc9e3e
SIZE (xpi/firefox-i18n-57.0.4/es-AR.xpi) = 462980
SHA256 (xpi/firefox-i18n-57.0.4/es-CL.xpi) = 3f3af7c94265797b7947a6ca5b3868eab036dc2562777ff9a9c65cfcda9a5648
SIZE (xpi/firefox-i18n-57.0.4/es-CL.xpi) = 465514
SHA256 (xpi/firefox-i18n-57.0.4/es-ES.xpi) = 04edd799bfeb4a7433a80320abafc7d0c1c7c24982e1d53976638e5f2ac243f9
SIZE (xpi/firefox-i18n-57.0.4/es-ES.xpi) = 353625
SHA256 (xpi/firefox-i18n-57.0.4/es-MX.xpi) = 7bfee1ac67c2a50fca910ecd21aa54592774aa49ce11f58ddc64de1ccbdcc5c6
SIZE (xpi/firefox-i18n-57.0.4/es-MX.xpi) = 468761
SHA256 (xpi/firefox-i18n-57.0.4/et.xpi) = 37ac8824f08bfd6d931bb6d325226a970adcf4a8b3fb9ad651ef6d965f8784bd
SIZE (xpi/firefox-i18n-57.0.4/et.xpi) = 447279
SHA256 (xpi/firefox-i18n-57.0.4/eu.xpi) = 7b6df791d0390b4cdbe92811c5bd5e374958ad242a3bbc7a49f1cbf963aa5b36
SIZE (xpi/firefox-i18n-57.0.4/eu.xpi) = 454673
SHA256 (xpi/firefox-i18n-57.0.4/fa.xpi) = 7be55f40579f970e2682472fbb66e8f182c14491f67127991684e45968fbf3ed
SIZE (xpi/firefox-i18n-57.0.4/fa.xpi) = 510829
SHA256 (xpi/firefox-i18n-57.0.4/ff.xpi) = f3321f6ecaad8d0171741fe91420492d09515b25cc9f7be764dc258b06dc7db7
SIZE (xpi/firefox-i18n-57.0.4/ff.xpi) = 454015
SHA256 (xpi/firefox-i18n-57.0.4/fi.xpi) = 71f29805ebe1f46242d4e01846880f42f310a42fbba22872014d8d45ceee29ea
SIZE (xpi/firefox-i18n-57.0.4/fi.xpi) = 446244
SHA256 (xpi/firefox-i18n-57.0.4/fr.xpi) = a959c6f196e6a26d0941a336cb6b1183a8e5af789380f249f7a2e75510bc2610
SIZE (xpi/firefox-i18n-57.0.4/fr.xpi) = 472722
SHA256 (xpi/firefox-i18n-57.0.4/fy-NL.xpi) = f4e9632af6d1850a8079b12e2652de3af69fdcc2c9db06f79c94b3ef5d1de0c2
SIZE (xpi/firefox-i18n-57.0.4/fy-NL.xpi) = 465911
SHA256 (xpi/firefox-i18n-57.0.4/ga-IE.xpi) = 665ce3c813e280e821a1311c8ad3a7744583fbed821bb23240354163bed13ff1
SIZE (xpi/firefox-i18n-57.0.4/ga-IE.xpi) = 475963
SHA256 (xpi/firefox-i18n-57.0.4/gd.xpi) = 20388643eececf3e1687b7deec855ff5ae094bf852c0d22c9bb805f344a7404b
SIZE (xpi/firefox-i18n-57.0.4/gd.xpi) = 465122
SHA256 (xpi/firefox-i18n-57.0.4/gl.xpi) = dc3bba2acaa91c3cbb9a137d4ba76ea321447f1a935de45c81e9a7ac9310e2c6
SIZE (xpi/firefox-i18n-57.0.4/gl.xpi) = 452032
SHA256 (xpi/firefox-i18n-57.0.4/gn.xpi) = 6138f2080bab839e83a709307f443b765daa8654a2bd40a8b93c1db9e94793bf
SIZE (xpi/firefox-i18n-57.0.4/gn.xpi) = 471956
SHA256 (xpi/firefox-i18n-57.0.4/gu-IN.xpi) = 651fbcff0b9b94071695bcfc2517ef2a151235ebd609fe55cf7433771103e6de
SIZE (xpi/firefox-i18n-57.0.4/gu-IN.xpi) = 511990
SHA256 (xpi/firefox-i18n-57.0.4/he.xpi) = 004f5c836c007157851e70e27b9afe690b83ab6cc3358d5a406961fc504b62e7
SIZE (xpi/firefox-i18n-57.0.4/he.xpi) = 471921
SHA256 (xpi/firefox-i18n-57.0.4/hi-IN.xpi) = 2355ad6a0d3ed332068e619d2f159111b80327989c6a4ca7cb4eff87ff77f753
SIZE (xpi/firefox-i18n-57.0.4/hi-IN.xpi) = 526111
SHA256 (xpi/firefox-i18n-57.0.4/hr.xpi) = aa836c086e743f90807db62eb66c911a8ed2d48e52b99b649c446832d399cd96
SIZE (xpi/firefox-i18n-57.0.4/hr.xpi) = 460722
SHA256 (xpi/firefox-i18n-57.0.4/hsb.xpi) = 49ec24fff47910b9249037f72e14252284c51cd0e171259128ea7365bbe68844
SIZE (xpi/firefox-i18n-57.0.4/hsb.xpi) = 476505
SHA256 (xpi/firefox-i18n-57.0.4/hu.xpi) = 606bfacd3bc3ffceb3b431378f66c49db6b6a37c5eedc84128dd00b15a8fb3d2
SIZE (xpi/firefox-i18n-57.0.4/hu.xpi) = 476607
SHA256 (xpi/firefox-i18n-57.0.4/hy-AM.xpi) = de5d81269f2293eedb3146150e49a2b48a5729d1a09f092be4c66bf4712fe267
SIZE (xpi/firefox-i18n-57.0.4/hy-AM.xpi) = 510825
SHA256 (xpi/firefox-i18n-57.0.4/id.xpi) = 5c3af12deb175399c67878856850eb7a1794bb6836dd1f3b072489dd8b3a6e1d
SIZE (xpi/firefox-i18n-57.0.4/id.xpi) = 444041
SHA256 (xpi/firefox-i18n-57.0.4/is.xpi) = 7fcbefb0ef86f4416097042a20a9ff5ebb08cab09e8efeea1d446fc436bbeee8
SIZE (xpi/firefox-i18n-57.0.4/is.xpi) = 452660
SHA256 (xpi/firefox-i18n-57.0.4/it.xpi) = 6dae24cb5e0d562f6521d5ceea3f79beca5ad4f7800a6883cb32429ee02e4bec
SIZE (xpi/firefox-i18n-57.0.4/it.xpi) = 347172
SHA256 (xpi/firefox-i18n-57.0.4/ja.xpi) = 8e861ab62866d82798722c433accbd94a7a20ca7701fa05ccc2458c7d2026f8e
SIZE (xpi/firefox-i18n-57.0.4/ja.xpi) = 508553
SHA256 (xpi/firefox-i18n-57.0.4/ka.xpi) = 162acea7cd9df51ff0481d90dc239682f8cf834ec37f51a714b9e38d4ffa338e
SIZE (xpi/firefox-i18n-57.0.4/ka.xpi) = 492356
SHA256 (xpi/firefox-i18n-57.0.4/kab.xpi) = 8c7f6ece7b746c37a407bbbb22c79961a9e0762e7aabc8f945390e1bec515ebc
SIZE (xpi/firefox-i18n-57.0.4/kab.xpi) = 462530
SHA256 (xpi/firefox-i18n-57.0.4/kk.xpi) = f003d5f0db4c94c793b0327f3ca5040d9a420cbcd03d6c717558c936c6aaa4a3
SIZE (xpi/firefox-i18n-57.0.4/kk.xpi) = 519249
SHA256 (xpi/firefox-i18n-57.0.4/km.xpi) = 438f20f6ff1f24066c91679dcbb570ed814ddd3090cbba06e1d975d542916931
SIZE (xpi/firefox-i18n-57.0.4/km.xpi) = 530080
SHA256 (xpi/firefox-i18n-57.0.4/kn.xpi) = 21e92623823811b62852a14a61985151d2a4dfa1c2d97592b63338eb63b354c2
SIZE (xpi/firefox-i18n-57.0.4/kn.xpi) = 531316
SHA256 (xpi/firefox-i18n-57.0.4/ko.xpi) = 9e26a3960988d1c79a60dfe1cbd9221f754f3e9cc54984f28660ea729012cc4b
SIZE (xpi/firefox-i18n-57.0.4/ko.xpi) = 487305
SHA256 (xpi/firefox-i18n-57.0.4/lij.xpi) = 6bb35ffb667d942c548086c82717eb29b6a9c18933346d0f47278e44fe68ef76
SIZE (xpi/firefox-i18n-57.0.4/lij.xpi) = 452343
SHA256 (xpi/firefox-i18n-57.0.4/lt.xpi) = 63b12574a6bbb97619f1aa0e0d585dbd57df3a2582989eaacd7520c1cbd13adc
SIZE (xpi/firefox-i18n-57.0.4/lt.xpi) = 474957
SHA256 (xpi/firefox-i18n-57.0.4/lv.xpi) = a15d7e0641a84b914257545ae422b24476bcc536378fe15626e750ebdbddfa95
SIZE (xpi/firefox-i18n-57.0.4/lv.xpi) = 465243
SHA256 (xpi/firefox-i18n-57.0.4/mai.xpi) = e990c82a2b92081fc064813db8d73da71ed0f9bc611a79e767a0d3a88928e9c0
SIZE (xpi/firefox-i18n-57.0.4/mai.xpi) = 507396
SHA256 (xpi/firefox-i18n-57.0.4/mk.xpi) = 8f15d51c621e877314c68e4f11559b57556a22ea74e18b40bdbad2c906b2d110
SIZE (xpi/firefox-i18n-57.0.4/mk.xpi) = 490853
SHA256 (xpi/firefox-i18n-57.0.4/ml.xpi) = ac1b73452a2818a80958de7122e9f653bc62de3408ac3207f60cf1ad6f033063
SIZE (xpi/firefox-i18n-57.0.4/ml.xpi) = 528255
SHA256 (xpi/firefox-i18n-57.0.4/mr.xpi) = fdc5bbf4e8b4ce6bb2039c57bd28a2737765a97995794a338e123e31e64d763d
SIZE (xpi/firefox-i18n-57.0.4/mr.xpi) = 521290
SHA256 (xpi/firefox-i18n-57.0.4/ms.xpi) = 64dbc7ccca7adaceb6b960ddad0d03b3b5cd220c691c79dceef5f89c0f3e6ba4
SIZE (xpi/firefox-i18n-57.0.4/ms.xpi) = 451255
SHA256 (xpi/firefox-i18n-57.0.4/my.xpi) = 9dc539ef7641fb881f66d7b98b6bc0a76972d8e8734499ba6309d904436dc684
SIZE (xpi/firefox-i18n-57.0.4/my.xpi) = 517703
SHA256 (xpi/firefox-i18n-57.0.4/nb-NO.xpi) = efe347ea92a21c9e1f9acd34eb0e05f19ccafd62b10a21ffa09febcc7584e8ef
SIZE (xpi/firefox-i18n-57.0.4/nb-NO.xpi) = 451557
SHA256 (xpi/firefox-i18n-57.0.4/nl.xpi) = 0d8ab0fdda99f63ab21b482b7351409715a2cd2f41cddf6bbe5b1b272da74bcd
SIZE (xpi/firefox-i18n-57.0.4/nl.xpi) = 458319
SHA256 (xpi/firefox-i18n-57.0.4/nn-NO.xpi) = 223d3ef52c3820258b49df7f42d9d861ad56f756860778b0ffd01cb13c453f1b
SIZE (xpi/firefox-i18n-57.0.4/nn-NO.xpi) = 452004
SHA256 (xpi/firefox-i18n-57.0.4/or.xpi) = 0e72f2fcaacc58de0031c4f4410e5b5f2cc0eabe931a26f23e74407b63b27aaa
SIZE (xpi/firefox-i18n-57.0.4/or.xpi) = 500867
SHA256 (xpi/firefox-i18n-57.0.4/pa-IN.xpi) = 870ee04109bceda64f6097eb64d57dae741cae1b3f327515a6ecac6c87253974
SIZE (xpi/firefox-i18n-57.0.4/pa-IN.xpi) = 495272
SHA256 (xpi/firefox-i18n-57.0.4/pl.xpi) = 0d91f5bdc4dfaa9fb6daa20f771148e38f2d9e4399bf30fe244030e276c9ac89
SIZE (xpi/firefox-i18n-57.0.4/pl.xpi) = 364230
SHA256 (xpi/firefox-i18n-57.0.4/pt-BR.xpi) = 4b2d43c3b949a37cccf71b71b45080792e2885d834a4e276fa7df5cf6a74dcc6
SIZE (xpi/firefox-i18n-57.0.4/pt-BR.xpi) = 457154
SHA256 (xpi/firefox-i18n-57.0.4/pt-PT.xpi) = 2ef8b8664011c26508cb09b136c45d9c9a1900a2300e097a5f230ca814a79780
SIZE (xpi/firefox-i18n-57.0.4/pt-PT.xpi) = 460000
SHA256 (xpi/firefox-i18n-57.0.4/rm.xpi) = 37e0a1fff509be32a6cc359eed53f56e06f207c8c2e85d4e1e6faede3bb3b4ac
SIZE (xpi/firefox-i18n-57.0.4/rm.xpi) = 451059
SHA256 (xpi/firefox-i18n-57.0.4/ro.xpi) = 9c5669d219007a5a09fc0b9f813edb63f152a85329698e534a18799dbc8e9b68
SIZE (xpi/firefox-i18n-57.0.4/ro.xpi) = 455510
SHA256 (xpi/firefox-i18n-57.0.4/ru.xpi) = 4a392e7dfa9cc7e28f3e9a0d4ce5de24f6531d12bca17254d86043c8172acc1a
SIZE (xpi/firefox-i18n-57.0.4/ru.xpi) = 527005
SHA256 (xpi/firefox-i18n-57.0.4/si.xpi) = d124a90746df53a94b6dfd0f74b7a0e365ce8a36d8b5ff6b5022d557be801651
SIZE (xpi/firefox-i18n-57.0.4/si.xpi) = 498324
SHA256 (xpi/firefox-i18n-57.0.4/sk.xpi) = beabdded23f975d25273b4179933d8bfe618cc49de46a356bbd8a8d8a0b632dc
SIZE (xpi/firefox-i18n-57.0.4/sk.xpi) = 480397
SHA256 (xpi/firefox-i18n-57.0.4/sl.xpi) = d0c419d071c43f139c0467f643a7619a333bfc28733b2c5c4df3bba1e1aa94bc
SIZE (xpi/firefox-i18n-57.0.4/sl.xpi) = 459377
SHA256 (xpi/firefox-i18n-57.0.4/son.xpi) = f0b8b5450dcd145148ae5fa4f4c446a623014ddc0f8c8a69b7990db667d5c32d
SIZE (xpi/firefox-i18n-57.0.4/son.xpi) = 450930
SHA256 (xpi/firefox-i18n-57.0.4/sq.xpi) = 2f08696a618b027f3b5b866abe42bba53c1f37d89b0b2948aa4c3f893795f537
SIZE (xpi/firefox-i18n-57.0.4/sq.xpi) = 465051
SHA256 (xpi/firefox-i18n-57.0.4/sr.xpi) = d1418c1a1de6b9958917d3ae288eb794a463139c947d2af7d8f758f37b8865ff
SIZE (xpi/firefox-i18n-57.0.4/sr.xpi) = 487004
SHA256 (xpi/firefox-i18n-57.0.4/sv-SE.xpi) = 452278c7f1e5ee9f23d126de8f3659750ad5a8f5c87235fc089ffacf19348e53
SIZE (xpi/firefox-i18n-57.0.4/sv-SE.xpi) = 459665
SHA256 (xpi/firefox-i18n-57.0.4/ta.xpi) = 642a0c33076fa02ddb624c5aaaa7f4892151e902585d6b6f72460db5923f1548
SIZE (xpi/firefox-i18n-57.0.4/ta.xpi) = 513228
SHA256 (xpi/firefox-i18n-57.0.4/te.xpi) = 8e2fd00f5eb274f8dd8fb51101ddeccce2c755d85cb4054d682ae2c5981a48c9
SIZE (xpi/firefox-i18n-57.0.4/te.xpi) = 530693
SHA256 (xpi/firefox-i18n-57.0.4/th.xpi) = f50f501e4eecd612b4946d9db620009012b3ccef5bc7ba87b3bf47c92204068b
SIZE (xpi/firefox-i18n-57.0.4/th.xpi) = 502452
SHA256 (xpi/firefox-i18n-57.0.4/tr.xpi) = 5706cc11ad164057b7122829d15d3fbed85a76fab1f6ac398191711084663e95
SIZE (xpi/firefox-i18n-57.0.4/tr.xpi) = 465581
SHA256 (xpi/firefox-i18n-57.0.4/uk.xpi) = 163417dd79a964730dfd1e5e673679d70d0537089934a8ef4c72ef305becb830
SIZE (xpi/firefox-i18n-57.0.4/uk.xpi) = 518138
SHA256 (xpi/firefox-i18n-57.0.4/ur.xpi) = 4782235ccb58b4910eb41d9e40e09e596cda1028cf250006d6baca96abc2231e
SIZE (xpi/firefox-i18n-57.0.4/ur.xpi) = 511138
SHA256 (xpi/firefox-i18n-57.0.4/uz.xpi) = a07005793b45fa437374f28007d2e2cd38a87c3c143932f33c9e015450fa7b2d
SIZE (xpi/firefox-i18n-57.0.4/uz.xpi) = 461694
SHA256 (xpi/firefox-i18n-57.0.4/vi.xpi) = 5579932fc28c8032a48a5a0bf79dc0c53e73455037e8e1263f7bb0601522b18a
SIZE (xpi/firefox-i18n-57.0.4/vi.xpi) = 471320
SHA256 (xpi/firefox-i18n-57.0.4/xh.xpi) = b311b001e941a9e4065037b77b846132482ad711de4f214a4bfe8e8619a77d49
SIZE (xpi/firefox-i18n-57.0.4/xh.xpi) = 464461
SHA256 (xpi/firefox-i18n-57.0.4/zh-CN.xpi) = eb826002503363424f93a516623382b887b1a5fcee96ef0e610d9aed53c744cf
SIZE (xpi/firefox-i18n-57.0.4/zh-CN.xpi) = 483625
SHA256 (xpi/firefox-i18n-57.0.4/zh-TW.xpi) = e24b8dd7a5953bbbf0dcbadbd370d2153fb9050da02acd0709a6ea7b629dbd87
SIZE (xpi/firefox-i18n-57.0.4/zh-TW.xpi) = 482348

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= firefox
DISTVERSION= 57.0.3
DISTVERSION= 57.0.4
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1514290652
SHA256 (firefox-57.0.3.source.tar.xz) = c5d4a32bfb099f0b31941b59f78d2dc2f42ed272117512fa39de92688d48f424
SIZE (firefox-57.0.3.source.tar.xz) = 250607452
TIMESTAMP = 1515099518
SHA256 (firefox-57.0.4.source.tar.xz) = 97cced69abfd5c57d968f0095631f86beff4f7b61883edd5a4f207e7f9c43b33
SIZE (firefox-57.0.4.source.tar.xz) = 250217612

View file

@ -4,7 +4,7 @@
PORTNAME= gitlab
PORTVERSION= 10.1.5
DISTVERSIONPREFIX= v
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= www devel
MAINTAINER= idefix@fechner.net
@ -185,7 +185,7 @@ RUN_DEPENDS= git>=2.14.1:devel/git \
rubygem-vmstat>=2.3.0:sysutils/rubygem-vmstat \
rubygem-sys-filesystem>=1.1.6:sysutils/rubygem-sys-filesystem \
rubygem-net-ssh>=4.1.0:security/rubygem-net-ssh \
rubygem-rbnacl>=4.0:security/rubygem-rbnacl \
rubygem-rbnacl4<=4.0.2:security/rubygem-rbnacl4 \
rubygem-rbnacl-libsodium>=0:security/rubygem-rbnacl-libsodium \
rubygem-bcrypt_pbkdf>=1.0:security/rubygem-bcrypt_pbkdf \
rubygem-gitaly-proto>=0.39.0:net/rubygem-gitaly-proto \

View file

@ -163,7 +163,7 @@
# GitLab settings
gem 'settingslogic', '~> 2.0.9'
@@ -168,7 +168,7 @@ gem 're2', '~> 1.1.1'
@@ -168,20 +168,20 @@ gem 're2', '~> 1.1.1'
# Misc
@ -172,7 +172,10 @@
# Cache
gem 'redis-rails', '~> 5.0.1'
@@ -178,10 +178,10 @@ gem 'redis', '~> 3.2'
# Redis
-gem 'redis', '~> 3.2'
+gem 'redis', '>= 3.2'
gem 'connection_pool', '~> 2.0'
# HipChat integration
@ -214,7 +217,7 @@
# Ace editor
gem 'ace-rails-ap', '~> 4.1.0'
@@ -234,25 +234,25 @@ gem 'chronic', '~> 0.10.2'
@@ -234,173 +234,89 @@ gem 'chronic', '~> 0.10.2'
gem 'chronic_duration', '~> 0.10.6'
gem 'webpack-rails', '~> 0.9.10'
@ -245,9 +248,10 @@
-gem 'sentry-raven', '~> 2.5.3'
+gem 'sentry-raven', '>= 2.5.3'
gem 'premailer-rails', '~> 1.9.7'
-gem 'premailer-rails', '~> 1.9.7'
+gem 'premailer-rails', '>= 1.9.7'
@@ -260,135 +260,51 @@ gem 'premailer-rails', '~> 1.9.7'
# I18n
gem 'ruby_parser', '~> 3.8', require: false
gem 'rails-i18n', '~> 4.0.9'
gem 'gettext_i18n_rails', '~> 1.8.0'
@ -369,7 +373,8 @@
+gem 'email_reply_trimmer', '>= 0.1'
gem 'html2text'
gem 'ruby-prof', '~> 0.16.2'
-gem 'ruby-prof', '~> 0.16.2'
+gem 'ruby-prof', '>= 0.16.2'
# OAuth
-gem 'oauth2', '~> 1.4'
@ -393,7 +398,10 @@
# Required for ED25519 SSH host key support
group :ed25519 do
@@ -398,9 +314,9 @@ group :ed25519 do
gem 'rbnacl-libsodium'
- gem 'rbnacl', '~> 4.0'
+ gem 'rbnacl', '~> 4.0.2'
gem 'bcrypt_pbkdf', '~> 1.0'
end
# Gitaly GRPC client

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= links
DISTVERSION= 2.13
DISTVERSION= 2.14
PORTEPOCH= 1
CATEGORIES= www ipv6
MASTER_SITES= http://links.twibright.com/download/
@ -11,37 +11,36 @@ MAINTAINER= portmaster@BSDforge.com
COMMENT= Lynx-like text WWW browser
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= links-0* links-hacked-[0-9]* links1-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ssl --without-pmshell --without-atheos \
--without-gpm --without-fb --without-windows
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-ssl --without-pmshell --without-atheos \
--without-gpm --without-fb --without-windows
USES= cpe ssl tar:bzip2
USES= cpe localbase:ldflags ssl gettext-runtime
USE_GNOME= librsvg2 glib20 gdkpixbuf2 cairo
CPE_VENDOR= twibright
OPTIONS_DEFINE= CIPHERSTRING DIRECTFB IPV6 SVGALIB THREADS TRANS UTF8 X11
CIPHERSTRING_DESC= Select the OpenSSL ciphers used via CIPHERSTRING
DIRECTFB_DESC= DirectFB graphics support
SVGALIB_DESC= SVGALib graphics support
TRANS_DESC= Hack for background transparency
UTF8_DESC= UTF-8 support
X11_DESC= X11 graphics support
PLIST_FILES= bin/links man/man1/links.1.gz
OPTIONS_DEFINE= CIPHERSTRING DIRECTFB IPV6 NLS SVGALIB THREADS TRANS UTF8 X11
OPTIONS_DEFAULT= UTF8 X11
PLIST_FILES= bin/links man/man1/links.1.gz
CIPHERSTRING_DESC= Select the OpenSSL ciphers used via CIPHERSTRING
DIRECTFB_DESC= DirectFB graphics support
TRANS_DESC= Hack for background transparency
DIRECTFB_LIB_DEPENDS= libdirectfb.so:devel/directfb
DIRECTFB_CONFIGURE_WITH=directfb
IPV6_CONFIGURE_WITH= ipv6
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= gettext-runtime
SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib
SVGALIB_CONFIGURE_WITH= svgalib
@ -52,7 +51,9 @@ TRANS_EXTRA_PATCHES= ${FILESDIR}/extra-terminal.c.diff
UTF8_CONFIGURE_ENABLE= utf8
X11_USE= xorg=x11,xproto
X11_USE= xorg=x11,xproto
X11_LIB_DEPENDS= libevent.so:devel/libevent \
libfontconfig.so:x11-fonts/fontconfig
X11_CONFIGURE_WITH= x
X11_PLIST_FILES= share/pixmaps/links.xpm

View file

@ -1,2 +1,3 @@
SHA256 (links-2.13.tar.bz2) = c252095334a3b199fa791c6f9a9affe2839a7fbd536685ab07851cb7efaa4405
SIZE (links-2.13.tar.bz2) = 6516087
TIMESTAMP = 1515181008
SHA256 (links-2.14.tar.gz) = 22fa8dcb5a60b8ffd611de31ebd4c79edce472637a3554bab401795da91d4387
SIZE (links-2.14.tar.gz) = 7142389

View file

@ -1,11 +1,11 @@
--- default.c.orig 2016-06-17 20:33:57 UTC
--- default.c.orig 2016-11-16 22:49:10 UTC
+++ default.c
@@ -829,7 +829,7 @@ void init_home(void)
@@ -836,7 +836,7 @@ void init_home(void)
get_compiler_name();
links_home = get_home(&first_use);
if (!links_home) {
- fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n\007");
+ fprintf(stderr, "Unable to find or create links config directory. Please check, that you have $HOME variable set correctly and that you have write permission to your home directory.\n");
sleep(3);
portable_sleep(3000);
return;
}

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= nginx
PORTVERSION= 1.13.7
PORTREVISION= 3
PORTVERSION= 1.13.8
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
MASTER_SITES+= LOCAL/osa

View file

@ -1,6 +1,6 @@
TIMESTAMP = 1513298617
SHA256 (nginx-1.13.7.tar.gz) = beb732bc7da80948c43fd0bf94940a21a21b1c1ddfba0bd99a4b88e026220f5c
SIZE (nginx-1.13.7.tar.gz) = 990836
TIMESTAMP = 1515182031
SHA256 (nginx-1.13.8.tar.gz) = 8410b6c31ff59a763abf7e5a5316e7629f5a5033c95a3a0ebde727f9ec8464c5
SIZE (nginx-1.13.8.tar.gz) = 992237
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
SIZE (ngx_cache_purge-2.3.tar.gz) = 12248
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae

View file

@ -1,36 +0,0 @@
--- ../lua-nginx-module-0.10.8/src/ngx_http_lua_module.c.orig 2017-04-15 11:07:10.366543000 -0400
+++ ../lua-nginx-module-0.10.8/src/ngx_http_lua_module.c 2017-04-15 11:08:25.640520000 -0400
@@ -28,6 +28,7 @@
#include "ngx_http_lua_ssl_certby.h"
#include "ngx_http_lua_ssl_session_storeby.h"
#include "ngx_http_lua_ssl_session_fetchby.h"
+#include "ngx_http_lua_headers.h"
static void *ngx_http_lua_create_main_conf(ngx_conf_t *cf);
@@ -624,7 +625,7 @@
volatile ngx_cycle_t *saved_cycle;
ngx_http_core_main_conf_t *cmcf;
ngx_http_lua_main_conf_t *lmcf;
-#ifndef NGX_LUA_NO_FFI_API
+#if !defined(NGX_LUA_NO_FFI_API) || nginx_version >= 1011011
ngx_pool_cleanup_t *cln;
#endif
@@ -716,6 +717,16 @@
cln->handler = ngx_http_lua_sema_mm_cleanup;
#endif
+#if nginx_version >= 1011011
+ cln = ngx_pool_cleanup_add(cf->pool, 0);
+ if (cln == NULL) {
+ return NGX_ERROR;
+ }
+
+ cln->data = lmcf;
+ cln->handler = ngx_http_lua_ngx_raw_header_cleanup;
+#endif
+
if (lmcf->lua == NULL) {
dd("initializing lua vm");

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= rdf
PORTVERSION= 2.2.12
PORTVERSION= 3.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/UNLICENSE
RUN_DEPENDS= rubygem-hamster>=3.0:devel/rubygem-hamster \
rubygem-link_header>=0.0.8:www/rubygem-link_header
USE_RUBY= yes
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/rdf

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1510152978
SHA256 (rubygem/rdf-2.2.12.gem) = 44cbf8b9602f40ee199ce1018ee4bbba9b20f65377e98838311806d939782b96
SIZE (rubygem/rdf-2.2.12.gem) = 133632
TIMESTAMP = 1515163574
SHA256 (rubygem/rdf-3.0.1.gem) = 8f3dba5b4a6fef9cdb36fc8d91dc57ca1bee44bd253cf2ab8db1fa753e7a652e
SIZE (rubygem/rdf-3.0.1.gem) = 136192

View file

@ -1,6 +1,6 @@
%%GO_LIBDIR%%/unit.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/cbytes-1.6.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/cbytes-1.7.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/darwin-cflags.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ldflags-lrt.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_array.c
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_array.h
%%GO_SRCDIR%%/%%GO_PKGNAME%%/nxt_go_lib.c

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= unit
PORTVERSION= 0.2
PORTREVISION= 1
PORTVERSION= 0.3
CATEGORIES= www
MASTER_SITES= https://unit.nginx.org/download/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1508776840
SHA256 (unit-0.2.tar.gz) = 07d7f6dc9d6b7014ed8e80176864c37a1dc688cc8272f0d9f37e8817aa7a12c5
SIZE (unit-0.2.tar.gz) = 366853
TIMESTAMP = 1515182579
SHA256 (unit-0.3.tar.gz) = a5a768bcdfb6de93e1264d307d094cf33362cd7d9d42928ba7729003a72467be
SIZE (unit-0.3.tar.gz) = 382964

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= waterfox
DISTVERSION= 56.0.1.s20171228
DISTVERSION= 56.0.2
CATEGORIES= www ipv6
MAINTAINER= jbeich@FreeBSD.org
@ -32,7 +32,6 @@ LIB_DEPENDS= libv4l2.so:multimedia/libv4l
USE_GITHUB= yes
GH_ACCOUNT= MrAlex94
GH_PROJECT= Waterfox
GH_TAGNAME= 7da45c952fc0
USE_GECKO= gecko
MOZ_PKGCONFIG_FILES= # empty

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1514482760
SHA256 (MrAlex94-Waterfox-56.0.1.s20171228-7da45c952fc0_GH0.tar.gz) = a2a97868d839784fa31ffe6a4f25a1608c392923ef125f3f734005d73ed8b8e3
SIZE (MrAlex94-Waterfox-56.0.1.s20171228-7da45c952fc0_GH0.tar.gz) = 394201239
TIMESTAMP = 1515165188
SHA256 (MrAlex94-Waterfox-56.0.2_GH0.tar.gz) = edb392795c8ce3658a9c4e7874424548f0091ea45ca0a36bd587be484c335111
SIZE (MrAlex94-Waterfox-56.0.2_GH0.tar.gz) = 394203963

View file

@ -1,14 +0,0 @@
https://github.com/kinetiknz/cubeb/commit/16f9ccc064f2
--- media/libcubeb/src/cubeb_jack.cpp.orig 2017-07-07 05:37:16 UTC
+++ media/libcubeb/src/cubeb_jack.cpp
@@ -8,7 +8,9 @@
*/
#define _DEFAULT_SOURCE
#define _BSD_SOURCE
+#ifndef __FreeBSD__
#define _POSIX_SOURCE
+#endif
#include <dlfcn.h>
#include <stdio.h>
#include <string.h>

View file

@ -0,0 +1,284 @@
commit c3b597795e95
Author: Jan de Mooij <jdemooij@mozilla.com>
Date: Sat Dec 16 16:22:13 2017 -0600
Bug 1412420 - Ensure upper bits are zeroed when calling a function that returns int32. r=nbp a=ritu
--HG--
extra : source : 26d3df5b58fb60facb9057dc1e86576127c9e1f5
---
js/src/irregexp/NativeRegExpMacroAssembler.cpp | 4 ++--
js/src/irregexp/RegExpStack.cpp | 2 +-
js/src/irregexp/RegExpStack.h | 2 +-
js/src/jit/CodeGenerator.cpp | 12 ++++++------
js/src/jit/MacroAssembler-inl.h | 11 +++++++++++
js/src/jit/MacroAssembler.cpp | 2 +-
js/src/jit/MacroAssembler.h | 3 ++-
js/src/jit/SharedIC.cpp | 16 ++++++++--------
js/src/jit/shared/CodeGenerator-shared.h | 8 +++++---
js/src/jit/x86/CodeGenerator-x86.cpp | 4 ++--
10 files changed, 39 insertions(+), 25 deletions(-)
diff --git js/src/irregexp/NativeRegExpMacroAssembler.cpp js/src/irregexp/NativeRegExpMacroAssembler.cpp
index 004bb8e108f2..0c5743ea506b 100644
--- js/src/irregexp/NativeRegExpMacroAssembler.cpp
+++ js/src/irregexp/NativeRegExpMacroAssembler.cpp
@@ -453,7 +453,7 @@ NativeRegExpMacroAssembler::GenerateCode(JSContext* cx, bool match_only)
masm.setupUnalignedABICall(temp0);
masm.passABIArg(temp1);
masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, GrowBacktrackStack));
- masm.storeCallWordResult(temp0);
+ masm.storeCallBoolResult(temp0);
masm.PopRegsInMask(volatileRegs);
@@ -882,7 +882,7 @@ NativeRegExpMacroAssembler::CheckNotBackReferenceIgnoreCase(int start_reg, Label
int (*fun)(const char16_t*, const char16_t*, size_t) = CaseInsensitiveCompareUCStrings;
masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, fun));
}
- masm.storeCallWordResult(temp0);
+ masm.storeCallInt32Result(temp0);
masm.PopRegsInMask(volatileRegs);
diff --git js/src/irregexp/RegExpStack.cpp js/src/irregexp/RegExpStack.cpp
index 7ea47149ed40..15008ccd7b9b 100644
--- js/src/irregexp/RegExpStack.cpp
+++ js/src/irregexp/RegExpStack.cpp
@@ -44,7 +44,7 @@ RegExpStackScope::~RegExpStackScope()
regexp_stack->reset();
}
-int
+bool
irregexp::GrowBacktrackStack(JSRuntime* rt)
{
AutoUnsafeCallWithABI unsafe;
diff --git js/src/irregexp/RegExpStack.h js/src/irregexp/RegExpStack.h
index da81567a11b6..c92666f2427a 100644
--- js/src/irregexp/RegExpStack.h
+++ js/src/irregexp/RegExpStack.h
@@ -114,7 +114,7 @@ class RegExpStack
}
};
-int
+bool
GrowBacktrackStack(JSRuntime* rt);
}} // namespace js::irregexp
diff --git js/src/jit/CodeGenerator.cpp js/src/jit/CodeGenerator.cpp
index 22c0a3163232..4befbdc285db 100644
--- js/src/jit/CodeGenerator.cpp
+++ js/src/jit/CodeGenerator.cpp
@@ -1640,7 +1640,7 @@ CreateDependentString::generateFallback(MacroAssembler& masm, LiveRegisterSet re
masm.callWithABI(kind == FallbackKind::FatInlineString
? JS_FUNC_TO_DATA_PTR(void*, AllocateFatInlineString)
: JS_FUNC_TO_DATA_PTR(void*, AllocateString));
- masm.storeCallWordResult(string_);
+ masm.storeCallPointerResult(string_);
masm.PopRegsInMask(regsToSave);
@@ -1679,7 +1679,7 @@ CreateMatchResultFallback(MacroAssembler& masm, LiveRegisterSet regsToSave,
masm.move32(Imm32(int32_t(templateObj->as<NativeObject>().numDynamicSlots())), temp5);
masm.passABIArg(temp5);
masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, CreateMatchResultFallbackFunc));
- masm.storeCallWordResult(object);
+ masm.storeCallPointerResult(object);
masm.PopRegsInMask(regsToSave);
@@ -7976,7 +7976,7 @@ JitRuntime::generateMallocStub(JSContext* cx)
masm.passABIArg(regZone);
masm.passABIArg(regNBytes);
masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, MallocWrapper));
- masm.storeCallWordResult(regReturn);
+ masm.storeCallPointerResult(regReturn);
masm.PopRegsInMask(save);
masm.ret();
@@ -9445,7 +9445,7 @@ CodeGenerator::emitRest(LInstruction* lir, Register array, Register numActuals,
callVM(InitRestParameterInfo, lir);
if (saveAndRestore) {
- storeResultTo(resultreg);
+ storePointerResultTo(resultreg);
restoreLive(lir);
}
}
@@ -10682,8 +10682,8 @@ CodeGenerator::visitOutOfLineTypeOfV(OutOfLineTypeOfV* ool)
masm.passABIArg(obj);
masm.movePtr(ImmPtr(gen->runtime), output);
masm.passABIArg(output);
- masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, TypeOfObject));
- masm.storeCallWordResult(output);
+ masm.callWithABI(JS_FUNC_TO_DATA_PTR(void*, jit::TypeOfObject));
+ masm.storeCallPointerResult(output);
restoreVolatile(output);
masm.jump(ool->rejoin());
diff --git js/src/jit/MacroAssembler-inl.h js/src/jit/MacroAssembler-inl.h
index 9d0acbfb4002..a1f9716e1329 100644
--- js/src/jit/MacroAssembler-inl.h
+++ js/src/jit/MacroAssembler-inl.h
@@ -831,6 +831,17 @@ MacroAssembler::storeCallBoolResult(Register reg)
and32(Imm32(0xFF), reg);
}
+void
+MacroAssembler::storeCallInt32Result(Register reg)
+{
+#if JS_BITS_PER_WORD == 32
+ storeCallPointerResult(reg);
+#else
+ // Ensure the upper 32 bits are cleared.
+ move32(ReturnReg, reg);
+#endif
+}
+
void
MacroAssembler::storeCallResultValue(AnyRegister dest)
{
diff --git js/src/jit/MacroAssembler.cpp js/src/jit/MacroAssembler.cpp
index 0863dd980e93..25c284324bfe 100644
--- js/src/jit/MacroAssembler.cpp
+++ js/src/jit/MacroAssembler.cpp
@@ -2117,7 +2117,7 @@ MacroAssembler::outOfLineTruncateSlow(FloatRegister src, Register dest, bool wid
callWithABI(mozilla::BitwiseCast<void*, int32_t(*)(double)>(JS::ToInt32),
MoveOp::GENERAL, CheckUnsafeCallWithABI::DontCheckOther);
}
- storeCallWordResult(dest);
+ storeCallInt32Result(dest);
#if defined(JS_CODEGEN_ARM) || defined(JS_CODEGEN_ARM64) || \
defined(JS_CODEGEN_MIPS32) || defined(JS_CODEGEN_MIPS64)
diff --git js/src/jit/MacroAssembler.h js/src/jit/MacroAssembler.h
index e353c5aa10f5..2c8b005b7008 100644
--- js/src/jit/MacroAssembler.h
+++ js/src/jit/MacroAssembler.h
@@ -1630,12 +1630,13 @@ class MacroAssembler : public MacroAssemblerSpecific
storeTypedOrValue(src.reg(), dest);
}
- void storeCallWordResult(Register reg) {
+ void storeCallPointerResult(Register reg) {
if (reg != ReturnReg)
mov(ReturnReg, reg);
}
inline void storeCallBoolResult(Register reg);
+ inline void storeCallInt32Result(Register reg);
void storeCallFloatResult(FloatRegister reg) {
if (reg != ReturnDoubleReg)
diff --git js/src/jit/SharedIC.cpp js/src/jit/SharedIC.cpp
index 0c8be36a592d..1f88cc93176d 100644
--- js/src/jit/SharedIC.cpp
+++ js/src/jit/SharedIC.cpp
@@ -1145,19 +1145,19 @@ ICBinaryArith_BooleanWithInt32::Compiler::generateStubCode(MacroAssembler& masm)
break;
}
case JSOP_BITOR: {
- masm.orPtr(rhsReg, lhsReg);
+ masm.or32(rhsReg, lhsReg);
masm.tagValue(JSVAL_TYPE_INT32, lhsReg, R0);
EmitReturnFromIC(masm);
break;
}
case JSOP_BITXOR: {
- masm.xorPtr(rhsReg, lhsReg);
+ masm.xor32(rhsReg, lhsReg);
masm.tagValue(JSVAL_TYPE_INT32, lhsReg, R0);
EmitReturnFromIC(masm);
break;
}
case JSOP_BITAND: {
- masm.andPtr(rhsReg, lhsReg);
+ masm.and32(rhsReg, lhsReg);
masm.tagValue(JSVAL_TYPE_INT32, lhsReg, R0);
EmitReturnFromIC(masm);
break;
@@ -1206,7 +1206,7 @@ ICBinaryArith_DoubleWithInt32::Compiler::generateStubCode(MacroAssembler& masm)
masm.setupUnalignedABICall(scratchReg);
masm.passABIArg(FloatReg0, MoveOp::DOUBLE);
masm.callWithABI(mozilla::BitwiseCast<void*, int32_t(*)(double)>(JS::ToInt32));
- masm.storeCallWordResult(scratchReg);
+ masm.storeCallInt32Result(scratchReg);
masm.pop(intReg);
masm.bind(&doneTruncate);
@@ -1216,13 +1216,13 @@ ICBinaryArith_DoubleWithInt32::Compiler::generateStubCode(MacroAssembler& masm)
// All handled ops commute, so no need to worry about ordering.
switch(op) {
case JSOP_BITOR:
- masm.orPtr(intReg, intReg2);
+ masm.or32(intReg, intReg2);
break;
case JSOP_BITXOR:
- masm.xorPtr(intReg, intReg2);
+ masm.xor32(intReg, intReg2);
break;
case JSOP_BITAND:
- masm.andPtr(intReg, intReg2);
+ masm.and32(intReg, intReg2);
break;
default:
MOZ_CRASH("Unhandled op for BinaryArith_DoubleWithInt32.");
@@ -1359,7 +1359,7 @@ ICUnaryArith_Double::Compiler::generateStubCode(MacroAssembler& masm)
masm.setupUnalignedABICall(scratchReg);
masm.passABIArg(FloatReg0, MoveOp::DOUBLE);
masm.callWithABI(BitwiseCast<void*, int32_t(*)(double)>(JS::ToInt32));
- masm.storeCallWordResult(scratchReg);
+ masm.storeCallInt32Result(scratchReg);
masm.bind(&doneTruncate);
masm.not32(scratchReg);
diff --git js/src/jit/shared/CodeGenerator-shared.h js/src/jit/shared/CodeGenerator-shared.h
index d75572dac0a6..48b2b4d8561c 100644
--- js/src/jit/shared/CodeGenerator-shared.h
+++ js/src/jit/shared/CodeGenerator-shared.h
@@ -454,8 +454,8 @@ class CodeGeneratorShared : public LElementVisitor
return masm.PushWithPatch(t);
}
- void storeResultTo(Register reg) {
- masm.storeCallWordResult(reg);
+ void storePointerResultTo(Register reg) {
+ masm.storeCallPointerResult(reg);
}
void storeFloatResultTo(FloatRegister reg) {
@@ -725,7 +725,9 @@ class StoreRegisterTo
{ }
inline void generate(CodeGeneratorShared* codegen) const {
- codegen->storeResultTo(out_);
+ // It's okay to use storePointerResultTo here - the VMFunction wrapper
+ // ensures the upper bytes are zero for bool/int32 return values.
+ codegen->storePointerResultTo(out_);
}
inline LiveRegisterSet clobbered() const {
LiveRegisterSet set;
diff --git js/src/jit/x86/CodeGenerator-x86.cpp js/src/jit/x86/CodeGenerator-x86.cpp
index e2f80c4ac8fc..fe358c370baf 100644
--- js/src/jit/x86/CodeGenerator-x86.cpp
+++ js/src/jit/x86/CodeGenerator-x86.cpp
@@ -747,7 +747,7 @@ CodeGeneratorX86::visitOutOfLineTruncate(OutOfLineTruncate* ool)
masm.callWithABI(BitwiseCast<void*, int32_t(*)(double)>(JS::ToInt32), MoveOp::GENERAL,
CheckUnsafeCallWithABI::DontCheckOther);
}
- masm.storeCallWordResult(output);
+ masm.storeCallInt32Result(output);
restoreVolatile(output);
}
@@ -839,7 +839,7 @@ CodeGeneratorX86::visitOutOfLineTruncateFloat32(OutOfLineTruncateFloat32* ool)
CheckUnsafeCallWithABI::DontCheckOther);
}
- masm.storeCallWordResult(output);
+ masm.storeCallInt32Result(output);
masm.Pop(input);
restoreVolatile(output);

View file

@ -10,6 +10,14 @@ Mismerges found by comparing changes with Firefox 56
if (elem) {
elem->NodeInfoChanged(newDoc);
}
--- media/libcubeb/src/moz.build
+++ media/libcubeb/src/moz.build
@@ -89,4 +89,4 @@ CFLAGS += CONFIG['MOZ_ALSA_CFLAGS']
CFLAGS += CONFIG['MOZ_PULSEAUDIO_CFLAGS']
# We allow warnings for third-party code that can be updated from upstream.
-AllowCompilerWarnings()
+ALLOW_COMPILER_WARNINGS = True
--- security/nss/lib/softoken/softkver.h.orig
+++ security/nss/lib/softoken/softkver.h
@@ -26,6 +26,6 @@