Compare commits

...

34 Commits

Author SHA1 Message Date
Fedora Release Engineering dc76d9ee7f - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 04:46:40 +00:00
Remi Collet 28f5948bcb rebuild for libargon2 new soname 2019-03-18 13:25:43 +01:00
Greg Bailey 604171d1b5 Update to yapet 2.3 2019-03-03 16:03:12 -07:00
Fedora Release Engineering 116ed48896 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 12:56:44 +00:00
Fedora Release Engineering 4c651fbb3f - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:40:58 +00:00
Greg Bailey bd8a736681 No longer any need to rebuild configure script 2018-03-28 10:54:21 -07:00
Greg Bailey 25cbaf987d Update to yapet 1.1 2018-03-28 10:24:45 -07:00
Fedora Release Engineering 3ba6fdc56d - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 22:14:42 +00:00
Fedora Release Engineering a875ed61fa - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 11:04:32 +00:00
Fedora Release Engineering 3c3e76d216 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:33:04 +00:00
Greg Bailey 331227bef5 Patch to fix build issues with GCC 6 and OpenSSL 1.1 (#1424564) 2017-03-10 15:26:39 +00:00
Fedora Release Engineering f94b8a0fbf - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 18:14:56 +00:00
Greg Bailey 5e36ff9d75 Patch GCC6 compilation error from void function returning a value (#1308262) 2016-04-14 09:13:20 -07:00
Fedora Release Engineering 53d8e10802 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:56:14 +00:00
Christopher Meng 908fbe8806 Cleanup 2015-08-27 10:40:23 +08:00
Dennis Gilmore ab9aa13197 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:35:00 +00:00
Kalev Lember 10777f189a Rebuilt for GCC 5 C++11 ABI change 2015-05-02 18:49:56 +02:00
Christopher Meng c4b63ca934 Disable silent compile. 2015-02-10 14:33:09 +08:00
Peter Robinson fea89e3b92 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 11:18:37 +00:00
Dennis Gilmore 37cc404685 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 12:43:27 -05:00
Christopher Meng 926f2239ab Missing -f for different language files. 2014-02-27 17:49:36 +08:00
Christopher Meng 854d75872d New program yapet2csv.
New locale for libyacurs.
2014-02-27 17:47:55 +08:00
Christopher Meng 2072cf90bb Fixup %? 2014-02-27 17:31:43 +08:00
Christopher Meng d7257dc507 Update to 1.0 2014-02-27 17:22:35 +08:00
Christopher Meng 1c7497ee80 Cleanup 2014-02-24 01:13:31 +08:00
Dennis Gilmore 5b50294028 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 04:30:03 -05:00
Dennis Gilmore 148cba3fcb - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 22:09:45 -06:00
Dennis Gilmore f9079d0d3d - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 02:35:06 -05:00
Dennis Gilmore 54b39d01c2 - Rebuilt for c++ ABI breakage 2012-02-28 14:41:16 -06:00
Dennis Gilmore 37ce58aa9d - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:25:47 -06:00
Simon Wesp 949743137b 0.7->0.8.pre2 2011-03-15 22:07:06 +01:00
Dennis Gilmore 1ee04f7c4a - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 01:21:33 -06:00
Simon Wesp 9a56be9652 update
Committer: Simon Wesp <cassmodiah@fedoraproject.org>
2010-11-14 17:40:24 +01:00
Fedora Release Engineering 8729ca74a4 dist-git conversion 2010-07-29 16:19:16 +00:00
7 changed files with 146 additions and 89 deletions

View File

@ -1 +0,0 @@
yapet-0.6.tar.gz

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
yapet-0.6.tar.gz
/yapet-0.7.tar.bz2
/yapet-0.8pre2.tar.bz2
/yapet-1.0.tar.bz2
/yapet-1.1.tar.xz
/yapet-2.3.tar.xz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: yapet
# $Id$
NAME := yapet
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1 +0,0 @@
yapet-0_6-2_fc11:HEAD:yapet-0.6-2.fc11.src.rpm:1255454524

View File

@ -1 +1 @@
30ee2bf2d4658e667b8eea4a62704b76 yapet-0.6.tar.gz
SHA512 (yapet-2.3.tar.xz) = 94fefabc5d90e2da1b614ec55f26d3f36d5cb423ca18fb10a895924a5fe3bd18d91636caf44cf72a63d4b212973fbd08d74848938df206f7eebf8ae591e82ffb

View File

@ -1,71 +1,158 @@
Name: yapet
Version: 0.6
Release: 2%{?dist}
Summary: Curses based password encryption tool
#global pre pre2
Group: Applications/Productivity
License: GPLv3+ with exceptions
URL: http://www.guengel.ch/myapps/%{name}/
Source0: http://www.guengel.ch/myapps/%{name}/downloads/%{name}-%{version}.tar.gz
# patch from: http://bugs.guengel.ch/show_bug.cgi?id=26
Patch0: %{name}_gcc44-0.6.diff
Name: yapet
Version: 2.3
Release: 3%{?pre}%{?dist}
Summary: Yet Another Password Encryption Tool
License: GPLv3+ with exceptions
URL: http://yapet.guengel.ch/
Source0: http://yapet.guengel.ch/downloads/%{name}-%{version}%{?pre}.tar.xz
BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
BuildRequires: cppunit-devel
BuildRequires: libargon2-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel
BuildRequires: ncurses-devel
BuildRequires: gettext
%description
YAPET is a text based password manager using the Blowfish encryption algorithm.
Because of its small footprint and very few library dependencies, it is suited
for installing on desktop and server systems alike.
%prep
%setup -q
%if 0%{?fedora} >=11
%patch0 -p1
%if 0%{?rhel} == 7
BuildRequires: devtoolset-7-gcc-c++
%endif
for i in README DESIGN
do
iconv -f iso-8859-1 -t utf-8 $i |sed 's|\r||g' > $i.utf8
touch -c -r $i $i.utf8
mv $i.utf8 $i
done
%description
YAPET is a text based password manager using the AES-256 encryption
algorithm to store passwords and associated information encrypted on
disk. Its primary aim is to provide a safe way to store passwords in a
file on disk while having a small footprint, and compiling and running
under today's most popular Unix Systems.
The password records are protected by a master password which is used
to encrypt and decrypt the password records.
%prep
%setup -qn %{name}-%{version}%{?pre}
%build
%configure --enable-terminal-title --enable-csv2yapet --enable-pwgen --disable-build-doc --disable-source-doc --disable-install-doc
make %{?_smp_mflags} CXXFLAGS+="%{optflags}" CFLAGS+="%{optflags}"
%if 0%{?rhel} == 7
source /opt/rh/devtoolset-7/enable
%endif
%configure --disable-install-doc \
--disable-source-doc \
--disable-install-doci \
--disable-silent-rules
%make_build
%install
rm -rf %{buildroot}
make install INSTALL="install -p" DESTDIR=%{buildroot}
rm -rf %{buildroot}/%{_datadir}/applications/
%make_install
# Console running is OK.
rm -frv %{buildroot}%{_datadir}/applications/
# %%doc instead.
rm -frv %{buildroot}%{_docdir}
%find_lang %{name}
%find_lang libyacurs
%check
# RNG tests need /dev/urandom OR /dev/random!
# Failed at messagebox1. Digging.
#make check
%clean
rm -rf %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING DESIGN LICENSE NEWS README THANKS TODO
%{_bindir}/%{name}
%{_bindir}/csv2%{name}
%{_mandir}/man*/*%{name}*
%files -f %{name}.lang -f libyacurs.lang
%doc AUTHORS BUGS NEWS README
%license COPYING LICENSE
%{_bindir}/*yapet*
%{_mandir}/man*/*yapet*
%changelog
* Sun Oct 12 2009 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.6-2
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon Mar 18 2019 Remi Collet <remi@fedoraproject.org> - 2.3-2
- rebuild for libargon2 new soname
* Sun Mar 3 2019 Greg Bailey <gbailey@lxpro.com> - 2.3-1
- Update to 2.3 (#1678913)
- Use devtoolset for EPEL 7 builds (needs C++14 language features)
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Mar 28 2018 Greg Bailey <gbailey@lxpro.com> - 1.1-2
- No longer any need to rebuild configure script
* Wed Mar 28 2018 Greg Bailey <gbailey@lxpro.com> - 1.1-1
- Update to 1.1
- Update URL
- Remove unnecessary patches
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Mar 1 2017 Greg Bailey <gbailey@lxpro.com> - 1.0-9
- Patch to fix build issues with GCC 6 and OpenSSL 1.1 (#1424564)
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Thu Apr 14 2016 Greg Bailey <gbailey@lxpro.com> - 1.0-7
- Patch GCC6 compilation error from void function returning a value (#1308262)
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.0-4
- Rebuilt for GCC 5 C++11 ABI change
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Feb 27 2014 Christopher Meng <rpm@cicku.me> - 1.0-1
- Update to 1.0
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-0.6.pre2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-0.5.pre2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-0.4.pre2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-0.3.pre2
- Rebuilt for c++ ABI breakage
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-0.2.pre2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Mar 15 2011 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.8-0.1.pre2
- Update
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sun Nov 14 2010 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.7-1
- New upstream release
* Mon Oct 12 2009 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.6-2
- Correct License and patch integration
- Add LICENSE to DOC
* Sun Oct 12 2009 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.6-1
* Mon Oct 12 2009 Simon Wesp <cassmdodiah@fedoraproject.org> - 0.6-1
- Initial Package build

View File

@ -1,13 +0,0 @@
--- yapet-0.6/yapet/pwgen/rng.cc.orig 2009-09-04 21:54:54.287587639 +0200
+++ yapet-0.6/yapet/pwgen/rng.cc 2009-09-04 21:55:32.575747627 +0200
@@ -42,6 +42,10 @@
# include <fcntl.h>
#endif
+#ifdef HAVE_STDIO_H
+# include <stdio.h>
+#endif
+
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif