Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3bf31c3ab55e1a375361531da0310d1a5c3a49af)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3bf31c3ab55e1a375361531da0310d1a5c3a49af)
  • Date: Tue, 1 Mar 2016 21:34:22 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
crypto/encfs/DETAILS | 4 ++--
crypto/encfs/HISTORY | 3 +++
disk/efibootmgr/BUILD | 1 +
disk/efibootmgr/DETAILS | 21 +++++++++++++++++++++
disk/efibootmgr/HISTORY | 2 ++
disk/efibootmgr/INSTALL | 3 +++
disk/efibootmgr/dell.gpg |binary
mail/sylpheed/DETAILS | 2 +-
mail/sylpheed/HISTORY | 3 +++
10 files changed, 40 insertions(+), 3 deletions(-)

New commits:
commit 3bf31c3ab55e1a375361531da0310d1a5c3a49af
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sylpheed: => 3.5.0

commit 71fde98cdead6edd9eac33a84a17fe94bfc0dc41
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

efibootmgr: new spell, user-space application to modify the EFI boot
manager

commit df83234da28ac543c58eeafa8e5c3257603fa287
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

encfs: => 1.8.1

diff --git a/ChangeLog b/ChangeLog
index ed59704..6c5a1b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * disk/efibootmgr: new spell, user-space application to modify the EFI
+ boot manager
+
2016-02-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* video/x265: new spell, an HEVC encoder

diff --git a/crypto/encfs/DETAILS b/crypto/encfs/DETAILS
index 78fdbd2..3281608 100755
--- a/crypto/encfs/DETAILS
+++ b/crypto/encfs/DETAILS
@@ -1,6 +1,6 @@
SPELL=encfs
- VERSION=1.8
-
SOURCE_HASH=sha512:0e1b63424cdc46b04ccb02ac36d32274277d6486e05bd24000fd0016c60279ebefe717ac6498138c2dd92d303c9c92694a02fbf12fa8bf067d9e9e01ef1fcef9
+ VERSION=1.8.1
+
SOURCE_HASH=sha512:47e6cdded84c65bdb98c14774472a2f9df67f2bea05e4c2e20811d785c5ee458b708030922db9a5b49382495235a329bc8e889d104cc8501cd954119699847c6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%-*}
SOURCE_URL[0]=https://github.com/vgough/encfs/archive/v${VERSION}.tar.gz
diff --git a/crypto/encfs/HISTORY b/crypto/encfs/HISTORY
index b3262b3..c38bbe3 100644
--- a/crypto/encfs/HISTORY
+++ b/crypto/encfs/HISTORY
@@ -1,3 +1,6 @@
+2016-02-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.8.1
+
2015-03-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.8, Google Code -> GitHub

diff --git a/disk/efibootmgr/BUILD b/disk/efibootmgr/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/disk/efibootmgr/BUILD
@@ -0,0 +1 @@
+make
diff --git a/disk/efibootmgr/DETAILS b/disk/efibootmgr/DETAILS
new file mode 100755
index 0000000..06ac890
--- /dev/null
+++ b/disk/efibootmgr/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=efibootmgr
+ VERSION=0.6.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE2=${SOURCE}.sign
+
SOURCE_URL[0]=http://linux.dell.com/files/${SPELL}/${SPELL}-${VERSION}/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sign
+ SOURCE_GPG=dell.gpg:${SOURCE2}:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/rhinstaller/efibootmgr
+ ENTERED=20160301
+ LICENSE[0]=GPL
+ KEYWORDS="boot uefi"
+ SHORT="user-space application to modify the EFI boot manager"
+cat << EOF
+This is efibootmgr, a Linux user-space application to modify the Intel
+Extensible Firmware Interface (EFI) Boot Manager.
+
+This application can create and destroy boot entries, change the boot order,
+change the next running boot option, and more.
+EOF
diff --git a/disk/efibootmgr/HISTORY b/disk/efibootmgr/HISTORY
new file mode 100644
index 0000000..fb7dff7
--- /dev/null
+++ b/disk/efibootmgr/HISTORY
@@ -0,0 +1,2 @@
+2016-03-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL, dell.gpg: spell created, version 0.6.0
diff --git a/disk/efibootmgr/INSTALL b/disk/efibootmgr/INSTALL
new file mode 100755
index 0000000..9d9a4c0
--- /dev/null
+++ b/disk/efibootmgr/INSTALL
@@ -0,0 +1,3 @@
+make_single &&
+default_install &&
+make_normal
diff --git a/disk/efibootmgr/dell.gpg b/disk/efibootmgr/dell.gpg
new file mode 100644
index 0000000..c679693
Binary files /dev/null and b/disk/efibootmgr/dell.gpg differ
diff --git a/mail/sylpheed/DETAILS b/mail/sylpheed/DETAILS
index 60144d7..f2db029 100755
--- a/mail/sylpheed/DETAILS
+++ b/mail/sylpheed/DETAILS
@@ -3,7 +3,7 @@ if [[ $SYLPHEED_GTK2 == n ]]; then
VERSION=1.0.6

SOURCE_HASH=sha512:2b94979b671ef63b62040ed6b394368536a4817de910407cdfcdadc891e77a6752a6b547c0c1fdaa5360bd4c3b6c0a497f3d75bb17476a0ee37f7c4b5f18136e
else
- VERSION=3.4.3
+ VERSION=3.5.0
SECURITY_PATCH=1
if [[ $SYLPHEED_IT == y ]]; then
SOURCE3=Sylpheed3.0_icon-set.tar.gz
diff --git a/mail/sylpheed/HISTORY b/mail/sylpheed/HISTORY
index e8f8da5..a70561c 100644
--- a/mail/sylpheed/HISTORY
+++ b/mail/sylpheed/HISTORY
@@ -1,3 +1,6 @@
+2016-03-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.5.0
+
2015-07-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.4.3




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3bf31c3ab55e1a375361531da0310d1a5c3a49af), Vlad Glagolev, 03/01/2016

Archive powered by MHonArc 2.6.24.

Top of Page