Package: procmail
Version: 3.22-24
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

If procmail processes a mail with body containing a plaintext attachment that 
has a line
that begins with the string "From " it seems to think this is a separator 
between mails.
It winds up splitting the original mail into two parts and filing each as a 
separate mail
item.

This can happen when the attachment is a mail item that has not had the proper 
quoting
for lines beginning with "From ".  I have attached such an email to this 
bugreport.

There needs to be some way of telling procmail that it will receive input one 
email item
at a time, (as when being fed by fetchmail) so the line-begins-with-From 
processing is
not necessary.


-- System Information:
Debian Release: 8.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: powerpc (ppc64)

Kernel: Linux 3.18.16-powerpc64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages procmail depends on:
ii  libc6  2.19-18+deb8u4

Versions of packages procmail recommends:
ii  exim4-daemon-light [mail-transport-agent]  4.84.2-1
ii  fetchmail                                  6.3.26-1+b1

procmail suggests no packages.

-- no debconf information
--- Begin Message ---
Your message dated Sun, 29 May 2016 22:37:47 +0000
with message-id <e1b79l9-00069h...@franck.debian.org>
and subject line Bug#825458: fixed in u-boot 2016.03+dfsg1-5
has caused the Debian Bug report #825458,
regarding Please enable Jetson TX1 (P2371-2180)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
825458: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825458
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: u-boot
Version: 2016.05+dfsg1-1
Severity: wishlist

Please enable Jetson TX1 (P2371-2180).

I've attached a tested patch.

Note: NVidia's flash script looks for a file called "u-boot" so I
added a symlink from eboot.elf.

-- 
Martin Michlmayr
http://www.cyrius.com/
>From 12f46a6bc34370153def69c43e87aede348e4003 Mon Sep 17 00:00:00 2001
From: Martin Michlmayr <t...@cyrius.com.com>
Date: Thu, 26 May 2016 16:11:28 -0700
Subject: [PATCH] Add Jetson TX1 (P2371_2180) target

---
 debian/changelog                      | 9 +++++++++
 debian/control                        | 2 +-
 debian/targets                        | 3 +++
 debian/u-boot-tegra.README.Debian     | 8 ++++++++
 debian/u-boot-tegra.links             | 1 +
 debian/u-boot-tegra.lintian-overrides | 2 ++
 6 files changed, 24 insertions(+), 1 deletion(-)
 create mode 100644 debian/u-boot-tegra.links

diff --git a/debian/changelog b/debian/changelog
index 2df0edb..9ab93ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+u-boot (2016.05+dfsg1-2) UNRELEASED; urgency=medium
+
+  [ Martin Michlmayr ]
+  * u-boot-tegra: Add Jetson TX1 (P2371-2180) target.
+  * u-boot-tegra: Add arm64 arch.
+  * u-boot-tegra: Update README.Debian for Jetson TX1.
+
+ -- Martin Michlmayr <t...@cyrius.com>  Thu, 26 May 2016 15:05:36 -0700
+
 u-boot (2016.05+dfsg1-1) experimental; urgency=medium
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index 6da1a69..6e2d3ee 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Description: A boot loader for imx systems
  ${uboot:platforms}
 
 Package: u-boot-tegra
-Architecture: armhf
+Architecture: armhf arm64
 Multi-Arch: same
 Depends: ${misc:Depends}
 Breaks: u-boot (<< 2014.10~rc2+dfsg1-2~)
diff --git a/debian/targets b/debian/targets
index 634e93c..71a06bf 100644
--- a/debian/targets
+++ b/debian/targets
@@ -153,6 +153,9 @@ armhf	sunxi		orangepi_plus	u-boot-sunxi-with-spl.bin
 # Ryan Finnie <r...@finnie.org>
 arm64	rpi		rpi_3		u-boot.bin
 
