This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pale-moon. from 60dfd82 debian/palemoon.install.in: remove palemoon-duckduckgo entry. new 5199080 debian/: add new directory patches/fixes with a splice-fix patchfile. new b827b68 debian/patches/series: add new file fixes/Define-splice-constants.patch. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 3 +++ debian/patches/fixes/Define-splice-constants.patch | 23 ++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 27 insertions(+) create mode 100644 debian/patches/fixes/Define-splice-constants.patch -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit b827b6808e825bd12c569da655851b91e1a6f61e Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 28 01:57:39 2018 +0200 debian/patches/series: add new file fixes/Define-splice-constants.patch. --- debian/changelog | 2 ++ debian/patches/series | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index d81bce7..ec1a696 100644 --- a/debian/changelog +++ b/debian/changelog @@ -283,6 +283,8 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - The default theme extension is not xpi-packaged, keep (and install) it as a directory. - Remove palemoon-duckduckgo entry. + * debian/patches/series: + - Add new file fixes/Define-splice-constants.patch. -- Mihai Moldovan <ionic@ionic.de> Mon, 28 May 2018 03:44:10 +0200 diff --git a/debian/patches/series b/debian/patches/series index 0c0ca9f..b47c9a9 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ debian-hacks/Add-debian-extra-stuff-to-upstream-build-system-dire.patch debian-hacks/Make-upstream-build-system-create-debian-installer-M.patch +fixes/Define-splice-constants.patch -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 5199080a276c337b6cd1bd90a34fc192d6e77190 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 28 01:56:22 2018 +0200 debian/: add new directory patches/fixes with a splice-fix patchfile. --- debian/changelog | 1 + debian/patches/fixes/Define-splice-constants.patch | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index dfc6bf5..d81bce7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -228,6 +228,7 @@ palemoon (27.9.2~repack-1-0x2go1) UNRELEASED; urgency=medium - Add new palemoon-dev.links.in file. - Rename palemoon.links to palemoon.links.in. - Rename palemoon to wrappers/palemoon. + - Add new directory patches/fixes with a splice-fix patchfile. * debian/changelog: - Change repack-1 in version string to repack1 because a dash denotes the start of a downstream change. diff --git a/debian/patches/fixes/Define-splice-constants.patch b/debian/patches/fixes/Define-splice-constants.patch new file mode 100644 index 0000000..1ca1793 --- /dev/null +++ b/debian/patches/fixes/Define-splice-constants.patch @@ -0,0 +1,23 @@ +--- a/dom/system/OSFileConstants.cpp ++++ b/dom/system/OSFileConstants.cpp +@@ -491,6 +491,20 @@ static const dom::ConstantSpec gLibcProp + INT_CONSTANT(F_RDLCK), + INT_CONSTANT(F_WRLCK), + INT_CONSTANT(F_UNLCK), ++ ++ // splice ++#if defined(SPLICE_F_MOVE) ++ INT_CONSTANT(SPLICE_F_MOVE), ++#endif // defined(SPLICE_F_MOVE) ++#if defined(SPLICE_F_NONBLOCK) ++ INT_CONSTANT(SPLICE_F_NONBLOCK), ++#endif // defined(SPLICE_F_NONBLOCK) ++#if defined(SPLICE_F_MORE) ++ INT_CONSTANT(SPLICE_F_MORE), ++#endif // defined(SPLICE_F_MORE) ++#if defined(SPLICE_F_GIFT) ++ INT_CONSTANT(SPLICE_F_GIFT), ++#endif // defined(SPLICE_F_GIFT) + #endif // defined(XP_UNIX) + // copyfile + #if defined(COPYFILE_DATA) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git