[gridsite] Created tag gridsite-1.7.15-2.fc16
by stevetraylen
The unsigned tag 'gridsite-1.7.15-2.fc16' was created.
Tagger: Steve Traylen <steve.traylen(a)cern.ch>
Date: Thu Jun 30 21:54:51 2011 +0200
Add a gridsite-compat-1.5 package on EPEL4 & EPEL5.
Remove doc package requiring devel package.
Changes since the last tag 'gridsite-1.7.15-1.fc16':
Steve Traylen (2):
Add a gridsite-compat-1.5 package on EPEL4 & EPEL5.
Remove doc package requiring devel package.
11Â years, 8Â months
[gridsite] Remove doc package requiring devel package.
by stevetraylen
commit 1fbb2c5277d81c9072392ad956b28723e4cc53c0
Author: Steve Traylen <steve.traylen(a)cern.ch>
Date: Thu Jun 30 21:52:41 2011 +0200
Remove doc package requiring devel package.
gridsite.spec | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gridsite.spec b/gridsite.spec
index ca894b5..5658e56 100644
--- a/gridsite.spec
+++ b/gridsite.spec
@@ -139,7 +139,6 @@ This package gridsite-devel, contains developer tools for using gridsite.
%package doc
Group: System Environment/Daemons
Summary: Developers Documentation for gridsite
-Requires: gridsite-devel = %{version}-%{release}
%if %{?fedora}%{!?fedora:0} >= 10 || %{?rhel}%{!?rhel:0} >= 6
BuildArch: noarch
%endif
@@ -328,11 +327,12 @@ rm -rf $RPM_BUILD_ROOT
%files doc
%defattr(-,root,root,-)
-%doc src/doxygen
+%doc src/doxygen LICENSE
%changelog
* Thu Jun 30 2011 Steve Traylen <steve.traylen(a)cern.ch> - 1.7.15-2
- Add a gridsite-compat-1.5 package on EPEL4 & EPEL5.
+- Remove doc package requiring devel package.
* Thu Jun 30 2011 Steve Traylen <steve.traylen(a)cern.ch> - 1.7.15-1
- Upstream 1.7.15, drop gridsite-include-1.7.9.patch since upstream,
11Â years, 8Â months
[gridsite] Add a gridsite-compat-1.5 package on EPEL4 & EPEL5.
by stevetraylen
commit ba22ea060870b21a8b540996ca6afd8abd2ba43d
Author: Steve Traylen <steve.traylen(a)cern.ch>
Date: Thu Jun 30 21:50:45 2011 +0200
Add a gridsite-compat-1.5 package on EPEL4 & EPEL5.
cgi-bin-location-1.5.20.patch | 33 +++++++++++++++
gridsite-include-1.5.20.patch | 60 +++++++++++++++++++++++++++
gridsite.spec | 89 +++++++++++++++++++++++++++++++++++++++--
sources | 1 +
4 files changed, 179 insertions(+), 4 deletions(-)
---
diff --git a/cgi-bin-location-1.5.20.patch b/cgi-bin-location-1.5.20.patch
new file mode 100644
index 0000000..341789d
--- /dev/null
+++ b/cgi-bin-location-1.5.20.patch
@@ -0,0 +1,33 @@
+diff -uNr org.gridsite.core.ORIG/src/Makefile org.gridsite.core/src/Makefile
+--- org.gridsite.core.ORIG/src/Makefile 2009-07-23 20:59:20.863631673 +0200
++++ org.gridsite.core/src/Makefile 2009-07-23 21:14:46.450624936 +0200
+@@ -392,15 +392,16 @@
+ $(prefix)/share/man/man1 \
+ $(prefix)/share/man/man8 \
+ $(prefix)/$(libdir)/httpd/modules \
+- $(prefix)/share/doc/gridsite-$(MINOR_VERSION)
++ $(prefix)/share/doc/gridsite-$(MINOR_VERSION) \
++ $(prefix)/libexec/gridsite/cgi-bin
+ echo '#define' GRST_VERSION $(DEFVERSION) > $(prefix)/include/gridsite.h
+ cat ../interface/gridsite.h >>$(prefix)/include/gridsite.h
+ cp -f ../interface/gridsite-gacl.h $(prefix)/include
+ cp -f urlencode $(prefix)/bin
+ cp -f findproxyfile $(prefix)/bin
+- cp -f real-gridsite-admin.cgi $(prefix)/sbin
+- cp -f gridsite-copy.cgi $(prefix)/sbin
+- cp -f gridsite-storage.cgi $(prefix)/sbin
++ cp -f real-gridsite-admin.cgi $(prefix)/libexec/gridsite/cgi-bin
++ cp -f gridsite-copy.cgi $(prefix)/libexec/gridsite/cgi-bin
++ cp -f gridsite-storage.cgi $(prefix)/libexec/gridsite/cgi-bin
+ cp -f ../CHANGES ../README ../INSTALL ../LICENSE ../VERSION \
+ $(prefix)/share/doc/gridsite-$(MINOR_VERSION)
+ cp -f ../doc/index.html ../doc/*.conf ../doc/*.sh ../doc/*.spec \
+@@ -489,7 +490,7 @@
+ ln -sf htproxyput $(prefix)/bin/htproxyunixtime
+ ln -sf htproxyput $(prefix)/bin/htproxyrenew
+ ln -sf htproxyput $(prefix)/bin/htproxyinfo
+- cp -f gridsite-delegation.cgi $(prefix)/sbin
++ cp -f gridsite-delegation.cgi $(prefix)/libexec/gridsite/cgi-bin
+
+ #
+ # Distributions
diff --git a/gridsite-include-1.5.20.patch b/gridsite-include-1.5.20.patch
new file mode 100644
index 0000000..1c7cc98
--- /dev/null
+++ b/gridsite-include-1.5.20.patch
@@ -0,0 +1,60 @@
+diff -uNr org.gridsite.core.ORIG/interface/gridsite-gacl.h org.gridsite.core/interface/gridsite-gacl.h
+--- org.gridsite.core.ORIG/interface/gridsite-gacl.h 2010-09-22 01:00:09.976742554 +0200
++++ org.gridsite.core/interface/gridsite-gacl.h 2010-09-22 01:01:04.304742031 +0200
+@@ -35,6 +35,9 @@
+
+ #ifndef HEADER_GACL_H
+ #define HEADER_GACL_H
++
++#ifdef __cplusplus
++extern "C" {
+ #endif
+
+ #ifndef GACL_LIB_VERSION
+@@ -186,3 +189,9 @@
+
+ GACLentry *GRSTgaclEntryParse(xmlNodePtr cur);
+ /* special function for legacy EDG LB service */
++
++#ifdef __cplusplus
++} // extern "C"
++#endif
++
++#endif // HEADER_GACL_H
+diff -uNr org.gridsite.core.ORIG/interface/gridsite.h org.gridsite.core/interface/gridsite.h
+--- org.gridsite.core.ORIG/interface/gridsite.h 2010-09-22 01:00:09.976742554 +0200
++++ org.gridsite.core/interface/gridsite.h 2010-09-22 01:01:04.331492564 +0200
+@@ -35,6 +35,9 @@
+
+ #ifndef GRST_VERSION
+ #define GRST_VERSION 010500
++
++#ifdef __cplusplus
++extern "C" {
+ #endif
+
+ #ifndef HEADER_SSL_H
+@@ -419,3 +422,9 @@
+ int GRSThtcpTSTrequestMake(char **, int *, unsigned int, char *, char *, char *);
+ int GRSThtcpTSTresponseMake(char **, int *, unsigned int, char *, char *, char *);
+ int GRSThtcpMessageParse(GRSThtcpMessage *, char *, int);
++
++#ifdef __cplusplus
++} // extern "C"
++#endif
++
++#endif // GRST_VERSION
+diff -uNr org.gridsite.core.ORIG/src/Makefile org.gridsite.core/src/Makefile
+--- org.gridsite.core.ORIG/src/Makefile 2010-09-22 01:00:09.988740935 +0200
++++ org.gridsite.core/src/Makefile 2010-09-22 01:04:20.963490070 +0200
+@@ -350,8 +350,8 @@
+ $(prefix)/$(libdir)/httpd/modules \
+ $(prefix)/share/doc/gridsite-$(MINOR_VERSION) \
+ $(prefix)/libexec/gridsite/cgi-bin
+- echo '#define' GRST_VERSION $(DEFVERSION) > $(prefix)/include/gridsite.h
+- cat ../interface/gridsite.h >>$(prefix)/include/gridsite.h
++ sed 's/^\(#define GRST_VERSION\).*$$/\1 $(DEFVERSION)/' \
++ ../interface/gridsite.h > $(prefix)/include/gridsite.h
+ cp -f ../interface/gridsite-gacl.h $(prefix)/include
+ cp -f urlencode $(prefix)/bin
+ cp -f findproxyfile $(prefix)/bin
diff --git a/gridsite.spec b/gridsite.spec
index 89f22ec..ca894b5 100644
--- a/gridsite.spec
+++ b/gridsite.spec
@@ -4,10 +4,17 @@
%define aprversion 1
%endif
+
+%global vercompat 1.5.20
+%if 0%{?el4}%{?el5}
+%global compat 1
+%endif
+
+
Name: gridsite
Version: 1.7.15
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Grid Security for the Web, Web platforms for Grids
Group: System Environment/Daemons
@@ -26,7 +33,16 @@ Source3: gridsitefoot.txt
Source4: root-level.gacl
Source5: gridsitelogo.png
+Source10: http://www.gridsite.org/download/sources/gridsite-%{vercompat}.src.tar.gz
+
+#Change location of cgi-scripts.
Patch1: cgi-bin-location-1.7.15.patch
+#Change location of cgi-scripts.
+Patch2: cgi-bin-location-1.5.20.patch
+# Includes are wrong.
+#https://bugzilla.redhat.com/show_bug.cgi?id=612109
+#https://savannah.cern.ch/bugs/index.php?69632
+Patch3: gridsite-include-1.5.20.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -66,6 +82,22 @@ Grid credentials, GACL access control lists and HTTP(S) protocol operations.
This package contains the runtime libraries.
+%if 0%{?compat}
+%package compat
+Group: System Environment/Daemons
+Summary: Run time libraries for mod_gridsite and gridsite-clients
+Version: %{vercompat}
+Release: 1
+
+%description compat
+GridSite was originally a web application developed for managing and formatting
+the content of the http://www.gridpp.ac.uk/ website. Over the past years it
+has grown into a set of extensions to the Apache web server and a toolkit for
+Grid credentials, GACL access control lists and HTTP(S) protocol operations.
+
+This package contains the runtime libraries.
+%endif
+
%package clients
Group: System Environment/Daemons
Summary: Clients to gridsite including htcp, htrm, htmv
@@ -120,7 +152,16 @@ has grown into a set of extensions to the Apache web server and a toolkit for
This package gridsite-doc, contains developer documentation for gridsite.
%prep
+%if 0%{?compat}
+%setup -q -n org.gridsite.core -a 10
+pushd org.gridsite.core
+%patch2 -p1
+%patch3 -p1
+popd
+
+%else
%setup -q -n org.gridsite.core
+%endif
# Copy in apache configuration.
cp -p %{SOURCE1} .
cp -p %{SOURCE2} .
@@ -132,10 +173,34 @@ cp -p %{SOURCE5} .
%patch1 -p1
%build
+%if 0%{?compat}
+pushd org.gridsite.core
+(cd src && MYCFLAGS="%{optflags} -DLINUX=2 -D_REENTRANT -D_LARGEFILE64_SOURCE -I../interface -I%{_includedir}/httpd -I%{_includedir}/apr-%{aprversion} -fPIC " make )
+popd
+%endif
(cd src && MYCFLAGS="%{optflags} -DLINUX=2 -D_REENTRANT -D_LARGEFILE64_SOURCE -I../interface -I%{_includedir}/httpd -I%{_includedir}/apr-%{aprversion} -fPIC " make )
%install
rm -rf $RPM_BUILD_ROOT
+%if 0%{?compat}
+pushd org.gridsite.core
+(cd src && make install prefix=$RPM_BUILD_ROOT%{_usr} libdir=%{_lib} )
+rm $RPM_BUILD_ROOT/%{_libdir}/libgridsite.a
+# Remove the built against globus-openssl libs since
+# we don't actually do that.
+rm $RPM_BUILD_ROOT/%{_libdir}/libgridsite_globus.*
+# Remove all most everything from -compat installation package
+# since we don't want it.
+rm $RPM_BUILD_ROOT%{_libdir}/libgridsite.so
+rm $RPM_BUILD_ROOT%{_libdir}/libgridsite.so.1
+rm -rf $RPM_BUILD_ROOT%{_includedir}
+rm -rf $RPM_BUILD_ROOT%{_datadir}
+rm -rf $RPM_BUILD_ROOT%{_libexecdir}
+rm -rf $RPM_BUILD_ROOT%{_bindir}
+rm -rf $RPM_BUILD_ROOT%{_sbindir}
+rm -rf $RPM_BUILD_ROOT%{_libdir}/httpd
+popd
+%endif
(cd src && make install prefix=$RPM_BUILD_ROOT%{_usr} libdir=%{_lib} )
# Remove static libs
@@ -179,6 +244,12 @@ rm -rf $RPM_BUILD_ROOT
%postun libs -p /sbin/ldconfig
+%if 0%{?compat}
+%post compat -p /sbin/ldconfig
+
+%postun compat -p /sbin/ldconfig
+%endif
+
%files
%defattr(-,root,root,-)
%{_libdir}/httpd/modules/mod_gridsite.so
@@ -204,8 +275,6 @@ rm -rf $RPM_BUILD_ROOT
%doc doc/httpd-fileserver.conf doc/httpd-webserver.conf
%doc doc/httpd-storage.conf
-
-
%doc CHANGES LICENSE
%files gsexec
@@ -215,9 +284,18 @@ rm -rf $RPM_BUILD_ROOT
%files libs
%defattr(-,root,root,-)
-%{_libdir}/libgridsite.so.*
+%{_libdir}/libgridsite.so.1
+%{_libdir}/libgridsite.so.1.7*
%doc LICENSE
+%if 0%{?compat}
+%files compat
+%defattr(-,root,root,-)
+%{_libdir}/libgridsite.so.1.5*
+%doc LICENSE
+%endif
+
+
%files clients
%defattr(-,root,root,-)
%attr(0755,root,root) %{_bindir}/findproxyfile
@@ -253,6 +331,9 @@ rm -rf $RPM_BUILD_ROOT
%doc src/doxygen
%changelog
+* Thu Jun 30 2011 Steve Traylen <steve.traylen(a)cern.ch> - 1.7.15-2
+- Add a gridsite-compat-1.5 package on EPEL4 & EPEL5.
+
* Thu Jun 30 2011 Steve Traylen <steve.traylen(a)cern.ch> - 1.7.15-1
- Upstream 1.7.15, drop gridsite-include-1.7.9.patch since upstream,
redo cgi-location patch.
diff --git a/sources b/sources
index f55f5a0..4242631 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
34432f9771f5c1b3828658dc985c8188 gridsite-1.7.15.src.tar.gz
+305caf79718b44f99e59c1e5c8fd3f67 gridsite-1.5.20.src.tar.gz
11Â years, 8Â months
[mingw32-sigar] - Upload sources
by Adam Stokes
commit 6cc86a59b78f08986cfeee32b61c01227ba53487
Author: Adam Stokes <astokes(a)fedoraproject.org>
Date: Thu Jun 30 15:53:36 2011 -0400
- Upload sources
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 901fb1c..2e7caf4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/sigar-1.6.5-833ca18.tbz2
+/sigar-1.6.5-58097d9.tbz2
11Â years, 8Â months
[kdelibs/f14: 3/3] Merge remote-tracking branch 'origin/f15' into f14
by Rex Dieter
commit c4b64c19966c90b9520af9f228a70e2c184b8482
Merge: 9006557 2632378
Author: Rex Dieter <rdieter(a)fedoraproject.org>
Date: Thu Jun 30 14:50:14 2011 -0500
Merge remote-tracking branch 'origin/f15' into f14
kdelibs-4.6.4-kstatusnotifieritemdbus_leak.patch | 13 +++++++++++++
kdelibs-4.6.80-kstatusnotifieritem_dbus_leak.patch | 11 -----------
kdelibs.spec | 17 ++++++++---------
3 files changed, 21 insertions(+), 20 deletions(-)
---
11Â years, 8Â months
[kdelibs/f15] drop old/deprecated pieces
by Rex Dieter
commit 263237884b9c16c74d8f7e051b1e642ee41e43f9
Author: Rex Dieter <rdieter(a)fedoraproject.org>
Date: Thu Jun 30 14:49:26 2011 -0500
drop old/deprecated pieces
kdelibs.spec | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/kdelibs.spec b/kdelibs.spec
index f010f54..e8a8d91 100644
--- a/kdelibs.spec
+++ b/kdelibs.spec
@@ -12,9 +12,7 @@
# to build/include QCH apidocs or not (currently broken)
#define apidocs_qch 1
-%if 0%{?fedora} > 13
%define halectomy 1
-%endif
Summary: KDE Libraries
Version: 4.6.4
@@ -120,11 +118,6 @@ Patch200: kdelibs-4.3.1-CVE-2009-2702.patch
# make forcefully hal-free build
Patch300: kdelibs-4.5.90-halectomy.patch
-
-%if 0%{?fedora} && 0%{?fedora} < 13
-Conflicts: kdebase-workspace-libs < 4.3.80
-%endif
-
# force upgrade of apps using the discontinued KatePart Smart* interfaces to
# versions using the new Moving* interfaces instead
Conflicts: kdevplatform < 1.1.80
11Â years, 8Â months
[kdelibs/f15] better (upstream) fix for kstatusnotifieritemdbus leak (#667787, kde#261180)
by Rex Dieter
commit e37471e21f44109a4bd04cb02dc9db3076019e54
Author: Rex Dieter <rdieter(a)fedoraproject.org>
Date: Thu Jun 30 14:48:32 2011 -0500
better (upstream) fix for kstatusnotifieritemdbus leak (#667787, kde#261180)
kdelibs-4.6.4-kstatusnotifieritemdbus_leak.patch | 13 +++++++++++++
kdelibs-4.6.80-kstatusnotifieritem_dbus_leak.patch | 11 -----------
kdelibs.spec | 10 ++++++++--
3 files changed, 21 insertions(+), 13 deletions(-)
---
diff --git a/kdelibs-4.6.4-kstatusnotifieritemdbus_leak.patch b/kdelibs-4.6.4-kstatusnotifieritemdbus_leak.patch
new file mode 100644
index 0000000..f8eb177
--- /dev/null
+++ b/kdelibs-4.6.4-kstatusnotifieritemdbus_leak.patch
@@ -0,0 +1,13 @@
+diff -up kdelibs-4.6.4/kdeui/notifications/kstatusnotifieritemdbus_p.cpp.kstatusnotifieritemdbus_leak kdelibs-4.6.4/kdeui/notifications/kstatusnotifieritemdbus_p.cpp
+--- kdelibs-4.6.4/kdeui/notifications/kstatusnotifieritemdbus_p.cpp.kstatusnotifieritemdbus_leak 2011-04-01 08:55:50.000000000 -0500
++++ kdelibs-4.6.4/kdeui/notifications/kstatusnotifieritemdbus_p.cpp 2011-06-30 14:45:28.256526029 -0500
+@@ -174,7 +174,9 @@ KStatusNotifierItemDBus::KStatusNotifier
+
+ KStatusNotifierItemDBus::~KStatusNotifierItemDBus()
+ {
++ m_dbus.unregisterObject("/StatusNotifierItem");
+ m_dbus.unregisterService(m_service);
++ m_dbus.disconnectFromBus(m_service);
+ }
+
+ QDBusConnection KStatusNotifierItemDBus::dbusConnection() const
diff --git a/kdelibs.spec b/kdelibs.spec
index fe2a333..f010f54 100644
--- a/kdelibs.spec
+++ b/kdelibs.spec
@@ -18,7 +18,7 @@
Summary: KDE Libraries
Version: 4.6.4
-Release: 5%{?dist}
+Release: 6%{?dist}
Name: kdelibs
Epoch: 6
@@ -108,6 +108,9 @@ Patch52: kdelibs-4.6.80-kstatusnotifieritem_dbus_leak.patch
Patch100: kdelibs-4.6.80-kconfigxt-qt48.patch
# fix docbook-style-xsl borkage
Patch101: kdelibs-4.6.4-kdoctools_docbook.patch
+# http://bugzilla.redhat.com/667787
+# http://bugs.kde.org/261180
+Patch102: kdelibs-4.6.4-kstatusnotifieritemdbus_leak.patch
## security fix
# Not Upstreamed? why not ? -- Rex
@@ -292,11 +295,11 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
# upstreamable patches
%patch50 -p1 -b .knewstuff_gpg2
%patch51 -p1 -b .uri_mimetypes
-%patch52 -p1 -b .kstatusnotifieritem_dbus_leak
# 4.6 upstream patches
%patch100 -p1 -b .kconfigxt-qt48
%patch101 -p1 -b .kdoctools_docbook
+%patch102 -p1 -b .kstatusnotifieritemdbus_leak
# security fix
%patch200 -p1 -b .CVE-2009-2702
@@ -552,6 +555,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Jun 30 2011 Rex Dieter <rdieter(a)fedoraproject.org> 4.6.4-6
+- better (upstream) fix for kstatusnotifieritemdbus leak (#667787, kde#261180)
+
* Mon Jun 27 2011 Rex Dieter <rdieter(a)fedoraproject.org> 4.6.4-5
- (Build)Requires: docbook-style-xsl >= 1.76
11Â years, 8Â months
[petit/f14] New upstream version 1.1.1
by Sandro "red" Mathys
commit b005a056b85ce620a451f921eb5d36e0aac43559
Author: Sandro Mathys <red(a)fedoraproject.org>
Date: Thu Jun 30 21:49:40 2011 +0200
New upstream version 1.1.1
.gitignore | 1 +
petit.spec | 15 +++++++++------
sources | 2 +-
3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83309ca..967769b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ petit-1.0.0.tgz
/petit-1.0.3.tgz
/petit-1.0.3.patch
/petit-1.1.0.tgz
+/petit-1.1.1.tgz
diff --git a/petit.spec b/petit.spec
index faf85d7..aa36abb 100644
--- a/petit.spec
+++ b/petit.spec
@@ -1,5 +1,5 @@
Name: petit
-Version: 1.1.0
+Version: 1.1.1
Release: 1%{?dist}
Summary: Log analysis tool for syslog, Apache and raw log files
@@ -67,17 +67,20 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Jun 30 2011 Sandro Mathys <red at fedoraproject.org> - 1.1.1-1
+- New upstream version 1.1.1
+
* Tue Nov 09 2010 Sandro Mathys <red at fedoraproject.org> - 1.1.0-1
-- new upstream version
+- New upstream version 1.1.0
* Mon Nov 08 2010 Sandro Mathys <red at fedoraproject.org> - 1.0.3-2
-- added fix for rhbz#651018
+- Added fix for rhbz#651018
* Wed Oct 20 2010 Sandro Mathys <red at fedoraproject.org> - 1.0.3-1
-- new upstream version
+- New upstream version 1.0.3
* Wed Aug 11 2010 David Malcolm <dmalcolm(a)redhat.com> - 1.0.0-2
-- recompiling .py files against Python 2.7 (rhbz#623345)
+- Recompiling .py files against Python 2.7 (rhbz#623345)
* Sun Mar 07 2010 Sandro Mathys <red at fedoraproject.org> - 1.0.0-1
-- initial package
+- Initial package
diff --git a/sources b/sources
index bf73648..e607bd7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-65ac72683ec35cf2e5774c726d85dda6 petit-1.1.0.tgz
+6eec1f5e9e3f24a6a709419a86e6ef85 petit-1.1.1.tgz
11Â years, 8Â months