+# Martin Michlmayr <t...@cyrius.com>
+arm64	tegra		p2371-2180	u-boot-dtb.bin
+
 avr32	-		hammerhead	u-boot.img
 
 mips	-		qemu_mips	u-boot.bin
diff --git a/debian/u-boot-tegra.README.Debian b/debian/u-boot-tegra.README.Debian
index 83cc222..97a0200 100644
--- a/debian/u-boot-tegra.README.Debian
+++ b/debian/u-boot-tegra.README.Debian
@@ -3,11 +3,19 @@
 At this point, you must install U-Boot to flash yourself from a host
 system using the Linux_For_Tegra tools.
 
+=== Jetson TK1 ===
+
 sudo ./flash.sh -L /usr/lib/u-boot/jetson-tk1/u-boot-dtb-tegra.bin jetson-tk1 mmcblk1p1
 
 It seems that L4T R19.3.0 is currently required (image does not boot
 if flashed with L4T R21.X).
 
+=== Jetson TX1 ===
+
+sudo ./flash.sh -L /usr/lib/u-boot/p2371-2180/u-boot-dtb.bin jetson-tx1 mmcblk0p1
+
+=== TODO ===
+
 TODO: Figure out how to do this with tools within Debian,
 e.g. tegracrm and cbootimage.
 
diff --git a/debian/u-boot-tegra.links b/debian/u-boot-tegra.links
new file mode 100644
index 0000000..8b9628d
--- /dev/null
+++ b/debian/u-boot-tegra.links
@@ -0,0 +1 @@
+/usr/lib/u-boot/p2371-2180/uboot.elf /usr/lib/u-boot/p2371-2180/u-boot
diff --git a/debian/u-boot-tegra.lintian-overrides b/debian/u-boot-tegra.lintian-overrides
index 661add3..4186db9 100644
--- a/debian/u-boot-tegra.lintian-overrides
+++ b/debian/u-boot-tegra.lintian-overrides
@@ -4,9 +4,11 @@
 # targets could be built on multiple architectures, but could instead install
 # the package for the architecture needed.
 u-boot-tegra [armhf]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/jetson-tk1/uboot.elf
+u-boot-tegra [arm64]: arch-dependent-file-not-in-arch-specific-directory usr/lib/u-boot/p2371-2180/uboot.elf
 
 # These bootloaders need to be statically linked.
 u-boot-tegra [armhf]: statically-linked-binary usr/lib/u-boot/jetson-tk1/uboot.elf
+u-boot-tegra [arm64]: statically-linked-binary usr/lib/u-boot/p2371-2180/uboot.elf
 
 u-boot-tegra: description-synopsis-starts-with-article
 
-- 
2.1.4


--- End Message ---
--- Begin Message ---
Source: u-boot
Source-Version: 2016.03+dfsg1-5

