File: changelog

package info (click to toggle)
rush 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,276 kB
  • sloc: ansic: 46,428; sh: 18,253; yacc: 881; lex: 760; makefile: 284; awk: 87; lisp: 56; sed: 24
file content (168 lines) | stat: -rw-r--r-- 6,276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
rush (2.4-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Drop unnecessary dependency on dh-autoreconf.
  * Update lintian override info to new format on line 1.

  [ Bo YU ]
  * Update upstream sig
  * New upstream version 2.4
  * Rebase debian/patches/*
  * Update debian/upstream/signing-key.asc
  * Add metadata for debian/patch/*.
  * Set std-ver to 4.7.0
  * Add Allow-for-contiguous-limit-spec.patch to fix
    configuration error. (Closes: #1034415)
  * Update rush.rc from upstream also
  * Add byacc and bison on B-D.
  * Add Rules-Requires-Root: no
  * Correct spell error again.
  * fix bin-sbin-mismatch lintian info
  * Update year of debian copyright

  [ Sergey Poznyakoff ]
  * Complete rewrite of the mkchroot script
  * README.mkchroot: New file.
  * mkchroot: New file.
  * mkchroot.conf: New file.
  * README.mkchroot-rush: Removed.
  * mkchroot-rush.conf: Removed.
  * mkchroot-rush.pl: Removed.
  * Update manpages

 -- Bo YU <tsu.yubo@gmail.com>  Wed, 09 Oct 2024 00:11:18 +0800

rush (2.3-1) unstable; urgency=medium

  * New upstream release
  * Drop fix-s390x ftbfs patch

 -- Bo YU <tsu.yubo@gmail.com>  Tue, 19 Jul 2022 22:27:03 +0800

rush (2.2-2) unstable; urgency=medium

  * Fix ftbfs on s390x (Closes: #1014846)
  * Update upstream metafile

 -- Bo YU <tsu.yubo@gmail.com>  Thu, 14 Jul 2022 15:30:00 +0800

rush (2.2-1) unstable; urgency=medium

  * New upstream release (Closes: #1001091)
  * Fix rush FTCBFS (Closes: #929160)
  * Update Standards-Version to 4.6.1
  * Drop debian/patches/intprops.patch (applied upstream)
  * Drop debian/patches/format_security.diff (applied upstream)
  * Refactor manpages patch
  * Move to debhelper-compat (= 13)
  * Add Vcs-* in d/control
  * Add Build-Depends: texinfo
  * Remove Build-Depends: dh-autoreconf, autopoint, dpkg-dev
  * Add myself as maintainer (Closes: #1012205)
  * tiny d/watch file

 -- Bo YU <tsu.yubo@gmail.com>  Mon, 06 Jun 2022 12:17:42 +0800

rush (1.8+dfsg-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Update to latest intprops.h from gnulib, fixes FTBFS with gcc 7.
    (Closes: #853649)

 -- Adrian Bunk <bunk@debian.org>  Fri, 20 Oct 2017 19:38:32 +0300

rush (1.8+dfsg-1) unstable; urgency=low

  * New upstream release.
  * Increase hardening level.
    + debian/rules: Updated.
  * Verifying original source archive while rebuilding it.
    + debian/rules: Expand target 'get-orig-source' with a step that
      verifies the source archive fetched from upstream's location.
    + debian/upstream/signing-key.asc: New file.
    + debian/watch: Add pgpsigurlmangle to option variable.
  * Review patches.
    + debian/patches/dfsg_reduction.diff: Updated.
    + debian/patches/tcpmux_service.diff: Updated, partially applied.
    + debian/patches/chroot_then_chdir.diff: Updated.
    + debian/patches/gets_removed.diff: Obsolete.
    + debian/patches/cve_2013_6889.diff: Removed, applied by Upstream.
    + debian/patches/help_text.diff: Likewise.
    + debian/patches/format_security.diff: New file.
  * Upstream author now provides manual pages.
    + debian/patches/manpages.diff: New file.
    + debian/rules: Preserve the manual pages during target get-orig-source.
      Override dh_installman.
    + debian/rush.manpages: Refresh list.
  * debian/copyright: Update and insert new field Files-Excluded.
  * [lintian] Mend spelling errors in README.Debian.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Tue, 13 Dec 2016 00:37:55 +0100

rush (1.7+dfsg-5) unstable; urgency=low

  * Set Standards-Version to 3.9.8, no changes.
  * Use debhelper in compatibility level 9.
  * debian/copyright: Distinguish two different custom licenses by means
    of two different names and some small comments.
  * Prevent linking collision of identifier 'base_name'.  (Closes: #751627)
    + debian/patches/duplicate_symbol.diff: New file.
  * debian/rules: Implement a target 'get-orig-source'.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Mon, 11 Apr 2016 23:10:04 +0200

rush (1.7+dfsg-4) unstable; urgency=high

  * Standards 3.9.5, no changes.
  * Attend to CVE-2013-6889, file access escalation. (Closes: #733505)
    + debian/patches/cve_2013_6889.diff: New file.
  * Fix a problem with translated help message.
    + debian/patches/help_text.diff: New file.
  * Minor update to manual pages of rushlast and rushwho.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Fri, 24 Jan 2014 13:32:24 +0100

rush (1.7+dfsg-3) unstable; urgency=low

  * debian/control: Standards 3.9.4, no changes needed.
    + Provide a better link for the field Homepage.
  * debian/rules: Add '--disable-silent-rules.'
  * Security of chrooted execution:
    + debian/patches/chroot_then_chdir.diff: New file.
  * FTBFS with eglibc-2.17: (Closes: #701417)
    Patch crafted by Daniel T Chen <crimsun@ubuntu.org>.
    + debian/patches/gets_removed.diff: New file.
  * Improve manual pages:
    + Include link to external manuals. (Closes: #708935)
    + debian/local/rush.8: Updated.
    + debian/local/rushlast.1: Updated.
    + debian/local/rushwho.1: Updated.
  * debian/local/mkchroot-rush.pl: Updated version.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Sat, 25 May 2013 01:28:25 +0200

rush (1.7+dfsg-2) experimental; urgency=low

  * Hardened builds:
    + debian/rules: Set compiler flags using dpkg-buildflags.
    + debian/control: Build depends on dpkg-dev (>= 1.15.7).
  * debian/control: Standards 3.9.3, no changes.
  * debian/copyright:
    + Update to valid URL in format specification.
    + Remove commata in file lists.
    + Insert conditions of two "public-domain" attributions.
    + Add plus character in standalone license's names
      "GPL-2+" and "GPL-3+". Express terms of the former.
    + The file "po/Makefile.in.in" was mistakenly named as
      using GPL. In fact, the file uses a custom license,
      implicitly public domain like. The conditions of use
      are now copied verbatim.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Thu, 02 Aug 2012 20:45:15 +0200

rush (1.7+dfsg-1) unstable; urgency=low

  * Initial release. (Closes: #515198)

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Wed, 06 Jul 2011 17:47:00 +0200