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 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427
|
crossfire (1.75.0-9) unstable; urgency=medium
* Standards-Version 4.7.2 (no changes necessary)
* Replace debian/compat with a dependency on debhelper-compat (= 13)
* Set CFLAGS=--std=gnu17 to retain support for function declarations
without parameters (Closes: #1096484)
* Add libcrypt-dev to Build-Depends (Closes: #1106939)
-- Kari Pahula <kaol@debian.org> Sun, 14 Sep 2025 14:44:18 +0300
crossfire (1.75.0-8.1) unstable; urgency=medium
* Non-maintainer upload.
* Make requirement for root when building the package explicit.
(Closes: #1089307)
* Apply hints from the Multi-Arch hinter.
-- Niels Thykier <niels@thykier.net> Wed, 01 Jan 2025 10:06:19 +0000
crossfire (1.75.0-8) unstable; urgency=medium
* Fix GCC 14 related FTBFS. (Closes: #1077522)
* Update pkg-config build dep to pkgconf.
-- Kari Pahula <kaol@debian.org> Wed, 28 Aug 2024 10:17:38 +0300
crossfire (1.75.0-7) unstable; urgency=medium
* Patch plugins/cfpython/cjson.c to fix FTBFS with Python 3.12. Thanks
to Boyuan Yang for patch. (Closes: #1074224)
-- Kari Pahula <kaol@debian.org> Wed, 03 Jul 2024 11:15:10 +0300
crossfire (1.75.0-6) unstable; urgency=medium
* Patch plugins/cfpython/cjson.c to use
PyUnicode_AsRawUnicodeEscapeString instead of deprecated
PyUnicode_EncodeRawUnicodeEscape which was removed in Python 3.11.
(Closes: #1042977)
-- Kari Pahula <kaol@debian.org> Sat, 05 Aug 2023 15:01:09 +0300
crossfire (1.75.0-5) unstable; urgency=medium
* Exclude Makefiles from crossfire-doc package to help reproducible
builds. (Closes: #981570)
-- Kari Pahula <kaol@debian.org> Sun, 24 Jul 2022 13:35:05 +0300
crossfire (1.75.0-4) unstable; urgency=medium
* Cherry-pick changes to plugins/cfpython/cfpython.c from git to fix
FTBFS with Python 3.10 (Closes: #1008637)
* Add Install section to the provided systemd service file with
WantedBy=multi-user.target
-- Kari Pahula <kaol@debian.org> Thu, 21 Jul 2022 21:56:12 +0300
crossfire (1.75.0-3) unstable; urgency=medium
* Fix build-deps for building python plugin
-- Kari Pahula <kaol@debian.org> Tue, 26 Jan 2021 08:09:22 +0200
crossfire (1.75.0-2) unstable; urgency=medium
* Fix arch:all build.
-- Kari Pahula <kaol@debian.org> Mon, 25 Jan 2021 08:44:46 +0200
crossfire (1.75.0-1) unstable; urgency=medium
* Standards-Version 4.5.1
* New upstream release.
* Switch to use DH in debian/rules, dh compat 13.
* Add a postinst script to convert python2 shelve files to python3.
* Build with Python 3 (Closes: #936344)
-- Kari Pahula <kaol@debian.org> Sun, 24 Jan 2021 20:02:52 +0200
crossfire (1.71.0+dfsg1-2) unstable; urgency=medium
* Standards-version 4.3.0, debhelper compat 10 (no changes necessary)
* Remove obsolete patch autoconf-fixes-663612
* Fix cdbs variable with dh_fixperms to really set directories under
/var/games as games:games and use crossfire-server.postinst to correct
earlier versions' directories. (Closes: #920955)
-- Kari Pahula <kaol@debian.org> Fri, 08 Feb 2019 21:59:35 +0200
crossfire (1.71.0+dfsg1-1) unstable; urgency=medium
* New upstream release
* Repackaged as +dfsg1 to remove some included scripts and utilities
with missing or non-DFSG free licenses.
* Standards-Version: 3.9.5 (no changes necessary).
* Wrote a systemd.service file.
* Added libcurl-dev to build deps and enabled metaserver suppoert.
-- Kari Pahula <kaol@debian.org> Wed, 14 May 2014 18:41:29 +0300
crossfire (1.70.0-1) unstable; urgency=low
* New upstream release (Closes: #663612)
* Standards-Version 3.9.3 (no changes necessary).
* Use dh-autoreconf.
* Create /var/games/crossfire/account directory. (Closes: #602706)
-- Kari Pahula <kaol@debian.org> Mon, 09 Apr 2012 21:53:46 +0300
crossfire (1.60.0-2) unstable; urgency=low
* Added 1.50.0-1.1's changelog entry to debian/changelog.
-- Kari Pahula <kaol@debian.org> Tue, 09 Aug 2011 13:54:24 +0300
crossfire (1.60.0-1) unstable; urgency=low
* New upstream release
* Standards-Version 3.9.2 (no changes necessary).
* Build dependency on python-all-dev.
-- Kari Pahula <kaol@debian.org> Tue, 09 Aug 2011 12:44:25 +0300
crossfire (1.50.0-1.1) unstable; urgency=low
* Non-maintainer upload.
* Don't ship .la files (Closes: #621201).
-- Luk Claes <luk@debian.org> Sat, 11 Jun 2011 22:55:06 +0200
crossfire (1.50.0-1) unstable; urgency=low
* New upstream release
+ crossedit removed by upstream
* Source format 3.0 (quilt).
* Standards-Version 3.8.4, debhelper compat 7
* Use automake as build dep and recreate all Makefile.in files and the
configure file at build time.
* Use killall -q ... || true in logrotate (Closes: #475652)
* Explicitly use python2.6-dev as build dep.
* Build dep and depend on bzip2.
-- Kari Pahula <kaol@debian.org> Wed, 16 Jun 2010 20:12:28 +0300
crossfire (1.11.0-2) unstable; urgency=low
* Added missing build-dep libtool (Closes: #464272)
-- Kari Pahula <kaol@debian.org> Wed, 06 Feb 2008 11:17:02 +0200
crossfire (1.11.0-1) unstable; urgency=low
* New upstream release
* Use policy version 3.7.3 and debhelper compat level 6.
* Removed patches daemon_open_once and sighup_log_reopen since they've
been included in the upstream source.
* Removed linda-overrides.
* Added a brief description to crossfire-config's man page's NAME
section.
-- Kari Pahula <kaol@debian.org> Mon, 04 Feb 2008 06:07:53 +0200
crossfire (1.10.0-2) unstable; urgency=low
* Patched SIGHUP handler to reopen log file (Closes: #232421)
* Added a logrotate file.
* Patched become_daemon() to not open the log file for a second time.
* The -detach option was hacked in 1.9.1-3 to not really daemonize the
process as that seemed to cause problems with the plugin system and
s-s-d's --background option was used instead. That issue seems to be
solved now and -detach is used again now.
-- Kari Pahula <kaol@debian.org> Sun, 6 May 2007 00:29:33 +0300
crossfire (1.10.0-1) unstable; urgency=low
* New upstream release
* Removed code from crossfire-server's postinst that cleaned up the
permission scheme used in versions prior to 1.8.0-2
* Added code to crossfire-server's postinst to add an initial clockdata
file
-- Kari Pahula <kaol@debian.org> Fri, 13 Apr 2007 23:24:27 +0300
crossfire (1.9.1-4) unstable; urgency=low
* Fixed FTBFS by removing config.log in debian/rules clean (Closes: #379369)
* Moved the /etc files from crossfire-common back to
crossfire-server. (Closes: #338069)
* Install crossfire-config to crossfire-server.
-- Kari Pahula <kaol@debian.org> Sun, 23 Jul 2006 14:40:56 +0300
crossfire (1.9.1-3) unstable; urgency=low
* Made the plugin system work. (Closes: #379348)
* Removed the useless file /usr/share/doc/crossfire-server/NEWS.gz
-- Kari Pahula <kaol@debian.org> Sun, 23 Jul 2006 03:27:53 +0300
crossfire (1.9.1-2) unstable; urgency=low
* Added missing build-dependency: quilt
-- Kari Pahula <kaol@debian.org> Thu, 6 Jul 2006 16:27:00 +0300
crossfire (1.9.1-1) unstable; urgency=low
* New upstream release
-- Kari Pahula <kaol@debian.org> Thu, 6 Jul 2006 02:27:38 +0300
crossfire (1.9.0-2) unstable; urgency=high
* Patch socket/request to fix CVE-2006-1236: Arbitrary code execution in
crossfire
-- Kari Pahula <kaol@iki.fi> Thu, 16 Mar 2006 11:48:35 +0200
crossfire (1.9.0-1) unstable; urgency=low
* New upstream release
* mv /usr/games/crossfire /usr/sbin/crossfire
* Build-dep on libxaw7-dev, not libxaw8-dev
-- Kari Pahula <kaol@iki.fi> Tue, 7 Mar 2006 18:21:16 +0200
crossfire (1.8.0-2) unstable; urgency=low
* Removed unneeded build-deps xlibs-dev and xutils.
* crossfire-server: recommends: python
* crossfire-common: arch: all
* Removed the sticky bit from crossfire's /var dirs and executables,
made them writable by gid games, run crossfire server as games:games
from init.d script. It's a saner way to fix #284892.
-- Kari Pahula <kaol@iki.fi> Sun, 18 Dec 2005 20:46:52 +0200
crossfire (1.8.0-1) unstable; urgency=low
* New upstream release (closes: #286051, #232336, #297563)
* Disabled watchdog.
* Split common files of crossfire-edit and crossfire-server from
crossfire-server to crossfire-common. (closes: #202379)
* Put crossedit to /usr/games/, not /usr/sbin/.
* Remove the debconf questions. Those asked about upgrading from
versions dating back to potato. We don't need to support that
anymore. (closes: #276808, 306114)
* Made crossfire-server and crossfire-edit sgid games and
/var/log/crossfire and /var/games/crossfire to belong to group
games. (closes: #284892)
-- Kari Pahula <kaol@iki.fi> Fri, 19 Aug 2005 21:19:52 +0300
crossfire (1.6.0.dfsg.1-4) unstable; urgency=low
* New maintainer, sponsored upload
* Repackaged orig.tar.gz, removed non-free file lib/adm/map_check
(closes: #311439)
-- Jaakko Niemi <liiwi@debian.org> Wed, 1 Jun 2005 19:07:21 +0300
crossfire (1.6.0-3) unstable; urgency=low
* Rerun libtoolize & friends (closes: #276510)
-- Jaakko Niemi <liiwi@debian.org> Thu, 14 Oct 2004 21:03:57 +0300
crossfire (1.6.0-2) unstable; urgency=low
* fix executable localtions that broke when cdbs was taken
into use. (thanks, simonrvn)
* Update German debconf translation (closes: #274029)
* Update French debconf translation (closes: #207120)
-- Jaakko Niemi <liiwi@debian.org> Sun, 10 Oct 2004 23:59:05 +0300
crossfire (1.6.0-1) unstable; urgency=low
* New upstream release
* Redid packaging with cdbs
* Refactored {post,pre}inst not to require debconf (closes: #263351)
* Started using po-debconf to manage translations
-- Jaakko Niemi <liiwi@debian.org> Sun, 8 Aug 2004 13:53:04 +0300
crossfire (1.4.0-4) unstable; urgency=low
* update utils/config.{sub,guess} too. God dagnabit,
do we really need these..
-- Jaakko Niemi <liiwi@debian.org> Mon, 18 Nov 2002 23:43:08 +0200
crossfire (1.4.0-3) unstable; urgency=low
* fix #167844 for real.
* update config.{sub,guess} (closes: #168524)
-- Jaakko Niemi <liiwi@debian.org> Mon, 11 Nov 2002 19:24:51 +0200
crossfire (1.4.0-2) unstable; urgency=low
* install configuration files to /etc/crossfire (closes: 167844)
-- Jaakko Niemi <liiwi@debian.org> Tue, 5 Nov 2002 20:13:57 +0200
crossfire (1.4.0-1) unstable; urgency=low
* New upstream release
-- Jaakko Niemi <liiwi@debian.org> Sat, 26 Oct 2002 22:19:50 +0300
crossfire (1.3.0-1) unstable; urgency=low
* New upstream version
-- Jaakko Niemi <liiwi@debian.org> Thu, 15 Aug 2002 23:23:27 +0300
crossfire (1.1.0-1) unstable; urgency=low
* New upstream version
* Added russian debconf template (closes: #137628)
Thanks, Ilgiz Kalmetev
-- Jaakko Niemi <liiwi@debian.org> Wed, 17 Apr 2002 22:23:17 +0300
crossfire (1.0.0-2) unstable; urgency=low
* updated config.{sub,guess}
* fixed postinst to deal with old logfile permissions
* fixed localstatedir path in debian/rules
-- Jaakko Niemi <liiwi@debian.org> Sat, 23 Feb 2002 21:36:07 +0200
crossfire (1.0.0-1) unstable; urgency=low
* New maintainer
* new upstream version (closes: 104179)
* server/init.c, don't nuke umask (closes: #57744)
* segfaults when creating character fixed in new upstream (closes: #123430, #103575)
* moved to use /var/games (closes: #115848, #110220)
* no more annoying messages in new version (closes: #129010)
* cut the long line in crossfire-doc description (closes: #130983)
* Added build-deps. We don't care about potato anymore (closes: #70320)
* init script now waits till server has stopped (closes: #87625)
* more documentation added into -doc
-- Jaakko Niemi <liiwi@debian.org> Mon, 11 Feb 2002 01:38:29 +0200
crossfire (0.96.0-1) unstable; urgency=low
* New upstream version
-- Darren Benham <gecko@debian.org> Fri, 23 Feb 2001 19:59:45 -0700
crossfire (0.95.5-2) unstable; urgency=low
* This version is internal only. It is used to generate
patches for upstream.
-- Darren Benham <gecko@debian.org> Tue, 3 Aug 1999 22:08:45 -0700
crossfire (0.95.5-1) unstable; urgency=low
* New upstream version
* Run under user nobody group games (closes: #61420)
* Changed the "tmp" directory (closes: #54166)
* Removed chown/chgrp from postinst (closes: #41747)
-- Darren Benham <gecko@debian.org> Tue, 3 Aug 1999 22:08:45 -0700
crossfire (0.95.4-2) unstable; urgency=low
* Changed default logfile position to /var/log/crossfire.log
* Setup update-rc.d to actually allow script to start
-- Darren Benham <gecko@debian.org> Tue, 3 Aug 1999 22:08:45 -0700
crossfire (0.95.4-1) unstable; urgency=low
* New upstream version
* Added an init.d script to autostart server
-- Darren Benham <gecko@debian.org> Tue, 3 Aug 1999 22:08:45 -0700
crossfire (0.95.3-2) unstable; urgency=high
* Moved /usr/share/crossfire to /usr/share/games/crossfire
* Changed suid to sgid which is proper for policy
-- Darren Benham <gecko@debian.org> Wed, 23 Jun 1999 18:38:47 -0800
crossfire (0.95.3-1) unstable; urgency=low
* New upstream version
+ Biggest change for Debianers: the /var/lib directory was split
to be more FHS compliant and I took advantage of that. Maps
and artifacts and archtypes and all such files are now looked
for in /usr/share/crossfire/*. Players, highscores, temp maps
and "unique item saves" are all that are stored in /var/lib/*
now.
* I am running a server at benham.net.. It's pretty much straight
out of the deb and I use it to test my deb. It might, therefore,
not be 100% reliable but it's a place to play.
-- Darren Benham <gecko@debian.org> Tue, 20 Apr 1999 22:38:47 -0700
crossfire (0.95.2-1) unstable; urgency=low
* New upstream version
-- Darren Benham <gecko@debian.org> Sun, 21 Mar 1999 23:06:44 -0800
crossfire (0.95.0-2) frozen; urgency=low
* Removed overlap with crossfire-maps (closes #28010)
-- Darren Benham <gecko@debian.org> Fri, 16 Oct 1998 12:02:31 -0700
crossfire (0.95.0-1) unstable; urgency=low
* Initial Release.
-- Darren Benham <gecko@debian.org> Sun, 11 Oct 1998 18:12:42 -0700
|