We believe that the bug you reported is fixed in the latest version of
u-boot, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 825...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vagrant Cascadian <vagr...@debian.org> (supplier of updated u-boot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 29 May 2016 14:29:59 -0700
Source: u-boot
Binary: u-boot u-boot-imx u-boot-tegra u-boot-omap u-boot-sunxi u-boot-exynos 
u-boot-rockchip u-boot-rpi u-boot-tools
Architecture: source
Version: 2016.03+dfsg1-5
Distribution: unstable
Urgency: medium
Maintainer: Vagrant Cascadian <vagr...@debian.org>
Changed-By: Vagrant Cascadian <vagr...@debian.org>
Description:
 u-boot     - A boot loader for embedded systems
 u-boot-exynos - A boot loader for exynos systems
 u-boot-imx - A boot loader for imx systems
 u-boot-omap - A boot loader for omap systems
 u-boot-rockchip - A boot loader for rockchip systems
 u-boot-rpi - A boot loader for Raspberry PI systems
 u-boot-sunxi - A boot loader for sunxi systems
 u-boot-tegra - A boot loader for tegra systems
 u-boot-tools - companion tools for Das U-Boot bootloader
Closes: 781873 821056 824730 825458
Changes:
 u-boot (2016.03+dfsg1-5) unstable; urgency=medium
 .
   [ Vagrant Cascadian ]
   * Add patches from upstream to detect fdtfile on am57xx, and update
     distro_bootcmd patch accordingly.
   * u-boot-tools: Add fw_env.config for openrd (Closes: #821056). Thanks
     to Rick Thomas.
   * u-boot-omap: Add support for dra74_evm (Closes: #824730). Thanks to
     Ben Hutchings.
   * Added odroid-xu3 target, tested on Odroid-XU4.
 .
   [ Gerald Kerma ]
   * Correct the guruplug.config to match the new upstream env address.
     (Closes: #781873).
 .
   [ Vagrant Cascadian ]
   * u-boot-exynos: Add patch to support distro_bootcmd on odroid target.
 .
   [ Martin Michlmayr ]
   * u-boot-tegra: Add Jetson TX1 (P2371-2180) target (Closes: #825458).
   * u-boot-tegra: Add arm64 arch.
   * u-boot-tegra: Update README.Debian for Jetson TX1.
Checksums-Sha1:
 c2038e48da9dd6bc5ec12201a1d5ea4b335b11e6 2555 u-boot_2016.03+dfsg1-5.dsc
 1ba365a71cac860a22c620fe12087cd4ee29cecd 41020 
u-boot_2016.03+dfsg1-5.debian.tar.xz
Checksums-Sha256:
 93b1309fa27252567f3145e81805fef6f833e73a486e0c02162b2bfc281a6841 2555 
u-boot_2016.03+dfsg1-5.dsc
 0a7d96bc05f3922e708a8c87e9843f579c13a16139c9368344eee0ff3213ca4f 41020 
u-boot_2016.03+dfsg1-5.debian.tar.xz
Files:
 c99c22757fad10675f83f181d8e33d33 2555 admin optional u-boot_2016.03+dfsg1-5.dsc
 d1547ddfebd920ecbdd650d7e35b05f2 41020 admin optional 
u-boot_2016.03+dfsg1-5.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXS2DCAAoJELeLgtSBS5G2mUsQAJz7X0WdI0hA5OHYpScll3/z
FVuC0rzk9cIHBXDygSIYRJJR5CsXx6Y5Z898hSe6pSbJHNI+cxIlTwqYgFvWPgqS
vdwzaAToyaChU2LXoujhGftMLXs7qy1mywS4gQbzHQZmqy3aEuBKJi8SrBD6RDIj
WhXCrwWN/PuZdN7jAKTCejVfOLZEHeTuTsse5VvUWnBltVNXbuUKzD7TGwJQ1smk
2QSXeCaLhM8TtYDfNYlq7BKZRHMJKM9201r0dmWvin+Vb3MgRk78Lu96oILeU4OY
XmT/YOkxNK5Egwj99KlbopnBDVGujAP5gmoN7YF/gy531vn8J/cDqMDpAbnsbz6l
oS2A9RKafx9NerLJWtEv+IsUIVJFkBwxTNnrbGRfoZzvQeF1zqS5cZC788sW4ZZu
XHqXR9oDKOTBihsqWt3uIp/C6c8uvK/PZqKIrtX4uBYJni5pY5vIeh1UGwAvJULU
bJAqeCVZxfYVxf0jbyK6yQUeTQ4zBqxPXowh3FJipheGynJJpujsN4xSLyOWUvjP
CgWre6tWIT09DpjhVsPjOd22dKvGuGfhgblmNlx41T6rioRdkQVcLkReeIGe1n0Y
SS2RrWHi3MJ0FtuUmK6rsTgouL7a8L+vTfZD+KbPTGoJdjE2rBHKs7HF/wA1Lex4
FCHSZ6xSQmxwkvn0t8e8
=N5yh
-----END PGP SIGNATURE-----

--- End Message ---

--- End Message ---

Reply via email to