Changelog for
obs-service-download_files-0.6.0.git.1502884469.0993a01-2.1.noarch.rpm :
Wed Aug 16 14:00:00 2017 adrianAATTsuse.de
- Update to version 0.6.0.git.1502883896.50fa599: (boo#1053984)
* make enforcement of IPv4 and SSL verification optional.
Wed Feb 17 13:00:00 2016 opensuse-packagingAATTopensuse.org
- Update to version 0.5.1.git.1455712026.9c0a4a0: (boo#967265)
+ prevent tar/cp/rm/mv from malicious filenames
+ added double quotes for some commands
+ Rework code
+ Remove duplicated code
+ fixed recompression and started with automated testing
+ fixed tabs
+ [testing] better handling for files in download server
+ added gitignore
+ fixes #6
Fri Jul 24 14:00:00 2015 hibAATThiberis.nl
- Add debian.dsc
Fri Jul 24 14:00:00 2015 adrianAATTsuse.de
- Update to version 0.5.1.git.1437716073.690c01e:
+ Fix grammar
+ Add GPL2+ license
+ Add Makefile with install target
+ Debianization
+ Stricter change filename check
Wed Mar 18 13:00:00 2015 adrianAATTsuse.de
- Update to version 0.5.1.git.1426665567.a5a06e5:
+ Stricter change filename check
+ fix syntax in .service file
Thu Feb 13 13:00:00 2014 speilickeAATTsuse.com
- Update to version 0.5+git.1392281610.962de91:
+ Generate changes entries from special files
Wed Feb 5 13:00:00 2014 speilickeAATTsuse.com
- Add source service tar_scm to fetch sources moved to
https://github.com/openSUSE/obs-service-download_files
- Run spec-cleaner
Tue Dec 17 13:00:00 2013 adrianAATTsuse.de
- We do not tell the server that we are an OBS tool by default anymore,
because too many sites just have a white list, but they accept wget
Tue Jul 16 14:00:00 2013 adrianAATTsuse.de
- fallback to openSUSE 12.3 config if build does not provide default.config
Mon Jun 24 14:00:00 2013 tchvatalAATTsuse.com
- Fix download from github by explicitly specifying output file.
- Use local scope where possible.
- Add bash comparsions instead of posix ones as bash invoke them
faster.
- Remove urlextension variable which was always empty.
Fri Jun 21 14:00:00 2013 andreas.stiegerAATTgmx.de
- move the setting of the wget command inside the loop to start
new on every iteration. Prevents interference of a specified
http user agent or output file name with the next loop iteration,
as it happens when several sources are present in the spec file.
Wed Jun 19 14:00:00 2013 andreas.stiegerAATTgmx.de
- Determine intended filename from URL fragment
* allows downloading from URLs not containing a filename, e.g.:
http://example.com/dl.cgi?{version}#/%{name}-%{version}.tar.gz
* allows downloading from URLS where the file name sent differs
from the one used in the package, e.g:
http://example.com/gpgkeys.asc#/%{name}.keyring
Mon Nov 19 13:00:00 2012 dimstarAATTopensuse.org
- Fix useradd invocation: -o is useless without -u and newer
versions of pwdutils/shadowutils fail on this now.
Fri Aug 24 14:00:00 2012 mlsAATTsuse.de
- also look at PKGBUILD files
Mon Jan 2 13:00:00 2012 cfarrellAATTsuse.com
- license update: GPL-2.0+
SPDX format
Wed Nov 23 13:00:00 2011 adrianAATTsuse.de
- import fixes for recompress & enforcelocal case (by coolo)
Tue Nov 22 13:00:00 2011 adrianAATTsuse.de
- silence during directory change
Fri Aug 26 14:00:00 2011 adrianAATTsuse.de
- allow to configure a local cache directory
Fri Aug 26 14:00:00 2011 adrianAATTsuse.de
- add two new options:
enforceupstream=yes: package turns into broken state when
upstreams hosts a different file.
enforcelocal=yes: package turns into broken state when
the file was not part of the commit
Wed Aug 24 14:00:00 2011 adrianAATTsuse.de
- support special download handling for sourceforge.net
Thu Aug 18 14:00:00 2011 adrianAATTsuse.de
- use own user agent
- handle --outdir . situation
Tue Jul 5 14:00:00 2011 adrianAATTsuse.de
- Improve error reporting on illegal URLs
- fix \"same file as committed\" detection
Tue May 24 14:00:00 2011 adrianAATTsuse.de
- initial package to download files accordings to urls in spec file Source: tags